@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap");
/*=============================================================
 tools
=============================================================*/
.page {
  position: relative;
  padding-bottom: 168px;
}
@media only screen and (max-width: 1250px) {
  .page {
    padding-bottom: 13.44vw;
  }
}
@media only screen and (max-width: 768px) {
  .page {
    padding-bottom: 19.0625vw;
  }
}
.page__deco {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 1250px) {
  .page__deco {
    top: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__deco {
    top: 29.6875vw;
  }
}
.page__deco__star {
  position: absolute;
}
.page__deco__star.star1 {
  width: 460px;
  top: 14px;
  right: calc(50% - 1109px);
}
@media only screen and (max-width: 1250px) {
  .page__deco__star.star1 {
    width: 36.8vw;
    top: 1.12vw;
    right: calc(50% - 88.72vw);
  }
}
@media only screen and (max-width: 768px) {
  .page__deco__star.star1 {
    width: 29.53125vw;
    top: 2.8125vw;
    right: -14.375vw;
  }
}
.page__deco__star.star2 {
  width: 418px;
  top: 247px;
  right: calc(50% - 925px);
}
@media only screen and (max-width: 1250px) {
  .page__deco__star.star2 {
    width: 33.44vw;
    top: 19.76vw;
    right: calc(50% - 74vw);
  }
}
@media only screen and (max-width: 768px) {
  .page__deco__star.star2 {
    width: 47.65625vw;
    top: 19.375vw;
    right: 1.5625vw;
  }
}
.page__deco__star.star3 {
  width: 1094px;
  top: 120px;
  left: calc(50% - 765px);
}
@media only screen and (max-width: 1250px) {
  .page__deco__star.star3 {
    width: 87.52vw;
    top: 9.6vw;
    left: calc(50% - 61.2vw);
  }
}
@media only screen and (max-width: 768px) {
  .page__deco__star.star3 {
    width: 90.625vw;
    top: 13.28125vw;
    left: 2.1875vw;
  }
}
.page__deco__star.star4 {
  width: 883px;
  top: 329px;
  right: calc(50% - 698px);
}
@media only screen and (max-width: 1250px) {
  .page__deco__star.star4 {
    width: 70.64vw;
    top: 26.32vw;
    right: calc(50% - 55.84vw);
  }
}
.page__topCon {
  position: relative;
  padding: 170px 0 115px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0));
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  .page__topCon {
    padding: 13.6vw 0 9.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__topCon {
    padding: 26.5625vw 0 9.0625vw;
  }
}
.page__ttlBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox {
    width: 96vw;
  }
}
.page__ttlBox__deco {
  position: absolute;
  top: -30px;
  right: -12px;
  width: 533px;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox__deco {
    top: -2.4vw;
    right: -0.96vw;
    width: 42.64vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__deco {
    width: 30.15625vw;
    top: -3.75vw;
    right: -1.875vw;
  }
}
.page__ttlBox__title {
  position: relative;
  line-height: 1;
}
.page__ttlBox__title__line {
  position: absolute;
  top: 0;
  left: 0;
}
.page__ttlBox__title__star {
  position: absolute;
  width: 145px;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox__title__star {
    width: 11.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__title__star {
    width: 16.09375vw;
  }
}
.page__ttlBox__title__star svg {
  width: 100%;
  height: auto;
}
.page__ttlBox__title__star svg path {
  fill: #000;
}
.page__ttlBox__shapes {
  width: 424px;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox__shapes {
    width: 33.92vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__shapes {
    width: 43.75vw;
  }
}
.page__ttlBox__shapesRight {
  display: grid;
  align-items: end;
  justify-content: left;
  grid-template-columns: auto 424px;
  gap: 0 24px;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox__shapesRight {
    grid-template-columns: auto 33.92vw;
    gap: 0 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__shapesRight {
    grid-template-columns: auto 43.75vw;
    justify-content: space-between;
  }
}
.page__ttlBox__shapesRight .page__ttlBox__shapes {
  padding-bottom: 13px;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox__shapesRight .page__ttlBox__shapes {
    padding-bottom: 1.04vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__shapesRight .page__ttlBox__shapes {
    padding-bottom: 1.875vw;
  }
}
.page__ttlBox__shapesCenter .page__ttlBox__title {
  margin: 0 auto;
}
.page__ttlBox__shapesCenter .page__ttlBox__shapes {
  width: 424px;
  margin: 18px auto 0;
}
@media only screen and (max-width: 1250px) {
  .page__ttlBox__shapesCenter .page__ttlBox__shapes {
    width: 33.92vw;
    margin: 1.44vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__shapesCenter .page__ttlBox__shapes {
    width: 47.03125vw;
    margin-top: 1.875vw;
  }
}
.page__con {
  padding-top: 50px;
}
@media only screen and (max-width: 1250px) {
  .page__con {
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con {
    padding-top: 10.15625vw;
  }
}
.page__con__ttlBox {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 25px auto 25px;
  gap: 0 50px;
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .page__con__ttlBox {
    grid-template-columns: 2vw auto 2vw;
    gap: 0 4vw;
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__ttlBox {
    grid-template-columns: 3.90625vw auto 3.90625vw;
    font-size: 9.375vw;
    gap: 0 7.8125vw;
    margin-bottom: 10.15625vw;
  }
}
.page__con__ttlBox::before, .page__con__ttlBox::after {
  content: "";
  display: block;
  width: 25px;
  height: 115px;
  background: url(../img/parts/line_deco.svg) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  .page__con__ttlBox::before, .page__con__ttlBox::after {
    width: 2vw;
    height: 9.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__ttlBox::before, .page__con__ttlBox::after {
    width: 3.90625vw;
    height: 17.96875vw;
  }
}
.page__con__detailBlock {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  border-radius: 136px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock {
    width: 96vw;
    padding: 6.4vw 8vw;
    border-radius: 10.88vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock {
    width: 87.5vw;
    padding: 12.5vw 6.25vw 9.375vw;
    border-radius: 21.25vw;
  }
}
.page__con__detailBlock h3 {
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 500;
  padding: 0 20px 5px 58px;
  margin: 1.5em 0 1.2em;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock h3 {
    font-size: 2.4vw;
    padding: 0 1.6vw 0.4vw 4.64vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h3 {
    font-size: 5.3125vw;
    padding: 0 3.125vw 0.78125vw 8.59375vw;
  }
}
.page__con__detailBlock h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #A7FCFF;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock h3::before {
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h3::before {
    height: 3.90625vw;
  }
}
.page__con__detailBlock h3::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 12px;
  transform: translateY(-50%);
  width: 37px;
  height: 44px;
  background: url("../img/parts/h_deco01.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock h3::after {
    left: 0.96vw;
    width: 2.96vw;
    height: 3.52vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h3::after {
    left: 1.875vw;
    width: 5.78125vw;
    height: 6.875vw;
  }
}
.page__con__detailBlock h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 500;
  padding: 0 20px 5px 52px;
  margin: 1em 0 1.4em;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock h4 {
    font-size: 1.92vw;
    padding: 0 1.6vw 0.4vw 4.16vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h4 {
    font-size: 4.375vw;
    padding: 0 3.125vw 0.78125vw 8.125vw;
    margin-top: 0em;
  }
}
.page__con__detailBlock h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #EBFF00;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock h4::before {
    height: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h4::before {
    height: 3.125vw;
  }
}
.page__con__detailBlock h4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
  background: url("../img/parts/h_deco02.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock h4::after {
    left: 0.96vw;
    width: 1.92vw;
    height: 1.76vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h4::after {
    left: 1.875vw;
    width: 3.75vw;
    height: 3.4375vw;
  }
}
.page__con__detailBlock h5 {
  position: relative;
  display: grid;
  grid-template-columns: 17px auto;
  gap: 0 15px;
  font-size: 16px;
  line-height: 1.3;
  font-style: italic;
  margin: 3em 0 1.2em;
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h5 {
    grid-template-columns: 2.65625vw auto;
    gap: 0 2.34375vw;
    font-size: 3.125vw;
  }
}
.page__con__detailBlock h5::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: 2px;
  background: url("../img/parts/shape1_line_bk.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock h5::before {
    width: 2.65625vw;
    height: 2.65625vw;
    margin-top: 0.625vw;
  }
}
.page__con__detailBlock p {
  font-size: 16px;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock p {
    font-size: 3.125vw;
  }
}
.page__con__detailBlock p.small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock p.small {
    font-size: 2.8125vw;
  }
}
.page__con__detailBlock ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1250px) {
  .page__con__detailBlock ul {
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock ul {
    margin-bottom: 3.125vw;
  }
}
.page__con__detailBlock ul li {
  display: grid;
  grid-template-columns: 17px auto;
  gap: 0 15px;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock ul li {
    grid-template-columns: 2.65625vw auto;
    gap: 0 2.34375vw;
    font-size: 3.125vw;
  }
}
.page__con__detailBlock ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: 2px;
  background: url("../img/parts/shape1_lgr.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page__con__detailBlock ul li::before {
    width: 2.65625vw;
    height: 2.65625vw;
    margin-top: 0.625vw;
  }
}

.page__ttlBox__deco {
  transform: translateX(-100px);
  opacity: 0;
}
.page__ttlBox__title__solid {
  transform: translateX(-10px) translateY(-10px);
  opacity: 0;
  transition: all 0.5s 0.6s ease;
}
.page__ttlBox__title__line {
  transform: translateX(15px) translateY(15px);
  opacity: 0;
  transition: all 0.5s 0.5s ease;
}
.page__ttlBox__title__star {
  transform: rotate(-33deg) translateY(30px) translateX(-140px);
  opacity: 0;
  transition: all 0.9s 0s ease;
}
.page__ttlBox__shapes {
  transform: scaleY(0);
  opacity: 0;
  transition: all 0.6s 0.8s ease;
}
.page__ttlBox__shapes img {
  transform: rotateX(180deg);
  transition: all 1s 1s ease;
}
.page #content {
  opacity: 0;
  transition: all 1s 1.2s ease;
}
.page .btn__back {
  opacity: 0;
  transition: all 1s 1.5s ease;
}
.page.move-on .page__ttlBox__title__solid, .page.move-on .page__ttlBox__title__line, .page.move-on .page__ttlBox__title__star {
  transform: rotate(0deg) translate(0, 0);
  opacity: 1;
}
.page.move-on .page__ttlBox__shapes {
  transform: scaleY(1);
  opacity: 1;
}
.page.move-on .page__ttlBox__shapes img {
  transform: rotateX(0deg);
}
.page.move-on #content {
  opacity: 1;
}
.page.move-on .btn__back {
  opacity: 1;
}

#content {
  position: relative;
  z-index: 2;
}