@charset "UTF-8";

/*********font*********/
@font-face{
  font-family: 'HK-Grotesk';
  src: url('../font/HKGrotesk-Regular.otf') format('opentype'),
       url('../font/HKGrotesk-Regular.ttf')  format('truetype'),
       url('../font/HKGrotesk-Regular.woff') format('woff');
}

/*********LP共通*********/
.breadcrumb__list{
  padding-bottom: 1.6rem;
}
#lp-210821_blousexpants{
  width: 100%;
  max-width: 124.2rem;
  padding: 0 2rem;
  margin: 0 auto 16.1rem;
  font-feature-settings: "palt";
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HiraMinProN", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", source-han-serif-japanese, serif;
}
#lp-210821_blousexpants img{
  width: 100%;
}
#lp-210821_blousexpants .HK-Grotesk{
  font-family: HK-Grotesk;
}

@media screen and (max-width: 767px){
  .breadcrumb__list{
    padding-bottom: calc(9 * (100vw / 375));
  }
  #lp-210821_blousexpants{
    padding: 0;
    margin: 0 auto calc(161 * (100vw / 375));
  }
}

/*********LPコンテンツ*********/
#lp-210821_blousexpants .mv{
  margin-bottom: 9.7rem;
}
#lp-210821_blousexpants .lead{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
#lp-210821_blousexpants .mv + .lead{
  padding: 0 11rem;
}

#lp-210821_blousexpants .mainCont{
  margin-top: 12.2rem;
  padding: 0 6rem;
}
#lp-210821_blousexpants .contTtl{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#lp-210821_blousexpants .contTtl .en{
  display: block;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
}
#lp-210821_blousexpants .styleList{
  margin: 5.5rem auto 9.5rem;
}
#lp-210821_blousexpants .styleList > li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lp-210821_blousexpants .styleList > li:nth-of-type(n+2){
  margin-top: 10rem;
}
#lp-210821_blousexpants .styleList > li:nth-of-type(even){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#lp-210821_blousexpants .styleList .img{
  width: 50%;
}
#lp-210821_blousexpants .styleList .txtBox{
  width: 50%;
  padding-top: 4.9rem;
}
#lp-210821_blousexpants .styleList > li:nth-of-type(odd) .txtBox{
  padding-left: 6rem;
}
#lp-210821_blousexpants .styleList > li:nth-of-type(even) .txtBox{
  padding-right: 6rem;
}
#lp-210821_blousexpants .styleList .txtBox .styleNum{
  font-size: 6rem;
  letter-spacing: 0.075em;
  color: #d6d6d6;
}
#lp-210821_blousexpants .styleList .txtBox .styleTtl{
  margin: 4.6rem auto 1.1rem;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#lp-210821_blousexpants .styleList .txtBox .credit{
  margin-top: 3.3rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
#lp-210821_blousexpants .styleList .txtBox .credit a{
  text-decoration: underline;
}
#lp-210821_blousexpants .pointBox{
  padding: 3.7rem 5rem 4.9rem;
  background-color: #fafafa;
}
#lp-210821_blousexpants .pointBox .point{
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  #lp-210821_blousexpants .mv{
    margin-bottom: calc(55 * (100vw / 375));
  }
  #lp-210821_blousexpants .lead{
    font-size: calc(14 * (100vw / 375));
  }
  #lp-210821_blousexpants .mv + .lead{
    padding: 0 calc(15 * (100vw / 375));
  }

  #lp-210821_blousexpants .mainCont{
    margin-top: calc(147 * (100vw / 375));
    padding: 0;
  }
  #lp-210821_blousexpants .contTtl{
    font-size: calc(14 * (100vw / 375));
  }
  #lp-210821_blousexpants .contTtl .en{
    margin-bottom: calc(8 * (100vw / 375));
    font-size: calc(36 * (100vw / 375));
  }
  #lp-210821_blousexpants .styleList{
    margin: calc(40 * (100vw / 375)) auto calc(51 * (100vw / 375));
    padding: 0;
  }
  #lp-210821_blousexpants .styleList > li{
    display: block
  }
  #lp-210821_blousexpants .styleList > li:nth-of-type(n+2){
    margin-top: calc(91 * (100vw / 375));
  }
  #lp-210821_blousexpants .styleList .img{
    width: 100%;
  }
  #lp-210821_blousexpants .styleList .txtBox{
    width: 100%;
    padding: calc(31 * (100vw / 375)) calc(15 * (100vw / 375)) 0;
  }
  #lp-210821_blousexpants .styleList > li:nth-of-type(odd) .txtBox{
    padding-left: calc(15 * (100vw / 375));
  }
  #lp-210821_blousexpants .styleList > li:nth-of-type(even) .txtBox{
    padding-right: calc(15 * (100vw / 375));
  }
  #lp-210821_blousexpants .styleList .txtBox .styleNum{
    font-size: calc(40 * (100vw / 375));
  }
  #lp-210821_blousexpants .styleList .txtBox .styleTtl{
    margin: calc(23 * (100vw / 375)) auto calc(7 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  #lp-210821_blousexpants .styleList .txtBox .credit{
    margin-top: calc(34 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
  }
  #lp-210821_blousexpants .pointBox{
    width: calc(345 * (100vw / 375));
    margin: 0 auto;
    padding: calc(27 * (100vw / 375)) calc(15 * (100vw / 375)) calc(21 * (100vw / 375));
  }
  #lp-210821_blousexpants .pointBox .point{
    margin-bottom: calc(12 * (100vw / 375));
    font-size: calc(24 * (100vw / 375));
  }
}