@charset "utf-8";
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
.koudenshi-area{
  width: 90%;
  margin: 80px auto 0;
}
.koudenshi-area .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.koudenshi-area .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.koudenshi-product-area{
  margin-top: 120px;
}
.koudenshi-product-area h2 .en{
  color: #bbb28b;
  position: relative;
}
.koudenshi-product-area h2 .en::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 104%;
  transform: translateY(-50%);
  border-bottom: 5px double #bbb28b;
  width: 50px;
  height: 5px;
}
.koudenshi-product-area h2 .jp{
  font-size: 44px;
  letter-spacing: 0.1em;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.roomwear-product-list li{
  margin-top: 80px;
  display: flex;
}
.roomwear-product-bx{
  flex: 1;
}
.roomwear-txt-area{
  margin-top: 20px;
}
.koudenshi-product-area h3{
  font-weight: bold;
  font-size: 22px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  letter-spacing: 0.1em;
}
.koudenshi-product-txt{
  margin-top: 20px;
  font-size: 20px;
  line-height: 2;
}
.koudenshi-product-txt .price{
  font-size: 1.3em;
  display: inline-block;
  margin-top: 10px;
}
.koudenshi-product-txt a{
  display: inline-block;
  margin-left: 10px;
  background-color: #000;
  color: #fff;
  padding: 4px 20px;
}
.koudenshi-product-txt a::after{
  content: '＞';
  margin-left: 10px;
}
.koudenshi-pdf a{
  background-color: #bbb28b;
  color: #fff;
  display: inline-block;
}
.koudenshi-pdf a::after{
  content: '＞';
  margin-left: 10px;
}
.down-product-img01{
  margin-bottom: 30px;
}
.down-product-list{
  margin-top: 80px;
}
.down-product-list li:nth-of-type(n+2){
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.down-product-list li:nth-of-type(3){
  flex-direction: row-reverse;
}
.roomwear-txt-area h3:nth-of-type(n+2){
  margin-top: 40px;
}
@media screen and (min-width: 901px) {
  .roomwear-product-list li:nth-of-type(2) {
    flex-direction: row-reverse;
}
  .roomwear-product-img01 {
    width: 40%;
}
.roomwear-txt-area  > .roomwear-product-img02{
  display: none;
}
}
@media screen and (max-width: 900px) {
  .roomwear-product-list li{
    flex-direction: column;
  }
  .roomwear-product-img02{
    margin-top: 40px;
  }
  .roomwear-product-bx > .roomwear-product-img02{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .inner-pc{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
  .koudenshi-product-txt.flex{
  justify-content: space-between;
  align-items: flex-end;
}
.roomwear-txt-area{
  padding: 0 30px;
}
.koudenshi-pdf a{
  padding: 10px 20px;
  font-size: 22px;
  margin-top: 40px;
}
.down-product-img02{
  width: 48%;
}
.down-product-bx{
  width: 50%;
}
.koudenshi-page{
  margin-bottom: 80px;
} 
}
@media screen and (max-width: 767px) {
  .koudenshi-product-area{
    margin-top: 60px;
  }
  .roomwear-product-list li{
    margin-top: 40px;
  }
  .koudenshi-product-area h2 .en{
    font-size: 16px;
  }
  .koudenshi-product-area h2 .jp{
    font-size: 27px;
  }
  .koudenshi-product-area h3{
    font-size: 18px;
  }
  .koudenshi-product-txt{
    font-size: 16px;
  }
  .koudenshi-product-txt .right{
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  .koudenshi-pdf a{
    padding: 10px 0;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .down-product-list{
    margin-top: 40px;
  }
  .down-product-list li:nth-of-type(n+2){
    flex-direction: column;
  }
  .koudenshi-product-txt.flex{
    flex-direction: column;
  }
  .down-product-list li:nth-of-type(n+2){
    margin-top: 60px;
  }
  .down-product-bx{
    margin-top: 20px;
  }
  .koudenshi-page{
  margin-bottom: 40px;
}
}
.fadein-bx{
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.fadein-bx.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}





























