@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@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,
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;
  }
}
/*=============================================================
 tools
=============================================================*/
@keyframes kv-equalizer {
  0%, 100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0.7);
  }
  40% {
    transform: scaleY(1.05);
  }
  70% {
    transform: scaleY(0.9);
  }
  80% {
    transform: scaleY(1.1);
  }
}
@keyframes eq1 {
  0% {
    height: 0%;
  }
  25% {
    height: 80%;
  }
  50% {
    height: 40%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes eq2 {
  0% {
    height: 90%;
  }
  25% {
    height: 30%;
  }
  50% {
    height: 70%;
  }
  75% {
    height: 20%;
  }
  100% {
    height: 90%;
  }
}
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: 882px;
  z-index: 2;
  background: #fff100;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual {
    height: 80.1818181818vw;
    padding-bottom: 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual {
    height: 147.65625vw;
  }
}
#keyvisual .keyvisual__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  min-width: 1400px;
  height: 835px;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__bg {
    height: 75.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__bg {
    width: 100%;
    min-width: 100%;
    height: 141.09375vw;
  }
}
#keyvisual .keyvisual__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#keyvisual .keyvisual__deco1 {
  position: absolute;
  top: 280px;
  left: 0;
  width: 13.5px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__deco1 {
    top: 25.4545454545vw;
    width: 1.2272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco1 {
    width: 2.03125vw;
    top: 75.9375vw;
  }
}
#keyvisual .keyvisual__deco2 {
  position: absolute;
  top: 0;
  left: calc(50% - 875px);
  width: 1750px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__deco2 {
    left: calc(50% - 79.5454545455vw);
    width: 159.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco2 {
    width: 100%;
    left: 0;
  }
}
#keyvisual .keyvisual__illust {
  position: absolute;
  top: 0;
  left: calc(50% - 710px);
  width: 1233px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__illust {
    left: calc(50% - 64.5454545455vw);
    width: 112.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__illust {
    left: -37.34375vw;
    top: 5.9375vw;
    width: 153.59375vw;
  }
}
#keyvisual .keyvisual__emblem {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 151px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__emblem {
    left: calc(50% - 54.5454545455vw);
    width: 13.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__emblem {
    left: 1.5625vw;
    width: 17.34375vw;
  }
}
#keyvisual .keyvisual__medal {
  position: absolute;
  top: 145px;
  left: calc(50% - 580px);
  width: 111px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__medal {
    top: 13.1818181818vw;
    left: calc(50% - 52.7272727273vw);
    width: 10.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__medal {
    top: 18.4375vw;
    left: 3.125vw;
    width: 14.0625vw;
  }
}
#keyvisual .keyvisual__catch {
  position: absolute;
  top: 90px;
  right: calc(50% - 590px);
  width: 263px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__catch {
    top: 8.1818181818vw;
    right: calc(50% - 53.6363636364vw);
    width: 23.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__catch {
    top: 43.28125vw;
    right: 2.96875vw;
    width: 31.71875vw;
  }
}
#keyvisual .keyvisual__author {
  position: absolute;
  top: 175px;
  left: calc(50% - 455px);
  width: 158px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__author {
    top: 15.9090909091vw;
    right: calc(50% - 41.3636363636vw);
    width: 14.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__author {
    top: 97.34375vw;
    left: 4.53125vw;
    right: auto;
    width: 18.59375vw;
  }
}
#keyvisual .keyvisual__title {
  position: absolute;
  bottom: 246px;
  right: calc(50% - 419px);
  width: 838px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__title {
    bottom: 22.3636363636vw;
    right: calc(50% - 38.0909090909vw);
    width: 76.1818181818vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__title {
    bottom: 23.75vw;
    right: calc(50% - 49.921875vw);
    width: 99.84375vw;
  }
}
#keyvisual .keyvisual__ribbon {
  position: absolute;
  top: 18px;
  left: calc(50% + 368px);
  transform: translateX(-50%);
  width: 468px;
  height: 48px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__ribbon {
    top: 1.6363636364vw;
    left: calc(50% + 33.4545454545vw);
    width: 42.5454545455vw;
    height: 4.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__ribbon {
    top: 2.34375vw;
    width: 64.21875vw;
    height: 6.5625vw;
    left: auto;
    right: 1.25vw;
    transform: none;
  }
}
#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: 184px;
  left: 50%;
  transform: translateX(-50%);
  width: 636px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__release {
    bottom: 16.7272727273vw;
    width: 57.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__release {
    bottom: 13.59375vw;
    width: 93.4375vw;
  }
}
#keyvisual .keyvisual__btns {
  position: absolute;
  bottom: 100px;
  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: 1100px) {
  #keyvisual .keyvisual__btns {
    bottom: 9.0909090909vw;
    grid-template-columns: repeat(2, 26.6363636364vw);
    gap: 0 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__btns {
    bottom: 2.96875vw;
    grid-template-columns: repeat(2, 37.34375vw);
    gap: 0 3.75vw;
  }
}
#keyvisual .keyvisual__deco1 {
  opacity: 0;
  transition: all 0.3s 1.8s ease;
}
#keyvisual .keyvisual__deco2 {
  opacity: 0;
  transition: all 0.3s 1.8s ease;
}
#keyvisual .keyvisual__illust {
  opacity: 0;
  filter: brightness(3);
  transform: translateY(50px);
  transition: all 1.4s 0.6s ease;
}
#keyvisual .keyvisual__illust img {
  transition: all 1.4s 0.7s ease;
}
#keyvisual .keyvisual__emblem {
  opacity: 0;
  transition: all 0.6s 1.6s ease;
}
#keyvisual .keyvisual__medal {
  opacity: 0;
  transform: rotateY(-360deg) scale(1.1);
  transition: all 1s 1.6s ease;
}
#keyvisual .keyvisual__title {
  opacity: 0;
  filter: brightness(5);
  transform: scale(1.1);
  transition: all 1s 1s ease;
}
#keyvisual .keyvisual__catch {
  opacity: 0;
  filter: blur(10px);
  transition: all 1s ease;
}
#keyvisual .keyvisual__author {
  opacity: 0;
  transition: all 0.8s 1.4s ease;
}
#keyvisual .keyvisual__release, #keyvisual .keyvisual__btns {
  opacity: 0;
  transition: all 0.6s 2s ease;
}
#keyvisual .keyvisual__ribbon span {
  width: 0%;
  transition: all 0.5s 1.6s ease;
}
#keyvisual.move-on .keyvisual__deco1 {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__deco2 {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__illust {
  opacity: 1;
  transform: translateY(0);
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__emblem {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__medal {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}
#keyvisual.move-on .keyvisual__title {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__catch {
  opacity: 1;
  filter: blur(0px);
}
#keyvisual.move-on .keyvisual__author {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__ribbon span {
  width: 100%;
}
#keyvisual.move-on .keyvisual__release, #keyvisual.move-on .keyvisual__btns {
  opacity: 1;
}

