@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.block-page-block--frame {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cmn-header__mainmenu {
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .pane-header .cmn-header {
    position: relative;
    z-index: 10000;
  }
}

.pane-main {
  margin-bottom: 0 !important;
}

.wrapper > .pane-main {
  padding: 0 !important;
}

.page {
  /* kv
  ---------------------------*/
  /* anchor
  ---------------------------*/
  /* more-btn
  ---------------------------*/
  /* loader
  ---------------------------*/
}
.page p,
.page span,
.page a {
  font-weight: 500;
}
.page a {
  line-height: inherit;
  width: 100%;
  display: block;
}
.page h2,
.page h3,
.page .item-btn a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .cont-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .page .cont-inner {
    max-width: 100% !important;
    width: 89.6vw !important;
  }
}
.page .shippori {
  font-family: "Shippori Mincho", serif;
}
.page .montserrat {
  font-family: "Montserrat", sans-serif;
}
.page .anchor-padding {
  margin-top: -122px;
  padding-top: 122px;
}
.page .kv {
  position: relative;
}
.page .kv h1 {
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .kv-btn {
  position: absolute;
  top: 50%;
  width: 232px;
}
@media screen and (max-width: 768px) {
  .page .kv-btn {
    width: 26.8vw;
    top: unset;
    bottom: 13vw;
  }
}
.page .kv-btn-m {
  left: 3%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page .kv-btn-m {
    left: 9.9vw;
  }
}
.page .kv-btn-m:hover {
  left: 1%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page .kv-btn-m:hover {
    left: 4.9vw;
  }
}
.page .kv-btn-l {
  right: 3%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page .kv-btn-l {
    right: 9.9vw;
  }
}
.page .kv-btn-l:hover {
  right: 1%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page .kv-btn-l:hover {
    right: 4.9vw;
  }
}
.page .kv_bottom_text {
  margin-top: 72px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kv_bottom_text {
    width: 89.6vw;
    margin: 16.7vw auto 0;
    font-size: 3.6vw;
    text-align: left;
  }
}
.page .anchor-two {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .page .anchor-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .anchor-two .anchor_btn {
  position: relative;
  width: 48.27%;
  height: 60px;
  font-size: 16px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .anchor-two .anchor_btn {
    width: 72.9vw;
    height: 14.6vw;
    font-size: 4.2vw;
    border: 0.3vw solid #000;
  }
}
.page .anchor-two .anchor_btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/common/anchor_arrow.png);
  width: 12px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 47%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page .anchor-two .anchor_btn:after {
    width: 3.1vw;
    height: 1.6vw;
    right: 5.5vw;
  }
}
.page .anchor-three {
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto;
  -webkit-column-gap: 2.27%;
     -moz-column-gap: 2.27%;
          column-gap: 2.27%;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .page .anchor-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .anchor-three .anchor_btn {
  position: relative;
  width: 31.8%;
  height: 60px;
  font-size: 16px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .anchor-three .anchor_btn {
    width: 72.9vw;
    height: 14.6vw;
    font-size: 4.2vw;
    border: 0.3vw solid #000;
  }
}
.page .anchor-three .anchor_btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/common/anchor_arrow.png);
  width: 12px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 47%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page .anchor-three .anchor_btn:after {
    width: 3.1vw;
    height: 1.6vw;
    right: 5.5vw;
  }
}
.page .anchor-four {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto;
  -webkit-column-gap: 1.69%;
     -moz-column-gap: 1.69%;
          column-gap: 1.69%;
}
@media screen and (max-width: 768px) {
  .page .anchor-four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .anchor-four .anchor_btn {
  position: relative;
  width: 23.72%;
  height: 60px;
  font-size: 16px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .anchor-four .anchor_btn {
    width: 72.9vw;
    height: 14.6vw;
    font-size: 4.2vw;
    border: 0.3vw solid #000;
  }
}
.page .anchor-four .anchor_btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/common/anchor_arrow.png);
  width: 12px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 47%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page .anchor-four .anchor_btn:after {
    width: 3.1vw;
    height: 1.6vw;
    right: 5.5vw;
  }
}
.page .more-btn {
  width: 336px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  display: block;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding: 16px 30px;
  text-align: center;
}
.page .more-btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/common/more-btn_arrow.png);
  width: 7px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  right: 14px;
}
@media screen and (max-width: 768px) {
  .page .more-btn:after {
    width: 1.6vw;
    height: 2.9vw;
  }
}
.page .loader {
  width: 100px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  -webkit-animation: l7 1s infinite linear;
          animation: l7 1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page .loader-area {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
}
@-webkit-keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}

.cmn-header__mainmenu {
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .pane-header .cmn-header {
    position: relative;
    z-index: 10000;
  }
}

.pane-main {
  margin-bottom: 0 !important;
}

.wrapper > .pane-main {
  padding-bottom: 0 !important;
}

.page {
  /* index
  ---------------------------*/
}
.page a {
  line-height: inherit;
  width: 100%;
  display: block;
}
.page h2,
.page h3,
.page .item-btn a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .cont-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.page .index {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .page .index {
    margin-bottom: 23.4vw;
  }
}
.page .index .service {
  margin: 94px auto 120px;
}
@media screen and (max-width: 768px) {
  .page .index .service {
    margin: 10.4vw auto 15.6vw;
  }
}
.page .index .service-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .page .index .service-title {
    font-size: 6.3vw;
    margin-bottom: 15.6vw;
  }
}
.page .index .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.33%;
}
@media screen and (max-width: 768px) {
  .page .index .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15.6vw;
  }
}
.page .index .service-item {
  width: 22.4%;
}
@media screen and (max-width: 768px) {
  .page .index .service-item {
    width: 70.3vw;
  }
}
.page .index .service-item img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .index .service-item img {
    margin-bottom: 4.2vw;
  }
}
.page .index .service-item p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .index .service-item p {
    font-size: 4.2vw;
  }
}
.page .index .recommend {
  margin: 0 auto;
}
.page .index .recommend-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .page .index .recommend-title {
    font-size: 5.2vw;
    margin-bottom: 4.2vw;
  }
}
.page .index .recommend a {
  width: 270px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .index .recommend a {
    width: 70.3vw;
  }
}
.page .index .recommend a img {
  width: 100%;
}
.page .index .recommend p {
  width: 456px;
  line-height: 1.8;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .index .recommend p {
    width: 70.3vw;
    font-size: 4.2vw;
  }
}

