@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Yomogi&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
: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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
  text-wrap: wrap;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  background-color: var(--base-bgBeige);
  font-family: var(--font-zen);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--text-black1);
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

body a {
  color: inherit;
}

main {
  -webkit-transition: margin-top 0.35s ease;
  transition: margin-top 0.35s ease;
}

ul li::marker {
  color: var(--base-lightBlue);
  width: 10px;
  height: 10px;
}

.c-container {
  width: min(100% - 40px, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  width: calc(100% - 75px);
  background-color: var(--base-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header + * {
  padding-top: 75px;
}
@media screen and (max-width: 1090px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
@media (max-width: 1024px) {
  .l-header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header + * {
    padding-top: 50px;
  }
}

.l-header-wrapper {
  z-index: 999999;
  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;
  height: 75px;
  padding: 12px 30px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .l-header-wrapper {
    padding: 3px 40px;
    height: 50px;
  }
}

.l-header__brand {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__brand {
    gap: 14px;
  }
}

.l-header__logo {
  width: 130px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 70px;
    height: auto;
  }
}

.l-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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: 15px;
}

.l-header__sp-btn {
  width: 100%;
  gap: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__sp-btn:hover {
  opacity: 0.7;
}
.l-header__sp-btn:hover .c-header-action-btn__arrow-img {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.l-footer {
  width: 100%;
  background-image: url("../img/common/bg_footer.webp");
  color: var(--base-black);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer__main-container {
  padding: 80px 120px 40px;
  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;
}
@media screen and (max-width: 1050px) {
  .l-footer__main-container {
    padding: 40px 20px 30px;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .l-footer__main-container {
    padding: 60px 48px 40px 48px;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__main-container {
    padding: 48px 1.25rem 32px 1.25rem;
    gap: 40px;
  }
}

.l-footer__top {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 1050px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.l-footer__brand {
  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: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .l-footer__brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__brand .c-btn--light-blue {
    width: 100%;
  }
}

.l-footer__nav-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .l-footer__nav-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-footer__nav-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.l-footer__nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 0;
}
@media screen and (max-width: 1050px) {
  .l-footer__nav-section {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-section {
    gap: 0;
  }
}
@media screen and (max-width: 1050px) {
  .l-footer__nav-section.open .l-footer__nav-list {
    max-height: 600px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.l-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1050px) {
  .l-footer__nav-group {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.l-footer__nav-list {
  list-style: none;
  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;
  font-size: var(--fs-sm2);
}
@media screen and (max-width: 1050px) {
  .l-footer__nav-list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease, padding 0.3s ease;
    transition: max-height 0.35s ease, padding 0.3s ease;
    padding-bottom: 0;
  }
}
.l-footer__nav-list a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-footer__nav-list a:hover {
  opacity: 0.7;
}

.l-footer__bottom {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1050px) {
  .l-footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -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: 20px;
  }
  .l-footer__bottom .c-scroll-up-btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.l-footer__copyright {
  width: 100%;
  margin-top: 30px;
  text-align: right;
  font-size: var(--fs-xs);
}

@media screen and (min-width: 1051px) {
  .l-footer__main-container {
    display: grid;
    grid-template-areas: "footer-top" "footer-bottom";
  }
  .l-footer__top {
    grid-area: footer-top;
  }
  .l-footer__bottom {
    grid-area: footer-bottom;
  }
  .l-footer__copyright {
    grid-area: footer-bottom;
    align-self: center;
    justify-self: end;
    width: auto;
    margin-top: 0;
  }
}
.l-footer__legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 65px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--fs-sm2);
}
.l-footer__legal-links a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-footer__legal-links a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1050px) {
  .l-footer__legal-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__legal-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}

.c-btn {
  outline: none;
  border: none;
  cursor: pointer;
}

.c-btn--light-blue {
  background-color: var(--base-lightBlue);
  border-radius: 50px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  padding: 12px 35px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--text-white);
  font-family: var(--font-zen);
}
.c-btn--light-blue img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline;
}
.c-btn--light-blue:hover {
  opacity: 0.7;
}
.c-btn--light-blue:hover img:last-child {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.c-btn--light-blue.p-recommended__btn:hover img {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .c-btn--light-blue {
    font-size: var(--fs-base);
  }
}

.c-btn--light-blue02 {
  background-color: var(--base-lightBlue);
  border-radius: 50px;
  font-family: var(--font-zen);
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: var(--fs-base);
}
.c-btn--light-blue02 img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn--light-blue02:hover {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
  color: var(--text-lightBlue);
}
.c-btn--light-blue02:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}

.c-btn--red {
  background-color: var(--base-lightPink);
  padding: 15px 30px;
  border-radius: 50px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text-white);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn--red img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn--red:hover {
  opacity: 0.7;
}
.c-btn--red:hover img:last-child {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.c-btn--green-wrapper {
  background-color: var(--base-lightBlue);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.c-btn--green-wrapper:hover {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
}
.c-btn--green-wrapper:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}

.c-btn-icon--light-blue {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--base-lightBlue);
  border-radius: 50%;
  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;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.c-btn-icon--light-blue svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn-icon--light-blue:hover, .c-btn-icon--light-blue:active, .c-btn-icon--light-blue:focus-visible {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
}
.c-btn-icon--light-blue:hover svg, .c-btn-icon--light-blue:active svg, .c-btn-icon--light-blue:focus-visible svg {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}

.c-header-action-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--base-lightBlue);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 21px;
  padding-right: 25px;
  border-radius: 50px;
}
.c-header-action-btn:hover {
  opacity: 0.7;
}
.c-header-action-btn:hover .c-header-action-btn__arrow-img {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media (max-width: 1024px) {
  .c-header-action-btn {
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 1090px) {
  .c-header-action-btn:not(.l-header__sp-btn) {
    display: none;
  }
}

.c-header-action-btn__icon-wrapper {
  height: 30px;
  width: 30px;
  background-color: var(--base-white);
  border-radius: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-header-action-btn--reservation {
  padding-right: 21px;
}

.c-header-action-btn__content {
  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: 5px;
}

.c-header-action-btn__text {
  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: 0;
}
.c-header-action-btn__text p {
  color: var(--text-white);
  font-weight: 600;
  font-size: var(--fs-3xs);
  text-align: center;
}
.c-header-action-btn__text p:last-child {
  font-size: var(--fs-2xs);
}

.c-header-action-btn__arrow-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
}

.c-btn__nav {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 15px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .c-btn__nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.c-btn__nav__item {
  border: 1px solid var(--base-darkBlueGray);
  background-color: var(--base-white);
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--base-darkBlueGray);
  font-weight: 700;
  font-size: var(--fs-base);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  min-width: 130px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-btn__nav__item:hover {
  background-color: var(--base-lightBg);
}
.c-btn__nav__item.is-active {
  background-color: var(--base-darkBlueGray);
  color: var(--text-white);
  border: 1px solid var(--base-darkBlueGray);
}
.c-btn__nav__item.is-active img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(30deg) brightness(110%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(30deg) brightness(110%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .c-btn__nav__item {
    padding: 10px 7px;
    font-size: var(--fs-sm);
    min-width: 100px;
  }
}

.c-reveal {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.c-reveal.revealed {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-reveal--left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.c-reveal--left.revealed {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-reveal--right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.c-reveal--right.revealed {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-reveal--scale {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.c-reveal--scale.revealed {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-grow-wrapper-right {
  width: 100vw;
  overflow: hidden;
}

.c-clip-grow-right {
  width: 100%;
}
.c-clip-grow-right.is-in-view {
  -webkit-animation: clipRevealRight 2s ease-out forwards;
          animation: clipRevealRight 2s ease-out forwards;
}

@-webkit-keyframes clipRevealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clipRevealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.c-animation-jump {
  display: block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.c-animation-jump.is-jump-once {
  -webkit-animation: jumpBounce 1.8s ease-in-out 1;
          animation: jumpBounce 1.8s ease-in-out 1;
}

@-webkit-keyframes jumpBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-0.875rem);
            transform: translateY(-0.875rem);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.4375rem);
            transform: translateY(-0.4375rem);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-0.875rem);
            transform: translateY(-0.875rem);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.4375rem);
            transform: translateY(-0.4375rem);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-animation-jump,
  .c-animation-jump.is-jump-once {
    -webkit-animation: none;
            animation: none;
  }
}
.c-speech-bubble {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-speech-bubble.is-in-view {
  -webkit-animation: bubbleJump 1.8s cubic-bezier(0.4, 0, 0.2, 1);
          animation: bubbleJump 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes bubbleJump {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  5% {
    -webkit-transform: scale(1.2, 0.9) rotate(10deg);
            transform: scale(1.2, 0.9) rotate(10deg);
  }
  10% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  15% {
    -webkit-transform: scale(1.2, 0.9) rotate(10deg);
            transform: scale(1.2, 0.9) rotate(10deg);
  }
  30% {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
  }
  44% {
    -webkit-transform: scale(1.1, 0.9) translateY(14%) rotate(6deg);
            transform: scale(1.1, 0.9) translateY(14%) rotate(6deg);
  }
  60% {
    -webkit-transform: scale(1) translateY(-24%) rotate(-40deg);
            transform: scale(1) translateY(-24%) rotate(-40deg);
  }
  70% {
    -webkit-transform: scale(1) translateY(-24%) rotate(-10deg);
            transform: scale(1) translateY(-24%) rotate(-10deg);
  }
  90% {
    -webkit-transform: scale(1.3, 0.9) translateY(20%) rotate(0deg);
            transform: scale(1.3, 0.9) translateY(20%) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
  }
}

@keyframes bubbleJump {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  5% {
    -webkit-transform: scale(1.2, 0.9) rotate(10deg);
            transform: scale(1.2, 0.9) rotate(10deg);
  }
  10% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  15% {
    -webkit-transform: scale(1.2, 0.9) rotate(10deg);
            transform: scale(1.2, 0.9) rotate(10deg);
  }
  30% {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
  }
  44% {
    -webkit-transform: scale(1.1, 0.9) translateY(14%) rotate(6deg);
            transform: scale(1.1, 0.9) translateY(14%) rotate(6deg);
  }
  60% {
    -webkit-transform: scale(1) translateY(-24%) rotate(-40deg);
            transform: scale(1) translateY(-24%) rotate(-40deg);
  }
  70% {
    -webkit-transform: scale(1) translateY(-24%) rotate(-10deg);
            transform: scale(1) translateY(-24%) rotate(-10deg);
  }
  90% {
    -webkit-transform: scale(1.3, 0.9) translateY(20%) rotate(0deg);
            transform: scale(1.3, 0.9) translateY(20%) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
  }
}

.c-speech-bubble.is-bubble-cow.is-in-view {
  -webkit-animation: cow 2.8s;
          animation: cow 2.8s;
}
.c-speech-bubble.is-bubble-shrimp.is-in-view {
  -webkit-animation: shrimp 2.8s;
          animation: shrimp 2.8s;
}
.c-speech-bubble.is-bubble-fish.is-in-view {
  -webkit-animation: fish 2.8s;
          animation: fish 2.8s;
}
.c-speech-bubble.is-bubble-bird.is-in-view {
  -webkit-animation: bird 2.8s;
          animation: bird 2.8s;
}

@-webkit-keyframes cow {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  8% { -webkit-transform: scaleX(1.06) rotate(4deg) translateY(-6%); transform: scaleX(1.06) rotate(4deg) translateY(-6%); }
  18% { -webkit-transform: scale(1.04, 1.07) rotate(0deg) translateY(3%); transform: scale(1.04, 1.07) rotate(0deg) translateY(3%); }
  40% { -webkit-transform: scale(1.07, 1.04) rotate(4deg) translateY(-6%); transform: scale(1.07, 1.04) rotate(4deg) translateY(-6%); }
  60%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@keyframes cow {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  8% { -webkit-transform: scaleX(1.06) rotate(4deg) translateY(-6%); transform: scaleX(1.06) rotate(4deg) translateY(-6%); }
  18% { -webkit-transform: scale(1.04, 1.07) rotate(0deg) translateY(3%); transform: scale(1.04, 1.07) rotate(0deg) translateY(3%); }
  40% { -webkit-transform: scale(1.07, 1.04) rotate(4deg) translateY(-6%); transform: scale(1.07, 1.04) rotate(4deg) translateY(-6%); }
  60%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@-webkit-keyframes shrimp {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  10% { -webkit-transform: scale(1.06, 1.02) rotate(8deg) translateY(-6%); transform: scale(1.06, 1.02) rotate(8deg) translateY(-6%); }
  20% { -webkit-transform: scale(1.04, 1.1) rotate(-6deg) translateY(2%); transform: scale(1.04, 1.1) rotate(-6deg) translateY(2%); }
  30% { -webkit-transform: scale(1.1, 1.02) rotate(12deg) translateY(-20%); transform: scale(1.1, 1.02) rotate(12deg) translateY(-20%); }
  46%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@keyframes shrimp {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  10% { -webkit-transform: scale(1.06, 1.02) rotate(8deg) translateY(-6%); transform: scale(1.06, 1.02) rotate(8deg) translateY(-6%); }
  20% { -webkit-transform: scale(1.04, 1.1) rotate(-6deg) translateY(2%); transform: scale(1.04, 1.1) rotate(-6deg) translateY(2%); }
  30% { -webkit-transform: scale(1.1, 1.02) rotate(12deg) translateY(-20%); transform: scale(1.1, 1.02) rotate(12deg) translateY(-20%); }
  46%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@-webkit-keyframes fish {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  16% { -webkit-transform: scale(1.06, 1.02) rotate(-40deg) translateY(10%); transform: scale(1.06, 1.02) rotate(-40deg) translateY(10%); }
  24% { -webkit-transform: scale(0.96, 1.08) rotate(6deg) translateY(-36%); transform: scale(0.96, 1.08) rotate(6deg) translateY(-36%); }
  46%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@keyframes fish {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  16% { -webkit-transform: scale(1.06, 1.02) rotate(-40deg) translateY(10%); transform: scale(1.06, 1.02) rotate(-40deg) translateY(10%); }
  24% { -webkit-transform: scale(0.96, 1.08) rotate(6deg) translateY(-36%); transform: scale(0.96, 1.08) rotate(6deg) translateY(-36%); }
  46%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@-webkit-keyframes bird {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  10% { -webkit-transform: scaleX(1.04) rotate(-4deg) translateY(-5%); transform: scaleX(1.04) rotate(-4deg) translateY(-5%); }
  18% { -webkit-transform: scaleY(1.04) rotate(0deg) translateY(2%); transform: scaleY(1.04) rotate(0deg) translateY(2%); }
  27% { -webkit-transform: scaleX(1.04) rotate(-2deg) translateY(-10%); transform: scaleX(1.04) rotate(-2deg) translateY(-10%); }
  50%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
@keyframes bird {
  0% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
  10% { -webkit-transform: scaleX(1.04) rotate(-4deg) translateY(-5%); transform: scaleX(1.04) rotate(-4deg) translateY(-5%); }
  18% { -webkit-transform: scaleY(1.04) rotate(0deg) translateY(2%); transform: scaleY(1.04) rotate(0deg) translateY(2%); }
  27% { -webkit-transform: scaleX(1.04) rotate(-2deg) translateY(-10%); transform: scaleX(1.04) rotate(-2deg) translateY(-10%); }
  50%, 100% { -webkit-transform: scale(1) rotate(0deg) translate(0); transform: scale(1) rotate(0deg) translate(0); }
}
.c-hover-text-underline {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.c-hover-text-underline::before, .c-hover-text-underline::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 5px;
  margin: 5px 0 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  opacity: 0;
  background-color: var(--base-lightBlue);
}
.c-hover-text-underline:hover::before, .c-hover-text-underline:hover::after {
  right: 0;
}

@-webkit-keyframes scrollX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
            transform: translateX(-1750px);
  }
}

@keyframes scrollX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
            transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0.2deg);
            transform: translate3d(0, 0, 0) rotate(0.2deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(9.7deg);
            transform: translate3d(0, 0, 0) rotate(9.7deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-10deg);
            transform: translate3d(0, 0, 0) rotate(-10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0.2deg);
            transform: translate3d(0, 0, 0) rotate(0.2deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(9.7deg);
            transform: translate3d(0, 0, 0) rotate(9.7deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-10deg);
            transform: translate3d(0, 0, 0) rotate(-10deg);
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dotPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-text-slider {
  width: 100%;
  height: 80px;
  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;
  overflow: hidden;
  position: relative;
  margin-top: -5px;
  z-index: 0;
  background: var(--base-grayBlue);
}
@media (max-width: 1024px) {
  .c-text-slider {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-text-slider {
    height: 50px;
  }
}

.c-text-slider__track {
  -webkit-animation: scrollX 40s linear infinite;
          animation: scrollX 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3500px;
}

.c-text-slider__item {
  height: 100px;
  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;
  background: var(--base-grayBlue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-text-slider__slide-text {
  text-wrap: nowrap;
  font-family: var(--font-outfit);
  font-weight: 300;
  font-size: var(--fs-3xl);
  color: var(--text-white);
}
@media screen and (max-width: 767px) {
  .c-text-slider__slide-text {
    font-size: var(--fs-xl);
  }
}

.c-hero-text-slider-container {
  position: absolute;
  top: 214px;
  left: 105px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .c-hero-text-slider-container {
    top: 150px;
  }
}
@media screen and (max-width: 1090px) {
  .c-hero-text-slider-container {
    top: 100px;
    left: 20px;
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-hero-text-slider-container {
    top: 100px;
    left: 20px;
    gap: 0;
  }
}

.c-topic-container {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-topic-container {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.c-topic-section-header {
  padding-left: 240px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .c-topic-section-header {
    padding-left: 16px;
  }
}

.c-topic-buttons-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;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .c-topic-buttons-container {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-topic-buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding-left: 16px;
  }
}

.c-topic-slider__track {
  --slider-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  list-style-type: none;
  z-index: 2;
}
.c-topic-slider__track > li {
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-topic-slider__track.swiper-wrapper > .swiper-slide {
  width: auto;
}
.c-topic-slider__track .c-slider__item {
  width: 400px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-topic-slider__track .c-slider__item:hover {
  opacity: 0.7;
}
.c-topic-slider__track.--nohover .c-slider__item:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-topic-slider__track {
    --slider-gap: 1px;
  }
}

.c-slider__track--training {
  --slider-gap: 1px;
}

.c-topic-slider .c-slider__item {
  width: 100%;
  max-width: 400px;
  z-index: 2;
}

.c-topic-slider__buttons {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.c-topic-slider__buttons .swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-topic-slider__dots {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0;
  margin-top: 15px;
  height: 5px;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 767px) {
  .c-topic-slider__dots {
    padding-right: 20px;
  }
}

.c-topic-slider__dot {
  height: 2px;
  background-color: var(--base-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-topic-slider__dot.active {
  background-color: var(--base-lightBlue);
  height: 5px;
  -webkit-animation: dotPulse 0.3s ease;
          animation: dotPulse 0.3s ease;
}

.c-topic-slider__dots.swiper-pagination-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-topic-sticker {
  position: absolute;
  top: -170px;
  left: 555px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-topic-sticker .c-topic-speech-bubble {
    width: 106.6px;
    height: auto;
    left: 80px;
  }
}

.c-topic-speech-bubble {
  position: absolute;
  top: -20px;
}

.c-topic-bg {
  position: absolute;
  bottom: 163.5px;
  width: 100vw;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-topic-bg {
    display: none;
  }
}

.c-topic-ribbon {
  margin-top: -50px;
  margin-left: 500px;
}
@media screen and (max-width: 1090px) {
  .c-topic-ribbon {
    display: none;
  }
}

[data-slider-prev] img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-hero-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--base-darkGreen);
  max-height: 850px;
}

.c-hero-slider__slide {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-hero-slider__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c-hero-slider__overlay {
  position: absolute;
  bottom: 47%;
  left: 105px;
  z-index: 3;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1090px) {
  .c-hero-slider__overlay {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-slider__overlay {
    bottom: 67%;
    left: 20px;
  }
}

.c-hero-slider__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .c-hero-slider__copy {
    gap: 10px;
  }
}

.c-hero-slider__heading {
  color: var(--text-white);
  font-size: 2.4375rem;
}
@media screen and (max-width: 900px) {
  .c-hero-slider__heading {
    font-size: var(--fs-lg2);
  }
}
@media screen and (max-width: 860px) {
  .c-hero-slider__heading {
    font-size: var(--fs-2xl);
  }
}
@media screen and (max-width: 500px) {
  .c-hero-slider__heading {
    font-size: var(--fs-lg);
  }
}

.c-hero-slider__logo {
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-hero-slider__logo {
    display: none;
  }
}

.c-hero-slider__cta {
  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: 10px;
  text-decoration: none;
  color: inherit;
}

.c-hero-slider__images {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1250px) {
  .c-hero-slider__images {
    height: 100vh;
  }
}

.c-hero-slider__frames {
  position: absolute;
  inset: 0;
  height: 100%;
}

.c-clip-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 1250px) {
  .c-clip-img {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    background-size: cover;
  }
}

.c-hero-slider__frames__clip1 {
  clip-path: polygon(58% 0, 100% 0, 100% 100%, 37% 100%);
  -webkit-animation: heroSlideTopLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: heroSlideTopLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.c-hero-slider__frames__clip1 .c-clip-img {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  -o-object-position: -200px;
     object-position: -200px;
  background-size: contain;
}

.c-hero-slider__frames__clip2 {
  clip-path: polygon(58% 0, 100% 0, 100% 100%, 37% 100%);
  -webkit-animation: heroSlideBottomRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: heroSlideBottomRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  position: absolute;
  right: 0;
  width: 100vw;
  overflow: hidden;
}
.c-hero-slider__frames__clip2 .c-clip-img {
  width: 100%;
  height: 100%;
  -o-object-position: 230px -50px;
     object-position: 230px -50px;
  position: absolute;
  right: 0;
}

@-webkit-keyframes heroSlideTopLeft {
  0% {
    -webkit-transform: translate(-80px, -80px);
            transform: translate(-80px, -80px);
    clip-path: inset(0 100% 0 0);
  }
  40% {
    clip-path: polygon(0 0, 43% 0, 57% 100%, 0% 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(0 0, 43% 0, 57% 100%, 0% 100%);
  }
}

@keyframes heroSlideTopLeft {
  0% {
    -webkit-transform: translate(-80px, -80px);
            transform: translate(-80px, -80px);
    clip-path: inset(0 100% 0 0);
  }
  40% {
    clip-path: polygon(0 0, 43% 0, 57% 100%, 0% 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: polygon(0 0, 43% 0, 57% 100%, 0% 100%);
  }
}
@-webkit-keyframes heroSlideBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 80px);
            transform: translate(80px, 80px);
    clip-path: inset(0 0 0 100%);
  }
  40% {
    clip-path: inset(0 0 0 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: inset(0 0 0 0%);
  }
}
@keyframes heroSlideBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 80px);
            transform: translate(80px, 80px);
    clip-path: inset(0 0 0 100%);
  }
  40% {
    clip-path: inset(0 0 0 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    clip-path: inset(0 0 0 0%);
  }
}
@media screen and (max-width: 1250px) {
  .c-hero-slider__frames__clip1 .c-clip-img {
    width: 100vw;
    height: 100%;
    -o-object-position: 160%;
       object-position: 160%;
    background-size: cover;
  }
  .c-hero-slider__frames__clip1 {
    -webkit-animation: heroSlideTopMobile 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: heroSlideTopMobile 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .c-hero-slider__frames__clip2 {
    -webkit-animation: heroSlideBottomMobile 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: heroSlideBottomMobile 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    opacity: 0;
  }
  @-webkit-keyframes heroSlideTopMobile {
    0% {
      opacity: 0;
      -webkit-transform: translate(-80px, -40px);
              transform: translate(-80px, -40px);
      clip-path: inset(0 100% 0 0);
    }
    40% {
      clip-path: polygon(0 0, 100% 0, 100% 58%, 0 42%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      clip-path: polygon(0 0, 100% 0, 100% 58%, 0 42%);
    }
  }
  @keyframes heroSlideTopMobile {
    0% {
      opacity: 0;
      -webkit-transform: translate(-80px, -40px);
              transform: translate(-80px, -40px);
      clip-path: inset(0 100% 0 0);
    }
    40% {
      clip-path: polygon(0 0, 100% 0, 100% 58%, 0 42%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      clip-path: polygon(0 0, 100% 0, 100% 58%, 0 42%);
    }
  }
  @-webkit-keyframes heroSlideBottomMobile {
    0% {
      opacity: 0;
      -webkit-transform: translate(80px, 40px);
              transform: translate(80px, 40px);
      clip-path: inset(0 0 0 100%);
    }
    40% {
      clip-path: polygon(0 42%, 100% 58%, 100% 100%, 0 100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      clip-path: polygon(0 42%, 100% 58%, 100% 100%, 0 100%);
    }
  }
  @keyframes heroSlideBottomMobile {
    0% {
      opacity: 0;
      -webkit-transform: translate(80px, 40px);
              transform: translate(80px, 40px);
      clip-path: inset(0 0 0 100%);
    }
    40% {
      clip-path: polygon(0 42%, 100% 58%, 100% 100%, 0 100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      clip-path: polygon(0 42%, 100% 58%, 100% 100%, 0 100%);
    }
  }
}
.c-hero-slider__ribbon {
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 20px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .c-hero-slider__ribbon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-slider__ribbon {
    top: 365px;
    left: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media screen and (max-width: 450px) {
  .c-hero-slider__ribbon {
    top: 350px;
    left: -200px;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}

.c-hero-slider__title {
  position: absolute;
  top: 30%;
  left: 105px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.c-hero-slider__title h1 {
  font-size: 2.4375rem;
  color: var(--text-white);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .c-hero-slider__title h1 {
    font-size: var(--fs-2xl);
  }
}
@media screen and (max-width: 767px) {
  .c-hero-slider__title h1 {
    font-size: var(--fs-lg2);
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .c-hero-slider__title h1 {
    font-size: var(--fs-lg);
  }
}
@media screen and (max-width: 1250px) {
  .c-hero-slider__title {
    top: 80px;
    left: 20px;
  }
}

.c-hero-slider__ribbon--overflow {
  width: 100vw;
  overflow: hidden;
}

.c-hero-slider__ribbon-inner {
  width: 100%;
}

.c-hero-slider__ribbon-svg {
  width: 100vw;
  height: auto;
  display: block;
}

.c-hero-animate__banner {
  overflow: hidden;
  width: 100%;
}

.c-hero-animate {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--base-navy);
  height: auto;
}
.c-hero-animate img {
  width: 100vw;
  display: block;
}

.c-hero-animate__panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 650px) {
  .c-hero-animate__panel {
    inset: 0;
  }
}

.c-hero-animate__panel-left {
  background: var(--base-greenAccent);
  clip-path: polygon(48% 0, 0 0, 0 100%, 58.6% 100%);
}
@media screen and (max-width: 650px) {
  .c-hero-animate__panel-left {
    clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 45.75%);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}

.c-hero-animate__panel-right {
  background: var(--base-greenAccent);
  clip-path: polygon(100% 0, 48% 0, 58.6% 100%, 100% 100%);
}
@media screen and (max-width: 650px) {
  .c-hero-animate__panel-right {
    clip-path: polygon(0% 45.75%, 100% 57%, 100% 100%, 0% 100%);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}

.c-hero-animate.is-animate .c-hero-animate__panel-left {
  -webkit-animation: out-left 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
          animation: out-left 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}
@media screen and (max-width: 650px) {
  .c-hero-animate.is-animate .c-hero-animate__panel-left {
    -webkit-animation: mobile-out-left 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
            animation: mobile-out-left 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
  }
}
.c-hero-animate.is-animate .c-hero-animate__panel-right {
  -webkit-animation: out-right 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
          animation: out-right 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}
@media screen and (max-width: 650px) {
  .c-hero-animate.is-animate .c-hero-animate__panel-right {
    -webkit-animation: mobile-out-right 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
            animation: mobile-out-right 1.3s cubic-bezier(0.7, 0, 0.2, 1) forwards;
  }
}

@-webkit-keyframes out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(-12.62%, -110%, 0);
            transform: translate3d(-12.62%, -110%, 0);
    opacity: 0;
  }
}

@keyframes out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(-12.62%, -110%, 0);
            transform: translate3d(-12.62%, -110%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(10.7%, 110%, 0);
            transform: translate3d(10.7%, 110%, 0);
    opacity: 0;
  }
}
@keyframes out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(10.7%, 110%, 0);
            transform: translate3d(10.7%, 110%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes mobile-out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(-110%, -12.4%, 0);
            transform: translate3d(-110%, -12.4%, 0);
    opacity: 0;
  }
}
@keyframes mobile-out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(-110%, -12.4%, 0);
            transform: translate3d(-110%, -12.4%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes mobile-out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(110%, 12.4%, 0);
            transform: translate3d(110%, 12.4%, 0);
    opacity: 0;
  }
}
@keyframes mobile-out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate3d(110%, 12.4%, 0);
            transform: translate3d(110%, 12.4%, 0);
    opacity: 0;
  }
}
.c-voice-card,
.p-top__voice-slide,
.p-member__voice-slide,
.p-storedetail__voice-slide {
  background-color: var(--base-white);
  padding: 30px;
}

.c-voice-card--bordered {
  max-width: 460px;
  min-height: 190px;
  border: 1px solid var(--base-gray);
}

.c-voice-card__content,
.p-top__voice-slide-content,
.p-member__voice-slide-content,
.p-storedetail__voice-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}

.c-voice-card__person,
.p-top__voice-img-box,
.p-member__voice-img-box,
.p-storedetail__voice-img-box {
  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;
}

.c-voice-card__label,
.p-top__voice-label,
.p-member__voice-label,
.p-storedetail__voice-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 33px;
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  font-size: var(--fs-sm);
}
.c-voice-card__label--compact,
.p-top__voice-label--compact,
.p-member__voice-label--compact,
.p-storedetail__voice-label--compact {
  min-width: 150px;
  padding: 2px 33px;
  text-align: center;
}

.c-voice-card__name,
.p-top__voice-name,
.p-member__voice-name,
.p-storedetail__voice-name {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--base-gray);
  color: var(--text-lightBlue);
  font-weight: 700;
}

.c-voice-card__comment,
.p-top__voice-comment,
.p-member__voice-comment,
.p-storedetail__voice-comment {
  font-size: var(--fs-sm2);
}

@media screen and (max-width: 767px) {
  .c-voice-card--slider .c-voice-card__image,
  .p-top__voice-img,
  .p-member__voice-img,
  .p-storedetail__voice-img-box .c-topic-slider__slide-img {
    width: 60px;
    height: auto;
  }
}
.c-step-card {
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.c-step-card__icon {
  width: 5.625rem;
  height: 5.625rem;
  padding: 1.5rem;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--base-lightBlue);
}

.c-step-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
  gap: 1rem;
}

.c-step-card__heading,
.c-step-card__title h3 {
  font-size: var(--fs-xl);
  font-weight: 600;
  color: var(--text-lightBlue);
}

.c-step-card__subtitle,
.c-step-card__title p {
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--text-black1);
}

.c-card-label {
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  min-width: 240px;
  white-space: nowrap;
}
.c-card-label--red {
  background-color: var(--base-red);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.c-card-label--block {
  position: static;
  width: 100%;
  min-width: auto;
  padding: 15px 0;
  white-space: normal;
}
.c-card-label--subheader {
  position: static;
  width: 15rem;
  min-width: auto;
  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;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .c-card-label {
    min-width: 200px;
    font-size: var(--fs-base);
    padding: 8px 0;
  }
  .c-card-label--block {
    min-width: auto;
  }
}

.c-speak-person {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.c-speak-person__image {
  position: relative;
  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;
}

.c-speak-person__bubble {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 1;
}

.c-speak-person__person {
  width: auto;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .c-step-card > .u-flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-step-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
            flex: 0 0 5.625rem;
  }
  .c-step-card__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
    min-width: 0;
    padding: 1rem;
  }
  .c-step-card__heading,
  .c-step-card__subtitle {
    line-height: 1.35;
  }
  .c-step-card__heading {
    font-size: var(--fs-lg);
  }
  .c-step-card__subtitle {
    font-size: var(--fs-lg);
  }
}
.c-step-card__body {
  font-weight: 500;
  padding: 1.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-step-card__body {
    padding: 1.5rem;
  }
}

.c-card-white-centered {
  background-color: var(--base-white);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 40px;
  gap: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.c-card-white-flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base-white);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.c-card-white-content {
  background-color: var(--base-white);
  width: 100%;
  position: relative;
  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;
  padding-top: 70px;
  padding-bottom: 40px;
}

.c-voice-card {
  background-color: var(--base-white);
  padding: 30px;
}

.c-voice-card--bordered {
  max-width: 460px;
  min-height: 190px;
  border: 1px solid var(--base-gray);
}

.c-voice-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}

.c-voice-card__person {
  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;
}

.c-voice-card__label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 33px;
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  font-size: var(--fs-sm);
}

.c-voice-card__label--compact {
  min-width: 150px;
  padding: 2px 33px;
  text-align: center;
}

.c-voice-card__name {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--base-gray);
  color: var(--text-lightBlue);
  font-weight: 700;
}

.c-voice-card__comment {
  font-size: var(--fs-sm2);
}

@media screen and (max-width: 767px) {
  .c-voice-card--slider .c-voice-card__image {
    width: 60px;
    height: auto;
  }
}
.c-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;
}

.c-voice-section__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;
}

.c-voice-section__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;
}

.c-voice-section__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;
}

.c-voice-section__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;
}

.c-voice-section__title {
  font-weight: 700;
  font-size: var(--fs-xl);
  line-height: 2;
}

.c-voice-section__disclaimer {
  line-height: 2;
}

.c-voice-section__content {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .c-voice-section__header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .c-voice-section__header {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .c-voice-section__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;
  }
  .c-voice-section__sub-text {
    margin-top: 0;
  }
  .c-voice-section__title {
    font-size: var(--fs-lg);
  }
}
@media screen and (max-width: 767px) {
  .c-voice-section {
    background-image: url("../img/top/bg_voice_sp.webp");
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .c-voice-section__slide {
    padding-top: 60px;
  }
  .c-voice-section__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;
  }
  .c-voice-section__name {
    text-align: center;
  }
  .c-voice-section__label {
    width: calc(100% - 20px);
    text-align: center;
  }
}
.c-banner-section {
  height: auto;
  position: relative;
}

.c-banner__ribbon-img {
  position: absolute;
  bottom: -10px;
  z-index: 2;
  right: 0;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .c-banner__ribbon-img {
    max-width: 61.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-banner__ribbon-img {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .c-banner__ribbon-img {
    bottom: 20%;
    right: -50%;
    height: 30%;
  }
}

.c-banner {
  width: 100%;
  height: 15.625vw;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1440px) {
  .c-banner {
    height: 15.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-banner {
    height: 27.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-banner {
    height: 20rem;
  }
}

.c-banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-banner__inner picture .c-banner__img,
  .c-banner__inner picture .c-banner__img2 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-banner__img {
  position: absolute;
  right: -9.8%;
  top: -85%;
  width: auto;
  height: 325%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .c-banner__img {
    left: -50%;
    top: -80%;
    height: 300%;
  }
}
@media screen and (max-width: 425px) {
  .c-banner__img {
    left: -40%;
    top: -20%;
    height: 180%;
  }
}

@media screen and (min-width: 769px) {
  .c-banner__img--raised {
    top: -105%;
  }
}

.c-banner__img2 {
  position: absolute;
  right: -25.8%;
  bottom: -146%;
  width: auto;
  height: 425%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .c-banner__img2 {
    right: -70%;
    bottom: -70%;
    height: 280%;
  }
}
@media screen and (max-width: 425px) {
  .c-banner__img2 {
    right: -125%;
    bottom: -70%;
    height: 280%;
  }
}

.c-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(79, 79, 79)), color-stop(47%, rgb(79, 79, 79)), to(rgba(79, 79, 79, 0)));
  background: linear-gradient(to right, rgb(79, 79, 79) 0%, rgb(79, 79, 79) 47%, rgba(79, 79, 79, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-banner__overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 79, 79)), color-stop(20%, rgba(79, 79, 79, 0.6)), to(rgba(79, 79, 79, 0)));
    background: linear-gradient(to bottom, rgb(79, 79, 79) 0%, rgba(79, 79, 79, 0.6) 20%, rgba(79, 79, 79, 0) 100%);
  }
}

.c-banner__ribbon {
  position: absolute;
  right: -45%;
  top: -43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 300%;
  width: auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .c-banner__ribbon {
    height: 250%;
  }
}

.c-banner__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.75rem;
  z-index: 3;
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .c-banner__content {
    left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-banner__content {
    top: 0;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
    left: 1.5rem;
  }
}

.c-banner__title {
  font-size: var(--fs-4xl);
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
  font-weight: 500;
  width: 90%;
  color: var(--text-white);
}
@media screen and (max-width: 1440px) {
  .c-banner__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-banner__title {
    font-size: var(--fs-xl2);
  }
}
@media screen and (max-width: 768px) {
  .c-banner__title {
    font-size: var(--fs-lg2);
  }
}

.c-banner__subtitle {
  font-size: var(--fs-xl);
  line-height: 1;
  color: var(--base-lightBlue);
  letter-spacing: 0.02em;
  margin-left: 0.2em;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-family: var(--font-outfit);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .c-banner__subtitle {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-banner__subtitle {
    font-size: var(--fs-md);
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .c-banner__subtitle {
    font-size: var(--fs-sm);
    margin-bottom: 0.75rem;
  }
}

.c-camouflage-banner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-camouflage-banner--cta {
  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: 72px 16px;
  background-image: url("../img/top/bg_banner.webp");
}
@media screen and (max-width: 767px) {
  .c-camouflage-banner--cta {
    padding: 40px 16px;
  }
}
.c-camouflage-banner--announcement {
  padding: 5% 0%;
  background-image: url("../img/common/bg_camouflage01.webp");
}

.c-footer-banner {
  width: 100%;
  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: 72px 16px;
  background-image: url("../img/top/bg_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-footer-banner {
    padding: 40px 16px;
  }
}

.c-footer-banner__container {
  width: 100%;
  max-width: 1000px;
  padding: 40px 16px 44px 16px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: visible;
}
.c-footer-banner__container h2 {
  font-weight: 700;
  font-size: var(--fs-2xl2);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-footer-banner__container h2 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-banner__container h2 {
    font-size: var(--fs-xl);
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-banner__container a {
    padding: 10px 35px 10px 20px;
    margin-top: 10px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1200px) {
  .c-footer-banner__container {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-banner__container {
    width: 100%;
    padding: 40px 26px 0 26px;
    gap: 10px;
  }
}

.c-footer-banner__heading-accent {
  font-size: var(--fs-6xl);
  font-family: var(--font-outfit);
  font-weight: 600;
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .c-footer-banner__heading-accent {
    font-size: var(--fs-3xl);
  }
}

.c-footer-banner__sticker1 {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0;
}
.c-footer-banner__sticker1 img:last-of-type {
  height: 349px;
}
@media screen and (max-width: 1200px) {
  .c-footer-banner__sticker1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-banner__sticker1 {
    display: block;
    position: relative;
    top: 10px;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .c-footer-banner__sticker1 img:last-of-type {
    width: 130px;
    height: auto;
    display: block;
    margin-left: 25px;
  }
  .c-footer-banner__sticker1 img:first-child {
    position: absolute;
    top: -65px;
    left: -40px;
    width: 90px;
    height: auto;
    display: block;
  }
}

.c-footer-banner__sticker2 {
  position: absolute;
  top: auto;
  bottom: -30px;
  right: -40px;
}
.c-footer-banner__sticker2 img:last-of-type {
  height: 360px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .c-footer-banner__sticker2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-banner__sticker2 {
    display: block;
    position: relative;
    top: 10px;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .c-footer-banner__sticker2 img:last-of-type {
    width: 170px;
    height: auto;
    display: block;
  }
  .c-footer-banner__sticker2 img:first-child {
    position: absolute;
    top: -55px;
    right: -5px;
    width: 93px;
    height: auto;
    display: block;
  }
}

.c-footer-banner__stickers--option3 .c-footer-banner__bubble2 {
  margin-right: 70px;
}
.c-footer-banner__stickers--option3 .c-footer-banner__sticker2 img:last-of-type {
  height: 340px;
  margin-right: 100px;
}

.c-footer-banner__sticker1 img,
.c-footer-banner__sticker2 img {
  max-width: none;
  height: revert-layer;
}

.c-footer-banner__stickers {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-footer-banner__stickers {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding-top: 60px;
    margin-top: 10px;
    z-index: 22;
  }
}

@media screen and (max-width: 767px) {
  .c-footer-banner__stickers--free-trial2 .c-footer-banner__sticker2 img:last-of-type {
    width: 160px;
  }
  .c-footer-banner__sticker2 img.c-footer-banner__free-trial2-person-right,
  .c-footer-banner__sticker2 img[src*="img_price_speak_person03.webp"],
  .c-footer-banner__sticker2 img[data-src*="img_price_speak_person03.webp"] {
    width: 160px;
  }
  .c-footer-banner__stickers--option3 .c-footer-banner__sticker1 img:first-child {
    top: -35px;
  }
  .c-footer-banner__stickers--option3 .c-footer-banner__sticker2 img:first-child {
    margin-right: -20px;
    margin-top: 0;
  }
  .c-footer-banner__stickers--option3 .c-footer-banner__sticker2 img:last-of-type {
    width: 140px;
    height: auto;
    display: block;
    margin-right: 20px;
    margin-top: -10px;
  }
  .c-footer-banner__stickers--option3 .c-footer-banner__bubble2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .c-footer-banner__stickers--option3 .c-footer-banner__sticker2 img:first-child {
    margin-right: 130px;
    margin-top: 0;
  }
  .c-footer-banner__stickers--option3 .c-footer-banner__sticker2 img:last-of-type {
    height: auto;
    margin-right: 170px;
  }
}
.c-footer-banner__btn {
  margin-left: auto;
  margin-right: auto;
}

.c-footer-banner__link-icon {
  margin-left: 10px;
  margin-bottom: 2px;
}

.c-banner__stickers-row {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-banner__stickers-row {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding-top: 60px;
    margin-top: 10px;
    z-index: 22;
  }
}

.c-banner__speechbubble1 {
  position: absolute;
  top: -60px;
  left: -93px;
}
@media screen and (max-width: 767px) {
  .c-banner__speechbubble1 {
    display: none;
  }
}

.c-banner__speechbubble2 {
  position: absolute;
  top: -60px;
  right: -63px;
}
@media screen and (max-width: 767px) {
  .c-banner__speechbubble2 {
    display: none;
  }
}

.c-banner__sticker2 {
  position: absolute;
  top: 30px;
  right: -40px;
}
@media screen and (max-width: 1200px) {
  .c-banner__sticker2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__sticker2 {
    display: block;
    position: relative;
    top: 10px;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .c-banner__sticker2 img:last-of-type {
    width: 170px;
    height: auto;
    display: block;
  }
  .c-banner__sticker2 img:first-child {
    position: absolute;
    top: -50px;
    right: -5px;
    width: 93px;
    height: auto;
    display: block;
  }
}

.c-recruit-banner__section {
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_recruit.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
.c-recruit-banner__section .c-section-header__text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  text-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .c-recruit-banner__section .c-section-header__text {
    font-size: var(--fs-9xl);
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-banner__section .c-section-header__text {
    font-size: var(--fs-6xl);
  }
}
.c-recruit-banner__section .c-section-header__label,
.c-recruit-banner__section .c-section-header__text {
  color: var(--text-white);
}
@media screen and (max-width: 1090px) {
  .c-recruit-banner__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 40px;
    padding: 60px 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-banner__section {
    padding: 50px 16px;
  }
}

.c-recruit-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .c-recruit-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
    gap: 5px;
    width: 100vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-banner {
    width: 767px;
  }
}

.c-recruit-info {
  padding-left: 16px;
  width: 100%;
  min-width: 0;
  max-width: 600px;
  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: 18px;
}
@media screen and (max-width: 1090px) {
  .c-recruit-info {
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-info {
    gap: 30px;
  }
}

.c-recruit-info__content {
  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: 18px;
}
@media screen and (max-width: 767px) {
  .c-recruit-info__content {
    gap: 25px;
  }
}

.c-recruit-info__content-title {
  font-weight: 700;
  font-size: var(--fs-lg);
  color: var(--text-white);
}

.c-recruit-info__content-desc {
  line-height: 2;
  color: var(--text-white);
}

.c-recruit-banner__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: scrollUp 35s linear infinite;
          animation: scrollUp 35s linear infinite;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-recruit-banner__track img {
  max-width: 386px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1420px) {
  .c-recruit-banner__track img {
    max-width: 286px;
  }
}
@media screen and (max-width: 1090px) {
  .c-recruit-banner__track img {
    max-width: 255px;
    width: 255px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -88px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1090px) {
  .c-recruit-banner__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    -webkit-animation: scrollRight 35s linear infinite;
            animation: scrollRight 35s linear infinite;
  }
}

.c-recruit-banner__track2 {
  -webkit-animation: scrollDown 35s linear infinite;
          animation: scrollDown 35s linear infinite;
}
@media screen and (max-width: 1090px) {
  .c-recruit-banner__track2 {
    -webkit-animation: scrollLeft 35s linear infinite;
            animation: scrollLeft 35s linear infinite;
  }
}

.c-footer-banner__bubble1 {
  position: absolute;
  top: -60px;
  left: -93px;
}

.c-footer-banner__bubble4 {
  position: absolute;
  top: -60px;
  left: -123px;
}

.c-footer-banner__bubble2 {
  position: absolute;
  top: -60px;
  right: -63px;
}

.c-footer-banner__bubble3 {
  position: absolute;
  top: -60px;
  right: -103px;
}

.c-footer-banner__sticker2-img01 {
  margin-right: 20px;
  margin-top: -10px;
}

.c-footer-banner__sticker2-img02 {
  margin-right: 80px;
  margin-top: -10px;
  height: 360px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .c-footer-banner__sticker2-img02 {
    height: 320px;
    width: 115px;
    margin-right: 20px;
  }
  .c-footer-banner__sticker2-img01 {
    margin-right: -10px;
  }
}
.c-section-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .c-section-header__wrapper {
    z-index: 10;
    position: relative;
  }
}

.c-section-header__label {
  font-size: var(--fs-md);
}
.c-section-header__label--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-header__label {
    font-size: var(--fs-base);
    z-index: 10;
  }
}

.c-section-header__text {
  font-size: var(--fs-display);
  line-height: 1;
  font-family: var(--font-outfit);
  font-weight: 400;
}
.c-section-header__text--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-header__text {
    font-size: var(--fs-6xl);
    z-index: 10;
    position: relative;
  }
}

.c-section--white {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern.webp");
  background-size: cover;
  background-position: 0% -170%;
}

.c-section--light-blue {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/bg_light_blue.webp");
  background-size: cover;
  background-position: center;
}

.c-section--white-padded {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-section--light-blue-padded-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-end-note__section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/common/img_gym01.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/common/img_gym01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-end-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(var(--c-end-note-rows, 3), auto);
  grid-auto-flow: column;
  gap: 2.5rem;
  padding: 8rem 0;
}

.c-announcement__section {
  background-image: url("../img/common/bg_camouflage01.webp");
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% 0%;
}
@media screen and (max-width: 767px) {
  .c-announcement__section {
    padding: 40px 16px;
  }
}

.c-announcement {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 67.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .c-announcement {
    width: 100%;
    padding: 3.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-announcement {
    width: 100%;
    padding: 2.5rem 1.25rem;
    padding-bottom: 19rem;
    gap: 1.25rem;
  }
}

.c-announcement__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-announcement__title-container h2 {
  font-size: var(--fs-2xl2);
  font-weight: 500;
  line-height: 1.2;
}
.c-announcement__title-container h2:nth-child(2) {
  color: var(--text-lightBlue);
  font-size: var(--fs-6xl);
  font-family: var(--font-outfit);
}
@media (max-width: 1024px) {
  .c-announcement__title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .c-announcement__title-container h2:nth-child(2) {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-announcement__title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    text-align: center;
  }
  .c-announcement__title-container h2 {
    font-size: var(--fs-lg2);
  }
  .c-announcement__title-container h2:nth-child(2) {
    font-size: var(--fs-2xl2);
  }
}

.c-announcement__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
  font-weight: 500;
}
.c-announcement__body span {
  color: var(--base-lightBlue);
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-announcement__body {
    font-size: var(--fs-sm2);
    line-height: 1.9;
  }
}

.c-announcement__speak--01 {
  bottom: 0rem;
  left: -1rem;
}
.c-announcement__speak--01 .c-speak-person__bubble {
  top: -3rem;
  right: 10rem;
}
@media (max-width: 1440px) {
  .c-announcement__speak--01 {
    left: 3%;
    bottom: 20%;
  }
  .c-announcement__speak--01 .c-speak-person__person {
    height: 18rem;
  }
}
@media (max-width: 768px) {
  .c-announcement__speak--01 {
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 3rem;
  }
  .c-announcement__speak--01 .c-speak-person__person {
    height: 15rem;
  }
  .c-announcement__speak--01 .c-speak-person__bubble {
    height: 5rem;
    top: -2rem;
    right: 6rem;
  }
}

.c-announcement__speak--02 {
  bottom: 0rem;
  right: -1rem;
}
.c-announcement__speak--02 .c-speak-person__bubble {
  top: -4rem;
  right: -7rem;
}
@media (max-width: 1440px) {
  .c-announcement__speak--02 {
    right: 1%;
    bottom: 20%;
  }
  .c-announcement__speak--02 .c-speak-person__person {
    height: 18rem;
  }
}
@media (max-width: 768px) {
  .c-announcement__speak--02 {
    display: block;
    position: absolute;
    bottom: -0.5rem;
    right: 4rem;
  }
  .c-announcement__speak--02 .c-speak-person__person {
    height: 15rem;
  }
  .c-announcement__speak--02 .c-speak-person__bubble {
    height: 5rem;
    top: -3.5rem;
    right: -5rem;
  }
}

.c-section--light-blue-padded {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-section--light-blue-padded {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-section--white-padded {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.c-section__content-centered {
  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;
  position: relative;
}

.c-section__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section__header-row--sm-gap {
  gap: 0.75rem;
}
.c-section__header-row--md-gap {
  gap: 1rem;
}
.c-section__header-row--lg-gap {
  gap: 70px;
}

.c-section__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;
}
.c-section__sub-text--sm-gap {
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-section__sub-text {
    margin-top: 20px;
  }
}

.c-section__sub-text--sm-gap {
  gap: 0.75rem;
}

.c-section__stack-180 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 180px;
}
@media screen and (max-width: 767px) {
  .c-section__stack-180 {
    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;
  }
}

.c-section__stack-100 {
  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;
}

.c-section__stack-50 {
  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;
}

.c-section__stack-40 {
  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;
}

.c-flex-gap-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-flex-col-gap-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-flex-col-gap-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.c-flex-gap-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.c-flex-gap-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.c-flex-gap-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.c-flex-col-centered-2 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.c-flex-col-centered-22 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}

.c-flex-col-centered-4 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.c-flex-col-centered-0 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}

.c-flow-section {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-flow-section__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flow-section__highlight {
  color: var(--text-lightBlue);
  font-weight: 700;
}

.c-flow-section__panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-summary-card {
  width: 100%;
  background-color: var(--base-white);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-summary-card--stack {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow: hidden;
}

.c-summary-card__body {
  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-sizing: border-box;
          box-sizing: border-box;
}

.c-summary-card__text {
  font-weight: 500;
  line-height: 2;
}

.c-summary-card__accent {
  color: var(--text-lightBlue);
}

.c-announcement__btn {
  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;
  color: white;
  gap: 0.5rem;
  font-weight: 700;
  font-size: var(--fs-lg);
}
.c-announcement__btn svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-announcement__btn:hover svg:last-child {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media screen and (max-width: 767px) {
  .c-announcement__btn {
    font-size: var(--fs-base);
  }
}

.c-hover-text-underline {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.c-hover-text-underline::before, .c-hover-text-underline::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 5px;
  margin: 5px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  opacity: 0;
  background-color: var(--base-lightBlue);
}
.c-hover-text-underline:hover::before, .c-hover-text-underline:hover::after {
  right: 0;
}

.c-end-note__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 1rem;
}
.c-end-note__card-header h2,
.c-end-note__card-header h3 {
  font-size: var(--fs-xl);
  font-weight: 600;
  padding-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-end-note__card-icon {
  background-color: var(--base-lightBlue);
  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: 1rem;
  height: 5.625rem;
  width: 5.625rem;
}

.c-end-note__card-icon--rules svg {
  display: block;
  width: 2.625rem;
  height: 3.3125rem;
}

.c-end-note__card-icon--contact svg {
  display: block;
  width: 2.625rem;
  height: 1.75rem;
}

.c-end-note__card-icon-btn {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--base-lightBlue);
  border-radius: 50%;
  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;
}

.c-end-note__card-body {
  font-size: var(--fs-base);
  line-height: 2;
  font-weight: 500;
  padding: 2rem 2.5rem;
}
.c-end-note__card-body a {
  color: var(--base-lightBlue);
}

.c-end-note__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  width: 100%;
}
.c-end-note__card .c-end-note__card-header {
  -webkit-tap-highlight-color: transparent;
}
.c-end-note__card span {
  color: var(--base-lightBlue);
}
.c-end-note__card .c-end-note__card-header:hover .c-btn-icon--light-blue, .c-end-note__card .c-end-note__card-header:active .c-btn-icon--light-blue, .c-end-note__card .c-end-note__card-header:focus-visible .c-btn-icon--light-blue {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
}
.c-end-note__card .c-end-note__card-header:hover .c-btn-icon--light-blue svg, .c-end-note__card .c-end-note__card-header:active .c-btn-icon--light-blue svg, .c-end-note__card .c-end-note__card-header:focus-visible .c-btn-icon--light-blue svg {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}
.c-end-note__card .c-end-note__card-header:hover .c-btn--green-wrapper {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
}
.c-end-note__card .c-end-note__card-header:hover .c-btn--green-wrapper img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}
@media (hover: none) {
  .c-end-note__card .c-end-note__card-header:hover .c-btn--green-wrapper,
  .c-end-note__card .c-end-note__card-header:active .c-btn--green-wrapper {
    background-color: var(--base-lightBlue);
    border-color: transparent;
  }
  .c-end-note__card .c-end-note__card-header:hover .c-btn--green-wrapper img,
  .c-end-note__card .c-end-note__card-header:active .c-btn--green-wrapper img {
    -webkit-filter: none;
            filter: none;
  }
}

.c-end-note__col {
  display: contents;
}

@media (max-width: 1050px) {
  .c-end-note {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
@media (max-width: 1024px) {
  .c-end-note {
    padding: 6rem 0;
    gap: 2rem;
  }
  .c-end-note__col {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .c-end-note {
    padding: 4rem 0;
    gap: 1.25rem;
  }
  .c-end-note__col {
    gap: 1.25rem;
  }
  .c-end-note__card-header .c-end-note__card-header {
    padding-right: 0;
  }
  .c-end-note__card-header h2,
  .c-end-note__card-header h3 {
    font-size: var(--fs-md);
  }
  .c-end-note__card {
    min-height: auto;
  }
  .c-end-note__card-icon {
    width: 4rem;
    height: 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-end-note__card-icon--rules svg {
    width: 2rem;
    height: 2.5rem;
  }
  .c-end-note__card-icon--contact svg {
    width: 2rem;
    height: 1.3125rem;
  }
  .c-end-note__card-body {
    font-size: var(--fs-sm2);
    padding: 1.25rem 1.5rem;
  }
}
.c-page-link-banner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-page-link-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-page-link-banner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  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: 15px;
  padding: 15px 120px;
  background-color: var(--base-black);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.c-cookie-notice.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.c-cookie-notice.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.c-cookie-notice .c-footer-btn {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: var(--base-white);
  color: var(--base-black);
  border-radius: 5px;
  font-weight: 550;
  padding: 5px 10px;
}
.c-cookie-notice .c-footer-btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .c-cookie-notice {
    -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;
    padding-left: 16px;
    padding-right: 16px;
    gap: 12px;
  }
  .c-cookie-notice p {
    font-size: var(--fs-xs);
  }
  .c-cookie-notice .c-cookie-notice__sub {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.c-cookie-notice__text {
  font-weight: 400;
  font-size: var(--fs-sm);
  color: var(--text-white);
}

.c-cookie-notice__sub {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: var(--fs-xs);
  color: var(--text-white);
}

.c-cookie-notice__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.c-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  gap: 2rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .c-page-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2rem;
  }
}

.c-page-nav__item {
  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;
  gap: 0.5rem;
  font-weight: 500;
  font-size: var(--fs-sm2);
  color: var(--text-black1);
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-page-nav__item:hover {
  color: var(--base-lightBlue);
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-bottom: 3rem;
}

.c-section-title__label {
  font-size: var(--fs-md);
  font-weight: 500;
}

.c-section-title__text {
  font-size: var(--fs-display);
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--font-outfit);
}
@media screen and (max-width: 767px) {
  .c-section-title__text {
    font-size: var(--fs-4xl);
  }
}

.c-flex-col-centered-25 {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex-col-start-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex-row-centered-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex-col-gap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-flex-col-end {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.c-flex-col-gap-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.c-flex-col-gap-15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.c-flex-col-start-30 {
  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: 30px;
  width: 100%;
}

.c-flex-col-start-60 {
  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: 60px;
  width: 100%;
}

.c-flex-col-start-62 {
  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: 62px;
  width: 100%;
}

.c-flex-col-centered-15 {
  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: 15px;
}

.c-floating-menu {
  background-color: var(--base-black);
  width: 75px;
  height: 75px;
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 25px;
  z-index: 999;
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-floating-menu.active {
  height: 92vh;
  background-color: var(--base-black);
}
.c-floating-menu.active .c-floating-menu__content {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1091px) {
  .c-floating-menu:not(.active) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-floating-menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.c-floating-menu__menu-label {
  font-family: var(--font-outfit);
  font-size: var(--fs-xs);
  color: var(--text-white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.c-floating-menu__close-label {
  font-family: var(--font-outfit);
  font-size: var(--fs-xs);
  color: var(--text-white);
}

.c-floating-menu__copyright {
  font-family: var(--font-outfit);
  font-size: var(--fs-xs);
  color: var(--text-white);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.c-floating-menu .c-floating-menu__copyright {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-floating-menu__content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}

.c-floating-menu__close {
  display: none;
}

@media screen and (min-width: 1091px) {
  .c-floating-menu.active .c-floating-menu__menu-label {
    display: none;
  }
  .c-floating-menu.active .c-floating-menu__close {
    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: 4px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-floating-menu.active .c-floating-menu__close svg {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .c-floating-menu__content {
    display: none;
  }
  .c-floating-menu__btn {
    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;
    height: 100%;
  }
  .c-floating-menu {
    max-height: 75px;
  }
  .c-floating-menu__menu-label {
    display: none;
  }
  .c-floating-menu__close {
    display: none;
  }
  .c-desktop-menu-icon {
    display: none;
  }
}
@media screen and (min-width: 1091px) {
  .c-floating-menu__btn {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
  }
  .c-floating-menu__btn .c-hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }
  .c-floating-menu__btn .c-hamburger-menu__bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .c-floating-menu.active .c-hamburger-menu__bar:nth-child(1) {
    -webkit-transform: translateY(18px) rotate(45deg);
            transform: translateY(18px) rotate(45deg);
  }
  .c-floating-menu.active .c-hamburger-menu__bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .c-floating-menu.active .c-hamburger-menu__bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-mobile-overlay {
    top: 50px !important;
    height: calc(100vh - 50px) !important;
  }
  .c-floating-menu {
    max-height: 50px;
    width: 50px;
  }
}
.c-hamburger-menu {
  display: none;
}

@media screen and (max-width: 1090px) {
  .c-hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }
  .c-hamburger-menu__bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .c-hamburger-menu.active {
    background-color: transparent;
  }
  .c-hamburger-menu.active .c-hamburger-menu__bar:nth-child(1) {
    -webkit-transform: translateY(18px) rotate(45deg);
            transform: translateY(18px) rotate(45deg);
  }
  .c-hamburger-menu.active .c-hamburger-menu__bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .c-hamburger-menu.active .c-hamburger-menu__bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu {
    gap: 5px;
  }
  .c-hamburger-menu__bar {
    width: 25px;
    height: 1px;
  }
  .c-hamburger-menu.active .c-hamburger-menu__bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .c-hamburger-menu.active .c-hamburger-menu__bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .c-hamburger-menu.active .c-hamburger-menu__bar:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
            transform: translateY(-4px) rotate(-45deg);
  }
}
.c-scroll-indicator {
  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: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-black);
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.c-scroll-indicator p {
  font-family: var(--font-outfit);
  font-size: var(--fs-xs);
  color: var(--text-white);
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-scroll-indicator p:hover {
  color: var(--base-lightBlue);
}
.c-scroll-indicator:hover .c-img-blue {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}
.c-scroll-indicator img {
  margin-left: 0;
}

.c-floating-menu.active .c-scroll-indicator {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.c-floating-menu.active .c-scroll-indicator.scrolling,
.c-scroll-indicator.scrolling {
  opacity: 0;
  pointer-events: none;
}

.c-scroll-indicator__arrow {
  position: absolute;
  bottom: 20px;
  left: -47px;
}
.c-scroll-indicator__arrow img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 1090px) {
  .c-floating-menu.active .c-scroll-indicator {
    opacity: 0;
    pointer-events: none;
  }
}
.c-scroll-indicator--mv {
  position: absolute;
  left: auto;
  right: 2.5rem;
  bottom: 2.5rem;
  width: auto;
  background-color: transparent;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.c-scroll-indicator--mv p {
  color: var(--text-white);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.c-scroll-indicator--mv img {
  -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
          filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1090px) {
  .c-scroll-indicator--mv {
    display: none;
  }
}

.c-scroll-indicator--mobile {
  display: none;
}
.c-scroll-indicator--mobile.hidden-by-menu {
  display: none;
}

@media screen and (max-width: 1090px) {
  .c-scroll-indicator--mobile {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    position: absolute;
    top: calc(100vh - 287px);
    right: 20px;
    bottom: auto;
    background: transparent;
    pointer-events: auto;
    cursor: pointer;
    z-index: 998;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .c-scroll-indicator--mobile p {
    font-family: var(--font-outfit);
    font-size: var(--fs-xs);
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    color: white;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .c-scroll-indicator--mobile img {
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
            filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
  .c-scroll-indicator--mobile.scrolling {
    opacity: 0;
    pointer-events: none;
  }
}
.c-mobile-overlay {
  position: fixed;
  top: 98px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--base-white);
  z-index: 2;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: var(--base-white);
}

@media screen and (min-width: 1091px) {
  .c-desktop-menu-icon {
    display: none;
  }
}

.c-desktop-menu-popup {
  position: fixed;
  left: 0;
  right: 75px;
  top: 75px;
  height: calc(95vh - 104px);
  background-color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 998;
}
@media screen and (max-width: 1090px) {
  .c-desktop-menu-popup {
    display: none;
  }
}

.c-desktop-menu-popup__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.c-desktop-menu-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-desktop-menu-popup__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60%;
  min-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 60px clamp(40px, 5vw, 120px) 50px;
  overflow-y: auto;
}

.c-desktop-menu-popup.active {
  opacity: 1;
  pointer-events: auto;
  background-color: white;
}

.c-desktop-menu-popup__columns {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.c-desktop-menu-popup__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.c-desktop-menu-popup__column:hover .c-footer-section-header__line {
  display: block;
}

.c-desktop-menu-popup__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.c-desktop-menu-popup__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.c-desktop-menu-popup__section:hover .c-footer-section-header__line {
  display: block;
}

.c-desktop-menu-popup__links {
  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;
  font-size: var(--fs-sm2);
}

.c-desktop-menu-popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 30px;
}

.c-desktop-menu-popup__bottom-btns {
  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;
}

.c-desktop-menu-popup__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--fs-sm);
}

.c-desktop-menu-popup a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-desktop-menu-popup a:hover {
  opacity: 0.7;
}

.c-desktop-menu-popup__link--highlight {
  color: var(--text-lightBlue);
}

.c-desktop-menu-popup .l-footer__blue-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-desktop-menu-popup__bottom--gap {
  gap: 20px;
}

.c-desktop-menu-popup .c-footer-section-header {
  position: relative;
}

.c-footer-brand-logo {
  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;
}
.c-footer-brand-logo img {
  width: 160px;
  height: auto;
}
.c-footer-brand-logo p {
  font-family: var(--font-outfit);
}

.c-footer-brand-name {
  text-align: right;
  transform: translate(-20px, 8px);
}

.c-footer-cta-links {
  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;
}
.c-footer-cta-links .c-btn--light-blue {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer-section-header {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--base-gray);
}
.c-footer-section-header img {
  width: 30px;
  height: 5px;
}
.c-footer-section-header p {
  color: var(--base-black);
  font-family: var(--font-outfit);
  font-size: var(--fs-md);
  font-weight: 500;
}

.c-footer-section-header__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--base-lightBlue);
}

.c-footer-section-header__arrow {
  width: 30px;
  height: 5px;
}

.c-footer-section-header__arrow-sign {
  display: none;
}

.c-nav-divider {
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--base-gray);
}
@media screen and (max-width: 767px) {
  .c-nav-divider {
    height: 30px;
  }
}

.c-footer-nav-link--highlight {
  color: var(--text-lightBlue);
}

.c-footer-icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: var(--fs-sm2);
}
.c-footer-icon-link img {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 1050px) {
  .c-footer-section-header {
    cursor: pointer;
    padding: 16px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .c-footer-section-header img {
    width: 20px;
    height: auto;
  }
  .c-footer-section-header__arrow-icon {
    display: none;
  }
  .c-footer-section-header__arrow-sign {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .c-footer-section-header__sign-open {
    display: inline-block;
  }
  .c-footer-section-header__sign-close {
    display: none;
  }
  .c-footer-section-header__line {
    display: block;
  }
  .c-footer-section-header__arrow {
    -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;
  }
  .l-footer__nav-section.open .c-footer-section-header__sign-open {
    display: none;
  }
  .l-footer__nav-section.open .c-footer-section-header__sign-close {
    display: inline-block;
  }
  .l-footer__nav-section.open .c-footer-section-header__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.c-scroll-up-btn {
  width: 50px;
  height: 50px;
  padding: 0;
  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: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.c-scroll-up-btn img {
  -webkit-transform: scaleX(-1) rotate(-90deg);
          transform: scaleX(-1) rotate(-90deg);
}
.c-scroll-up-btn:hover img:last-child {
  -webkit-transform: translateY(-8px) scaleX(-1) rotate(-90deg);
          transform: translateY(-8px) scaleX(-1) rotate(-90deg);
}

.c-footer-btn {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid var(--base-white);
  color: var(--text-white);
  cursor: pointer;
  font-size: var(--fs-2xs);
  white-space: nowrap;
}

.c-mobile-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--base-borderLightGray);
}

.c-mobile-nav__logo {
  height: 40px;
  width: auto;
}

.c-mobile-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  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;
  width: 44px;
  height: 44px;
  color: var(--base-darkText);
}

.c-mobile-nav__main {
  padding: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .c-mobile-nav__main {
    margin-top: 20px;
  }
}

.c-mobile-nav__section {
  border-bottom: none;
}

.c-mobile-nav__head {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 24px;
  font-family: "Outfit", sans-serif;
  font-size: var(--fs-sm2);
  font-weight: 600;
  color: var(--lightBlue);
  text-align: left;
}

.c-mobile-nav__toggle-sign {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.c-mobile-nav__toggle-sign img {
  width: 20px;
  height: auto;
}

.c-mobile-nav__sign-open {
  display: inline-block;
}

.c-mobile-nav__sign-close {
  display: none;
}

.c-mobile-nav__section.is-open .c-mobile-nav__sign-open {
  display: none;
}

.c-mobile-nav__section.is-open .c-mobile-nav__sign-close {
  display: inline-block;
}

.c-mobile-nav__list {
  list-style: none;
  padding: 0 24px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease, padding 0.35s ease;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.c-mobile-nav__list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--base-lightBg);
}
.c-mobile-nav__list li:last-child {
  border-bottom: none;
}

.c-mobile-nav__section.is-open .c-mobile-nav__list {
  max-height: 600px;
  padding: 0 24px 16px 24px;
}

.c-mobile-nav__link {
  font-size: var(--fs-sm);
  color: var(--base-darkText);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-mobile-nav__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/common/icon_recruitment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-mobile-nav__link:hover {
  color: var(--lightBlue);
}

.c-mobile-nav__link--highlight {
  color: var(--text-lightBlue);
}

.c-mobile-nav__sns-icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-mobile-nav__sub {
  padding: 24px;
}

.c-mobile-nav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mobile-nav__btns .l-footer__blue-btn {
  width: 280px;
  max-width: 100%;
  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;
}

.c-mobile-nav__btn {
  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;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 50px;
  background: var(--lightBlue);
  color: var(--text-white);
  font-size: var(--fs-sm2);
  font-weight: 600;
  text-decoration: none;
}

.c-mobile-nav__utility {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.c-mobile-nav__utility a {
  font-size: var(--fs-2xs);
  color: var(--base-mediumText);
  text-decoration: none;
}
.c-mobile-nav__utility a:hover {
  color: var(--lightBlue);
}

.l-sp-nav__link[target="_blank"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.l-sp-nav__link[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_recruitment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-mobile-nav__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mobile-nav__cta .c-header-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  max-width: 100%;
}

.c-faq {
  background-image: url("../img/family/bg_family_faq.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  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;
}
.c-faq:not([class*="--"]).c-faq--list {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-faq {
    padding: 50px 20px;
  }
}

.c-faq__ribbon {
  position: absolute;
  top: -120px;
  z-index: 1;
  right: -190px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-faq__ribbon {
    width: 200%;
    max-width: none;
    top: -10px;
    right: -115px;
  }
}

.c-faq__ribbon02 {
  position: absolute;
  right: 0;
  top: -80px;
}

.c-faq__ribbon010 {
  position: absolute;
  right: 0;
  top: -140px;
}

.c-faq-ribbon {
  position: absolute;
  top: -5%;
  right: -10%;
  width: 82vw;
  height: auto;
  pointer-events: none;
  overflow: hidden;
}

.c-faq__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-faq__section {
  width: 100%;
}

.c-faq__item {
  padding: 100px 20px;
  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: 767px) {
  .c-faq__item {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-faq__item {
    padding: 50px 20px;
  }
}

.c-faq__content {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto;
  line-height: 1.875;
  max-width: 1440px;
}
.c-faq__content.c-faq__content--gap {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-faq__content {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-faq__icon__q,
  .c-faq__icon__a {
    width: 30px;
    height: auto;
  }
}

.c-faq__accordion {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid var(--base-lightBlue);
  background-color: var(--base-white);
  width: 100%;
}
.c-faq__accordion p {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-faq__accordion {
    margin-bottom: 20px;
  }
}

.c-faq__accordion-header {
  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;
}
.c-faq__accordion-header p {
  font-weight: 700;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-faq__accordion-header:hover {
  opacity: 0.7;
}

.c-faq__accordion-box {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.c-faq__accordion-box p {
  margin-top: 2px;
  line-height: 2.1;
}
.c-faq__accordion-box img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-faq__accordion-box {
    gap: 20px;
  }
}

.c-faq__icon-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-faq__accordion-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  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;
}
.c-faq__accordion-toggle::before, .c-faq__accordion-toggle::after {
  content: "";
  position: absolute;
  background-color: var(--base-lightBlue);
  -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;
}
.c-faq__accordion-toggle::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-faq__accordion-toggle::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-faq__accordion-toggle.active::after {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.c-faq__accordion-inner {
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid var(--base-lightBlue);
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: none;
  transition: none;
}
.c-faq__accordion-inner a {
  color: var(--text-lightBlue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-faq__accordion-inner a:hover {
  opacity: 0.7;
}
.c-faq__accordion-inner-open {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 0;
  border-top: 1px solid var(--base-lightBlue);
}
.c-faq__accordion-inner-opening {
  -webkit-animation: slideDown 0.4s ease forwards;
          animation: slideDown 0.4s ease forwards;
}
.c-faq__accordion-inner.closing {
  -webkit-animation: slideUp 0.4s ease forwards;
          animation: slideUp 0.4s ease forwards;
}

@-webkit-keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
  }
  1% {
    border-top-width: 1px;
  }
  30% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    max-height: 500px;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
  }
}

@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
  }
  1% {
    border-top-width: 1px;
  }
  30% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    max-height: 500px;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
  }
}
@-webkit-keyframes slideUp {
  0% {
    max-height: 500px;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
  }
  30% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.3;
    border-top-width: 1px;
  }
  99% {
    border-top-width: 1px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
  }
}
@keyframes slideUp {
  0% {
    max-height: 500px;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
  }
  30% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.3;
    border-top-width: 1px;
  }
  99% {
    border-top-width: 1px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
  }
}
.c-faq__break {
  display: block;
}

.c-faq__container {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.c-faq__container.--normal {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.c-faq__container__toggle {
  display: none;
}
.c-faq__container__toggle + .c-faq__accordion-header {
  cursor: pointer;
  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;
  padding: 20px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-faq__container__toggle + .c-faq__accordion-header:hover {
  opacity: 0.7;
}
.c-faq__container__toggle ~ .c-faq__accordion-inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  border-top-width: 0;
  border-top: 1px solid var(--base-lightBlue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.c-faq__container__toggle:checked ~ .c-faq__accordion-inner {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 0;
  border-top-width: 1px;
}
.c-faq__container__toggle:checked ~ .c-faq__accordion-header .c-faq__accordion-toggle::after {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
@media screen and (max-width: 767px) {
  .c-faq__container__toggle--pc ~ .c-faq__accordion-inner {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-top-width: 0;
  }
}

.c-label-lightBlue {
  background-color: var(--base-lightBlue);
  font-weight: 600;
  color: var(--text-white);
  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;
  line-height: 1;
}

.c-badge-white {
  background-color: var(--base-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
}

.c-badge-white-sm {
  background-color: var(--base-white);
  padding: 5px 15px;
  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;
}

.c-badge-gray {
  background-color: var(--base-gray);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
}

.c-bar-gray {
  background-color: var(--base-gray);
  width: 100%;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-tag-grayBlue {
  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;
  background-color: var(--base-grayBlue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
}

.c-bg-lightBlue-full {
  background-color: var(--base-lightBlue);
  width: 100%;
}

.c-bg-gray-full {
  background-color: var(--base-gray);
  width: 100%;
}

.c-bg-white-full {
  width: 100%;
  background-color: var(--base-white);
}

.c-row-mb-100 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.c-recommended__btn {
  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;
  margin-top: 10px;
}

.c-recommended__btn-text {
  font-family: var(--font-outfit);
}

.c-shop {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}
.c-shop.--topShop {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-shop.--topShop {
    margin-top: -120px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-shop {
    margin-top: -120px;
  }
  .c-shop .c-btn--light-blue {
    margin-top: 50px;
  }
  .c-shop .c-shop__ribbon.--news img {
    width: 50%;
  }
}
@media screen and (max-width: 570px) {
  .c-shop {
    padding-top: 0;
    margin-top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .c-shop__bg {
    background-image: none;
    background-color: var(--base-white);
  }
}

.c-shop__container {
  width: 100%;
  max-width: 700px;
  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: 40px;
  padding-left: 240px;
}

.c-shop__items-wrapper {
  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: 40px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .c-shop__items-wrapper {
    gap: 30px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-shop__sticker-container {
    width: 100vw;
    min-height: 480px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-shop__label-icon {
    width: 66px;
  }
}

.c-shop__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-shop__header--ver02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-shop__header__text1 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-weight: 700;
  font-size: var(--fs-md);
}
.c-shop__header__text1.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-left: 81px;
  margin-bottom: -40px;
}

.c-shop__header__text2 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-weight: 700;
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
}
.c-shop__header__text2.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  line-height: 1;
}

.c-shop__text {
  max-width: 100%;
  line-height: 2;
}

.c-shop__sub-title {
  font-weight: 700;
  font-size: 1.5625rem;
  color: var(--text-lightBlue);
  line-height: 2;
}

.c-shop__sub-desc {
  line-height: 2;
}

.c-shop__sub-text {
  position: absolute;
  top: 200px;
  left: 760px;
}

.c-shop__no1-icon {
  margin-top: -40px;
}

.c-shop__map-box {
  position: absolute;
  top: 100px;
  right: 150px;
}

.c-shop__map-img {
  margin-top: 100px;
  margin-right: 50px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.c-shop__map-img.--topShop {
  margin-top: 100px;
  margin-right: 0;
  width: min(900px, 50vw);
  max-width: 900px;
  height: auto;
}
.c-shop__map-img canvas {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  transform: translate(0, 0);
  transform-origin: top left;
  border: none;
}

.c-shop__map-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: min(130px, 7.2vw);
  font-size: min(20rem, 17.8vw);
  font-family: var(--font-outfit);
  font-weight: 600;
  color: var(--text-lightBlue);
  z-index: 2;
}

.c-shop__map-unit {
  font-size: min(2.25rem, 2vw);
  font-weight: 700;
  color: var(--text-lightBlue);
}

.c-shop__ribbon {
  margin-top: 40px;
  z-index: 2;
  width: 100vw;
  overflow: hidden;
}

.c-price-plan {
  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 120px 16px;
  background-image: url("../img/top/bg_price.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}
.c-price-plan .c-section-header__label,
.c-price-plan .c-section-header__text {
  color: var(--text-white);
}
@media screen and (max-width: 767px) {
  .c-price-plan {
    padding: 50px 16px 60px 16px;
  }
}

.c-price-plan__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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-price-plan__container {
    gap: 30px;
  }
}

.c-price-plan__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: 60px;
}
@media screen and (max-width: 767px) {
  .c-price-plan__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.c-price-plan__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;
}
@media screen and (max-width: 767px) {
  .c-price-plan__sub-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
}

.c-price-plan__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;
}

.c-price-plan__sub-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .c-price-plan__sub-title {
    font-size: var(--fs-lg);
  }
}

.c-price-plan__sub-desc {
  color: var(--text-white);
  line-height: 2;
}

.c-price-plan__item-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .c-price-plan__item-title {
    margin-top: 0;
  }
}

.c-price-plan__item-details {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.c-price-plan__desc-wrapper {
  background-color: rgba(42, 42, 42, 0.6);
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-price-plan__desc-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-price-plan__desc-wrapper {
    max-width: 100%;
  }
}

.c-price-plan__list {
  border: 1px solid var(--base-lightBlue);
  padding: 40px 16px;
  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;
  gap: 160px;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .c-price-plan__list {
    gap: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .c-price-plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.c-price-plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 158px;
}

.c-price-plan__item-content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-price-plan__item-content {
    -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: 25px;
  }
  .c-price-plan__item-content div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.c-price-plan__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--text-white);
  font-family: var(--font-outfit);
  font-weight: 400;
}

.c-price-plan__btn {
  height: 80px;
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-price-plan__container .c-price-plan__btn {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-price-plan__btn {
    height: 70px;
    padding: 12px 20px;
  }
  .c-price-plan__container .c-price-plan__btn {
    margin-bottom: 10px;
  }
}

.c-price-plan__btn p {
  font-size: var(--fs-lg);
}
@media screen and (max-width: 767px) {
  .c-price-plan__btn p {
    font-size: var(--fs-md);
  }
}

.c-price-plan__info-container {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .c-price-plan__info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-price-plan__info-card {
  width: 100%;
  background-color: var(--base-white);
  padding: 30px 40px;
  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: 20px;
}
@media screen and (max-width: 767px) {
  .c-price-plan__info-card {
    padding: 20px;
    gap: 10px;
  }
}

.c-price-plan__info-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.c-price-plan__info-card__title {
  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;
  color: var(--text-lightBlue);
  font-weight: 700;
  font-size: var(--fs-xl);
}
@media screen and (max-width: 767px) {
  .c-price-plan__info-card__title {
    font-size: var(--fs-md);
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__item--2 {
    margin-left: -50px;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__item--2 .c-price-plan__item-content {
    gap: 20px;
  }
  .c-price-plan__item--2 .c-price-plan__item-content > img {
    position: relative;
    left: 3px;
  }
  .c-price-plan__item--3 .c-price-plan__item-content > img {
    position: relative;
    left: -9px;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__item--3:not(span img) {
    margin-left: -38px;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__container {
    gap: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .c-price-plan__list {
    gap: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .c-price-plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .c-price-plan__desc-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-price-plan__desc-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-price-plan__info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__sub-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__sub-title {
    font-size: var(--fs-lg);
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__item-content {
    -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: 25px;
  }
  .c-price-plan__item-content div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__item-content .c-price-plan__item-title {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__info-card {
    padding: 20px;
  }
}

.c-price-plan__info-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.c-price-plan__info-card__title {
  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;
  color: var(--text-lightBlue);
  font-weight: 700;
  font-size: var(--fs-xl);
}
@media screen and (max-width: 767px) {
  .c-price-plan__info-card__title {
    font-size: var(--fs-md);
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__blue-line {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-price-plan__btn {
    height: 70px;
  }
}

.c-plan-section {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-price-detail {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern.webp");
  background-size: cover;
  background-position: 0% -10%;
  position: relative;
}
.c-price-detail--white {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .c-price-detail--white {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.c-price-detail__content {
  position: relative;
  padding-bottom: 7rem;
}
@media (max-width: 1024px) {
  .c-price-detail__content {
    padding-bottom: 0;
  }
}

.c-price-detail__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .c-price-detail__title-row {
    -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: 1.5rem;
    margin-bottom: 2rem;
  }
}

.c-price-detail__title-desc {
  line-height: 2;
}

.c-price-detail__special-plan {
  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-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .c-price-detail__special-plan {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.c-price-detail__tiers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .c-price-detail__tiers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-price-detail__tier-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base-white);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.c-price-detail__tier-header {
  background: var(--base-grayBlue);
  text-align: center;
  padding: 1rem;
}

.c-price-detail__tier-header.c-price-detail__tier-header--price {
  padding: 0;
}

.c-price-detail__tier-header-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-white);
  letter-spacing: 0.04em;
}

.c-price-detail__tier-monitor-label {
  font-size: 0.9rem;
}

.c-price-detail__tier-body {
  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: 1.75rem 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-price-detail__tier-card-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-price-detail__tier-crown {
  margin-bottom: 0;
  height: 3rem;
}

.c-price-detail__tier-crown-img {
  width: 3rem;
  height: auto;
}

.c-price-detail__tier-subtitle {
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--text-black1);
  text-align: center;
  margin-bottom: 0;
}

.c-price-detail__tier-tagline {
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--base-lightBlue);
  text-align: center;
}

.c-price-detail__tier-desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.7;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .c-price-detail__tier-desc {
    text-align: start;
  }
}

.c-price-detail__tier-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
}

.c-price-detail__tier-feature {
  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: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.5rem);
          flex: 0 0 calc(33.333% - 0.5rem);
}
@media (max-width: 1024px) {
  .c-price-detail__tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
}

.c-price-detail__tier-feature-icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 10px;
  background-color: var(--base-lightBlue);
  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;
}

.c-price-detail__tier-feature-text {
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.4;
}

.c-price-detail__tier-features--cols-5 .c-price-detail__tier-feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 0.6rem);
          flex: 0 0 calc(20% - 0.6rem);
}
@media (max-width: 1024px) {
  .c-price-detail__tier-features--cols-5 .c-price-detail__tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
}

.c-price-detail__tier-extra-note {
  position: absolute;
  bottom: -6rem;
}
@media (max-width: 1024px) {
  .c-price-detail__tier-extra-note {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
}

.c-price-detail__tier-extra-note-text {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-black1);
}

.c-price-detail__tier-card-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-price-detail__tier-card-group > .c-price-detail__tier-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-price-detail__flex-list,
.c-price-detail__col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .c-price-detail__flex-list,
  .c-price-detail__col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-price-detail__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base-white);
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 1024px) {
  .c-price-detail__text-container {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 1025px) {
  #monthly-plan .c-price-detail__text-container,
  #initial-cost .c-price-detail__text-container,
  #option-service .c-price-detail__text-container {
    padding: 1.5rem 2.5rem 2rem;
  }
}
.c-price-detail__table {
  width: 100%;
}

.c-price-detail__table-header,
.c-price-detail__table-cell {
  padding: 0.5rem 0;
}
@media (max-width: 1024px) {
  .c-price-detail__table-header,
  .c-price-detail__table-cell {
    font-size: 0.85rem;
    line-height: 1.765;
  }
}

@media (max-width: 1024px) {
  .c-price-detail__table-cell {
    white-space: nowrap;
    padding-left: 0.75rem;
  }
}

.c-price-detail__table-label {
  font-weight: 500;
  color: var(--text-lightBlue);
}
@media (max-width: 1024px) {
  .c-price-detail__table-label {
    font-size: var(--fs-xs);
    line-height: 1.867;
    display: block;
  }
}

.c-price-detail__subheader-title {
  font-size: var(--fs-base);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-price-detail__title-row {
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-price-detail__title-row .c-section-title {
    margin-bottom: 0;
  }
  .c-price-detail__title-row .c-section-title__text {
    font-size: 3.5rem;
    line-height: 1;
  }
  .c-price-detail__tier-header-label {
    font-size: 0.78rem;
    white-space: nowrap;
  }
  .c-price-detail__tier-card > .c-price-detail__tier-header:first-child {
    padding: 0.5rem;
  }
  .c-price-detail__tier-card > .c-price-detail__tier-header:first-child .c-price-detail__tier-header-label {
    font-size: 1.05rem;
    white-space: normal;
  }
  .c-price-detail__tier-card > .c-price-detail__tier-header:not(:first-child) {
    padding: 0;
  }
  .c-price-detail__tier-card .c-price-detail__tier-card-body {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .c-price-detail__tier-card .c-price-detail__tier-features {
    gap: 1rem 0.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-price-detail__tier-header.c-price-detail__tier-header--price {
    height: 38px;
    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;
  }
  .c-price-detail__tier-header.c-price-detail__tier-header--price .c-price-detail__tier-header-label {
    line-height: 1;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .c-price-detail__tier-header-num {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0.1em;
  }
  .c-price-detail__tier-header.c-price-detail__tier-header--price .c-price-detail__tier-header-label--dual .c-price-detail__tier-header-num {
    font-size: 1.125rem;
  }
  .c-price-detail__tier-feature .c-price-detail__tier-feature-text {
    font-size: var(--fs-sm);
    line-height: 1.5;
    font-weight: 500;
  }
  #initial-cost .c-price-detail__col-row,
  #option-service .c-price-detail__flex-list {
    display: block;
    background-color: var(--base-white);
    padding: 0.75rem 1.25rem 1.25rem;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #initial-cost .c-price-detail__text-container,
  #option-service .c-price-detail__text-container {
    background-color: transparent;
    padding: 0;
  }
  .c-price-detail--white .c-section__stack-100 {
    gap: 3rem;
  }
  #monthly-plan .c-card-label--subheader {
    width: 10rem;
    min-width: 10rem;
  }
  #monthly-plan .c-price-detail__text-container {
    background: #fff;
    border-radius: 0;
    padding: 0.25rem 1.25rem 0.75rem;
  }
  #monthly-plan .c-price-detail__table tr {
    border-bottom: 1px solid #e5e7eb;
  }
  #monthly-plan .c-price-detail__table tr:last-child {
    border-bottom: none;
  }
  #monthly-plan .c-price-detail__table .c-price-detail__table-header,
  #monthly-plan .c-price-detail__table .c-price-detail__table-cell,
  #initial-cost .c-price-detail__table .c-price-detail__table-header,
  #initial-cost .c-price-detail__table .c-price-detail__table-cell,
  #option-service .c-price-detail__table .c-price-detail__table-header,
  #option-service .c-price-detail__table .c-price-detail__table-cell {
    font-size: 0.85rem;
    line-height: 1.765;
  }
  #monthly-plan .c-price-detail__table .c-price-detail__table-label,
  #initial-cost .c-price-detail__table .c-price-detail__table-label,
  #option-service .c-price-detail__table .c-price-detail__table-label {
    font-size: var(--fs-xs);
    line-height: 1.867;
  }
}

.c-shop__ribbon {
  margin-top: 40px;
  z-index: 2;
  width: 100vw;
  overflow: hidden;
}
.c-shop__ribbon img {
  width: 100vw;
}
.c-shop__ribbon.--news {
  position: absolute;
  right: 0;
  top: 2%;
  text-align: right;
}
.c-shop__ribbon.--news img {
  width: 600px;
  display: inline-block;
}
@media screen and (max-width: 450px) {
  .c-shop__ribbon.--news {
    top: -20px;
  }
  .c-shop__ribbon.--news img {
    width: 250px;
  }
}

.c-shop__sticker {
  margin-top: 100px;
}

.c-shop__sticker__figure1 {
  position: absolute;
  left: 400px;
  bottom: -10px;
  z-index: 2;
}
.c-shop__sticker__figure1 img:first-child {
  height: 410px;
  width: 149px;
}
.c-shop__sticker__figure1.--topShop,
.p-about-attraction .c-shop__sticker__figure1 {
  position: absolute;
  left: 575px;
  bottom: 10px;
  z-index: 2;
}

.c-shop__sticker__bubble1 {
  position: absolute;
  top: -60px;
  left: 120px;
}

.c-shop__sticker__figure2 {
  position: absolute;
  bottom: -10px;
  right: 12%;
}
.c-shop__sticker__figure2 img:first-child {
  height: 400px;
  width: auto;
}
.c-shop__sticker__figure2.--topShop,
.p-about-attraction .c-shop__sticker__figure2 {
  position: absolute;
  bottom: -85px;
  right: 12%;
  z-index: 2;
}
.c-shop__sticker__figure2.--topShop img:first-of-type,
.p-about-attraction .c-shop__sticker__figure2 img:first-of-type {
  height: auto;
  width: 200px;
}

.c-shop__sticker__bubble2 {
  position: absolute;
  top: -75px;
  right: -130px;
}

@media screen and (max-width: 1800px) {
  .c-shop__map-box {
    right: 0;
  }
}
@media screen and (max-width: 1615px) {
  .c-shop__map-box {
    right: -50px;
  }
  .c-shop__container {
    padding-left: 100px;
    max-width: 550px;
  }
}
@media screen and (max-width: 1450px) {
  .c-shop__sub-text {
    left: 660px;
  }
}
@media screen and (max-width: 1250px) {
  .c-shop__map-box {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
  .c-shop__map-box .c-shop__map-img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-left: 100px;
  }
  .c-shop__map-box .c-shop__map-img.--topShop {
    max-width: 900px;
  }
  .c-shop__sticker {
    margin-top: 0;
    min-height: 500px;
  }
  .c-shop__container {
    max-width: 100%;
    padding-right: 140px;
    gap: 60px;
  }
  .c-shop__map-number {
    font-size: 19.375rem;
    top: 200px;
    margin-left: 80px;
  }
  .c-shop__sticker__figure1 {
    position: absolute;
    top: 50px;
    left: 30px;
    bottom: auto;
    z-index: 2;
  }
  .c-shop__sticker__figure1 img:first-child {
    height: auto;
    width: 104px;
  }
  .c-shop__sticker__figure1.--topShop,
  .p-about-attraction .c-shop__sticker__figure1 {
    position: absolute;
    left: 25px;
    bottom: 10px;
    z-index: 2;
  }
  .c-shop__sticker__figure2 {
    position: absolute;
    right: 100px;
    top: 140px;
    bottom: auto;
    z-index: 2;
  }
  .c-shop__sticker__figure2.--topShop,
  .p-about-attraction .c-shop__sticker__figure2 {
    position: absolute;
    bottom: -85px;
    right: 120px;
    z-index: 2;
  }
  .c-shop__sticker__figure2 img:first-child {
    height: auto;
    width: 150px;
  }
  .c-shop__sticker__bubble1 {
    position: absolute;
    top: -30px;
    left: 90px;
    z-index: 2;
    width: 119px;
    height: auto;
  }
  .c-shop__sticker__bubble2 {
    position: absolute;
    top: -50px;
    left: 140px;
    right: auto;
    width: 98px;
    height: auto;
  }
  .c-shop__sub-text {
    position: static;
    top: auto;
    left: auto;
  }
  .c-shop__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;
    gap: 10px;
  }
  .c-shop__header .c-shop__label-icon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-shop__header__text1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-shop__header__text1.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin: 0;
    margin-bottom: -20px;
  }
  .c-shop__header .c-shop__no1-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-shop__header__text2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-shop__header__text2.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-shop__sticker .c-shop__ribbon {
    position: absolute;
    bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .c-shop__map-box {
    left: 60px;
  }
  .c-shop__map-box .c-shop__map-img {
    margin: 0 auto;
    margin-left: 0;
  }
  .c-shop__map-number {
    left: -80px;
    font-size: 15.625rem;
  }
}
@media screen and (max-width: 900px) {
  .c-shop__map-box {
    width: 100%;
    left: 0;
  }
  .c-shop__map-box .c-shop__map-img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .c-shop__map-number {
    font-size: 11.25rem;
    top: 200px;
    left: 0;
  }
}
@media screen and (max-width: 850px) {
  .c-shop__map-number {
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-attraction .c-shop {
    padding: 0;
  }
  .c-shop__header--ver02 {
    -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-about-attraction .c-shop__header--ver02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 8px;
    margin-top: -28px;
  }
  .p-about-attraction .c-shop__items-wrapper > .c-shop__map-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-about-attraction .c-shop__items-wrapper > :not(.c-shop__header--ver02):not(.c-shop__map-box) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-about-attraction .c-shop__header__text1 {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  .p-about-attraction .c-shop__header__text1.--flex {
    gap: 8px;
    margin-bottom: -16px;
  }
  .p-about-attraction .c-shop__header__text1.--flex img {
    width: 66px;
    height: auto;
  }
  .p-about-attraction .c-shop__header__text2 {
    font-size: 1.55rem;
  }
  .p-about-attraction .c-shop__header__text2.--flex {
    gap: 12px;
  }
  .p-about-attraction .c-shop__label-icon {
    width: 76px;
  }
  .c-shop__no1-icon {
    width: 57.9px;
    height: auto;
    margin-top: 10px;
    margin-left: 5px;
  }
  .c-shop__map-number {
    font-size: 10.25rem;
    top: 200px;
    left: 0;
  }
  .c-shop__map-unit {
    font-size: var(--fs-md);
  }
  .c-shop__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    gap: 0;
  }
}
@media screen and (max-width: 570px) {
  .c-shop__map-box {
    left: -150px;
  }
  .c-shop__map-box .c-shop__map-img {
    margin-left: 150px;
    margin-top: -30px;
  }
  .c-shop__map-number {
    top: 150px;
    margin-left: 200px;
    text-wrap: nowrap;
  }
  .c-shop__map-number span {
    margin-left: -15px;
  }
  .c-shop__sticker .c-shop__ribbon {
    -webkit-transform: scale(3);
            transform: scale(3);
    margin-left: -180px;
  }
}
@media screen and (max-width: 500px) {
  .c-shop__map-box {
    left: -150px;
  }
  .c-shop__map-box .c-shop__map-img {
    margin-left: 150px;
    margin-top: -30px;
  }
  .c-shop__map-number {
    top: -75px;
    margin-left: 150px;
    text-wrap: nowrap;
  }
  .c-shop__map-number span {
    margin-left: -15px;
  }
  .c-shop__sticker__figure2.--topShop img:first-of-type,
  .p-about-attraction .c-shop__sticker__figure2 img:first-of-type {
    height: auto;
    width: 150px;
  }
  .c-shop__sticker__figure2.--topShop,
  .p-about-attraction .c-shop__sticker__figure2 {
    position: absolute;
    bottom: -85px;
    right: 90px;
    z-index: 2;
  }
  .c-shop__sticker__figure1.--topShop,
  .c-shop__sticker__figure2.--topShop {
    transform: translateY(40px);
  }
}
@media screen and (max-width: 370px) {
  .c-shop__header__text1 {
    font-size: var(--fs-sm2);
  }
}
.c-service__section {
  padding-top: 120px;
  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;
}
@media screen and (max-width: 1500px) {
  .c-service__section {
    gap: 100px;
  }
}
@media screen and (max-width: 1090px) {
  .c-service__section {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-service__section {
    padding-top: 50px;
  }
}

.c-service__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.875;
}
@media screen and (max-width: 1090px) {
  .c-service__container {
    display: none;
  }
}

.c-service__container-sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .c-service__container-sp {
    display: block;
  }
}

.p-top__service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) {
  .p-top__service-card .c-btn--green-wrapper:hover,
  .p-top__service-card:active .c-btn--green-wrapper {
    background-color: var(--base-lightBlue);
    border-color: transparent;
  }
  .p-top__service-card .c-btn--green-wrapper:hover img,
  .p-top__service-card:active .c-btn--green-wrapper img {
    -webkit-filter: none;
            filter: none;
  }
}
.c-service__section-title {
  padding-left: 240px;
}
@media screen and (max-width: 1090px) {
  .c-service__section-title {
    padding-left: 16px;
  }
}

.c-service__subtitle {
  font-weight: 700;
}

.c-service__title {
  font-size: var(--fs-2xl);
  color: var(--text-lightBlue);
  font-weight: 700;
}

.c-service__desc {
  line-height: 2;
  text-align: center;
}

.c-service__content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 40px 16px;
}

.c-service__wrapper {
  width: 100%;
  max-width: 640px;
  background-color: var(--base-white);
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-service__wrapper:hover .c-service__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1090px) {
  .c-service__wrapper {
    max-width: 100%;
    min-height: 539px;
  }
}

a.c-service__wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.c-service__wrapper:hover {
  opacity: 0.7;
}

.c-service__img-wrapper {
  height: 320px;
  overflow: hidden;
}

.c-service__img {
  height: 320px;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1090px) {
  .c-service__img {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c-service__img {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .c-service__img {
    height: 200px;
  }
}

.c-service__wrapper2 {
  margin-top: -90px;
  background-color: var(--base-gray);
}
@media screen and (max-width: 1090px) {
  .c-service__wrapper2 {
    margin-top: 0;
  }
}

.c-service__wrapper3 {
  margin-top: -180px;
}
@media screen and (max-width: 1090px) {
  .c-service__wrapper3 {
    margin-top: 0;
  }
}

.c-service__ribbon {
  position: absolute;
  right: 0;
  top: -170px;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .c-service__break {
    display: none;
  }
}

.c-attraction {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-attraction__shop {
  position: relative;
}

.c-news {
  background-image: url("../img/top/bg_news_section.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 20%;
  padding: 100px 16px 0;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.c-news--bgnone {
  background: var(--base-white);
}
.c-news .c-tabs__panel {
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-news .c-panel-content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid var(--base-gray);
  padding-bottom: 10px;
  text-decoration: none;
  color: inherit;
}
.c-news .c-news__label {
  background-color: var(--base-gray);
  padding: 5px 0;
  min-width: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: var(--fs-sm);
}
@media screen and (max-width: 1090px) {
  .c-news {
    background-image: url("../img/top/bg_news_section_sp.webp");
    padding-top: 52px;
  }
  .c-news .c-tabs__panel {
    padding-top: 30px;
  }
  .c-news .c-btn--light-blue {
    margin-top: 40px !important;
    margin-bottom: 10px;
  }
}

.c-news__ribbon {
  position: absolute;
  top: 70px;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1090px) {
  .c-news__ribbon {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    top: 0;
    right: -190px;
  }
}

.c-news__tabs-container {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

[data-widget=tabs] .c-tabs__panel[aria-selected=false] {
  display: none;
}

[data-widget=tabs] .c-tabs__panel[aria-selected=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-widget=tabs] [data-type=fancy].c-tabs__controls {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  isolation: isolate;
  width: 100%;
}
@media screen and (max-width: 1090px) {
  [data-widget=tabs] [data-type=fancy].c-tabs__controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.c-tabs-fancy .c-tabs__control {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
  color: var(--text-lightBlue);
  font-weight: 500;
  padding: 10px;
  height: 40px;
  width: 100%;
  max-width: 298px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-tabs-fancy .c-tabs__control:hover, .c-tabs-fancy .c-tabs__control[aria-selected=true] {
  background-color: var(--base-lightBlue);
  color: var(--text-white);
}
.c-tabs-fancy .c-tabs__control::before {
  content: unset;
}
@media screen and (max-width: 1090px) {
  .c-tabs-fancy .c-tabs__control {
    max-width: 100%;
  }
}

.c-panel-content:hover .c-news-info__last-text {
  color: var(--text-lightBlue);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-panel-content__arrow {
  width: 30px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-panel-content-text-desk,
.c-panel-content-text-sp {
  letter-spacing: 0.2em;
  line-height: 2;
}

.c-panel-content-text-sp {
  display: none;
  width: 100%;
  margin-top: 20px;
  line-height: 1.5625;
}

.c-news-info-container {
  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: 25px;
  padding-bottom: 0;
  width: calc(100% - 40px);
}

.c-news-info__date {
  font-family: var(--font-outfit);
  color: var(--text-lightBlue);
}

@media screen and (max-width: 1090px) {
  .c-panel-content-text-desk {
    display: none;
  }
  .c-panel-content-text-sp {
    display: block;
  }
  .c-panel-content .c-news-info-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-panel-content img {
    margin-bottom: 15px;
  }
  .c-news-info-container {
    padding-bottom: 0;
  }
  .c-news .c-panel-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-news-info-container .fs-16 {
    font-size: var(--fs-sm2);
  }
  .c-news__label {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-column {
  width: 100%;
  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_column.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-column {
    padding: 50px 16px;
    background-image: url("../img/top/bg_column_sp.webp");
  }
}

.c-column__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: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-column__container {
    gap: 20px;
  }
}

.c-column__box-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;
}
@media screen and (max-width: 767px) {
  .c-column__box-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;
    gap: 20px;
  }
  .c-column__box-header .mt-50 {
    margin-top: 0;
  }
}

.c-column__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;
}
@media screen and (max-width: 767px) {
  .c-column__sub-text {
    margin-top: 0;
  }
}

.c-column__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;
}

.c-column__sub-title {
  font-weight: 700;
  font-size: var(--fs-xl);
}

.c-column__sub-desc {
  line-height: 2;
}

.c-column__date {
  font-weight: 700;
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .c-column__date {
    font-weight: 500;
  }
}

.c-column__item-title {
  font-size: var(--fs-sm2);
}
@media screen and (max-width: 767px) {
  .c-column__item-title {
    font-size: 0.6875rem;
  }
}

.c-column__item-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: 0;
  width: 100%;
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .c-column__item-info {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .c-column__item-info {
    padding: 15px 10px;
  }
}

.c-column__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 60px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .c-column__grid {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-column__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 15px;
  }
  .c-column__grid .c-column__item:nth-child(n+5) {
    display: none;
  }
}

.c-column__item {
  width: 100%;
  background-color: var(--base-white);
}
.c-column__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-column__item a:hover {
  opacity: 0.7;
}
.c-column__item img {
  width: 100%;
}

.c-pager1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-pager1 {
    margin: 20px 0 30px;
  }
}

.c-pager1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  list-style: none;
}

.c-pager1__link {
  width: 40px;
  height: 40px;
  border: 1px solid var(--base-lightBlue);
  background: white;
  color: var(--base-lightBlue);
  border-radius: 50%;
  cursor: pointer;
  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: var(--fs-base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pager1__link:hover:not(.disabled):not(.active):not(.is-active) {
  background: var(--base-lightBlue);
  color: white;
}
.c-pager1__link.active, .c-pager1__link.is-active {
  background: var(--base-lightBlue);
  color: white;
  border-color: var(--base-lightBlue);
}
.c-pager1__link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.c-toc {
  width: 100%;
  max-width: 900px;
  border: 1px solid var(--base-lightMintBorder);
  background: var(--base-white);
}
@media screen and (max-width: 767px) {
  .c-toc {
    max-width: 100%;
  }
}

.c-toc__header {
  background: var(--base-lightBlue);
  padding: 12px 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .c-toc__header {
    min-width: 100%;
    text-align: center;
  }
}

.c-toc__title {
  font-size: var(--fs-sm2);
  font-weight: 500;
  color: var(--text-white);
  letter-spacing: 0.1em;
}

.c-toc__body {
  padding: 40px 40px 60px;
}
@media screen and (max-width: 767px) {
  .c-toc__body {
    padding: 20px 16px 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-toc__body {
    padding: 20px 20px 24px;
  }
}

.c-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.c-toc__item {
  border-bottom: 1px solid var(--base-mintBg);
}
.c-toc__item:last-child {
  border-bottom: none;
}

.c-toc__link,
.c-toc__sublink {
  text-decoration: none;
}

.c-toc__text,
.c-toc__subtext {
  text-decoration: underline;
}

.c-toc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 11px 0;
  color: var(--base-darkText);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-toc__link:hover {
  color: var(--base-lightBlue);
}
@media screen and (max-width: 767px) {
  .c-toc__link {
    font-size: var(--fs-sm);
  }
}

.c-toc__num,
.c-toc__subnum {
  width: 30px;
  text-decoration: none;
}

.c-toc__num {
  font-size: var(--fs-base);
  color: var(--base-lightBlue);
  font-weight: 500;
  min-width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-toc__num {
    font-size: var(--fs-sm);
  }
}

.c-toc__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-toc__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-toc__subitem {
  border-top: 1px solid var(--base-mintBg);
}

.c-toc__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  color: var(--base-darkText);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-toc__sublink:hover {
  color: var(--base-lightBlue);
}
@media screen and (max-width: 767px) {
  .c-toc__sublink {
    font-size: var(--fs-sm);
  }
}

.c-toc__subnum {
  font-size: var(--fs-base);
  color: var(--base-lightBlue);
  font-weight: 500;
  min-width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-toc__subnum {
    font-size: var(--fs-sm);
    min-width: 28px;
  }
}

.c-toc__subtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-breadcrumb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: var(--fs-2xs);
    position: relative;
    margin-top: auto;
    padding-bottom: 1.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .c-breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

.c-breadcrumb-home {
  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) {
  .c-breadcrumb-home {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.c-breadcrumb-separator {
  font-size: var(--fs-base);
  color: var(--text-lightBlue);
}
@media screen and (max-width: 768px) {
  .c-breadcrumb-separator {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.c-breadcrumb-link {
  color: var(--text-white);
  font-size: 0.775rem;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-breadcrumb-link:hover {
  color: var(--base-lightBlue);
}
@media screen and (max-width: 768px) {
  .c-breadcrumb-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-weight: 400;
    white-space: nowrap;
  }
}

.c-breadcrumb--page {
  top: auto;
  width: 90%;
  left: 0;
  bottom: 4%;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb--page {
    top: auto;
  }
}
.c-hero-animate__banner .c-breadcrumb--page {
  left: 105px;
}
@media screen and (max-width: 1250px) {
  .c-hero-animate__banner .c-breadcrumb--page {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-hero-animate__banner .c-breadcrumb--page {
    position: absolute;
    top: auto;
    bottom: 4%;
    left: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.c-campaign-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.c-campaign-block .c-flex-col-gap-4 {
  gap: 0.5rem;
  margin-right: 3%;
}
.c-campaign-block .c-flex-col-gap-4 p,
.c-campaign-block .c-flex-col-gap-4 p:first-child {
  line-height: 2;
}
@media (max-width: 1024px) {
  .c-campaign-block .c-flex-col-gap-4 {
    margin-right: 0;
  }
}

.c-campaign-block__header {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--base-lightBlue);
  margin-right: 3%;
}
.c-campaign-block__header p {
  font-size: var(--fs-xl);
  font-weight: 700;
  line-height: 2;
}
.c-campaign-block__header span {
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .c-campaign-block__header {
    margin-right: 0;
  }
  .c-campaign-block__header p,
  .c-campaign-block__header span {
    font-size: var(--fs-base);
    line-height: 1.7;
  }
}

.c-onlineshop__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background-color: white;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 50dvw;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-onlineshop__text-container .c-section__stack-40 {
  gap: 1.5rem;
}
.c-onlineshop__text-container .c-flex-col-gap-4 {
  gap: 0.5rem;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .c-onlineshop__text-container {
    padding: 2rem;
  }
}
@media (max-width: 1024px) {
  .c-onlineshop__text-container {
    position: relative;
    z-index: 1;
    width: auto;
    margin-top: -3rem;
    margin-left: 1.5rem;
    -webkit-transform: none;
            transform: none;
    padding: 2rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: auto;
    right: auto;
    overflow: hidden;
  }
  .c-onlineshop__text-container .c-section__stack-40 {
    gap: 1.5rem;
  }
}

.c-onlineshop__img-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-onlineshop__img-pattern {
    height: 15%;
    width: auto;
  }
}

.c-onlineshop__title {
  font-family: var(--font-outfit);
  font-weight: 400;
  font-size: var(--fs-6xl);
  line-height: 1em;
}
@media (max-width: 1024px) {
  .c-onlineshop__title {
    font-size: var(--fs-xl2);
  }
}

.c-onlineshop__subtitle {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.4em;
}

.c-onlineshop__text {
  font-size: var(--fs-sm);
  line-height: 1.4em;
}
.c-onlineshop__subtitle,
.c-onlineshop__text,
.c-onlineshop__text-container .c-btn--light-blue {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-onlineshop__subtitle,
  .c-onlineshop__text,
  .c-onlineshop__text-container .c-btn--light-blue {
    margin-left: 0;
  }
  .c-onlineshop__text-container .c-flex-col-gap-4 {
    display: block;
    line-height: 2;
  }
  .c-onlineshop__text {
    display: inline;
    line-height: 2;
  }
  .c-onlineshop__text br {
    display: none;
  }
}

@media (max-width: 1024px) {
  section.u-relative:has(.c-onlineshop__text-container) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  section.u-relative:has(.c-onlineshop__text-container)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(83.3333333333vw + 6rem);
    background: -webkit-gradient(linear, left top, right top, from(rgb(147, 215, 211)), to(rgb(120, 196, 204)));
    background: linear-gradient(to right, rgb(147, 215, 211), rgb(120, 196, 204));
    z-index: 0;
    pointer-events: none;
  }
  section.u-relative:has(.c-onlineshop__text-container) > img {
    width: 100%;
    aspect-ratio: 1.2;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10% center;
       object-position: 10% center;
    position: relative;
    z-index: 1;
  }
}
.c-phone-mockup {
  position: relative;
  z-index: 2;
}

.c-phone-mockup__img {
  position: relative;
  z-index: 2;
  display: block;
  height: 33.333vw;
  width: auto;
}

.c-phone-mockup__video {
  position: absolute;
  top: 2%;
  left: 5.5%;
  width: 89%;
  height: 95.5%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 1;
  border-radius: 1.5625vw;
  background-color: var(--base-lightBlue);
}

.c-dr-amazones__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .c-dr-amazones__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 1000px;
  }
}
.c-dr-amazones__container h2 {
  line-height: 50px;
  font-family: var(--font-outfit);
  font-size: var(--fs-6xl);
}
@media screen and (max-width: 800px) {
  .c-dr-amazones__container h2 {
    font-size: var(--fs-4xl2);
    margin-top: 10px;
  }
}

.c-dr-amazones__section {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--base-white);
  padding: 60px 77px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1700px) {
  .c-dr-amazones__section {
    position: relative;
    -ms-flex-item-align: end;
        align-self: end;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-dr-amazones__section {
    width: 95%;
    padding: 30px;
  }
}

.c-dr-amazones__triangle {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-dr-amazones__triangle {
    width: 120px;
    height: auto;
  }
}

.c-dr-amazones__ribbon-sp {
  display: none;
}

@media screen and (max-width: 1700px) {
  .c-dr-amazones__pic {
    width: 100vw;
  }
}
@media screen and (max-width: 500px) {
  .c-dr-amazones__pic {
    width: 100vw;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -o-object-position: 0 -20px;
       object-position: 0 -20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-dr-amazones__body,
  .c-dr-amazones__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-dr-amazones__label {
    width: 295px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-dr-amazones__btn {
    display: none;
  }
}

.c-data-table {
  width: 100%;
  border-collapse: collapse;
}
.c-data-table th {
  font-size: var(--fs-base);
  line-height: 2;
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
}
.c-data-table td {
  font-size: var(--fs-base);
  line-height: 2;
  font-weight: 500;
  vertical-align: middle;
  text-align: right;
}
.c-data-table tr {
  border-bottom: 1px solid var(--base-gray);
}

.c-other-details-banner {
  width: 100%;
  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/admission/bg_admission_otherDetails.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-other-details-banner {
    padding: 50px 16px;
  }
}

.c-other-details-banner-container {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .c-other-details-banner-container {
    gap: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .c-other-details-banner-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-other-details-banner-container {
    gap: 20px;
  }
}

.c-other-details-banner__list {
  width: 100%;
  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: 40px;
}
@media screen and (max-width: 767px) {
  .c-other-details-banner__list {
    gap: 20px;
  }
}

.c-other-details-banner-item {
  background-color: var(--base-white);
  padding-right: 30px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .c-other-details-banner-item {
    min-height: 260px;
  }
}
@media screen and (max-width: 1050px) {
  .c-other-details-banner-item {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-other-details-banner-item {
    gap: 15px;
    min-height: auto;
    padding-bottom: 20px;
  }
}

.c-other-details-banner-item__header {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.c-other-details-banner-item__header .c-btn--green-wrapper img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-other-details-banner-item__header:hover .c-btn--green-wrapper {
  background-color: var(--base-white);
  border: 1px solid var(--base-lightBlue);
}
.c-other-details-banner-item__header:hover .c-btn--green-wrapper img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(1406%) hue-rotate(96deg) brightness(92%) contrast(82%);
}

.c-other-details-banner-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-other-details-banner-item__title {
    gap: 15px;
  }
}

.c-other-details-banner-item__title-text {
  font-weight: 700;
  font-size: var(--fs-xl);
}
@media screen and (max-width: 767px) {
  .c-other-details-banner-item__title-text {
    font-size: var(--fs-base);
  }
}

.c-other-details-banner-p {
  padding-left: 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-other-details-banner-p {
    padding-left: 20px;
  }
}

.u-bg-gray {
  background-color: var(--base-gray);
}

.u-bg-white {
  background-color: var(--base-white);
}

.u-bg-lightBlue {
  background-color: var(--base-lightBlue);
}

.u-bg-red {
  background-color: var(--base-red);
}

.u-bg-peach {
  background-color: var(--base-peach);
}

.u-bg-brown {
  background-color: var(--base-brown);
}

.u-text-black1 {
  color: var(--text-black1) !important;
}

.u-text-white {
  color: var(--text-white) !important;
}

.u-text-lightBlue {
  color: var(--text-lightBlue) !important;
}

.u-text-red {
  color: var(--text-red) !important;
}

.u-text-peach {
  color: var(--text-peach) !important;
}

.u-text-brown {
  color: var(--text-brown) !important;
}

.u-text-lightPink {
  color: var(--text-lightPink) !important;
}

.u-text-pink {
  color: var(--base-pink) !important;
}

.u-max-width {
  width: min(100% - 40px, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.u-max-width--content {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.u-w-full {
  width: 100%;
}

.u-display-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-display-sp {
    display: block !important;
  }
}

.u-display-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none !important;
  }
}

.u-display-desk {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-display-desk {
    display: none !important;
  }
}

.u-lg-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-lg-block {
    display: none !important;
  }
}

.u-sm-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sm-block {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-block {
    display: block !important;
  }
  .u-md-fs-16 {
    font-size: 1rem !important;
  }
  .u-md-fs-20 {
    font-size: 1.25rem !important;
  }
  .u-md-fs-50 {
    font-size: 3.125rem !important;
  }
  .u-md-mt-20 {
    margin-top: 20px !important;
  }
  .u-md-mt-70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sm-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-md-block {
    display: none !important;
  }
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-font-outfit {
  font-family: var(--font-outfit);
}

.u-font-zen {
  font-family: var(--font-zen);
}

.u-block {
  display: block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-aligncenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-grid {
  display: grid;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-absolute-top5 {
  position: absolute;
  top: 5%;
}

.u-z-10 {
  z-index: 10;
}

.u-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.u-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-link {
  color: var(--text-lightBlue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-text-link:hover {
  opacity: 0.7;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-fs-12 {
  font-size: 0.75rem;
}

.u-fs-14 {
  font-size: 0.875rem;
}

.u-fs-15 {
  font-size: 0.9375rem;
}

.u-fs-18 {
  font-size: 1.125rem;
}

.u-fs-20 {
  font-size: 1.25rem;
}

.u-fs-24 {
  font-size: 1.5rem;
}

.u-fs-25 {
  font-size: 1.5625rem;
}

.u-fs-30 {
  font-size: 1.875rem;
}

.u-fs-36 {
  font-size: 2.25rem;
}

.u-fs-39 {
  font-size: 2.4375rem;
}

.u-fs-46 {
  font-size: 2.875rem;
}

.u-fs-48 {
  font-size: 3rem;
}

.u-fs-60 {
  font-size: 3.75rem;
}

.u-fs-70 {
  font-size: 4.375rem;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-800 {
  font-weight: 800;
}

.u-lh-100 {
  line-height: 1;
}

.u-lh-150 {
  line-height: 1.5;
}

.u-lh-160 {
  line-height: 1.6;
}

.u-lh-180 {
  line-height: 1.8;
}

.u-lh-200 {
  line-height: 2;
}

.u-lh-210 {
  line-height: 2.1;
}

.u-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-py-100 {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.c-icon-hover--lightblue {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.c-icon-hover--lightblue:hover {
  -webkit-filter: invert(82%) sepia(28%) saturate(512%) hue-rotate(128deg) brightness(102%) contrast(83%);
          filter: invert(82%) sepia(28%) saturate(512%) hue-rotate(128deg) brightness(102%) contrast(83%);
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-300 {
  margin-bottom: 300px !important;
}

@media screen and (max-width: 767px) {
  .u-mb-sp50 {
    margin-bottom: 50px !important;
  }
}
.u-ml-4 {
  margin-left: 4px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 768px) {
  .u-md-mt-20 {
    margin-top: 20px !important;
  }
  .u-md-mt-70 {
    margin-top: 70px !important;
  }
}
.c-logo-text {
  font-size: var(--fs-xs);
}

.c-logo-tagline {
  font-family: var(--font-outfit);
  font-size: var(--fs-xs);
}

.c-vertical-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-textlink {
  color: var(--text-lightBlue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-textlink:hover {
  opacity: 0.7;
}

.u-bold {
  font-weight: bold;
}

.swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ========================================
   Dr.Amazones（D-6）: TOPページ・店舗詳細 共通コンポーネント
   content_dr_block.php が両ページで出力。ここが唯一のソース（top.css/storedetail.cssから移設）。
   source: assets/scss/object/component/_content.scss
   ======================================== */
.p-top__dr-amazones {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  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;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--base-bgLinearTop)), to(var(--base-lightGray)));
  background: linear-gradient(to bottom, var(--base-bgLinearTop) 0%, var(--base-lightGray) 100%);
}

.p-top__dr-amazones-pic {
  width: 100%;
  display: block;
}

.p-top__dr-amazones-content {
  z-index: 2;
  position: absolute;
  right: 0;
  background-color: var(--base-white);
  padding: 50px 77px;
  width: 50%;
  max-width: 1000px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__dr-amazones-triangle {
  position: absolute;
  right: 0;
  top: 0;
}

.p-top__dr-amazones-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: 24px;
}

.p-top__dr-amazones-header {
  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;
  position: relative;
}

.p-top__dr-amazones-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-top__dr-amazones-btn {
  margin-top: 24px;
}

.p-top__dr-label {
  font-size: var(--fs-md);
  font-weight: 500;
}

.p-top__dr-clinic-text {
  position: absolute;
  top: 40px;
  left: 260px;
  font-size: var(--fs-sm);
  font-weight: 500;
}

.p-top__dr-heading {
  font-size: var(--fs-lg);
  font-weight: 700;
  line-height: 2;
}

.p-top__dr-text {
  font-size: var(--fs-base);
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 1024px) {
  .p-top__dr-amazones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 200px;
  }
  .p-top__dr-amazones-pic {
    width: 100vw;
  }
  .p-top__dr-amazones-content {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 95%;
    padding: 30px;
  }
  .p-top__dr-amazones-inner {
    gap: 20px;
  }
  .p-top__dr-amazones-body {
    gap: 20px;
  }
  .p-top__dr-amazones-label {
    width: 295px;
    height: auto;
  }
  .p-top__dr-clinic-text {
    position: static;
    font-size: var(--fs-xs);
  }
  .p-top__dr-amazones-triangle {
    width: 120px;
    height: auto;
  }
  .p-top__dr-amazones-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top__dr-amazones-btn {
    display: flex;
  }
  .p-top__dr-amazones-pic {
    width: 100vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top__dr-amazones-pic {
    width: 100vw;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -o-object-position: 0 -20px;
       object-position: 0 -20px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-top__dr-amazones-pic {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 15% top;
       object-position: 15% top;
  }
}/*# sourceMappingURL=global.css.map */
