@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;
}

.teaser {
  overflow: hidden;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  /*=============================
   kv
  =============================*/
}
@media screen and (max-width: 768px) {
  .teaser .sec-inner {
    width: 89.6vw;
    margin: 0 auto;
  }
}
.teaser p {
  font-weight: 500;
}
.teaser .kv {
  position: relative;
}
.teaser .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .teaser .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .teaser .kv h1 {
    min-width: 100%;
  }
}
.teaser .kv h1 img {
  margin: auto;
}
.teaser .kv .count-down {
  position: absolute;
  bottom: -208px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 704px;
  width: 96%;
  background: rgba(255, 255, 255, 0.6745098039);
  border-radius: 30px;
  text-align: center;
  padding: 54px 0;
  -webkit-box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.5607843137);
          box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.5607843137);
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down {
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 6.5vw 0;
  }
}
.teaser .kv .count-down::before {
  content: "";
  background-image: url(/ec/img/usr/pg/c/minna-no-series/count-down-img.png);
  width: 481px;
  height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down::before {
    width: 83.2vw;
    height: 19.8vw;
    top: -20.8vw;
  }
}
.teaser .kv .count-down-logo {
  width: 442px;
  display: block;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down-logo {
    width: 76.2vw;
    margin-bottom: 3.9vw;
  }
}
.teaser .kv .count-down-heading {
  font-size: 40px;
  font-weight: 700;
  color: #1D4A8B;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down-heading {
    font-size: 7vw;
    margin-bottom: 4.2vw;
  }
}
.teaser .kv .count-down-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down-timer {
    gap: 3.4vw;
  }
}
.teaser .kv .count-down-timer .timer-box {
  width: 134px;
  background: #1D4A8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 18px 0 18px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down-timer .timer-box {
    width: 23.2vw;
    padding: 3.1vw 0;
    border-radius: 3.3vw;
  }
}
.teaser .kv .count-down-timer .timer-box p:first-child {
  font-size: 77px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down-timer .timer-box p:first-child {
    font-size: 14.6vw;
    line-height: 1.1;
  }
}
.teaser .kv .count-down-timer .timer-box p:last-child {
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .teaser .kv .count-down-timer .timer-box p:last-child {
    font-size: 4.2vw;
  }
}
.teaser .about {
  margin: 293px auto 100px;
}
@media screen and (max-width: 768px) {
  .teaser .about {
    margin: 13vw auto;
  }
}
.teaser .about .business-type {
  width: 483px;
  padding: 35px 0;
  border: 1px solid #333333;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 10px #d7d7d7;
          box-shadow: 3px 3px 10px #d7d7d7;
}
@media screen and (max-width: 768px) {
  .teaser .about .business-type {
    width: 89.6vw;
    padding: 6.5vw 0;
    border-radius: 3.9vw;
  }
}
.teaser .about .business-type p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .teaser .about .business-type p {
    font-size: 3.9vw;
  }
}
.teaser .about .business-type img {
  width: 220px;
  display: block;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  .teaser .about .business-type img {
    width: 41.7vw;
    margin-top: 3.9vw;
  }
}
.teaser .about .statement {
  max-width: 550px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .teaser .about .statement {
    max-width: 80.7vw;
    margin-top: 12vw;
  }
}
.teaser .about .statement-heading {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .teaser .about .statement-heading {
    font-size: 4.7vw;
    margin-bottom: 3.9vw;
  }
}
.teaser .about .statement-bg {
  background-image: url(/ec/img/usr/pg/c/minna-no-series/statement-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 505px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .teaser .about .statement-bg {
    max-width: 75.5vw;
    background-size: 85%;
    background-position: center;
  }
}
.teaser .about .statement-bg p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .teaser .about .statement-bg p {
    font-size: 2.9vw;
    line-height: 2;
  }
}
.teaser .about .statement-text {
  width: 310px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .teaser .about .statement-text {
    width: 56vw;
    padding: 0;
  }
}
.teaser .about .statement-logo {
  display: block;
  max-width: 400px;
  margin: 12px auto 0;
}
@media screen and (max-width: 768px) {
  .teaser .about .statement-logo {
    width: 63vw;
    margin-top: 6.1vw;
  }
}
.teaser .movie {
  max-width: 703px;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .teaser .movie {
    max-width: 89.6vw;
    margin-bottom: 13vw;
  }
}
.teaser .movie-heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .teaser .movie-heading {
    font-size: 3.1vw;
    margin-bottom: 5.2vw;
  }
}
.teaser .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.teaser .cast {
  max-width: 696px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .teaser .cast {
    max-width: 89.6vw;
    margin-bottom: 13vw;
  }
}
.teaser .cast-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .teaser .cast-heading {
    font-size: 7vw;
    margin-bottom: 4.7vw;
  }
}
.teaser .cast-info {
  max-width: 696px;
  margin: 0 auto 40px;
  padding: 40px 40px 65px;
  border: 2px solid #707070;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 10px #d7d7d7;
          box-shadow: 3px 3px 10px #d7d7d7;
}
@media screen and (max-width: 768px) {
  .teaser .cast-info {
    max-width: 89.6vw;
    margin-bottom: 5.2vw;
    padding: 5.2vw 5.2vw 8.5vw;
    border-radius: 3.3vw;
    -webkit-box-shadow: 2px 2px 10px #d7d7d7;
            box-shadow: 2px 2px 10px #d7d7d7;
  }
}
.teaser .cast-info img {
  display: block;
  width: 344px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .teaser .cast-info img {
    width: 44.8vw;
    margin-bottom: 3.1vw;
  }
}
.teaser .cast-info .cast-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teaser .cast-info .cast-name {
    font-size: 3.1vw;
    margin-bottom: 3.4vw;
  }
}
.teaser .cast-info .cast-intro {
  font-size: 16px;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .teaser .cast-info .cast-intro {
    font-size: 2.6vw;
    line-height: 1.75;
  }
}
.teaser .release {
  max-width: 704px;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teaser .release {
    max-width: 89.6vw;
    margin-bottom: 13vw;
  }
}
.teaser .release-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1D498A;
}
@media screen and (max-width: 768px) {
  .teaser .release-heading {
    font-size: 3.9vw;
    margin-bottom: 2.1vw;
  }
}
.teaser .release-date {
  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;
  font-size: 40px;
  gap: 25px;
  color: #1D498A;
}
@media screen and (max-width: 768px) {
  .teaser .release-date {
    font-size: 7vw;
    gap: 2.6vw;
  }
}
.teaser .release-date span {
  font-weight: 600;
}
.teaser .release-date .slash {
  width: 36px;
  height: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teaser .release-date .slash {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.teaser .release-date .slash::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #1D498A;
  top: 60%;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .teaser .release-date .slash::before {
    width: 7.2vw;
  }
}
.teaser .release-date .slash.left::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.teaser .release-date .slash.right::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.teaser .release-bnr {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .teaser .release-bnr {
    margin-top: 1.8vw;
  }
}
.teaser .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) {
  .teaser .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;
  }
}
.teaser .more-btn .ao-btn {
  background: #00498F;
  border: 1px solid #00498F;
}
.teaser .more-btn .ao-btn .text {
  color: #fff;
}
.teaser .more-btn .ssq-btn {
  background: #fff;
  border: 1px solid #333333;
}
.teaser .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) {
  .teaser .more-btn a {
    width: 100%;
    padding: 1.3vw 5.2vw;
    gap: 6.5vw;
  }
}
.teaser .more-btn a .logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .teaser .more-btn a .logo {
    width: 13vw;
  }
}
.teaser .more-btn a .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.27;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teaser .more-btn a .text {
    font-size: 3.9vw;
    line-height: 1.5;
  }
}
.teaser .more-btn a .arrow {
  width: 6px;
}
@media screen and (max-width: 768px) {
  .teaser .more-btn a .arrow {
    width: 1.6vw;
  }
}

