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

.p-about__hero-slider {
  position: absolute;
  top: 214px;
  left: 105px;
  z-index: 2;
}

.p-about__hero-img {
  width: 100%;
  position: absolute;
  top: 0;
}

.p-about-space {
  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;
  background-image: url("../img/about/bg_space.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 273px 0 300px;
}
@media screen and (max-width: 767px) {
  .p-about-space {
    background-image: url("../img/about/bg_space_sp.jpg");
    padding: 50px 0 60px;
    margin-top: -70px;
  }
}

.p-about-space__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;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .p-about-space__container {
    gap: 20px;
  }
}

.p-about-space__card-title,
.p-about-space__desc-title {
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid var(--base-lightBlue);
}

.p-about-attraction {
  background-image: url("../img/about/bg_attraction.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -10px 100px;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .p-about-attraction {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-about-attraction {
    background-position: center center;
    padding-top: 80px;
  }
  .p-about-attraction .c-shop__bg {
    margin-top: 100px;
  }
}

.p-about-space__content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 6vw, 80px);
  padding: 0 16px;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-about-space__content1 {
    gap: 80px;
    margin-bottom: 40px;
  }
}

.p-about-space__label {
  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;
  font-weight: 700;
  color: var(--text-lightBlue);
}
@media screen and (max-width: 500px) {
  .p-about-space__label {
    margin-bottom: 10px;
    font-size: var(--fs-sm2);
  }
}

.p-about-space__dot {
  font-size: 0.625rem;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .p-about-space__dot {
    margin-right: 5px;
  }
}

.p-about-space__content2 {
  width: 100%;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .p-about-space__content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-about-space__img-wrapper {
  width: 55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  min-height: 900px;
  position: relative;
  z-index: 3;
}
.p-about-space__img-wrapper picture {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1250px) {
  .p-about-space__img-wrapper {
    width: 100%;
    min-height: unset;
  }
}

.p-about-ribbon {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 1200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-ribbon {
    display: block;
    right: -40px;
    bottom: -75px;
    width: 475px;
    max-width: none;
    z-index: 1;
  }
}

.p-about-space__img {
  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) {
  .p-about-space__img {
    height: auto;
  }
}

.p-about-space__stats-overlay {
  position: absolute;
  inset: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
  padding: 0 2rem 2.5rem;
  pointer-events: none;
  z-index: 2;
}
.p-about-space__stats-heading {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--base-lightBlue);
  text-align: center;
  -webkit-text-stroke: 6px var(--base-white);
  paint-order: stroke fill;
}
.p-about-space__stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.75rem;
}
.p-about-space__stats-left {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--base-white);
  text-align: end;
  line-height: 1.4;
  -webkit-text-stroke: 8px var(--text-black1);
  paint-order: stroke fill;
}
.p-about-space__stats-note {
  font-size: var(--fs-sm);
  font-weight: 500;
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  padding: 0.3rem 0.6rem;
  text-shadow: none;
  -webkit-text-stroke: 0;
  margin-top: 0.5rem;
  text-align: center;
}
.p-about-space__stats-number {
  font-size: 12.5rem;
  font-weight: 800;
  color: var(--base-white);
  line-height: 1;
  font-family: var(--font-outfit);
  -webkit-text-stroke: 12px var(--text-black1);
  paint-order: stroke fill;
}
.p-about-space__stats-unit {
  font-size: 3.5rem;
}
.p-about-space__stats-note-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-about-space__stats-overlay {
    padding: 0 1rem 2.25rem;
  }
  .p-about-space__stats-heading {
    font-size: 2rem;
    -webkit-text-stroke: 4px var(--base-white);
    margin-bottom: 0.5rem;
  }
  .p-about-space__stats-row {
    -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;
  }
  .p-about-space__stats-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    font-size: 1.375rem;
    line-height: 1.4;
    text-align: center;
    -webkit-text-stroke: 6px var(--text-black1);
  }
  .p-about-space__stats-left .p-about-space__stats-note {
    display: none;
  }
  .p-about-space__stats-number {
    font-size: 6.5rem;
    -webkit-text-stroke: 10px var(--text-black1);
  }
  .p-about-space__stats-unit {
    font-size: 2.25rem;
  }
  .p-about-space__stats-note-mobile {
    display: block;
    font-size: var(--fs-sm);
    font-weight: 500;
    background-color: var(--base-lightBlue);
    color: var(--text-white);
    padding: 0.3rem 0.75rem;
    margin-top: 0.75rem;
    text-align: center;
  }
}

.p-about-space__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--base-white);
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-space__card {
    padding: 25px 20px;
  }
}

.p-about-space__card-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .p-about-space__card-title {
    font-size: var(--fs-md);
    padding-bottom: 20px;
  }
}

.p-about-space__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;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-about-space__card__body p {
  line-height: 2;
}

.p-about-space__content1__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: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-about-space__content1__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.p-about-space__heading {
  font-weight: 600;
  font-size: var(--fs-5xl);
  color: var(--text-white);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-space__heading {
    font-size: var(--fs-2xl);
    text-align: center;
  }
}

.p-about-space__heading-sub {
  font-family: var(--font-outfit);
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .p-about-space__heading-sub {
    font-size: var(--fs-base);
    margin: 0 auto;
  }
}

.p-about-space__desc {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 47%;
  max-width: 900px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--base-white);
  padding: 30px 36px 30px;
}
@media screen and (max-width: 1250px) {
  .p-about-space__desc {
    position: relative;
    top: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 40px);
    max-width: 100%;
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-space__desc {
    width: calc(100% - 20px);
    margin-top: -20px;
    padding: 25px 20px;
    -webkit-transform: none;
            transform: none;
  }
  .p-about-space__desc .p-about-space__card__body {
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .p-about-space__desc {
    padding: 25px 20px;
  }
}

.p-about-space__desc-title {
  font-weight: 700;
  font-size: var(--fs-xl);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-space__desc-title {
    font-size: var(--fs-md);
    padding-bottom: 20px;
    line-height: 1.5;
  }
}

.p-about-space__desc-highlight {
  color: var(--text-lightBlue);
}
@media screen and (max-width: 767px) {
  .p-about-space__desc-highlight {
    margin-top: 10px;
    display: block;
  }
}

.p-about-space__desc-text {
  line-height: 1.8;
}

.p-about-space__desc-text--lead {
  line-height: 1.5;
}

.p-about-banner__breadcrumb {
  bottom: 4%;
  left: 105px;
  z-index: 15;
}
@media screen and (max-width: 1250px) {
  .p-about-banner__breadcrumb {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-banner__breadcrumb {
    left: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .p-about-banner__breadcrumb {
    position: absolute;
    left: 1.25rem;
    bottom: 4%;
  }
}@media screen and (max-width: 767px) {
  .c-hero-slider__title {
    top: 140px;
  }
  .p-about-attraction .c-shop__sticker__figure1 {
    top: auto;
    bottom: 135px;
    -webkit-transform: none;
            transform: none;
  }
  .p-about-attraction .c-shop__sticker__figure2 {
    top: auto;
    bottom: 40px;
    -webkit-transform: none;
            transform: none;
  }
}