.sec__ttlBox__title {
  position: relative;
}

#story {
  padding: 0 0 75px;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #story {
    padding: 0 0 6.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #story {
    padding: 0 0 15.625vw;
  }
}
#story .sec__ttlBox {
  position: relative;
  width: 977px;
  margin: 0 auto 50px;
  padding-top: 7px;
}
@media only screen and (max-width: 1100px) {
  #story .sec__ttlBox {
    width: 88.8181818182vw;
    margin: 0 auto 4.5454545455vw;
    padding-top: 0.6363636364vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox {
    width: 152.65625vw;
    left: calc(50% - 76.328125vw);
    padding-top: 1.40625vw;
    margin: 0 auto 7.8125vw;
  }
}
#story .story__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  min-width: 1400px;
  height: 1602px;
}
@media only screen and (max-width: 1100px) {
  #story .story__bg {
    height: 145.6363636364vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__bg {
    width: 100%;
    min-width: 100%;
    height: 257.1875vw;
  }
}
#story .story__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#story .story__wrap {
  position: relative;
  z-index: 2;
}
#story .story__deco1 {
  position: absolute;
  top: 2px;
  left: 0;
  width: 188.5px;
}
@media only screen and (max-width: 1100px) {
  #story .story__deco1 {
    top: 0.1818181818vw;
    width: 17.1363636364vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco1 {
    top: 18.90625vw;
    width: 29.0625vw;
  }
}
#story .story__deco2 {
  position: absolute;
  top: 2px;
  right: 0;
  width: 188.5px;
}
@media only screen and (max-width: 1100px) {
  #story .story__deco2 {
    top: 0.1818181818vw;
    width: 17.1363636364vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco2 {
    top: 18.90625vw;
    width: 29.0625vw;
  }
}
#story .story__text {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #story .story__text {
    width: 90.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__text {
    width: 100%;
  }
}
#story .sec__ttlBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
  transition: all 0.8s ease;
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox {
    transform: translateY(7.8125vw);
  }
}
#story .story__deco1 {
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.8s ease;
}
#story .story__deco2 {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(-50%);
}
#story .story__text {
  opacity: 0;
  transition: all 0.3s 0.5s ease;
}
#story .story__text img {
  filter: brightness(3);
  transition: all 0.3s 0.8s ease;
}
#story.move-on .sec__ttlBox {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0px, 0px);
}
#story.move-on .story__deco1 {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
@media only screen and (max-width: 640px) {
  #story.move-on .story__deco1 {
    transform: scale(1) rotate(0deg);
  }
}
#story.move-on .story__deco1 img {
  transform: scale(1) rotate(0deg);
}
#story.move-on .story__deco2 {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
@media only screen and (max-width: 640px) {
  #story.move-on .story__deco2 {
    transform: scale(1) rotate(0deg);
  }
}
#story.move-on .story__deco2 img {
  transform: scale(1) rotate(0deg);
}
#story.move-on .story__text {
  opacity: 1;
}
#story.move-on .story__text img {
  filter: brightness(1);
}