.main-page {
  position: relative;
  /*-------- KV --------*/
}
.main-page .fixed-bnr {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 430px;
}
@media screen and (max-width: 768px) {
  .main-page .fixed-bnr {
    width: 100%;
  }
}
.main-page .fixed-bnr .bnr-close {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  top: 0;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .main-page .fixed-bnr .bnr-close {
    width: 6.3vw;
    height: 6.3vw;
    top: 0.8vw;
    right: 1.6vw;
  }
}
.main-page .kv {
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .main-page .kv {
    aspect-ratio: 9/16;
  }
}
.main-page .kv .kv__movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .main-page .kv .kv__movie {
    aspect-ratio: 9/16;
  }
}
.main-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;
}
@media screen and (max-width: 768px) {
  .main-page .kv .kv__loading {
    aspect-ratio: 9/16;
  }
}
.main-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;
  /* Fixed delays for simplicity */
}
@media screen and (max-width: 768px) {
  .main-page .kv .kv__loading .kv__loading__anime {
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
}
.main-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;
}
.main-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;
}
.main-page .kv .kv__loading .kv__loading__anime .dots .dot:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.main-page .kv .kv__loading .kv__loading__anime .dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.main-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;
  }
}
.main-page .kv video {
  width: 100%;
  height: 100%;
}
.main-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/1101/no_sound.svg);
}
@media screen and (max-width: 768px) {
  .main-page .kv .js-video-button {
    width: 3.9vw;
    height: 3.9vw;
  }
}
.main-page .kv .js-video-button.is-on {
  background-image: url(/ec/img/usr/pg/c/minna-no-series/1101/on_sound.svg);
}
.main-page .statement {
  max-width: 970px;
  width: 96%;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .main-page .statement {
    max-width: 100%;
    width: 100%;
    margin-top: 20.4vw;
  }
}
.main-page .tabs {
  max-width: 970px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .main-page .tabs {
    max-width: 100%;
    width: 89.6vw;
  }
}
.main-page .tabs .tab-btn {
  width: 50%;
  font-size: 24px;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .main-page .tabs .tab-btn {
    font-size: 4.2vw;
    padding: 2.9vw 0;
  }
}
.main-page .tabs .tab-btn.active {
  background: #1D4A8B;
  border: 2px solid #1D4A8B;
  color: #fff;
}
.main-page .tabs .mens-btn {
  border: 2px solid #1D498A;
  color: #1D498A;
}
.main-page .tabs .mens-btn.active {
  background: #1D4A8B;
  border: 2px solid #1D4A8B;
  color: #fff;
}
.main-page .tabs .ladies-btn {
  border: 2px solid #9A8776;
  color: #9A8776;
}
.main-page .tabs .ladies-btn.active {
  background: #9A8776;
  border: 2px solid #9A8776;
  color: #fff;
}
.main-page .tab-content {
  display: none;
  border-top: none;
}
.main-page .tab-content.active {
  display: block;
}
.main-page .about {
  margin: 0 auto;
}
.main-page .about-top {
  display: block;
  margin: 0 auto 18px;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .main-page .about-top {
    max-width: 57.7vw;
    margin-bottom: 3.1vw;
  }
}
.main-page .about-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main-page .about-heading {
    font-size: 7vw;
    margin-bottom: 2.1vw;
  }
}
.main-page .about-heading-bottom {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-page .about-heading-bottom {
    font-size: 2.6vw;
  }
}
.main-page .about-slider {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.main-page .about-slider .slider-mens {
  position: absolute;
  top: 0;
  left: 27.2px;
}
@media screen and (max-width: 768px) {
  .main-page .about-slider .slider-mens {
    max-width: 100% !important;
    left: 0;
  }
}
.main-page .js-slider {
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider {
    width: 100%;
  }
}
.main-page .js-slider img {
  width: 100%;
  display: block;
}
.main-page .js-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -150px;
  left: 59%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-dots {
    bottom: -10.3vw;
    left: 50%;
  }
}
.main-page .js-slider .slick-dots li {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-dots li {
    margin: 0 3.3vw;
  }
}
.main-page .js-slider .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #333333;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-dots li button {
    width: 2vw;
    height: 2vw;
  }
}
.main-page .js-slider .slick-dots li.slick-active button {
  background: #000;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-arrow {
    top: unset !important;
    bottom: -10.4vw !important;
  }
}
.main-page .js-slider .slick-prev,
.main-page .js-slider .slick-next {
  width: 15.7px;
  height: 17.5px;
  z-index: 10;
  position: absolute;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-prev,
  .main-page .js-slider .slick-next {
    width: 2vw;
    height: 2.3vw;
  }
}
.main-page .js-slider .slick-prev:before,
.main-page .js-slider .slick-next:before {
  content: "";
}
.main-page .js-slider .slick-prev {
  left: 240px;
  background: url("/ec/img/usr/pg/c/minna-no-series/1101/slider-prev.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-prev {
    left: 22vw;
  }
}
.main-page .js-slider .slick-next {
  right: 100px;
  background: url("/ec/img/usr/pg/c/minna-no-series/1101/slider-next.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .main-page .js-slider .slick-next {
    right: 22vw;
  }
}
.main-page .item--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;
  margin: 80px auto 50px;
}
@media screen and (max-width: 768px) {
  .main-page .item--link {
    display: block;
    max-width: 89.6vw;
    margin: 7.8vw auto;
  }
}
.main-page .item--link--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-page .item--link .ball {
  width: 86px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .main-page .item--link .ball {
    width: 15.1vw;
    margin-bottom: 1vw;
  }
}
.main-page .item--link .name {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main-page .item--link .name {
    font-size: 3.4vw;
    padding-right: 1.3vw;
    margin-right: 1.3vw;
  }
}
.main-page .item--link .value {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .main-page .item--link .value {
    font-size: 3.6vw;
    margin-right: 15.6vw;
  }
}
.main-page .item--link .buy {
  width: 116px;
  background: #000;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .main-page .item--link .buy {
    width: 19vw;
    font-size: 2.6vw;
    padding: 1vw 0;
  }
}
.main-page .model-slider {
  max-width: 970px;
  margin: 0 auto 80px;
}
.main-page .easy-care {
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .main-page .easy-care {
    margin-bottom: 13vw;
  }
}
.main-page .easy-care-top {
  width: 313px;
  display: block;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .main-page .easy-care-top {
    width: 60.3vw;
    margin-bottom: 3.1vw;
  }
}
.main-page .easy-care-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .main-page .easy-care-heading {
    font-size: 6.3vw;
    margin-bottom: 7.3vw;
  }
}
.main-page .easy-care-img {
  width: 489px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-page .easy-care-img {
    width: 72.1vw;
  }
}
.main-page .hero {
  margin: 0 auto 530px;
  position: relative;
  max-width: 970px;
  width: 96%;
  height: 590px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .main-page .hero {
    width: 100%;
    height: 96vw;
    margin-bottom: 70vw;
  }
}
.main-page .hero-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-page .hero-heading {
    font-size: 7vw;
    margin-bottom: 0;
  }
}
.main-page .hero-heading-img {
  width: 218px;
  display: block;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .main-page .hero-heading-img {
    width: 43.1vw;
    margin-bottom: 2.3vw;
  }
}
.main-page .hero .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-page .hero .slide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 1s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.main-page .hero .slide.move-down {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.main-page .hero .slide.fade-out {
  opacity: 0;
}
.main-page .hero .slide.fade-in {
  opacity: 0;
}
.main-page .hero .slide.active.fade-in {
  opacity: 1;
}
.main-page .hero .en-layer {
  position: absolute;
  bottom: -540px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main-page .hero .en-layer {
    bottom: -68vw;
  }
}
.main-page .hero .en-layer .en-text {
  position: absolute;
  width: 890px;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.main-page .hero .en-layer .en-text.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
.main-page .hero .en-layer .en-text.fade-out {
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}
.main-page .hero .model {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .main-page .hero .model {
    top: 35vw;
  }
}
.main-page .hero .model img {
  max-width: 266px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main-page .hero .model img {
    max-width: 38.4vw;
  }
}
.main-page .item-area {
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .main-page .item-area {
    margin-bottom: 11.7vw;
  }
}
.main-page .item-area-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .main-page .item-area-heading {
    font-size: 6.3vw;
    margin-bottom: 2.3vw;
  }
}
.main-page .item-area-color {
  width: 86px;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .main-page .item-area-color {
    width: 15.1vw;
    margin-bottom: 8.9vw;
  }
}
.main-page .item-area-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: 25px;
}
@media screen and (max-width: 768px) {
  .main-page .item-area-list {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.6vw;
    padding: 0 2vw;
  }
}
.main-page .item-area-items {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .main-page .item-area-items {
    width: 52.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.main-page .item-area-items img {
  margin-bottom: 16px;
}
.main-page .item-area-items .item--name {
  font-size: 13px;
  margin-bottom: 8px;
}
.main-page .item-area-items .item--price {
  font-size: 16px;
  font-weight: 600;
}
.main-page .series {
  text-align: center;
  margin: 0 auto 80px;
  /* 対象の画像にアニメーションを適用 */
}
@media screen and (max-width: 768px) {
  .main-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);
  }
}
.main-page .series-icon {
  width: 104px; /* サイズ調整（任意） */
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite; /* 4秒で1回転、無限ループ */
}
@media screen and (max-width: 768px) {
  .main-page .series-icon {
    width: 24.5vw;
    margin-bottom: 3.9vw;
  }
}
.main-page .series-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page .series-heading {
    font-size: 6.3vw;
    margin-bottom: 7.3vw;
  }
}
.main-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) {
  .main-page .series-list {
    display: block;
    margin-bottom: 10.4vw;
  }
}
.main-page .series-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main-page .series-item {
    width: 100%;
  }
}
.main-page .series .ssq-btn {
  width: 688px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-page .series .ssq-btn {
    width: 89.6vw;
  }
}
.main-page .campaign {
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .main-page .campaign {
    margin-bottom: 14.3vw;
  }
}
.main-page .campaign-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page .campaign-heading {
    font-size: 6.3vw;
    margin-bottom: 3.6vw;
  }
}
.main-page .campaign-bnr {
  display: block;
  width: 683px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-page .campaign-bnr {
    width: 100%;
  }
}
.main-page .present {
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .main-page .present {
    margin-bottom: 14.3vw;
  }
}
.main-page .present-heading {
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .main-page .present-heading {
    font-size: 6.3vw;
    margin-bottom: 3.6vw;
  }
}
.main-page .present-img {
  display: block;
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-page .present-img {
    width: 100%;
  }
}
.main-page .tvcm {
  max-width: 703px;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .main-page .tvcm {
    max-width: 89.6vw;
    margin-bottom: 13vw;
  }
}
.main-page .tvcm-title {
  font-size: 40px;
  color: #1D498A;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main-page .tvcm-title {
    font-size: 6.3vw;
    margin-bottom: 3.6vw;
  }
}
.main-page .tvcm-heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .main-page .tvcm-heading {
    font-size: 3.1vw;
    margin-bottom: 5.2vw;
  }
}
.main-page .tvcm iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
}
.main-page #ladies .about {
  margin: 0 auto;
}
.main-page #ladies .about-top {
  display: block;
  margin: 0 auto 18px;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .about-top {
    max-width: 57.7vw;
    margin-bottom: 3.1vw;
  }
}
.main-page #ladies .about-heading {
  font-size: 40px;
  font-weight: 600;
  color: #9A8776;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .about-heading {
    font-size: 7vw;
    margin-bottom: 2.1vw;
  }
}
.main-page #ladies .about-heading-bottom {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .about-heading-bottom {
    font-size: 2.6vw;
  }
}
.main-page #ladies .about-slider {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.main-page #ladies .about-slider .slider-ladies {
  position: absolute;
  top: 0;
  right: 29.2px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .about-slider .slider-ladies {
    top: 10vw;
    right: 0;
  }
}
.main-page #ladies .js-slider {
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider {
    width: 100%;
  }
}
.main-page #ladies .js-slider img {
  width: 100%;
  display: block;
}
.main-page #ladies .js-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -320px;
  left: 40%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-dots {
    bottom: -41.3vw;
    left: 50%;
  }
}
.main-page #ladies .js-slider .slick-dots li {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-dots li {
    margin: 0 3.3vw;
  }
}
.main-page #ladies .js-slider .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #333333;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-dots li button {
    width: 2vw;
    height: 2vw;
  }
}
.main-page #ladies .js-slider .slick-dots li.slick-active button {
  background: #000;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-arrow {
    top: unset !important;
    bottom: -41.4vw !important;
  }
}
.main-page #ladies .js-slider .slick-prev,
.main-page #ladies .js-slider .slick-next {
  width: 15.7px;
  height: 17.5px;
  z-index: 10;
  position: absolute;
  bottom: -320px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-prev,
  .main-page #ladies .js-slider .slick-next {
    width: 2vw;
    height: 2.3vw;
  }
}
.main-page #ladies .js-slider .slick-prev:before,
.main-page #ladies .js-slider .slick-next:before {
  content: "";
}
.main-page #ladies .js-slider .slick-prev {
  left: 160px;
  background: url("/ec/img/usr/pg/c/minna-no-series/1101/slider-prev.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-prev {
    left: 28vw;
  }
}
.main-page #ladies .js-slider .slick-next {
  right: 310px;
  background: url("/ec/img/usr/pg/c/minna-no-series/1101/slider-next.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .js-slider .slick-next {
    right: 28vw;
  }
}
.main-page #ladies .item--link {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto 50px;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item--link {
    display: block;
    max-width: 89.6vw;
    margin: 13vw auto 7.8vw;
  }
}
.main-page #ladies .item--link--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item--link--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-page #ladies .item--link--area.border {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
}
.main-page #ladies .item--link .ball {
  width: 86px;
  margin-right: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item--link .ball {
    width: 15.1vw;
    margin-bottom: 2.1vw;
  }
}
.main-page #ladies .item--link .name {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item--link .name {
    font-size: 3.4vw;
    padding-right: 1.3vw;
    margin-right: 1.3vw;
  }
}
.main-page #ladies .item--link .value {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item--link .value {
    font-size: 3.6vw;
    margin-right: 1.4vw;
  }
}
.main-page #ladies .item--link .buy {
  width: 116px;
  background: #000;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item--link .buy {
    width: 19vw;
    font-size: 2.6vw;
    padding: 1vw 0;
  }
}
.main-page #ladies .model-slider {
  max-width: 970px;
  margin: 0 auto 80px;
}
.main-page #ladies .easy-care {
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .easy-care {
    margin-bottom: 13vw;
  }
}
.main-page #ladies .easy-care-top {
  width: 313px;
  display: block;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .easy-care-top {
    width: 60.3vw;
    margin-bottom: 3.1vw;
  }
}
.main-page #ladies .easy-care-heading {
  font-size: 40px;
  font-weight: 600;
  color: #9A8776;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .easy-care-heading {
    font-size: 6.3vw;
    margin-bottom: 7.3vw;
  }
}
.main-page #ladies .easy-care-img {
  width: 489px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .easy-care-img {
    width: 72.1vw;
  }
}
.main-page #ladies .hero {
  margin: 0 auto 570px;
  position: relative;
  max-width: 970px;
  width: 96%;
  height: 590px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .hero {
    width: 100%;
    height: 96vw;
    margin-bottom: 70vw;
  }
}
.main-page #ladies .hero-heading {
  font-size: 40px;
  font-weight: 600;
  color: #9A8776;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .hero-heading {
    font-size: 7vw;
    margin-bottom: 0;
  }
}
.main-page #ladies .hero-heading-img {
  width: 218px;
  display: block;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .hero-heading-img {
    width: 43.1vw;
    margin-bottom: 2.3vw;
  }
}
.main-page #ladies .hero .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-page #ladies .hero .slide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 1s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.main-page #ladies .hero .slide.move-down {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.main-page #ladies .hero .slide.fade-out {
  opacity: 0;
}
.main-page #ladies .hero .slide.fade-in {
  opacity: 0;
}
.main-page #ladies .hero .slide.active.fade-in {
  opacity: 1;
}
.main-page #ladies .hero .en-layer {
  position: absolute;
  bottom: -540px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .hero .en-layer {
    bottom: -68vw;
  }
}
.main-page #ladies .hero .en-layer .en-text {
  position: absolute;
  width: 890px;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.main-page #ladies .hero .en-layer .en-text.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
