@charset "UTF-8";
/* =========================
   Foundation
========================= */
.pc-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

/* =========================
   Layout
========================= */
/* =========================
   Foundation
========================= */
header {
  background-color: #F8F9FA;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 51px;
}
@media screen and (min-width: 768px) {
  header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.header__inner {
  position: relative;
  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-left: 6.6666666667%;
  padding-right: 1.3333333333%;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 9.8666666667%;
    padding-right: 0;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    gap: 53px;
  }
}

.header__logo {
  width: 40%;
  max-width: 221px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 258px;
  }
}

.header__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__content {
    display: block;
    background-color: #757E8F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: space-between;
            flex-direction: space-between;
    gap: clamp(40px, 3.6805vw, 53px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: clamp(20px, 2.15277vw, 31px);
    padding-left: clamp(37px, 5.625vw, 81px);
    padding-right: clamp(37px, 3.61111vw, 52px);
  }
}

@media screen and (min-width: 768px) {
  .header-content__link {
    text-decoration: none;
  }
  .header-content__link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 768px) {
  .header-content__link-text {
    color: #fff;
    font-size: clamp(24px, 2.0833vw, 30px);
    font-family: "Cormorant Garamond", serif;
  }
}

.header__menu-wrapper {
  position: relative;
}

.header-menu {
  position: absolute;
  top: 100%;
  left: -153px;
  background-color: #757E8F;
  min-width: 260px;
  padding: 20px 24px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.header-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "hiragino-mincho-pron", serif;
  font-size: clamp(14px, 1.1111vw, 16px);
  padding: 8px 0;
}
.header-menu a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__menu-wrapper:hover .header-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
  right: 0;
  width: 31px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 10px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background: #4A4A4A;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  width: 40px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
  width: 31px;
}

.drawer-content {
  background-color: #757E8F;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__inner {
  padding: 40px 20px;
}

.sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.sns-icons a {
  display: block;
  width: 32px;
  height: 32px;
}
.sns-icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer-content__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: 14px;
  margin-top: 52px;
}

.drawer-content__link {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.drawer-content__link-text {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 16px;
}

.contact-us-button {
  position: fixed;
  top: 51px;
  right: 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;
  background-color: #757E8F;
  color: #ffffff;
  padding: 15px 11px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 800;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .contact-us-button {
    top: clamp(69px, 6.875vw, 99px);
    gap: 18px;
    padding-block: 23px;
    padding-inline: clamp(24px, 2.36111vw, 34px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-us-button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

.contact-us-button__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .contact-us-button__text {
    font-size: clamp(16px, 1.6667vw, 24px);
    font-weight: 500;
  }
}

.contact-us-button__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-us-button__icon {
    display: block;
    width: clamp(16px, 2.152vw, 31px);
  }
  .contact-us-button__icon img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

footer {
  background-color: #757E8F;
  color: #ffffff;
  padding-left: 8.2173611111%;
  padding-right: 5.3472222222%;
}

.footer__content {
  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: 61px;
  padding-bottom: 30px;
  padding-left: 6.6666666667%;
  padding-right: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.footer__header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__header {
    margin-top: 59px;
  }
}

.footer__title {
  font-size: 18px;
  letter-spacing: 0.32em;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 24px;
    letter-spacing: 0.18em;
  }
}

.divider {
  width: 120px;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .divider {
    display: none;
  }
}

.footer__base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .footer__base-info {
    margin-left: 4.7916666667%;
    margin-top: 59px;
  }
}

.footer__info-section,
.footer__access-section {
  font-family: "Noto Sans JP", sans-serif;
}
.footer__info-section h3,
.footer__access-section h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__info-section h3,
  .footer__access-section h3 {
    letter-spacing: 0.08em;
  }
}
.footer__info-section p,
.footer__access-section p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer__info-section p,
  .footer__access-section p {
    letter-spacing: 0.08em;
  }
}
.footer__access-section {
  margin-top: 35px;
}

.divider-footer {
  width: 54.4%;
  height: 1px;
  background: #fff;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .divider-footer {
    width: 1px;
    height: 320px;
    margin-left: 3.7979166667%;
    margin-right: 3.4722222222%;
  }
}

.footer__base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    margin-top: 59px;
  }
}

.footer__sub-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__sub-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer__sns-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 4.1666666667%;
    gap: 27px;
    margin-top: 32px;
  }
}

