.notes {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.6;
}

.animation {
  opacity: 0;
}

.isFade {
  opacity: 0;
  position: relative;
  bottom: -3em;
}
.isFade.isPlay {
  animation: fadein 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    bottom: -3em;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.isLeft {
  opacity: 0;
  position: relative;
  left: -3em;
}
.isLeft.isPlay {
  animation: Leftin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes Leftin {
  0% {
    opacity: 0;
    left: -3em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.isRight {
  opacity: 0;
  position: relative;
  left: 3em;
}
.isRight.isPlay {
  animation: Rightin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes Rightin {
  0% {
    opacity: 0;
    left: 3em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.isRotate {
  animation: Rotate 60s linear infinite;
}

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.eachTextAnime span {
  display: inline-block;
  position: relative;
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.5s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes text_anime_on {
  0% {
    top: 1em;
    left: 2em;
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    top: 0em;
    left: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes en_anime {
  0% {
    top: 0.5em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.delay0hs {
  animation-delay: 0.5s;
}

.delay1s {
  animation-delay: 1s;
}

.delay1hs {
  animation-delay: 1.5s;
}

.delay2s {
  animation-delay: 2s;
}

.delay2hs {
  animation-delay: 2.5s;
}

.delay3s {
  animation-delay: 3s;
}

.button__contact a {
  padding: 1.5rem 2rem;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 29.5rem;
  color: #fff;
  background: #ED8599;
  font-size: 2.4rem;
  position: relative;
}
.button__contact a::before {
  margin-right: 0.75em;
  content: "";
  width: 2.8rem;
  height: 2.1rem;
  background: url(../img/common/icon_mail_white.svg) no-repeat left center;
  background-size: 100% auto;
}
.button__contact--white a {
  color: #ED8599;
  background: #fff;
}
.button__contact--white a::before {
  content: "";
  background: url(../img/common/icon_mail_pink.svg) no-repeat left center;
  background-size: 2.8rem;
}
.button__contact--large a::before {
  background-size: 3.6rem;
}
.button__more span,
.button__more a {
  margin: 0 auto;
  padding: 0.75em;
  border-radius: 2em;
  display: block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  background: #ED8599;
  color: #fff;
  width: 39rem;
}
@media only screen and (max-width: 640px) {
  .button__more span,
  .button__more a {
    font-size: 3.75vw;
    width: 75vw;
  }
}
.button__more span::before,
.button__more a::before {
  margin: auto 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 3.6rem;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/arrow_s.svg) no-repeat right center;
  background-size: 100% auto;
}
.button__more.-white span,
.button__more.-white a {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.button__more.-white span::before,
.button__more.-white a::before {
  background: url(../img/common/arrow_s_w.svg) no-repeat right center;
  background-size: 100% auto;
}
.button__more-s {
  text-align: center;
}
.button__more-s a {
  padding-right: 0.75em;
  padding-bottom: 0.15em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.75);
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .button__more-s a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .button__more-s a {
    font-size: 3.125vw;
  }
}
.button__more-s a::before {
  position: absolute;
  content: "";
  top: 0.35em;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  border-right: 1px solid rgba(0, 0, 0, 0.75);
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .button__more-s a::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.button__more-s span {
  opacity: 0.4;
  text-decoration: underline;
}
.button__more-s span::before {
  display: none;
}
.button__more.-comingsoon span {
  padding: 0;
  opacity: 0.3;
  border: none;
  font-size: 3.6rem;
  width: auto;
  line-height: 1.2;
}
.button__more.-comingsoon span::before {
  display: none;
}

.title {
  line-height: 1.3;
}
.title__block {
  margin-bottom: 4em;
}
@media only screen and (max-width: 640px) {
  .title__block {
    margin-bottom: 3em;
  }
}
.title__row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .title__row {
    display: block;
  }
}
.title__row .title {
  margin: 0 0 0 1em;
}
.title--en {
  font-size: 6.6666666667vw;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  color: rgba(237, 133, 153, 0.5);
}
@media only screen and (max-width: 1580px) {
  .title--en {
    margin-bottom: 0.25em;
    font-size: 9.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .title--en {
    margin-bottom: 0.1em;
    text-align: center;
    font-size: 11.25vw;
  }
}
.title--jp {
  font-size: 1.25vw;
  font-weight: 700;
}
@media only screen and (max-width: 1580px) {
  .title--jp {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .title--jp {
    text-align: center;
  }
}
.title--middle {
  font-size: 5vw;
}
@media only screen and (max-width: 1580px) {
  .title--middle {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 640px) {
  .title--middle {
    font-size: 11.25vw;
  }
}
.title--large {
  margin-bottom: 1.5em;
  font-size: 2.2916666667vw;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 1580px) {
  .title--large {
    font-size: 3.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .title--large {
    font-size: 5vw;
  }
}
.title--small {
  margin-bottom: 0.25em;
  font-size: 6rem;
}
@media only screen and (max-width: 640px) {
  .title--small {
    font-size: 8.75vw;
  }
}

.content {
  position: relative;
}
.content__title {
  margin: 1.5em 0;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .content__title {
    margin: 1.5em 0 1em;
  }
}
.content__title.--large {
  font-size: 4.4rem;
}
@media only screen and (max-width: 640px) {
  .content__title.--large {
    font-size: 6.25vw;
  }
}
.content__title.--large span {
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .content__title.--large span {
    font-size: 4.375vw;
  }
}
.content__title.--middle {
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .content__title.--middle {
    font-size: 4.375vw;
  }
}
.content__title.--small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .content__title.--small {
    font-size: 4.0625vw;
  }
}
.content__title.--darkred {
  color: #AD324A;
}
.content__title.--center {
  text-align: center;
}
.content__lead {
  margin: 0 0 1.5em;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .content__lead {
    font-size: 4.375vw;
  }
}
.content__lead em {
  color: #AD324A;
}

.column__container {
  margin: 6rem auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .column__container {
    margin: 9.375vw auto;
    display: block;
  }
}
.column__container.--reverse {
  flex-direction: row-reverse;
}
.column--50 {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .column--50 {
    width: 100%;
  }
}

.line--dot {
  padding-bottom: 1rem;
  display: inline-block;
  background: url(../img/common/line_dot.svg) repeat-x left bottom;
  background-size: auto 0.8rem;
}

.frame {
  margin: 6rem auto;
  padding: 6rem;
  border-radius: 2.4rem;
  border: solid 0.4rem rgba(237, 133, 153, 0.2);
}
@media only screen and (max-width: 640px) {
  .frame {
    margin: 4.6875vw auto;
    padding: 4.6875vw;
    border-radius: 3.75vw;
  }
}

.bg {
  margin: 6rem auto;
  padding: 6rem;
  border-radius: 2.4rem;
  background: rgba(237, 133, 153, 0.1);
}
@media only screen and (max-width: 640px) {
  .bg {
    margin: 6.25vw auto;
    padding: 6.25vw;
    border-radius: 3.75vw;
  }
}

.bottom--arrow {
  position: relative;
}
.bottom--arrow::after {
  margin: 6rem auto 0;
  content: "";
  display: block;
  width: 3rem;
  height: 8rem;
  background: url(../img/index/arrow_bottom.svg) no-repeat center center;
  background-size: auto 100%;
}
@media only screen and (max-width: 640px) {
  .bottom--arrow::after {
    margin: 6.25vw auto 0;
    width: 3.125vw;
    height: 8.125vw;
  }
}

.mt-l {
  margin-top: 4em;
}

.mt-ml {
  margin-top: 3em;
}

.mt-m {
  margin-top: 2em;
}

.mt-sm {
  margin-top: 1.5em;
}

.mt-s {
  margin-top: 1em;
}

.mt-ss {
  margin-top: 0.5em;
}

.mt-0 {
  margin-top: 0;
}

.mb-l {
  margin-bottom: 4em;
}

.mb-ml {
  margin-bottom: 3em;
}

.mb-m {
  margin-bottom: 2em;
}

.mb-sm {
  margin-bottom: 1.5em;
}

.mb-s {
  margin-bottom: 1em;
}

.mb-ss {
  margin-bottom: 0.5em;
}

.mb-0 {
  margin-bottom: 0;
}

.comingsoon__text {
  font-size: 3.3333333333vw;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  color: rgba(237, 133, 153, 0.5);
  text-align: center;
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .comingsoon__text {
    font-size: 7.5vw;
  }
}
.comingsoon__white {
  color: #fff;
}/*# sourceMappingURL=module.css.map */