@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes bg-scrollY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1000px;
  }
}
@keyframes bg-scrollY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1000px;
  }
}
@-webkit-keyframes bg-scrollX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@keyframes bg-scrollX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
body {
  font-family: "Noto Sans", sans-serif;
  color: #130347;
  background: url("../img/bg.png") repeat-y top center/100% auto, linear-gradient(0deg, rgb(52, 38, 90), rgb(84, 63, 129) 44%, rgb(94, 79, 122));
}

.re-image {
  width: 100%;
  height: auto;
}

#keyvisual {
  background-image: linear-gradient(180deg, rgb(52, 38, 90) 28%, rgb(84, 63, 129) 51%, rgb(94, 79, 122));
}
#keyvisual .keyvisual__image {
  width: 80vw;
  max-width: 1600px;
  margin: 0 auto;
  filter: blur(20px);
  opacity: 0;
  transition: all 1s 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__image {
    max-width: 1100px;
    width: 100%;
  }
}
#keyvisual .keyvisual__image img {
  filter: brightness(0.3);
  transition: all 1s 0.5s ease;
}
#keyvisual.move-on .keyvisual__image {
  filter: blur(0px);
  opacity: 1;
}
#keyvisual.move-on .keyvisual__image img {
  filter: brightness(1);
}

.frameBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frameBox__wrap {
  position: relative;
  padding: 40px 50px;
}
@media only screen and (max-width: 1250px) {
  .frameBox__wrap {
    padding: 40px 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .frameBox__wrap {
    padding: 6.25vw 3.125vw;
  }
}
.frameBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  display: block;
  width: calc(100% - 48px);
  border-bottom: 1px solid #7963B6;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox::before {
    left: 3.75vw;
    width: calc(100% - 7.5vw);
  }
}
.frameBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  display: block;
  width: calc(100% - 48px);
  border-top: 1px solid #7963B6;
}
@media only screen and (max-width: 768px) {
  .frameBox::after {
    left: 3.75vw;
    width: calc(100% - 7.5vw);
  }
}
.frameBox__bg {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  -webkit-clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
          clip-path: polygon(24px 0px, calc(100% - 24px) 0px, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0px calc(100% - 24px), 0px 24px);
  background-color: rgba(19, 3, 71, 0.5);
}
@media only screen and (max-width: 768px) {
  .frameBox__bg {
    -webkit-clip-path: polygon(3.75vw 0px, calc(100% - 3.75vw) 0px, 100% 3.75vw, 100% calc(100% - 3.75vw), calc(100% - 3.75vw) 100%, 3.75vw 100%, 0px calc(100% - 3.75vw), 0px 3.75vw);
            clip-path: polygon(3.75vw 0px, calc(100% - 3.75vw) 0px, 100% 3.75vw, 100% calc(100% - 3.75vw), calc(100% - 3.75vw) 100%, 3.75vw 100%, 0px calc(100% - 3.75vw), 0px 3.75vw);
  }
}
.frameBox__bg::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  height: calc(100% - 48px);
  border-right: 1px solid #7963B6;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__bg::before {
    top: 3.75vw;
    height: calc(100% - 7.5vw);
  }
}
.frameBox__bg::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  height: calc(100% - 48px);
  border-left: 1px solid #7963B6;
}
@media only screen and (max-width: 768px) {
  .frameBox__bg::after {
    top: 3.75vw;
    height: calc(100% - 7.5vw);
  }
}
.frameBox__line__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  display: block;
  height: 34px;
  border-right: 1px solid #7963B6;
  transform: rotate(45deg);
  transform-origin: top center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__line__top::before {
    left: 3.75vw;
    height: 5.3125vw;
  }
}
.frameBox__line__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  display: block;
  height: 34px;
  border-right: 1px solid #7963B6;
  transform: rotate(-45deg);
  transform-origin: top center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__line__top::after {
    right: 3.75vw;
    height: 5.3125vw;
  }
}
.frameBox__line__bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  display: block;
  height: 34px;
  border-right: 1px solid #7963B6;
  transform: rotate(-45deg);
  transform-origin: bottom center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__line__bottom::before {
    left: 3.75vw;
    height: 5.3125vw;
  }
}
.frameBox__line__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 24px;
  display: block;
  height: 34px;
  border-right: 1px solid #7963B6;
  transform: rotate(45deg);
  transform-origin: bottom center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__line__bottom::after {
    right: 3.75vw;
    height: 5.3125vw;
  }
}
.frameBox__deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background: url("../img/frame_deco1.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__deco::before {
    width: 14.375vw;
    height: 14.375vw;
  }
}
.frameBox__deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: url("../img/frame_deco2.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .frameBox__deco::after {
    width: 14.375vw;
    height: 14.375vw;
  }
}

