.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

@media screen and (min-width:641px), print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:640px), print {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width:768px) and (min-width:641px), print {
  img {
    width: 100%;
    height: auto;
  }
}

/* ------------------------------------
    Intimate_roomwear
-----------------------------------------*/

#Intimate_roomwear {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  padding: 0 0 200px 0;
}

#Intimate_roomwear .Wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width:1280px) and (min-width:641px), print {

  #Intimate_roomwear {
    padding: 0 0 14.641vw 0;
  }

  #Intimate_roomwear .Wrapper {
    width: 87.848vw;
  }
}

@media screen and (max-width:640px) {

  #Intimate_roomwear {
    padding: 0 0 100px 0;
  }

  #Intimate_roomwear .Wrapper {
    width: 95%;
  }
}

/* ------------------------------------
    Mainvisual
-----------------------------------------*/

#Mainvisual {
  max-width: 1920px;
  margin: 0 auto;
  height: 600px;
  background: url(./../img/02/intimate_pc-mv.jpg) no-repeat;
  background-position: center;
}

#Mainvisual #PageTitle {
  text-indent: -99999999px;
}

@media screen and (max-width:1280px) and (min-width:641px), print { 
  #Mainvisual {
    background-size: cover;
    height: 43.92vw;
  }
}

@media screen and (max-width:640px) {
  #Mainvisual {
    height: 60vh;
    background: url(./../img/02/intimate_sp-mv.jpg) no-repeat;
    background-size: cover;
  }
}

/* ------------------------------------
    Intro
-----------------------------------------*/

#Intro {
  background: #ffffff;
}

#Intro .IntroBox {
  padding: 47px 40px 46px;
}

#Intro .IntroText {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .01em;
  text-align: center;
  color: #333333;
}

#Intro .IntroText .TextBlock {
  display: block;
}

@media screen and (max-width:1280px) and (min-width:641px), print {
  #Intro .IntroBox {
    padding: 3.441vw 2.928vw 3.367vw;
  }
  #Intro .IntroText {
    font-size: 1.464vw;
  }
}

@media screen and (max-width:640px) {
  #Intro .IntroBox {
    padding: 24px 20px 23px;
    font-size: 0;
  }
  #Intro .IntroText {
    font-size: 14px;
  }
  #Intro .IntroText .TextBlock {
    display: inline;
  }
}

/* ------------------------------------
    ProductBlock
-----------------------------------------*/

.ProductBlock {
  padding: 80px 0;
}

.ProductNumber:nth-of-type(odd) .ProductBg {
  background: #f1f3fa;
}

.ProductNumber:nth-of-type(even) .ProductBg {
  background: #fff;
}

.ProductBlock .Wrapper {
  position: relative;
}

.ProductBlock .ProductNumberBox {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  writing-mode: vertical-lr;
  font-size: 80px;
  letter-spacing: .01em;
  color: #a18379;
  font-family: josefin-sans, sans-serif;
}

.ProductNumber:nth-of-type(even) .ProductBlock .ProductNumberBox {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

.ProductBlock .ProductNumberText {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ProductBlock .ProductNumberText::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 124px;
  background-color: #9d611b;
  vertical-align: middle;
  margin-bottom: 30px;
}

.ProductBlock .ProductMainBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.ProductNumber:nth-of-type(even) .ProductBlock .ProductMainBlock {
  flex-direction: row-reverse;
}

.ProductBlock .ProductImage {
  position: relative;
}

.ProductBlock .ProductImage::before, .ProductBlock .ProductImage::after {
  content: "";
  position: absolute;
}

.ProductBlock .ProductImage::before {
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: url(./../img/product_bg.png) no-repeat;
  background-size: contain;
  z-index: 2;
}

.ProductBlock .ProductImage::after {
  z-index: 1;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #a18379;
}

.ProductNumber:nth-of-type(even) .ProductBlock .ProductImage::before {
  background: url(./../img/02/product_bg-even.png) no-repeat;
  top: -20px;
  left: -20px;
}

.ProductNumber:nth-of-type(even) .ProductBlock .ProductImage::after {
  top: 20px;
  left: 20px;
}

.ProductBlock .ProductImage img {
  display: block;
  position: relative;
  z-index: 5;
  width: 590px;
  height: 590px;
}

.ProductBlock .ProductDescription {
  width: calc(100% - 590px);
  padding: 100px 40px 0 60px;
}

.ProductNumber:nth-of-type(even) .ProductBlock .ProductDescription {
  padding: 100px 60px 0 40px;
}

.ProductBlock .ProductName {
  margin-bottom: 38px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #111111;
}

.ProductBlock .ProductName .TextBlock {
  display: inline-block;
  font-weight: bold;
}

.ProductBlock .ProductInfomation {
  max-width: 510px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .01em;
  color: #333333;
}

.ProductBlock .ProductSubImageBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.ProductSubImageBlock .ProductSubImage {
  width: 390px;
  height: 390px;
}

.ProductSubImageBlock .ProductSubImage img {
  display: block;
  width: 390px;
  height: 390px;
}

.ProductColorBlock {
  position: relative;
  width: 796px;
  margin: 0 auto;
}

.VariationSlider {
  display: flex;
  justify-content: center;
}

.ProductColorVariation {
  margin: 0 auto 60px;
}

.ProductColorBlock .ProductColorVariationText {
  position: absolute;
  writing-mode: vertical-lr;
  top: 0;
  left: -50px;
  transform: translateX(-100%);
  font-size: 40px;
  letter-spacing: .01em;
  color: #a18379;
  line-height: 1;
}

.ProductNumber:nth-of-type(even) .ProductColorBlock .ProductColorVariationText {
  top: 0;
  left: auto;
  right: -50px;
  transform: translateX(100%);
}

.ProductColorBlock .ProductColorVariationText::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 70px;
  background-color: #9d611b;
  margin-bottom: 24px;
}