.footer__sns-links a:hover {
  opacity: 0.7;
}

.x-icon,
.instagram-icon,
.tiktok-icon {
  width: 26px;
}
.x-icon a img,
.instagram-icon a img,
.tiktok-icon a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .x-icon,
  .instagram-icon,
  .tiktok-icon {
    width: 48px;
  }
}

.footer__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: 10px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 20px;
    -webkit-column-gap: 6.0597222222%;
       -moz-column-gap: 6.0597222222%;
            column-gap: 6.0597222222%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

.footer__menu-link {
  text-decoration: none;
  color: white;
  display: block;
}

.footer__menu-link-text {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer-bottom {
  text-align: right;
  margin-top: 68px;
  font-size: 9px;
  font-weight: 300;
  opacity: 0.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: 55px;
    font-size: 14px;
  }
}

/* =========================
   Component
========================= */
.button-wt {
  background-color: #ffffff;
  color: #4A4A4A;
  padding-top: 15px;
  padding-bottom: 13.6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 1px #90A1B8;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 121px;
}
@media screen and (min-width: 768px) {
  .button-wt {
    padding-block: clamp(15px, 2.43vw, 35px);
    padding-inline: clamp(15px, 2.43vw, 35px);
    font-size: clamp(15px, 1.25vw, 18px);
    color: #757E8F;
    min-width: clamp(121px, 17.569vw, 253px);
    text-align: center;
  }
}

.button-gray {
  background-color: #757E8F;
  color: #fff;
  padding-top: 31px;
  padding-bottom: 31px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 154px;
}
@media screen and (min-width: 768px) {
  .button-gray {
    min-width: 200px;
  }
}

.c-heading {
  font-weight: 500;
  font-family: "Qwitcher Grypen", cursive;
  color: #B0B0B0;
  opacity: 0.3;
}

/* =========================
TOP Page
========================= */
body {
  background-color: #F8F9FA;
}

/* =========================
   fv
========================= */
.fv {
  margin-top: 51px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 0;
    padding-top: clamp(69px, 6.875vw, 99px);
  }
}

.fv__img {
  width: 100%;
}
.fv__img img {
  width: 100%;
}

.fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 24%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.6%;
}
@media screen and (min-width: 768px) {
  .fv__contents {
    top: 56%;
    left: 22%;
  }
}

.fv__contents-logo {
  height: auto;
}
.fv__contents-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fv__contents-logo {
    position: relative;
    width: clamp(27px, 33.888vw, 488px);
  }
}

.fv__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10.31px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .fv__sns-icons {
    position: absolute;
    top: 75px;
    right: 7px;
    gap: 16.88px;
  }
}

.fv__x-icon,
.fv__instagram-icon,
.fv__tiktok-icon {
  width: 16px;
  height: auto;
}
.fv__x-icon img,
.fv__instagram-icon img,
.fv__tiktok-icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__x-icon,
  .fv__instagram-icon,
  .fv__tiktok-icon {
    width: clamp(16px, 1.815vw, 26.14px);
  }
}

/* =========================
   concept
========================= */
.concept {
  background-color: #757E8F;
  padding: 40px 16px 132.5px 23px;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 53px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-left: 10.6944444444%;
    margin-right: 0;
    margin-top: 91px;
    padding-top: 107px;
    padding-bottom: 282px;
    padding-left: 100px;
    padding-right: 134px;
    text-align: start;
  }
}

.concept__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    margin: 0;
    max-width: 1272px;
  }
}

.concept__title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  letter-spacing: 0.3em;
  font-family: "Cormorant Garamond", serif;
}
.concept__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72.5%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .concept__title {
    font-size: clamp(21px, 2.847vw, 41px);
    letter-spacing: 0.58em;
  }
}

.concept-lg {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .concept-lg {
    font-size: clamp(21px, 2.847vw, 41px);
  }
}

.concept__content-heading {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  margin: 50px 0 40px;
  font-weight: 100;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .concept__content-heading {
    display: block;
    font-size: clamp(18px, 2.777vw, 40px);
    margin-top: 70px;
    margin-left: 124px;
  }
}

.concept__content-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  padding-inline: 8%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .concept__content-text {
    display: block;
    font-size: clamp(16px, 1.6666vw, 24px);
    padding: 0;
    margin-left: 42.0138888889%;
  }
}

