@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;
}

.no-link {
  pointer-events: none !important;
}

.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
  ---------------------------*/
}
.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;
  bottom: 16%;
  max-width: 232px;
  min-width: 150px;
  width: 12vw;
}
@media screen and (max-width: 768px) {
  .page .kv-btn {
    width: 26.8vw;
    top: unset;
    bottom: 22vw;
  }
}
.page .kv-btn-m {
  left: 17%;
  -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: 14%;
  -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: 17%;
  -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: 14%;
  -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
  ---------------------------*/
}
.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: 4.2vw;
    -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: 145.8vw;
    height: 29.2vw;
    font-size: 8.3vw;
    border: 0.5vw 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: 6.3vw;
    height: 3.1vw;
    right: 10.9vw;
  }
}
.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: 4.2vw;
    -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: 145.8vw;
    height: 29.2vw;
    font-size: 8.3vw;
    border: 0.5vw 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: 6.3vw;
    height: 3.1vw;
    right: 10.9vw;
  }
}
.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: 4.2vw;
    -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: 145.8vw;
    height: 29.2vw;
    font-size: 8.3vw;
    border: 0.5vw 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: 6.3vw;
    height: 3.1vw;
    right: 10.9vw;
  }
}
.page {
  /* more-btn
  ---------------------------*/
}
.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: 3.1vw;
    height: 5.7vw;
  }
}
.page {
  /* loader
  ---------------------------*/
}
.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%;
  }
}

.item-link .item--price {
  position: relative;
  padding-right: 16px;
}
.item-link .item--price::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/26ss/common/item-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: 25%;
}

.no-link .item--price {
  padding-right: 0 !important;
}
.no-link .item--price::after {
  content: none !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-bottom: 0 !important;
}

.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
  ---------------------------*/
}
.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;
  }
}
.page .index .bnr-area {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .page .index .bnr-area {
    margin: 15.6vw auto;
  }
}
.page .index .bnr-area-heading {
  max-width: 345px;
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .index .bnr-area-heading {
    max-width: 89.6vw;
    margin-bottom: 6.3vw;
  }
}
.page .index .bnr-area a {
  display: block;
  max-width: 498px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .index .bnr-area a {
    max-width: 89.6vw;
    margin-bottom: 15.6vw;
  }
}

