:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

.p-top__carousel-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  width: 100vw;
  overflow: hidden;
  min-height: 200px;
}

.p-top__hero-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-top__slide-img {
  aspect-ratio: 1920/860;
}
@media (max-width: 650px) {
  .p-top__slide-img {
    aspect-ratio: 375/650;
  }
}

.p-top__hero-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.p-top__hero-heading--sp {
  display: none;
}

.p-top__hero-sub {
  color: var(--text-white);
  font-size: 1.1875rem;
  font-weight: 700;
}

.p-top__hero-tyusyaku {
  color: var(--text-white);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  margin-left: 70px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.p-top__hero-logo-sp {
  display: none;
}

.p-top__carousel-container .p-top__hero-pagination {
  position: absolute;
  top: 55%;
  bottom: auto;
  left: 105px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: auto;
}

.p-top__hero-dots {
  cursor: pointer;
  height: 3px;
  width: 30px;
  margin: 0px;
  background-color: var(--base-white);
  backdrop-filter: blur(2px);
  display: inline-block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 0;
  position: relative;
}

.p-top__hero-dots::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.p-top__hero-dots.is-active {
  background-color: var(--base-lightBlue);
}

@media (hover: hover) {
  .p-top__hero-dots:hover {
    background-color: var(--base-lightBlue);
  }
}

.p-top__hero-ribbon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  z-index: 1;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
}

.p-top__hero-svg {
  width: 100vw;
  height: auto;
  display: block;
}