.main-page #ladies .hero .en-layer .en-text.fade-out {
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}
.main-page #ladies .hero .model {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .hero .model {
    top: 35vw;
  }
}
.main-page #ladies .hero .model img {
  max-width: 266px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .hero .model img {
    max-width: 38.4vw;
  }
}
.main-page #ladies .item-area {
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item-area {
    margin-bottom: 11.7vw;
  }
}
.main-page #ladies .item-area-heading {
  font-size: 40px;
  font-weight: 600;
  color: #9A8776;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item-area-heading {
    font-size: 6.3vw;
    margin-bottom: 7.3vw;
  }
}
.main-page #ladies .item-area-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: 25px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item-area-list {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.6vw;
    padding: 0 2vw;
  }
}
.main-page #ladies .item-area-items {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .main-page #ladies .item-area-items {
    width: 52.1vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.main-page #ladies .item-area-items img {
  margin-bottom: 16px;
}
.main-page #ladies .item-area-items .item--name {
  font-size: 13px;
  margin-bottom: 8px;
}
.main-page #ladies .item-area-items .item--price {
  font-size: 16px;
  font-weight: 600;
}
.main-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) {
  .main-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;
  }
}
.main-page .more-btn .ao-btn {
  background: #00498F;
  border: 1px solid #00498F;
}
.main-page .more-btn .ao-btn .text {
  color: #fff;
}
.main-page .more-btn .ssq-btn {
  background: #fff;
  border: 1px solid #333333;
}
.main-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) {
  .main-page .more-btn a {
    width: 100%;
    padding: 1.3vw 5.2vw;
    gap: 6.5vw;
  }
}
.main-page .more-btn a .logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .main-page .more-btn a .logo {
    width: 13vw;
  }
}
.main-page .more-btn a .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.27;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-page .more-btn a .text {
    font-size: 3.9vw;
    line-height: 1.5;
  }
}
.main-page .more-btn a .arrow {
  width: 6px;
}
@media screen and (max-width: 768px) {
  .main-page .more-btn a .arrow {
    width: 1.6vw;
  }
}