.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: 40px;
}
@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: 20.8vw;
  }
}
.mens-top .difficult_sec a {
  display: block;
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .mens-top .difficult_sec a {
    width: 89.6vw;
  }
}
.mens-top .include-scene {
  display: none !important;
}
.mens-scene01 .top-img {
  max-width: 526px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .top-img {
    max-width: 89.8vw;
    margin: 20.8vw auto;
  }
}
.mens-scene01 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.mens-scene01 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene01 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.mens-scene01 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area {
  max-width: 482px;
  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 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene01 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_01_detail .item-area .func-icon {
    max-width: 72.9vw;
    margin: 0 auto;
  }
}
.mens-scene01 .item-sec_02 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.mens-scene01 .item-sec_02 .item-area {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 .item-area {
    width: 100%;
  }
}
.mens-scene01 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.mens-scene01 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene01 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_03 {
  max-width: 680px;
  margin: 0 auto 128px;
  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 .item-sec_03 {
    -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: 79.2vw;
    margin-bottom: 33.3vw;
  }
}
.mens-scene01 .item-sec_03 .item-mv {
  width: 52.9%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-mv {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}
.mens-scene01 .item-sec_03 .item-detail {
  width: 41.1%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-detail {
    width: 100%;
  }
}
.mens-scene01 .item-sec_03 .item-detail .text-top {
  font-size: 13px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-detail .text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene01 .item-sec_03 .item-detail .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-detail .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .item-sec_03 .item-detail .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-detail .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_03 .item-detail .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-detail .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene01 .item-sec_03 .item-detail .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_03 .item-detail .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_04 {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 {
    max-width: 89.6vw;
    margin-bottom: 33.3vw;
  }
}
.mens-scene01 .item-sec_04 .minnano-heading {
  font-size: 32px;
  font-weight: bold;
  color: #004685;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .minnano-heading {
    font-size: 8.3vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene01 .item-sec_04 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .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-scene01 .item-sec_04 .item-flex .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area {
    width: 79.2vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .item-mv {
  width: 100%;
}
.mens-scene01 .item-sec_04 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--color {
  width: 32px;
  margin-right: auto;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .item-link .item--color {
    width: 8.3vw;
    margin-left: 2.6vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .func-icon01 {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .func-icon01 {
    margin: 0 auto;
    width: 15.6vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .func-icon02 {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .func-icon02 {
    margin: 0 auto;
    width: 46.9vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .func-icon03 {
  width: 113px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .func-icon03 {
    margin: 0 auto;
    width: 29.4vw;
  }
}
.mens-scene01 .item-sec_04 .item-flex .item-area .color-ball {
  width: 113px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene01 .item-sec_04 .item-flex .item-area .color-ball {
    width: 27.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02 .top-link {
  margin: 40px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-link {
    margin: 10.4vw auto;
    padding-bottom: 10.4vw;
  }
}
.mens-scene02 .top-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02 .top-link-btn {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.mens-scene02 .top-link a {
  display: block;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-link a {
    width: 100%;
  }
}
.mens-scene02 .top-link .btn-active {
  background: #000;
  color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-link .btn-active {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02 .top-link .btn-normal {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02 .top-img {
  max-width: 812px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .top-img {
    max-width: 100%;
    margin: 20.8vw auto;
  }
}
.mens-scene02 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.mens-scene02 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene02 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.mens-scene02 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area {
  max-width: 482px;
  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 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle {
  max-width: 490px;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
    gap: 3.1vw;
    margin-top: 0;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .img-sec {
    gap: 5.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .item-img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-img {
    margin: 0 auto;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-link {
    padding-bottom: 2.1vw;
    width: 37.5vw;
    margin: 0 auto;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-link .item--name {
    font-size: 3.1vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-link .item--price {
    font-size: 3.1vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
    font-size: 3.1vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02 .item-sec_02 {
  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 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.mens-scene02 .item-sec_02 .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_02 .item-area {
    width: 100%;
  }
}
.mens-scene02 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.mens-scene02 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02 .bottom-link {
  max-width: 1200px;
  margin: 0 auto 128px;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .bottom-link {
    margin: 0 auto 20.8vw;
    padding: 10.4vw 0;
  }
}
.mens-scene02 .bottom-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .bottom-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02 .bottom-link-btn {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .bottom-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.mens-scene02 .bottom-link a {
  display: block;
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .bottom-link a {
    width: 100%;
  }
}
.mens-scene02 .bottom-link .btn-normal {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02 .bottom-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-1 .top-link {
  margin: 40px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-link {
    margin: 10.4vw auto;
    padding-bottom: 10.4vw;
  }
}
.mens-scene02-1 .top-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02-1 .top-link-btn {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.mens-scene02-1 .top-link a {
  display: block;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-link a {
    width: 100%;
  }
}
.mens-scene02-1 .top-link .btn-active {
  background: #000;
  color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-link .btn-active {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-1 .top-link .btn-normal {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-1 .top-img {
  max-width: 1200px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .top-img {
    max-width: 89.6vw;
    margin: 20.8vw auto;
  }
}
.mens-scene02-1 .item-sec_01 {
  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-1 .item-sec_01 {
    -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: 89.8vw;
  }
}
.mens-scene02-1 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene02-1 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area {
  max-width: 482px;
  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-1 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle {
  max-width: 490px;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
    gap: 3.1vw;
    margin-top: 0;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .img-sec {
    gap: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .item-img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-img {
    margin: 0 auto;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link {
    padding-bottom: 2.1vw;
    width: 37.5vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--name {
    font-size: 3.1vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price {
    font-size: 3.1vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-wide {
  max-width: 100%;
  width: 100%;
}
.mens-scene02-1 .item-sec_01_detail .item-area-wide .item-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-wide .item-img {
    width: 79.2vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02-1 .item-sec_01_detail .item-area-wide .item-text {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_01_detail .item-area-wide .item-text {
    width: 79.2vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .item-sec_02 {
  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-1 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.mens-scene02-1 .item-sec_02 .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_02 .item-area {
    width: 100%;
  }
}
.mens-scene02-1 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.mens-scene02-1 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-1 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-1 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_04 {
  max-width: 780px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.mens-scene02-1 .item-sec_04 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .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-1 .item-sec_04 .item-flex .item-area {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area {
    width: 79.2vw;
    margin-bottom: 13vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .item-mv {
  width: 100%;
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--color {
  width: 32px;
  margin-right: auto;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .item-link .item--color {
    width: 8.3vw;
    margin-left: 2.6vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .color-ball01 {
  width: 192px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .color-ball01 {
    width: 45.3vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_04 .item-flex .item-area .color-ball02 {
  width: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_04 .item-flex .item-area .color-ball02 {
    width: 17.2vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_05 {
  max-width: 1200px;
  margin: 0 auto 128px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.mens-scene02-1 .item-sec_05 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 100px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .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;
    row-gap: 20.8vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area {
    width: 79.2vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .item-mv {
  width: 100%;
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .func-icon02 {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .func-icon02 {
    margin: 0 auto;
    width: 11.5vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .func-icon03 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .func-icon03 {
    margin: 0 auto;
    width: 62.5vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .color-ball01 {
  width: 192px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .color-ball01 {
    width: 45.3vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .item-sec_05 .item-flex .item-area .color-ball02 {
  width: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .item-sec_05 .item-flex .item-area .color-ball02 {
    width: 17.2vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .bottom-link {
  max-width: 1200px;
  margin: 0 auto 128px;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .bottom-link {
    margin: 0 auto 20.8vw;
    padding: 10.4vw 0;
  }
}
.mens-scene02-1 .bottom-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .bottom-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02-1 .bottom-link-btn {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .bottom-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.mens-scene02-1 .bottom-link a {
  display: block;
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .bottom-link a {
    width: 100%;
  }
}
.mens-scene02-1 .bottom-link .btn-normal {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .bottom-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-1 .func-icon01 {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon01 {
    width: 65.1vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon02 {
  width: 188px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon02 {
    width: 49vw;
    margin: 0 auto 10.4vw;
  }
}
.mens-scene02-1 .func-icon03 {
  width: 305px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon03 {
    width: 79.4vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon04 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon04 {
    width: 62.5vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon05 {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon05 {
    width: 65.1vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon06 {
  width: 187px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon06 {
    width: 48.7vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon07 {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon07 {
    width: 31.3vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon08 {
  width: 41px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon08 {
    width: 10.7vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon09 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon09 {
    width: 62.5vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon10 {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon10 {
    width: 28.6vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .func-icon11 {
  width: 238px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .func-icon11 {
    width: 62vw;
    margin: 0 auto;
  }
}
.mens-scene02-1 .color-ball01 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .color-ball01 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .color-ball02 {
  width: 72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .color-ball02 {
    width: 18.8vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .color-ball03 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .color-ball03 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .color-ball04 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .color-ball04 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .color-ball05 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .color-ball05 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-1 .color-ball06 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-1 .color-ball06 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-2 .top-img {
  max-width: 644px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-img {
    max-width: 89.8vw;
    margin: 20.8vw auto;
  }
}
.mens-scene02-2 .top-link {
  margin: 40px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-link {
    margin: 10.4vw auto;
    padding-bottom: 10.4vw;
  }
}
.mens-scene02-2 .top-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02-2 .top-link-btn {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.mens-scene02-2 .top-link a {
  display: block;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-link a {
    width: 100%;
  }
}
.mens-scene02-2 .top-link .btn-active {
  background: #000;
  color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-link .btn-active {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-2 .top-link .btn-normal {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .top-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-2 .item-sec_01 {
  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-2 .item-sec_01 {
    -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: 89.8vw;
  }
}
.mens-scene02-2 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene02-2 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area {
  max-width: 482px;
  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-2 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc {
  max-width: 100%;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-large-pc {
    display: none;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .item-img {
  display: block;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .item-text {
  width: 39.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .item-link .item--name {
  font-size: 13px;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-pc .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-large-sp {
    display: block !important;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  gap: 24px;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp .item-img {
  display: block;
  width: 43.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  margin-top: 4.2vw;
  padding-bottom: 3.9vw;
  margin-bottom: 0;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp .item-link .item--name {
  font-size: 3.4vw;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp .item-link .item--price {
  font-size: 4.2vw;
  font-weight: bold;
}
.mens-scene02-2 .item-sec_01_detail .item-area-large-sp .item-link .item--price.soon {
  font-size: 3.4vw;
  font-weight: 500;
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle {
  max-width: 490px;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
    gap: 3.1vw;
    margin-top: 0;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .img-sec {
    gap: 5.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .item-img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-img {
    margin: 0 auto;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link {
    padding-bottom: 2.1vw;
    width: 37.5vw;
    margin: 0 auto;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--name {
    font-size: 3.1vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price {
    font-size: 3.1vw;
  }
}
.mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_02 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.mens-scene02-2 .item-sec_02 .item-area {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 .item-area {
    width: 100%;
  }
}
.mens-scene02-2 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.mens-scene02-2 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-2 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-2 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_03 {
  max-width: 680px;
  margin: 0 auto 128px;
  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-2 .item-sec_03 {
    -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: 79.2vw;
    margin-bottom: 33.3vw;
  }
}
.mens-scene02-2 .item-sec_03 .item-mv {
  width: 52.9%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-mv {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}
.mens-scene02-2 .item-sec_03 .item-detail {
  width: 41.1%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-detail {
    width: 100%;
  }
}
.mens-scene02-2 .item-sec_03 .item-detail .text-top {
  font-size: 13px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-detail .text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-2 .item-sec_03 .item-detail .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-detail .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-2 .item-sec_03 .item-detail .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-detail .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_03 .item-detail .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-detail .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-2 .item-sec_03 .item-detail .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_03 .item-detail .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_04 {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 {
    max-width: 89.6vw;
    margin-bottom: 33.3vw;
  }
}
.mens-scene02-2 .item-sec_04 .minnano-heading {
  font-size: 32px;
  font-weight: bold;
  color: #004685;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .minnano-heading {
    font-size: 8.3vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene02-2 .item-sec_04 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .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-2 .item-sec_04 .item-flex .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area {
    width: 79.2vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .item-mv {
  width: 100%;
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--color {
  width: 32px;
  margin-right: auto;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .item-link .item--color {
    width: 8.3vw;
    margin-left: 2.6vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .func-icon01 {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .func-icon01 {
    margin: 0 auto;
    width: 15.6vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .func-icon02 {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .func-icon02 {
    margin: 0 auto;
    width: 46.9vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .func-icon03 {
  width: 113px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .func-icon03 {
    margin: 0 auto;
    width: 29.4vw;
  }
}
.mens-scene02-2 .item-sec_04 .item-flex .item-area .color-ball {
  width: 113px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .item-sec_04 .item-flex .item-area .color-ball {
    width: 27.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene02-2 .bottom-link {
  max-width: 1200px;
  margin: 0 auto 128px;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .bottom-link {
    margin: 0 auto 20.8vw;
    padding: 10.4vw 0;
  }
}
.mens-scene02-2 .bottom-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .bottom-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.mens-scene02-2 .bottom-link-btn {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .bottom-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.mens-scene02-2 .bottom-link a {
  display: block;
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .bottom-link a {
    width: 100%;
  }
}
.mens-scene02-2 .bottom-link .btn-normal {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .bottom-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.mens-scene02-2 .control-alpha {
  display: block;
  max-width: 471px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .control-alpha {
    max-width: 79.2vw;
    margin: 20.8vw auto;
  }
}
.mens-scene02-2 .func-icon01 {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .func-icon01 {
    width: 62.8vw;
    margin: 0 auto;
  }
}
.mens-scene02-2 .func-icon02 {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .func-icon02 {
    width: 62.8vw;
    margin: 0 auto 6.3vw;
  }
}
.mens-scene02-2 .func-icon03 {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .func-icon03 {
    width: 43vw;
    margin: 0 auto 6.3vw;
  }
}
.mens-scene02-2 .func-icon04 {
  width: 113px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .func-icon04 {
    width: 29.4vw;
    margin: 0 auto;
  }
}
.mens-scene02-2 .func-icon05 {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .func-icon05 {
    width: 46.1vw;
    margin: 0 auto;
  }
}
.mens-scene02-2 .color-ball01 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .color-ball01 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-2 .color-ball02 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .color-ball02 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene02-2 .color-ball03 {
  width: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene02-2 .color-ball03 {
    width: 29.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .page-heading {
  margin: 0 auto 60px;
}
.mens-scene03 .page-heading img {
  display: block;
  max-width: 302px;
  margin: 80px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .page-heading img {
    max-width: 78.6vw;
    margin: 20.8vw auto 6.3vw;
  }
}
.mens-scene03 .page-heading .text {
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .page-heading .text {
    font-size: 5.5vw;
  }
}
.mens-scene03 .anchor {
  max-width: 1158px;
  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;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .anchor {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20.8vw;
    gap: 4.2vw;
  }
}
.mens-scene03 .anchor-link {
  width: 31.9%;
  background: #DCE5EA;
  padding: 21px 0;
  position: relative;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .anchor-link {
    width: 100%;
    font-size: 3.9vw;
    border-radius: 4.2vw;
    padding: 5.5vw 0;
  }
}
.mens-scene03 .anchor-link:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/26ss/mens/scene03/anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 45%;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .anchor-link:after {
    width: 4.7vw;
    height: 2.1vw;
    right: 4.2vw;
  }
}
.mens-scene03 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.mens-scene03 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene03 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.mens-scene03 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area {
  max-width: 482px;
  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 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene03 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_02 {
  max-width: 1200px;
  margin: 0 auto 80px;
  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;
  gap: 10.7%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02 {
    -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: 89.8vw;
  }
}
.mens-scene03 .item-sec_02_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene03 .item-sec_02_detail {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail {
    width: 89.8vw;
  }
}
.mens-scene03 .item-sec_02_detail .detail-text {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .detail-text {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area {
  max-width: 482px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area .item-text {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene03 .item-sec_02_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_02_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_03 {
  max-width: 700px;
  margin: 0 auto 128px;
  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 .item-sec_03 {
    -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: 79.2vw;
    margin-bottom: 33.3vw;
  }
}
.mens-scene03 .item-sec_03 .item-mv {
  width: 52.9%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-mv {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}
.mens-scene03 .item-sec_03 .item-detail {
  width: 41.4%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail {
    width: 100%;
  }
}
.mens-scene03 .item-sec_03 .item-detail .text-top {
  font-size: 13px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail .text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_03 .item-detail .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_03 .item-detail .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_03 .item-detail .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene03 .item-sec_03 .item-detail .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_03 .item-detail .func-icon01 {
  width: 282px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_03 .item-detail .func-icon01 {
    width: 73.4vw;
    margin: 0 auto;
  }
}
.mens-scene03 .item-sec_04 {
  max-width: 780px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.mens-scene03 .item-sec_04 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .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-scene03 .item-sec_04 .item-flex .item-area {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area {
    width: 79.2vw;
    margin-bottom: 13vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .item-mv {
  width: 100%;
}
.mens-scene03 .item-sec_04 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .func-icon02 {
  width: 44px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .func-icon02 {
    margin: 0 auto;
    width: 11.5vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .func-icon03 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .func-icon03 {
    margin: 0 auto;
    width: 62.5vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .color-ball01 {
  width: 192px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .color-ball01 {
    width: 45.3vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene03 .item-sec_04 .item-flex .item-area .color-ball02 {
  width: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mens-scene03 .item-sec_04 .item-flex .item-area .color-ball02 {
    width: 17.2vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene04 {
  background: #f3f3f3;
}
.mens-scene04 h1 {
  margin-bottom: 0 !important;
}
.mens-scene04 .kv {
  border-bottom: 1px solid #000;
}
.mens-scene04 .detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .detail {
    max-width: 100%;
    padding: 20.8vw 0;
  }
}
.mens-scene04 .detail .img01 {
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .detail .img01 {
    margin-bottom: 25vw;
  }
}
.mens-scene04 .detail .img02 {
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .detail .img02 {
    margin-bottom: 20.8vw;
  }
}
.mens-scene04 .detail .btn-area {
  max-width: 404px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .detail .btn-area {
    max-width: 89.6vw;
  }
}
.mens-scene04 .detail .btn-area a {
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .detail .btn-area a {
    margin-bottom: 8.3vw;
  }
}
.mens-scene04 .detail .btn-area p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene04 .detail .btn-area p {
    font-size: 2.9vw;
  }
}
.mens-scene05 h1 {
  margin-bottom: 0 !important;
}
.mens-scene05 .kv {
  border-bottom: 1px solid #000;
}
.mens-scene05 .bg-gray {
  background-color: #f3f3f3;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .bg-gray {
    padding: 20.8vw 0;
  }
}
.mens-scene05 .top-img {
  max-width: 809px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .top-img {
    max-width: 89.8vw;
    margin: 0 auto 20.8vw;
  }
}
.mens-scene05 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.mens-scene05 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.mens-scene05 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.mens-scene05 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area {
  max-width: 482px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .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;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .func-icon01 {
  max-width: 179px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .func-icon01 {
    max-width: 46.9vw;
    margin: 0 auto;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .func-icon02 {
  max-width: 124px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .func-icon02 {
    max-width: 32.3vw;
    margin: 0 auto;
  }
}
.mens-scene05 .item-sec_01_detail .item-area .func-icon03 {
  max-width: 112px;
}
@media screen and (max-width: 768px) {
  .mens-scene05 .item-sec_01_detail .item-area .func-icon03 {
    max-width: 29.2vw;
    margin: 0 auto;
  }
}
.mens-scene05 .formal-link {
  padding: 128px 0;
}
.mens-scene05 .formal-link-top {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.mens-scene05 .formal-link-area {
  max-width: 270px;
  margin: 0 auto;
}
.mens-scene05 .formal-link-area img {
  margin-bottom: 24px;
}
.mens-scene05 .formal-link-area p {
  font-size: 13px;
}

.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: 40px;
}
@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: 20.8vw;
  }
}
.ladies-top .difficult_sec a {
  display: block;
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .ladies-top .difficult_sec a {
    width: 89.6vw;
  }
}
.ladies-top .include-scene {
  display: none !important;
}
.ladies-scene01 .top-img {
  max-width: 526px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .top-img {
    max-width: 89.8vw;
    margin: 20.8vw auto;
  }
}
.ladies-scene01 .intro {
  max-width: 774px;
  display: block;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .intro {
    max-width: 89.6vw;
    margin: 20.8vw auto;
  }
}
.ladies-scene01 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.ladies-scene01 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene01 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.ladies-scene01 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area {
  max-width: 482px;
  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 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area .func-icon {
    max-width: 72.9vw;
    margin: 0 auto;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene01 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_02 {
  max-width: 780px;
  margin: 0 auto 128px;
  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 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.ladies-scene01 .item-sec_02 .item-area {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_02 .item-area {
    width: 100%;
  }
}
.ladies-scene01 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.ladies-scene01 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene01 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene01 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_03 {
  max-width: 680px;
  margin: 0 auto 128px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 {
    max-width: 79.2vw;
    margin-bottom: 33.3vw;
  }
}
.ladies-scene01 .item-sec_03 .blouse-heading {
  display: block;
  max-width: 256px;
  margin: 0 auto 80px;
}
.ladies-scene01 .item-sec_03 .flex-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;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec {
    -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 .item-sec_03 .flex-sec .item-mv {
  width: 52.9%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-mv {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail {
  width: 41.1%;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail {
    width: 100%;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail .text-top {
  font-size: 13px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail .text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail .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;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene01 .item-sec_03 .flex-sec .item-detail .func-icon01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene01 .item-sec_03 .flex-sec .item-detail .func-icon01 {
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02 .top-img {
  max-width: 812px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-img {
    max-width: 100%;
    margin: 20.8vw auto;
  }
}
.ladies-scene02 .top-link {
  margin: 40px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-link {
    margin: 10.4vw auto;
    padding-bottom: 10.4vw;
  }
}
.ladies-scene02 .top-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02 .top-link-btn {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.ladies-scene02 .top-link a {
  display: block;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-link a {
    width: 100%;
  }
}
.ladies-scene02 .top-link .btn-active {
  background: #000;
  color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-link .btn-active {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02 .top-link .btn-normal {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .top-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.ladies-scene02 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene02 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.ladies-scene02 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area {
  max-width: 482px;
  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 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc {
  max-width: 100%;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area-large-pc {
    display: none;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: 87%;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .item-img {
  display: block;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .item-text {
  width: 39.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .item-link .item--name {
  font-size: 13px;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-pc .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_01_detail .item-area-large-sp {
    display: block !important;
  }
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  gap: 24px;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp .item-img {
  display: block;
  width: 43.2%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  margin-top: 4.2vw;
  padding-bottom: 3.9vw;
  margin-bottom: 0;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp .item-link .item--name {
  font-size: 3.4vw;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp .item-link .item--price {
  font-size: 4.2vw;
  font-weight: bold;
}
.ladies-scene02 .item-sec_01_detail .item-area-large-sp .item-link .item--price.soon {
  font-size: 3.4vw;
  font-weight: 500;
}
.ladies-scene02 .item-sec_02 {
  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 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.ladies-scene02 .item-sec_02 .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_02 .item-area {
    width: 100%;
  }
}
.ladies-scene02 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.ladies-scene02 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02 .bottom-link {
  max-width: 1200px;
  margin: 0 auto 128px;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .bottom-link {
    margin: 0 auto 20.8vw;
    padding: 10.4vw 0;
  }
}
.ladies-scene02 .bottom-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .bottom-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02 .bottom-link-btn {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .bottom-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.ladies-scene02 .bottom-link a {
  display: block;
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .bottom-link a {
    width: 100%;
  }
}
.ladies-scene02 .bottom-link .btn-normal {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02 .bottom-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-1 .top-link {
  margin: 40px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-link {
    margin: 10.4vw auto;
    padding-bottom: 10.4vw;
  }
}
.ladies-scene02-1 .top-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02-1 .top-link-btn {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.ladies-scene02-1 .top-link a {
  display: block;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-link a {
    width: 100%;
  }
}
.ladies-scene02-1 .top-link .btn-active {
  background: #000;
  color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-link .btn-active {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-1 .top-link .btn-normal {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-1 .top-img {
  max-width: 1200px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .top-img {
    max-width: 100%;
    margin: 20.8vw auto;
  }
}
.ladies-scene02-1 .item-sec_01 {
  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-1 .item-sec_01 {
    -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: 89.8vw;
  }
}
.ladies-scene02-1 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area {
  max-width: 482px;
  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-1 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle {
  max-width: 490px;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
    gap: 3.1vw;
    margin-top: 0;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .img-sec {
    gap: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-img {
    margin: 0 auto;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link {
    padding-bottom: 2.1vw;
    width: 37.5vw;
    margin: 0 auto;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--name {
    font-size: 3.1vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price {
    font-size: 3.1vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-wide {
  max-width: 100%;
  width: 100%;
}
.ladies-scene02-1 .item-sec_01_detail .item-area-wide .item-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-wide .item-img {
    width: 79.2vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_01_detail .item-area-wide .item-text {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_01_detail .item-area-wide .item-text {
    width: 79.2vw;
    margin: 0 auto;
  }
}
.ladies-scene02-1 .item-sec_02 {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.ladies-scene02-1 .item-sec_02 .item-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 .item-area {
    width: 100%;
  }
}
.ladies-scene02-1 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_03 {
  max-width: 680px;
  margin: 0 auto 128px;
  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-1 .item-sec_03 {
    -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: 79.2vw;
    margin-bottom: 33.3vw;
  }
}
.ladies-scene02-1 .item-sec_03 .item-mv {
  width: 52.9%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-mv {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_03 .item-detail {
  width: 41.1%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-detail {
    width: 100%;
  }
}
.ladies-scene02-1 .item-sec_03 .item-detail .text-top {
  font-size: 13px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-detail .text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_03 .item-detail .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-detail .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-1 .item-sec_03 .item-detail .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-detail .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_03 .item-detail .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-detail .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_03 .item-detail .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_03 .item-detail .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_05 {
  max-width: 1200px;
  margin: 0 auto 128px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 100px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .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;
    row-gap: 20.8vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area {
    width: 79.2vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-mv {
  width: 100%;
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  margin-top: 16px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-top: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .func-icon02 {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .func-icon02 {
    margin: 0 auto;
    width: 11.5vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .func-icon03 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .func-icon03 {
    margin: 0 auto;
    width: 62.5vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .color-ball01 {
  width: 192px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .color-ball01 {
    width: 45.3vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .item-sec_05 .item-flex .item-area .color-ball02 {
  width: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item-sec_05 .item-flex .item-area .color-ball02 {
    width: 17.2vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .bottom-link {
  max-width: 1200px;
  margin: 0 auto 128px;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .bottom-link {
    margin: 0 auto 20.8vw;
    padding: 10.4vw 0;
  }
}
.ladies-scene02-1 .bottom-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .bottom-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02-1 .bottom-link-btn {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .bottom-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.ladies-scene02-1 .bottom-link a {
  display: block;
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .bottom-link a {
    width: 100%;
  }
}
.ladies-scene02-1 .bottom-link .btn-normal {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .bottom-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-1 .item--color {
  width: 32px;
  margin-right: auto;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .item--color {
    width: 8.3vw;
    margin-left: 2.6vw;
  }
}
.ladies-scene02-1 .func-icon01 {
  width: 247px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .func-icon01 {
    width: 64.3vw;
    margin: 0 auto 5.2vw;
  }
}
.ladies-scene02-1 .func-icon02 {
  width: 227px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .func-icon02 {
    width: 59.1vw;
    margin: 0 auto 10.4vw;
  }
}
.ladies-scene02-1 .func-icon03 {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .func-icon03 {
    width: 72.9vw;
    margin: 0 auto;
  }
}
.ladies-scene02-1 .func-icon04 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .func-icon04 {
    width: 62.5vw;
    margin: 0 auto;
  }
}
.ladies-scene02-1 .func-icon05 {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .func-icon05 {
    width: 72.9vw;
    margin: 0 auto 10.4vw;
  }
}
.ladies-scene02-1 .func-icon06 {
  width: 45px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .func-icon06 {
    width: 11.7vw;
    margin: 0 auto;
  }
}
.ladies-scene02-1 .color-ball01 {
  width: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .color-ball01 {
    width: 8.3vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-1 .color-ball02 {
  width: 72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-1 .color-ball02 {
    width: 18.8vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-2 .top-link {
  margin: 40px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-link {
    margin: 10.4vw auto;
    padding-bottom: 10.4vw;
  }
}
.ladies-scene02-2 .top-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02-2 .top-link-btn {
  max-width: 1112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.ladies-scene02-2 .top-link a {
  display: block;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-link a {
    width: 100%;
  }
}
.ladies-scene02-2 .top-link .btn-active {
  background: #000;
  color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-link .btn-active {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-2 .top-link .btn-normal {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-2 .top-img {
  max-width: 526px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .top-img {
    max-width: 89.6vw;
    margin: 20.8vw auto;
  }
}
.ladies-scene02-2 .anchor {
  max-width: 1158px;
  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;
  margin: 0 auto 80px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .anchor {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20.8vw;
    gap: 4.2vw;
  }
}
.ladies-scene02-2 .anchor-link {
  width: 31.9%;
  background: #F3E5DB;
  padding: 21px 0;
  position: relative;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .anchor-link {
    width: 100%;
    font-size: 3.9vw;
    border-radius: 4.2vw;
    padding: 5.5vw 0;
  }
}
.ladies-scene02-2 .anchor-link:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/26ss/mens/scene03/anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 45%;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .anchor-link:after {
    width: 4.7vw;
    height: 2.1vw;
    right: 4.2vw;
  }
}
.ladies-scene02-2 .item-sec_01 {
  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-2 .item-sec_01 {
    -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: 89.8vw;
  }
}
.ladies-scene02-2 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area {
  max-width: 482px;
  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-2 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle {
  max-width: 490px;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
    gap: 3.1vw;
    margin-top: 0;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .img-sec {
    gap: 5.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-img {
    margin: 0 auto;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link {
    padding-bottom: 2.1vw;
    width: 37.5vw;
    margin: 0 auto;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--name {
    font-size: 3.1vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price {
    font-size: 3.1vw;
  }
}
.ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
    font-size: 3.1vw;
  }
}
.ladies-scene02-2 .item-sec_02 {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin-bottom: 10.4vw;
    gap: 10.4vw;
  }
}
.ladies-scene02-2 .item-sec_02 .item-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 .item-area {
    width: 100%;
  }
}
.ladies-scene02-2 .item-sec_02 .item-area .item-text {
  font-size: 13px;
  line-height: 1.7;
  margin: 40px auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 5.2vw;
  }
}
.ladies-scene02-2 .item-sec_02 .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene02-2 .item-sec_02 .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene02-2 .item-sec_02 .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene02-2 .item-sec_02 .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .item-sec_02 .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene02-2 .bottom-link {
  max-width: 1200px;
  margin: 0 auto 128px;
  padding: 40px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bottom-link {
    margin: 0 auto 20.8vw;
    padding: 10.4vw 0;
  }
}
.ladies-scene02-2 .bottom-link p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bottom-link p {
    font-size: 4.2vw;
    margin-bottom: 6.3vw;
  }
}
.ladies-scene02-2 .bottom-link-btn {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bottom-link-btn {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
  }
}
.ladies-scene02-2 .bottom-link a {
  display: block;
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bottom-link a {
    width: 100%;
  }
}
.ladies-scene02-2 .bottom-link .btn-normal {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 17px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bottom-link .btn-normal {
    padding: 4.4vw 0;
    font-size: 4.7vw;
    border-radius: 10.4vw;
  }
}
.ladies-scene02-2 .color-ball01 {
  width: 72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .color-ball01 {
    width: 18.8vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-2 .color-ball02 {
  width: 72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .color-ball02 {
    width: 18.8vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene02-2 .beige {
  background-color: #FEFAF6;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .beige {
    padding: 25vw 0;
  }
}
.ladies-scene02-2 .beige-heading {
  max-width: 525px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .beige-heading {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene02-2 .black {
  background-color: #EDF2FA;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .black {
    padding: 25vw 0;
  }
}
.ladies-scene02-2 .black-heading {
  max-width: 835px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .black-heading {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene02-2 .other-item {
  max-width: 348px;
  display: block;
  margin: 128px auto 60px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .other-item {
    max-width: 89.6vw;
    margin-top: 20.8vw auto 15.6vw;
  }
}
.ladies-scene02-2 .ceremony-heading {
  max-width: 670px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .ceremony-heading {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.ladies-scene02-2 .bnr {
  margin: 128px auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bnr {
    margin: 33.3vw auto;
  }
}
.ladies-scene02-2 .bnr-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bnr-heading {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene02-2 .bnr-flex {
  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-scene02-2 .bnr-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ladies-scene02-2 .bnr-flex a {
  display: block;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bnr-flex a {
    max-width: 70.3vw;
  }
}
.ladies-scene02-2 .bnr-flex a img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bnr-flex a img {
    margin-bottom: 4.2vw;
  }
}
.ladies-scene02-2 .bnr-flex a p {
  font-size: 13px;
  text-align: 1.7;
}
@media screen and (max-width: 768px) {
  .ladies-scene02-2 .bnr-flex a p {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .page-heading {
  margin: 0 auto;
}
.ladies-scene03 .page-heading img {
  display: block;
  max-width: 385px;
  margin: 150px auto 60px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .page-heading img {
    max-width: 78.6vw;
    margin: 20.8vw auto 6.3vw;
  }
}
.ladies-scene03 .anchor {
  max-width: 1158px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 80px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .anchor {
    max-width: 89.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20.8vw;
    gap: 4.2vw;
  }
}
.ladies-scene03 .anchor-link {
  width: 31.9%;
  background: #F3E5DB;
  padding: 21px 0;
  position: relative;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .anchor-link {
    width: 100%;
    font-size: 3.9vw;
    border-radius: 4.2vw;
    padding: 5.5vw 0;
  }
}
.ladies-scene03 .anchor-link:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/season-style/26ss/mens/scene03/anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 45%;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .anchor-link:after {
    width: 4.7vw;
    height: 2.1vw;
    right: 4.2vw;
  }
}
.ladies-scene03 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.ladies-scene03 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene03 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.ladies-scene03 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area {
  max-width: 482px;
  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 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle {
  max-width: 490px;
  margin: 48px auto 0;
  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: 40px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
    gap: 3.1vw;
    margin-top: 0;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .img-sec {
    gap: 5.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .item-img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-img {
    margin: 0 auto;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79.2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-link {
    padding-bottom: 2.1vw;
    width: 37.5vw;
    margin: 0 auto;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-link .item--name {
    font-size: 3.1vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-link .item--price {
    font-size: 3.1vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-middle .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small {
  max-width: 345px;
  margin: 48px auto 0;
  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;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .item-img {
  width: 34.7%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .item-text {
  width: 41.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-text {
    width: 79.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-link {
    padding-bottom: 2.1vw;
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene03 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_01_detail .item-area-small .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_03 {
  max-width: 700px;
  margin: 0 auto 128px;
  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 .item-sec_03 {
    -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: 79.2vw;
    margin-bottom: 33.3vw;
  }
}
.ladies-scene03 .item-sec_03 .item-mv {
  width: 52.9%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-mv {
    width: 100%;
    margin-bottom: 4.2vw;
  }
}
.ladies-scene03 .item-sec_03 .item-detail {
  width: 41.4%;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail {
    width: 100%;
  }
}
.ladies-scene03 .item-sec_03 .item-detail .text-top {
  font-size: 13px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail .text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene03 .item-sec_03 .item-detail .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene03 .item-sec_03 .item-detail .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_03 .item-detail .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene03 .item-sec_03 .item-detail .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene03 .item-sec_03 .item-detail .func-icon01 {
  width: 282px;
}
@media screen and (max-width: 768px) {
  .ladies-scene03 .item-sec_03 .item-detail .func-icon01 {
    width: 73.4vw;
    margin: 0 auto;
  }
}
.ladies-scene04 {
  background: #f3f3f3;
}
.ladies-scene04 h1 {
  margin-bottom: 0 !important;
}
.ladies-scene04 .kv {
  border-bottom: 1px solid #000;
}
.ladies-scene04 .detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .detail {
    max-width: 100%;
    padding: 20.8vw 0;
  }
}
.ladies-scene04 .detail .img01 {
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .detail .img01 {
    margin-bottom: 25vw;
  }
}
.ladies-scene04 .detail .img02 {
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .detail .img02 {
    margin-bottom: 20.8vw;
  }
}
.ladies-scene04 .detail .btn-area {
  max-width: 404px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .detail .btn-area {
    max-width: 89.6vw;
  }
}
.ladies-scene04 .detail .btn-area a {
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .detail .btn-area a {
    margin-bottom: 8.3vw;
  }
}
.ladies-scene04 .detail .btn-area p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene04 .detail .btn-area p {
    font-size: 2.9vw;
  }
}
.ladies-scene05 h1 {
  margin-bottom: 0 !important;
}
.ladies-scene05 .kv {
  border-bottom: 1px solid #000;
}
.ladies-scene05 .bg-gray {
  background-color: #f3f3f3;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .bg-gray {
    padding: 20.8vw 0;
  }
}
.ladies-scene05 .top-img {
  max-width: 809px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .top-img {
    max-width: 89.8vw;
    margin: 0 auto 20.8vw;
  }
}
.ladies-scene05 .item-sec_01 {
  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 .item-sec_01 {
    -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: 89.8vw;
  }
}
.ladies-scene05 .item-sec_01_mv {
  width: 40.6%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_mv {
    width: 74vw;
    margin-bottom: 10.4vw;
  }
}
.ladies-scene05 .item-sec_01_detail {
  width: 52.75%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail {
    width: 89.8vw;
  }
}
.ladies-scene05 .item-sec_01_detail .text-top {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .text-top {
    font-size: 5.2vw;
    padding-bottom: 3.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area {
  max-width: 482px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 79.2vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .item-img {
  width: 33.2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-img {
    width: 41.7vw;
    margin: 0 auto 8.3vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .item-text {
  width: 58.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-text {
    width: 79.2vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .item-text-top {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-text-top {
    font-size: 3.4vw;
    margin-bottom: 5.2vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .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;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene05 .item-sec_01_detail .item-area .func-icon01 {
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_01_detail .item-area .func-icon01 {
    max-width: 15.6vw;
    margin: 0 auto;
  }
}
.ladies-scene05 .item-sec_04 {
  max-width: 780px;
  margin: 128px auto 80px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 {
    max-width: 89.6vw;
    margin-top: 20.8vw;
    margin-bottom: 0;
  }
}
.ladies-scene05 .item-sec_04 .formal-heading {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}
.ladies-scene05 .item-sec_04 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .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-scene05 .item-sec_04 .item-flex .item-area {
  width: 46.15%;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .item-flex .item-area {
    width: 79.2vw;
    margin-bottom: 13vw;
  }
}
.ladies-scene05 .item-sec_04 .item-flex .item-area .item-mv {
  width: 100%;
}
.ladies-scene05 .item-sec_04 .item-flex .item-area .item-text {
  font-size: 13px;
  margin: 16px auto 24px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .item-flex .item-area .item-text {
    font-size: 3.4vw;
    margin: 4.2vw auto 6.3vw;
  }
}
.ladies-scene05 .item-sec_04 .item-flex .item-area .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: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .item-flex .item-area .item-link {
    padding-bottom: 2.1vw;
    margin-bottom: 8.3vw;
  }
}
.ladies-scene05 .item-sec_04 .item-flex .item-area .item-link .item--name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .item-flex .item-area .item-link .item--name {
    font-size: 3.4vw;
  }
}
.ladies-scene05 .item-sec_04 .item-flex .item-area .item-link .item--price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .item-flex .item-area .item-link .item--price {
    font-size: 4.2vw;
  }
}
.ladies-scene05 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ladies-scene05 .item-sec_04 .item-flex .item-area .item-link .item--price.soon {
    font-size: 3.4vw;
  }
}
.ladies-scene05 .formal-link {
  padding: 128px 0;
}
.ladies-scene05 .formal-link-top {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.ladies-scene05 .formal-link-area {
  max-width: 270px;
  margin: 0 auto;
}
.ladies-scene05 .formal-link-area img {
  margin-bottom: 24px;
}
.ladies-scene05 .formal-link-area p {
  font-size: 13px;
}

@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 {
  width: 91.1vw !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/26ss/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;
}
.fixed-header {
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .fixed-header {
    top: 64px;
    height: 18.2vw;
    border: 2px solid #000;
  }
}
.fixed-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fixed-header .header-inner {
    width: 100%;
  }
}
.fixed-header .logo {
  width: 211px;
  margin-right: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-header .logo {
    width: 140px;
    margin-right: 30px;
  }
}
.fixed-header .menu-button {
  background: none;
  border: none;
  color: #000;
  margin-right: 20px;
  cursor: pointer;
  width: 200px;
  height: 48px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-header .menu-button {
    width: 150px;
    height: 36px;
  }
}
@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-left: auto;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion {
    margin-right: 0;
    margin-bottom: 5.2vw !important;
    height: 17.9vw;
  }
}
.fixed-header .accordion .accordion-toggle {
  position: relative;
  background: none;
  border: none;
  color: #000;
  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: 280px;
  height: 100%;
  padding: 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/26ss/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-inside {
  position: relative;
}
.fixed-header .accordion .accordion-toggle-inside::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 75%;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-toggle-inside::before {
    height: 100%;
  }
}
.fixed-header .accordion .accordion-toggle-inside::after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 75%;
  left: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .fixed-header .accordion .accordion-toggle-inside::after {
    height: 100%;
  }
}
.fixed-header .accordion .accordion-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  color: #333;
  display: none;
  border: 2px solid #000;
  border-top: none !important;
  -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 {
    border-radius: 0;
    padding: 3.9vw;
    border-right: none !important;
    border-left: none !important;
  }
}
.fixed-header .accordion .accordion-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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 #000;
  padding: 14px 0;
  text-align: center;
  font-size: 13px;
  color: #000;
}
@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: 91.1vw;
  padding: 0 !important;
  border: 1px solid #000 !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: #BFD2DD;
}
@media screen and (max-width: 768px) {
  .include-scene {
    padding: 10.4vw 0;
  }
}
.include-scene-heading {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .include-scene-heading {
    font-size: 6.3vw;
    margin-bottom: 8.6vw;
  }
}
.include-scene-inner {
  max-width: 900px;
  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: 22.5%;
}
@media screen and (max-width: 768px) {
  .include-scene-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.1vw;
  }
}
@media screen and (max-width: 768px) {
  .include-door-large {
    width: 100% !important;
  }
}

.include-service {
  padding: 60px 0;
  background: #BFD2DD;
}
@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;
  }
}

.bnr-area {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .bnr-area {
    margin: 15.6vw auto;
  }
}
.bnr-area-heading {
  max-width: 345px;
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .bnr-area-heading {
    max-width: 89.6vw;
    margin-bottom: 6.3vw;
  }
}
.bnr-area a {
  display: block;
  max-width: 498px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .bnr-area a {
    max-width: 89.6vw;
    margin-bottom: 15.6vw;
  }
}

.ladies-footer .include-scene {
  background: #E5CEBA !important;
}
.ladies-footer .include-service {
  background: #E5CEBA !important;
}