#character {
  position: relative;
  padding: 0 0 45px;
}
@media only screen and (max-width: 1100px) {
  #character {
    padding: 0 0 4.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #character {
    padding: 1.5625vw 0 9.6875vw;
  }
}
#character .sec__ttlBox {
  position: relative;
  width: 1071px;
  margin: 0 auto 46px;
  padding-top: 5px;
}
@media only screen and (max-width: 1100px) {
  #character .sec__ttlBox {
    width: 97.3636363636vw;
    margin: 0 auto 4.1818181818vw;
    padding-top: 0.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox {
    width: 100%;
    padding-top: 1.40625vw;
    margin: 0 auto 3.90625vw;
  }
}
#character .character__wrap {
  position: relative;
  z-index: 2;
}
#character .character__deco {
  position: absolute;
  top: -23px;
  left: calc(50% - 328.25px);
  width: 656.5px;
}
@media only screen and (max-width: 1100px) {
  #character .character__deco {
    top: -2.0909090909vw;
    left: calc(50% - 29.8409090909vw);
    width: 59.6818181818vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco {
    top: -3.59375vw;
    left: calc(50% - 51.2890625vw);
    width: 102.578125vw;
  }
}
#character .character__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  min-width: 1400px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #character .character__bg {
    width: 100%;
    min-width: 100%;
  }
}
#character .character__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#character .character__list {
  position: relative;
  display: grid;
  grid-template-columns: 565px 624.5px;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 1100px) {
  #character .character__list {
    grid-template-columns: 51.3636363636vw 56.7727272727vw;
    gap: 0 2.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list {
    display: block;
    width: 89.0625vw;
    margin: 0 auto;
  }
}
#character .character__list__item {
  position: relative;
}
#character .character__list__item__illust {
  position: absolute;
  bottom: -38px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item__illust {
    bottom: -3.4545454545vw;
  }
}
#character .character__list__item.item1 {
  margin: 17px -22px 0 20px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item1 {
    margin: 1.5454545455vw -2vw 0 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item1 {
    margin: 0 0.3125vw 0 0.15625vw;
  }
}
#character .character__list__item.item1 .character__list__item__illust {
  width: 181px;
  right: -14px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item1 .character__list__item__illust {
    width: 16.4545454545vw;
    right: -1.2727272727vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item1 .character__list__item__illust {
    width: 32.1875vw;
    right: 5.46875vw;
    bottom: 0;
  }
}
#character .character__list__item.item1 .character__list__item__txt {
  position: absolute;
  bottom: 130px;
  left: 30px;
  width: 272px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item1 .character__list__item__txt {
    bottom: 11.8181818182vw;
    left: 2.7272727273vw;
    width: 24.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item1 .character__list__item__txt {
    bottom: 24.375vw;
    left: 5.3125vw;
    width: 52.34375vw;
  }
}
#character .character__list__item.item2 {
  margin: -4px 20px 0 -17px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 {
    margin: -0.3636363636vw 1.8181818182vw 0 -1.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 {
    margin: -35.9375vw -1.875vw 0 -3.75vw;
  }
}
#character .character__list__item.item2 .character__list__item__illust {
  width: 269px;
  left: -88px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 .character__list__item__illust {
    width: 24.4545454545vw;
    left: -8vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 .character__list__item__illust {
    width: 45.46875vw;
    left: -1.5625vw;
    bottom: 25.15625vw;
  }
}
#character .character__list__item.item2 .character__list__item__txt {
  position: absolute;
  top: 65px;
  right: 30px;
  width: 262px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 .character__list__item__txt {
    top: 5.9090909091vw;
    right: 2.7272727273vw;
    width: 23.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 .character__list__item__txt {
    width: 49.53125vw;
    right: 5vw;
    top: 16.71875vw;
  }
}
#character .character__list__item.item2 .character__list__item__display {
  position: absolute;
  bottom: -155px;
  right: 30px;
  width: 334px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 .character__list__item__display {
    bottom: -14.0909090909vw;
    right: 2.7272727273vw;
    width: 30.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 .character__list__item__display {
    width: 62.96875vw;
    right: 2.5vw;
    bottom: -42.96875vw;
  }
}
#character .sec__ttlBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
  transition: all 0.8s ease;
}
#character .character__list__item {
  opacity: 0;
}
#character .character__list__item__illust {
  opacity: 0;
  transition: all 0.6s 0.8s ease;
}
#character .character__list__item__txt {
  opacity: 0;
  transition: all 0.4s 1s ease;
}
#character .character__list__item__display {
  opacity: 0;
  transform: rotateY(360deg);
  transition: all 0.6s 1.3s ease;
}
#character .character__list__item__display img {
  filter: brightness(3);
  transition: all 0.6s 1.6s ease;
}
#character .character__list__item.item1 {
  transform: translateX(200px);
  transition: all 0.6s 0.3s ease;
}
#character .character__list__item.item1 .character__list__item__illust {
  transform: translateY(-30px);
}
#character .character__list__item.item2 {
  transform: translateX(-200px);
  transition: all 0.6s 0.3s ease;
}
#character .character__list__item.item2 .character__list__item__illust {
  transform: translateY(30px);
}
#character.move-on .sec__ttlBox {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0px, 0px);
}
#character.move-on .character__list__item {
  opacity: 1;
  transform: translate(0);
}
#character.move-on .character__list__item__txt {
  opacity: 1;
  transform: translate(0);
}
#character.move-on .character__list__item__display {
  opacity: 1;
  transform: rotateY(0);
}
#character.move-on .character__list__item__display img {
  filter: brightness(1);
}
#character.move-on .character__list__item.item1 .character__list__item__illust, #character.move-on .character__list__item.item2 .character__list__item__illust {
  opacity: 1;
  transform: translateY(0);
}

