/* ===========================
共通
===========================*/
body {
  background: none;
  background-color: #fff;
  color:#4d5156;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP',
  serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.15;
}

#page_homepage,#page_help_about,#page_user_data,#page_contact {
  background: url(../images/bg-mv.png) no-repeat center top/contain;
}

img {
  height: auto;
  max-width: 100%;
}

/* ===========================
共通パーツ
===========================*/
.container {
  margin: 0 auto;
  padding: 0 5vw;
  margin-bottom: 40px;;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1060px;
    padding: 0 30px;
  }
}

.containerL {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .containerL {
    max-width: 1160px;
    padding: 0 30px;
  }
}

/* refactaring */
/* #contents h1, #contents h2 {
  color: #bd9420;
  border-bottom: none;
} */

#contents h2.heading01Ja {
  color: #bd9420;
  border-bottom: none;
  margin: 0;
}
#contents h2.heading02ja {
  color: #000;
  margin: 0;
  border-bottom: none;
}
/* ====== heading ===== */
.heading01 {
  color: #bd9420;
  text-align: center;
}

.heading01Ja {
  color: inherit;
  font-size: 4.26vw;
  margin-top: 2.3vw;
}

.heading01En {
  color: inherit;
  font-family: 'Times New Roman', 'Lora', serif;
  font-size: 9.6vw;
}

@media only screen and (min-width: 768px) {
  .heading01 {
    width: 500px;
  }

  .heading01Ja {
    font-size: 22px;
    margin-top: 5px;
  }

  .heading01En {
    font-size: 50px;
  }
}

/* 02 */

.heading02 {
  text-align: center;
}

.allProducts .heading02 {
  background: inherit;
}

.heading02Wrap {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  display: inline-block;
  padding: 1.33vw 0;
  width: 36vw;
}

@media only screen and (min-width: 768px) {
  .heading02Wrap {
    padding: 10px 0;
    width: 272px;
  }
}

.heading02En {
  font-family: 'Times New Roman', 'Lora', serif;
  font-size: 6.93vw;
}

@media only screen and (min-width: 768px) {
  .heading02En {
    font-size: 41px;
  }
}

.heading02ja {
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .heading02ja {
    font-size: 22px;
    margin-top: 5px;
  }
}
/* 03 */
.heading03 {
  background-color: #01766a;
  color: #fff;
  font-size: 4.8vw;
  padding: 2vw;
}

@media only screen and (min-width: 768px) {
  .heading03 {
    font-size: 30px;
    padding: 10px 35px;
  }
}

.fontEn {
  font-family: 'Times New Roman', 'Lora', serif;
}

/* isPc */
.pc {
  display: block !important;
}

.isPc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .isSp {
    display: none;
  }

  .isPc {
    display: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  .isXl {
    display: none;
  }
}

/* ===========================
header
===========================*/
.inner {
  max-width: 1160px;
}

#header {
  height: auto;
  padding: 15px 0;
}

@media only screen and (max-width: 1079px) {
  #header .inner {
      position: inherit;
  }
}

@media only screen and (min-width: 1080px) {
  #header .header_bottom_area {
    clear: both;
    padding-top: unset;
  }
}

.header {
  left: 0;
  padding: 15px 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header_bottom_area > #search {
    background: transparent;
    padding: 0;
}

/* refactaring point */
@media only screen and (min-width: 768px) {
  #search select {
    height: 30px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

/* ===========================
mainVisual
===========================*/
#contents {
    margin-top: 0;
    padding-top: 0;
}

.topWrap {
  overflow: hidden;
  padding-top: 22vw;
  position: relative;
}

.topWrapBg {
  height: auto;
  left: 0;
  position: absolute;
  top: -20vw;
  width: 100%;
  z-index: 1;
}

.mainWrap {
  margin-top: 24vw;
}

.aboutPage .mainWrap {
  margin-top: 14vw;
}

@media only screen and (min-width: 768px) {
  .topWrap {
    padding-top: 140px;
  }

  .topWrapBg {
    top: 100px;
  }

  .mainWrap, .aboutPage .mainWrap {
    margin-top: 240px;
  }
}

