body {
  background-color: #ffffff;
}
#Contents {
  padding: 0;
  margin: 0;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/************ font **********/
@font-face {
  font-family: "";
  src: url(../font/);
}
#roomwear_201223 .toppan {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
#roomwear_201223 .Classico-URW {
  font-family: classico-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
/************ all **********/
#roomwear_201223 * {
  box-sizing: border-box !important;
}
#roomwear_201223 {
  background-repeat: no-repeat;
  color: #343434;
  font-family: toppan-bunkyu-mincho-pr6n, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  width: 100%;
}
#roomwear_201223 .mainArea {
  margin: 0 auto;
}
#roomwear_201223 img,
#roomwear_201223 figure {
  width: 100%;
  margin: 0;
}
#roomwear_201223 a {
  text-decoration: none;
  color: #343434 !important;
}
/************ 共通 **********/

/* for pc */
@media screen and (min-width: 1026px) {
  /************ パンクズ **********/
  .bredlist.lp {
    margin: 60px auto 20px;
    max-width: 860px;
    font-size: 12px;
  }
  /************ general **********/
  #roomwear_201223 {
    background-size: 1600px;
    /* background-image: url(../img/page_pc.jpg); */
    background-position: center -223px;
  }
  #roomwear_201223 .sp_only {
    display: none;
  }
  #roomwear_201223 .mainArea {
    max-width: 830px;
    width: 100%;
    margin-top: 35px;
  }

  #roomwear_201223 .sec._02 {
    margin-top: 61px;
  }

  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) {
    margin-top: 57px;
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) {
    margin-top: 64px;
  }
  #roomwear_201223 .sec._02 .text-area {
    margin: 252px 0 0 30px;
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) .text-area {
    margin: 425px 0 0 30px;
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .text-area {
    margin: 40px 0 0 0;
  }
  #roomwear_201223 .credit-area {
    margin-top: 16px;
  }
  #roomwear_201223 .sec02__list:nth-child(3) .credit-area {
    margin-top: 9px;
  }
  /************ btn **********/
  #roomwear_201223 .roomwear_201223_btn_area {
    display: block;
    max-width: 460px;
    width: 100%;
    margin: 113px auto 0;
  }
  /************ image **********/
  #roomwear_201223 .mv,
  #roomwear_201223 .sec02__list:nth-child(3) .scene {
    max-width: 830px;
  }
  #roomwear_201223 .scene {
    max-width: 500px;
  }
  #roomwear_201223 .roomwear_201223_underline {
    margin-top: 111px;
  }
  /************ typography **********/
  /* title */
  #roomwear_201223 .sec._01 .ttl {
    margin-top: 46px;
    font-size: 25px;
    line-height: 1.76;
    letter-spacing: 0.18em;
    text-align: center;
  }
  #roomwear_201223 .sec._02 .ttl {
    font-size: 12px;
    line-height: 1.8333333333;
    letter-spacing: 0.22em;
    font-family: classico-urw, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  /* text */
  /* lead */
  #roomwear_201223 .lead {
    font-size: 14px;
    line-height: 2.4285714286;
    letter-spacing: 0.14em;
  }
  #roomwear_201223 .sec._01 .lead {
    margin-top: 20px;
    text-align: center;
  }
  #roomwear_201223 .sec._02 .lead {
    padding-top: 14px;
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .lead {
    line-height: 2.0714285714;
    letter-spacing: 0.13em;
  }
  /* credit */
  #roomwear_201223 .sec._02 .credit {
    font-size: 12px;
    line-height: 1.8333333333;
    letter-spacing: 0.12em;
  }
  #roomwear_201223 .sec._02 .credit span {
    font-family: classico-urw, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-feature-settings: "palt";
  }
}
/*IE用css*/
@media all and (-ms-high-contrast: none) {
  #roomwear_201223 .sec._02 {
    margin-top: 56px;
  }
  #roomwear_201223 .sec._02 .text-area {
    margin-top: 250px;
  }
  #roomwear_201223 .sec._02 :nth-child(2).sec02__list .text-area {
    margin-top: 424px;
  }
  #roomwear_201223 .sec._02 :nth-child(3).sec02__list .text-area {
    margin-top: 38px;
  }
  #roomwear_201223 :nth-child(3).sec02__list .credit-area {
    margin-top: 1px;
  }
  #roomwear_201223 .roomwear_201223_btn_area {
    margin-top: 107px;
  }

  #roomwear_201223 .roomwear_201223_underline {
    margin-top: 113px;
  }

  #roomwear_201223 .sec._01 .ttl {
    margin-top: 59px;
  }
  #roomwear_201223 .sec._01 .lead {
    margin-top: 13px;
  }
  #roomwear_201223 .sec._02 .lead {
    margin-top: 8px;
  }
}