.ProductColorBlock .ProductColorVariation:not(:first-of-type) {
  margin-left: 16px;
}

.ProductColorBlock .ProductColorText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-bottom: 16px;
}

.beige img {
  width: 99px;
  height: 46px;
}

.lavender img {
  width: 153px;
  height: 37px;
}

.white img {
  width: 105px;
  height: 34px;
}

.navy img {
  width: 91px;
  height: 44px;
}

.ProductColorBlock .ProductColorVariationImage {
  margin: 0;
  width: 390px;
  height: 390px;
}

.ProductColorBlock .ProductColorVariationImage img {
  width: 390px;
  height: 390px;
}

@media screen and (max-width:1280px) and (min-width:641px), print {
  .ProductBlock {
    padding: 5.857vw 0;
  }
  .ProductBlock .ProductNumberBox {
    font-size: 5.857vw;
  }
  .ProductBlock .ProductNumberText::before {
    width: 0.073vw;
    height: 9.078vw;
    margin-bottom: 2.196vw;
  }
  .ProductBlock .ProductMainBlock {
    margin-bottom: 3.66vw;
  }
  .ProductBlock .ProductImage::before {
    top: -1.464vw;
    left: 1.464vw;
  }
  .ProductBlock .ProductImage::after {
    z-index: 1;
    top: 1.464vw;
    left: -1.464vw;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductImage::before {
    top: -1.464vw;
    left: -1.464vw;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductImage::after {
    top: 1.464vw;
    left: 1.464vw;
  }
  .ProductBlock .ProductImage img {
    width: 43.192vw;
    height: 43.192vw;
  }
  .ProductBlock .ProductDescription {
    width: calc(100% - 43.192vw);
    padding: 7.321vw 2.928vw 0 4.392vw;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductDescription {
    padding: 7.321vw 4.392vw 0 2.928vw;
  }
  .ProductBlock .ProductName {
    margin-bottom: 2.782vw;
    font-size: 2.196vw;
    line-height: 1.3;
  }
  .ProductBlock .ProductInfomation {
    max-width: 37.335vw;
    font-size: 1.171vw;
  }
  .ProductBlock .ProductSubImageBlock {
    margin-bottom: 4.1vw;
  }
  .ProductSubImageBlock .ProductSubImage {
    width: 28.551vw;
    height: 28.551vw;
  }
  .ProductSubImageBlock .ProductSubImage img {
    width: 28.551vw;
    height: 28.551vw;
  }
  .ProductColorBlock {
    width: 58.272vw;
  }
  .ProductColorVariation {
    margin: 0 auto 4.392vw;
  }
  .ProductColorBlock .ProductColorVariationText {
    left: -3.66vw;
    font-size: 2.928vw;
  }
  .ProductNumber:nth-of-type(even) .ProductColorBlock .ProductColorVariationText {
    right: -3.66vw;
  }
  .ProductColorBlock .ProductColorVariationText::before {
    width: 0.146vw;
    height: 5.124vw;
    margin-bottom: 1.757vw;
  }
  .ProductColorBlock .ProductColorVariation:not(:first-of-type) {
    margin-left: 1.171vw;
  }
  .ProductColorBlock .ProductColorText {
    height: 3.367vw;
    margin-bottom: 1.171vw;
  }
  .beige img {
    width: 7.247vw;
    height: 3.367vw;
  }
  .lavender img {
    width: 11.201vw;
    height: 2.709vw;
  }
  .white img {
    width: 7.687vw;
    height: 2.489vw;
  }
  .navy img {
    width: 6.662vw;
    height: 3.221vw;
  }
  .ProductColorBlock .ProductColorVariationImage {
    margin: 0;
    width: 28.551vw;
    height: 28.551vw;
  }
  .ProductColorBlock .ProductColorVariationImage img {
    width: 28.551vw;
    height: 28.551vw;
  }
}

@media screen and (max-width:640px) {
  .ProductBlock {
    padding: 40px 0;
  }
  .ProductBlock .Wrapper {
    position: relative;
  }
  .ProductBlock .ProductNumberBox {
    position: static;
    margin-bottom: 40px;
    right: 0;
    transform: translateX(0);
    writing-mode: inherit;
    font-size: 40px;
    letter-spacing: .01em;
    text-align: center;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductNumberBox {
    transform: translateX(0);
  }
  .ProductBlock .ProductNumberText {
    position: relative;
    line-height: 1;
    display: inline-block;
  }
  .ProductBlock .ProductNumberText::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
    display: block;
    width: 62px;
    height: 1px;
    background-color: #9d611b;
    margin-bottom: 0;
  }
  .ProductBlock .ProductMainBlock {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductMainBlock {
    flex-direction: inherit;
  }
  .ProductBlock .ProductImage {
    margin-bottom: 40px;
  }
  .ProductBlock .ProductImage::before, .ProductBlock .ProductImage::after {
    content: "";
    position: absolute;
  }
  .ProductBlock .ProductImage::before {
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: url(./../img/product_bg.png) no-repeat;
    background-size: contain;
    z-index: 2;
  }
  .ProductBlock .ProductImage::after {
    z-index: 1;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: #9d611b;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductImage::before {
    top: -20px;
    left: -20px;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductImage::after {
    top: 20px;
    left: 20px;
  }
  .ProductBlock .ProductImage img {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  .ProductBlock .ProductDescription {
    width: 100%;
    padding: 0;
  }
  .ProductNumber:nth-of-type(even) .ProductBlock .ProductDescription {
    padding: 0;
  }
  .ProductBlock .ProductName {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
  }
  .ProductBlock .ProductName .TextBlock {
    display: inline-block;
    font-weight: bold;
  }
  .ProductBlock .ProductInfomation {
    font-size: 14px;
    line-height: 1.875;
    letter-spacing: .01em;
    color: #333333;
  }
  .ProductBlock .ProductSubImageBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
  .ProductSubImageBlock .ProductSubImage {
    width: 100%;
    height: auto;
  }
  .ProductSubImageBlock .ProductSubImage img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ProductColorBlock {
    position: relative;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px;
  }
  .ProductColorVariation {
    margin: 0 auto;
  }

  .ProductColorBlock .ProductColorVariationText {
    position: static;
    writing-mode: inherit;
    transform: translateX(0);
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .ProductColorBox {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .ProductNumber:nth-of-type(even) .ProductColorBlock .ProductColorVariationText {
    transform: translateX(0);
  }
  .ProductColorBlock .ProductColorVariationText::before {
    content: "";
    display: none;
    width: 2px;
    height: 70px;
    background-color: #9d611b;
    margin-bottom: 24px;
  }
  .ProductColorBlock .ProductColorVariation:not(:first-of-type) {
    margin-left: 0;
  }
  .ProductColorBlock .ProductColorText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    margin-bottom: 16px;
  }
  .beige img {
    width: 99px;
    height: 46px;
  }
  .lavender img {
    width: 153px;
    height: 37px;
  }
  .white img {
    width: 105px;
    height: 34px;
  }
  .navy img {
    width: 91px;
    height: 44px;
  }
  .ProductColorBlock .ProductColorVariationImage {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .ProductColorBlock .ProductColorVariationImage img {
    width: 100%;
    height: auto;
  }

  .VariationSlider {
    width: 180%;
  }

  .VariationSlider dl:not(:first-of-type){
    padding-left: 2%;
  }

}

.CartButton {
  position: relative;
  width: 460px;
  height: 70px;
  margin: 0 auto;
}

.CartButton::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background: url(./../img/arrow.png) no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
}

.CartButton a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fac40b;
  font-size: 20px;
  letter-spacing: .05em;
  color: #111111;
}

@media screen and (max-width:1280px) and (min-width:641px), print {
  .CartButton {
    width: 33.675vw;
    height: 5.124vw;
  }
  .CartButton::after {
    right: 1.684vw;
    width: 0.439vw;
    height: 0.805vw;
  }
  .CartButton a {
    font-size: 1.464vw;
    letter-spacing: .05em;
    color: #111111;
  }
}

@media screen and (max-width:640px) {
  .CartButton {
    position: relative;
    width: 90%;
    height: 50px;
    margin: 0 auto;
  }
  .CartButton::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    background: url(./../img/arrow.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 11px;
  }
  .CartButton a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fac40b;
    font-size: 18px;
    letter-spacing: .05em;
    color: #111111;
  }
}

.Categorybutton {
  text-align: center;
}

#Intimate_roomwear .Categorybutton {
  margin: 30px 0 0 0 ;
}

#Intimate_roomwear .Categorybutton img{
  width: 800px;
  height: 190px;
}

@media screen and (max-width:1280px) and (min-width:641px), print {

  #Intimate_roomwear .Categorybutton {
    margin: 2.196vw 0 0 0 ;
  }
  
  #Intimate_roomwear .Categorybutton img{
    width: 58.565vw;
    height: 13.909vw;
  }

}

@media screen and (max-width:640px) {

  #Intimate_roomwear .Categorybutton {
    width: 95%;
    margin: 60px auto 0;
  }

  #Intimate_roomwear .Categorybutton img{
    width: 100%;
    height: auto;
  } 

}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 800ms cubic-bezier(.17,.67,.67,.91);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}