@media only screen and (min-width: 992px) {
  .topWrap {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .topWrapBg {
    opacity: 0.8;
    top: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .topWrapBg {
    opacity: 1;
    top: 0;
  }
}

.mainVisual {
  position: relative;
  /* z-index: 2; */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top:200px;
}

@media only screen and (max-width: 767px) {
  .mainVisual {
  position: relative;
  /* z-index: 2; */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top:20px;
}
}

.mainVisualItem {
  position: relative;
}

.mainVisualItem img {
  width: 100%;
}


.mainVisualText {
  font-size: 7.33vw;
  line-height: 1.75;
  position: absolute;
  right: 11.33vw;
  top: 13.33vw;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .mainVisualText {
    font-size: 36px;
    line-height: 1.75;
    right: 40px;
    top: 33%;
  }
}

@media only screen and (min-width: 992px) {
  .mainVisualText {
    font-size: 40px;
    right: 60px;
  }
}

.main {
  overflow: hidden;
}
/* ===========================
info
===========================*/
.info {
  margin-top: 15.2vw;
}

@media only screen and (min-width: 768px) {
  .info {
    margin-top: 110px;
  }
}

.infoList {
  margin-top: 2.66vw;
}

@media only screen and (min-width: 768px) {
  .infoList {
    margin: 20px auto 0;
    max-width: 670px;
  }
}

.infoItem {
  border-bottom: 1px solid #777;
  padding-bottom: 1.6vw;
}

.infoItem:not(:first-of-type) {
  margin-top: 6.66vw;
}

@media only screen and (min-width: 768px) {
  .infoItem {
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
  }

  .infoItem:not(:first-of-type) {
    margin-top: 15px;
  }
}

.infoDate {
  font-size: 3.33vw;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .infoDate {
    font-size: 17px;
  }
}

.infoTitle {
  display: inline-block;
  line-height: 1.3;
  margin-top: 2vw;
  /* transition: opacity 0.3s; */
}

.infoTitle:hover {
  /* opacity: 0.7; */
}

@media only screen and (min-width: 768px) {
  .infoTitle {
    line-height: 1.5;
    margin-top: 5px;
  }
}

/* ===========================
products
===========================*/
.products {
  margin-top: 25.33vw;
}

@media only screen and (min-width: 768px) {
  .products {
    margin-top: 75px;
  }
}

.productsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.66vw;
}

@media only screen and (min-width: 768px) {
  .productsList {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) {
  .productsList {
    max-width: 100%;
  }
}

.productsItem {
  width: calc((100% - 9.3vw) / 2);
}

.productsItem:nth-of-type(n + 3) {
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .productsItem {
    width: calc((100% - 60px) / 2);
  }

  .productsItem:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .productsItem {
    width: calc((100% - 55px * 3) / 4);
  }

  .productsItem:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

.productsImage {
  text-align: center;
}

.productsImage img {
  height: auto;
  max-width: 300px;
  width: 100%;
}

.productsTitle {
  border-bottom: 1px solid #777;
  font-size: 4.8vw;
  margin-top: 2.66vw;
  padding-bottom: 1.33vw;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .productsTitle {
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
.productsText {
  font-size: 3.73vw;
  line-height: 1.5;
  margin-top: 2vw;
}

@media only screen and (min-width: 768px) {
  .productsText {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
  }
}

/* ===========================
top_banner
===========================*/
.top_banner {
  margin-top: 25.33vw;
}

@media only screen and (min-width: 768px) {
  .top_banner {
    margin-top: 75px;
  }
}

.top_banner_link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.66vw;
  align-content: space-around;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .top_banner_link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    max-width: 660px;
    flex-direction: row;
    align-items: normal
   
  }
}

@media only screen and (min-width: 992px) {
  .top_banner_link {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  
.bn_category {
 width: calc((100% - 9.3vw) / 1);
 margin: 20px;
}
}


.bn_category:nth-of-type(n + 3) {
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .bn_category {
    width: calc((100% - 60px) / 2);
  }

  .bn_category:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .bn_category {
    width: calc((100% - 55px * 3) / 3);
  }

  .bn_category:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

.top_bn {
  text-align: center;
}

.top_bn img {
  height: auto;
  max-width: 300px;
  width: 180%;
}

@media only screen and (max-width: 797px) {
  .top_bn img {
    height: auto;
    max-width: 300px;
    width: 100%;
  }
}


.productsTitle {
  border-bottom: 1px solid #777;
  font-size: 4.8vw;
  margin-top: 2.66vw;
  padding-bottom: 1.33vw;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .productsTitle {
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
.bnText {
  font-size: 3.73vw;
  line-height: 1.5;
  margin-top: 2vw;
}

@media only screen and (min-width: 768px) {
  .bnText {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 20px;
    width: 100%;
  }
}
/* ===========================
hair
===========================*/
.hair {
  margin-top: 2vw;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hair {
    margin-top: 45px;
  }
}

.hairWrap {
  background-color: #f4f4f4;
  padding: 13.33vw 5vw 9.33vw;
}

@media only screen and (min-width: 768px) {
  .hairWrap {
    background-color: #f4f4f4;
    margin: 0 -30px;
    padding: 55px 30px 70px;
  }
}

@media only screen and (min-width: 992px) {
  .hairWrap {
    margin: 0;
    padding: 55px 50px 70px;
  }
}

.hairHeading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
}

.hairHeadingEn {
  font-family: 'Times New Roman', 'Lora', serif;
  font-size: 9.6vw;
}

@media only screen and (min-width: 768px) {
  .hairHeadingEn {
    font-size: 42px;
  }
}

.hairHeadingJa {
  font-size: 4.26vw;
}

@media only screen and (min-width: 768px) {
  .hairHeadingJa {
    font-size: 22px;
    margin-top: 10px;
  }
}

.hairSwiperWrap {
  margin: 6vw -5vw 0;
}

@media only screen and (min-width: 768px) {
  .hairSwiperWrap {
    margin: 30px 0 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hairList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .hairItem {
    width: calc((100% - 14px * 4) / 5);
  }
}

@media only screen and (min-width: 992px) {
  .hairItem {
    width: calc((100% - 18px * 4) / 5);
  }
}

.hairImage img {
  width: 100%;
}

.hairText {
  background-color: #4e7303;
  color: #fff;
  padding: 2vw 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .hairText {
    padding: 13px 0 10px;
  }
}

.hairText.isDark {
  background-color: #2b4001;
}

.hairText.isLight {
  background-color: #628c04;
}

.hairTextJa {
  color: inherit;
  font-size: 6vw;
  font-weight: 700;
}

.hairTextEn {
  display: inline-block;
  font-family: 'Times New Roman', 'Lora', serif;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  .hairTextJa {
    font-size: 19px;
  }

  .hairTextEn {
    font-size: 15px;
    margin-top: 7px;
  }
}

.hairSwiperButtons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}

.swiper-button-next.hairSwiperNext, .swiper-button-prev.hairSwiperPrev {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin-top: 0;
  position: static;
  width: 8vw;
}

.swiper-button-next.hairSwiperNext {
  margin-left: 28vw;
}

.swiper-button-Next.hairSwiperNext img, .swiper-button-prev.hairSwiperPrev img {
  display: inline-block;
  height: auto;
  width: 100%;
}

.swiper-button-next.hairSwiperNext::after, .swiper-button-prev.hairSwiperPrev::after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hairSwiperButtons {
    display: none;
  }
}

/* ===========================
instagram
===========================*/
.instagram {
  margin-top: 14.66vw;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .instagram {
    margin-top: 40px;
  }
}

.instagramList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6vw;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .swiper2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 6vw;
    align-items: baseline;
   justify-content: center;
    }

  
  .swiper-slide{
    width: calc((100% - 1.6vw * 2) / 3);
  }

  }

  @media only screen and (min-width: 768px) {
  .swiper2 img{
    width: 1000px !important;
    height: auto;
    align-items: baseline !important;
    margin:20px !important;
    padding:5px;
    }
  }

 

@media only screen and (min-width: 768px) {
  .instagramList {
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 6vw;
  }
}

.instagramItem {
  width: calc((100% - 1.6vw * 2) / 3);
}

.instagramItem:not(:nth-of-type(3n + 1)) {
  margin-left: 1.6vw;
}

.instagramItem:nth-of-type(n + 4) {
  margin-top: 1.6vw;
}

@media only screen and (min-width: 768px) {
  .instagramItem {
    width: calc((100% - 20px * 3) / 3);
  }

  .instagramItem:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }

  .instagramItem:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .instagramItem {
    width: calc((100% - 50px * 3) / 3);
  }

  .instagramItem:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }

  .instagramItem:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .instagramItem:not(:first-of-type) {
    margin: 0px;
  }
}

.instagramItem a {
  display: inline-block;
  padding-bottom: 100%;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}

.instagramItem a:hover {
  opacity: 0.8;
}

.instagramItem img {
  display: inline-block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/* インスタスワイパー設定 */

@media only screen and (min-width: 992px) {
.Instagram-Visual{
  width: 100% !important;
  height: 350px;
  overflow: hidden;
  margin:0 auto;
}

.Instagram_cont img {
  width: 333px !important;
  height: auto;
  overflow: hidden;
  margin:0 auto;
}

.Instagram_pic{
  width:340px !important;
  height:auto;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
}

.InstagramSwiper{
  width: 1020px;
}
}

@media only screen and (min-width: 992px) {
#Instagram-Visual{
margin-top:40px !important;
width: 100% !important;
height: 350px;
overflow: hidden;
margin:0 auto;
}
}

/* ===========================
about
===========================*/
.about {
  overflow: hidden;
  padding-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .about {
    padding-top: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 3px -3px rgba(115, 96, 75, 0.3);
  }
}

@media only screen and (min-width: 992px) {
  .about {
    padding-top: 65px;
  }
}


/* ========= aboutConcept ========= */
.aboutConcept {
  padding-bottom: 24vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .aboutConcept {
    padding-bottom: 110px;
  }
}

.aboutConceptList {
  margin-top: 11.3vw;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .aboutConceptList {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    z-index: 1;
  }
}

.aboutConceptItem:not(:first-of-type) {
  margin-top: 6.66vw;
}

@media only screen and (min-width: 768px) {
  .aboutConceptItem:not(:first-of-type) {
    margin-top: 60px;
  }
}

.aboutConceptHeading {
  border-bottom: 1px solid #000;
  padding-bottom: 2vw;
  padding-top: 6.5vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .aboutConceptHeading {
    padding-bottom: 12px;
    padding-top: 72px;
  }
}

.aboutConceptHeadingJa {
  color: #000;
  font-size: 6.9vw;
}

@media only screen and (min-width: 768px) {
  .aboutConceptHeadingJa {
    font-size: 26px;
  }
}

.aboutConceptHeadingEn {
  position: absolute;
  right: -1vw;
  top: 0;
}

.aboutConceptHeadingEn1 {
  width: 58vw;
}

.aboutConceptHeadingEn2 {
  width: 67vw;
}

@media only screen and (min-width: 768px) {
  .aboutConceptHeadingEn {
    right: -20px;
  }

  .aboutConceptHeadingEn1 {
    width: 430px;
  }

  .aboutConceptHeadingEn2 {
    top: 0;
    width: 478px;
  }
}

.aboutConceptContent {
  margin-top: 2.66vw;
}

@media only screen and (min-width: 768px) {
  .aboutConceptContent {
    margin-top: 20px;
  }
}

.aboutConceptText {
  line-height: 1.85;
}

.aboutConceptText:not(:first-of-type) {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .aboutConceptText {
    line-height: 1.75;
  }

  .aboutConceptText:not(:first-of-type) {
    margin-top: 35px;
  }
}

.aboutConceptContentList {
  margin-top: 10vw;
}

.aboutConceptContentList li {
  line-height: 1.85;
}

@media only screen and (min-width: 768px) {
  .aboutConceptContentList {
    margin-top: 35px;
  }

  .aboutConceptContentList li {
    line-height: 1.75;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.aboutConceptDecoration1 {
  bottom: 70%;
  height: auto;
  left: -10vw;
  position: absolute;
  transform: translateY(67%);
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .aboutConceptDecoration1 {
    bottom: 85%;
    left: -50px;
    top:10vw;
    transform: translateY(50%);
    width: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutConceptDecoration1 {
    bottom: 0;
    left: -30px;
    transform: translateY(0);
    width: 480px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutConceptDecoration1 {
    left: 0;
    width: 535px;
  }
}

.aboutConceptDecoration2 {
  bottom: 4.6vw;
  position: absolute;
  right: -7vw;
  width: 45vw;
}

@media only screen and (min-width: 768px) {
  .aboutConceptDecoration2 {
    bottom: -10px;
    opacity: 0.8;
    position: absolute;
    right: -20px;
    width: 240px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutConceptDecoration2 {
    bottom: 20px;
    opacity: 1;
    right: -20px;
    width: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutConceptDecoration2 {
    bottom: 90px;
    right: -10px;
    width: 343px;
  }
}
/* ========= aboutMerit ========= */
.aboutMerit {
  background-color: #f4f4f4;
  padding: 16vw 0 18.66vw;
}

@media only screen and (min-width: 768px) {
  .aboutMerit {
    margin-top: 15px;
    padding: 35px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .aboutMeritList {
    margin: 0 auto;
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutMeritList {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
}

.aboutMeritItem:not(:first-of-type) {
  margin-top: 20vw;
}

@media only screen and (min-width: 767px) {
  .aboutMeritItem:not(:first-of-type) {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutMeritItem {
    width: calc((100% - 30px * 2) / 3);
  }

  .aboutMeritItem:not(:first-of-type) {
    margin-top: 0;
  }
}

.aboutMeritHeading {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 15.33vw;
  padding-left: 3vw;
}

@media only screen and (min-width: 767px) {
  .aboutMeritHeading {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 54px;
    padding-left: 10px;
  }
}

.aboutMeritHeadingEn {
  display: inline-block;
  margin-left: 4vw;
}

.aboutMeritHeadingEn1 {
  transform: translateY(2.5vw);
  width: 60vw;
}

.aboutMeritHeadingEn2 {
  width: 40.66vw;
}

.aboutMeritHeadingEn3 {
  transform: translateY(-1vw);
  width: 54vw;
}

@media only screen and (min-width: 767px) {
  .aboutMeritHeadingEn {
    margin-left: 10px;
  }

  .aboutMeritHeadingEn1 {
    transform: translateY(7px);
    width: 205px;
  }

  .aboutMeritHeadingEn2 {
    transform: translateY(-1px);
    width: 139px;
  }

  .aboutMeritHeadingEn3 {
    transform: translateY(-3px);
    width: 186px;
  }
}

.aboutMeritHeadingJa {
  font-size: 6.93vw;
  padding-top: 2px;
}

@media only screen and (min-width: 768px) {
  .aboutMeritHeadingJa {
    font-size: 25px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutMeritHeadingJa {
    font-size: 20px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 1024px) {
  .aboutMeritHeadingJa {
    font-size: 25px;
  }
}

.aboutMeritText {
  line-height: 1.875;
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .aboutMeritText {
    line-height: 1.75;
    margin-top: 20px;
  }
}

/* ========= aboutGreeting ========= */
.aboutGreeting {
  margin-top: 18.66vw;
}
@media only screen and (min-width: 768px) {
  .aboutGreeting {
    margin-top: 110px;
  }
}

.aboutGreetingItem {
  position: relative;
}

.aboutGreetingItem:not(:first-of-type) {
  margin-top: 16vw;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingItem:not(:first-of-type) {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .aboutGreetingTop {
    min-height: auto;
  }
}

.aboutGreetingHeading {
  font-size: 5vw;
  padding-left: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingHeading {
    font-size: 26px;
    padding-left: 20px;
  }
}

.aboutGreetingMessage {
  border-left: 4px solid #80ba66;
  font-size: 4.8vw;
  line-height: 1.875;
  margin-top: 10vw;
  padding: 1.73vw 17.33vw 1.73vw 2vw;
  position: relative;
  text-shadow: 5px 5px 8px rgba(255, 255, 255, 1);
  z-index: 1;
  width:80%;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingMessage {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 100px;
    padding-top: 0;
    transform: translateX(-4px);
    width:80%;
  }
}

@media only screen and (min-width: 992px) {
  .aboutGreetingMessage {
    font-size: 32px;
    line-height: 1.875;
    padding-right: 0;
    width:80%;
  }
}

.aboutGreetingBg {
  height: auto;
  position: absolute;
  right: 0;
  top: 17.33vw;
  width: 30.66vw;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingBg {
    position: absolute;
    right: 0;
    top: -20px;
    width: 200px;
  }
}

.aboutGreetingBottom {
  margin-top: 10vw;
  padding-bottom: 10.33vw;
  position: relative;
  transition: 1s;
}

.aboutGreetingBottom.isOpen {
  padding-bottom: 14vw;
}


.aboutGreetingBottom::after {
  background: linear-gradient(
  to bottom,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255, 0.4) 30%,
  rgba(255, 255, 255, 1) 100%
  );
  bottom: 7.06vw;
  content: '';
  height: 23.33vw;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 1s, visibility 1s;
  visibility: visible;
  width: 100%;
}

.aboutGreetingBottom.isOpen::after {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingBottom {
    margin-top: 0;
    padding-bottom:20px;
  }

  .aboutGreetingBottom::after {
    bottom: 22px;
    height: 105px;
  }

  .aboutGreetingBottom.isOpen {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutGreetingBottom {
    padding-bottom: 35px;
    padding-top: 50px;
  }
}

.aboutGreetingTextBox {
  overflow: hidden;
  transition: max-height 1s;
}



.aboutGreetingTextBox.isOpen {
  max-height: 100%;
}

.aboutGreetingTextBox {
  max-height: 23.96vw;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingTextBox {
    max-height: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutGreetingTextBox {
    max-height: 90px;
  }
}

.aboutGreetingText {
  line-height: 1.875;
  margin-bottom: 50px;
}


@media only screen and (min-width: 768px) {

  /*
  .aboutGreetingText {
    line-height: 1.45;
  }
  */

  .aboutGreetingText:not(:first-of-type) {
    margin-top: 20px;
  }
}

.aboutGreetingLink {
  background-color: #fff;
  border: 1px solid #000;
  bottom: 0;
  display: inline-block;
  font-family: 'Times New Roman', 'Lora', serif;
  font-size: 4.66vw;
  left: 50%;
  overflow: hidden;
  padding: 4vw 0 4.26vw;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: color 0.5s;
  transition-delay: 0.3s;
  width: 46.66vw;
  z-index: 1;
}

.aboutGreetingLink::after {
  border-color: transparent transparent #000 transparent;
  border-style: solid;
  border-width: 0 0 4vw 4vw;
  bottom: 0.8vw;
  content: '';
  height: 0;
  position: absolute;
  right: 0.8vw;
  transition: bottom 0.3s, right 0.3s, border-width 0.5s;
  transition-delay: 0s, 0s, 0.3s;
  width: 0;
}

.aboutGreetingLink:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .aboutGreetingLink {
    font-size: inherit;
    padding: 15px 0;
    width: 170px;
  }

  .aboutGreetingLink::after {
    border-width: 0 0 15px 15px;
    bottom: 3px;
    right: 3px;
  }
}



/* ========= aboutSalon ========= */
.aboutSalon {
  background-color: #f4f4f4;
  margin-top: 17.38vw;
  padding: 17.3vw 0 18vw;
}

@media only screen and (min-width: 768px) {
  .aboutSalon {
    background-color: transparent;
    margin-top: 120px;
    padding: 0;
  }
}

/* ========= aboutSales ========= */
.aboutSales {
  margin-top: 17.38vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .aboutSales {
    margin-top: 130px;
  }
}

.aboutSalesInner {
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .aboutSalesInner {
    margin-top: 25px;
    padding: 0 80px 0 40px;
  }
}

.aboutSalesText {
  line-height: 1.875;
}

@media only screen and (min-width: 768px) {
  .aboutSalesText {
    line-height: 1.75;
  }
}

.aboutSalesLinks {
  margin: 13.33vw auto 0;
  width: 80vw;
}

@media only screen and (min-width: 768px) {
  .aboutSalesLinks {
    margin-top: 30px;
    padding-left: 8px;
    width: 100%;
  }
}

.aboutSalesLinks a {
  border: 0.26vw solid #000;
  display: inline-block;
  padding: 6.66vw 0;
  text-align: center;
  transition: 0.3s;
  width: 80vw;
}

.aboutSalesLinks a:hover {
  background-color: #000;
  color: #fff;
}

.aboutSalesLinks p {
  font-size: 3.33vw;
  margin-top: 2.66vw;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .aboutSalesLinks a {
    border: 1px solid #777;
    line-height: 1.75;
    padding: 18px 20px 18px 0;
    width: 400px;
  }

  .aboutSalesLinks a:hover {
    background-color: #777;
    color: #fff;
  }

  .aboutSalesLinks p {
    font-size: inherit;
    margin-top: 10px;
    white-space: normal;
  }
}

.aboutSalesCaution {
  line-height: 1.875;
  margin-top: 13.33vw;
}

@media only screen and (min-width: 768px) {
  .aboutSalesCaution {
    line-height: 1.75;
    margin-top: 40px;
  }
}

.aboutSalesDecoration {
  display: none;
	margin: 0 calc(50% - 50vw);
}

@media only screen and (min-width: 768px) {
  .aboutSalesDecoration {
    display: inline-block;
    height: auto;
    left: -202px;
    position: absolute;
    top: -60px;
    width: 310px;
    z-index: -1;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutSalesDecoration {
    left: -242px;
    top: -80px;
    width: 392px;
  }
}
/* ========= aboutAddress ========= */
.aboutAddress {
  margin-top: 25.33vw;
}
@media only screen and (min-width: 768px) {
  .aboutAddress {
    margin-top: 75px;
  }
}
/* ========= aboutOverview ========= */
.aboutOverview {
  margin-top: 22.66vw;
}
@media only screen and (min-width: 768px) {
  .aboutOverview {
    margin-top: 110px;
  }
}

.aboutOverviewContent {
  margin-top: 8vw;
  padding: 0 10vw;
}

@media only screen and (min-width: 768px) {
  .aboutOverviewContent {
    margin: 60px auto 0;
    max-width: 730px;
    padding: 0;
  }
}

.aboutOverviewList {
  border-bottom: 1px solid #000;
  padding-bottom: 2vw;
}

.aboutOverviewList:not(:first-of-type) {
  margin-top: 6.66vw;
}

@media only screen and (min-width: 768px) {
  .aboutOverviewList {
    border-bottom: 1px solid #777;
    display: flex;
    padding: 0 15px 15px;
  }

  .aboutOverviewList:not(:first-of-type) {
    margin-top: 15px;
  }
}

.aboutOverviewList dt {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .aboutOverviewList dt {
    font-weight: 400;
    width: 300px;
  }
}

.aboutOverviewList dd {
  margin-top: 2.66vw;
}

@media only screen and (min-width: 768px) {
  .aboutOverviewList dd {
    margin-top: 0;
    width: calc(100% - 300px);
  }
}

/* ===========================
address
===========================*/

.addressText {
  margin-top: 5.33vw;
}

@media only screen and (min-width: 768px) {
  .addressText {
    margin-top: 40px;
    padding: 0 30px;
  }
}

.addressMap {
  margin-top: 6vw;
  padding-bottom: 60.7%;
  position: relative;
  width: 100%;
}

.addressMap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .addressMap {
    margin-top: 20px;
    padding-bottom: 38%;
  }
}
/* ===========================
salon
===========================*/

.salonWrap {
  background-color: #f4f4f4;
  margin-top: 6.66vw;
  padding: 17.3vw 0 18vw;
}

@media only screen and (min-width: 768px) {
  .salonWrap {
    background-color: transparent;
    margin-top: 50px;
    padding: 0;
  }
}

.salonGrid {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .salonGrid {
    align-items: start;
    display: flex;
    flex-direction: row-reverse;
  }
}

.salonImages {
  margin-top: 5.33vw;
  position: relative;
}

.salonImageL {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.salonImageL img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.salonImageS img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .salonImages {
    margin-top: 0;
    width: 300px;
    z-index: 1;
  }
}

.salonImageBottom {
  display: flex;
}

.salonImageS {
  cursor: pointer;
  position: relative;
  width: 25%;
}

.salonImageS.isActive::after {
  opacity: 0;
}

.salonImageS::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .salonContent {
    background-color: #f4f4f4;
    margin-left: -60px;
    margin-top: 60px;
    padding: 50px 45px 30px 90px;
    width: calc(100% - 300px + 60px);
  }
}

@media only screen and (min-width: 992px) {
  .salonContent {
    padding: 50px 45px 30px 110px;
  }
}

.salonHeading {
  color: #000;
  border-bottom: 3px solid #c4a13c;
  font-size: 6.93vw;
  padding-bottom: 1.33vw;
}

@media only screen and (min-width: 768px) {
  .salonHeading {
    border-bottom: 2px solid #c4a13c;
    font-size: 26px;
    padding-bottom: 15px;
  }
}

.salonText {
  line-height: 1.875;
  margin-top: 6.66vw;
}

.salonText:not(:first-of-type) {
  margin-top: 9.33vw;
}

@media only screen and (min-width: 768px) {
  .salonText {
    line-height: 1.75;
    margin-top: 20px;
  }

  .salonText:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .salonText:not(:first-of-type) {
    margin-top: 40px;
  }
}

/* ===========================
wig
===========================*/
.wig {
  margin-top: 9.33vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wig {
    margin-top: 125px;
  }
}

.wigDecoration {
  display: none;
}

@media only screen and (min-width: 768px) {
  .wigDecoration {
    display: inline-block;
    height: auto;
    left: 0;
    position: absolute;
    top: 550px;
    width: 150px;
    z-index: -1;
  }
}

/* ========= categoryList ========= */
.categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14.6vw;
}

@media only screen and (min-width: 768px) {
  .categoryList {
    margin-top: 50px;
  }
}

.categoryItem {
  display: flex;
  width: calc((100% - 8vw) / 2);
}

@media only screen and (max-width: 767px) {
  .emptyCategoryItem {
    display: none;
  }
}

/* .categoryItem:nth-of-type(n + 3) {
  margin-top: 5.3vw;
} */

@media only screen and (min-width: 768px) {
  .categoryItem {
    width: calc((100% - 20px * 3) / 4);
  }

  .categoryItem:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .categoryItem:nth-of-type(n + 5) {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .categoryItem {
    width: calc((100% - 50px * 3) / 4);
  }

  .categoryItem:nth-of-type(n + 5) {
    margin-top: 60px;
  }
}

.categoryItemImage img {
  width: 100%;
  margin-top: 2rem; /*商品画像余白*/
}

.categoryItemText {
  border-bottom: 1px solid #777;
  font-size: 3.5vw;
  font-weight: bolder;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 3.33vw;
  padding-bottom: 1.33vw;
}

@media only screen and (min-width: 768px) {
  .categoryItemText {
    font-size: 15px;
    font-weight: bolder;
    line-height: 1.6;
    margin-top: 15px;
    min-height: 81px;
    padding-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .categoryItemText {
    min-height: auto;
  }
}

.categoryItemPrice {
  font-size: 4vw;
  margin-top: 1.33vw;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .categoryItemPrice {
    font-size: 18px;
    margin-top: 5px;
  }
}

/* ========= wigVoice ========= */
.wigVoice {
  background-color: #f4f4f4;
  margin: 14.66vw -5vw 0;
  padding: 15.33vw 5vw 12.8vw;
}

@media only screen and (min-width: 768px) {
  .wigVoice {
    background-color: #f4f4f4;
    margin: 120px -30px 0;
    padding: 30px 35px 35px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .wigVoice {
    margin: 120px auto 0;
  }
}

.wigVoiceHeading {
  color: #000;
  border-left: 6px solid #80ba65;
  font-size: 6.93vw;
  line-height: 1.4;
  padding-left: 2vw;
}

@media only screen and (min-width: 768px) {
  .wigVoiceHeading {
    border-left: 4px solid #80ba65;
    font-size: 26px;
    line-height: 60px;
    padding-left: 21px;
  }
}

.wigVoiceGrid {
  margin-top: 6.66vw;
}

@media only screen and (min-width: 768px) {
  .wigVoiceGrid {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
}

.wigVoiceContent {
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .wigVoiceContent {
    margin-top: 0;
    width: calc(100% - 340px);
  }
}

@media only screen and (min-width: 992px) {
  .wigVoiceContent {
    padding-left: 15px;
    width: calc(100% - 340px);
  }
}

.wigVoiceText {
  line-height: 1.875;
}

.wigVoiceText:not(:first-of-type) {
  margin-top: 9.33vw;
}

@media only screen and (min-width: 768px) {
  .wigVoiceText {
    line-height: 1.75;
  }

  .wigVoiceText:not(:first-of-type) {
    margin-top: 35px;
  }
}

.wigVoiceImages img {
  height: auto;
  width: 100%;
}

.wigVoiceImageL {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.wigVoiceImageL img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.wigVoiceImageBottom {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.33vw 2vw;
}

.wigVoiceImageS {
  cursor: pointer;
  position: relative;
  width: calc((100% - 2% * 4) / 5);
}

.wigVoiceImageS.isActive::after {
  opacity: 0;
}

.wigVoiceImageS::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wigVoiceImages {
    margin-left: 35px;
    width: 305px;
  }

  .wigVoiceImageBottom {
    padding: 10px 15px;
  }

  .wigVoiceImageS {
    width: calc((100% - 3% * 4) / 5);
  }
}

.wigVoiceLinks {
  margin-top: 9.33vw;
  text-align: center;
}

.wigVoiceLink {
  border: 0.26vw solid #000;
  display: inline-block;
  padding: 6.66vw 0;
  transition: 0.3s;
  width: 80vw;
}

.wigVoiceLink:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wigVoiceLinks {
    margin-top: 40px;
  }
  .wigVoiceLink {
    border: 1px solid #777;
    line-height: 1.75;
    padding: 18px 20px 18px 0;
    width: 400px;
  }
  .wigVoiceLink:hover {
    background-color: #777;
  }
}

/* ========= wigMaterial ========= */
.wigMaterial {
  margin-top: 18.5vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterial {
    margin: 85px auto 0;
    max-width: 800px;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterial {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
}

.wigMaterialGroup:not(:first-of-type) {
  margin-top: 13.33vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterialGroup:not(:first-of-type) {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialGroup {
    width: calc((100% - 45px) / 2);
  }

  .wigMaterialGroup:not(:first-of-type) {
    margin-top: 0;
  }
}

.wigMaterialHeading {
  color: #000;
  font-size: 4.8vw;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .wigMaterialHeading {
    font-size: 24px;
    padding: 18px;
  }
}

.wigMaterialText {
  line-height: 1.875;
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterialText {
    line-height: 1.75;
    margin-top: 20px;
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialText {
    line-height: 1.75;
    margin-top: 30px;
    min-height: 150px;
    padding-left: 18px;
  }
}

.wigMaterialContent {
  background-color: #f5ffe2;
  margin-top: 6vw;
}

.wigMaterialGroup:nth-of-type(1) .wigMaterialContent {
  padding: 6vw 6.66vw 5.33vw;
}
.wigMaterialGroup:nth-of-type(2) .wigMaterialContent {
  padding: 6vw 2.66vw 5.33vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterialGroup:nth-of-type(1) .wigMaterialContent, .wigMaterialGroup:nth-of-type(2) .wigMaterialContent {
    margin-top: 20px;
    padding: 60px 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialGroup:nth-of-type(1) .wigMaterialContent, .wigMaterialGroup:nth-of-type(2) .wigMaterialContent {
    margin-top: 20px;
    min-height: 365px;
    padding: 20px 15px 5px;
  }
}

.wigMaterialHeading02 {
  font-size: 4.53vw;
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .wigMaterialHeading02 {
    font-size: 23px;
  }
}

.wigMaterialText02 {
  font-size: 3.2vw;
  line-height: 1.6;
  margin: 0;
  margin-top: 3.33vw;
}

.wigMaterialText02S {
  display: inline-block;
  margin-top: 7.5vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterialText02 {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 20px;
  }

  .wigMaterialText02S {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialText02 {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .wigMaterialText02S {
    font-size: 12px;
  }
}

.wigMaterialGrid01 {
  display: flex;
  justify-content: space-between;
  margin-top: 2.66vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterialGrid01 {
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1060px) {
  .wigMaterialGrid01 {
    margin-top: 10px;
  }
}

.wigMaterialGrid02 {
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .wigMaterialGrid02 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialGrid02 {
    margin-top: 5px;
  }
}

.wigMaterialItem img {
  height: auto;
  width: 100%;
}

.wigMaterialGrid01 .wigMaterialItem {
  width: calc((100% - 10vw) / 2);
}

.wigMaterialGrid02 .wigMaterialItem {
  width: calc((100% - 1.33vw * 2) / 3);
}

@media only screen and (min-width: 768px) {
  .wigMaterialGrid01 .wigMaterialItem {
    width: 220px;
  }

  .wigMaterialGrid01 .wigMaterialItem:not(:first-of-type) {
    margin-left: 50px;
  }

  .wigMaterialGrid02 .wigMaterialItem {
    width: calc((100% - 30px * 2) / 3);
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialGrid01 .wigMaterialItem {
    width: 180px;
  }

  .wigMaterialGrid01 .wigMaterialItem:not(:first-of-type) {
    margin-left: 50px;
  }

  .wigMaterialGrid02 .wigMaterialItem {
    width: 144px;
  }
}

.wigMaterialGrid01 .wigMaterialItemText {
  font-size: 3.2vw;
  line-height: 1.4;
  margin-top: 2vw;
  text-align: center;
}

.wigMaterialItemText01 {
  padding-top: 2vw;
}

.wigMaterialGrid02 .wigMaterialItemText {
  font-size: 2.93vw;
  line-height: 1.45;
  margin-top: 2.66vw;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .wigMaterialItemText01 {
    padding-top: 0;
  }

  .wigMaterialGrid01 .wigMaterialItemText, .wigMaterialGrid02 .wigMaterialItemText {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 10px;
    text-align: center;
  }

  .wigMaterialGrid02 .wigMaterialItemText.wigMaterialItemTextS {
    font-size: 11px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .wigMaterialGrid02 .wigMaterialItemText {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media only screen and (min-width: 1060px) {
  .wigMaterialGrid01 .wigMaterialItemText, .wigMaterialGrid02 .wigMaterialItemText {
    font-size: 13px;
  }

  .wigMaterialGrid02 .wigMaterialItemText.wigMaterialItemTextS {
    font-size: 10px;
    letter-spacing: 0;
    transform: scale(0.9);
    white-space: nowrap;
  }
  .wigMaterialGrid02 .wigMaterialItemText {
    font-size: 11px;
    line-height: 1.55;
  }
}

/* ========= wigMethod ========= */
.wigMethod {
  border: 2px solid #444;
  margin-top: 8.66vw;
  padding: 9.33vw 5.33vw 6vw;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .wigMethod {
    margin-top: 100px;
    padding: 40px 100px;
  }
}

@media only screen and (min-width: 992px) {
  .wigMethod {
    padding: 25px 100px 35px;
  }
}

.wigMethodHeading {
  color: #000;
  font-size: 4.8vw;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wigMethodHeading {
    font-size: 27px;
  }
}

.wigMethodImages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  margin-top: 12vw;
}

@media only screen and (min-width: 768px) {
  .wigMethodImages {
    margin-top: 30px;
  }
}

.wigMethodImage:first-of-type {
  height: 64.5vw;
  text-align: center;
  width: 100%;
}

.wigMethodImage:not(:first-of-type) {
  margin-top: 4vw;
  width: calc(50% - 4vw);
}

.wigMethodImage:not(:first-of-type) img {
  height: auto;
  width: 100%;
}

.wigMethodImage:nth-of-type(2n + 3) {
  margin-left: 4vw;
}

.wigMethodImage img {
  display: inline-block;
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .wigMethodImage {
    height: 229px;
  }

  .wigMethodImage:first-of-type {
    height: 229px;
    text-align: center;
    width: 100%;
  }

  .wigMethodImage:not(:first-of-type) {
    margin-top: 30px;
    text-align: right;
    width: calc(50% - 30px);
  }

  .wigMethodImage:not(:first-of-type) img {
    height: 100%;
    width: auto;
  }

  .wigMethodImage:nth-of-type(2n + 3) {
    margin-left: 30px;
    text-align: left;
  }

  .wigMethodImage:last-of-type {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .wigMethodImage:first-of-type {
    width: auto;
  }

  .wigMethodImage:not(:first-of-type) {
    margin-top: 0;
    width: auto;
  }

  .wigMethodImage:first-of-type, .wigMethodImage:first-of-type, .wigMethodImage:nth-of-type(2n + 3), .wigMethodImage:last-of-type {
    text-align: left;
  }

  .wigMethodImage:not(:nth-of-type(3n + 1)) {
    margin-left: 40px;
  }

  .wigMethodImage:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
/* ========= wigMedical ========= */
.wigMedical {
  margin-top: 19.6vw;
}
@media only screen and (min-width: 768px) {
  .wigMedical {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 105px;
  }
}

.wigMedicalContent {
  margin-top: 8.66vw;
}

@media only screen and (min-width: 768px) {
  .wigMedicalContent {
    margin-top: 0;
    width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .wigMedicalContent {
    max-width: calc(100% - 310px - 100px);
    width: 50%;
  }
}

.wigMedicalContentHeading {
  color: #000;
  font-size: 4.8vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .wigMedicalContentHeading {
    font-size: 24px;
  }
}

.wigMedicalText {
  line-height: 1.875;
}

.wigMedicalText:not(:first-of-type) {
  margin-top: 10.66vw;
}

@media only screen and (min-width: 768px) {
  .wigMedicalText {
    line-height: 1.75;
    margin-top: 25px;
  }

  .wigMedicalText:not(:first-of-type) {
    margin-top: 35px;
  }
}

.wigMedicalImages {
  margin-top: 6.66vw;
}

.wigMedicalImages img {
  display: inline-block;
  height: auto;
  width: 100%;
}

.wigMedicalImageL {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.wigMedicalImageL img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.wigMedicalBottom {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  padding: 1.33vw;
}

.wigMedicalS {
  cursor: pointer;
  position: relative;
  width: calc((100% - 3% * 3) / 4);
}

.wigMedicalS.isActive::after {
  opacity: 0;
}

.wigMedicalS::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wigMedicalImages {
    margin-left: 40px;
    margin-top: 0;
    width: calc(100% - 55% - 40px);
  }

  .wigMedicalBottom {
    margin-top: 10px;
    padding: 10px;
  }

  .wigMedicalS {
    width: calc((100% - 4% * 3) / 4);
  }
}

@media only screen and (min-width: 992px) {
  .wigMedicalImages {
    margin-left: 100px;
    width: 310px;
  }
}

/* ===========================
piece
===========================*/
.piece {
  margin-top: 22.66vw;
}

@media only screen and (min-width: 768px) {
  .piece {
    margin-top: 120px;
  }
}

.pieceTopGrid {
  display: flex;
  justify-content: space-between;
  margin-top: 9.06vw;
}

@media only screen and (min-width: 768px) {
  .pieceTopGrid {
    justify-content: center;
    margin-top: 55px;
  }
}

.pieceTopItem {
  width: calc((100% - 6vw) / 2);
}

@media only screen and (min-width: 768px) {
  .pieceTopItem {
    width: 210px;
  }
  .pieceTopItem:not(:first-of-type) {
    margin-left: 70px;
  }
}

.pieceTopImage img {
  height: auto;
  width: 100%;
}

.pieceTopText {
  border-bottom: 1px solid #777;
  font-size: 3.2vw;
  line-height: 1.3;
  margin-top: 2.66vw;
  padding-bottom: 0.66vw;
}
@media only screen and (min-width: 768px) {
  .pieceTopText {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 15px;
    padding-bottom: 5px;
  }
}

.pieceTopPrice {
  font-size: 3.73vw;
  margin-top: 0.66vw;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .pieceTopPrice {
    font-size: 18px;
    margin-top: 5px;
  }
}

.pieceBottomGrid {
  margin-top: 26.66vw;
}

@media only screen and (min-width: 768px) {
  .pieceBottomGrid {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .pieceBottomContent {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .pieceBottomContent {
    width: 50%;
  }
}

.pieceBottomHeading {
  color: #000;
  font-size: 4.8vw;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .pieceBottomHeading {
    font-size: 24px;
  }
}

.piceBottomText {
  line-height: 1.875;
  margin-top: 4.8vw;
}

@media only screen and (min-width: 768px) {
  .piceBottomText {
    line-height: 1.75;
    margin-top: 30px;
  }
}

.pieceBottomImage {
  margin-top: 6vw;
}

.pieceBottomImage img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .pieceBottomImage {
    margin-left: 60px;
    margin-top: 0;
    width: calc(100% - 60% - 60px);
  }
}
@media only screen and (min-width: 992px) {
  .pieceBottomImage {
    margin-left: 100px;
    width: 300px;
  }
}

/* ===========================
accessories
===========================*/
.accessories {
  margin-top: 25.3vw;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .accessories {
    margin-top: 100px;
  }
}

.accessoriesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10vw auto 0;
}

@media only screen and (min-width: 768px) {
  .accessoriesList {
    margin: 60px auto 0;
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .accessoriesList {
    max-width: 100%;
  }
}

.accessoriesItem {
  width: calc((100% - 5.6vw) / 2);
}

.accessoriesItem:nth-of-type(n + 3) {
  margin-top: 5.3vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesItem {
    width: calc((100% - 60px) / 2);
  }

  .accessoriesItem:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .accessoriesItem {
    width: calc((100% - 50px * 3) / 4);
  }

  .accessoriesItem:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

.accessoriesImage img {
  height: auto;
  width: 100%;
}

.accessoriesName {
  border-bottom: 1px solid #777;
  font-size: 3.2vw;
  line-height: 1.3;
  margin-top: 3.33vw;
  min-height: 58px;
  min-height: 9.65vw;
  padding-bottom: 1.33vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesName {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
    min-height: 58px;
    padding-bottom: 10px;
  }
}

.accessoriesPrice {
  font-size: 3.73vw;
  margin-top: 0.66vw;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .accessoriesPrice {
    font-size: 18px;
    margin-top: 5px;
  }
}

/* ========= accessoriesGirdWrap =========*/
.accessoriesGrid {
  margin-top: 30.66vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesGrid {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 80px;
  }
}

.accessoriesGridContent {
  margin-top: 4.8vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesGridContent {
    margin-top: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .accessoriesGridContent {
    width: 50%;
  }
}

.accessoriesGridName {
  color: #000;
  font-size: 4.8vw;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .accessoriesGridName {
    font-size: 24px;
  }
}

.accessoriesGridText {
  line-height: 1.875;
}

@media only screen and (min-width: 768px) {
  .accessoriesGridText {
    line-height: 1.75;
    margin-top: 30px;
  }
}

.accessoriesGridImage {
  margin-top: 4vw;
}
.accessoriesGridImage img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .accessoriesGridImage {
    margin-left: 60px;
    margin-top: 0;
    width: calc(100% - 60% - 60px);
  }
}
@media only screen and (min-width: 992px) {
  .accessoriesGridImage {
    margin-left: 100px;
    width: 300px;
  }
}

/* ========= accessoriesAbout =========*/
.accessoriesAbout {
  margin-top: 20vw;
  padding-bottom: 30.8vw;
  position: relative;
}


.accessoriesAbout.accessoriesAbout02 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .accessoriesAbout, .accessoriesAbout.accessoriesAbout02 {
    margin-top: 105px;
    padding-bottom: 0;
  }

  .accessoriesAbout.accessoriesAbout02 {
    padding-bottom: 140px;
    position: relative;
  }

}

.accessoriesAboutItem:not(:first-of-type) {
  margin-top: 13.33vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesAboutItem:not(:first-of-type) {
    margin-top: 25px;
  }
}

.accessoriesAboutHeading {
  color: #000;
  border-bottom: 3px solid #c4a13c;
  border-top: 3px solid #c4a13c;
  font-size: 4.8vw;
  padding: 3.33vw 4vw 2.66vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesAboutHeading {
    border-bottom: 2px solid #c4a13c;
    border-top: 2px solid #c4a13c;
    font-size: 24px;
    padding: 15px 35px;
  }
}

.accessoriesAboutText {
  line-height: 1.875;
  margin-top: 5.33vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesAboutText {
    line-height: 1.75;
    margin-top: 20px;
    padding: 0 40px 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .accessoriesAboutText {
    padding: 0 70px 0;
  }
}

.accessoriesAboutDecoration {
  bottom: -24vw;
  display: inline-block;
  height: auto;
  position: absolute;
  right: -15.3vw;
  width: 39.3vw;
}

@media only screen and (min-width: 768px) {
  .accessoriesAboutDecoration {
    display: none;
  }
}

.accessoriesAbout02Decoration {
  display: none;
  margin: 0 calc(50% - 49vw);
  bottom: 180px;
}

@media only screen and (min-width: 768px) {
  .accessoriesAbout02Decoration {
    display: inline-block;
    height: auto;
    position: absolute;
    right: 0;
    width: 220px;
    z-index: -1;
  }
}

@media only screen and (min-width: 992px) {
  .accessoriesAbout02Decoration {
    right: -90px;
    width: 260px;
  }
}

@media only screen and (min-width: 1200px) {
  .accessoriesAbout02Decoration {
    right: -150px;
    width: 302px;
    bottom: 0;
  }
}

/* ========= accessoriesAddress =========*/
.accessoriesAddress {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .accessoriesAddress {
    margin-top: 120px;
    padding-bottom: 210px;
    position: relative;
  }
}

.accessoriesAddressDecoration {
  display: none;
}

@media only screen and (min-width: 768px) {
  .accessoriesAddressDecoration {
    margin: 0 calc(50% - 51vw);
    top: -340px;
    display: inline-block;
    height: auto;
    position: absolute;
    right: 0;
    width: 295px;
    z-index: -1;
  }
}

/* ========= introduction =========*/
.introduction {
  margin-top: 22vw;
  overflow: hidden;
  padding-bottom: 26.66vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .introduction {
    margin-top: 210px;
    padding-bottom: 0;
    overflow: visible;
  }
}

.introductionTopGrid {
  margin-top: 5.33vw;
}

@media only screen and (min-width: 768px) {
  .introductionTopGrid {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .introductionTopGrid {
    display: flex;
    margin-top: 50px;
  }
}

.introductionText {
  line-height: 1.875;
}

@media only screen and (min-width: 768px) {
  .introductionText {
    font-size: 15px;
    line-height: 2;
  }
}

@media only screen and (min-width: 992px) {
  .introductionText {
    font-size: 15px;
    line-height: 2;
    width: 55%;
  }
}

.introductionMap {
  margin-top: -5.33vw;
}

.introductionMap img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .introductionMap {
    margin: 0 auto;
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .introductionMap {
    margin-left: 30px;
    margin-top: 0;
    width: calc(100% - 55% - 30px);
  }
}

.introductionList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.33vw;
}

@media only screen and (min-width: 768px) {
  .introductionList {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .introductionList {
    justify-content: space-between;
    margin-top: 30px;
  }
}

.introductionItem {
  width: calc((100% - 4.8vw) / 2);
}

.introductionItem:nth-of-type(2n) {
  margin-left: 4.8vw;
}

.introductionItem:nth-of-type(n + 3) {
  margin-top: 13.33vw;
}


@media only screen and (min-width: 768px) {
  .introductionItem {
    width: calc((100% - 40px) / 2);
  }

  .introductionItem:nth-of-type(2n) {
    margin-left: 40px;
  }

  .introductionItem:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .introductionItem:last-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .introductionItem {
    width: calc((100% - 40px * 2) / 3);
  }

  .introductionItem:nth-of-type(2n) {
    margin-left: 0;
  }

  .introductionItem:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .introductionItem:nth-of-type(n + 4), .introductionItem:last-of-type {
    margin-top: 0;
    margin-top: 40px;
  }
}

.introductionGrid {
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .introductionGrid {
    align-items: start;
  }
}

.introductionImage {
  width: 20vw;
}

@media only screen and (min-width: 768px) {
  .introductionImage {
    width: 130px;
  }
}

.introductionContent {
  margin-left: 1.2vw;
  width: calc(100% - 20vw - 1.2vw);
}

@media only screen and (min-width: 768px) {
  .introductionContent {
    margin-left: 20px;
    width: calc(100% - 130px - 20px);
  }
}

.introductionName {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .introductionName {
    font-size: 15px;
    line-height: 1.3;
  }
}

.introductionDescription {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-top: 2vw;
  min-height: 25.6vw;
}

@media only screen and (min-width: 768px) {
  .introductionDescription {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    min-height: auto;
  }
}
/*
@media only screen and (min-width: 992px) {
  .introductionItem:last-of-type .introductionDescription {
    min-height: 163px;
  }
}
*/

.introductionLink {
  background-color: #01766a;
  border: 1px solid #01766a;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 3.2vw;
  font-weight: 700;
  margin-top: 1.5vw;
  padding: 2.2vw 0;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

.introductionLink:hover {
  background-color: #fff;
  color: #01766a;
}

@media only screen and (min-width: 768px) {
  .introductionLink {
    font-size: 15px;
    margin-top: 15px;
    padding: 5px 0;
  }
}

.introductionDecoration {
  top: -62vw;
  display: inline-block;
  right: -16vw;
  width: 52.13vw;
  display: none;
}

@media only screen and (min-width: 768px) {
  .introductionDecoration {
    display: none;
  }
}
/* ===========================
allProducts
===========================*/
.allCategoryProducts {
  margin-top: 16vw;
}
@media only screen and (min-width: 768px) {
  .allCategoryProducts {
    margin-top: 150px;
  }
}

.allCategoryProducts > .heading02 {
  background: none;
}
/* ========= allProductsWig =========*/
.allProductsWig {
  margin-top: 16vw;
}
@media only screen and (min-width: 768px) {
  .allProductsWig {
    margin-top: 25px;
  }
}

/* ========= allProductsPiece =========*/
.allProductsPiece {
  margin-top: 25.33vw;
}

@media only screen and (min-width: 768px) {
  .allProductsPiece {
    margin-top: 100px;
  }
}
/* ========= allProductsAccessories =========*/
.allProductsAccessories {
  margin-top: 12.66vw;
}

@media only screen and (min-width: 768px) {
  .allProductsAccessories {
    margin-top: 90px;
  }
}
/* ===========================
faq
===========================*/

.faqAnswer dt {
	position: relative;
	margin: 0 0 20px;
	padding: 5px 60px 5px 20px;
	background: #A2B961;
	color: #FFFFFF;
	font-size: 18px;
}
.faqAnswer dt .angle-circle {
	position: absolute;
    right: 15px;
    top: 5px;
    display: inline-block;
}

.faqAnswer dt .cb {
	position: relative;
	height: 2em;
	width: 2em;
}

.faqAnswer dt.active .cb {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faqAnswer dd {margin: 0 0 30px;}

.faqAnswer dd h3 {
	text-indent: -1.2em;
	padding-left: 1.4em;
	margin: 1em 0 0.3em;
	color: #3d5d18;
}

.faqAnswer p {
	margin: 0; 
	text-indent: -1em;
	padding-left: 1.4em;
}

.faqAnswer table {
	margin: 1em 1.4em;
}
.faqAnswer td, .faqAnswer th {
    border: 1px solid #ebeaab;
    padding: 5px;
	font-size: 14px;
}

.faqAnswer th {
	font-weight: normal;
	background: #F2F1C5;
}

.faqList {
  margin-top: 8vw;
}

@media only screen and (min-width: 768px) {
  .faqList {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 3px -3px rgba(115, 96, 75, 0.3);
  }
}

.faqHeading {
  color: #000;
  background-color: #f2f5ea;
  cursor: pointer;
  font-size: 4.8vw;
  padding: 4vw 23vw 4vw 10vw;
  position: relative;
}

.faqHeading::after {
  border-bottom: 0.66vw solid #3b9555;
  border-right: 0.66vw solid #3b9555;
  content: '';
  height: 3.2vw;
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
  width: 3.2vw;
}

.faqHeading.isOpen::after {
  transform: translateY(-50%) rotate(-135deg);
}

.faqHeadingSpan {
  display: none;
}


@media only screen and (min-width: 768px) {
  .faqHeading {
    font-size: 24px;
    padding: 20px 110px 20px 30px;
  }


  .faqHeading::after {
    border-bottom: 3px solid #3b9555;
    border-right: 3px solid #3b9555;
    height: 17px;
    right: 70px;
    width: 17px;
  }

  .faqHeadingSpan {
    display: inline-block;
  }

}

.faqContentList {
  display: none;
  margin-top: 6.66vw;
}

@media only screen and (min-width: 768px) {
  .faqContentList {
    margin-top: 45px;
  }
}

.faqItem:last-of-type .faqContentItem:last-of-type {
  margin-bottom: 0;
}

.faqItem:not(:first-of-type) {
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  .faqItem:not(:first-of-type) {
    margin-top: 35px;
  }
}

.faqQuestion {
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.8vw 20.5vw 0.66vw 9.33vw;
  position: relative;
}

.faqQuestion::after {
  border-bottom: 0.66vw solid #000;
  border-right: 0.66vw solid #000;
  content: '';
  height: 2.4vw;
  position: absolute;
  right: 9.33vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
  width: 2.4vw;
}


.faqQuestion::before {
  content: 'Q.';
  font-size: 5.06vw;
  left: 2.66vw;
  position: absolute;
  top: 0;
}

.faqQuestion.isOpen::after {
  transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (min-width: 768px) {
  .faqQuestion {
    border-bottom: 2px solid #777;
    font-size: 18px;
    padding: 7px 100px 5px 55px;
  }

  .faqQuestion::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 12px;
    right: 70px;
    width: 12px;
  }

  .faqQuestion::before {
    font-size: 27px;
    left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .faqQuestion {
    font-size: 20px;
    position: relative;
  }
}

.faqContentItem:not(:first-of-type) {
  margin-top: 6.93vw;
}

.faqContentItem:last-of-type {
  margin-bottom: 11.6vw;
}

@media only screen and (min-width: 768px) {
  .faqContentItem:not(:first-of-type) {
    margin-top: 50px;
  }

  .faqContentItem:last-of-type {
    margin-bottom: 130px;
  }
}

.faqAnswer {
  display: none;
  line-height: 1.875;
  margin-top: 4.66vw;
  padding: 0.8vw 7vw 0 9.33vw;
  position: relative;
}

.faqAnswer::before {
  color: #038541;
  content: 'A.';
  font-size: 5.06vw;
  left: 2.66vw;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .faqAnswer {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
    padding: 7px 160px 0 55px;
  }

  .faqAnswer::before {
    font-size: 27px;
    left: 20px;
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .faqAnswer {
    font-size: 18px;
    line-height: 1.6;
    padding: 7px 40px 0 55px;
  }
}
@media only screen and (min-width: 992px) {
  .faqAnswer {
    font-size: 20px;
    line-height: 1.5;
    padding: 7px 160px 0 55px;
  }
}

/* ===========================
footer
===========================*/
#footer {
  background-color: #c0ccd6;
  margin-top: 100px;
  height: 360px;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fff;
  opacity: 0.7;
}

.footer {
  background-color: #01766a;
  margin-top: 36.66vw;
  padding: 21.33vw 0 3.33vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 125px;
    padding: 70px 0 30px;
  }
}

.footerLogo {
  left: 0;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: translateY(calc(-50% - 0.4vw));
  width: 100%;
}

.footerLogo a {
  display: inline-block;
  width: 48vw;
}

.footerLogo img {
  height: auto;
  width: 100%;
  margin-top:120px;
}

@media only screen and (min-width: 768px) {
  .footerLogo {
    transform: translateY(calc(-50% - 1px));
  }

  .footerLogo a {
    width: 217px;
  }
}

.footerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38vw;
}

@media only screen and (min-width: 768px) {
  .footerList {
    display: flex;
    justify-content: center;
    margin-top: 180px;
  }
}

.footerItem {
  color: #fff;
  font-size: 3.73vw;
}

.footerItem:nth-of-type(3) {
  text-align: center;
  width: 100%;
}

.footerItem:nth-of-type(2) {
  border-left: 2px solid #fff;
  margin-left: 2.26vw;
  padding-left: 2.26vw;
}

.footerItem:nth-of-type(n + 3) {
  margin-top: 2.66vw;
}

.footerItem:last-of-type {
  margin-left: 4.8vw;
}

@media only screen and (min-width: 768px) {
  .footerItem {
    font-size: 16px;
  }

  .footerItem:nth-of-type(3) {
    text-align: left;
    width: auto;
  }

  .footerItem:nth-of-type(2) {
    border-left: none;
    border-right: 1px solid #fff;
    margin-left: 0;
    padding-left: 0;
  }

  .footerItem:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .footerItem:last-of-type {
    margin-left: 12px;
  }

  .footerItem:not(:first-of-type) {
    line-height: 18px;
    margin-left: 12px;
  }

  .footerItem:not(:last-of-type) {
    border-right: 1px solid #fff;
    padding-right: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .footerItem {
    font-size: 20px;
  }

  .footerItem:not(:first-of-type) {
    line-height: 20px;
    margin-left: 15px;
  }

  .footerItem:not(:last-of-type) {
    padding-right: 15px;
  }
}

.footerItem a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  transition: opacity 0.3s;
}

.footerItem a:hover {
  opacity: 0.7;
}

.copyright {
  color: #fff;
  font-size: 3.06vw;
  margin-top: 5.33vw;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 18px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .copyright {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
}

/* ===========================
header
===========================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  padding: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .headerInner.isFixed {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
  }
}

.headerInner {
  position: relative;
  padding: 0 5vw;
  position:fixed;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 3px -3px rgba(115, 96, 75, 0.3);
  width: 100%;
  margin-left:-8px;
}

@media only screen and (min-width: 768px) {
  .headerInner {
    justify-content: center;
    position:fixed;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 3px -3px rgba(115, 96, 75, 0.3);
    padding: 0 10px 10px 10px;
    max-width: 1120px;
  }
}

/*====== top ======*/
.headerTop {
  display: flex;
  align-items: center;
}

.headerLogo {
  width: 25.33vw;
  position: relative;
  z-index: 150;
}

.headerLogo a {
  display: inline-block;
  width: inherit;
  transition: opacity 0.3s;
}

.headerLogo a:hover {
  opacity: 0.7;
}

.headerLogo img {
  display: inline-block;
  width: inherit;
}

@media only screen and (min-width: 768px) {
  .headerLogo {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .headerLogo {
    width: 154px;
  }
}

/* 768 ~ はの設定 ここのみmax-widthになっているので注意 */
@media only screen and (max-width: 767px) {
  .headerNav {
    opacity: 0;
    visibility: hidden;
    margin-left: auto;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 120;
    padding-top: 20vw;
    padding-bottom: 5vw;
    transition: 0.5s;
  }

  .headerNav.isOpen {
    opacity: 1;
    visibility: visible;
  }

  .headerNavList {
    width: 54vw;
    margin: 9.33vw auto 0;
  }

  .headerNavItem {
    width: 100%;
    text-align: center;
    padding-bottom: 1.33vw;
    border-bottom: 1px solid #bd9420;
  }

  #hr_d {
  margin: 1px;
  }

  .headerNavItem:not(:first-of-type) {
    margin-top: 6vw;
  }

  .headerNavItem a {
    display: inline-block;
  }

  .headerNavEn {
    font-size: 5.8vw;
  }

  .headerNavJa {
    font-size: 2.66vw;
    margin-top: 0.66vw;
  }
}

@media only screen and (min-width: 768px) {
  .headerNavList {
    display: flex;
    margin: 20px;
  }
}

.headerNavItem a {
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s;
}

.headerNavItem a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .headerNav {
    margin-left: auto;
  }
  .headerNavItem:not(:first-of-type) {
    margin-left: 30px;
  }

  .headerNavItem a {
    display: inline-block;
    text-align: center;
  }
}

.headerNavEn {
  font-family: "Times New Roman", "Lora", serif;
  color: #bd9420;
}

.headerNavEn,
.headerNavJa {
  color: #bd9420;
  display: block;
}

@media only screen and (min-width: 768px) {
  .headerNavEn {
    font-size: 26px;
  }

  .headerNavJa {
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .headerNavEn {
    font-size: 30px;
  }

  .headerNavJa {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .headerNavEn {
    font-size: 30px;
  }

  .headerNavJa {
    font-size: 14px;
  }
}

/* ======= burger ======= */
.headerBurger {
  position: relative;
  width: 7.3vw;
  margin-left: auto;
  z-index: 150;
  cursor: pointer;
}

.headerBurger::after {
  content: "MENU";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -105%);
  font-size: 2.33vw;
  font-family: "Times New Roman", "Lora", serif;
}
@media only screen and (min-width: 768px) {
  .headerBurger {
    display: none;
  }
}

.headerBars {
  position: relative;
  height: 5.6vw;
  width: inherit;
}

.headerBars span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
}

@media only screen and (min-width: 540px) {
  .headerBars span {
    height: 3px;
  }
}

.headerBars span:nth-of-type(1) {
  top: 0;
}
.headerBars span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.headerBars span:nth-of-type(3) {
  bottom: 0;
}

/*====== bottom ======*/
.headerBottom {
  display: none;
}

@media only screen and (min-width: 768px) {
  .headerBottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .headerBottom {
    margin-top: 12px;
  }
}


/* headerTopForm で 配置位置をスタイル */
/* topForm */
.headerTopForm {
  display: block;
  width: 54vw;
  margin: 10vw auto 0;
}

@media only screen and (min-width: 768px) {
  .headerTopForm {
    margin-top: 0px;
    display: flex;
    position: absolute;
    width: 390px;
    left: 40px;
    top: 88px;
  }
}

@media only screen and (min-width: 992px) {
  .headerTopForm {
    top: 110px;
  }
}

/* input */
/* headerInput で中身のスタイル */
@media only screen and (min-width: 768px) {
  .headerInput {
    display: flex;
  }

  .headerForm {
    display: flex;
    align-items: flex-end;
  }
}

.headerInputSelect {
  position: relative;
  width: 100%;
}

.headerInputSelect::after {
  content: "";
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(calc(-50% - 0.2vw));
  width: 1.66vw;
  height: 4.5vw;
  background: url(../img/icon/logo-drop.png) no-repeat center center / contain;
}

.headerInputSelect select {
  width: 100%;
  border-bottom: 1px solid #bbb;
  font-size: 4vw;
  padding: 0.66vw 5vw 1.33vw 2vw;
}

@media only screen and (min-width: 768px) {
  .headerInputSelect {
    width: 130px;
  }

  .headerInputSelect::after {
    right: 0;
    transform: translateY(calc(-50% - 1px));
    width: 8px;
    height: 16px;
    background: url(../img/icon/logo-drop.png) no-repeat center center / contain;
  }

  .headerInputSelect select {
    text-align: center;
    border-bottom: 2px solid #bbbbbb;
    font-size: 16px;
    padding: 5px 10px;
  }
}

.headerInputText {
  position: relative;
  width: 100%;
  margin-top: 7.2vw;
}

.headerInputText input {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 0.66vw 5vw 1.33vw 2vw;
  color: #000;
  font-size: 4vw;
  border-bottom: 1px solid #bbb;
}

.headerInputText input::placeholder {
  color: #000;
}

.headerFormButton {
  position: absolute;
  z-index: 101;
  top: 50%;
  right: 0.4vw;
  transform: translateY(calc(-50% - 0.66vw));
  width: 4.4vw;
  height: 4.4vw;
}

.headerFormButton img {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .headerInputText {
    margin-top: 0;
    position: relative;
    width: 230px;
    margin-left: 30px;
  }

  .headerInputText input {
    width: 100%;
    padding: 5px 26px 5px 10px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #777;
  }

  .headerInputText input::placeholder {
    color: #000;
  }

  .headerFormButton {
    position: absolute;
    z-index: 101;
    top: 50%;
    right: 2px;
    transform: translateY(calc(-50% - 2px));
    width: 22px;
    height: 22px;
  }
}

/* cartの記述位置 */
.headerCart {
  position: absolute;
  top: 2.5vw;
  left: 76vw;
  width: 8vw;
  z-index: 150;
  display: inline-block;
}

.headerCart img,
.headerTopCart img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .headerCart {
    width: 24px;
    top: 88px;
    left: 440px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .headerCart {
    top: 70px;
    left: 440px;
  }
}

/* links */
.headerLinks {
  display: none;
}

.headerTopLinks {
  display: flex;
  justify-content: center;
}

.headerLink a {
  padding-top: 8vw;
  position: relative;
  display: inline-block;
  font-size: 3.2vw;
}

.headerLink:not(:first-of-type) {
  margin-left: 4vw;
}

.headerLink img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 6vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .headerLinks {
    margin-left: auto;
    display: flex;
  }

  .headerTopLinks {
    display: none;
  }

  .headerLink a {
    position: relative;
    transition: opacity 0.3s;
  }

  .headerLink a:hover {
    opacity: 0.7;
  }

  .headerLink:not(:first-of-type) {
    margin-left: 17px;
  }

  .headerLink a {
    padding-top: 0;
    font-size: 14px;
  }

  .headerLink img {
    transform: translate(-50%, -110%);
    width: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .headerLink {
    width: 145px;
  }

  .headerLink a {
    width: inherit;
    text-align: center;
    padding: 12px 0 9px 12px;
    border: 2px solid #bbbbbb;
  }

  .headerLink img {
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .headerLink {
    width: 154px;
  }

  .headerLink:not(:first-of-type) {
    margin-left: 17px;
  }

  .headerLink a {
    padding: 12px 0 9px 12px;
    font-size: 14px;
  }

  .headerLink img {
    left: 10px;
    width: 23px;
  }
}

html {
    overflow: auto;
    height: 100%;
}

.headerLogo {
    margin: 0;
    height: auto;
}

.headerInputSelect select {
    height: auto;
    line-height: inherit;
    border-top: none;
    border-right: none;
    border-left: none;
}

.headerInputText input {
    height: auto;
    line-height: inherit;
    border-top: none;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
}

.headerInputSelect::after {
    background: url(../images/icon/logo-drop.png) no-repeat center center / contain;
}

.cart-href {
}

@media only screen and (max-width: 767px) {
.cart-href {
  margin-top:50px;
}
}

p.cart-trigger .badge {
    position: absolute;
    top: -9px;
    right: -14px;
}

p.cart-trigger .cb-close {
    position: relative;
    top: -23px;
    left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
    .headerWrap {
        position: relative;
        width: 100vw;
        left: -16px;
    }
}

@media only screen and (max-width: 767px) {
    .headerWrap.isFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 8px 20px;
    }

    .headerCart {
        top: 2vw;
        left: 72vw;
        z-index: 151;
    }

    p.cart-trigger .badge {
        position: absolute;
        font-size: 2vw;
        min-width: unset;
        top: 0;
        right: -1.5vw;
        line-height: 2vw;
    }
    p.cart-trigger .cb-close {
        width: 8vw;
        top: -7vw;
        right: -0.7vw;
        left: auto;
        bottom: auto;
    }
    .overlay-inner-headerwrap {
        z-index: 150;
    }
}

@media only screen and (max-width: 767px) {
    .cart {
        position: absolute;
        left: calc(50vw - 8px - 72vw);
        width: 100vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
@media only screen and (min-width: 768px) {
    .cart {
        position: absolute;
        width: 100%;
        top: 0;
        left: auto;
    }
    #cart .inner {
        width: 768px;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
    .cart {
        right: calc(456px - 50vw);
    }
}
@media only screen and (min-width: 1161px) {
    .cart {
        right: calc(456px - (1160px / 2));
    }
}

@media only screen and (max-width: 767px) {
    /* form を移動させた際に一瞬画面に表示されるため、js側でshowする。 */
    #headerForm {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    #footer {
        height: 260px;
        padding-bottom: 3.3vw;
    }

    .copyright {
        margin: 0;
        padding-top: 5.3vw
    }
}

.salon {
    position:relative;
    top:65px;
}

.allProducts {
    position: relative;
    top: 65px;
}

#page_top a {
      position: relative;
      display: block;
      width: 58px;
      height: 58px;
 }


@media only screen and (max-width: 767px) {
  .allProducts {
      position: relative;
      top: 15px;
  }
}

.accessoriesAbout + .aboutAddress > .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

.introduction > .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

.accessoriesAbout > .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

@media only screen and (max-width: 767px) {
    .accessoriesAbout {
        margin-top: 10vw;
        padding-bottom: 0;
    }

    .introductionMap {
        margin-top: 0;
    }
}
#contents h2.hairHeadingJa {
    margin: 0;
    border: none;
    color: #000;
}

.faqAnswer table {
    margin: 1em 0;
}

/*インスタグラムスライダー*/