section {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1250px) {
  section {
    margin-bottom: 7.68vw;
  }
}
@media only screen and (max-width: 768px) {
  section {
    margin-bottom: 11.25vw;
  }
}
section .sec__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  section .sec__inner {
    width: 96vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec__inner {
    width: 94.0625vw;
  }
}
section .sec__ttlBox {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1250px) {
  section .sec__ttlBox {
    margin-bottom: 2.56vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec__ttlBox {
    margin-bottom: 3.125vw;
  }
}
section .sec__ttlBox__title {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1250px) {
  section .sec__ttlBox__title {
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec__ttlBox__title {
    margin-bottom: 2.5vw;
  }
}
section .sec__ttlBox__en {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 10px;
}
@media only screen and (max-width: 768px) {
  section .sec__ttlBox__en {
    gap: 0 1.5625vw;
  }
}
section .sec__ttlBox__en p {
  font-family: "Goldman", sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 0 0.6em;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  section .sec__ttlBox__en p {
    font-size: 3.125vw;
  }
}
section .sec__ttlBox__en span {
  display: block;
  height: 1px;
  background-color: #fff;
}
section .frameBox::before, section .frameBox::after {
  opacity: 0;
  transition: all 0.5s 0.6s ease;
}
section .frameBox__bg {
  transform: scale(0.2);
  opacity: 0;
  transition: all 0.5s 0.1s ease-in-out;
}
section .frameBox__bg::before, section .frameBox__bg::after {
  opacity: 0;
  transition: all 0.5s 0.6s ease;
}
section .frameBox__line__top, section .frameBox__line__bottom {
  opacity: 0;
  transition: all 0.5s 0.6s ease;
}
section .frameBox__deco::before {
  transform: translate(100px, 100px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
section .frameBox__deco::after {
  transform: translate(-100px, -100px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
section .sec__ttlBox__title {
  opacity: 0;
  transition: all 0.1s 0.9s ease-in-out;
}
section .sec__ttlBox__en p {
  opacity: 0;
  transition: all 0.3s 1.4s ease-in-out;
}
section .sec__ttlBox__en span.line1 {
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.3s 1.2s ease-in-out;
}
section .sec__ttlBox__en span.line2 {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.3s 1.2s ease-in-out;
}
section.move-on .frameBox::before, section.move-on .frameBox::after {
  opacity: 1;
}
section.move-on .frameBox__bg {
  opacity: 1;
  transform: scale(1);
}
section.move-on .frameBox__bg::before, section.move-on .frameBox__bg::after {
  opacity: 1;
}
section.move-on .frameBox__line__top, section.move-on .frameBox__line__bottom {
  opacity: 1;
}
section.move-on .frameBox__deco::before, section.move-on .frameBox__deco::after {
  transform: translate(0, 0);
  opacity: 1;
}
section.move-on .sec__ttlBox__title {
  opacity: 1;
}
section.move-on .sec__ttlBox__en p {
  opacity: 1;
}
section.move-on .sec__ttlBox__en span.line1, section.move-on .sec__ttlBox__en span.line2 {
  opacity: 1;
  transform: translateX(0px);
}

#report {
  position: relative;
  margin-top: -10px;
  margin-bottom: 0;
  border-top: 8px solid #130347;
  border-bottom: 8px solid #130347;
}
@media only screen and (max-width: 1600px) {
  #report {
    margin-top: -0.5vw;
    border-top-width: 0.4vw;
    border-bottom-width: 0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #report {
    margin-top: 0vw;
    border-top-width: 0.78125vw;
    border-bottom-width: 0.78125vw;
  }
}
#report::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 3.5px);
  left: 0;
  width: 475px;
  height: 44px;
  background: url("../img/report_bg-parts-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #report::before {
    bottom: calc(100% - 0.17vw);
    width: 23.75vw;
    height: 2.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #report::before {
    bottom: calc(100% - 0.15625vw);
    width: 46.5625vw;
    height: 3.4375vw;
    background-image: url("../img/report_bg-parts-sp.png");
  }
}
#report .stripe-left {
  position: absolute;
  bottom: 1.75vw;
  left: 1.1vw;
  width: 1.8vw;
  height: 31.45vw;
}
#report .stripe-left span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/report_stripe01.png") repeat-y top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #report .stripe-left {
    display: none;
  }
}
#report .stripe-right {
  position: absolute;
  bottom: 1.75vw;
  right: 1.1vw;
  width: 1.8vw;
  height: 31.45vw;
}
#report .stripe-right span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/report_stripe01.png") repeat-y top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #report .stripe-right {
    display: none;
  }
}
#report .report__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 3.2vw;
}
@media only screen and (max-width: 768px) {
  #report .report__wrap {
    padding-top: 5.9375vw;
  }
}
#report .report__wrap__inner {
  width: 70.1vw;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #report .report__wrap__inner {
    width: auto;
    margin: 0 3.125vw;
  }
}
#report .report__box {
  display: grid;
  grid-template-columns: 16.55vw 1fr;
  grid-template-rows: 1.5vw 1fr 1.5vw;
  gap: 0.5vw 1.5vw;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 768px) {
  #report .report__box {
    position: relative;
    display: block;
    margin-bottom: 4.6875vw;
  }
}
#report .report__box__stripe1 {
  height: 1.5vw;
  grid-area: 1/1/2/3;
}
@media only screen and (max-width: 768px) {
  #report .report__box__stripe1 {
    height: 3.4375vw;
  }
}
#report .report__box__stripe1 span {
  display: block;
  width: 0;
  height: 100%;
  background: url("../img/report_stripe02.png") repeat-x top center;
  background-size: auto 100%;
}
#report .report__box__stripe2 {
  height: 1.5vw;
  grid-area: 3/1/4/3;
}
@media only screen and (max-width: 768px) {
  #report .report__box__stripe2 {
    height: 3.4375vw;
  }
}
#report .report__box__stripe2 span {
  display: block;
  width: 0;
  height: 100%;
  background: url("../img/report_stripe02.png") repeat-x top center;
  background-size: auto 100%;
}
#report .report__box__text1 {
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 768px) {
  #report .report__box__text1 {
    position: absolute;
    top: 5vw;
    left: 0;
    width: 38.28125vw;
  }
}
#report .report__box__text2 {
  grid-area: 2/2/3/3;
}
@media only screen and (max-width: 768px) {
  #report .report__box__text2 {
    margin: 1.5625vw 0;
  }
}
#report .btn-reserve {
  width: 47vw;
  margin: 0 auto 1.5vw;
}
@media only screen and (max-width: 768px) {
  #report .btn-reserve {
    width: 83.75vw;
    margin-bottom: 3.90625vw;
  }
}
#report .btn-reserve a {
  position: relative;
  display: block;
}
#report .btn-reserve a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/btn_reserve_on.png") no-repeat top center;
  background-size: 100% auto;
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #report .btn-reserve a::after {
    display: none;
  }
}
#report .btn-reserve a .deco-right {
  position: absolute;
  bottom: 0.4vw;
  right: 0.4vw;
  width: 1.05vw;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #report .btn-reserve a .deco-right {
    display: none;
  }
}
#report .btn-reserve a .deco-right svg {
  width: 100%;
  height: auto;
}
#report .btn-reserve a .deco-left {
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  width: 1.05vw;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #report .btn-reserve a .deco-left {
    display: none;
  }
}
#report .btn-reserve a .deco-left svg {
  width: 100%;
  height: auto;
}
#report .btn-reserve a:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #report .btn-reserve a:hover::after {
    opacity: 0;
  }
}
#report .btn-reserve a:hover .deco-right {
  bottom: 0.6vw;
  right: 0.6vw;
}
#report .btn-reserve a:hover .deco-left {
  top: 0.6vw;
  left: 0.6vw;
}
#report .btn-download {
  width: 27vw;
  margin: 0 auto;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #report .btn-download {
    width: 72.65625vw;
  }
}
#report .btn-download a {
  position: relative;
  display: block;
}
#report .btn-download a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/btn_download_on.png") no-repeat top center;
  background-size: 100% auto;
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #report .btn-download a::after {
    display: none;
  }
}
#report .btn-download a .deco-right {
  position: absolute;
  bottom: 0.2vw;
  right: 0.2vw;
  width: 1.05vw;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #report .btn-download a .deco-right {
    display: none;
  }
}
#report .btn-download a .deco-right svg {
  width: 100%;
  height: auto;
}
#report .btn-download a .deco-right svg path {
  fill: #AAFF01;
}
#report .btn-download a .deco-left {
  position: absolute;
  top: 0.2vw;
  left: 0.2vw;
  width: 1.05vw;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #report .btn-download a .deco-left {
    display: none;
  }
}
#report .btn-download a .deco-left svg {
  width: 100%;
  height: auto;
}
#report .btn-download a .deco-left svg path {
  fill: #AAFF01;
}
#report .btn-download a:hover {
  opacity: 0.7;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #report .btn-download a:hover {
    opacity: 1;
  }
}
#report .btn-download a:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #report .btn-download a:hover::after {
    opacity: 0;
  }
}
#report .btn-download a:hover .deco-right {
  bottom: 0.4vw;
  right: 0.4vw;
}
#report .btn-download a:hover .deco-right svg path {
  fill: #fff;
}
#report .btn-download a:hover .deco-left {
  top: 0.4vw;
  left: 0.4vw;
}
#report .btn-download a:hover .deco-left svg path {
  fill: #fff;
}
#report .report__box__stripe1 span, #report .report__box__stripe2 span {
  transition: all 0.6s 1.3s ease;
}
#report .report__box__text1 {
  opacity: 0;
  transition: all 0.3s ease;
}
#report .report__box__text2 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.2s 1.6s ease;
}
@media only screen and (max-width: 768px) {
  #report .report__box__text2 {
    transition-duration: 0.25s;
  }
}
#report .btn-reserve, #report .btn-download {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s 1.9s ease-in-out;
}
#report .btn-download {
  transition-delay: 2.1s;
}
#report.move-on .report__box__stripe1 span, #report.move-on .report__box__stripe2 span {
  width: 100%;
}
#report.move-on .report__box__text1 {
  opacity: 1;
}
#report.move-on .report__box__text1 img {
  -webkit-animation: blink 0.5s 0.3s 3 ease;
          animation: blink 0.5s 0.3s 3 ease;
}
#report.move-on .report__box__text2 {
  transform: scaleY(1);
  opacity: 1;
}
#report.move-on .btn-reserve, #report.move-on .btn-download {
  transform: translateY(0);
  opacity: 1;
}