.cmn-footer {
  position: relative;
  z-index: 10000;
}

.block-copyright {
  position: relative;
  z-index: 10000;
}

.main-page .staff{
  max-width: 970px;
  display: block;
  margin: 0 auto 79px;
}

.main-page .staff-heading{
  font-size: 40px;
  font-weight: 600;
  color: #1D498A;
  margin-bottom: 50px;
  text-align: center;
}
.main-page #ladies .staff-heading{
  font-size: 40px;
  font-weight: 600;
  color: #9A8776;
  margin-bottom: 50px;
  text-align: center;
}

.main-page .staff-list{
  display: flex;
  justify-content: center;
  gap: 44px;
  align-items: flex-start;
}

.main-page .staff-sec{
  max-width: 209px;
}

.main-page .staff-img{
  margin-bottom: 14px;
}

.main-page .staff-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.main-page .staff-info-img{
  width: 44px;
  border-radius: 100%;
}

.main-page .staff-text{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
}

@media screen and (max-width: 768px) {
  .main-page .staff{
    max-width: 89.58vw;
    display: block;
    margin: 0 auto 15vw;
  }

  .main-page .staff-heading{
    font-size: 6.5vw;
    margin-bottom: 7.8vw;
  }

  .main-page #ladies .staff-heading{
    font-size: 6.5vw;
    margin-bottom: 7.8vw;
  }  

  .main-page .staff-list{
    display: flex;
    justify-content: center;
    gap: 8.4vw;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .main-page .staff-sec{
    max-width: 40.49vw;
  }

  .main-page .staff-img{
    margin-bottom: 2.86vw;
  }

  .main-page .staff-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.43vw;
  }

  .main-page .staff-info-img{
    width: 8.46vw;
  }

  .main-page .staff-text{
    font-size: 3.38vw;
    font-weight: 600;
    line-height: 1.38;
  }  
}