@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@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;
  }
}
.pane-main {
  margin: 0 !important;
  padding: 0 !important;
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.page p {
  font-weight: 500;
}
.page .mb-0 {
  margin-bottom: 0 !important;
}
.page {
  /*=============================
   kv
  =============================*/
}
.page .kv {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .kv {
    margin-bottom: 6.5vw;
  }
}
.page .kv .kv__movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.page .kv .kv__loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  aspect-ratio: 16/9;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.page .kv .kv__loading .kv__loading__anime {
  width: 100%;
  height: calc(100vh - 122px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .kv .kv__loading .kv__loading__anime {
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
}
.page .kv .kv__loading .kv__loading__anime .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .kv .kv__loading .kv__loading__anime .dots .dot {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: dot-pulse 1.5s ease-in-out infinite;
          animation: dot-pulse 1.5s ease-in-out infinite;
}
.page .kv .kv__loading .kv__loading__anime .dots .dot:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.page .kv .kv__loading .kv__loading__anime .dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.page .kv .kv__loading .kv__loading__anime { /* Fixed delays for simplicity */ }
.page .kv .kv__loading .kv__loading__anime .dots .dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes dot-pulse {
  0%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes dot-pulse {
  0%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.page .kv video {
  width: 100%;
  height: 100%;
}
.page .kv .js-video-button {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(/ec/img/usr/pg/c/minna-no-series/2026/no_sound.svg);
}
@media screen and (max-width: 768px) {
  .page .kv .js-video-button {
    width: 3.9vw;
    height: 3.9vw;
  }
}
.page .kv .js-video-button.is-on {
  background-image: url(/ec/img/usr/pg/c/minna-no-series/2026/on_sound.svg);
}
.page .main-item-mens {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens {
    margin-bottom: 13vw;
  }
}
.page .main-item-mens::before, .page .main-item-mens::after,
.page .main-item-mens .bg-layer {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 1080px;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens::before, .page .main-item-mens::after,
  .page .main-item-mens .bg-layer {
    background-size: 96.6vw;
    background-position: top;
  }
}
.page .main-item-mens::before {
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-mens-bg_01.png");
}
@media screen and (max-width: 768px) {
  .page .main-item-mens::before {
    background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-mens-bg_01_sp.png");
    -webkit-transform: translateX(5.2vw);
            transform: translateX(5.2vw);
  }
}
.page .main-item-mens::after {
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-mens-bg_02.png");
}
@media screen and (max-width: 768px) {
  .page .main-item-mens::after {
    background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-mens-bg_02_sp.png");
    -webkit-transform: translateX(5.2vw);
            transform: translateX(5.2vw);
  }
}
.page .main-item-mens .bg-layer {
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-mens-bg_03.png");
}
@media screen and (max-width: 768px) {
  .page .main-item-mens .bg-layer {
    background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-mens-bg_03_sp.png");
    -webkit-transform: translateX(5.2vw);
            transform: translateX(5.2vw);
  }
}
.page .main-item-mens.bg-1::before {
  opacity: 1;
}
.page .main-item-mens.bg-2::after {
  opacity: 1;
}
.page .main-item-mens.bg-3 .bg-layer {
  opacity: 1;
}
.page .main-item-mens > * {
  position: relative;
  z-index: 1;
}
.page .main-item-mens .func-img {
  max-width: 710px;
  padding-top: 60px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens .func-img {
    max-width: 56.5vw;
    margin-left: 5.2vw;
    margin-bottom: 13vw;
  }
}
.page .main-item-mens .main-item-list {
  max-width: 710px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens .main-item-list {
    padding-bottom: 0;
  }
}
.page .main-item-mens .main-item-list .item-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens .main-item-list .item-link {
    width: 52.1vw;
    margin: 0 2.1vw;
  }
}
.page .main-item-mens .main-item-list .item-img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.page .main-item-mens .main-item-list .item-name {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens .main-item-list .item-name {
    font-size: 3.4vw;
  }
}
.page .main-item-mens .main-item-list .item-price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .main-item-mens .main-item-list .item-price {
    font-size: 3.6vw;
  }
}
.page .main-item-mens .main-item-list {
  /* カスタム矢印の設定 */
}
.page .main-item-mens .main-item-list .slick-prev, .page .main-item-mens .main-item-list .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px; /* 矢印ボタンの幅 */
  height: 40px; /* 矢印ボタンの高さ */
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 1;
}
.page .main-item-mens .main-item-list {
  /* 左矢印（戻るボタン） */
}
.page .main-item-mens .main-item-list .slick-prev {
  width: 10px;
  left: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/left-arrow.png"); /* 左矢印の画像 */
}
.page .main-item-mens .main-item-list {
  /* 右矢印（進むボタン） */
}
.page .main-item-mens .main-item-list .slick-next {
  width: 10px;
  right: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/right-arrow.png"); /* 右矢印の画像 */
}
.page .main-item-ladies {
  max-width: 1080px;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies {
    margin-bottom: 13vw;
  }
}
.page .main-item-ladies::before, .page .main-item-ladies::after,
.page .main-item-ladies .bg-layer {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 970px;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies::before, .page .main-item-ladies::after,
  .page .main-item-ladies .bg-layer {
    background-size: 96.6vw;
    background-position: top;
  }
}
.page .main-item-ladies::before {
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-ladies-bg_01.png");
  background-size: 973px;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies::before {
    background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-ladies-bg_01_sp.png");
    background-size: 83.2vw;
    -webkit-transform: translateX(-8.8vw);
            transform: translateX(-8.8vw);
  }
}
.page .main-item-ladies::after {
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-ladies-bg_02.png");
  background-size: 973px;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies::after {
    background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-ladies-bg_02_sp.png");
    background-size: 85.5vw;
    -webkit-transform: translateX(-10.6vw);
            transform: translateX(-10.6vw);
  }
}
.page .main-item-ladies .bg-layer {
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-ladies-bg_03.png");
  background-size: 1020px;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies .bg-layer {
    background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/main-ladies-bg_03_sp.png");
    background-size: 93.9vw;
    -webkit-transform: translateX(-5.5vw);
            transform: translateX(-5.5vw);
  }
}
.page .main-item-ladies.bg-1::before {
  opacity: 1;
}
.page .main-item-ladies.bg-2::after {
  opacity: 1;
}
.page .main-item-ladies.bg-3 .bg-layer {
  opacity: 1;
}
.page .main-item-ladies > * {
  position: relative;
  z-index: 1;
}
.page .main-item-ladies .func-img {
  max-width: 555px;
  padding-top: 60px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: 160px;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies .func-img {
    max-width: 56.5vw;
    margin-right: 5.2vw;
    margin-bottom: 22vw;
    padding-top: 19.4vw;
  }
}
.page .main-item-ladies .main-item-list {
  max-width: 710px;
  padding-bottom: 100px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies .main-item-list {
    padding-bottom: 0;
  }
}
.page .main-item-ladies .main-item-list .item-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies .main-item-list .item-link {
    width: 52.1vw;
    margin: 0 2.1vw;
  }
}
.page .main-item-ladies .main-item-list .item-img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.page .main-item-ladies .main-item-list .item-name {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies .main-item-list .item-name {
    font-size: 3.4vw;
  }
}
.page .main-item-ladies .main-item-list .item-price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .main-item-ladies .main-item-list .item-price {
    font-size: 3.6vw;
  }
}
.page .main-item-ladies .main-item-list {
  /* カスタム矢印の設定 */
}
.page .main-item-ladies .main-item-list .slick-prev, .page .main-item-ladies .main-item-list .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px; /* 矢印ボタンの幅 */
  height: 40px; /* 矢印ボタンの高さ */
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 1;
}
.page .main-item-ladies .main-item-list {
  /* 左矢印（戻るボタン） */
}
.page .main-item-ladies .main-item-list .slick-prev {
  width: 10px;
  left: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/left-arrow.png"); /* 左矢印の画像 */
}
.page .main-item-ladies .main-item-list {
  /* 右矢印（進むボタン） */
}
.page .main-item-ladies .main-item-list .slick-next {
  width: 10px;
  right: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/right-arrow.png"); /* 右矢印の画像 */
}
.page .statement {
  max-width: 1100px;
  margin: 90px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .statement {
    margin: 10.4vw auto 13vw;
  }
}
.page .statement-top {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .statement-top {
    font-size: 5.2vw;
    margin-bottom: 6.5vw;
  }
}
.page .statement-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .page .statement-text {
    font-size: 3.1vw;
    margin-bottom: 18.2vw;
  }
}
.page .statement-mv {
  width: 100%;
}
.page .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    max-width: 89.6vw;
    margin: 18.2vw auto 13vw;
  }
}
.page .anchor a {
  padding: 16px 0;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .anchor a {
    padding: 2.3vw 0;
  }
}
.page .anchor-mens {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #00498F;
}
@media screen and (max-width: 768px) {
  .page .anchor-mens {
    font-size: 2.6vw;
  }
}
.page .anchor-ladies {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #B19E8D;
}
@media screen and (max-width: 768px) {
  .page .anchor-ladies {
    font-size: 2.6vw;
  }
}
.page .mens-ladies {
  max-width: 970px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .page .mens-ladies {
    max-width: 89.6vw;
    margin: 18.2vw auto 13vw;
  }
}
.page .mens {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens {
    margin-bottom: 13vw;
  }
}
.page .mens .detail-sec-top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top {
    margin-bottom: 13vw;
  }
}
.page .mens .detail-sec-top-img {
  display: block;
  max-width: 1100px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-img {
    margin-bottom: 7.8vw;
  }
}
.page .mens .detail-sec-top-link {
  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;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-link.link_pc {
    display: none !important;
  }
}
.page .mens .detail-sec-top-link.link_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-link.link_sp {
    display: block !important;
    max-width: 89.3vw;
    margin: 0 auto;
  }
}
.page .mens .detail-sec-top-link.link_sp .link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .mens .detail-sec-top-link.link_sp .link-flex .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .mens .detail-sec-top-link .item-color {
  width: 150px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-link .item-color {
    width: 26.3vw;
    margin-bottom: 1vw;
  }
}
.page .mens .detail-sec-top-link .item-name {
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-link .item-name {
    font-size: 3.4vw;
    padding-right: 1.3vw;
    margin-right: 1.3vw;
  }
}
.page .mens .detail-sec-top-link .item-price {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-link .item-price {
    font-size: 3.6vw;
    margin-right: 0;
  }
}
.page .mens .detail-sec-top-link .buy-btn {
  width: 116px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
  text-align: center;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-top-link .buy-btn {
    width: 19vw;
    font-size: 2.6vw;
    padding: 1vw 0;
    border-radius: 3.9vw;
  }
}
.page .mens .detail-sec-info {
  display: block;
  max-width: 970px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-info {
    max-width: 89.6vw;
    margin-bottom: 13vw;
  }
}
.page .mens .detail-sec-func {
  display: block;
  max-width: 680px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-func {
    max-width: 77.6vw;
    margin-bottom: 13vw;
  }
}
.page .mens .detail-sec-item {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-item {
    margin-bottom: 13vw;
  }
}
.page .mens .detail-sec-item .heading {
  width: 152px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-item .heading {
    width: 26.3vw;
    margin-bottom: 7.8vw;
  }
}
.page .mens .detail-sec-item .detail-sec-item-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.page .mens .detail-sec-item .item-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 226px;
  margin: 0 8px;
  text-align: center;
}
.page .mens .detail-sec-item .item-img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-item .item-img {
    margin-bottom: 2.1vw;
  }
}
.page .mens .detail-sec-item .item-name {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-item .item-name {
    font-size: 3.4vw;
    margin-bottom: 1.3vw;
  }
}
.page .mens .detail-sec-item .item-price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec-item .item-price {
    font-size: 3.6vw;
  }
}
.page .mens .detail-sec-item {
  /* カスタム矢印の設定 */
}
.page .mens .detail-sec-item .slick-prev, .page .mens .detail-sec-item .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px; /* 矢印ボタンの幅 */
  height: 40px; /* 矢印ボタンの高さ */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 1;
}
.page .mens .detail-sec-item {
  /* 左矢印（戻るボタン） */
}
.page .mens .detail-sec-item .slick-prev {
  width: 10px;
  left: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/left-arrow.png"); /* 左矢印の画像 */
}
.page .mens .detail-sec-item {
  /* 右矢印（進むボタン） */
}
.page .mens .detail-sec-item .slick-next {
  width: 10px;
  right: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/right-arrow.png"); /* 右矢印の画像 */
}
.page .mens .detail-sec-item {
  /* PCのみ表示 */
}
.page .mens .detail-sec .voice {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .voice {
    margin-bottom: 13vw;
  }
}
.page .mens .detail-sec .voice-heading {
  width: 370px;
  display: block;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .voice-heading {
    width: 56vw;
    margin-bottom: 9.1vw;
  }
}
.page .mens .detail-sec .voice-slider-mens {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page .mens .detail-sec .voice-info {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .voice-info {
    margin: 0 1.3vw;
  }
}
.page .mens .detail-sec .staff {
  padding: 120px 0;
  background: #1D4A8B;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff {
    padding: 13vw 0;
  }
}
.page .mens .detail-sec .staff-heading {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff-heading {
    font-size: 6.3vw;
    margin-bottom: 7.8vw;
  }
}
.page .mens .detail-sec .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff-list {
    max-width: 89.6vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.2vw;
  }
}
.page .mens .detail-sec .staff-link {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff-link {
    max-width: 40.5vw;
  }
}
.page .mens .detail-sec .staff-link-info {
  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;
}
.page .mens .detail-sec .staff-link-img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff-link-img {
    margin-bottom: 2.9vw;
  }
}
.page .mens .detail-sec .staff-link-icon {
  width: 44px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff-link-icon {
    width: 8.5vw;
    margin-right: 1.4vw;
  }
}
.page .mens .detail-sec .staff-link-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .mens .detail-sec .staff-link-text {
    font-size: 3.4vw;
  }
}
.page .ladies {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies {
    margin-bottom: 13vw;
  }
}
.page .ladies .detail-sec-top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top {
    margin-bottom: 13vw;
  }
}
.page .ladies .detail-sec-top-img {
  display: block;
  max-width: 1100px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-img {
    margin-bottom: 9.1vw;
  }
}
.page .ladies .detail-sec-top-link {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-link {
    max-width: 89.6vw;
  }
}
.page .ladies .detail-sec-top-link .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-link .item-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3.9vw;
    margin-bottom: 3.9vw;
  }
}
.page .ladies .detail-sec-top-link .item-color {
  width: 86px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-link .item-color {
    width: 14.2vw;
    margin-bottom: 1vw;
  }
}
.page .ladies .detail-sec-top-link .item-name {
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-link .item-name {
    font-size: 3.4vw;
    padding-right: 1vw;
    margin-right: 1vw;
  }
}
.page .ladies .detail-sec-top-link .item-price {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-link .item-price {
    font-size: 3.4vw;
    margin-right: 0;
  }
}
.page .ladies .detail-sec-top-link .buy-btn {
  width: 116px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
  text-align: center;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-top-link .buy-btn {
    width: 19vw;
    font-size: 2.6vw;
    padding: 1vw 0;
    border-radius: 3.9vw;
  }
}
.page .ladies .detail-sec-info {
  display: block;
  max-width: 970px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-info {
    max-width: 89.6vw;
    margin-bottom: 13vw;
  }
}
.page .ladies .detail-sec-func {
  display: block;
  max-width: 434px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-func {
    max-width: 77.6vw;
    margin-bottom: 10.4vw;
  }
}
.page .ladies .detail-sec-item {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-item {
    margin-bottom: 13vw;
  }
}
.page .ladies .detail-sec-item .heading {
  width: 102px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec-item .heading {
    width: 16.4vw;
    margin-bottom: 5.2vw;
  }
}
.page .ladies .detail-sec-item .detail-sec-item-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.page .ladies .detail-sec-item .item-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 226px;
  margin: 0 8px;
  text-align: center;
}
.page .ladies .detail-sec-item .item-img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.page .ladies .detail-sec-item .item-name {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
}
.page .ladies .detail-sec-item .item-price {
  font-size: 16px;
  font-weight: bold;
}
.page .ladies .detail-sec-item {
  /* カスタム矢印の設定 */
}
.page .ladies .detail-sec-item .slick-prev, .page .ladies .detail-sec-item .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px; /* 矢印ボタンの幅 */
  height: 40px; /* 矢印ボタンの高さ */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 1;
}
.page .ladies .detail-sec-item {
  /* 左矢印（戻るボタン） */
}
.page .ladies .detail-sec-item .slick-prev {
  width: 10px;
  left: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/left-arrow.png"); /* 左矢印の画像 */
}
.page .ladies .detail-sec-item {
  /* 右矢印（進むボタン） */
}
.page .ladies .detail-sec-item .slick-next {
  width: 10px;
  right: -25px;
  background-image: url("/ec/img/usr/pg/c/minna-no-series/2026/right-arrow.png"); /* 右矢印の画像 */
}
.page .ladies .detail-sec-item {
  /* PCのみ表示 */
}
.page .ladies .detail-sec .voice {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .voice {
    margin-bottom: 13vw;
  }
}
.page .ladies .detail-sec .voice-heading {
  width: 370px;
  display: block;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .voice-heading {
    width: 56vw;
    margin-bottom: 9.1vw;
  }
}
.page .ladies .detail-sec .voice-slider-mens {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page .ladies .detail-sec .voice-info {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .voice-info {
    margin: 0 1.3vw;
  }
}
.page .ladies .detail-sec .staff {
  padding: 120px 0;
  background: #E2CAB5;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff {
    padding: 13vw 0;
  }
}
.page .ladies .detail-sec .staff-heading {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff-heading {
    font-size: 6.3vw;
    margin-bottom: 7.8vw;
  }
}
.page .ladies .detail-sec .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff-list {
    max-width: 89.6vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.2vw;
  }
}
.page .ladies .detail-sec .staff-link {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff-link {
    max-width: 40.5vw;
  }
}
.page .ladies .detail-sec .staff-link-info {
  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;
}
.page .ladies .detail-sec .staff-link-img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff-link-img {
    margin-bottom: 2.9vw;
  }
}
.page .ladies .detail-sec .staff-link-icon {
  width: 44px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff-link-icon {
    width: 8.5vw;
    margin-right: 1.4vw;
  }
}
.page .ladies .detail-sec .staff-link-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .ladies .detail-sec .staff-link-text {
    font-size: 3.4vw;
  }
}
.page .series {
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .series {
    margin-bottom: 11.7vw;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page .series {
  /* 対象の画像にアニメーションを適用 */
}
.page .series-icon {
  width: 104px; /* サイズ調整（任意） */
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite; /* 4秒で1回転、無限ループ */
}
@media screen and (max-width: 768px) {
  .page .series-icon {
    width: 24.5vw;
    margin-bottom: 3.9vw;
  }
}
.page .series-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .series-heading {
    font-size: 6.3vw;
    margin-bottom: 7.3vw;
  }
}
.page .series-list {
  max-width: 970px;
  margin: 0 auto 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .series-list {
    display: block;
    margin-bottom: 10.4vw;
  }
}
.page .series-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .series-item {
    width: 100%;
  }
}
.page .series .ssq-btn {
  width: 688px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .series .ssq-btn {
    width: 89.6vw;
  }
}
.page .cast {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .cast {
    margin-bottom: 13vw;
  }
}
.page .cast-heading {
  width: 457px;
  display: block;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .cast-heading {
    width: 64.8vw;
    margin-bottom: 13vw;
  }
}
.page .cast-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .cast-sec {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10.4vw;
  }
}
.page .cast-sec.sec-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .cast-sec-img {
  width: 35.1%;
}
@media screen and (max-width: 768px) {
  .page .cast-sec-img {
    width: 44.8vw;
    margin-bottom: 4.7vw;
  }
}
.page .cast-sec-text {
  width: 60.2%;
}
@media screen and (max-width: 768px) {
  .page .cast-sec-text {
    width: 88.5vw;
  }
}
.page .cast-sec-text .text-top {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page .cast-sec-text .text-top {
    font-size: 4.4vw;
    margin-bottom: 3.9vw;
    text-align: center;
  }
}
.page .cast-sec-text .text-bottom {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .page .cast-sec-text .text-bottom {
    font-size: 2.6vw;
  }
}
.page .tvcm {
  text-align: center;
  max-width: 703px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .tvcm {
    max-width: 91.5vw;
    margin-bottom: 13vw;
  }
}
.page .tvcm-heading {
  display: block;
  width: 285px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page .tvcm-heading {
    width: 48.2vw;
    margin-bottom: 7.8vw;
  }
}
.page .tvcm-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .page .tvcm-title {
    font-size: 3.1vw;
    margin-bottom: 5.2vw;
  }
}
.page .tvcm iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .tvcm iframe {
    width: 91.5vw;
    margin-bottom: 7.8vw;
  }
}
.page .omatome {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .omatome {
    margin-bottom: 13vw;
  }
}
.page .omatome-heading {
  width: 567px;
  display: block;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .omatome-heading {
    width: 84.5vw;
    margin-bottom: 10.4vw;
  }
}
.page .omatome-bnr {
  display: block;
  margin: 0 auto;
  width: 696px;
}
@media screen and (max-width: 768px) {
  .page .omatome-bnr {
    width: 89.6vw;
  }
}
.page .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .more-btn {
    max-width: 89.6vw;
    gap: 6.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13vw;
  }
}
.page .more-btn .ao-btn {
  background: #00498F;
  border: 1px solid #00498F;
}
.page .more-btn .ao-btn .text {
  color: #fff;
}
.page .more-btn .ssq-btn {
  background: #fff;
  border: 1px solid #333333;
}
.page .more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 322px;
  padding: 6px 22px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page .more-btn a {
    width: 100%;
    padding: 1.3vw 5.2vw;
    gap: 6.5vw;
  }
}
.page .more-btn a .logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .page .more-btn a .logo {
    width: 13vw;
  }
}
.page .more-btn a .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.27;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .more-btn a .text {
    font-size: 3.9vw;
    line-height: 1.5;
  }
}
.page .more-btn a .arrow {
  width: 6px;
}
@media screen and (max-width: 768px) {
  .page .more-btn a .arrow {
    width: 1.6vw;
  }
}
.page .accordion-sec {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .accordion-sec {
    margin-bottom: 2.6vw;
  }
}
.page .accordion-btn {
  position: relative;
  cursor: pointer;
}
.page .accordion-inner {
  display: none;
  padding: 20px 20px;
  border: 1px solid #1D4A8B;
  border-top: none !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .page .accordion-inner {
    padding: 3vw;
    font-size: 2.6vw;
  }
}
.page .accordion-arrow {
  position: absolute;
  width: 18px;
  right: 24px;
  top: 40%;
  -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;
}
@media screen and (max-width: 768px) {
  .page .accordion-arrow {
    width: 3.1vw;
    right: 3.1vw;
  }
}
.page .accordion {
  /* 開いた状態 */
}
.page .accordion .is-open .accordion-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page .accordion .accordion-ladies {
  border: 1px solid #B19E8D !important;
  border-top: none !important;
}

.staff-sec {
  max-width: 209px;
}

.staff-img {
  margin-bottom: 14px;
}

.staff-info {
  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: 8px;
}

.staff-info-img {
  width: 44px;
  border-radius: 100%;
}

.staff-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .staff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8.4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .staff-sec {
    max-width: 40.49vw;
  }
  .staff-img {
    margin-bottom: 2.86vw;
  }
  .staff-info {
    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: 1.43vw;
  }
  .staff-info-img {
    width: 8.46vw;
  }
  .staff-text {
    font-size: 3.38vw;
    font-weight: 600;
    line-height: 1.38;
  }
}