@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&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 {
  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 spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floatX2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatX2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes flowerSway {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes flowerSway {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes flowerSway2 {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}
@keyframes flowerSway2 {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

#keyvisual {
  position: relative;
  height: 1132.5px;
  z-index: 2;
  overflow: hidden;
  background-color: #ac0000;
}
@media only screen and (max-width: 1250px) {
  #keyvisual {
    height: 90.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual {
    height: 171.875vw;
  }
}
#keyvisual .keyvisual__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ad0101;
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__bg {
    display: none;
  }
}
#keyvisual .keyvisual__deco1 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 438px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco1 {
    width: 35.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco1 {
    display: none;
  }
}
#keyvisual .keyvisual__deco2 {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 211px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco2 {
    width: 16.88vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco2 {
    display: none;
  }
}
#keyvisual .keyvisual__deco3 {
  position: absolute;
  z-index: 3;
  top: 589px;
  right: calc(50% - 1000px);
  width: 874px;
  height: 1232.5px;
}
@media only screen and (min-width: 2001px) {
  #keyvisual .keyvisual__deco3 {
    right: 0;
  }
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco3 {
    top: 47.12vw;
    right: -32vw;
    width: 69.92vw;
    height: 98.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco3 {
    top: 143.125vw;
    right: 0;
    width: 28.28125vw;
  }
}
#keyvisual .keyvisual__deco4 {
  position: absolute;
  z-index: 1;
  top: 517.5px;
  left: calc(50% - 1000px);
  width: 616.5px;
  height: 1232.5px;
}
@media only screen and (min-width: 2001px) {
  #keyvisual .keyvisual__deco4 {
    left: 0;
  }
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco4 {
    top: 41.4vw;
    left: -22.4vw;
    width: 49.32vw;
    height: 98.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco4 {
    top: 167.1875vw;
    left: 2.8125vw;
    width: 24.765625vw;
    height: 23.90625vw;
  }
}
#keyvisual .keyvisual__illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 40px));
  width: 1330px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__illust {
    left: 50%;
    transform: translateX(calc(-50% - 3.2vw));
    width: 106.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__illust {
    left: inherit;
    top: 0;
    transform: none;
    width: 100vw;
  }
}
#keyvisual .keyvisual__emblem {
  position: absolute;
  top: 3px;
  left: calc(50% - 496px);
  width: 150.5px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__emblem {
    left: calc(50% - 39.68vw);
    width: 12.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__emblem {
    left: 3.125vw;
    width: 17.34375vw;
  }
}
#keyvisual .keyvisual__medal {
  position: absolute;
  top: 12px;
  left: calc(50% - 331px);
  width: 120px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__medal {
    top: 0.96vw;
    left: calc(50% - 26.48vw);
    width: 9.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__medal {
    top: 0;
    left: 20.3125vw;
    width: 15vw;
  }
}
#keyvisual .keyvisual__catch {
  position: absolute;
  top: 146px;
  right: calc(50% - 345px);
  width: 811.5px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__catch {
    top: 11.68vw;
    right: calc(50% - 27.6vw);
    width: 64.92vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__catch {
    top: 18.75vw;
    left: 1.875vw;
    width: 96.875vw;
  }
}
#keyvisual .keyvisual__author {
  position: absolute;
  top: 334px;
  left: calc(50% - 320px);
  width: 104px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__author {
    top: 26.72vw;
    left: calc(50% - 25.6vw);
    width: 8.32vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__author {
    top: 74.84375vw;
    left: calc(50% - 45.15625vw);
    width: 13.90625vw;
  }
}
#keyvisual .keyvisual__title {
  position: absolute;
  bottom: 480px;
  right: calc(50% - 469px);
  width: 163px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__title {
    bottom: 38.4vw;
    right: calc(50% - 37.52vw);
    width: 13.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__title {
    bottom: 77.65625vw;
    right: calc(50% - 45.3125vw);
    width: 22.578125vw;
  }
}
#keyvisual .keyvisual__ribbon {
  position: absolute;
  bottom: 430px;
  left: calc(50% - 305px);
  width: 630px;
  height: 47px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__ribbon {
    bottom: 34.4vw;
    left: calc(50% - 24.4vw);
    width: 50.4vw;
    height: 3.84vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__ribbon {
    bottom: 50.3125vw;
    left: 3.125vw;
    width: 92.1875vw;
    height: 6.875vw;
  }
}
#keyvisual .keyvisual__ribbon span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#keyvisual .keyvisual__ribbon span img {
  width: auto;
  height: 100%;
}
#keyvisual .keyvisual__release {
  position: absolute;
  bottom: 370px;
  left: 50%;
  transform: translateX(-50%);
  width: 696.5px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__release {
    bottom: 29.6vw;
    width: 55.72vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__release {
    bottom: 41.71875vw;
    width: 95.703125vw;
  }
}
#keyvisual .keyvisual__btns {
  position: absolute;
  z-index: 3;
  bottom: 280px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 293px);
  align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__btns {
    bottom: 22.4vw;
    grid-template-columns: repeat(2, 23.44vw);
    gap: 0 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__btns {
    bottom: 30.78125vw;
    grid-template-columns: repeat(2, 37.34375vw);
    gap: 0 3.75vw;
  }
}
#keyvisual .keyvisual__deco1 {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#keyvisual .keyvisual__deco2 {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#keyvisual .keyvisual__deco3 {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#keyvisual .keyvisual__deco4 {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#keyvisual .keyvisual__illust {
  opacity: 0;
  transform: translateX(calc(-50% - 40px)) translateY(120px);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__illust {
    transform: translateY(120px);
  }
}
#keyvisual .keyvisual__emblem {
  opacity: 0;
  transition: all 0.6s 2.5s ease;
}
#keyvisual .keyvisual__medal {
  opacity: 0;
  transform: rotateY(-360deg) scale(1.1);
  transition: all 1s 2.5s ease;
}
#keyvisual .keyvisual__title {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s 1.7s ease;
}
#keyvisual .keyvisual__title img {
  filter: brightness(3);
  transition: all 0.8s 1.7s ease;
}
#keyvisual .keyvisual__catch {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.6s 1.1s ease;
}
#keyvisual .keyvisual__catch img {
  filter: brightness(3);
  transition: all 0.6s 1.3s ease;
}
#keyvisual .keyvisual__author {
  opacity: 0;
  transition: all 0.8s 1.7s ease;
}
#keyvisual .keyvisual__ribbon span {
  width: 0%;
  transition: all 0.5s 2.5s ease;
}
#keyvisual .keyvisual__release, #keyvisual .keyvisual__btns {
  opacity: 0;
  transition: all 0.6s 2.5s ease;
}
#keyvisual.move-on .keyvisual__deco1 {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .keyvisual__deco2 {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .keyvisual__deco3 {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .keyvisual__deco4 {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .keyvisual__illust {
  opacity: 1;
  transform: translateX(calc(-50% - 40px)) translateY(0);
}
@media only screen and (max-width: 1250px) {
  #keyvisual.move-on .keyvisual__illust {
    transform: translateX(calc(-50% - 3.2vw)) translateY(0);
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual.move-on .keyvisual__illust {
    transform: translateY(0);
  }
}
#keyvisual.move-on .keyvisual__catch {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .keyvisual__catch img {
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__title {
  opacity: 1;
  filter: blur(0px);
}
#keyvisual.move-on .keyvisual__title img {
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__emblem, #keyvisual.move-on .keyvisual__author {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__medal {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}
#keyvisual.move-on .keyvisual__ribbon span {
  width: 100%;
}
#keyvisual.move-on .keyvisual__release, #keyvisual.move-on .keyvisual__btns {
  opacity: 1;
}

