@charset "utf-8";
/* ---------------------------------------------------

	Syntax - SP First

--------------------------------------------------- */
.pageSection{
  margin: 0 0 2.5rem;
}
.pageSection:last-of-type{
  margin: 0;
}
.pageSection__title{
  font-family: "M PLUS Rounded 1c", system-ui;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
/* scheme */
.relatedItems .pageSection__title{
  align-items: center;
  background-color: rgba(251,236,220,1.00);
  display: flex;
  height: 70px;
  justify-content: center;
}
/* scheme Fin */
.pageSection__title__figure{
  margin: 0 auto;
  max-width: 180px;
}
.pageSection__titleNote{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  padding: 0.5em 15px 0;
  text-align: center;
}
/* scheme */
.instagram .pageSection__titleNote{
  padding: 0;
}
/* scheme Fin */
.pageSection__body{
  padding: 1.5rem 0 0;
}
/* scheme */
.topics .pageSection__body{
  padding: 1rem 0 0;
}
/* scheme Fin */
.pageSection__body__inner{}


/* ---------------------------------------------------

	mainvisual

--------------------------------------------------- */
.mainvisual{
  margin: 0 0 1.875rem;
  padding: 3rem 0 0;
}
.mainvisual__inner{
  position: relative;
}
.mainvisual__logo{
  margin: 0 0 1rem;
  padding: 0 1rem;
}
.mainvisual__logo__figure{
  margin: 0 0 0.5rem;
}
.mainvisual__logo__figure__image{
  font-size: 0;  
  max-width: 220px;
}
.mainvisual__logo__note{
  color: rgba(26,76,159,1.00);
  font-family: "M PLUS Rounded 1c", system-ui;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.mainvisual__figure{
  margin: 0 0 1rem;
  text-align: center;
}
.mainvisual__figure__image{
  font-size: 0;
  margin: 0 auto;
  max-width: 280px;
}
.mainvisual__note{}
.mainvisual__note__text{
  color: rgba(34,24,21,1.00);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 0;
  text-align: center;
}
.mainvisual__patents{
  position: absolute;
  right: 10px;
  top: 2rem;
}
.mainvisual__patents__figure{
  font-size: 0;
  max-width: 80px;
}



/* ---------------------------------------------------

	anchor

--------------------------------------------------- */
.anchor{
  margin: 0 0 1.875rem;
}
.anchor__outer{}
.anchor__intro__group{
  margin: 0 0 3.5rem;
  position: relative;
  text-align: center;
}
.anchor__intro__group:before,
.anchor__intro__group:after{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
}
.anchor__intro__group:before{
  background-image: url("/src/images/home/anhor_decoration01.png");
  bottom: -3rem;
  height: 112px;
  left: -10px;
  width: 80px;
}
.anchor__intro__group:after{
  background-image: url("/src/images/home/anhor_decoration02.png");
  bottom: -3rem;
  height: 95px;
  right: -10px;
  width: 120px;
}
.anchor__intro{
  align-items: center;
  background-color: rgba(255,255,255,1.00);
  border: 2px rgba(26,76,159,1.00) solid;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-flex;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 200px;
  z-index: 200;
}
.anchor__intro:after{
  background-color: rgba(26,76,159,1.00);
  bottom: calc(22px * -1);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  display: inline-block;
  height: 22px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.anchor__intro__text{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.anchor__group{}
.anchor__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor__item{
  border-radius: 15px;
  overflow: hidden;
  height: 120px;
  margin: 0 0.5rem 0.5rem 0;
  width: calc((100% - calc(0.5rem * 1)) / 2);
}
.anchor__item:nth-of-type(2n){
  margin: 0 0 0.5rem 0;
}
/* scheme */
.anchor__item__bg-orange{
  background-color: rgba(241,140,39,1.00);
}
.anchor__item__bg-yellow{
  background-color: rgba(253,219,0,1.00);
}
.anchor__item__bg-blue{
  background-color: rgba(0,101,178,1.00);
}
.anchor__item__bg-paleGreen{
  background-color: rgba(185,212,14,1.00);
}
/* scheme Fin */
.anchor__item-link{
  align-items: center;
  color: rgba(255,255,255,1.00);
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/* scheme */
.anchor__item__bg-yellow .anchor__item-link{
  color: rgba(126,107,46,1.00);
}
/* scheme Fin */
.anchor__item-link:after{
  background-image: url("/src/images/common/icon/arrow_bottom_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 8px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 25px;
}
.anchor__item__bg-yellow .anchor__item-link:after{
  background-image: url("/src/images/common/icon/arrow_bottom_brown.svg");
}
.anchor__item__inner{}
.anchor__item__icon{
  height: 40px;
  margin: 0 auto 0.2rem;
  width: 40px;
}
.anchor__item__icon__figure{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
/* scheme */
.anchor__item__icon__figure.card{
  background-image: url("/src/images/common/icon/card_white.svg");
  width: 80%;
}
.anchor__item__icon__figure.magnifyingGlass{
  background-image: url("/src/images/common/icon/magnifying_glass_brown.svg");
}
.anchor__item__icon__figure.shop{
  background-image: url("/src/images/common/icon/shop_white.svg");
}
.anchor__item__icon__figure.attention{
  background-image: url("/src/images/common/icon/attention_white.svg");
}
/* scheme Fin */
.anchor__item__text{
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.3;
}


/* ---------------------------------------------------

	topics

--------------------------------------------------- */
.topics{}
.topicsWrrap{
  padding: 1.5rem 0 0;
  position: relative;
}
.topicsWrrap:before{
  background-image: url("/src/images/home/topic_bg01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 200px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.topics__group{}
.topics__outer{
  padding: 0;
}
.topics__inner{}
.topics__list{}
.topics__list__column{
  background-color: rgba(255,255,255,1.00);
  margin: 0 0.75rem;
  width: 230px;
}
.topics__list__column-link{
  border: 1px rgba(180,175,175,1.00) solid;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.topics__list__column__figure{
  margin: 0 0 1rem;
}
.topics__list__column__figure__image{
  font-size: 0;
  overflow: hidden;
}
.topics__list__column__category{
  align-items: center;
  border-radius: calc(35px / 2);
  display: flex;
  height: 35px;
  justify-content: center;
  margin: 0 0 1rem;
  width: 100%;
  max-width: 130px;  
}
.topics__list__column__category__text{
  color: rgba(255,255,255,1.00);
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 2px;
}
.topics__list__column__note{}
.topics__list__column__note__date{
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 0.5em;
}
.topics__list__column__note__text{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}
.topics__list__column__arrow{
  background-color: rgba(117,117,118,1.00);
  border: 1px rgba(117,117,118,1.00) solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 25px;
  margin: 1rem 0 0 auto;
  position: relative;
  width: 25px;
}
.topics__list__column__arrow:before{
  border-right: 2px rgba(255,255,255,1.00) solid;
  border-top: 2px rgba(255,255,255,1.00) solid;
  content: "";
  display: inline-block;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%,-50%) rotateZ(45deg);
  width: 6px;
}
/* scheme */
.topics__list__column-link[target="_blank"] .topics__list__column__arrow:before{
  background-image: url("/src/images/common/icon/external_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  height: 15px;
  transform: translate(-50%,-50%);
  width: 15px;
}
/* scheme Fin */
.topicsButton__block{
  padding: 2rem 0 0;
}
.topicsButton__inner{}
.topicsButton__item{}
.topicsButton__item-link{}
.topicsButton__item__text{}


/* ---------------------------------------------------

	about

--------------------------------------------------- */
.about{
  border-top: 5px rgba(241,140,39,1.00) solid;
  margin: 0 0 3rem;
  padding: 1.5rem 0 0;
}
.aboutWrrap{}
.about__intro__group{
  margin: 0 0 2rem;
}
.about__intro__outer{}
.about__intro__theme{
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.about__intro__figure__block{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0 0;
}
.about__intro__figure{
  margin: 0 1rem 0 0;
  width: calc((100% - 1rem) / 2);
}
.about__intro__figure:last-of-type{
  margin: 0;
}
.about__intro__figure__image{
  margin: 0 auto;
}
.about__intro__note__block{
  padding: 1rem 0 0;
}
.about__intro__note{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}
.about__group{
  margin: 0 0 3rem;
}
.about__outer{}
.about__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about__column{
  margin: 0 0 3rem;
  width: 100%;
}
.about__column:last-of-type{
  margin: 0;
}
.about__theme{
  color: rgba(241,140,39,1.00);
  font-family: "M PLUS Rounded 1c", system-ui;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0 0 0 1em;
  position: relative;
}
.about__theme:before{
  background-color: rgba(241,140,39,1.00);
  border-radius: calc(8px / 2);
  content: "";
  display: inline-block;
  height: 120%;
  max-height: 100px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.about__figure{
  margin: 0 0 1.5rem;
}
.about__figure__image{
  margin: 0 auto;
  text-align: center;
  max-width: 260px;
}
.about__note{}
.about__note__text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}
.about__note__subText{
  border-top: 1px rgba(0,0,0,1.00) dotted;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 1em 0 0;
  padding: 1em 0 0;
}
.about__catch__group{}
.about__catch__block{
  border-bottom: 1px rgba(189,189,188,1.00) solid;
  border-top: 1px rgba(189,189,188,1.00) solid;
  padding: 1rem 0;
}
.about__catch__text{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.about__catch__note__block{}
.about__catch__note__inner{}
.about__catch__note{
  padding: 1rem 0 0;
}
.about__catch__note__text{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}
.aboutButton__block{
  padding: 1.5rem 0 0;
}
.aboutButton__inner{}
.aboutButton__item{}
.aboutButton__item-link{}
.aboutButton__item__text{}


/* ---------------------------------------------------

	instagram

--------------------------------------------------- */
.instagram{}
.instagramWrrap{}
.instagram__group{}
.instagram__timeLine{}
.instagramButton__block{
  padding: 1.5rem 0 0;
}
.instagramButton__inner{
  display: flex;
  justify-content: center;
}
.instagramButton__item{
  margin: 0 10px;
  width: 200px;
}
.instagramButton__item-link{
  align-items: center;
  border: 1px rgba(147,146,145,1.00) solid;
  border-radius: 20px;
  color: rgba(34,24,21,1.00);
  display: flex;
  justify-content: center;
  height: 50px;
  text-decoration: none;
  width: 100%;
}
.instagramButton__item__text{
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0 2px;
  position: relative;
}


/* ---------------------------------------------------

	howToUse

--------------------------------------------------- */
.howToUse{
  background-color: rgba(251,239,165,1.00);
  padding: 2.5rem 0;
}
.howToUseWrrap{}
.howToUse__group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.howToUse__step{
  background-color: rgba(255,255,255,1.00);
  border-radius: 10px;
  margin: 0 0 1.25rem;
  padding: 10px;
  width: 100%;
  max-width: 280px;
}
.howToUse__step:last-of-type{
  margin: 0;
}
.howToUse__step__note{}
.howToUse__step__note__label{
  align-items: center;
  background-color: rgba(239,193,9,1.00);
  border-radius: 10px;
  display: flex;
  height: 50px;
  justify-content: center;
  text-align: center;
}
.howToUse__step__note__label__text{
  color: rgba(255,255,255,1.00);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 2px;
}
.howToUse__step__note__text{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  padding: 0.75em 0.5em 0;
}
.howToUse__step__note__text.text-center{
  text-align: center;
}
.howToUse__step__note__text__large{
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.howToUse__step__figure{
  padding: 1rem 0 0;
}
.howToUse__step__figure__image{
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}
.howToUse__note{
  padding: 2rem 0 0;
}
.howToUse__note__list{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.howToUse__note__list__item{
  font-size: 1rem;
  line-height: 1.75;
  padding: 0 0 0 1em;
  text-indent: -1em;
}


/* ---------------------------------------------------

	relatedItems

--------------------------------------------------- */
.relatedItems{
  margin: 0 0 3rem;
}
.relatedItemsWrrap{}
.relatedItems__group{}
.relatedItems__menu{}
.relatedItems__menu__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.relatedItems__menu__note{
  order: 2;
}
.relatedItems__menu__note__theme{
  color: rgba(241,140,39,1.00);
  font-family: "M PLUS Rounded 1c", system-ui;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.relatedItems__menu__note__theme__small{
  color: rgba(0,0,0,1.00);
  font-size: 1.125rem;
}
.relatedItems__menu__note__text{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  padding: 0.75em 0 0;
}
.relatedItems__menu__figure{
  order: 1;
  margin: 0 0 1rem;
}
.relatedItems__menu__figure__image{
  font-size: 0;
}


/* ---------------------------------------------------

	dealer

--------------------------------------------------- */
.dealerWrrap{}
.dealer__group{}
.dealer__item{
  padding: 2.25rem 0;
}
.dealer__item:nth-of-type(2n-1){
  background-color: rgba(239,239,240,1.00);
}
.dealer__item:nth-of-type(2n){
  background-color: rgba(255,255,255,1.00);
}
.dealer__item__outer{
  margin: 0 auto;
  padding: 0 15px;
}
.dealer__item__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dealer__item__note{
  order: 2;
  width: 100%;
}
.dealer__item__note__category{
  align-items: center;
  background-color: rgba(26,76,159,1.00);
  border-radius: 15px;
  color: rgba(255,255,255,1.00);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  line-height: 1;
  padding: 0 1em 0.1em;
}
.dealer__item__note__name{
  font-size: 1.25rem;
  margin: 0;
  padding: 1.25rem 0 0;
}
.dealer__item__note__address{
  margin: 0;
  padding: 1rem 0 0;
}
.dealer__item__note__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
}
.dealer__item__note__list__menu{
  margin: 0 0.5rem 0 0;
  width: calc((100% - 0.5rem) / 2);
  max-width: 170px;
}
.dealer__item__note__list__menu:last-of-type{
  margin: 0;
}
.dealer__item__note__list__menu-link{
  align-items: center;
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(147, 146, 145, 1.00) solid;
  border-radius: 20px;
  color: rgba(34, 24, 21, 1.00);
  display: flex;
  justify-content: center;
  height: 50px;
  text-decoration: none;
  width: 100%;
}
.dealer__item__note__list__menu__text{
  font-size: 1rem;  
  font-weight: 500;
  padding: 0 0 2px;
  position: relative;
}
.dealer__item__figure{
  order: 1;
  margin: 0 0 1rem;
  text-align: center;
  width: 100%;
}
.dealer__item__figure__image{
  font-size: 0;
  margin: 0 auto;
  max-width: 280px;
}
.dealer__item__figure__image img{
  border: 1px rgba(152,152,152,1.00) solid;
}


/* ---------------------------------------------------

	notes

--------------------------------------------------- */
.notesWrrap{}
.notes__group{}
.notes__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.notes__list__block{
  margin: 0 0 2rem;
}
.notes__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.notes__list__item{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 0.3em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.notes__list__item:last-of-type{
  margin: 0;
}
.notes__figure__block{}
.notes__figure__image{
  margin: 0 auto;
  max-width: 150px;
}


/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
.pageSection{}
.pageSection__title{
  font-size: 2rem;
  }
/* scheme */
.relatedItems .pageSection__title{}
/* scheme Fin */
.pageSection__title__figure{
  max-width: inherit;
  }
.pageSection__titleNote{
  padding: 1em 1.25rem 0;
  }
/* scheme */
.instagram .pageSection__titleNote{
  padding: 0;
}
/* scheme Fin */
.pageSection__body{
  padding: 1.5rem 0 0;
  }
/* scheme */
.topics .pageSection__body{
  padding: 1rem 0 0;
}
/* scheme Fin */
.pageSection__body__inner{}


/* ------------------------------------

	mainvisual

------------------------------------ */
.mainvisual{}
.mainvisual__inner{}
.mainvisual__logo{
  padding: 2rem 5rem 0;
  }
.mainvisual__logo__figure{
  margin: 0 0 1rem;
  }
.mainvisual__logo__figure__image{
  max-width: 350px;
  }
.mainvisual__logo__note{
  font-size: 1.8rem;
  }
.mainvisual__figure{}
.mainvisual__figure__image{
  max-width: inherit;
  }
.mainvisual__note{}
.mainvisual__note__text{
  font-size: 1.25rem;
  }
.mainvisual__patents{
  right: 2rem;
  top: 6rem;
  }
.mainvisual__patents__figure{}


/* ------------------------------------

	anchor

------------------------------------ */
.anchor{
  margin: 0 0 2.5rem;
  }
.anchor__outer{}
.anchor__intro__group{}
.anchor__intro__group:before,
.anchor__intro__group:after{
  top: 50%;
  transform: translateY(-50%);
  }
.anchor__intro__group:before{
  bottom: inherit;
  height: 185px;
  left: 1rem;
  width: 140px;
  }
.anchor__intro__group:after{
  bottom: inherit;
  height: 135px;
  right: 1rem;
  width: 190px;
  }
.anchor__intro{
  height: 100px;
  max-width: 250px;  
  }
.anchor__intro:after{}
.anchor__intro__text{
  font-size: 1.125rem;
  }
.anchor__group{}
.anchor__inner{}
.anchor__item{
  height: 170px;
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 3)) / 4);
  }
.anchor__item:nth-of-type(2n){
  margin: 0 1rem 0 0;
  }
.anchor__item:nth-of-type(4n){
  margin: 0;
  }
/* scheme */
.anchor__item__bg-orange{}
.anchor__item__bg-yellow{}
.anchor__item__bg-blue{}
.anchor__item__bg-paleGreen{}
/* scheme Fin */
.anchor__item-link{
  padding: 0 0 2rem;
  }
.anchor__item-link:after{}
.anchor__item__inner{}
.anchor__item__icon{
  height: 60px;
  margin: 0 auto 0.5rem;
  width: 60px;
  }
.anchor__item__icon__figure{}
/* scheme */
.anchor__item__icon__figure.card{}
.anchor__item__icon__figure.magnifyingGlass{}
.anchor__item__icon__figure.shop{}
.anchor__item__icon__figure.attention{}
/* scheme Fin */
.anchor__item__text{
  font-size: 1rem;
  }


/* ------------------------------------

	topics

------------------------------------ */
.topics{}
.topicsWrrap{}
.topicsWrrap:before{}
.topics__group{}
.topics__outer{
  padding: 0 15px;
  }
.topics__inner{}
.topics__list{}
.topics__list__column{}
.topics__list__column-link{
  border: 2px rgba(180,175,175,1.00) solid;
  padding: 15px;
  }
.topics__list__column__figure{}
.topics__list__column__figure__image{}
.topics__list__column__category{
  border-radius: calc(35px / 2);
  height: 35px;
  max-width: 165px;
  }
.topics__list__column__category__text{}
.topics__list__column__note{}
.topics__list__column__note__date{}
.topics__list__column__note__text{}
.topics__list__column__arrow{}
.topics__list__column__arrow:before{}
/* scheme */
.topics__list__column-link[target="_blank"] .topics__list__column__arrow:before{}
/* scheme Fin */
.topicsButton__block{}
.topicsButton__inner{}
.topicsButton__item{}
.topicsButton__item-link{}
.topicsButton__item__text{}


/* ------------------------------------

	about

------------------------------------ */
.about{}
.aboutWrrap{}
.about__intro__group{}
.about__intro__outer{}
.about__intro__theme{
  line-height: 1.5;
  }
.about__intro__figure__block{
  padding: 1.5rem 0 0;
  }
.about__intro__figure{
  margin: 0 1.5rem 0 0;
  width: auto;
  }
.about__intro__figure__image{
  max-width: 280px;
  }
.about__intro__note__block{
  padding: 1.5rem 0 0;
  text-align: center;
  }
.about__intro__note{}
.about__group{}
.about__outer{}
.about__inner{}
.about__column{
  margin: 0 3rem 0 0;
  width: calc((100% - 3rem) / 2);
  }
.about__column:nth-of-type(2n){
  margin: 0;
  }
.about__theme{}
.about__theme:before{}
.about__figure{}
.about__figure__image{
  max-width: inherit;
  }
.about__note{}
.about__note__text{
  font-size: 1.125rem;
  }
.about__note__subText{
  font-size: 1.125rem;
  }
.about__catch__group{}
.about__catch__block{
  border-bottom: 2px rgba(189,189,188,1.00) solid;
  border-top: 2px rgba(189,189,188,1.00) solid;
  padding: 0.5rem 0;
  }
.about__catch__text{
  line-height: 1.5;
  }
.about__catch__note__block{}
.about__catch__note__inner{}
.about__catch__note{
  padding: 2rem 0 0;
  text-align: center;
  }
.about__catch__note__text{}
.aboutButton__block{}
.aboutButton__inner{}
.aboutButton__item{}
.aboutButton__item-link{}
.aboutButton__item__text{}


/* ------------------------------------

	instagram

------------------------------------ */
.instagram{}
.instagramWrrap{}
.instagram__group{}
.instagram__timeLine{}
.instagramButton__block{}
.instagramButton__inner{}
.instagramButton__item{
  width: 250px;
  }
.instagramButton__item-link{
  border: 2px rgba(147,146,145,1.00) solid;
  }
.instagramButton__item__text{
  font-size: 1.25rem;
  }


/* ------------------------------------

	howToUse

------------------------------------ */
.howToUse{}
.howToUseWrrap{}
.howToUse__group{}
.howToUse__step{
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 2)) / 3);
  }
.howToUse__step__note{}
.howToUse__step__note__label{}
.howToUse__step__note__label__text{}
.howToUse__step__note__text{}
.howToUse__step__note__text__large{}
.howToUse__step__figure{}
.howToUse__step__figure__image{
  max-width: 250px;
  }
.howToUse__note{
  text-align: center;
  }
.howToUse__note__list{}
.howToUse__note__list__item{}


/* ------------------------------------

	relatedItems

------------------------------------ */
.relatedItems{
  margin: 0 0 4rem;
  }
.relatedItemsWrrap{}
.relatedItems__group{}
.relatedItems__menu{}
.relatedItems__menu__inner{}
.relatedItems__menu__note{
  width: calc((100% - 2rem) - 300px);
  }
.relatedItems__menu__note__theme{
  font-size: 1.5rem;
  }
.relatedItems__menu__note__theme__small{
  font-size: 1.125rem;
  }
.relatedItems__menu__note__text{
  padding: 1em 0 0;
  }
.relatedItems__menu__figure{
  margin: 0 2rem 0 0;
  width: 300px;
  }
.relatedItems__menu__figure__image{}


/* ------------------------------------

	dealer

------------------------------------ */
.dealerWrrap{}
.dealer__group{}
.dealer__item{}
.dealer__item__outer{}
.dealer__item__inner{}
.dealer__item__note{
  width: calc((100% - 2rem) - 240px);
  }
.dealer__item__note__category{
  font-size: 1.125rem;
  padding: 0 1em 0.1em;
  }
.dealer__item__note__name{}
.dealer__item__note__address{}
.dealer__item__note__list{
  justify-content: flex-start;
  }
.dealer__item__note__list__menu{
  margin: 0 10px 10px;
  width: 220px;
  max-width: inherit;
  }
.dealer__item__note__list__menu:last-of-type{
  margin: 0 10px;
  }
.dealer__item__note__list__menu-link{
  border: 2px rgba(147, 146, 145, 1.00) solid;
  }
.dealer__item__note__list__menu__text{}
.dealer__item__figure{
  margin: 0 2rem 0 0;
  width: 240px;
  }
.dealer__item__figure__image{
  max-width: inherit;
  }


/* ------------------------------------

	notes

------------------------------------ */
.notesWrrap{}
.notes__group{}
.notes__inner{}
.notes__list__block{}
.notes__list{}
.notes__list__item{}
.notes__figure__block{}
.notes__figure__image{
  max-width: 200px;
  }


}/* /min-width: 600px */



/* ------------------------------------

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
.pageSection{
  margin: 0 0 3.125rem;
  }
.pageSection__title{
  font-size: 2.625rem;
  line-height: 1;
  }
/* scheme */
.relatedItems .pageSection__title{
  height: 90px;
  padding: 0 0 4px;
  }
/* scheme Fin */
.pageSection__title__figure{}
.pageSection__titleNote{
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1em 0 0;
  }
/* scheme */
.instagram .pageSection__titleNote{
  padding: 0;
}
/* scheme Fin */
.pageSection__body{
  padding: 2.5rem 0 0;
  }
/* scheme */
.topics .pageSection__body{
  padding: 1rem 0 0;
}
/* scheme Fin */
.pageSection__body__inner{}


/* ------------------------------------

	mainvisual

------------------------------------ */
.mainvisual{
  margin: 0 0 3.125rem;
  padding: 9rem 0 0;
  }
.mainvisual__inner{}
.mainvisual__logo{
  padding: 0;
  text-align: center;
  }
.mainvisual__logo__figure{}
.mainvisual__logo__figure__image{
  margin: 0 auto;
  max-width: 400px;
  }
.mainvisual__logo__note{
  font-size: 2rem;
  }
.mainvisual__figure{
  margin: 0 0 3.125rem;
  }
.mainvisual__figure__image{}
.mainvisual__note{}
.mainvisual__note__text{
  font-size: 1.25rem;
  line-height: 1.75;
  }
.mainvisual__patents{
  right: calc(8rem + ((1vw - 0.64rem) * 32.8446));/*8rem~15rem;*/
  top: -3rem;
  }
.mainvisual__patents__figure{
  max-width: 140px;
  }


/* ------------------------------------

	anchor

------------------------------------ */
.anchor{
  margin: 0 0 3.75rem;
  }
.anchor__outer{}
.anchor__intro__group{
  margin: 0 0 calc(40px + 3.125rem);
  }
.anchor__intro__group:before,
.anchor__intro__group:after{}
.anchor__intro__group:before{
  height: 234px;
  left: 6rem;
  width: 170px;
  }
.anchor__intro__group:after{
  height: 177px;
  right: 3rem;
  width: 250px;
  }
.anchor__intro{
  border: 5px rgba(26,76,159,1.00) solid;
  border-radius: 30px;
  height: 134px;
  max-width: 480px;
  }
.anchor__intro:after{
  bottom: calc(40px * -1);
  height: 40px;
  width: 75px;
  }
.anchor__intro__text{
  font-size: 1.5625rem;
  line-height: 1.5;
  }
.anchor__group{}
.anchor__inner{}
.anchor__item{
  border-radius: 30px;
  height: 210px;
  margin: 0 1.75rem 0 0;
  width: calc((100% - calc(1.75rem * 3)) / 4);
  }
.anchor__item:nth-of-type(2n){
  margin: 0 1.75rem 0 0;
  }
.anchor__item:nth-of-type(4n){
  margin: 0;
  }
/* scheme */
.anchor__item__bg-orange{
  border: 2px rgba(241,140,39,1.00) solid;
}
.anchor__item__bg-yellow{
  border: 2px rgba(253,219,0,1.00) solid;
}
.anchor__item__bg-blue{
  border: 2px rgba(0,101,178,1.00) solid;
}
.anchor__item__bg-paleGreen{
  border: 2px rgba(185,212,14,1.00) solid;
}
/* scheme Fin */
.anchor__item-link{
  padding: 0 0 3.125rem;
  }
.anchor__item-link:hover{
  background-color: rgba(255,255,255,1.00);
  color: rgba(0,0,0,1.00);
  }
.anchor__item-link:after{
  bottom: 12px;
  height: 36px;
  transition: all 0.3s;
  width: 50px;
  }
.anchor__item-link:hover:after{
  background-image: url("/src/images/common/icon/arrow_bottom_black.svg");
  }
.anchor__item__inner{}
.anchor__item__icon{
  height: 80px;
  margin: 0 auto 0.75rem;
  width: 80px;
  }
.anchor__item__icon__figure{}
/* scheme */
.anchor__item__icon__figure.card{
  margin: 0.5rem auto 0;
  transition: all 0.3s;
  }
.anchor__item-link:hover .anchor__item__icon__figure.card{
  background-image: url("/src/images/common/icon/card_black.svg");
  }
.anchor__item__icon__figure.magnifyingGlass{}
.anchor__item-link:hover .anchor__item__icon__figure.magnifyingGlass{
  background-image: url("/src/images/common/icon/magnifying_glass_black.svg");
  }
.anchor__item__icon__figure.shop{}
.anchor__item-link:hover .anchor__item__icon__figure.shop{
  background-image: url("/src/images/common/icon/shop_black.svg");
  }
.anchor__item__icon__figure.attention{}
.anchor__item-link:hover .anchor__item__icon__figure.attention{
  background-image: url("/src/images/common/icon/attention_black.svg");
  }
/* scheme Fin */
.anchor__item__text{
  font-size: 1.1875rem;
  }


/* ------------------------------------

	topics

------------------------------------ */
.topics{}
.topicsWrrap{
  padding: 2.25rem 0 0;
  }
.topicsWrrap:before{
  height: 300px;
  }
.topics__group{}
.topics__outer{
  padding: 0;
  }
.topics__inner{}
.topics__list{}
.topics__list__column{
  margin: 0 1rem;
  width: 310px;
  }
.topics__list__column-link{}
.topics__list__column__figure{
  margin: 0 0 1.125rem;
  }
.topics__list__column__figure__image{}
.topics__list__column__figure__image img{
  transition: all 0.3s;
  }
.topics__list__column-link:hover .topics__list__column__figure__image img{
  transform: scale(1.1);
  }
.topics__list__column__category{}
.topics__list__column__category__text{}
.topics__list__column__note{}
.topics__list__column__note__date{}
.topics__list__column__note__text{}
.topics__list__column__arrow{
  height: 35px;
  transition: all 0.3s;
  width: 35px;
  }
.topics__list__column-link:hover .topics__list__column__arrow{
  background-color: rgba(255,255,255,1.00);
  }
.topics__list__column__arrow:before{
  border-right: 3px rgba(255, 255, 255, 1.00) solid;
  border-top: 3px rgba(255, 255, 255, 1.00) solid;
  height: 8px;
  transition: all 0.3s;
  width: 8px;
  }
.topics__list__column-link:hover .topics__list__column__arrow:before{
  border-right: 3px rgba(117,117,118,1.00) solid;
  border-top: 3px rgba(117,117,118,1.00) solid;
  }
/* scheme */
.topics__list__column-link[target="_blank"] .topics__list__column__arrow:before{
  transition: all 0.3s;
  }
.topics__list__column-link[target="_blank"]:hover .topics__list__column__arrow:before{
  background-image: url("/src/images/common/icon/external_gray.svg");
  border: none;
  }
/* scheme Fin */
.topicsButton__block{
  padding: 3.125rem 0 0;
  }
.topicsButton__inner{}
.topicsButton__item{}
.topicsButton__item-link{}
.topicsButton__item__text{}



/* ------------------------------------

	about

------------------------------------ */
.about{
  border-top: 10px rgba(241,140,39,1.00) solid;
  margin: 0 0 4rem;
  padding: 2.8125rem 0 0;
  }
.aboutWrrap{}
.about__intro__group{
  margin: 0 0 3rem;
  }
.about__intro__outer{}
.about__intro__theme{
  font-size: 1.75rem;
  line-height: 1.5;
  }
.about__intro__figure__block{
  padding: 2rem 0 0;
  }
.about__intro__figure{
  margin: 0 1.875rem 0 0;
  }
.about__intro__figure__image{
  max-width: inherit;
  }
.about__intro__note__block{}
.about__intro__note{
  font-size: 1.125rem;
  max-width: 790px;
  }
.about__group{
  margin: 0 0 3rem;
  }
.about__outer{}
.about__inner{}
.about__column{
  margin: 0 5rem 0 0;
  width: calc((100% - 5rem) / 2);
  }
.about__column:nth-of-type(2n){
  margin: 0;
  }
.about__theme{
  font-size: 1.5rem;
  margin: 0 0 1em;
  padding: 0 0 0 1.25em;
  }
.about__theme:before{
  border-radius: calc(15px / 2);
  height: 140%;
  max-height: 110px;  
  width: 15px;
}
.about__figure{
  margin: 0 0 2rem;
  }
.about__figure__image{}
.about__note{}
.about__note__text{}
.about__note__subText{}
.about__catch__group{}
.about__catch__block{
  padding: 0.5rem 0;
  }
.about__catch__text{
  font-size: 1.75rem;
  line-height: 1.5;
  }
.about__catch__note__block{}
.about__catch__note__inner{}
.about__catch__note{}
.about__catch__note__text{
  font-size: 1.125rem;
  max-width: 790px;
  }
.aboutButton__block{
  padding: 2rem 0 0;
  }
.aboutButton__inner{}
.aboutButton__item{}
.aboutButton__item-link{}
.aboutButton__item__text{}


/* ------------------------------------

	instagram

------------------------------------ */
.instagram{}
.instagramWrrap{}
.instagram__group{}
.instagram__timeLine{}
.instagramButton__block{
  padding: 2rem 0 0;
  }
.instagramButton__inner{}
.instagramButton__item{
  width: 290px;
  }
.instagramButton__item-link{}
.instagramButton__item-link:hover{
  background-color: rgba(147,146,145,1.00);
  color: rgba(255,255,255,1.00);
  }
.instagramButton__item__text{}


/* ------------------------------------

	howToUse

------------------------------------ */
.howToUse{
  padding: 4.375rem 0;
  }
.howToUseWrrap{}
.howToUse__group{}
.howToUse__step{
  border-radius: 20px;
  margin: 0 2.125rem 0 0;
  padding: 12px;
  width: calc((100% - calc(2.125rem * 2)) / 3);
  max-width: 343px;
  }
.howToUse__step__note{}
.howToUse__step__note__label{
  border-radius: 20px;
  height: 70px;
  }
.howToUse__step__note__label__text{
  font-size: 1.875rem;
  }
.howToUse__step__note__text{
  font-size: 1.5625rem;
  line-height: 1.5;
  }
.howToUse__step__note__text__large{
  font-size: 4.6025rem;
  }
.howToUse__step__figure{
  padding: 1.5rem 0 0;
  }
.howToUse__step__figure__image{
  max-width: 300px;
  }
.howToUse__note{
  padding: 3.4375rem 0 0;
  }
.howToUse__note__list{}
.howToUse__note__list__item{
  font-size: 1.0625rem;
  }


/* ------------------------------------

	relatedItems

------------------------------------ */
.relatedItems{
  margin: 0 0 5rem;
  }
.relatedItemsWrrap{}
.relatedItems__group{}
.relatedItems__menu{}
.relatedItems__menu__inner{}
.relatedItems__menu__note{  
  width: calc((100% - 6.25rem) - 410px);
  }
.relatedItems__menu__note__theme{
  font-size: 2.125rem;
  }
.relatedItems__menu__note__theme__small{
  font-size: 1.5rem;
  }
.relatedItems__menu__note__text{
  font-size: 1.125rem;
  }
.relatedItems__menu__figure{
  margin: 0 6.25rem 0 0;
  width: 410px;
  }
.relatedItems__menu__figure__image{}


/* ------------------------------------

	dealer

------------------------------------ */
.dealerWrrap{}
.dealer__group{}
.dealer__item{
  padding: 2.75rem 0;
  }
.dealer__item__outer{
  padding: 0;
  max-width: 900px;
  }
.dealer__item__inner{}
.dealer__item__note{  
  width: calc((100% - 6.25rem) - 300px);
  }
.dealer__item__note__category{
  min-width: 240px;
  }
.dealer__item__note__name{
  font-size: 1.5rem;
  }
.dealer__item__note__address{}
.dealer__item__note__list{}
.dealer__item__note__list__menu{}
.dealer__item__note__list__menu-link{}
.dealer__item__note__list__menu-link:hover{
  background-color: rgba(147, 146, 145, 1.00);
  color: rgba(255, 255, 255, 1.00);
  }
.dealer__item__note__list__menu__text{}
.dealer__item__figure{
  margin: 0 6.25rem 0 0;
  width: 300px;
  }
.dealer__item__figure__image{}


/* ------------------------------------

	notes

------------------------------------ */
.notesWrrap{}
.notes__group{}
.notes__inner{}
.notes__list__block{
  margin: 0 3.125rem 0 0;
  width: calc((100% - 3.125rem) - 290px);
  }
.notes__list{}
.notes__list__item{
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
  }
.notes__figure__block{
  width: 290px;
  }
.notes__figure__image{
  max-width: inherit;
  }


}/* /min-width: 1025px */

/* ------------------------------------

	PC-Mode > Irregular

------------------------------------ */
@media screen and (min-width: 1366px) {
/* ------------------------------------

	mainvisual

------------------------------------ */
.mainvisual{
  margin: 0 0 3.125rem;
  padding: 9rem 0 0;
  }
.mainvisual__inner{}
.mainvisual__logo{
  padding: 0;
  text-align: center;
  }
.mainvisual__logo__figure{}
.mainvisual__logo__figure__image{
  margin: 0 auto;
  max-width: inherit;
  }
.mainvisual__logo__note{
  font-size: 2.8125rem;
  }
.mainvisual__figure{
  margin: 0 0 3.125rem;
  }
.mainvisual__figure__image{}
.mainvisual__note{}
.mainvisual__note__text{
  font-size: 1.25rem;
  line-height: 1.75;
  }
.mainvisual__patents{
  right: 5rem;
  top: -5rem;
  }
.mainvisual__patents__figure{
  max-width: inherit;
  }


/* ------------------------------------

	topics

------------------------------------ */
.topics{}
.topicsWrrap{}
.topicsWrrap:before{}
.topics__group{}
.topics__outer{
  max-width: 1000px;
  }


}/* /min-width: 1366px */