.concept__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: 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .concept__buttons {
    margin-left: 42.0138888889%;
    gap: 25px;
  }
}

.concept__bg-images {
  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;
  background-color: #F8F9FA;
  margin-top: -13px;
}

.concept__bg-img-01 {
  position: relative;
  top: -33px;
  margin-left: 11.4666666667%;
  z-index: 3;
}
.concept__bg-img-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327.57/186;
}
@media screen and (min-width: 768px) {
  .concept__bg-img-01 {
    top: -130px;
    width: 77.5694444444%;
    margin-left: auto;
  }
}

.concept__bg-img-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.concept__bg-img-02 {
  position: relative;
  width: 56%;
}
.concept__bg-img-02 img {
  width: 100%;
  height: auto;
  aspect-ratio: 210/175;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (min-width: 768px) {
  .concept__bg-img-02 {
    width: 51.0416666667%;
  }
  .concept__bg-img-02 img {
    aspect-ratio: 735/490;
  }
}

.concept__bg-img-03 {
  position: absolute;
  width: 50.9%;
  z-index: 2;
  margin-top: 44px;
  right: 0;
}
.concept__bg-img-03 img {
  width: 100%;
  height: auto;
  aspect-ratio: 193/170;
}
@media screen and (min-width: 768px) {
  .concept__bg-img-03 {
    width: 50.5555555556%;
    margin-top: 143px;
  }
  .concept__bg-img-03 img {
    aspect-ratio: 728/485;
  }
}

/* =========================
   unveiling
========================= */
.unveiling {
  padding-top: 80px;
  padding-bottom: 84px;
  padding-inline: 5.3333333333%;
  background-image: url(../img/top-unveiling-bg-img.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .unveiling {
    margin-top: 235px;
    padding-bottom: 373px;
  }
}

.unveiling__inner {
  margin: 0 auto;
  text-align: center;
}

.unveiling__heading {
  font-size: 96px;
  position: absolute;
  left: calc(50% - 183px);
  top: 24px;
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
}
@media screen and (min-width: 768px) {
  .unveiling__heading {
    font-size: clamp(96px, 11.04vw, 159px);
    margin-left: 15.2083333333%;
    top: 0;
    left: 0;
  }
}

.unveiling__title {
  margin-top: 40px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.58em;
  color: #B0B0B0;
  position: relative;
  font-family: "Cormorant Garamond", serif;
}
.unveiling__title::after {
  content: "";
  display: block;
  width: 204px;
  height: 1px;
  background-color: #B0B0B0;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .unveiling__title {
    font-size: clamp(26px, 2.8472vw, 41px);
    margin-top: 70px;
  }
  .unveiling__title::after {
    width: 22.0138888889%;
  }
}

.unveiling__content-inner {
  display: block;
  padding-left: 4.5333333333%;
  padding-right: 6.9333333333%;
  max-width: 4867px;
}

.unveiling__copy {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: #4A4A4A;
  letter-spacing: 0.05em;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .unveiling__copy {
    font-size: clamp(24px, 2.986vw, 43px);
    letter-spacing: 0.27em;
    margin-top: 91px;
  }
}

.unveiling__wonder {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #4A4A4A;
  letter-spacing: 0.34em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .unveiling__wonder {
    text-align: center;
    font-size: clamp(20px, 1.666vw, 24px);
  }
}

.unveiling__text {
  margin-top: 50px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #4A4A4A;
  text-align: left;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .unveiling__text {
    text-align: center;
    font-size: clamp(18px, 1.666vw, 24px);
    line-height: 1.4;
  }
}

/* =========================
   axes
========================= */
/* Three Axes Section */
.axes {
  padding-top: 120px;
  position: relative;
  background-color: #F8F9FA;
}

.axes__be-img {
  position: absolute;
  top: 496px;
  left: -10px;
  width: 69.3333333333%;
  height: 388px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .axes__be-img {
    width: 58.2291666667%;
    height: 1246px;
    top: -213px;
    z-index: 0;
  }
}

.axes__be-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.axes__inner {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .axes__inner {
    margin-left: 58.8194444444%;
    margin-right: 8.6111111111%;
  }
}

.axes__heading {
  font-size: 65px;
  position: absolute;
  left: calc(50% - 183px);
  top: 45px;
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
}
@media screen and (min-width: 768px) {
  .axes__heading {
    font-size: clamp(65px, 11.041vw, 159px);
    top: -33px;
    left: calc(50% - 133px);
    z-index: 2;
  }
}

.axes__title {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.36em;
  color: #B0B0B0;
  font-family: "Cormorant Garamond", serif;
}
.axes__title::after {
  content: "";
  display: block;
  width: 146px;
  height: 1px;
  background-color: #B0B0B0;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .axes__title::after {
    width: 234px;
  }
}
@media screen and (min-width: 768px) {
  .axes__title {
    font-size: clamp(20px, 2.847vw, 41px);
  }
}