#content {
  margin-top: -1px;
}

section .sec__ttlBox {
  position: relative;
}
section .sec__ttlBox__title {
  position: relative;
}

#story {
  position: relative;
  padding: 0 0 90px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #story {
    padding: 0 0 7.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #story {
    padding: 0 0 12.1875vw;
  }
}
#story .story__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#story .story__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#story .story__chara {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 1685.5px;
  pointer-events: none;
}
@media only screen and (max-width: 1250px) {
  #story .story__chara {
    width: 134.84vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__chara {
    bottom: -2.5vw;
    width: 100vw;
  }
}
#story .story__chara img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#story .story__deco {
  position: absolute;
  z-index: 0;
  top: -220px;
  left: calc(50% - 491px);
  width: 869.5px;
  height: 397.5px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco {
    top: -17.68vw;
    left: calc(50% - 39.28vw);
    width: 69.56vw;
    height: 31.8vw;
  }
}
#story .sec__ttlBox {
  position: relative;
  top: -135px;
  width: 522px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1250px) {
  #story .sec__ttlBox {
    top: -10.8vw;
    width: 41.76vw;
    margin: 0 auto 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox {
    top: -22.34375vw;
    left: 3.90625vw;
    width: 77.65625vw;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__title_deco {
    position: absolute;
    z-index: -1;
    top: -9.6875vw;
    left: 42.5vw;
    width: 16.015625vw;
  }
}
#story .story__deco1 {
  position: absolute;
  top: -33px;
  right: calc(50% - 600px);
  width: 263px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco1 {
    top: -2.64vw;
    right: calc(50% - 48vw);
    width: 21.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco1 {
    top: -4.375vw;
    right: 2.96875vw;
    width: 21.5625vw;
  }
}
#story .story__deco2 {
  position: absolute;
  top: 173px;
  left: calc(50% - 461px);
  width: 114px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco2 {
    top: 13.84vw;
    left: calc(50% - 36.88vw);
    width: 9.12vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco2 {
    top: 25.625vw;
    left: 5.15625vw;
    width: 12.65625vw;
  }
}
#story .story__deco3 {
  position: absolute;
  top: 717px;
  right: calc(50% - 715px);
  width: 546px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco3 {
    top: 57.36vw;
    right: calc(50% - 57.2vw);
    width: 43.68vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco3 {
    top: 182.8125vw;
    right: 4.375vw;
    width: 55.625vw;
  }
}
#story .story__deco4 {
  position: absolute;
  top: 825px;
  left: calc(50% - 838px);
  width: 226px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco4 {
    top: 66vw;
    left: calc(50% - 67.04vw);
    width: 18.08vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco4 {
    top: 191.40625vw;
    left: 6.25vw;
    width: 16.875vw;
  }
}
#story .story__deco5 {
  position: absolute;
  top: 510px;
  left: 0;
  width: 283px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco5 {
    top: 40.8vw;
    width: 22.64vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco5 {
    top: 149.21875vw;
    left: 0;
    width: 23.4375vw;
  }
}
#story .story__balloon {
  width: 905px;
  margin: 0 auto 20px;
  margin-top: -240px;
}
@media only screen and (max-width: 1250px) {
  #story .story__balloon {
    width: 72.4vw;
    margin-top: -19.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__balloon {
    width: 90.625vw;
    margin-top: -25vw;
  }
}
#story .story__balloon__item {
  width: 905px;
  opacity: 0;
  transform: translate(30px, 70px) scale(0.92);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media only screen and (max-width: 1250px) {
  #story .story__balloon__item {
    width: 72.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__balloon__item {
    width: 100%;
  }
}
#story .story__balloon__item.is-show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
#story .story__balloon__item:nth-child(2), #story .story__balloon__item:nth-child(4) {
  width: 705px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #story .story__balloon__item:nth-child(2), #story .story__balloon__item:nth-child(4) {
    width: 56.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__balloon__item:nth-child(2), #story .story__balloon__item:nth-child(4) {
    width: 100%;
  }
}
#story .story__text {
  width: 988px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1250px) {
  #story .story__text {
    width: 79.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__text {
    width: 69.0625vw;
  }
}
#story .story__text.is-show {
  opacity: 1;
  transform: translateY(0);
}
#story .story__deco {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#story .sec__ttlBox__title {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
#story .story__title_deco {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
#story .story__deco1 img {
  opacity: 0;
  transition: all 1s 0.3s ease-in-out;
}
#story .story__deco2 img {
  opacity: 0;
  transition: all 1s 0.4s ease-in-out;
}
#story.move-on .sec__ttlBox__title {
  opacity: 1;
  transform: scale(1);
}
#story.move-on .story__title_deco {
  opacity: 1;
  transform: scale(1);
}
#story.move-on .story__deco1 img, #story.move-on .story__deco2 img {
  opacity: 1;
}