.mens {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mens {
    margin-top: 18.2vw;
  }
}
.mens-top .difficult {
  text-align: center;
  margin: 115px auto;
}
@media screen and (max-width: 768px) {
  .mens-top .difficult {
    max-width: 100%;
    width: 89.6vw;
    margin: 15.6vw auto 20.8vw;
  }
}
.mens-top .difficult-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mens-top .difficult-title {
    font-size: 5.2vw;
    margin-bottom: 4.2vw;
  }
}
.mens-top .difficult-title-bottom {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .mens-top .difficult-title-bottom {
    font-size: 3.6vw;
    margin-bottom: 13vw;
  }
}
.mens-top .difficult_sec {
  max-width: 1200px;
  width: 96%;
  margin: 96px auto 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mens-top .difficult_sec {
    max-width: 100%;
    width: 89.6vw;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1vw;
  }
}
.mens-top .difficult_sec a {
  display: block;
  width: 31.6%;
}
@media screen and (max-width: 768px) {
  .mens-top .difficult_sec a {
    width: 89.6vw;
  }
}
.mens-scene01 .brand {
  padding-bottom: 136px;
  margin-bottom: 136px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand {
    margin-bottom: 20.8vw;
    padding-bottom: 20.8vw;
  }
}
.mens-scene01 .brand-icon {
  display: block;
  width: 321px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-icon {
    width: 89.6vw;
  }
}
.mens-scene01 .brand-detail {
  width: 762px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-detail {
    width: 89.6vw;
  }
}
.mens-scene01 .brand-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene01 .brand-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.mens-scene01 .brand-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info {
    width: 100%;
  }
}
.mens-scene01 .brand-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .brand-sec-info-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene01 .brand-sec-info-item-img {
  width: 49.28%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-img {
    width: 53.6vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .brand-sec-info-item-text {
  width: 44.54%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-text {
    width: 79.2vw;
  }
}
.mens-scene01 .brand-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene01 .brand-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-link {
    padding-bottom: 2.3vw;
    margin-bottom: 2.1vw;
  }
}
.mens-scene01 .brand-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.mens-scene01 .brand-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.mens-scene01 .brand-sec-info-item-function {
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-function {
    width: 69.3vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-function.func-three {
    width: 51vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-function.func-one {
    width: 14.3vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item-function.func-two {
    width: 31.3vw;
    margin: 4.2vw auto 0;
  }
}
.mens-scene01 .brand-sec-info-item.item-sub {
  width: 76.26%;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub {
    max-width: 79.2vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.9vw;
  }
}
.mens-scene01 .brand-sec-info-item.item-sub .item-sub-img {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub .item-sub-img {
    max-width: 100%;
  }
}
.mens-scene01 .brand-sec-info-item.item-sub .item-sub-img a {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub .item-sub-img a {
    width: 37.5vw;
  }
}
.mens-scene01 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub .pc {
    display: none !important;
  }
}
.mens-scene01 .brand-sec-info-item.item-sub .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub .sp {
    display: block !important;
    width: 37.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.mens-scene01 .brand-sec-info-item.item-sub .sp img {
  margin-bottom: 3.1vw;
}
.mens-scene01 .brand-sec-info-item.item-sub-large {
  width: 100%;
}
.mens-scene01 .brand-sec-info-item.item-sub-large .item-sub-img {
  max-width: 404px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand-sec-info-item.item-sub-large {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand .soon {
    font-size: 2.9vw;
  }
}
.mens-scene01 .brand .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand .item-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene01 .brand .item-sec-img {
  width: 52.78%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand .item-sec-img {
    width: 79.2vw;
  }
}
.mens-scene01 .brand .item-sec-text {
  width: 41.34%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand .item-sec-text {
    width: 79.2vw;
  }
}
.mens-scene01 .brand .item-sec-text-heading {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .brand .item-sec-text-heading {
    font-size: 3.4vw;
  }
}
.mens-scene01 .brand .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-top: 8px;
}
.mens-scene01 .brand .colors a {
  width: 32px;
}
.mens-scene01 .brand .colors img {
  width: 32px;
}
.mens-scene01 .brand .func {
  margin-top: 32px;
}
.mens-scene01 .note {
  font-size: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .zeropre .brand-icon {
    width: 62.5vw;
  }
}
.mens-scene01 .zeropre_features {
  display: block;
  margin: 80px auto;
  width: 608px;
}
.mens-scene01 .zeropre-other-items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .zeropre-other-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mens-scene01 .zeropre-other-items-sec {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .zeropre-other-items-sec {
    width: 89.6vw;
    margin-bottom: 11.7vw;
  }
}
.mens-scene01 .zeropre-other-items-sec-mv {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .zeropre-other-items-sec-mv {
    margin-bottom: 4.2vw;
  }
}
.mens-scene01 .zeropre-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .zeropre-other-items-sec-text {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
}
.mens-scene01 .zeropre-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.mens-scene01 .zeropre-other-items .colors a {
  width: 32px;
}
.mens-scene01 .zeropre-other-items .colors img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .control_alpha .brand-icon {
    width: 62.5vw;
  }
}
.mens-scene01 .flex-arm .brand-icon {
  width: 407px;
}
.mens-scene01 .air-flake {
  border: none;
  margin-bottom: 0;
}
.mens-scene01 .air-flake .brand-icon {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .air-flake .brand-icon {
    width: 72.9vw;
  }
}
.mens-scene01 .air-flake .brand-icon-note {
  font-size: 11px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .air-flake .brand-icon-note {
    font-size: 2.6vw;
    margin-bottom: 0;
  }
}
.mens-scene02 .coordinate {
  background-color: #DCE5EA;
  padding: 100px 0 140px;
  margin-bottom: 136px;
}
.mens-scene02 .coordinate-title {
  width: 420px;
  margin: 0 auto 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-title {
    width: 89.6vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene02 .coordinate-item {
  max-width: 980px;
  margin: 0 auto 60px;
  padding: 26px 30px;
  background: #A6BBC6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item {
    width: 89.6vw;
    padding: 7vw 5.2vw;
  }
}
.mens-scene02 .coordinate-item-title {
  width: 258px;
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-title {
    width: 50.5vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02 .coordinate-item-img {
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-img {
    margin: 0;
  }
}
.mens-scene02 .coordinate-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mens-scene02 .coordinate-item-info {
  max-width: 155px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-info {
    max-width: 100%;
  }
}
.mens-scene02 .coordinate-item-info-text {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-info-text {
    font-size: 3.4vw;
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-info .flex-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mens-scene02 .coordinate-item-info .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate-item-info .item-link {
    width: 35.2vw;
  }
}
.mens-scene02 .coordinate-item-info .item-link img {
  margin-right: 5px;
  width: 18px;
  margin-bottom: 16px;
}
.mens-scene02 .coordinate-item-info .item-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mens-scene02 .coordinate-item-info .item-link a .item-name {
  font-size: 14px;
}
.mens-scene02 .coordinate-item-info .item-link a .item-price {
  font-size: 16px;
  font-weight: bold;
}
.mens-scene02 .coordinate-item-info .item-link a .item-price-soon {
  font-size: 11px;
  font-weight: bold;
}
.mens-scene02 .coordinate .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  gap: 14px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-btn {
    max-width: 78.4vw;
    gap: 2.1vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mens-scene02 .coordinate .tab-btn img {
  width: 152px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-btn img {
    width: 24.7vw;
  }
}
.mens-scene02 .coordinate .tab-content {
  margin-top: 20px;
  position: relative;
}
.mens-scene02 .coordinate .tab-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 202px;
  background: #A6BBC6;
  bottom: -140px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content::after {
    height: 52.6vw;
  }
}
.mens-scene02 .coordinate .tab-content .tab-panel {
  display: none;
}
.mens-scene02 .coordinate .tab-content .tab-panel.active {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 980px;
  margin: 0 auto;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content .tab-panel.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene02 .coordinate .tab-content-mv {
  max-width: 400px;
}
.mens-scene02 .coordinate .tab-content-day {
  width: 150px;
  margin-bottom: 5px;
}
.mens-scene02 .coordinate .tab-content-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 96px;
}
.mens-scene02 .coordinate .tab-content-text span {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content-item {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content .tab-content-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content .tab-content-flex-sp img {
    width: 50%;
  }
}
.mens-scene02 .coordinate .tab-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    gap: 2.6vw;
  }
}
.mens-scene02 .coordinate .tab-content-list a {
  max-width: 128px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content-list a {
    max-width: 100%;
    width: 33.3vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.mens-scene02 .coordinate .tab-content-list a.before-a:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-a.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list a.before-b:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list a.before-c:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-c.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list a.before-d:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-d.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list a.before-e:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-e.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list a.before-f:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-f.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list a.before-g:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-g.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.mens-scene02 .coordinate .tab-content-list .item--name {
  font-size: 13px;
  margin: 8px auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content-list .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02 .coordinate .tab-content-list .item--price {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content-list .item--price {
    font-size: 3.9vw;
  }
}
.mens-scene02 .coordinate .tab-content-list .plus-icon {
  width: 26px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .coordinate .tab-content-list .plus-icon {
    width: 6.8vw;
    margin-bottom: 39.1vw;
  }
}
.mens-scene02 .brand {
  padding-bottom: 136px;
  margin-bottom: 136px;
  border-bottom: 1px solid #000;
}
.mens-scene02 .brand-icon {
  display: block;
  width: 321px;
  margin: 0 auto 60px;
}
.mens-scene02 .brand-detail {
  width: 762px;
  display: block;
  margin: 0 auto 80px;
}
.mens-scene02 .brand-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene02 .brand-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.mens-scene02 .brand-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info {
    width: 100%;
  }
}
.mens-scene02 .brand-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02 .brand-sec-info-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene02 .brand-sec-info-item-img {
  width: 49.28%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item-img {
    width: 53.6vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02 .brand-sec-info-item-text {
  width: 44.54%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item-text {
    width: 79.2vw;
  }
}
.mens-scene02 .brand-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02 .brand-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item-link {
    padding-bottom: 2.3vw;
    margin-bottom: 2.1vw;
  }
}
.mens-scene02 .brand-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.mens-scene02 .brand-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.mens-scene02 .brand-sec-info-item-function {
  width: 247px;
  margin-top: 32px;
}
.mens-scene02 .brand-sec-info-item.item-sub {
  width: 76.26%;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub {
    max-width: 79.2vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.9vw;
  }
}
.mens-scene02 .brand-sec-info-item.item-sub .item-sub-img {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub .item-sub-img {
    max-width: 100%;
  }
}
.mens-scene02 .brand-sec-info-item.item-sub .item-sub-img a {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub .item-sub-img a {
    width: 37.5vw;
  }
}
.mens-scene02 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub .pc {
    display: none !important;
  }
}
.mens-scene02 .brand-sec-info-item.item-sub .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub .sp {
    display: block !important;
    width: 37.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.mens-scene02 .brand-sec-info-item.item-sub .sp img {
  margin-bottom: 3.1vw;
}
.mens-scene02 .brand-sec-info-item.item-sub-large {
  width: 100%;
}
.mens-scene02 .brand-sec-info-item.item-sub-large .item-sub-img {
  max-width: 404px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand-sec-info-item.item-sub-large {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand .soon {
    font-size: 2.9vw;
  }
}
.mens-scene02 .brand .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand .item-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene02 .brand .item-sec-img {
  width: 52.78%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand .item-sec-img {
    width: 79.2vw;
  }
}
.mens-scene02 .brand .item-sec-text {
  width: 41.34%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand .item-sec-text {
    width: 79.2vw;
  }
}
.mens-scene02 .brand .item-sec-text-heading {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .brand .item-sec-text-heading {
    font-size: 3.4vw;
  }
}
.mens-scene02 .brand .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-top: 8px;
}
.mens-scene02 .brand .colors a {
  width: 32px;
}
.mens-scene02 .brand .colors img {
  width: 32px;
}
.mens-scene02 .brand .func {
  margin-top: 32px;
}
.mens-scene02 .btn {
  display: block;
  margin: 80px auto 0;
  width: 233px;
  font-size: 16px;
  padding: 16px 0 16px 30px;
  border: 1px solid #000;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .btn {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
    text-align: center;
  }
}
.mens-scene02 .btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene03/arrow-right.png);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 44%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .btn:after {
    right: 6.5vw;
    width: 1.6vw;
    height: 3.1vw;
  }
}
.mens-scene02 .btn.btn-large {
  width: 271px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .btn.btn-large {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
  }
}
.mens-scene02 .alpha-icon {
  width: 121px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .alpha-icon {
    width: 36.5vw;
  }
}
.mens-scene02 .morles-other-items {
  max-width: 780px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .morles-other-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mens-scene02 .morles-other-items-sec {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .morles-other-items-sec {
    width: 89.6vw;
  }
}
.mens-scene02 .morles-other-items-sec-mv {
  margin-bottom: 16px;
}
.mens-scene02 .morles-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
.mens-scene02 .morles-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.mens-scene02 .morles-other-items .colors a {
  width: 32px;
}
.mens-scene02 .morles-other-items .colors img {
  width: 32px;
}
.mens-scene02 .knit {
  background: #E7E2DA;
  padding: 100px 0;
}
.mens-scene02 .knit-heading {
  width: 483px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .knit-heading {
    width: 79.2vw;
  }
}
.mens-scene02 .knit_features {
  width: 608px;
  margin: 0 auto 80px;
}
.mens-scene03 .brand {
  padding-bottom: 136px;
  margin-bottom: 136px;
  border-bottom: 1px solid #000;
}
.mens-scene03 .brand-icon {
  display: block;
  width: 321px;
  margin: 0 auto 60px;
}
.mens-scene03 .brand-detail {
  width: 762px;
  display: block;
  margin: 0 auto 80px;
}
.mens-scene03 .brand-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene03 .brand-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.mens-scene03 .brand-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info {
    width: 100%;
  }
}
.mens-scene03 .brand-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene03 .brand-sec-info-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene03 .brand-sec-info-item-img {
  width: 49.28%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item-img {
    width: 53.6vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene03 .brand-sec-info-item-text {
  width: 44.54%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item-text {
    width: 79.2vw;
  }
}
.mens-scene03 .brand-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .brand-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item-link {
    padding-bottom: 2.3vw;
    margin-bottom: 2.1vw;
  }
}
.mens-scene03 .brand-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.mens-scene03 .brand-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.mens-scene03 .brand-sec-info-item-function {
  width: 247px;
  margin-top: 32px;
}
.mens-scene03 .brand-sec-info-item.item-sub {
  width: 54.7%;
  margin-top: 48px;
}
.mens-scene03 .brand .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand .item-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene03 .brand .item-sec-img {
  width: 52.78%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand .item-sec-img {
    width: 79.2vw;
  }
}
.mens-scene03 .brand .item-sec-text {
  width: 41.34%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand .item-sec-text {
    width: 79.2vw;
  }
}
.mens-scene03 .brand .item-sec-text-heading {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .brand .item-sec-text-heading {
    font-size: 3.4vw;
  }
}
.mens-scene03 .hilton_profile {
  width: 761px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .hilton_profile {
    width: 89.6vw;
  }
}
.mens-scene03 .savile-row_features {
  display: block;
  margin: 80px auto;
  width: 610px;
}
.mens-scene03 .btn {
  display: block;
  margin: 80px auto 0;
  width: 233px;
  font-size: 16px;
  padding: 16px 0 16px 30px;
  border: 1px solid #000;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .btn {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
    text-align: center;
  }
}
.mens-scene03 .btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene03/arrow-right.png);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 44%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .btn:after {
    right: 6.5vw;
    width: 1.6vw;
    height: 3.1vw;
  }
}
.mens-scene03 .btn.btn-large {
  width: 271px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .btn.btn-large {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
  }
}
.mens-scene04 .shitate-statement {
  background: #6A90B2;
  padding: 76px 0;
  width: 100%;
  margin: 72px auto 0;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement {
    padding: 20.8vw 0;
    margin-top: 16.7vw;
  }
}
.mens-scene04 .shitate-statement-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1137px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement-flex {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mens-scene04 .shitate-statement-text {
  text-align: center;
  width: 57.34%;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement-text {
    width: 100%;
  }
}
.mens-scene04 .shitate-statement-text .logo {
  width: 211px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement-text .logo {
    width: 54.9vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene04 .shitate-statement-text .text-top {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement-text .text-top {
    font-size: 5.2vw;
    line-height: 2;
    margin-bottom: 5.2vw;
  }
}
.mens-scene04 .shitate-statement-text .text-bottom {
  font-size: 13px;
  line-height: 2.9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement-text .text-bottom {
    font-size: 3.4vw;
    line-height: 1.76;
    text-align: left;
    margin-bottom: 10.4vw;
  }
}
.mens-scene04 .shitate-statement-img {
  width: 38.87%;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .shitate-statement-img {
    width: 79.2vw;
  }
}
.mens-scene04 .bg-gray {
  background: #f3f3f3;
  padding: 128px 0;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .bg-gray {
    padding: 20.8vw 0;
  }
}
.mens-scene04 .sec-set {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .sec-set {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 20.8vw;
  }
}
.mens-scene04 .sec-set-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .sec-set-heading {
    font-size: 6.3vw;
    margin-bottom: 2.3vw;
  }
}
.mens-scene04 .sec-set-heading-bottom {
  font-size: 16px;
  color: #6A90B2;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .sec-set-heading-bottom {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene04 .sec-set-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .sec-set-img {
    width: 89.6vw;
  }
}
.mens-scene04 .reason {
  max-width: 1200px;
  margin: 0 auto 96px;
  padding: 64px 0;
  background: #6A90B2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason {
    max-width: 100%;
    width: 100%;
    padding: 20.8vw 0;
    margin-bottom: 25vw;
  }
}
.mens-scene04 .reason-inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-inner {
    max-width: 89.6vw;
  }
}
.mens-scene04 .reason-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-heading {
    font-size: 5.7vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene04 .reason-heading span {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  vertical-align: baseline;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-heading span {
    font-size: 5.2vw;
    margin-right: 0.8vw;
  }
}
.mens-scene04 .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mens-scene04 .reason-item {
  width: 29.59%;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-item {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-item:last-of-type {
    margin-bottom: 0;
  }
}
.mens-scene04 .reason-item img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-item img {
    width: 74vw;
    margin-bottom: 3.1vw;
  }
}
.mens-scene04 .reason-item .text-top {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-item .text-top {
    font-size: 4.2vw;
    margin-bottom: 3.1vw;
  }
}
.mens-scene04 .reason-item .text-bottom {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .reason-item .text-bottom {
    font-size: 3.4vw;
  }
}
.mens-scene04 .style-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1106px;
  -webkit-column-gap: 3.7%;
     -moz-column-gap: 3.7%;
          column-gap: 3.7%;
  row-gap: 40px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .style-list {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-bottom: 20.8vw;
  }
}
.mens-scene04 .style-img {
  display: block;
  width: 48.1%;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .style-img {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.mens-scene04 .style-img:last-of-type {
  margin-bottom: 0;
}
.mens-scene04 .new-model {
  text-align: center;
}
.mens-scene04 .new-model-heading {
  font-size: 20px;
  line-height: 2;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .new-model-heading {
    font-size: 3.4vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene04 .new-model-list {
  max-width: 896px;
  margin: 0 auto 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .new-model-list {
    max-width: 52.1vw;
    margin-bottom: 20.8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8.3vw;
  }
}
.mens-scene04 .new-model-item {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .new-model-item {
    max-width: 52.1vw;
  }
}
.mens-scene04 .new-model-text {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .new-model-text {
    font-size: 2.9vw;
  }
}
.mens-scene04 .new-model .more-btn {
  width: 404px;
  margin-bottom: 32px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .new-model .more-btn {
    width: 89.6vw;
    height: 15.9vw;
    padding: 4.2vw 0;
    margin-bottom: 8.3vw;
    font-size: 4.2vw;
  }
}
.mens-scene04 .new-model .more-btn:after {
  right: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .new-model .more-btn:after {
    right: 3.9vw;
  }
}
.mens-scene04 .new-model .btn-blue {
  background: #6A90B2;
  color: #fff;
  border: none;
}
.mens-scene04 .new-model .btn-blue:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene04/btn-arrow-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
}
.mens-scene05 .genre {
  padding-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-inner {
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.mens-scene05 .genre-heading-top {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-heading-top {
    font-size: 4.2vw;
    margin-bottom: 3.1vw;
  }
}
.mens-scene05 .genre-heading-middle {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-heading-middle {
    font-size: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene05 .genre-heading-bottom {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-heading-bottom {
    font-size: 3.4vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene05 .genre-detail {
  width: 738px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-detail {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 20.8vw;
  }
}
.mens-scene05 .genre-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene05 .genre-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.mens-scene05 .genre-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info {
    width: 100%;
  }
}
.mens-scene05 .genre-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene05 .genre-sec-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76.26%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mens-scene05 .genre-sec-info-item-img {
  width: 33.19%;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item-img {
    width: 41.7vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene05 .genre-sec-info-item-text {
  width: 58.5%;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item-text {
    width: 79.2vw;
  }
}
.mens-scene05 .genre-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene05 .genre-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 2.1vw;
  }
}
.mens-scene05 .genre-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.mens-scene05 .genre-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.mens-scene05 .genre-sec-info-item-function {
  width: 247px;
  margin-top: 32px;
}
.mens-scene05 .genre-door-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-door-heading {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
    line-height: 1.8;
  }
}
.mens-scene05 .genre-door-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-door-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.4vw;
  }
}
.mens-scene05 .genre-door-list a {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-door-list a {
    max-width: 100%;
  }
}
.mens-scene05 .genre-door-list img {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-door-list img {
    width: 70.3vw;
    margin: 0 auto 6.3vw;
  }
}
.mens-scene05 .genre-door-list p {
  max-width: 270px;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .genre-door-list p {
    font-size: 2.9vw;
    max-width: 100%;
  }
}
.mens-scene05 .genre .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
.mens-scene05 .genre .item-sec-img {
  width: 52.78%;
}
.mens-scene05 .genre .item-sec-text {
  width: 41.34%;
}
.mens-scene05 .black-formal {
  background: #F3F3F3;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .black-formal {
    padding: 20.8vw 0;
  }
}
.mens-scene05 .black-formal .genre-heading {
  width: 665px;
}
.mens-scene05 .black-formal_features {
  display: block;
  margin: 80px auto;
  width: 608px;
}
.mens-scene05 .black-formal-other-items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mens-scene05 .black-formal-other-items-sec {
  width: 30%;
}
.mens-scene05 .black-formal-other-items-sec-mv {
  margin-bottom: 16px;
}
.mens-scene05 .black-formal-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
.mens-scene05 .black-formal-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.mens-scene05 .black-formal-other-items .colors a {
  width: 32px;
}
.mens-scene05 .black-formal-other-items .colors img {
  width: 32px;
}
.mens-scene05 .ceremony {
  background: #FFF7F2;
  padding: 100px 0;
}
.mens-scene05 .ceremony .genre-heading {
  width: 443px;
}
.mens-scene05 .ceremony_features {
  display: block;
  margin: 80px auto;
  width: 608px;
}
.mens-scene05 .ceremony-other-items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mens-scene05 .ceremony-other-items-sec {
  width: 30%;
}
.mens-scene05 .ceremony-other-items-sec-mv {
  margin-bottom: 16px;
}
.mens-scene05 .ceremony-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
.mens-scene05 .ceremony-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.mens-scene05 .ceremony-other-items .colors a {
  width: 32px;
}
.mens-scene05 .ceremony-other-items .colors img {
  width: 32px;
}

.ladies {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ladies {
    margin-top: 18.2vw;
  }
}
.ladies-top .difficult {
  text-align: center;
  margin: 115px auto;
}
@media screen and (max-width: 768px) {
  .ladies-top .difficult {
    max-width: 100%;
    width: 89.6vw;
    margin: 15.6vw auto 20.8vw;
  }
}
.ladies-top .difficult-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ladies-top .difficult-title {
    font-size: 5.2vw;
    margin-bottom: 4.2vw;
  }
}
.ladies-top .difficult-title-bottom {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .ladies-top .difficult-title-bottom {
    font-size: 3.6vw;
    margin-bottom: 13vw;
  }
}
.ladies-top .difficult_sec {
  max-width: 1200px;
  width: 96%;
  margin: 96px auto 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ladies-top .difficult_sec {
    max-width: 100%;
    width: 89.6vw;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1vw;
  }
}
.ladies-top .difficult_sec a {
  display: block;
  width: 31.6%;
}
@media screen and (max-width: 768px) {
  .ladies-top .difficult_sec a {
    width: 89.6vw;
  }
}
.ladies-scene01 .brand {
  padding-bottom: 136px;
  margin-bottom: 136px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand {
    margin-bottom: 20.8vw;
    padding-bottom: 20.8vw;
  }
}
.ladies-scene01 .brand-icon {
  display: block;
  width: 321px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-icon {
    width: 89.6vw;
  }
}
.ladies-scene01 .brand-detail {
  width: 762px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-detail {
    width: 89.6vw;
  }
}
.ladies-scene01 .brand-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene01 .brand-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.ladies-scene01 .brand-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info {
    width: 100%;
  }
}
.ladies-scene01 .brand-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene01 .brand-sec-info-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene01 .brand-sec-info-item-img {
  width: 49.28%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-img {
    width: 53.6vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene01 .brand-sec-info-item-text {
  width: 44.54%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-text {
    width: 79.2vw;
  }
}
.ladies-scene01 .brand-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene01 .brand-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-link {
    padding-bottom: 2.3vw;
    margin-bottom: 2.1vw;
  }
}
.ladies-scene01 .brand-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .brand-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.ladies-scene01 .brand-sec-info-item-function {
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-function {
    width: 69.3vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-function.func-three {
    width: 51vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-function.func-one {
    width: 14.3vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item-function.func-two {
    width: 31.3vw;
    margin: 4.2vw auto 0;
  }
}
.ladies-scene01 .brand-sec-info-item.item-sub {
  width: 76.26%;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub {
    max-width: 79.2vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.9vw;
  }
}
.ladies-scene01 .brand-sec-info-item.item-sub .item-sub-img {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub .item-sub-img {
    max-width: 100%;
  }
}
.ladies-scene01 .brand-sec-info-item.item-sub .item-sub-img a {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub .item-sub-img a {
    width: 37.5vw;
  }
}
.ladies-scene01 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub .pc {
    display: none !important;
  }
}
.ladies-scene01 .brand-sec-info-item.item-sub .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub .sp {
    display: block !important;
    width: 37.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.ladies-scene01 .brand-sec-info-item.item-sub .sp img {
  margin-bottom: 3.1vw;
}
.ladies-scene01 .brand-sec-info-item.item-sub-large {
  width: 100%;
}
.ladies-scene01 .brand-sec-info-item.item-sub-large .item-sub-img {
  max-width: 404px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand-sec-info-item.item-sub-large {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand .soon {
    font-size: 2.9vw;
  }
}
.ladies-scene01 .brand .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand .item-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene01 .brand .item-sec-img {
  width: 52.78%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand .item-sec-img {
    width: 79.2vw;
  }
}
.ladies-scene01 .brand .item-sec-text {
  width: 41.34%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand .item-sec-text {
    width: 79.2vw;
  }
}
.ladies-scene01 .brand .item-sec-text-heading {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .brand .item-sec-text-heading {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .brand .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-top: 8px;
}
.ladies-scene01 .brand .colors a {
  width: 32px;
}
.ladies-scene01 .brand .colors img {
  width: 32px;
}
.ladies-scene01 .brand .func {
  margin-top: 32px;
}
.ladies-scene01 .note {
  font-size: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .zeropre .brand-icon {
    width: 62.5vw;
  }
}
.ladies-scene01 .zeropre_features {
  display: block;
  margin: 80px auto;
  width: 608px;
}
.ladies-scene01 .zeropre-other-items {
  max-width: 782px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .zeropre-other-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ladies-scene01 .zeropre-other-items-sec {
  width: 46.16%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .zeropre-other-items-sec {
    width: 89.6vw;
    margin-bottom: 11.7vw;
  }
}
.ladies-scene01 .zeropre-other-items-sec-mv {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .zeropre-other-items-sec-mv {
    margin-bottom: 4.2vw;
  }
}
.ladies-scene01 .zeropre-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .zeropre-other-items-sec-text {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene01 .zeropre-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.ladies-scene01 .zeropre-other-items .colors a {
  width: 32px;
}
.ladies-scene01 .zeropre-other-items .colors img {
  width: 32px;
}
.ladies-scene01 .zeropre-other-items .brand-sec-info-item-link {
  margin-top: 24px;
}
.ladies-scene01 .zeropre-other-items .brand-sec-info-item-function {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .biziraku .brand-icon {
    width: 62.5vw;
  }
}
.ladies-scene01 .biziraku_features {
  display: block;
  margin: 80px auto;
  width: 721px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .biziraku_features {
    margin: 13vw auto;
    width: 79.2vw;
  }
}
.ladies-scene01 .biziraku-other-items {
  max-width: 681px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .biziraku-other-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ladies-scene01 .biziraku-other-items-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .biziraku-other-items-sec {
    width: 89.6vw;
    margin-bottom: 11.7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene01 .biziraku-other-items-sec-mv {
  width: 360px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .biziraku-other-items-sec-mv {
    width: 79.2vw;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene01 .biziraku-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .biziraku-other-items-sec-text {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene01 .biziraku-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.ladies-scene01 .biziraku-other-items .colors a {
  width: 32px;
}
.ladies-scene01 .biziraku-other-items .colors img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .control_alpha .brand-icon {
    width: 62.5vw;
  }
}
.ladies-scene01 .flex-arm .brand-icon {
  width: 407px;
}
.ladies-scene01 .air-flake {
  border: none;
  margin-bottom: 0;
}
.ladies-scene01 .air-flake .brand-icon {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .air-flake .brand-icon {
    width: 72.9vw;
  }
}
.ladies-scene01 .air-flake .brand-icon-note {
  font-size: 11px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .air-flake .brand-icon-note {
    font-size: 2.6vw;
    margin-bottom: 0;
  }
}
.ladies-scene02 .coordinate {
  background-color: #F3EAEB;
  padding: 100px 0 140px;
  margin-bottom: 136px;
}
.ladies-scene02 .coordinate-title {
  width: 420px;
  margin: 0 auto 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-title {
    width: 89.6vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene02 .coordinate-item {
  max-width: 980px;
  margin: 0 auto 60px;
  padding: 26px 30px;
  background: #D6C4CB;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item {
    width: 89.6vw;
    padding: 7vw 5.2vw;
  }
}
.ladies-scene02 .coordinate-item-title {
  width: 258px;
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-title {
    width: 50.5vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02 .coordinate-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ladies-scene02 .coordinate-item-img {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-img {
    margin-right: 0;
  }
}
.ladies-scene02 .coordinate-item-info {
  max-width: 155px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-info {
    max-width: 100%;
  }
}
.ladies-scene02 .coordinate-item-info-text {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-info-text {
    font-size: 3.4vw;
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-info .flex-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ladies-scene02 .coordinate-item-info .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate-item-info .item-link {
    width: 38vw;
    margin: 0 auto;
  }
}
.ladies-scene02 .coordinate-item-info .item-link img {
  margin-right: 5px;
  width: 18px;
  margin-bottom: 16px;
}
.ladies-scene02 .coordinate-item-info .item-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ladies-scene02 .coordinate-item-info .item-link a .item-name {
  font-size: 14px;
}
.ladies-scene02 .coordinate-item-info .item-link a .item-price {
  font-size: 16px;
  font-weight: bold;
}
.ladies-scene02 .coordinate-item-info .item-link a .item-price-soon {
  font-size: 11px;
  font-weight: bold;
}
.ladies-scene02 .coordinate .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  gap: 14px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-btn {
    max-width: 78.4vw;
    gap: 2.1vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ladies-scene02 .coordinate .tab-btn img {
  width: 152px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-btn img {
    width: 24.7vw;
  }
}
.ladies-scene02 .coordinate .tab-content {
  margin-top: 20px;
  position: relative;
}
.ladies-scene02 .coordinate .tab-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 202px;
  background: #D6C4CB;
  bottom: -140px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content::after {
    height: 52.6vw;
  }
}
.ladies-scene02 .coordinate .tab-content .tab-panel {
  display: none;
}
.ladies-scene02 .coordinate .tab-content .tab-panel.active {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 980px;
  margin: 0 auto;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content .tab-panel.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene02 .coordinate .tab-content-mv {
  max-width: 400px;
}
.ladies-scene02 .coordinate .tab-content-day {
  width: 150px;
  margin-bottom: 5px;
}
.ladies-scene02 .coordinate .tab-content-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 96px;
}
.ladies-scene02 .coordinate .tab-content-text span {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content-item {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content .tab-content-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content .tab-content-flex-sp img {
    width: 50%;
  }
}
.ladies-scene02 .coordinate .tab-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    gap: 2.6vw;
  }
}
.ladies-scene02 .coordinate .tab-content-list a {
  max-width: 128px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content-list a {
    max-width: 100%;
    width: 33.3vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.ladies-scene02 .coordinate .tab-content-list a.before-a:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-a.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list a.before-b:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list a.before-c:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-c.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list a.before-d:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-d.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list a.before-e:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-e.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list a.before-f:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-f.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list a.before-g:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene02/icon-g.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -60px;
}
.ladies-scene02 .coordinate .tab-content-list .item--name {
  font-size: 13px;
  margin: 8px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content-list .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .coordinate .tab-content-list .item--price {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content-list .item--price {
    font-size: 3.9vw;
  }
}
.ladies-scene02 .coordinate .tab-content-list .plus-icon {
  width: 26px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .coordinate .tab-content-list .plus-icon {
    width: 6.8vw;
    margin-bottom: 39.1vw;
  }
}
.ladies-scene02 .brand {
  padding-bottom: 136px;
  margin-bottom: 136px;
  border-bottom: 1px solid #000;
}
.ladies-scene02 .brand-icon {
  display: block;
  width: 321px;
  margin: 0 auto 60px;
}
.ladies-scene02 .brand-detail {
  width: 762px;
  display: block;
  margin: 0 auto 80px;
}
.ladies-scene02 .brand-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene02 .brand-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.ladies-scene02 .brand-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info {
    width: 100%;
  }
}
.ladies-scene02 .brand-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02 .brand-sec-info-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene02 .brand-sec-info-item-img {
  width: 49.28%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item-img {
    width: 53.6vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02 .brand-sec-info-item-text {
  width: 44.54%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item-text {
    width: 79.2vw;
  }
}
.ladies-scene02 .brand-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02 .brand-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item-link {
    padding-bottom: 2.3vw;
    margin-bottom: 2.1vw;
  }
}
.ladies-scene02 .brand-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .brand-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.ladies-scene02 .brand-sec-info-item-function {
  width: 247px;
  margin-top: 32px;
}
.ladies-scene02 .brand-sec-info-item.item-sub {
  width: 76.26%;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub {
    max-width: 79.2vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.9vw;
  }
}
.ladies-scene02 .brand-sec-info-item.item-sub .item-sub-img {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub .item-sub-img {
    max-width: 100%;
  }
}
.ladies-scene02 .brand-sec-info-item.item-sub .item-sub-img a {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub .item-sub-img a {
    width: 37.5vw;
  }
}
.ladies-scene02 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub .pc {
    display: none !important;
  }
}
.ladies-scene02 .brand-sec-info-item.item-sub .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub .sp {
    display: block !important;
    width: 37.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.ladies-scene02 .brand-sec-info-item.item-sub .sp img {
  margin-bottom: 3.1vw;
}
.ladies-scene02 .brand-sec-info-item.item-sub-large {
  width: 100%;
}
.ladies-scene02 .brand-sec-info-item.item-sub-large .item-sub-img {
  max-width: 404px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand-sec-info-item.item-sub-large {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand .soon {
    font-size: 2.9vw;
  }
}
.ladies-scene02 .brand .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand .item-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene02 .brand .item-sec-img {
  width: 52.78%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand .item-sec-img {
    width: 79.2vw;
  }
}
.ladies-scene02 .brand .item-sec-text {
  width: 41.34%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand .item-sec-text {
    width: 79.2vw;
  }
}
.ladies-scene02 .brand .item-sec-text-heading {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .brand .item-sec-text-heading {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .brand .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-top: 8px;
}
.ladies-scene02 .brand .colors a {
  width: 32px;
}
.ladies-scene02 .brand .colors img {
  width: 32px;
}
.ladies-scene02 .brand .func {
  margin-top: 32px;
}
.ladies-scene02 .btn {
  display: block;
  margin: 80px auto 0;
  width: 320px;
  font-size: 16px;
  padding: 16px 0 16px 30px;
  border: 1px solid #000;
  position: relative;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .btn {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
    text-align: center;
  }
}
.ladies-scene02 .btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene03/arrow-right.png);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 44%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .btn:after {
    right: 6.5vw;
    width: 1.6vw;
    height: 3.1vw;
  }
}
.ladies-scene02 .btn.btn-large {
  width: 271px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .btn.btn-large {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
  }
}
.ladies-scene02 .alpha-icon {
  width: 121px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .alpha-icon {
    width: 36.5vw;
  }
}
.ladies-scene02 .anchor-woman {
  padding: 100px 0;
  background: #F3EAEB;
}
.ladies-scene02 .anchor-woman-heading {
  display: block;
  max-width: 1031px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .anchor-woman-heading {
    max-width: 79.2vw;
  }
}
.ladies-scene02 .anchor-woman-other-items {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .anchor-woman-other-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ladies-scene02 .anchor-woman-other-items-sec {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .anchor-woman-other-items-sec {
    width: 89.6vw;
    margin-bottom: 7.8vw;
  }
}
.ladies-scene02 .anchor-woman-other-items-sec-mv {
  display: block;
  margin: 0 auto 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .anchor-woman-other-items-sec-mv {
    width: 78.1vw;
  }
}
.ladies-scene02 .anchor-woman-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
.ladies-scene02 .anchor-woman-other-items-sec .brand-sec-info-item-text {
  width: 100%;
}
.ladies-scene02 .anchor-woman-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.ladies-scene02 .anchor-woman-other-items .colors a {
  width: 32px;
}
.ladies-scene02 .anchor-woman-other-items .colors img {
  width: 32px;
}
.ladies-scene02 .knit {
  padding: 0 0 100px;
}
.ladies-scene02 .knit-heading {
  width: 484px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .knit-heading {
    width: 79.2vw;
  }
}
.ladies-scene02 .knit_features {
  width: 608px;
  margin: 0 auto 80px;
}
.ladies-scene03 .brand {
  padding-bottom: 136px;
  margin-bottom: 136px;
  border-bottom: 1px solid #000;
}
.ladies-scene03 .brand-icon {
  display: block;
  width: 321px;
  margin: 0 auto 60px;
}
.ladies-scene03 .brand-detail {
  width: 762px;
  display: block;
  margin: 0 auto 80px;
}
.ladies-scene03 .brand-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene03 .brand-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.ladies-scene03 .brand-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info {
    width: 100%;
  }
}
.ladies-scene03 .brand-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene03 .brand-sec-info-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene03 .brand-sec-info-item-img {
  width: 49.28%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item-img {
    width: 53.6vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene03 .brand-sec-info-item-text {
  width: 44.54%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item-text {
    width: 79.2vw;
  }
}
.ladies-scene03 .brand-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene03 .brand-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item-link {
    padding-bottom: 2.3vw;
    margin-bottom: 2.1vw;
  }
}
.ladies-scene03 .brand-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .brand-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.ladies-scene03 .brand-sec-info-item-function {
  width: 247px;
  margin-top: 32px;
}
.ladies-scene03 .brand-sec-info-item.item-sub {
  width: 76.26%;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item.item-sub {
    max-width: 79.2vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.9vw;
  }
}
.ladies-scene03 .brand-sec-info-item.item-sub .item-sub-img {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item.item-sub .item-sub-img {
    max-width: 100%;
  }
}
.ladies-scene03 .brand-sec-info-item.item-sub .item-sub-img a {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item.item-sub .item-sub-img a {
    width: 37.5vw;
  }
}
.ladies-scene03 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item.item-sub .brand-sec-info-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item.item-sub .pc {
    display: none !important;
  }
}
.ladies-scene03 .brand-sec-info-item.item-sub .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand-sec-info-item.item-sub .sp {
    display: block !important;
    width: 37.2vw;
  }
}
.ladies-scene03 .brand-sec-info-item.item-sub .sp img {
  margin-bottom: 3.1vw;
}
.ladies-scene03 .brand .item-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 682px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand .item-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene03 .brand .item-sec-img {
  width: 52.78%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand .item-sec-img {
    width: 79.2vw;
  }
}
.ladies-scene03 .brand .item-sec-text {
  width: 41.34%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand .item-sec-text {
    width: 79.2vw;
  }
}
.ladies-scene03 .brand .item-sec-text-heading {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .brand .item-sec-text-heading {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .brand .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-top: 8px;
}
.ladies-scene03 .brand .colors a {
  width: 32px;
}
.ladies-scene03 .brand .colors img {
  width: 32px;
}
.ladies-scene03 .brand .func {
  margin-top: 32px;
}
.ladies-scene03 .hilton_profile {
  width: 761px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .hilton_profile {
    width: 89.6vw;
  }
}
.ladies-scene03 .btn {
  display: block;
  margin: 80px auto 0;
  width: 233px;
  font-size: 16px;
  padding: 16px 0 16px 30px;
  border: 1px solid #000;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .btn {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
    text-align: center;
  }
}
.ladies-scene03 .btn:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene03/arrow-right.png);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 44%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .btn:after {
    right: 6.5vw;
    width: 1.6vw;
    height: 3.1vw;
  }
}
.ladies-scene03 .btn.btn-large {
  width: 271px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .btn.btn-large {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 4.2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .func01 {
    display: block;
    margin: 8.3vw auto 0;
    width: 34.4vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .func02 {
    display: block;
    margin: 1.3vw auto 0;
    width: 79.2vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .func03 {
    display: block;
    margin: 1.3vw auto 0;
    width: 49.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .func04 {
    margin: 1.3vw auto 0;
    width: 79.2vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .func05 {
    display: block;
    margin: 1.3vw auto 0;
    width: 64.8vw;
  }
}
.ladies-scene04 .shitate-statement {
  background: #C0A395;
  padding: 76px 0;
  width: 100%;
  margin: 72px auto 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement {
    padding: 20.8vw 0;
    margin-top: 16.7vw;
  }
}
.ladies-scene04 .shitate-statement-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1053px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement-flex {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ladies-scene04 .shitate-statement-text {
  text-align: center;
  width: 62.34%;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement-text {
    width: 100%;
  }
}
.ladies-scene04 .shitate-statement-text .logo {
  width: 211px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement-text .logo {
    width: 54.9vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene04 .shitate-statement-text .text-top {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement-text .text-top {
    font-size: 5.2vw;
    line-height: 2;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene04 .shitate-statement-text .text-bottom {
  font-size: 13px;
  line-height: 2.9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement-text .text-bottom {
    font-size: 3.4vw;
    line-height: 1.76;
    text-align: left;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene04 .shitate-statement-img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .shitate-statement-img {
    width: 79.2vw;
  }
}
.ladies-scene04 .bg-gray {
  background: #f3f3f3;
  padding: 128px 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .bg-gray {
    padding: 20.8vw 0;
  }
}
.ladies-scene04 .sec-set {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .sec-set {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene04 .sec-set-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .sec-set-heading {
    font-size: 6.3vw;
    margin-bottom: 2.3vw;
  }
}
.ladies-scene04 .sec-set-heading-bottom {
  font-size: 16px;
  color: #C0A395;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .sec-set-heading-bottom {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene04 .sec-set-img {
  width: 617px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .sec-set-img {
    width: 89.6vw;
  }
}
.ladies-scene04 .reason {
  max-width: 1200px;
  margin: 0 auto 96px;
  padding: 64px 0;
  background: #C0A395;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason {
    max-width: 100%;
    width: 100%;
    padding: 20.8vw 0;
    margin-bottom: 25vw;
  }
}
.ladies-scene04 .reason-inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-inner {
    max-width: 89.6vw;
  }
}
.ladies-scene04 .reason-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-heading {
    font-size: 5.7vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene04 .reason-heading span {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  vertical-align: baseline;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-heading span {
    font-size: 5.2vw;
    margin-right: 0.8vw;
  }
}
.ladies-scene04 .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ladies-scene04 .reason-item {
  width: 29.59%;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-item {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-item:last-of-type {
    margin-bottom: 0;
  }
}
.ladies-scene04 .reason-item img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-item img {
    width: 74vw;
    margin-bottom: 3.1vw;
  }
}
.ladies-scene04 .reason-item .text-top {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-item .text-top {
    font-size: 4.2vw;
    margin-bottom: 3.1vw;
  }
}
.ladies-scene04 .reason-item .text-bottom {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .reason-item .text-bottom {
    font-size: 3.4vw;
  }
}
.ladies-scene04 .style-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1106px;
  -webkit-column-gap: 3.7%;
     -moz-column-gap: 3.7%;
          column-gap: 3.7%;
  row-gap: 40px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .style-list {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene04 .style-img {
  display: block;
  width: 48.1%;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .style-img {
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene04 .style-img:last-of-type {
  margin-bottom: 0;
}
.ladies-scene04 .new-model {
  text-align: center;
}
.ladies-scene04 .new-model-heading {
  font-size: 20px;
  line-height: 2;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .new-model-heading {
    font-size: 3.4vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene04 .new-model-list {
  max-width: 896px;
  margin: 0 auto 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .new-model-list {
    max-width: 52.1vw;
    margin-bottom: 20.8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8.3vw;
  }
}
.ladies-scene04 .new-model-item {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .new-model-item {
    max-width: 52.1vw;
  }
}
.ladies-scene04 .new-model-text {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .new-model-text {
    font-size: 2.9vw;
  }
}
.ladies-scene04 .new-model .more-btn {
  width: 404px;
  margin-bottom: 32px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .new-model .more-btn {
    width: 89.6vw;
    height: 15.9vw;
    padding: 4.2vw 0;
    margin-bottom: 8.3vw;
    font-size: 4.2vw;
  }
}
.ladies-scene04 .new-model .more-btn:after {
  right: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .new-model .more-btn:after {
    right: 3.9vw;
  }
}
.ladies-scene04 .new-model .btn-blue {
  background: #C0A395;
  color: #fff;
  border: none;
}
.ladies-scene04 .new-model .btn-blue:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/mens/scene04/btn-arrow-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
}
.ladies-scene05 .genre {
  padding-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-inner {
    max-width: 89.6vw;
    margin: 0 auto;
  }
}
.ladies-scene05 .genre-heading-top {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-heading-top {
    font-size: 4.2vw;
    margin-bottom: 3.1vw;
  }
}
.ladies-scene05 .genre-heading-middle {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-heading-middle {
    font-size: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene05 .genre-heading-bottom {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-heading-bottom {
    font-size: 3.4vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene05 .genre-detail {
  width: 738px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-detail {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene05 .genre-sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec {
    max-width: 89.6vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene05 .genre-sec-mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-mv {
    width: 74vw;
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.ladies-scene05 .genre-sec-heading {
  margin-bottom: 48px;
}
.ladies-scene05 .genre-sec-info {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info {
    width: 100%;
  }
}
.ladies-scene05 .genre-sec-info-heading {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-heading {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene05 .genre-sec-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76.26%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ladies-scene05 .genre-sec-info-item-img {
  width: 33.19%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item-img {
    width: 41.7vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene05 .genre-sec-info-item-text {
  width: 58.5%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item-text {
    width: 79.2vw;
  }
}
.ladies-scene05 .genre-sec-info-item-text-top {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene05 .genre-sec-info-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 2.1vw;
  }
}
.ladies-scene05 .genre-sec-info-item-link .item {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item-link .item {
    font-size: 3.4vw;
  }
}
.ladies-scene05 .genre-sec-info-item-link .value {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item-link .value {
    font-size: 4.2vw;
  }
}
.ladies-scene05 .genre-sec-info-item.item-sub {
  width: 76.26%;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item.item-sub {
    max-width: 79.2vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.9vw;
  }
}
.ladies-scene05 .genre-sec-info-item.item-sub .item-sub-img {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item.item-sub .item-sub-img {
    max-width: 100%;
  }
}
.ladies-scene05 .genre-sec-info-item.item-sub .item-sub-img a {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item.item-sub .item-sub-img a {
    width: 37.5vw;
  }
}
.ladies-scene05 .genre-sec-info-item.item-sub .genre-sec-info-item-text {
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item.item-sub .genre-sec-info-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item.item-sub .pc {
    display: none !important;
  }
}
.ladies-scene05 .genre-sec-info-item.item-sub .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-sec-info-item.item-sub .sp {
    display: block !important;
    width: 37.2vw;
  }
}
.ladies-scene05 .genre-sec-info-item.item-sub .sp img {
  margin-bottom: 3.1vw;
}
.ladies-scene05 .genre-door-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-door-heading {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
    line-height: 1.8;
  }
}
.ladies-scene05 .genre-door-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-door-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.4vw;
  }
}
.ladies-scene05 .genre-door-list a {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-door-list a {
    max-width: 100%;
  }
}
.ladies-scene05 .genre-door-list img {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-door-list img {
    width: 70.3vw;
    margin: 0 auto 6.3vw;
  }
}
.ladies-scene05 .genre-door-list p {
  max-width: 270px;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre-door-list p {
    font-size: 2.9vw;
    max-width: 100%;
  }
}
.ladies-scene05 .genre .item-sec {
  margin: 80px auto;
}
.ladies-scene05 .genre .item-sec-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec-heading {
    font-size: 4.2vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene05 .genre .item-sec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    gap: 18.2vw;
  }
}
.ladies-scene05 .genre .item-sec-box {
  text-align: center;
}
.ladies-scene05 .genre .item-sec-box-heading {
  font-size: 18px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec-box-heading {
    font-size: 4.7vw;
    margin-bottom: 3.4vw;
  }
}
.ladies-scene05 .genre .item-sec-box-text {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 34px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec-box-text {
    font-size: 3.4vw;
    margin-bottom: 7.8vw;
  }
}
.ladies-scene05 .genre .item-sec-box img {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec-box img {
    margin-bottom: 3.9vw;
  }
}
.ladies-scene05 .genre .item-sec .box-right {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec .box-right {
    width: 80.7vw;
  }
}
.ladies-scene05 .genre .item-sec .box-left {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .item-sec .box-left {
    width: 80.7vw;
  }
}
.ladies-scene05 .genre .func {
  width: 60px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .func {
    width: 15.6vw;
    display: block;
    margin: 8.3vw auto 0;
  }
}
.ladies-scene05 .genre .detail {
  display: block;
  margin: 48px auto 0;
  width: 156px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .genre .detail {
    width: 40.4vw;
    display: block;
    margin: 8.3vw auto 0;
  }
}
.ladies-scene05 .black-formal {
  background: #F3F3F3;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .black-formal {
    padding: 20.8vw 0;
  }
}
.ladies-scene05 .black-formal .genre-heading {
  width: 665px;
}
.ladies-scene05 .black-formal_features {
  display: block;
  margin: 80px auto;
  width: 608px;
}
.ladies-scene05 .black-formal-other-items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ladies-scene05 .black-formal-other-items-sec {
  width: 30%;
}
.ladies-scene05 .black-formal-other-items-sec-mv {
  margin-bottom: 16px;
}
.ladies-scene05 .black-formal-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
.ladies-scene05 .black-formal-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.ladies-scene05 .black-formal-other-items .colors a {
  width: 32px;
}
.ladies-scene05 .black-formal-other-items .colors img {
  width: 32px;
}
.ladies-scene05 .ceremony {
  background: #FFF7F2;
  padding: 100px 0;
}
.ladies-scene05 .ceremony .genre-heading {
  width: 443px;
}
.ladies-scene05 .ceremony_features {
  display: block;
  margin: 80px auto;
  width: 608px;
}
.ladies-scene05 .ceremony-other-items {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ladies-scene05 .ceremony-other-items-sec {
  width: 30%;
}
.ladies-scene05 .ceremony-other-items-sec-mv {
  margin-bottom: 16px;
}
.ladies-scene05 .ceremony-other-items-sec-text {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}
.ladies-scene05 .ceremony-other-items .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.ladies-scene05 .ceremony-other-items .colors a {
  width: 32px;
}
.ladies-scene05 .ceremony-other-items .colors img {
  width: 32px;
}
.ladies-scene05 .coordinate-item {
  max-width: 976px;
  background: #fff;
  padding: 60px 120px;
  margin: 0 auto 80px;
}
.ladies-scene05 .coordinate-item-heading {
  width: 259px;
  display: block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item-heading {
    width: 56.3vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene05 .coordinate-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8.3vw;
  }
}
.ladies-scene05 .coordinate-item-flex-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item-flex-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8.3vw;
  }
}
.ladies-scene05 .coordinate-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 408px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item-img {
    width: 74vw;
  }
}
.ladies-scene05 .coordinate-item-img a {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item-img a {
    width: 21.6vw;
  }
}
.ladies-scene05 .coordinate-item-img-small {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item-img-small {
    width: 31.3vw;
  }
}
.ladies-scene05 .coordinate-item .genre-sec-info-item-text {
  width: 281px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item .genre-sec-info-item-text {
    width: 79.2vw;
  }
}
.ladies-scene05 .coordinate-item .genre-sec-info-item-text-heading {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .coordinate-item .genre-sec-info-item-text-heading {
    font-size: 4.2vw;
    margin-bottom: 2.6vw;
    text-align: center;
  }
}

.fixed-header {
  position: fixed;
  top: 123px;
  height: 80px;
  left: 0;
  right: 0;
  background-color: #6B5D5B;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .fixed-header-pc {
    display: none !important;
  }
}
.fixed-header-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fixed-header-sp {
    display: block !important;
  }
}
.fixed-header-sp .accordion-toggle-menu {
  width: 100% !important;
  font-size: 4.7vw !important;
  letter-spacing: 0.05em;
}
.fixed-header-sp .accordion-toggle-inside {
  background: #E7E2DA !important;
  color: #6B5D5B !important;
  width: 89.6vw !important;
  font-size: 3.6vw !important;
}
.fixed-header-sp .accordion-toggle-inside .arrow {
  width: 3.1vw !important;
  height: 1.6vw !important;
  background: url("/ec/img/usr/pg/campaign/season-style/common/header-arrow-inside.png") no-repeat center !important;
  background-size: contain !important;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fixed-header {
    top: 64px;
    height: 18.2vw;
  }
}
.fixed-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fixed-header .header-inner {
    width: 100%;
  }
}
.fixed-header .logo {
  width: 210px;
  margin-right: 60px;
}
.fixed-header .menu-button {
  background: none;
  border: none;
  color: white;
  margin-right: 20px;
  cursor: pointer;
  width: 200px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .fixed-header .menu-button {
    width: 42.7vw;
    height: 12.5vw;
  }
}
.fixed-header .menu-button img {
  width: 100%;
  border: none !important;
}
.fixed-header .accordion {
  position: relative;
  margin-right: 15px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion {
    margin-right: 0;
    margin-bottom: 5.2vw !important;
    height: 18.2vw;
  }
}
.fixed-header .accordion .accordion-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 235px;
  height: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-toggle {
    height: 18.2vw;
  }
}
.fixed-header .accordion .accordion-toggle .arrow {
  width: 12px;
  height: 6px;
  background: url("/ec/img/usr/pg/campaign/season-style/common/header-arrow.png") no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-toggle .arrow {
    width: 3.1vw;
    height: 1.6vw;
  }
}
.fixed-header .accordion .accordion-toggle.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fixed-header .accordion .accordion-toggle:hover {
  background-color: #594e4d;
}
.fixed-header .accordion .accordion-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  color: #333;
  display: none;
  border: 2px solid #6B5D5B;
  border-top: none !important;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-content {
    background: #6B5D5B !important;
    border-radius: 0;
    padding: 3.9vw;
  }
}
.fixed-header .accordion .accordion-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.9vw;
}
.fixed-header .accordion .accordion-content ul {
  margin: 0;
  padding: 14px 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-content ul {
    padding: 3.4vw 0;
  }
}
.fixed-header .accordion .accordion-content ul li {
  padding: 0 20px;
}
.fixed-header .accordion .accordion-content ul li:hover {
  background: #E7E2DA;
}
.fixed-header .accordion .accordion-content ul li a {
  display: block;
  border-bottom: dashed 1px #6B5D5B;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  color: #6B5D5B;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-content ul li a {
    font-size: 3.6vw;
    padding: 3.6vw 0;
  }
}
.fixed-header .accordion .accordion-content ul li:hover {
  background: #eee;
}
.fixed-header .accordion .accordion-content-inside {
  background: #fff !important;
  max-width: 89.6vw;
  padding: 0 !important;
  border: none !important;
}
.fixed-header .accordion .accordion-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fixed-header .accordion .accordion-small li {
  width: 50%;
}
.fixed-header .accordion .accordion-small li a {
  width: 37.5vw;
}

.include-scene {
  padding: 60px 0;
  background: #6B5D5B;
}
@media screen and (max-width: 768px) {
  .include-scene {
    padding: 10.4vw 0;
  }
}
.include-scene-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .include-scene-heading {
    font-size: 6.3vw;
    margin-bottom: 8.6vw;
  }
}
.include-scene-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .include-scene-inner {
    max-width: 89.6vw;
    width: 100%;
  }
}
.include-scene-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .include-scene-sec {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
    row-gap: 4.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.include-scene-sec a {
  display: block;
  width: 16.9%;
}
@media screen and (max-width: 768px) {
  .include-scene-sec a {
    width: 42.7vw;
  }
}

.include-brand {
  padding: 60px 0;
  background: #E7E2DA;
}
@media screen and (max-width: 768px) {
  .include-brand {
    padding: 10.4vw 0;
  }
}
.include-brand-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .include-brand-heading {
    font-size: 6.3vw;
    margin-bottom: 8.6vw;
  }
}
.include-brand-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .include-brand-inner {
    max-width: 89.6vw;
    width: 100%;
  }
}
.include-brand-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 32px;
  -webkit-column-gap: 3.8%;
     -moz-column-gap: 3.8%;
          column-gap: 3.8%;
}
@media screen and (max-width: 768px) {
  .include-brand-sec {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
    row-gap: 4.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.include-brand-sec a {
  display: block;
  width: 16.9%;
}
@media screen and (max-width: 768px) {
  .include-brand-sec a {
    width: 42.7vw;
  }
}

.include-door {
  max-width: 870px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .include-door {
    max-width: 89.6vw;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.2vw;
    margin: 16.7vw auto;
  }
}
.include-door a {
  display: block;
  width: 31.1%;
}
@media screen and (max-width: 768px) {
  .include-door a {
    width: 41.7vw;
  }
}
@media screen and (max-width: 768px) {
  .include-door-large {
    width: 100% !important;
  }
}

.include-service {
  padding: 60px 0;
  background: #E7E2DA;
}
@media screen and (max-width: 768px) {
  .include-service {
    padding: 10.4vw 0;
  }
}
.include-service-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .include-service-heading {
    font-size: 6.3vw;
    margin-bottom: 3.9vw;
  }
}
.include-service-inner {
  max-width: 896px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .include-service-inner {
    max-width: 89.6vw;
    width: 100%;
  }
}
.include-service-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .include-service-sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.2vw;
  }
}
.include-service-sec a {
  display: block;
  width: 22.3%;
}
@media screen and (max-width: 768px) {
  .include-service-sec a {
    width: 42.7vw;
  }
}