.axes__copy-content {
  position: relative;
  background-color: #757E8F;
  padding-top: 53px;
  padding-bottom: 59px;
  padding-inline: 10.1333333333%;
  width: 71.2%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .axes__copy-content {
    padding-inline: 5.2083333333%;
    padding-block: 58px;
    width: 59.6527777778%;
  }
}

.axes__copy-content-inner {
  text-align: center;
}
.axes__copy-content-inner p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: Roboto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .axes__copy-content-inner p {
    font-size: clamp(20px, 2.8472vw, 41px);
    font-family: "hiragino-mincho-pron", serif;
    line-height: 0;
  }
}

.axes__text-mid,
.axes__text-large {
  line-height: 1.43;
  letter-spacing: 0.2em;
  font-family: "hiragino-mincho-pron", serif;
}

.axes__text-mid {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .axes__text-mid {
    font-size: clamp(20px, 2.8472vw, 41px);
  }
}

.axes__text-large {
  font-size: 40px;
  text-shadow: 5px 2px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .axes__text-large {
    font-size: clamp(40px, 4.7222vw, 68px);
  }
}

.axes__description {
  position: relative;
  background-color: #fff;
  margin-top: 244px;
  margin-left: 2.4%;
  margin-right: 5.8666666667%;
  z-index: 2;
}
.axes__description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #B0B0B0;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .axes__description {
    margin-left: 30.3472222222%;
    margin-right: 5.4861111111%;
    margin-top: -40px;
  }
}

.axes__description-inner {
  padding-top: 40.35px;
  padding-bottom: 126px;
  padding-left: 3.2%;
  padding-right: 1.5253333333%;
}
@media screen and (min-width: 768px) {
  .axes__description-inner {
    padding-top: 128px;
    padding-bottom: 116px;
    padding-inline: clamp(12px, 6.9444vw, 100px);
  }
}

.axes__description-heading {
  text-align: center;
}
.axes__description-heading p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .axes__description-heading {
    font-size: clamp(20px, 1.6666vw, 24px);
    text-align: start;
  }
}