#story .story__deco.move-on {
  opacity: 1;
  transform: translateY(0);
}

#character {
  position: relative;
  padding: 0 0 90px;
  z-index: 3;
}
@media only screen and (max-width: 1250px) {
  #character {
    padding: 0 0 7.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #character {
    padding: 0 0 10.9375vw;
  }
}
#character .character__divider {
  position: absolute;
  z-index: 0;
  top: -17px;
  left: 0;
  width: 100%;
  height: 12.5px;
}
@media only screen and (max-width: 1250px) {
  #character .character__divider {
    top: -1.36vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__divider {
    height: 2.015625vw;
  }
}
#character .character__divider::before, #character .character__divider::after {
  content: "";
  position: absolute;
  top: 0.3px;
  width: calc(50% - 17px);
  height: 100%;
  background: url("../img/line_red.png") repeat-x left top;
  background-size: 57.5px 12.5px;
}
@media only screen and (max-width: 1250px) {
  #character .character__divider::before, #character .character__divider::after {
    width: calc(50% - 1.36vw);
    background-size: 4.6vw 1vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__divider::before, #character .character__divider::after {
    top: -1.25vw;
    width: calc(50% - 1.36vw);
    background-size: 9.25vw 2.015625vw;
  }
}
#character .character__divider::before {
  left: 0;
}
@media only screen and (max-width: 640px) {
  #character .character__divider::before {
    left: -0.9375vw;
  }
}
#character .character__divider::after {
  right: 0;
}
@media only screen and (max-width: 640px) {
  #character .character__divider::after {
    right: -0.9375vw;
  }
}
#character .character__divider img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
}
@media only screen and (max-width: 1250px) {
  #character .character__divider img {
    width: 2.72vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__divider img {
    top: -0.3125vw;
    width: 5.46875vw;
  }
}
#character .character__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  min-width: 2000px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #character .character__bg {
    left: 0;
    transform: none;
    min-width: 100%;
    height: 298.671875vw;
  }
}
#character .character__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#character .sec__ttlBox {
  position: absolute;
  top: -18px;
  z-index: 2;
  left: calc(50% - 498px);
  width: 595.5px;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox {
    left: calc(50% - 39.84vw);
    width: 47.64vw;
    /* grid-template-columns: base_vw(460) base_vw(502); */
    /* gap: 0 base_vw(36); */
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox {
    top: -3.90625vw;
    left: 4.6875vw;
    width: 79.6875vw;
    margin: 0 auto 5.46875vw;
  }
}
#character .sec__ttlBox__deco {
  padding-top: 20px;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox__deco {
    padding-top: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__deco {
    height: 2.65625vw;
    padding-top: 3.125vw;
    box-sizing: content-box;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__deco img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#character .character__deco1 {
  position: absolute;
  top: 123px;
  right: calc(50% - 560px);
  width: 250.5px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco1 {
    top: 9.84vw;
    right: calc(50% - 44.8vw);
    width: 20.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco1 {
    top: 3.125vw;
    left: inherit;
    right: -3.90625vw;
    width: 29.6875vw;
  }
}
#character .character__deco2 {
  position: absolute;
  top: 86px;
  right: calc(50% - 88px);
  width: 34.5px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco2 {
    top: 6.88vw;
    right: calc(50% - 7.04vw);
    width: 2.76vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco2 {
    top: 11.5625vw;
    right: calc(50% - 27.03125vw);
    width: 4.6875vw;
  }
}
#character .character__deco3 {
  position: absolute;
  top: 224px;
  left: calc(50% - 263px);
  width: 34.5px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco3 {
    top: 17.92vw;
    left: calc(50% - 21.04vw);
    width: 2.76vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco3 {
    top: 25.3125vw;
    left: calc(50% - 15vw);
    width: 4.609375vw;
  }
}
#character .character__deco4 {
  position: absolute;
  top: 315px;
  left: calc(50% - 500px);
  width: 155px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco4 {
    top: 25.2vw;
    left: calc(50% - 40vw);
    width: 12.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco4 {
    top: 30.9375vw;
    left: calc(50% - 22.65625vw);
    width: 20.625vw;
  }
}
#character .character__deco5 {
  position: absolute;
  top: 517px;
  right: calc(50% - 410px);
  width: 68px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco5 {
    top: 41.36vw;
    right: calc(50% - 32.8vw);
    width: 5.44vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco5 {
    top: 145.9375vw;
    right: calc(50% - 35.15625vw);
    width: 9.0625vw;
  }
}
#character .character__flower01 {
  position: absolute;
  top: -27px;
  right: calc(50% - 507px);
  width: 237px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #character .character__flower01 {
    top: -2.16vw;
    right: calc(50% - 40.56vw);
    width: 18.96vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__flower01 {
    top: -4.0625vw;
    right: calc(50% - 44.21875vw);
    width: 33.28125vw;
  }
}
#character .character__flower01 img {
  -webkit-animation: flowerSway 3s ease-in-out infinite alternate;
          animation: flowerSway 3s ease-in-out infinite alternate;
}
#character .character__flower02 {
  position: absolute;
  bottom: 29px;
  left: calc(50% - 744px);
  width: 335.5px;
}
@media only screen and (max-width: 1250px) {
  #character .character__flower02 {
    bottom: 2.32vw;
    left: calc(50% - 59.52vw);
    width: 26.84vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__flower02 {
    bottom: 4.53125vw;
    left: calc(50% - 50vw);
    width: 40.46875vw;
  }
}
#character .character__flower02 img {
  -webkit-animation: flowerSway2 3s ease-in-out infinite alternate;
          animation: flowerSway2 3s ease-in-out infinite alternate;
}
#character .character__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  width: 1002.5px;
  max-width: 2000px;
  margin: 0 auto;
  z-index: 2;
  top: 80px;
}
#character .character__list__item:nth-child(1) {
  position: relative;
  top: 80px;
  left: 20px;
}
#character .character__list__item:nth-child(1) img {
  width: 454px;
}
@media only screen and (max-width: 1250px) {
  #character .character__list__item:nth-child(1) {
    top: 6.4vw;
    left: 1.6vw;
  }
  #character .character__list__item:nth-child(1) img {
    width: 36.32vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item:nth-child(1) img {
    width: 86.71875vw;
  }
}
#character .character__list__item:nth-child(2) img {
  width: 532px;
}
@media only screen and (max-width: 1250px) {
  #character .character__list__item:nth-child(2) img {
    width: 42.56vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item:nth-child(2) img {
    width: 88.046875vw;
  }
}
@media only screen and (max-width: 1250px) {
  #character .character__list {
    width: 80.2vw;
    gap: 0 2.88vw;
    top: 6.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list {
    display: block;
    width: 100%;
    top: 22.96875vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item {
    position: relative;
    top: -17.34375vw;
    left: 7.5vw;
    transform: translateY(7.8125vw) scale(0.96);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item:not(:last-child) {
    top: 8.90625vw;
    left: 4.84375vw;
  }
}
#character .sec__ttlBox__title {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox__title {
    transform: translateX(8vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__title {
    transform: translateX(15.625vw);
  }
}
#character .sec__ttlBox__deco {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 0.4s 0.1s ease-out;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox__deco {
    transform: translateX(-9.6vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__deco {
    transform: translateX(-18.75vw);
  }
}
#character .character__list__item {
  opacity: 0;
  transform: translateY(50px) scale(0.96);
  transition: all 0.9s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1250px) {
  #character .character__list__item {
    transform: translateY(4vw) scale(0.96);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item {
    transform: translateY(7.8125vw) scale(0.96);
  }
}
#character .character__list__item:nth-child(2) {
  transition-delay: 1.3s;
}
#character .character__list__item:nth-child(3) {
  transition-delay: 0.7s;
}
#character .character__list__item:nth-child(3) img {
  transition-delay: 0.9s;
}
#character .character__list__item:nth-child(4) {
  transition-delay: 0.8s;
}
#character .character__list__item:nth-child(4) img {
  transition-delay: 1s;
}
#character.move-on .sec__ttlBox__title, #character.move-on .sec__ttlBox__deco {
  opacity: 1;
  transform: translateX(0);
}
#character.move-on .character__list__item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#keyword {
  position: relative;
  padding: 0 0 290px;
  z-index: 3;
}
@media only screen and (max-width: 1250px) {
  #keyword {
    padding: 0 0 23.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword {
    padding: 0 0 46.71875vw;
  }
}
#keyword .keyword__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  min-width: 2000px;
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__bg {
    z-index: 0;
    left: 0;
    transform: none;
    min-width: 100%;
  }
}
#keyword .keyword__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#keyword .keyword__divider {
  top: -16px;
  background: url("../img/line_hisigata_red.png") repeat-x left top/contain;
  content: "";
  width: 100%;
  height: 34px;
  display: block;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__divider {
    top: -1.28vw;
    height: 2.72vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__divider {
    top: -3.125vw;
    height: 6.25vw;
  }
}
#keyword .sec__ttlBox {
  position: absolute;
  left: calc(50% - 498px);
  width: 851px;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  #keyword .sec__ttlBox {
    left: calc(50% - 39.84vw);
    width: 68.08vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .sec__ttlBox {
    left: calc(50% - 45.3125vw);
    top: 0;
    width: 91.09375vw;
  }
}
#keyword .sec__ttlBox__title {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
#keyword.move-on .sec__ttlBox__title {
  opacity: 1;
  transform: translateX(0);
}
#keyword .keyword__flower01 {
  position: absolute;
  top: -24.5px;
  left: calc(50% - 799px);
  width: 297px;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__flower01 {
    top: -1.96vw;
    left: calc(50% - 63.92vw);
    width: 23.76vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__flower01 {
    display: none;
  }
}
#keyword .keyword__flower01 img {
  -webkit-animation: flowerSway 3s ease-in-out infinite alternate;
          animation: flowerSway 3s ease-in-out infinite alternate;
}
#keyword .keyword__flower02 {
  position: absolute;
  top: 596.5px;
  right: calc(50% - 347.5px);
  width: 271px;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__flower02 {
    top: 47.72vw;
    right: calc(50% - 27.8vw);
    width: 21.68vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__flower02 {
    top: 204.6875vw;
    right: calc(50% + 2.8125vw);
    width: 31.5625vw;
  }
}
#keyword .keyword__flower02 img {
  -webkit-animation: flowerSway2 3s ease-in-out infinite alternate;
          animation: flowerSway2 3s ease-in-out infinite alternate;
}
#keyword .keyword__flower03 {
  position: absolute;
  top: 554px;
  right: calc(50% - 174.5px);
  width: 192px;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__flower03 {
    top: 44.32vw;
    right: calc(50% - 13.96vw);
    width: 15.36vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__flower03 {
    top: 200vw;
    right: calc(50% + 22.5vw);
    width: 22.34375vw;
  }
}
#keyword .keyword__flower03 img {
  -webkit-animation: flowerSway 3s ease-in-out infinite alternate;
          animation: flowerSway 3s ease-in-out infinite alternate;
}
#keyword .keyword__flower04 {
  position: absolute;
  top: 704px;
  right: calc(50% - 14.5px);
  width: 140px;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__flower04 {
    top: 56.32vw;
    right: calc(50% - 1.16vw);
    width: 11.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__flower04 {
    top: 228.125vw;
    right: calc(50% - 52.1875vw);
    width: 19.6875vw;
  }
}
#keyword .keyword__flower04 img {
  -webkit-animation: flowerSway2 3s ease-in-out infinite alternate;
          animation: flowerSway2 3s ease-in-out infinite alternate;
}
#keyword .keyword__flower05 {
  position: absolute;
  z-index: 0;
  bottom: 30px;
  right: calc(50% - 520px);
  width: 345.5px;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__flower05 {
    bottom: 2.4vw;
    right: calc(50% - 41.6vw);
    width: 27.64vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__flower05 {
    bottom: 2.4vw;
    right: calc(50% - 41.6vw);
    width: 53.984375vw;
  }
}
#keyword .keyword__flower05 img {
  -webkit-animation: flowerSway 3s ease-in-out infinite alternate;
          animation: flowerSway 3s ease-in-out infinite alternate;
}
#keyword .keyword__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 58px;
  width: 1001.5px;
  margin: 0 auto;
  top: 205px;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  #keyword .keyword__list {
    gap: 1.52vw 4.64vw;
    width: 80.12vw;
    top: 16.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyword .keyword__list {
    grid-template-columns: 1fr;
    gap: 5vw;
    width: 90.859375vw;
    top: 33.75vw;
  }
}
#keyword .keyword__list__item {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
#keyword .keyword__list__item.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#gallery {
  position: relative;
  padding: 0 0 80px;
  z-index: 3;
  /* --- unused (HTML element removed): .gallery__bg-deco --- */
  /*
  .gallery__bg-deco {
      position: absolute;
      top: 0;
      left: calc(50% + 46px);
      transform: translateX(-50%);
      width: 1685.5px;
      z-index: -2;

      @media only screen and (max-width: 1250px) {
          top: 0;
          left: calc(50% + base_vw(46));
          width: base_vw(1685.5);
      }

      @media only screen and (max-width: 640px) {
          width: vw(640);
          top: vw(62);
          left: 50%;
      }
  }
  */
}
@media only screen and (max-width: 1250px) {
  #gallery {
    padding: 0 0 6.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery {
    padding: 13.28125vw 0 12.5vw;
  }
}
#gallery .gallery__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  min-width: 2000px;
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__bg {
    left: 0;
    transform: none;
    min-width: 100%;
  }
}
#gallery .gallery__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .gallery__divider {
  position: absolute;
  z-index: 0;
  top: -18px;
  left: 0;
  width: 100%;
  height: 12.5px;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__divider {
    top: -1.44vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__divider {
    height: 2.015625vw;
  }
}
#gallery .gallery__divider::before, #gallery .gallery__divider::after {
  content: "";
  position: absolute;
  top: 0.3px;
  width: calc(50% - 17px);
  height: 100%;
  background: url("../img/line_blue.png") repeat-x left top;
  background-size: 57.5px 12.5px;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__divider::before, #gallery .gallery__divider::after {
    width: calc(50% - 1.36vw);
    background-size: 4.6vw 1vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__divider::before, #gallery .gallery__divider::after {
    top: -1.25vw;
    width: calc(50% - 1.36vw);
    background-size: 9.25vw 2.015625vw;
  }
}
#gallery .gallery__divider::before {
  left: 0;
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__divider::before {
    left: -0.9375vw;
  }
}
#gallery .gallery__divider::after {
  right: 0;
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__divider::after {
    right: -0.9375vw;
  }
}
#gallery .gallery__divider img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__divider img {
    width: 2.72vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__divider img {
    top: -0.3125vw;
    width: 5.46875vw;
  }
}
#gallery .gallery__deco1 {
  position: absolute;
  top: 67px;
  left: -20px;
  width: 506.75px;
  z-index: -1;
}
#gallery .gallery__deco1 img {
  -webkit-animation: floatX 5s ease-in-out infinite;
          animation: floatX 5s ease-in-out infinite;
  opacity: 0;
  transition: all 1s 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__deco1 {
    top: 5.36vw;
    left: -1.6vw;
    width: 40.54vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__deco1 {
    top: 33.59375vw;
    left: -25vw;
    width: 69.921875vw;
  }
}
#gallery .sec__ttlBox {
  position: absolute;
  width: 862px;
  left: calc(50% - 360px);
  top: -30px;
  z-index: 0;
}
@media only screen and (max-width: 1250px) {
  #gallery .sec__ttlBox {
    /* grid-template-columns: base_vw(346.5) base_vw(612); */
    /* gap: 0 base_vw(39); */
    width: 68.96vw;
    left: calc(50% - 28.8vw);
    top: -2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .sec__ttlBox {
    /* grid-template-columns: vw(346.5) vw(290); */
    /* justify-content: space-between; */
    /* gap: 0 vw(40); */
    width: 100vw;
    margin: 0 auto 6.40625vw;
    left: 0;
    top: -3.75vw;
  }
}
#gallery .sec__ttlBox__title {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1250px) {
  #gallery .sec__ttlBox__title {
    transform: translateX(8vw);
  }
}
@media only screen and (max-width: 640px) {
  #gallery .sec__ttlBox__title {
    transform: translateX(15.625vw);
  }
}
#gallery .gallery__flower01 {
  position: absolute;
  width: 324.5px;
  top: -30px;
  left: calc(50% - 500px);
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__flower01 {
    width: 25.96vw;
    top: -2.4vw;
    left: calc(50% - 40vw);
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__flower01 {
    width: 37.8125vw;
    top: -2.03125vw;
    left: calc(50% - 64.84375vw);
    z-index: 0;
  }
}
#gallery .gallery__flower01 img {
  -webkit-animation: flowerSway 3s ease-in-out infinite alternate;
          animation: flowerSway 3s ease-in-out infinite alternate;
}
#gallery .gallery__grid-wrap {
  position: relative;
  max-width: 1818px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__grid-wrap {
    max-width: 145.44vw;
    padding-top: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__grid-wrap {
    width: 93.125vw;
    max-width: 145.44vw;
    padding-top: 18.75vw;
  }
}
#gallery .gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 0 84px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__grid {
    gap: 0 6.72vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1.09375vw 0;
  }
}
#gallery .gallery__item:nth-child(2) {
  transition-delay: 0.3s;
  margin-top: 280px;
}
@media only screen and (max-width: 1250px) {
  #gallery .gallery__item:nth-child(2) {
    margin-top: 22.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #gallery .gallery__item {
    grid-row: auto !important;
    min-height: auto !important;
  }
}
#gallery .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#gallery .gallery__item {
  opacity: 0;
  transform: translateY(18px) scale(0.995);
  filter: blur(10px);
  transition: opacity 1000ms cubic-bezier(0.2, 0.9, 0.2, 1), transform 1000ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 1000ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: opacity, transform, filter;
}
#gallery .gallery__item:nth-child(2) {
  transition-delay: 0.3s;
}
#gallery .gallery__item.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}
#gallery.move-on .sec__ttlBox__title {
  opacity: 1;
  transform: translateX(0);
}
#gallery.move-on .gallery__deco1 img {
  opacity: 1;
}