@media screen and (max-width: 1090px) {
  .p-top__carousel-container .p-top__hero-ribbon {
    top: 300px;
    right: -20px;
  }
  .p-top__carousel-container .p-top__hero-pagination {
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__carousel-container {
    margin-top: 0px;
  }
  .p-top__carousel-container .c-btn--green-wrapper {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .p-top__carousel-container .p-top__hero-ribbon {
    position: absolute;
    top: 0px;
    left: -100px;
  }
  .p-top__hero-sub {
    font-size: var(--fs-sm2);
  }
}
@media screen and (max-width: 800px) {
  .p-top__carousel-container .p-top__hero-ribbon {
    top: 250px;
    right: 150px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media screen and (max-width: 767px) {
  .p-top__carousel-container .p-top__hero-ribbon {
    position: absolute;
    top: 350px;
    left: 0px;
  }
  .p-top__carousel-container .p-top__hero-pagination {
    top: 35%;
    left: 20px;
  }
  .p-top__hero-tyusyaku {
    display: none;
  }
  .p-top__hero-heading--pc {
    display: none;
  }
  .p-top__hero-heading--sp {
    display: block;
  }
  .p-top__hero-logo-sp {
    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;
    gap: 5px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 15;
  }
  .p-top__hero-logo-sp-img {
    max-width: 250px;
    height: auto;
  }
  .p-top__hero-logo-sp-text {
    color: var(--text-white);
    font-size: var(--fs-sm);
    text-align: right;
    width: 250px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .p-top__carousel-container {
    min-height: 500px;
  }
}
@media screen and (max-width: 450px) {
  .p-top__carousel-container .p-top__hero-ribbon {
    top: 300px;
    left: -200px;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}
.p-top__news-banner-desk {
  position: relative;
  margin-top: 120px;
  min-height: 500px;
  width: 100vw;
  background-image: url("../img/top/bg_news_banner_desk.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top__news-banner-context {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 827.6px;
  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;
  gap: 42px;
  z-index: 10;
}

.p-top__news-banner-context--sp {
  gap: 26px;
}

.p-top__news-banner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__news-banner-heading--sp {
  gap: 30px;
}

.p-top__news-ribbon-desk {
  position: absolute;
  top: -70px;
  left: -450px;
  z-index: 1;
}

.p-top__news-ribbon-clip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.p-top__news-ribbon-desk2 {
  position: absolute;
  right: -20px;
  bottom: -110px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.p-top__news-banner-sticker2 {
  position: absolute;
  top: -20px;
  right: 300px;
  z-index: 2;
}

.p-top__news-banner-sticker3 {
  position: absolute;
  bottom: 50px;
  left: 190px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-top__news-banner-sticker4 {
  position: absolute;
  bottom: 50px;
  right: 120px;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-top__news-30min-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  font-size: var(--fs-xl);
  height: 50px;
  padding-left: 32px;
  padding-right: 42px;
}

.p-top__news-banner-title {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
}

.p-top__news-banner-heading--sp .p-top__news-banner-title {
  line-height: 1.4;
  text-align: center;
}

.p-top__news-banner-text {
  text-align: center;
  line-height: 2;
}

.p-top__news-30min-icon {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
}

.p-top__news-banner-sp {
  display: none;
  position: relative;
  background-image: url("../img/top/bg_news_banner_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  min-height: 740px;
  margin-top: 90px;
}

.p-top__news-ribbon-sp {
  position: absolute;
  top: -40px;
  left: -230px;
}

.p-top__news-ribbon-sp2 {
  position: absolute;
  bottom: 0;
  right: -70px;
}

.p-top__news-banner-sticker1 {
  z-index: 10;
  position: relative;
  left: 15%;
  top: -90px;
}

/* 女性画像は「高さ固定・幅auto」で揃える（画像差し替え時もサイズ一定） */
.p-top__news-banner-sticker1 { width: auto; height: 318px; }
.p-top__news-banner-sticker2 { width: auto; height: 330px; }
.p-top__news-banner-sticker3 { width: auto; height: 340px; }
.p-top__news-banner-sticker4 { width: auto; height: 349px; }

@media screen and (min-width: 1500px) {
  .p-top__news-banner-sticker1 {
    left: 23%;
  }
}
.p-top__news-banner-sticker1-sp {
  position: absolute;
  top: -75px;
  left: 15px;
}

/* SP版の女性画像も「高さ固定・幅auto」で揃える */
.p-top__news-banner-sticker1-sp { width: auto; height: 209px; }
.p-top__news-banner-sticker2-sp { width: auto; height: 209px; }
.p-top__news-banner-sticker3-sp { width: auto; height: 200px; }
.p-top__news-banner-sticker4-sp { width: auto; height: 209px; }

.p-top__news-banner-sticker2-sp {
  position: absolute;
  top: -80px;
  right: 25px;
}

.p-top__news-banner-sticker3-sp {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-top__news-banner-sticker4-sp {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 1665px) {
  .p-top__news-banner-sticker2 {
    right: 200px;
  }
  .p-top__news-banner-sticker3 {
    left: 90px;
  }
  .p-top__news-banner-sticker4 {
    right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .p-top__news-banner-sticker2 {
    right: 180px;
  }
  .p-top__news-banner-sticker3 {
    left: 0px;
  }
  .p-top__news-banner-sticker4 {
    right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__news-banner-sticker2 {
    right: 80px;
  }
  .p-top__news-banner-sticker3 {
    left: -80px;
  }
  .p-top__news-banner-sticker4 {
    right: -80px;
  }
}
@media screen and (max-width: 1090px) {
  .p-top__news-banner-desk {
    display: none;
  }
  .p-top__news-banner-sp {
    display: block;
  }
  .p-top__news-30min-label {
    font-size: var(--fs-lg);
    gap: 10px;
  }
  .u-min-30 {
    width: 62px;
    height: auto;
  }
  .p-top__news-banner-sp .p-top__news-banner-context {
    padding-left: 20px;
    padding-right: 20px;
    top: 70px;
  }
  .p-top__news-banner-title {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 450px) {
  .p-top__news-banner-last-text {
    text-align: left;
  }
  .p-top__news-banner-sp .p-top__news-30min-label {
    padding-left: 20px;
    padding-right: 20px;
    gap: 0px;
    height: 40px;
  }
  .p-top__news-30min-label-img {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 370px) {
  .p-top__news-banner-sticker3-sp,
  .p-top__news-banner-sticker4-sp {
    bottom: -20px;
  }
  .p-top__news-30min-label {
    font-size: var(--fs-md);
  }
}
.p-top__training-machine {
  background-image: url("../img/top/bg_shop_training_machine.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top__service-topic-container {
  background-image: url("../img/top/bg_service_topic.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  position: relative;
}

.p-top__service-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.p-top__service-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-top__service-nav {
  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;
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--base-lightBlue);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  top: 25vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top__service-nav--prev {
  left: 0.75rem;
}

.p-top__service-nav--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-top__service-nav--next {
  right: 0.75rem;
}

.p-top__service-nav svg {
  display: block;
}

.p-top__sticker-img {
  display: inline;
}

@media screen and (min-width: 768px) {
  .p-top__topic-sticker .c-topic-speech-bubble {
    left: 100%;
    right: auto;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__topic-sticker {
    left: 280px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service-topic-container {
    padding-bottom: 60px;
    background-image: url("../img/top/bg_topic_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-top__topic-sticker {
    display: block;
  }
  .p-top__topic-sticker {
    left: 180px;
    top: -120px;
    z-index: 0;
  }
  .p-top__sticker-img {
    width: 94.2px;
    height: auto;
    z-index: 1;
  }
  .p-top__topic-img--point {
    min-height: calc(100% + 1px);
  }
}
.p-top__training-machine-section {
  background-image: url("../img/top/bg_training_machine.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 90px;
  margin-top: -170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
}

.p-top__training-machine-container {
  padding-left: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}

.p-top__training-machine-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 15px;
}

.p-top__training-machine-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-top__training-machine-subtitle {
  font-weight: 700;
  font-size: var(--fs-sm);
  letter-spacing: 0.1em;
}

.p-top__training-machine-label {
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  font-size: var(--fs-sm);
  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;
  padding: 10px 16px;
  width: 100%;
  max-width: 260px;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 1150px) {
  .p-top__training-machine-icon {
    width: 300px;
    height: auto;
  }
  .p-top__training-machine-info {
    gap: 20px;
    padding-right: 20px;
  }
  .p-top__training-machine-container {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__training-machine-section {
    background-image: url("../img/top/bg_training_machine-sp.webp");
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 20px;
  }
  .p-top__training-machine-section .p-top__training-machine-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
  .p-top__training-machine-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
}
.p-top__voice-section {
  background-image: url("../img/top/bg_voice.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.p-top__voice-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.p-top__voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 240px;
}

.p-top__voice-sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.p-top__voice-sub-text-inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

.p-top__voice-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  line-height: 2;
}

.p-top__voice-disclaimer {
  line-height: 2;
}

.p-top__voice-btn--sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .p-top__voice-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__voice-header {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__voice-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top__voice-sub-text {
    margin-top: 0px;
  }
  .p-top__voice-title {
    font-size: var(--fs-lg);
  }
}
@media screen and (max-width: 767px) {
  .p-top__voice-section {
    background-image: url("../img/top/bg_voice_sp.webp");
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .p-top__voice-slide {
    padding-top: 60px;
  }
  .p-top__voice-img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .p-top__voice-name {
    text-align: center;
  }
  .p-top__voice-label {
    width: calc(100% - 20px);
    text-align: center;
  }
  .p-top__voice-btn {
    display: none;
  }
  .p-top__voice-section .c-topic-slider__buttons {
    width: 100%;
  }
  .p-top__voice-btn--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 16px;
  }
}
.p-top__movie-section {
  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;
  padding: 100px 16px;
  background-image: url("../img/top/bg_movie.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.p-top__movie-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__movie-label-break {
  gap: 24px;
}

.p-top__movie-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-top__movie-label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__movie-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  line-height: 2;
}

.p-top__movie-desc {
  line-height: 2;
}

.p-top__movie-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__movie-container {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}

.p-top__movie-thumbnail {
  width: 333px;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__movie-video {
  width: 1000px;
  height: 564px;
}

.p-top__video-holder {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}

.p-top__thumb {
  border: 5px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-top__thumb:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top__movie-sticker-container {
  position: absolute;
  left: 0px;
}

.p-top__movie-sticker-girl {
  width: 100%;
  top: 140px;
}

.p-top__movie-sticker1 {
  position: absolute;
  top: 85px;
}

.p-top__movie-sticker2 {
  position: absolute;
  top: 0px;
  right: 80px;
}

.p-top__movie-ribbon {
  position: absolute;
  top: 30px;
  right: auto;
  left: calc(50% - 765px);
  max-width: none;
}

.p-top__movie-ribbon.c-clip-grow-right {
  width: 1670px;
}
@media screen and (max-width: 1450px) {
  .p-top__movie-video {
    width: 1000px;
    height: 564px;
  }
  .p-top__video-wrapper .p-top__thumbs {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1410px) {
  .p-top__movie-sticker-container {
    display: none;
  }
  .p-top__movie-video {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1250px) {
  .p-top__movie-video {
    width: 100%;
  }
  .p-top__movie-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .p-top__movie-header .c-section-header__wrapper {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-top__movie-ribbon {
    display: none;
  }
  .p-top__movie-label-break {
    -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;
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__movie-section {
    padding-top: 50px;
    background-image: url("../img/top/bg_movie_sp.webp");
  }
  .p-top__movie-container {
    gap: 36px;
  }
  .p-top__movie-video {
    height: 400px;
  }
  .p-top__min-logo {
    width: 61.9px;
    height: auto;
  }
  .p-top__movie-label-inner {
    gap: 10px;
  }
  .p-top__movie-title {
    font-size: var(--fs-md);
  }
  .p-top__video-holder {
    gap: 10px;
  }
  .p-top__movie-thumbnail {
    width: 100%;
    height: auto;
  }
  .p-top__video-wrapper .p-top__thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top__video-holder .mt-40 {
    margin-top: 30px;
  }
  .p-top__movie-sticker-container-sp {
    min-height: 450px;
    position: relative;
  }
  .p-top__movie-sticker-container-sp .p-top__movie-bubble {
    width: 335px;
    height: auto;
    margin-left: 200px;
    margin-top: 20px;
  }
  .p-top__movie-sticker-sp1 {
    position: absolute;
    top: 200px;
    left: 180px;
  }
  .p-top__movie-sticker-sp2 {
    position: absolute;
    right: 180px;
    top: 130px;
  }
  .p-top__movie-ribbon-sp {
    position: absolute;
    top: 100px;
    right: 0px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media screen and (max-width: 650px) {
  .p-top__movie-sticker-container-sp .p-top__movie-bubble {
    margin-left: 100px;
  }
  .p-top__movie-sticker-sp1 {
    left: 80px;
  }
  .p-top__movie-sticker-sp2 {
    top: 120px;
  }
  .p-top__movie-ribbon-sp {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media screen and (max-width: 500px) {
  .p-top__movie-sticker-container-sp .p-top__movie-bubble {
    margin-left: 50px;
  }
  .p-top__movie-sticker-sp1 {
    left: 80px;
  }
  .p-top__movie-sticker-sp2 {
    top: 120px;
    right: 100px;
  }
  .p-top__movie-ribbon-sp {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 480px) {
  .p-top__movie-video {
    width: 100%;
    height: 200px;
  }
  .p-top__video-wrapper .p-top__thumbs {
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    gap: 0px;
  }
  .p-top__thumb {
    border: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p-top__thumb:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-top__movie-sticker-container-sp .p-top__movie-bubble {
    margin-left: 0px;
  }
  .p-top__movie-ribbon-sp {
    position: absolute;
    top: 220px;
    left: 30px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-top__movie-sticker-sp1 {
    position: absolute;
    top: 200px;
    left: 50px;
  }
  .p-top__movie-sticker-sp2 {
    position: absolute;
    right: 80px;
    top: 130px;
  }
}
.p-top__movie-logo {
  margin-top: -30px;
}
/*# sourceMappingURL=top.css.map */
