@media (prefers-reduced-motion: no-preference) {
  .main .pageHeader::before, .main .pageHeader::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .scrollIn.pageHeader::before, .main .scrollIn.pageHeader::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  .main .pageHeader {
    overflow: hidden;
  }
}
.main .pageHeader::before {
  content: "";
  display: block;
  width: 5.06rem;
  aspect-ratio: 506/551;
  position: absolute;
  top: -0.94rem;
  right: 2.26rem;
  background: url(../imgs/sakura00.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageHeader::before {
    width: 2.53rem;
    top: -1rem;
    right: 0;
  }
}
.main .outline {
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .outline {
    margin: 1rem 0 0;
  }
}
.main .outline table {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .outline table {
    display: block;
  }
  .main .outline table tbody {
    display: block;
  }
}
.main .outline table::before, .main .outline table::after {
  content: "";
  display: block;
  position: absolute;
  background: 0 0/contain no-repeat;
}
.main .outline table::before {
  width: 2.49rem;
  aspect-ratio: 249/214;
  top: -0.64rem;
  left: -1.24rem;
  z-index: -1;
  background-image: url(../imgs/sakura01.png);
}
@media screen and (max-width: 750px) {
  .main .outline table::before {
    width: 1.24rem;
    top: -0.4rem;
    left: 0;
  }
}
.main .outline table::after {
  width: 1.49rem;
  aspect-ratio: 149/139;
  right: -1.12rem;
  bottom: -0.84rem;
  background-image: url(../imgs/sakura02.png);
}
@media screen and (max-width: 750px) {
  .main .outline table::after {
    width: 0.74rem;
    right: 0;
    bottom: -0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .outline table tr {
    display: block;
  }
}
.main .outline table th,
.main .outline table td {
  box-sizing: border-box;
  border-right: 0.01rem solid #cfc8c7;
  border-bottom: 0.01rem solid #cfc8c7;
  padding-block: 0.24rem;
  font-size: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .outline table th,
  .main .outline table td {
    display: block;
    font-size: 0.28rem;
  }
}
.main .outline table th {
  width: 3.8rem;
  padding-inline: 0.3rem;
  border-left: 0.01rem solid #cfc8c7;
  background: #998f8e;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .main .outline table th {
    width: auto;
    border-bottom: none;
  }
}
.main .outline table td {
  padding-inline: 0.6rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .outline table td {
    border-left: 0.01rem solid #cfc8c7;
    padding-inline: 0.3rem;
  }
  .main .outline table td:first-of-type {
    border-top: none;
  }
}
.main .outline table .info_terms td {
  padding-inline: 0.3rem;
}
.main .outline table .info_terms td h3 {
  font-weight: 400;
}/*# sourceMappingURL=unique.css.map */