#information {
  position: relative;
  padding: 102px 0 124px;
  z-index: 3;
}
#information .information__divider {
  top: -17px;
  background: url("../img/line_hisigata_blue.png") repeat-x left top/contain;
  content: "";
  width: 100%;
  height: 34px;
  display: block;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  #information .information__divider {
    top: -1.36vw;
    height: 2.72vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__divider {
    top: -3.125vw;
    height: 6.25vw;
  }
}
#information .information__flower {
  position: absolute;
  z-index: 2;
  width: 335.5px;
  left: calc(50% - 300px);
  top: -220px;
}
@media only screen and (max-width: 1250px) {
  #information .information__flower {
    width: 26.84vw;
    left: calc(50% - 24vw);
    top: -17.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__flower {
    width: 40vw;
    left: calc(50% - 47.5vw);
    top: -12.03125vw;
    z-index: 1;
  }
}
#information .information__flower img {
  -webkit-animation: flowerSway2 3s ease-in-out infinite alternate;
          animation: flowerSway2 3s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1250px) {
  #information {
    padding: 8.16vw 0 9.92vw;
  }
}
@media only screen and (max-width: 640px) {
  #information {
    padding: 10.9375vw 0 7.03125vw;
  }
}
#information .sec__ttlBox {
  position: relative;
  width: 634.5px;
  margin: 0 auto 30px;
  left: 40px;
  top: -60px;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox {
    width: 50.76vw;
    left: 3.2vw;
    top: -4.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox {
    width: 84.296875vw;
    left: 5.46875vw;
    margin-bottom: 3.125vw;
    z-index: 1;
  }
}
#information .sec__ttlBox__deco2 {
  position: absolute;
  width: 236px;
  top: -65px;
  right: -185px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco2 {
    width: 18.88vw;
    top: -5.2vw;
    right: -14.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco2 {
    top: -15.9375vw;
    right: -8.59375vw;
    width: 22.03125vw;
  }
}
#information .sec__ttlBox__deco3 {
  position: absolute;
  top: -30px;
  left: 152px;
  width: 135px;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco3 {
    top: -2.4vw;
    left: 12.16vw;
    width: 10.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco3 {
    top: -4.21875vw;
    left: 32.5vw;
    width: 15.15625vw;
  }
}
#information .information__deco1 {
  position: absolute;
  top: 200px;
  right: -120px;
  width: 591px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .information__deco1 {
    top: 16vw;
    right: -9.6vw;
    width: 47.28vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__deco1 {
    top: 25.78125vw;
    right: -30.9375vw;
    width: 53.125vw;
  }
}
#information .information__deco1 img {
  -webkit-animation: floatX2 5s ease-in-out infinite;
          animation: floatX2 5s ease-in-out infinite;
}
#information .information__deco2 {
  position: absolute;
  top: -57px;
  left: calc(50% - 900px);
  width: 381px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .information__deco2 {
    top: -4.56vw;
    left: calc(50% - 72vw);
    width: 30.48vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__deco2 {
    top: -10.625vw;
    left: -1.5625vw;
    width: 38.90625vw;
  }
}
#information .information__deco3 {
  position: absolute;
  bottom: 105px;
  right: calc(50% - 732px);
  width: 301px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .information__deco3 {
    bottom: 8.4vw;
    right: calc(50% - 58.56vw);
    width: 24.08vw;
  }
}
#information .information__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1130.5px;
  height: 736px;
  margin: 0 auto;
  background: url("../img/info_frame-pc.png") no-repeat top center;
  background-size: 100% 100%;
  top: -50px;
}
@media only screen and (max-width: 1250px) {
  #information .information__block {
    width: 90.44vw;
    height: 58.88vw;
    top: -4vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__block {
    width: 90.703125vw;
    height: 140.625vw;
    background-image: url("../img/info_frame-sp.png");
  }
}
#information .information__book {
  width: 1065px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 1250px) {
  #information .information__book {
    width: 85.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book {
    width: 78.90625vw;
  }
}
#information .information__book__wrap {
  display: grid;
  grid-template-columns: 242px 1fr;
  gap: 0 20px;
  padding: 0 40px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__wrap {
    grid-template-columns: 19.36vw 1fr;
    gap: 0 1.6vw;
    padding: 0 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__wrap {
    grid-template-columns: 20.9375vw 1fr;
    gap: 0 2.8125vw;
    padding: 0;
    margin-bottom: 3.125vw;
  }
}
#information .information__book__cover img {
  border: 1px solid #000;
}
#information .information__book__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__title {
    font-size: 1.76vw;
    margin-bottom: 1.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__title {
    font-size: 2.8125vw;
    margin-bottom: 1.875vw;
  }
}
#information .information__book__author {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__author {
    font-size: 1.12vw;
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__author {
    font-size: 1.875vw;
    margin-bottom: 1.5625vw;
  }
}
#information .information__book__catch {
  font-size: 16px;
  color: #e60000;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__catch {
    font-size: 1.28vw;
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__catch {
    font-size: 2.5vw;
    margin-bottom: 0.9375vw;
  }
}
#information .information__book__summary {
  font-size: 14px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__summary {
    font-size: 1.28vw;
    margin-bottom: 1.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__summary {
    font-size: 2.1875vw;
    margin-bottom: 0.9375vw;
  }
}
#information .information__book__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  #information .information__book__info {
    /* grid-template-columns: 1fr; */
    display: block;
  }
}
#information .information__book__info p {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px dashed #979797;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__info p {
    font-size: 1.12vw;
    padding: 0.64vw 0;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__info p {
    font-size: 1.875vw;
    padding: 1.25vw 0;
  }
}
#information .information__book__info p span {
  font-weight: bold;
  margin-right: 2em;
}
@media only screen and (max-width: 640px) {
  #information .information__book__info p span {
    width: 100px;
    display: inline-block;
  }
}
#information .information__book__isbn {
  grid-area: 1/1/2/3;
}
#information .information__book__trial {
  width: 200px;
  margin-top: 20px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__trial {
    width: 16vw;
    margin-top: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__trial {
    width: 79.6875vw;
    margin-bottom: 4.6875vw;
  }
}
#information .information__book__link {
  position: relative;
  padding: 16px 25px 20px;
  background: #e9e9e9;
  z-index: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__link {
    padding: 1.28vw 2vw 1.6vw;
    margin-top: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__link {
    padding: 2.5vw 3.90625vw 3.125vw;
    margin-top: 3.125vw;
  }
}
#information .information__book__link::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 431px;
  height: 76px;
  content: "";
  background: url(https://dengekibunko.jp/themes/dengekibunko/images/components/typography/bg-triangle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__link::before {
    width: 34.48vw;
    height: 6.08vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__link::before {
    width: 67.34375vw;
    height: 11.875vw;
  }
}
#information .information__book__link__txt {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__link__txt {
    font-size: 1.44vw;
    margin-bottom: 0.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__link__txt {
    font-size: 2.1875vw;
    margin-bottom: 1.5625vw;
  }
}
#information .information__book__store {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__store {
    gap: 0.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625vw;
  }
}
#information .information__book__store li {
  height: 60px;
  border-radius: 5px;
  border: 1px solid #979797;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__store li {
    height: 4.8vw;
    border-radius: 0.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li {
    height: 7.8125vw;
    border-radius: 0.78125vw;
    padding: 0.78125vw 0;
    background-color: #fff;
  }
}
#information .information__book__store li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
}
#information .information__book__store li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li a:hover {
    opacity: 1;
  }
}
#information .information__book__store li img {
  width: 100px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__store li img {
    width: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li img {
    width: 10.9375vw;
  }
}
#information .sec__ttlBox__title {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__title {
    transform: translateX(8vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__title {
    transform: translateX(15.625vw);
  }
}
#information .sec__ttlBox__deco2 {
  opacity: 0;
  transform: scale(0.9) translate(-20px, -20px);
  transition: all 0.8s 0s ease;
  transform-origin: bottom left;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco2 {
    transform: scale(0.9) translate(-1.6vw, -1.6vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco2 {
    transform: translate(-3.125vw, -3.125vw);
  }
}
#information .sec__ttlBox__deco3 {
  opacity: 0;
  transform: scale(0.9) rotate(-20deg) translate(20px, -10px);
  transition: all 0.8s 0.2s ease;
  transform-origin: right top;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco3 {
    transform: scale(0.9) rotate(-20deg) translate(1.6vw, -0.8vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco3 {
    transform: translate(3.125vw, -1.5625vw);
  }
}
#information .information__block {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s 0.5s ease;
}
#information .information__book {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.6s 0.8s ease;
}
#information.move-on .sec__ttlBox__title {
  opacity: 1;
  transform: translateX(0);
}
#information.move-on .sec__ttlBox__deco2 {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
#information.move-on .sec__ttlBox__deco3 {
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0, 0);
}
#information.move-on .information__block {
  opacity: 1;
  transform: scale(1);
}
#information.move-on .information__book {
  opacity: 1;
  filter: blur(0px);
}