/* for tablet */
@media only screen and (min-width: 751px) and (max-width: 1025px) {
  /************ パンクズ **********/
  .bredlist.lp {
    margin: calc(60 * (100vw / 1025)) auto calc(20 * (100vw / 1025));
    width: calc(860 * (100vw / 1025));
    font-size: calc(12 * (100vw / 1025));
  }
  /************ general **********/
  #roomwear_201223 {
    background-repeat: no-repeat;
  }
  #roomwear_201223 .sp_only {
    display: none;
  }
  #roomwear_201223 .mainArea {
    width: calc(830 * (100vw / 1025));
    margin-top: calc(35 * (100vw / 1025));
    padding-bottom: calc(93 * (100vw / 1025));
    border-bottom: 1px solid #aeaeac;
  }

  #roomwear_201223 .sec._02 {
    margin-top: calc(61 * (100vw / 1025));
  }

  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) {
    margin-top: calc(57 * (100vw / 1025));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) {
    margin-top: calc(64 * (100vw / 1025));
  }
  #roomwear_201223 .sec._02 .text-area {
    margin: calc(252 * (100vw / 1025)) 0 0 calc(30 * (100vw / 1025));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) .text-area {
    margin: calc(425 * (100vw / 1025)) 0 0 calc(30 * (100vw / 1025));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .text-area {
    margin: calc(40 * (100vw / 1025)) 0 0 0;
  }
  #roomwear_201223 .credit-area {
    margin-top: calc(16 * (100vw / 1025));
  }
  #roomwear_201223 .sec02__list:nth-child(3) .credit-area {
    margin-top: calc(9 * (100vw / 1025));
  }

  /* btn */
  #roomwear_201223 .roomwear_201223_btn_area {
    display: block;
    width: calc(460 * (100vw / 1025));
    margin: calc(153 * (100vw / 1025)) auto 0;
  }

  /************ image **********/
  #roomwear_201223 .mv,
  #roomwear_201223 .sec02__list:nth-child(3) .scene {
    width: calc(830 * (100vw / 1025));
  }
  #roomwear_201223 .scene {
    width: calc(500 * (100vw / 1025));
  }
  #roomwear_201223 .roomwear_201223_underline {
    display: none;
  }

  /************ typography **********/
  /* title */
  #roomwear_201223 .sec._01 .ttl {
    margin-top: calc(46 * (100vw / 1025));
    font-size: calc(25 * (100vw / 1025));
    line-height: 1.76;
    letter-spacing: 0.18em;
    text-align: center;
  }
  #roomwear_201223 .sec._02 .ttl {
    font-size: calc(12 * (100vw / 1025));
    line-height: 1.8333333333;
    letter-spacing: 0.22em;
    font-family: classico-urw, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  /* text */

  /* lead */
  #roomwear_201223 .lead {
    font-size: calc(14 * (100vw / 1025));
    line-height: 2.4285714286;
    letter-spacing: 0.14em;
  }
  #roomwear_201223 .sec._01 .lead {
    margin-top: calc(20 * (100vw / 1025));
    text-align: center;
  }
  #roomwear_201223 .sec._02 .lead {
    padding-top: calc(14 * (100vw / 1025));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .lead {
    line-height: 2.0714285714;
    letter-spacing: 0.13em;
  }
  /* credit */
  #roomwear_201223 .sec._02 .credit {
    font-size: calc(12 * (100vw / 1025));
    line-height: 1.8333333333;
    letter-spacing: 0.12em;
  }
  #roomwear_201223 .sec._02 .credit span {
    font-family: classico-urw, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-feature-settings: "palt";
  }
}