#information {
  padding: 0 0 100px;
  background: #fff100;
}
@media only screen and (max-width: 1100px) {
  #information {
    padding: 0 0 9.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #information {
    padding: 0 0 11.5625vw;
  }
}
#information .sec__ttlBox {
  position: relative;
  width: 1069px;
  margin: 0 auto 60px;
  padding-top: 6px;
}
@media only screen and (max-width: 1100px) {
  #information .sec__ttlBox {
    width: 97.1818181818vw;
    margin: 0 auto 5.4545454545vw;
    padding-top: 0.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox {
    width: 100%;
    margin: 0 auto 8.28125vw;
    padding-top: 1.5625vw;
  }
}
#information .information__deco {
  position: absolute;
  top: -23px;
  left: calc(50% - 328.25px);
  width: 656.5px;
}
@media only screen and (max-width: 1100px) {
  #information .information__deco {
    top: -2.0909090909vw;
    left: calc(50% - 29.8409090909vw);
    width: 59.6818181818vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__deco {
    top: -2.96875vw;
    left: calc(50% - 51.2890625vw);
    width: 102.578125vw;
  }
}
#information .information__list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  #information .information__list {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1100px) {
  #information .information__list {
    width: 100%;
  }
}
#information .information__list_deco1 {
  position: absolute;
  top: -24px;
  right: 0;
  width: 698.5px;
}
@media only screen and (max-width: 1100px) {
  #information .information__list_deco1 {
    top: -2.1818181818vw;
    width: 63.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__list_deco1 {
    top: -3.4375vw;
    width: 92.8125vw;
  }
}
#information .information__list_deco2 {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 698.5px;
}
@media only screen and (max-width: 1100px) {
  #information .information__list_deco2 {
    bottom: -2.1818181818vw;
    width: 63.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__list_deco2 {
    bottom: -3.4375vw;
    width: 92.8125vw;
  }
}
#information .information__list__wrap {
  padding: 40px 118px;
  background: #fff;
  border: solid 22px #1f313e;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #information .information__list__wrap {
    padding: 3.6363636364vw 10.7272727273vw;
    border: solid 2vw #1f313e;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__list__wrap {
    padding: 7.03125vw;
    border: solid 3.125vw #1f313e;
  }
}
#information .information__book__wrap {
  display: grid;
  grid-template-columns: 328px 1fr;
  gap: 0 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__wrap {
    grid-template-columns: 29.8181818182vw 1fr;
    gap: 0 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__wrap {
    grid-template-columns: 21.40625vw 1fr;
    gap: 0 2.8125vw;
  }
}
#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: 1100px) {
  #information .information__book__title {
    font-size: 2vw;
    margin-bottom: 1.3636363636vw;
  }
}
@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: 1100px) {
  #information .information__book__author {
    font-size: 1.2727272727vw;
    margin-bottom: 1.8181818182vw;
  }
}
@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.4545454545vw;
    margin-bottom: 1.8181818182vw;
  }
}
@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.4545454545vw;
    margin-bottom: 1.3636363636vw;
  }
}
@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);
}
#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.2727272727vw;
    padding: 0.7272727273vw 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;
}
#information .information__book__isbn {
  grid-area: 1/1/2/3;
}
#information .information__book__link {
  position: relative;
  padding: 16px 25px 20px;
  background: #e9e9e9;
  z-index: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__link {
    padding: 1.4545454545vw 2.2727272727vw 1.8181818182vw;
    margin-top: 1.8181818182vw;
  }
}
@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: 1100px) {
  #information .information__book__link::before {
    width: 39.1818181818vw;
    height: 6.9090909091vw;
  }
}
@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: 1100px) {
  #information .information__book__link__txt {
    font-size: 1.6363636364vw;
    margin-bottom: 0.9090909091vw;
  }
}
@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: 1100px) {
  #information .information__book__store {
    gap: 0.9090909091vw;
  }
}
@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: 5.4545454545vw;
    border-radius: 0.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li {
    height: 7.8125vw;
    border-radius: 0.78125vw;
    padding: 0.78125vw 0;
  }
}
#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: 9.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li img {
    width: 10.9375vw;
  }
}
#information .sec__ttlBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
  transition: all 0.8s ease;
}
#information .information__list {
  opacity: 0;
  transform: scaleX(0.8);
  transition: all 0.4s 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  #information .information__list {
    transform: translateX(-50%) scaleX(0.8);
  }
}
#information .information__list::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.4s 0.7s ease;
}
#information .information__book {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s 0.9s ease;
}
#information.move-on .sec__ttlBox {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0px, 0px);
}
#information.move-on .information__list {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (max-width: 1200px) {
  #information.move-on .information__list {
    transform: translateX(-50%) scaleX(1);
  }
}
#information.move-on .information__list::before {
  opacity: 1;
  transform: translate(-50%, -50%) 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 .g-footer-links {
  font-size: 12px;
  display: flex;
  margin: 0 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.g-footer .g-footer-links__item {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 20px;
}
.g-footer .g-footer-links__item:before {
  font-family: FontAwesome;
  padding-right: 5px;
  box-sizing: content-box;
}
.g-footer .g-footer-links__link {
  transition: opacity 0.2s ease-out;
}
.g-footer .g-footer-links__link,
.g-footer .g-footer-links__link:active,
.g-footer .g-footer-links__link:focus,
.g-footer .g-footer-links__link:hover,
.g-footer .g-footer-links__link:visited {
  text-decoration: none;
  color: #fff;
}
.g-footer .g-footer-links__link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .g-footer .g-footer-links {
    font-size: 14px;
    display: inline-flex;
    margin: 0 0 36px;
    flex-wrap: nowrap;
  }
  .g-footer .g-footer-links__item {
    width: 100%;
    margin: 0;
  }
}
.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 */