#other {
  padding: 28px 0 62px;
  background-color: #e9e9e9;
}

#other::after {
  display: none !important;
}

#other h2 {
  margin-bottom: 20px;
  text-align: center;
}

#other h2 img {
  width: auto;
}

#other ul {
  display: flex;
  flex-wrap: wrap;
  width: 1068px;
  margin: 0 auto;
}

#other ul li {
  margin: 0 5px 8px;
}

@media screen and (max-width: 641px) {
  #other {
    padding: 5.3125vw 0 6.5625vw;
  }
  #other h2 {
    width: 89.6875vw;
    margin: 0 auto 4.375vw;
  }
  #other h2 img {
    width: 100%;
  }
  #other ul {
    display: block;
    width: 81.875vw;
  }
  #other li {
    width: 81.875vw;
    margin: 0 0 2.5vw;
  }
  #other li img {
    width: 100%;
    height: auto;
  }
}
.g-footer {
  position: relative;
  text-align: center;
  color: #fff;
  background: #211f20;
  z-index: 2;
}
.g-footer a {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}
.g-footer.special {
  padding-bottom: 60px;
}
.g-footer .g-footer__inner {
  padding: 20px 0 15px;
}
.g-footer .g-footer__notice {
  font-size: 10px;
  line-height: 1.8;
  max-width: 300px;
  margin: 0 auto 10px;
}
.g-footer .g-footer__corporate {
  max-width: 290px;
  margin: 0 auto 10px;
}
.g-footer .g-footer__search-btn.c-search__btn {
  border-left: 1px solid #3c3c3c;
  background: #3c3c3c;
}
.g-footer .g-footer__search-btn.c-search__btn:hover {
  border-left: 1px solid #d6d6d6;
  background: #d6d6d6;
}
.g-footer .g-footer__copyright {
  font-size: 12px;
  margin: 0;
}
.g-footer .g-footer__btn {
  font-size: 12px;
  font-weight: 700;
  display: block;
  box-sizing: border-box;
  max-width: 140px;
  margin: 0 auto 20px;
  padding: 4px 34px;
  transition: opacity 0.2s ease-out;
  color: #211f20;
  background: #fff;
}
.g-footer .g-footer__btn:active,
.g-footer .g-footer__btn:focus,
.g-footer .g-footer__btn:hover,
.g-footer .g-footer__btn:visited {
  text-decoration: none;
  color: #211f20;
}
.g-footer .g-footer__btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .g-footer.special {
    padding-bottom: 110px;
  }
  .g-footer .g-footer__notice {
    font-size: 12px;
    max-width: 530px;
    margin: 0 auto 20px;
  }
  .g-footer .g-footer__btn {
    margin: 0 auto 12px;
  }
}
.g-footer .g-footer-nav {
  background: #fff;
}
.g-footer .g-footer-navbar {
  font-size: 12px;
  background: #e60000;
}
.g-footer .g-footer-navbar__list {
  display: inline-flex;
  margin: 0;
  padding: 16px 33px;
  list-style: none;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.g-footer .g-footer-navbar__item {
  color: #211f20;
  justify-content: center;
}
.g-footer .g-footer-navbar__item,
.g-footer .g-footer-navbar__link {
  display: flex;
  align-items: center;
}
.g-footer .g-footer-navbar__link {
  width: 100%;
  height: 28px;
  font-size: 0.7em;
  padding: 0 10px;
  color: #fff;
  justify-content: flex-start;
}
.g-footer .g-footer-navbar__link:active,
.g-footer .g-footer-navbar__link:focus,
.g-footer .g-footer-navbar__link:hover,
.g-footer .g-footer-navbar__link:visited {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .g-footer .g-footer-navbar__item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  .g-footer .g-footer-navbar {
    font-size: 14px;
  }
  .g-footer .g-footer-navbar__list {
    padding: 0;
  }
  .g-footer .g-footer-navbar__item {
    width: auto;
    padding: 0 5px;
    border: 0;
  }
  .g-footer .g-footer-navbar__link {
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .g-footer .g-footer-navbar__link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) {
  .g-footer .g-footer-navbar {
    font-size: 16px;
  }
  .g-footer .g-footer-navbar__item {
    padding: 0 10px;
  }
}
.g-footer .c-list-sns {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
}
.g-footer .c-list-sns__link {
  font-size: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 80px;
  min-width: 60px;
  height: 70px;
  padding: 18px;
  transition: opacity 0.2s ease-out;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.g-footer .c-list-sns__link:active,
.g-footer .c-list-sns__link:focus,
.g-footer .c-list-sns__link:hover,
.g-footer .c-list-sns__link:visited {
  text-decoration: none;
  color: #fff;
}
.g-footer .c-list-sns__link:hover {
  opacity: 0.7;
}
.g-footer .c-list-sns__link:before {
  font-size: 25px !important;
  line-height: 1;
}
.g-footer .c-list-sns__link.-facebook:before {
  width: 17px;
  height: 17px;
  content: "";
  background: url(../img/global/sns_facebook.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-x:before {
  width: 13px;
  height: 14px;
  content: "";
  background: url(../img/global/sns_x.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-line:before {
  width: 20px;
  height: 18px;
  content: "";
  background: url(../img/global/sns_line.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-hatena:before,
.g-footer .c-list-sns__link.-line:before {
  font: normal normal normal 14px/1 icomoon;
  font-family: icomoon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.g-footer .c-list-sns__link.-hatena:before {
  width: 18px;
  height: 15px;
  content: "";
  background: url(../img/global/sns_hateb.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-x {
  background: #211f20;
}
.g-footer .c-list-sns__link.-youtube {
  background: #e62d27;
}
.g-footer .c-list-sns__link.-line {
  background: #00b900;
}
.g-footer .c-list-sns__link.-facebook {
  background: #3b5998;
}
.g-footer .c-list-sns__link.-hatena {
  background: #00a1de;
}
.g-footer .c-list-sns.-row .c-list-sns__link {
  flex-direction: column;
  width: 60px;
  height: 40px;
  align-items: center;
}
.g-footer .c-list-sns.-row .c-list-sns__link:before {
  line-height: 1;
  padding-right: 0;
}
.g-footer .c-list-sns.-header {
  margin: -6px 0 0;
  flex: 1;
  justify-content: flex-end;
}
.g-footer .c-list-sns.-header.-top {
  margin: -10px 0 0;
}
@media screen and (min-width: 768px) {
  .g-footer .c-list-sns__link {
    flex-direction: inherit;
    box-sizing: border-box;
    height: 30px;
    padding: 7px 9px;
    justify-content: center;
  }
  .g-footer .c-list-sns__link:before {
    font-size: 18px !important;
    padding-right: 5px;
    box-sizing: content-box;
  }
  .g-footer .c-list-sns__link.-hatena:before {
    font-size: 15px !important;
  }
}
/*# sourceMappingURL=style.css.map */