.axes__description-text {
  margin-top: 31.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.axes__description-text p {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.14em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .axes__description-text p {
    font-size: clamp(20px, 1.6666vw, 24px);
  }
}
.axes__description-text ul {
  padding-left: 8%;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .axes__description-text ul {
    padding-left: 1.3888888889%;
  }
}

/* =========================
   wonder（お悩み）
========================= */
.wonder {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wonder {
    margin-top: 165px;
  }
}

.wonder__picture {
  width: 100%;
}
.wonder__picture img {
  width: 100%;
  height: auto;
}

/* =========================
   impression
========================= */
.impression {
  padding-top: 181px;
  padding-bottom: 130px;
  background-color: #F8F9FA;
  position: relative;
}
@media screen and (min-width: 768px) {
  .impression {
    padding-top: 259px;
  }
}

.impression__heading {
  font-size: 56px;
  position: absolute;
  left: calc(50% - 174px);
  top: 89px;
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
}
@media screen and (min-width: 768px) {
  .impression__heading {
    font-size: clamp(56px, 11.04vw, 159px);
    top: 89px;
    left: 0;
    margin-left: 1.875%;
  }
}

.impression__title {
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.21em;
  color: #B0B0B0;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}
.impression__title::after {
  content: "";
  display: block;
  width: 139px;
  height: 1px;
  background-color: #B0B0B0;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .impression__title::after {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  .impression__title {
    font-size: clamp(20px, 2.847vw, 41px);
    letter-spacing: 0.3em;
  }
}

.impression__copy {
  color: #333;
  font-size: 30px;
  line-height: 1.43;
  font-family: "hiragino-mincho-pron", serif;
  margin-top: 75px;
  margin-inline: 8%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .impression__copy {
    font-size: clamp(30px, 4.1666vw, 40px);
  }
}

.impression__description {
  margin-top: 40px;
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
}
.impression__description p {
  font-size: 18px;
  line-height: 1.36;
  letter-spacing: 0.22em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .impression__description p {
    font-size: clamp(18px, 1.3888vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .impression__description {
    margin-top: 72px;
    text-align: center;
  }
}

.impression__menus {
  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: 38px;
  padding-right: 5.3333333333%;
  margin-top: 55px;
}
.impression__menus :nth-child(odd) {
  margin-left: auto;
  margin-right: 0;
}
.impression__menus :nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
.impression__menus :nth-child(3) {
  position: relative;
  z-index: 2;
}
.impression__menus :nth-child(3)::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background-image: url(../img/top_impression-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .impression__menus :nth-child(3)::before {
    display: none;
  }
}
.impression__menus :nth-child(6) {
  position: relative;
  z-index: 2;
}
.impression__menus :nth-child(6)::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 79%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 85%;
  background-image: url(../img/top_impression-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .impression__menus :nth-child(6)::before {
    display: none;
  }
}
.impression__menus :nth-child(9) {
  position: relative;
  z-index: 2;
}
.impression__menus :nth-child(9)::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 79%;
  height: 68%;
  background-image: url(../img/top_impression-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .impression__menus :nth-child(9)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .impression__menus {
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: clamp(20px, 11.25vw, 162px);
    grid-row-gap: 20px;
    margin-top: 81px;
    margin-inline: 7.9166666667%;
    padding-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .impression__menus :nth-child(1) {
    position: relative;
    z-index: 5;
  }
  .impression__menus :nth-child(4) {
    position: relative;
  }
  .impression__menus :nth-child(4)::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-image: url(../img/top_impression-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
  }
  .impression__menus :nth-child(5) {
    position: relative;
  }
  .impression__menus :nth-child(5)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-image: url(../img/top_impression-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
  }
  .impression__menus :nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .impression__menus :nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .impression__menus .impression__menu:nth-child(3n+1) {
    -webkit-transform: translateY(131px);
            transform: translateY(131px);
  }
  .impression__menus .impression__menu:nth-child(3n+2) {
    -webkit-transform: translateY(69px);
            transform: translateY(69px);
  }
}

.impression__menu {
  width: 89.3333333333%;
  max-width: 500px;
}
.impression__menu img {
  width: 100%;
  height: auto;
}

/* =========================
   clarity
========================= */
.clarity {
  padding-top: 33px;
  padding-bottom: 100px;
  background: #F8F9FA;
  background-size: cover;
  position: relative;
}
.clarity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 49px;
  right: 0;
  bottom: 0;
  background-image: url(../img/top_clarity-bg.png);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .clarity::before {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .clarity {
    margin-top: 174px;
  }
}

.clarity__title {
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.21em;
  color: #B0B0B0;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  margin-left: 6.9333333333%;
  margin-right: 15.2%;
}
.clarity__title::after {
  content: "";
  display: block;
  width: 234px;
  height: 1px;
  background-color: #B0B0B0;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .clarity__title {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 128px;
  }
}

.clarity__copy {
  color: #4A4A4A;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-family: "hiragino-mincho-pron", serif;
  margin-top: 106px;
  text-align: center;
  margin-left: 8.2666666667%;
  margin-right: 1.6%;
}
@media screen and (min-width: 768px) {
  .clarity__copy {
    font-size: clamp(24px, 2.222vw, 32px);
    text-align: center;
    margin-top: 94px;
    margin-left: 0;
    margin-right: 0;
  }
}

.clarity__description {
  margin-top: 60px;
  margin-left: 5.8666666667%;
  margin-right: 7.4666666667%;
  text-align: center;
  color: #4A4A4A;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .clarity__description {
    text-align: center;
    font-size: clamp(18px, 1.52vw, 22px);
    margin-top: 93px;
    margin-left: 0;
    margin-right: 0;
  }
}

.clarity__contact {
  padding-top: 46.6px;
  padding-bottom: 81.65px;
  text-align: center;
  background: #F8F9FA;
}
@media screen and (min-width: 768px) {
  .clarity__contact {
    margin-top: 69px;
  }
}