@charset "UTF-8";
@media screen and (max-width: 768px) {
  .l-header__container {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
  }
}

@media screen and (max-width: 768px) {
  .l-header-nav {
    background-color: transparent;
  }
}

.p-under-mv01 {
  padding: clamp(70.8px, 0px + 9.21875vw, 177px) clamp(0px, 0px + 0vw, 0px) clamp(44px, 0px + 5.7291666667vw, 110px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-under-mv01 {
    margin-top: 70px;
    padding: 98px 0 88px;
  }
}
.p-under-mv01__ttl {
  font-size: clamp(28px, 20.6666666667px + 0.9548611111vw, 39px);
  line-height: 1.4358974359;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-under-mv01__ttl {
    font-size: 25px;
  }
}
.p-under-mv01__ttl--en {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: clamp(72px, 0px + 9.375vw, 180px);
  line-height: 1.2611111111;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-family: "Outfit", serif;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-under-mv01__ttl--en {
    font-size: 64px;
    line-height: 1.265625;
    letter-spacing: 0.05em;
    top: 0px;
  }
}
.p-under-mv01__bg, .p-under-mv01__bg03, .p-under-mv01__bg02, .p-under-mv01__bg01 {
  position: absolute;
  z-index: -1;
  height: auto;
}
.p-under-mv01__bg01 {
  width: clamp(252px, 0px + 32.8125vw, 630px);
  right: clamp(-160px, 0px + -8.3333333333vw, -64px);
  top: clamp(-200px, 0px + -10.4166666667vw, -80px);
}
@media screen and (max-width: 768px) {
  .p-under-mv01__bg01 {
    width: 430px;
    right: -160px;
    top: -95px;
  }
}
.p-under-mv01__bg02 {
  width: clamp(170px, 0px + 22.1354166667vw, 425px);
  left: clamp(-170px, 0px + -8.8541666667vw, -68px);
  top: clamp(-20px, 0px + -1.0416666667vw, -8px);
  opacity: 0.6;
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
@media screen and (max-width: 768px) {
  .p-under-mv01__bg02 {
    width: 200px;
    top: 10px;
    left: -95px;
  }
}
.p-under-mv01__bg03 {
  width: clamp(92px, 0px + 11.9791666667vw, 230px);
  left: 55%;
  top: clamp(164.4px, 0px + 21.40625vw, 411px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
@media screen and (max-width: 768px) {
  .p-under-mv01__bg03 {
    width: 130px;
    top: 270px;
    left: 49%;
  }
}

.p-anchorlink-nav {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(30px 10px 6px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(30px 10px 6px rgba(0, 0, 0, 0.05));
  position: absolute;
  top: clamp(52px, 0px + 6.7708333333vw, 130px);
  right: 10px;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* 追従しているとき（position: fixed） */
  /* main の一番下で止める状態（absoluteで bottom 固定） */
}
@media screen and (max-width: 1024px) {
  .p-anchorlink-nav {
    display: none !important;
  }
}
.p-anchorlink-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.p-anchorlink-nav.is-fixed {
  position: fixed;
  top: clamp(52px, 0px + 6.7708333333vw, 130px);
  /* 画面上からの固定位置（お好みで） */
  right: 10px;
}
.p-anchorlink-nav.is-bottom {
  position: absolute;
  right: 10px;
  bottom: 40px;
  top: auto;
}
.p-anchorlink-nav__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: 25px;
}
.p-anchorlink-nav__link {
  padding-left: 26px;
  position: relative;
  color: #E6000D;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
}
.p-anchorlink-nav__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_apple01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.p-under__ttl01--en {
  font-family: "Outfit", serif;
  font-size: clamp(58.8px, 0px + 7.65625vw, 147px);
  line-height: 0.9863945578;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #E6000D;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-under__ttl01--en {
    font-size: 45px;
    line-height: 0.9333333333;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
}
.p-under__ttl01--jp {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #E6000D;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-under__ttl01--jp {
    font-size: 14px;
    padding-left: 30px;
  }
}
.p-under__ttl01--jp::before {
  content: "";
  width: 26.5px;
  height: 26.5px;
  background-image: url(../img/common/icon_apple01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-under__ttl01--jp::before {
    width: 19px;
    height: 19px;
  }
}

.p-under__ttl02--en {
  font-family: "Outfit", serif;
  font-size: clamp(31.2px, 0px + 4.0625vw, 78px);
  line-height: 0.9871794872;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #E6000D;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-under__ttl02--en {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
}
.p-under__ttl02--jp {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #E6000D;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-under__ttl02--jp {
    font-size: 14px;
    padding-left: 30px;
  }
}
.p-under__ttl02--jp::before {
  content: "";
  width: 26.5px;
  height: 26.5px;
  background-image: url(../img/common/icon_apple01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-under__ttl02--jp::before {
    width: 19px;
    height: 19px;
  }
}