#bookDetails {
  position: relative;
  background: url(../img/bookdetails_bg-pc.webp) no-repeat bottom center;
  background-size: cover;
  border-bottom: 8px solid #130347;
}
@media only screen and (max-width: 1600px) {
  #bookDetails {
    border-top-width: 0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #bookDetails {
    border-bottom-width: 0.78125vw;
  }
}
#bookDetails .bookDetails__image {
  width: 80vw;
  max-width: 1600px;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 1100px) {
  #bookDetails .bookDetails__image {
    max-width: 1100px;
    width: 100%;
  }
}
#bookDetails .bookDetails__image {
  opacity: 0;
  transition: all 1s ease;
  filter: brightness(2);
}
#bookDetails .bookDetails__image img {
  filter: blur(5px);
  transition: all 1s 0.1s ease;
}
#bookDetails.move-on .bookDetails__image {
  opacity: 1;
  filter: brightness(1);
}
#bookDetails.move-on .bookDetails__image img {
  filter: blur(0px);
}

#news .sec__ttlBox h2 {
  width: 170px;
}
@media only screen and (max-width: 768px) {
  #news .sec__ttlBox h2 {
    width: 24.53125vw;
  }
}
#news .news__list__item {
  display: grid;
  align-items: center;
  grid-template-columns: 153px 1fr;
  gap: 0 16px;
}
@media only screen and (max-width: 768px) {
  #news .news__list__item {
    display: block;
  }
}
#news .news__list__item .date {
  font-size: 18px;
  color: #FBEF01;
  font-family: "Goldman", sans-serif;
  font-weight: bold;
  border-right: 1px dashed #fff;
}
@media only screen and (max-width: 768px) {
  #news .news__list__item .date {
    font-size: 2.8125vw;
    border: none;
    margin-bottom: 0.3125vw;
  }
}
#news .news__list__item .text {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #news .news__list__item .text {
    font-size: 3.125vw;
  }
}
#news .news__list {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.3s 1.5s ease-in-out;
}
#news.move-on .news__list {
  opacity: 1;
  transform: translateX(0);
}