/* for sp */
@media only screen and (max-width: 750px) {
  /************ パンクズÏ **********/
  .bredlist.lp {
    line-height: calc(40 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
    margin: calc(25 * (100vw / 750)) auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }
  /************ all **********/
  #roomwear_201223 {
    background-size: calc(750 * (100vw / 750));
    /* background-image: url(../img/page_sp.jpg); */
    background-position: center -80px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #roomwear_201223 .pc_only {
    display: none !important;
  }
  #roomwear_201223 .mainArea {
    width: calc(650 * (100vw / 750));
    margin: 0 auto;
  }

  #roomwear_201223 .sec._02 {
    margin-top: calc(88 * (100vw / 750));
  }
  #roomwear_201223 .sec02__list {
    flex-wrap: wrap;
  }
  #roomwear_201223 .sec02__list:nth-child(2) {
    margin-top: calc(112 * (100vw / 750));
  }
  #roomwear_201223 .sec02__list:nth-child(3) {
    margin-top: calc(106 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(1) .credit-area {
    margin-top: calc(40 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) .credit-area {
    margin-top: calc(47 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .credit-area {
    margin-top: calc(50 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .credit-area__text-area {
    margin-top: calc(334 * (100vw / 750));
  }

  /* btn */
  #roomwear_201223 .roomwear_201223_btn_area {
    display: block;
    margin: calc(134 * (100vw / 750)) auto 0;
    width: calc(460 * (100vw / 750));
  }

  /************ image **********/
  #roomwear_201223 .mv,
  #roomwear_201223 .scene {
    width: calc(650 * (100vw / 750));
    margin: 0 auto;
  }
  #roomwear_201223 .scene-sub {
    width: calc(400 * (100vw / 750));
  }
  #roomwear_201223 .scene-sub {
    margin-left: calc(96 * (100vw / 750));
  }
  /************ typography **********/
  /* title */
  #roomwear_201223 .sec._01 .ttl {
    margin-top: calc(60 * (100vw / 750));
    font-size: calc(34 * (100vw / 750));
    line-height: 1.7647058824;
    letter-spacing: 0.08em;
    text-align: center;
  }
  #roomwear_201223 .sec._02 .ttl {
    font-size: calc(22 * (100vw / 750));
    letter-spacing: 0.24em;
    font-family: classico-urw, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  /* text */

  /* lead */
  #roomwear_201223 .lead {
    font-size: calc(25 * (100vw / 750));
    line-height: 1.98;
    letter-spacing: 0.1em;
  }
  #roomwear_201223 .sec._01 .lead {
    margin-top: calc(40 * (100vw / 750));
    text-align: center;
  }
  #roomwear_201223 .sec._02 .lead {
    margin-top: calc(49 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .lead {
    margin-top: calc(56 * (100vw / 750));
  }
  /* credit */
  #roomwear_201223 .sec._02 .credit {
    font-size: calc(22 * (100vw / 750));
    line-height: 1.3636363636;
    letter-spacing: 0.12em;
    font-family: classico-urw, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .credit {
    line-height: 1.8181818182;
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(1) .credit._01,
  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) .credit._01 {
    padding-top: calc(40 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(1) .credit._02,
  #roomwear_201223 .sec._02 .sec02__list:nth-child(2) .credit._02 {
    padding-top: calc(20 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .credit._01 {
    padding-top: calc(21 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .sec02__list:nth-child(3) .credit._02 {
    padding: calc(21 * (100vw / 750)) 0 0 calc(112 * (100vw / 750));
  }
  #roomwear_201223 .sec._02 .credit span {
    font-weight: 700;
  }
}
