.notes {
  margin-top: 0.5em;
  font-size: 1.3rem;
}

.animation {
  opacity: 0;
}

.-fade {
  transform: translate(0, 4rem);
}

.isPlay.-fade {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.75s;
}

@media only screen and (max-width: 640px) {
  .-pc {
    display: none !important;
  }
}

.-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .-sp {
    display: block;
  }
}

.size20 {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .size20 {
    font-size: 3.125vw;
  }
}
.size24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .size24 {
    font-size: 3.125vw;
  }
}
.size28 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .size28 {
    font-size: 3.75vw;
  }
}
.size30 {
  font-size: 3rem;
}
@media only screen and (max-width: 640px) {
  .size30 {
    font-size: 4.375vw;
  }
}
.size32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .size32 {
    font-size: 4.375vw;
  }
}
.size36 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .size36 {
    font-size: 4.375vw;
  }
}
.size40 {
  font-size: 4rem;
}
@media only screen and (max-width: 640px) {
  .size40 {
    font-size: 4.6875vw;
  }
}
.size44 {
  font-size: 4.4rem;
}
@media only screen and (max-width: 640px) {
  .size44 {
    font-size: 5.15625vw;
  }
}
.size48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 640px) {
  .size48 {
    font-size: 5.625vw;
  }
}

.title_large {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 640px) {
  .title_large {
    font-size: 5vw;
    letter-spacing: 0.25em;
  }
}
.title_large.-white {
  color: rgb(255, 255, 255);
}
.title_large::after {
  margin: 0.5em auto 0;
  content: "";
  display: block;
  background: #ae9b61;
  width: 8rem;
  height: 2px;
}

.mt-xl {
  margin-top: 6em !important;
}

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

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

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

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

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

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

.mb-xl {
  margin-bottom: 6em !important;
}

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

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

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

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

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

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

.bottun_more span,
.bottun_more a {
  display: block;
  background: url("../img/bg_botton01.png") no-repeat center center;
  background-size: contain;
  width: 318.15px;
  height: 65.94px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.9rem;
  color: rgb(255, 255, 255);
  padding-top: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .bottun_more span,
  .bottun_more a {
    font-size: 2.96875vw;
    width: 49.7109375vw;
    height: 10.303125vw;
    padding-top: 2.34375vw;
  }
}
.bottun_more span::after,
.bottun_more a::after {
  content: "";
  position: absolute;
  background: url("../img/icon_arrow01.png") no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 6.7rem;
}
@media only screen and (max-width: 640px) {
  .bottun_more span::after,
  .bottun_more a::after {
    right: 10.9375vw;
    width: 1.5625vw;
    height: 1.875vw;
  }
}
.bottun_more span {
  opacity: 0.5;
}
.bottun_more span::after {
  display: none;
}
.bottun_more.-english a {
  background: url("../img/bg_botton02.png") no-repeat center center;
  width: 46rem;
}
@media only screen and (max-width: 640px) {
  .bottun_more.-english a {
    width: 81.25vw;
    background-size: 100% auto;
  }
}
.bottun_more.-english a::after {
  content: "";
  position: absolute;
  background: url("../img/icon_arrow01.png") no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1.2rem;
  top: 55%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .bottun_more.-english a::after {
    right: 4.6875vw;
    width: 1.5625vw;
    height: 1.875vw;
  }
}

@media only screen and (max-width: 640px) {
  .-english .title_large {
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=module.css.map */