#information .sec__ttlBox h2 {
  width: 249px;
}
@media only screen and (max-width: 768px) {
  #information .sec__ttlBox h2 {
    width: 38.90625vw;
  }
}
#information .information__book {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 0 40px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1250px) {
  #information .information__book {
    grid-template-columns: 28.4vw 1fr;
    gap: 0 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book {
    display: block;
    padding: 6.25vw 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__cover {
    width: 42.96875vw;
    margin: 0 auto 5vw;
  }
}
#information .information__book__detail {
  padding: 75px 0;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail {
    padding: 6vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail {
    padding: 0;
  }
}
#information .information__book__detail__text {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail__text {
    margin-bottom: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail__text {
    margin-bottom: 5vw;
  }
}
#information .information__book__detail__text p {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail__text p {
    font-size: 2.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail__text p {
    font-size: 4.53125vw;
  }
}
#information .information__book__detail__text p span {
  color: #FBEF01;
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail__text p span {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail .btn-collectors {
    width: 77.8125vw;
    margin: 0 auto;
  }
}
#information .information__book__detail .btn-collectors a {
  position: relative;
  display: block;
}
#information .information__book__detail .btn-collectors a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/btn_collectors_on.png") no-repeat top center;
  background-size: 100% auto;
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail .btn-collectors a::after {
    display: none;
  }
}
#information .information__book__detail .btn-collectors a .deco-right {
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 20px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail .btn-collectors a .deco-right {
    bottom: 0.24vw;
    right: 0.24vw;
    width: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail .btn-collectors a .deco-right {
    display: none;
  }
}
#information .information__book__detail .btn-collectors a .deco-right svg {
  width: 100%;
  height: auto;
}
#information .information__book__detail .btn-collectors a .deco-left {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail .btn-collectors a .deco-left {
    top: 0.32vw;
    left: 0.32vw;
    width: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail .btn-collectors a .deco-left {
    display: none;
  }
}
#information .information__book__detail .btn-collectors a .deco-left svg {
  width: 100%;
  height: auto;
}
#information .information__book__detail .btn-collectors a:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #information .information__book__detail .btn-collectors a:hover::after {
    opacity: 0;
  }
}
#information .information__book__detail .btn-collectors a:hover .deco-right {
  bottom: 6px;
  right: 7px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail .btn-collectors a:hover .deco-right {
    bottom: 0.48vw;
    right: 0.56vw;
  }
}
@media only screen and (min-width: 768px) {
  #information .information__book__detail .btn-collectors a:hover .deco-right svg path {
    fill: #5A4F7E;
  }
}
#information .information__book__detail .btn-collectors a:hover .deco-left {
  top: 7px;
  left: 8px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__detail .btn-collectors a:hover .deco-left {
    top: 0.56vw;
    left: 0.64vw;
  }
}
@media only screen and (min-width: 768px) {
  #information .information__book__detail .btn-collectors a:hover .deco-left svg path {
    fill: #5A4F7E;
  }
}
#information .information__book {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s 1.5s ease-in-out;
}
#information .information__book__cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #150b30;
  transition: all 0.4s 2s ease;
}
#information .information__book__detail {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.4s 2.4s ease;
}
#information.move-on .information__book {
  opacity: 1;
  transform: scale(1);
}
#information.move-on .information__book__cover::after {
  width: 0;
}
#information.move-on .information__book__detail {
  opacity: 1;
  filter: blur(0px);
}

#pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 89px;
  height: 89px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 3.125vw;
    right: 1.5625vw;
    width: 10.78125vw;
    height: 10.78125vw;
  }
}
#pagetop.on {
  opacity: 1;
}
#pagetop a {
  display: block;
}
#pagetop .deco-right {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 13px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s 0.15s ease-out;
}
@media only screen and (max-width: 1250px) {
  #pagetop .deco-right {
    bottom: 0.48vw;
    right: 0.48vw;
    width: 1.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop .deco-right {
    bottom: 0.78125vw;
    right: 0.78125vw;
    width: 1.5625vw;
  }
}
#pagetop .deco-right svg {
  width: 100%;
  height: auto;
}
#pagetop .deco-left {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 13px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s 0.15s ease-out;
}
@media only screen and (max-width: 1250px) {
  #pagetop .deco-left {
    top: 0.48vw;
    left: 0.48vw;
    width: 1.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop .deco-left {
    top: 0.78125vw;
    left: 0.78125vw;
    width: 1.5625vw;
  }
}
#pagetop .deco-left svg {
  width: 100%;
  height: auto;
}
#pagetop .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 22px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #000;
  transition: all 0.4s 0.1s ease;
}
#pagetop:hover {
  transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  #pagetop:hover {
    transform: scale(1);
  }
}
#pagetop:hover .arrow {
  transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (max-width: 768px) {
  #pagetop:hover .arrow {
    transform: translate(-50%, -50%) scale(1);
  }
}

#footer {
  padding-top: 18px;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-top: 2.5vw;
  }
}
#footer .copy1 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #footer .copy1 {
    font-size: 2.5vw;
    line-height: 2;
    margin-bottom: 0.78125vw;
  }
}
#footer .footer__wrap {
  padding: 30px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  #footer .footer__wrap {
    padding: 5.46875vw 0;
  }
}
#footer .footer__wrap .logo {
  width: 248px;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__wrap .logo {
    width: 38.75vw;
    margin-bottom: 2.5vw;
  }
}
#footer .footer__wrap .copy2 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer__wrap .copy2 {
    font-size: 2.1875vw;
    line-height: 5vw;
  }
}