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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
}

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 関数 */
.modal-on {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Noto Sans JP", serif;
  overflow: unset;
}
@media only screen and (min-width: 768px) {
  body .wrap {
    width: 390px;
    margin: 0 auto;
  }
}

.flex-wrap {
  display: flex;
}

#btn-nav {
  position: fixed;
  top: 2.5vw;
  right: 3.125vw;
  width: 5vw;
  height: 4.0625vw;
  z-index: 50;
  transform: rotate(0deg) !important;
  transition: all 0.3s 0.1s ease;
}
@media only screen and (min-width: 768px) {
  #btn-nav {
    top: 9.75px;
    right: calc(50% - 182.8125px);
    width: 19.5px;
    height: 15.84375px;
  }
}
#btn-nav span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.625vw;
  background-color: #020202;
  transition: all 0.3s ease;
  transform-origin: center center;
}
@media only screen and (min-width: 768px) {
  #btn-nav span {
    height: 2.4375px;
  }
}
#btn-nav span:nth-child(2) {
  top: 1.71875vw;
}
@media only screen and (min-width: 768px) {
  #btn-nav span:nth-child(2) {
    top: 6.703125px;
  }
}
#btn-nav span:nth-child(3) {
  top: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #btn-nav span:nth-child(3) {
    top: 13.40625px;
  }
}
#btn-nav.active {
  transform: rotate(360deg) !important;
}
#btn-nav.active span:nth-child(1) {
  top: 1.71875vw;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active span:nth-child(1) {
    top: 6.703125px;
  }
}
#btn-nav.active span:nth-child(2) {
  opacity: 0;
}
#btn-nav.active span:nth-child(3) {
  top: 1.71875vw;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active span:nth-child(3) {
    top: 6.703125px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.53125vw;
  z-index: 10;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #header {
    width: 390px;
    left: 50%;
    transform: translateX(-50%);
    height: 37.171875px;
  }
}
#header img {
  width: 100%;
}
#header .text {
  position: relative;
  padding: 2.5vw 0 2.03125vw;
  text-align: center;
  background-color: #fff;
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  #header .text {
    padding: 9.75px 0 7.921875px;
  }
}
#header .text img {
  width: 85vw;
  margin-right: 5.46875vw;
}
@media only screen and (min-width: 768px) {
  #header .text img {
    width: 331.5px;
    margin-right: 21.328125px;
  }
}
#header .navigation {
  transform: translateY(-31.5625vw);
  padding-bottom: 0;
  height: 150vh;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #header .navigation {
    transform: translateY(-123.09375px);
  }
}
#header .navigation.active {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
#header .navigation .top {
  position: relative;
  width: 32.8125vw;
  margin: 3.4375vw auto 0;
  background-color: #fff;
  box-shadow: 0 0 0.9375vw rgba(2, 2, 2, 0.3);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top {
    width: 127.96875px;
    margin: 13.40625px auto 0;
  }
}
#header .navigation .top:hover {
  width: 32.8125vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top:hover {
    width: 127.96875px;
    padding-left: 12.1875px;
  }
}
#header .navigation .top a {
  display: block;
}
#header .navigation .top img {
  width: 100%;
}
#header .navigation .top span {
  position: absolute;
  top: 50%;
  left: 2.1875vw;
  transform: translateY(-50%);
  width: 3.90625vw;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top span {
    left: 8.53125px;
    width: 15.234375px;
  }
}
#header .navigation nav {
  border-bottom: 1.875vw solid #fff;
  background: url("../img/global/bg_nav.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav {
    border-bottom-width: 7.3125px;
  }
}
#header .navigation nav ul {
  display: flex;
  width: auto;
  height: 29.6875vw;
  gap: 0 0.3125vw;
  margin: 0 auto;
  background: #020202;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul {
    height: 115.78125px;
    gap: 0 1.21875px;
  }
}
#header .navigation nav ul li {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#header .navigation nav ul li a {
  display: block;
  height: 100%;
}
#header .navigation nav ul li a:hover .box {
  opacity: 1;
}
#header .navigation nav ul li a:hover .box .title {
  filter: blur(0px);
}
#header .navigation nav ul li a:hover .image img {
  transform: scale(1.2);
}
#header .navigation nav ul li .num {
  position: absolute;
  top: -0.3125vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .num {
    top: -1.21875px;
  }
}
#header .navigation nav ul li .num img {
  width: 100%;
}
#header .navigation nav ul li .txt {
  position: absolute;
  right: 0.9375vw;
  bottom: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 900;
  color: #fb50d2;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .txt {
    right: 3.65625px;
    bottom: 2.4375px;
    font-size: 14.015625px;
  }
}
#header .navigation nav ul li .image {
  height: 100%;
}
#header .navigation nav ul li .image img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#header .navigation nav ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 2.8125vw;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 2, 2, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .box {
    padding: 0 9.75px;
  }
}
#header .navigation nav ul li .box .title {
  font-size: 2.96875vw;
  font-weight: 700;
  color: #fff;
  filter: blur(20px);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .box .title {
    font-size: 11.578125px;
  }
}
#header .navigation nav ul li .box .title span {
  display: block;
  font-size: 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .box .title span {
    font-size: 9.140625px;
  }
}
#header .navigation nav ul li:nth-child(1) .num {
  width: 12.34375vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li:nth-child(1) .num {
    width: 48.140625px;
  }
}
#header .navigation nav ul li:nth-child(2) .num {
  width: 14.21875vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li:nth-child(2) .num {
    width: 55.453125px;
  }
}
#header .navigation nav ul li:nth-child(2) p {
  color: #3474e8;
}
#header .navigation nav ul li:nth-child(3) .num {
  width: 14.6875vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li:nth-child(3) .num {
    width: 57.28125px;
  }
}
#header .navigation nav ul li:nth-child(3) p {
  color: #04d0bb;
}

@-webkit-keyframes flowBackground {
  0% {
    background-position: 0 center; /* 初期位置 */
  }
  100% {
    background-position: -100% center; /* 左に流す */
  }
}

@keyframes flowBackground {
  0% {
    background-position: 0 center; /* 初期位置 */
  }
  100% {
    background-position: -100% center; /* 左に流す */
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #020202;
  z-index: 99;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 294px;
}
@media only screen and (max-width: 1315px) {
  #loading .logo {
    width: 28vw;
  }
}
#loading .logo:not(.logo1) {
  opacity: 0;
}
#loading .logo.logo2 {
  width: 310px;
  top: 49.7%;
}
@media only screen and (max-width: 1315px) {
  #loading .logo.logo2 {
    width: 29.5238095238vw;
  }
}
#loading .logo img {
  width: 100%;
}

.pc-area {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-area {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 390px) / 2);
    padding: 10px 0;
    background-color: #fff;
    z-index: 50;
    overflow: hidden;
  }
  .pc-area img {
    width: 100%;
  }
  .pc-area .con {
    height: 100%;
  }
  .pc-area.area-left {
    left: 0;
    border-right: 1px solid #020202;
  }
  .pc-area.area-left .con {
    display: grid;
    align-items: center;
    justify-content: center;
    background: url("../img/bg_pc01.jpg") no-repeat top center;
    background-size: cover;
    overflow-y: scroll;
  }
  .pc-area.area-left .books {
    position: relative;
    text-align: center;
  }
  .pc-area.area-left .books .emblem {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -20px;
    width: 107px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .emblem {
    width: 10.1904761905vw;
    margin-bottom: -1.9047619048vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .cover {
    width: 200px;
    margin: 0 auto 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .cover {
    width: 19.0476190476vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .cover img {
    border: 1px solid #b39e45;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .ttl {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .ttl {
    font-size: 2.0952380952vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .ttl span {
    display: block;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .ttl span {
    font-size: 1.5238095238vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .author {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .author {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .isbn {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .isbn {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .release {
    font-size: 16px;
    font-weight: 700;
    color: #fb50d2;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .release {
    font-size: 1.5238095238vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }
  .pc-area.area-left .books .btns li {
    width: 180px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .btns li {
    width: 17.1428571429vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li.off {
    opacity: 0.6;
    background-color: #aaa;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li:nth-child(1) a {
    background-color: #fb50d2;
  }
  .pc-area.area-left .books .btns li:nth-child(1) a:hover {
    background-color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li:nth-child(2) a {
    background-color: #fff;
    border: 1px solid #020202;
    color: #020202;
  }
  .pc-area.area-left .books .btns li:nth-child(2) span {
    color: #020202;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li a {
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .btns li a {
    font-size: 1.5238095238vw;
    line-height: 3.619047619vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .pc-area.area-left .books .btns li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li span {
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .btns li span {
    font-size: 1.5238095238vw;
    line-height: 3.619047619vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-right {
    right: 0;
    border-left: 1px solid #020202;
  }
  .pc-area.area-right .con {
    display: flex;
    justify-content: center;
    align-items: end;
    background: url("../img/bg_pc02.jpg") no-repeat top center;
    background-size: cover;
    transition: all 0.3s ease;
  }
  .pc-area.area-right .con.illust1 {
    background: url("../img/bg_pc02.jpg") no-repeat top center;
    background-size: cover;
  }
  .pc-area.area-right .con.illust2 {
    background: url("../img/bg_pc03.jpg") no-repeat top center;
    background-size: cover;
  }
  .pc-area.area-right .con.illust3 {
    background: url("../img/bg_pc04.jpg") no-repeat top center;
    background-size: cover;
  }
  .pc-area.area-right #footer {
    background-color: transparent;
  }
  .pc-area.area-right #footer .box {
    margin-bottom: 40px;
  }
  .pc-area.area-right #footer .sns ul {
    width: 125px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
  }
  .pc-area.area-right #footer .sns ul li {
    width: 35px;
    border: 1.828125px solid #fff;
    background-color: #fff;
  }
  .pc-area.area-right #footer .copy-box {
    text-align: center;
  }
  .pc-area.area-right #footer .copy-box .logo-mf {
    width: 157px;
    margin: 0 auto 12px;
  }
  .pc-area.area-right #footer .copy-box p {
    font-size: 10px;
    color: #020202;
  }
}
#keyvisual {
  position: relative;
  height: 150vw;
  margin-top: 9.53125vw;
  padding-bottom: 3.125vw;
  background-color: #020202;
}
@media only screen and (min-width: 768px) {
  #keyvisual {
    height: 585px;
    margin-top: 37.171875px;
    padding-bottom: 12.1875px;
  }
}
#keyvisual img {
  width: 100%;
}
#keyvisual .emblem {
  position: absolute;
  top: 1.25vw;
  left: 1.5625vw;
  width: 12.1875vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .emblem {
    top: 4.875px;
    left: 6.09375px;
    width: 47.53125px;
  }
}
#keyvisual .logo {
  position: absolute;
  top: 1.5625vw;
  left: 14.0625vw;
  width: 36.09375vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .logo {
    top: 6.09375px;
    left: 54.84375px;
    width: 140.765625px;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 0.9375vw;
  right: 1.25vw;
  width: 25.46875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual h1 {
    top: 3.65625px;
    right: 4.875px;
    width: 99.328125px;
  }
}
#keyvisual .author {
  position: absolute;
  top: 41.875vw;
  left: 2.34375vw;
  width: 18.59375vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .author {
    top: 163.3125px;
    left: 9.140625px;
    width: 72.515625px;
  }
}
#keyvisual .catch {
  position: absolute;
  top: 88.125vw;
  left: 0.3125vw;
  width: 79.375vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .catch {
    top: 343.6875px;
    left: 1.21875px;
    width: 309.5625px;
  }
}
#keyvisual .award {
  position: absolute;
  left: 2.96875vw;
  bottom: 5.9375vw;
  width: 21.40625vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .award {
    left: 11.578125px;
    bottom: 23.15625px;
    width: 83.484375px;
  }
}
#keyvisual .release {
  position: absolute;
  bottom: 17.5vw;
  left: 25.625vw;
  width: 72.03125vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .release {
    bottom: 68.25px;
    left: 99.9375px;
    width: 280.921875px;
  }
}
#keyvisual .btn {
  position: absolute;
  bottom: 6.25vw;
  left: 28.4375vw;
  width: 43.75vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn {
    bottom: 24.375px;
    left: 110.90625px;
    width: 170.625px;
  }
}
#keyvisual .btn a {
  display: block;
  background-color: #fb50d2;
  font-family: "Shippori Mincho B1", serif;
  line-height: 10.9375vw;
  font-size: 4.6875vw;
  padding-left: 0.2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn a {
    line-height: 42.65625px;
    font-size: 18.28125px;
  }
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn a:hover {
    background-color: #fff;
    color: #020202;
  }
}

#content {
  position: relative;
}
#content img {
  width: 100%;
}

#story {
  overflow: hidden;
  position: relative;
  border-top: 3.125vw solid #2d4b62;
  border-bottom: 3.125vw solid #2d4b62;
  background-color: #2d4b62;
}
@media only screen and (min-width: 768px) {
  #story {
    border-top-width: 12.1875px;
    border-bottom-width: 12.1875px;
  }
}
#story h2 {
  position: absolute;
  top: 2.8125vw;
  left: 0.625vw;
  width: 46.09375vw;
}
@media only screen and (min-width: 768px) {
  #story h2 {
    top: 10.96875px;
    left: 2.4375px;
    width: 179.765625px;
  }
}
#story .ttl-jp {
  position: absolute;
  top: 4.0625vw;
  right: 3.90625vw;
  width: 17.96875vw;
}
@media only screen and (min-width: 768px) {
  #story .ttl-jp {
    top: 15.84375px;
    right: 15.234375px;
    width: 70.078125px;
  }
}
#story .illust {
  position: absolute;
  top: 112.5vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #story .illust {
    top: 578.90625px;
  }
}
#story .box {
  position: relative;
  box-shadow: 0 0 1.5625vw rgba(45, 75, 98, 0.5);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #story .box {
    box-shadow: 0 0 6.09375px rgba(45, 75, 98, 0.5);
  }
}
#story .box.box1 {
  height: 168.75vw;
  background: url("../img/story_bg01.png") no-repeat top center;
  background-size: cover;
  margin-bottom: 62.5vw;
}
@media only screen and (min-width: 768px) {
  #story .box.box1 {
    height: 658.125px;
    margin-bottom: 243.75px;
  }
}
#story .box.box1 .text {
  padding-top: 22.65625vw;
}
@media only screen and (min-width: 768px) {
  #story .box.box1 .text {
    padding-top: 88.359375px;
  }
}
#story .box.box2 {
  height: 227.34375vw;
  background: url("../img/story_bg02.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 {
    height: 886.640625px;
  }
}
#story .box.box2 .text {
  padding-top: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 .text {
    padding-top: 17.0625px;
  }
}
#story .box.box2 .txt-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95.46875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 .txt-box {
    width: 372.328125px;
  }
}
#story .box.box2 .txt-box .txt {
  position: absolute;
  top: 0;
  left: 0;
}
#story .box.box2 .txt-box .link a {
  display: block;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 .txt-box .link a:hover {
    transform: scale(1.05) rotate(-5deg);
  }
}
#story .box.box2 .txt-box .link1 {
  position: absolute;
  top: 11.09375vw;
  right: 26.25vw;
  width: 29.375vw;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 .txt-box .link1 {
    top: 43.265625px;
    right: 102.375px;
    width: 114.5625px;
  }
}
#story .box.box2 .txt-box .link2 {
  position: absolute;
  top: 40.625vw;
  right: 50.78125vw;
  width: 23.125vw;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 .txt-box .link2 {
    top: 158.4375px;
    right: 198.046875px;
    width: 90.1875px;
  }
}
#story .box.box2 .txt-box .link3 {
  position: absolute;
  top: 60.78125vw;
  right: 46.5625vw;
  width: 22.65625vw;
}
@media only screen and (min-width: 768px) {
  #story .box.box2 .txt-box .link3 {
    top: 237.046875px;
    right: 181.59375px;
    width: 88.359375px;
  }
}

#character {
  position: relative;
  box-shadow: 0 0 1.5625vw rgba(45, 75, 98, 0.5);
  background: url("../img/chara_bg.png") repeat top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #character {
    box-shadow: 0 0 6.09375px rgba(45, 75, 98, 0.5);
  }
}
#character h2 {
  position: absolute;
  width: 97.8125vw;
  top: 0;
  left: 1.875vw;
}
@media only screen and (min-width: 768px) {
  #character h2 {
    width: 375.375px;
    left: calc(50% - 187.078125px);
  }
}
#character .ttl-jp {
  position: absolute;
  width: 6.5625vw;
  top: 20.3125vw;
  left: 4.375vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #character .ttl-jp {
    width: 25.59375px;
    top: 79.21875px;
    left: calc(50% - 184.640625px);
  }
}
#character .scroll {
  position: absolute;
  top: 19.0625vw;
  right: 3.4375vw;
  width: 3.59375vw;
}
@media only screen and (min-width: 768px) {
  #character .scroll {
    top: 74.34375px;
    right: 13.40625px;
    width: 14.015625px;
  }
}
#character .deco {
  position: absolute;
  top: 21.875vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #character .deco {
    width: 390px;
    top: 85.3125px;
    left: calc(50% - 195px);
  }
}
#character .bar {
  position: absolute;
  bottom: -5.46875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 68.75vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #character .bar {
    bottom: -21.328125px;
    width: 268.125px;
    gap: 0 6.09375px;
  }
}
#character .bar a {
  height: 0.9375vw;
  background-color: #caf558;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #character .bar a {
    height: 3.65625px;
  }
}
#character .bar a.on {
  background-color: #b29f79;
}
#character.fixed h2 {
  position: fixed;
  top: 9.53125vw;
}
@media only screen and (min-width: 768px) {
  #character.fixed h2 {
    top: 37.171875px;
  }
}
#character.fixed .ttl-jp {
  position: fixed;
  top: 28.59375vw;
}
@media only screen and (min-width: 768px) {
  #character.fixed .ttl-jp {
    top: 111.515625px;
  }
}
#character.end h2 {
  position: absolute;
  top: inherit;
  bottom: 86.4vh;
}
@media only screen and (min-width: 768px) {
  #character.end h2 {
    bottom: 87.8vh;
  }
}
#character.end .ttl-jp {
  position: absolute;
  top: inherit;
  bottom: 71.8vh;
}
@media only screen and (min-width: 768px) {
  #character.end .ttl-jp {
    bottom: 74.5vh;
  }
}
#character .nav-chara {
  position: absolute;
  left: 0;
  width: 100%;
}
#character .nav-chara#nav-chara1 {
  top: 0;
}
#character .nav-chara#nav-chara2 {
  top: 100vh;
}
@media only screen and (min-width: 768px) {
  #character .nav-chara#nav-chara2 {
    top: 25vh;
  }
}
#character .nav-chara#nav-chara3 {
  top: 200vh;
}
@media only screen and (min-width: 768px) {
  #character .nav-chara#nav-chara3 {
    top: 50vh;
  }
}
#character .nav-chara#nav-chara4 {
  top: 300vh;
}
@media only screen and (min-width: 768px) {
  #character .nav-chara#nav-chara4 {
    top: 75vh;
  }
}
#character .nav-chara#nav-chara5 {
  top: 400vh;
}
@media only screen and (min-width: 768px) {
  #character .nav-chara#nav-chara5 {
    top: 100vh;
  }
}
#character .scroll_container {
  height: 500vh;
}
@media only screen and (min-width: 768px) {
  #character .scroll_container {
    height: 200vh;
  }
}
#character .chara-scroll {
  height: 100%;
  width: 500%;
  will-change: transform;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28.90625vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-scroll {
    padding-top: 112.734375px;
  }
}
#character .scroll_contents {
  height: 100%;
  width: 100vw;
}
#character .chara_wrap {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
#character .chara-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 7.8125vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-inner {
    margin-bottom: 30.46875px;
  }
}
#character .chara {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  #character .chara {
    width: 390px;
  }
}
#character .chara img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

#movie {
  padding: 12.5vw 0 13.4375vw;
  box-shadow: 0 0 1.5625vw rgba(45, 75, 98, 0.5);
  background: url("../img/movie_bg.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #movie {
    padding: 36.5625px 0 52.40625px;
    box-shadow: 0 0 6.09375px rgba(45, 75, 98, 0.5);
  }
}
#movie h2 {
  width: 59.84375vw;
  margin-left: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #movie h2 {
    width: 233.390625px;
    margin-left: 18.28125px;
  }
}
#movie .ttl-jp {
  position: absolute;
  top: 3.90625vw;
  right: 2.96875vw;
  width: 6.5625vw;
}
@media only screen and (min-width: 768px) {
  #movie .ttl-jp {
    top: 15.234375px;
    right: 11.578125px;
    width: 25.59375px;
  }
}
#movie .txt {
  width: 70.78125vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #movie .txt {
    width: 276.046875px;
  }
}
#movie .box {
  width: 90.625vw;
  height: 52.34375vw;
  border: 0.3125vw solid #b29f79;
  margin: 0 auto 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #movie .box {
    width: 353.4375px;
    height: 204.140625px;
    border-width: 1.21875px;
    margin-bottom: 10.96875px;
  }
}
#movie .box .youtube {
  position: relative;
  width: calc(100% - 2.5vw);
  height: calc(100% - 2.5vw);
  margin: 1.25vw;
}
@media only screen and (min-width: 768px) {
  #movie .box .youtube {
    margin: 4.875px;
    width: calc(100% - 9.75px);
    height: calc(100% - 9.75px);
  }
}
@media only screen and (min-width: 768px) {
  #movie .box .youtube:hover .play::after {
    transform: scale(1.1);
  }
}
#movie .box .youtube .play {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.46875vw;
  height: 25.46875vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #movie .box .youtube .play {
    top: 50%;
    width: 99.328125px;
    height: 99.328125px;
  }
}
#movie .box .youtube .play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3125vw solid #efefe5;
  border-radius: 31.25vw;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #movie .box .youtube .play::after {
    border-width: 1.21875px;
  }
}
#movie .box .youtube .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#movie .box .youtube .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 218, 207, 0.45);
}
#movie .box .youtube iframe {
  width: 100%;
  height: 100%;
}

#recommend {
  border-top: 3.125vw solid #2d4b62;
  padding-bottom: 12.5vw;
  box-shadow: 0 0 1.5625vw rgba(45, 75, 98, 0.5);
  background: url("../img/recommend_bg.jpg") no-repeat top center;
  background-size: cover;
  margin-bottom: 62.5vw;
}
@media only screen and (min-width: 768px) {
  #recommend {
    border-top-width: 12.1875px;
    padding-bottom: 48.75px;
    box-shadow: 0 0 6.09375px rgba(45, 75, 98, 0.5);
    margin-bottom: 243.75px;
  }
}
#recommend h2 {
  margin-bottom: 0.78125vw;
}
@media only screen and (min-width: 768px) {
  #recommend h2 {
    margin-bottom: 3.046875px;
  }
}
#recommend .ttl-jp {
  width: 37.96875vw;
  margin: 0 auto 7.5vw;
}
@media only screen and (min-width: 768px) {
  #recommend .ttl-jp {
    width: 148.078125px;
    margin-bottom: 29.25px;
  }
}
#recommend .txt {
  margin-bottom: 6.5625vw;
}
@media only screen and (min-width: 768px) {
  #recommend .txt {
    margin-bottom: 25.59375px;
  }
}
#recommend .list .slick-list {
  padding-left: 4.6875vw;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-list {
    padding-left: 18.28125px;
    margin-bottom: 19.5px;
  }
}
#recommend .list .slick-list .slick-track {
  display: flex;
  gap: 0 6.25vw;
  padding-bottom: 6.71875vw;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-list .slick-track {
    gap: 0 24.375px;
    padding-bottom: 26.203125px;
  }
}
#recommend .list .slick-list .slick-track li {
  position: relative;
  width: 59.375vw;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-list .slick-track li {
    width: 231.5625px;
  }
}
#recommend .list .slick-list .slick-track li a::after {
  content: "";
  position: absolute;
  bottom: -6.71875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 11.25vw;
  height: 11.25vw;
  background: url("../img/recommend_plus.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-list .slick-track li a::after {
    bottom: -26.203125px;
    width: 43.875px;
    height: 43.875px;
  }
}
#recommend .list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8.4375vw;
  height: 8.4375vw;
  font-size: 0;
  border: none;
  background-color: transparent;
  background: url("../img/slider-arrow.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-arrow {
    width: 32.90625px;
    height: 32.90625px;
  }
}
#recommend .list .slick-arrow.slick-disabled {
  opacity: 0.5;
}
#recommend .list .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1, -1);
}
#recommend .list .slick-arrow.slick-next {
  right: 0;
}
#recommend .list .slick-dots {
  width: 90.625vw;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-dots {
    width: 353.4375px;
  }
}
#recommend .list .slick-dots li {
  width: 100%;
  height: 1.5625vw;
  background-color: #caf558;
}
@media only screen and (min-width: 768px) {
  #recommend .list .slick-dots li {
    height: 6.09375px;
  }
}
#recommend .list .slick-dots li button {
  border: none;
  font-size: 0;
}
#recommend .list .slick-dots li.slick-active {
  background-color: #b29f79;
}
#recommend .illust {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
}

#keyword {
  padding: 0 0 40.625vw;
  box-shadow: 0 0 1.5625vw rgba(45, 75, 98, 0.5);
  background: url("../img/keyword_bg.jpg") repeat-y top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #keyword {
    padding: 0 0 158.4375px;
    box-shadow: 0 0 6.09375px rgba(45, 75, 98, 0.5);
  }
}
#keyword .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/keyword_bg.jpg") repeat-y top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #keyword .bg {
    width: 390px;
    left: calc(50% - 195px);
  }
}
#keyword h2 {
  width: 85.3125vw;
  padding-top: 3.4375vw;
  margin-left: 0.625vw;
  margin-bottom: 5.46875vw;
}
@media only screen and (min-width: 768px) {
  #keyword h2 {
    width: 332.71875px;
    padding-top: 13.40625px;
    margin-left: 2.4375px;
    margin-bottom: 21.328125px;
  }
}
#keyword .ttl-jp {
  position: absolute;
  top: 3.75vw;
  right: 1.875vw;
  width: 6.5625vw;
}
@media only screen and (min-width: 768px) {
  #keyword .ttl-jp {
    top: 14.625px;
    right: calc(50% - 187.6875px);
    width: 25.59375px;
  }
}
#keyword .list .slick-list {
  padding-left: 4.6875vw;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-list {
    padding-left: 18.28125px;
    margin-bottom: 19.5px;
  }
}
#keyword .list .slick-list .slick-track {
  display: flex;
  gap: 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-list .slick-track {
    gap: 0 24.375px;
  }
}
#keyword .list .slick-list .slick-track li {
  position: relative;
  width: 59.375vw;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-list .slick-track li {
    width: 231.5625px;
  }
}
#keyword .list .slick-list .slick-track li a::after {
  content: "";
  position: absolute;
  bottom: -6.71875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 11.25vw;
  height: 11.25vw;
  background: url("../img/recommend_plus.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-list .slick-track li a::after {
    bottom: -26.203125px;
    width: 43.875px;
    height: 43.875px;
  }
}
#keyword .list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8.4375vw;
  height: 8.4375vw;
  font-size: 0;
  border: none;
  background-color: transparent;
  background: url("../img/slider-arrow.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-arrow {
    width: 32.90625px;
    height: 32.90625px;
  }
}
#keyword .list .slick-arrow.slick-disabled {
  opacity: 0.5;
}
#keyword .list .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1, -1);
}
#keyword .list .slick-arrow.slick-next {
  right: 0;
}
#keyword .list .slick-dots {
  width: 90.625vw;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-dots {
    width: 353.4375px;
  }
}
#keyword .list .slick-dots li {
  width: 100%;
  height: 1.5625vw;
  background-color: #caf558;
}
@media only screen and (min-width: 768px) {
  #keyword .list .slick-dots li {
    height: 6.09375px;
  }
}
#keyword .list .slick-dots li button {
  border: none;
  font-size: 0;
}
#keyword .list .slick-dots li.slick-active {
  background-color: #b29f79;
}
#keyword .box {
  position: relative;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  #keyword .box {
    width: 390px;
  }
}
#keyword .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media only screen and (min-width: 768px) {
  #keyword .box img {
    height: 100%;
  }
}
#keyword .box .image a {
  position: relative;
}
#keyword .box .image a::after {
  content: "";
  position: absolute;
  bottom: -6.71875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 11.25vw;
  height: 11.25vw;
  background: url("../img/recommend_plus.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #keyword .box .image a::after {
    bottom: -26.203125px;
    width: 43.875px;
    height: 43.875px;
  }
}
#keyword .box .txt-box {
  width: 68.75vw;
  position: absolute;
  top: 8.125vw;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (min-width: 768px) {
  #keyword .box .txt-box {
    width: 268.125px;
    top: 31.6875px;
  }
}
#keyword .box .txt-box .ttl {
  font-size: 5.9375vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  color: #293f50;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  #keyword .box .txt-box .ttl {
    font-size: 23.15625px;
    margin-bottom: 24.375px;
  }
}
#keyword .box .txt-box .ttl ruby rt {
  font-size: 2.8125vw;
  ruby-align: center;
}
@media only screen and (min-width: 768px) {
  #keyword .box .txt-box .ttl ruby rt {
    font-size: 10.96875px;
  }
}
#keyword .box .txt-box .txt {
  display: flex;
  align-items: center;
  height: 50vw;
}
@media only screen and (min-width: 768px) {
  #keyword .box .txt-box .txt {
    height: 195px;
  }
}
#keyword .box .txt-box .txt p {
  font-size: 3.75vw;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #keyword .box .txt-box .txt p {
    font-size: 14.625px;
  }
}

#sns {
  height: 223.4375vw;
  background: url("../img/sns_bg.png") no-repeat top center;
  background-size: 100%;
  margin-top: -28.125vw;
}
@media only screen and (min-width: 768px) {
  #sns {
    height: 871.40625px;
    margin-top: -109.6875px;
  }
}
#sns h2 {
  padding-top: 6.875vw;
  margin-bottom: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #sns h2 {
    padding-top: 26.8125px;
    margin-bottom: 17.0625px;
  }
}
#sns .list {
  margin-bottom: 8.59375vw;
}
@media only screen and (min-width: 768px) {
  #sns .list {
    margin-bottom: 33.515625px;
  }
}
#sns .list .slick-list {
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-list {
    margin-bottom: 19.5px;
  }
}
#sns .list .slick-list .slick-track {
  display: flex;
  gap: 0 7.8125vw;
  padding-bottom: 0.46875vw;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-list .slick-track {
    gap: 0 30.46875px;
    padding-bottom: 1.828125px;
  }
}
#sns .list .slick-list .slick-track li {
  position: relative;
  width: 59.375vw;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-list .slick-track li {
    width: 231.5625px;
  }
}
#sns .list .slick-list .slick-track li .image {
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-list .slick-track li .image {
    margin-bottom: 6.09375px;
  }
}
#sns .list .slick-list .slick-track li p {
  font-size: 3.75vw;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-list .slick-track li p {
    font-size: 14.625px;
  }
}
#sns .list .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 8.4375vw;
  height: 8.4375vw;
  font-size: 0;
  border: none;
  background-color: transparent;
  background: url("../img/slider-arrow.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-arrow {
    width: 32.90625px;
    height: 32.90625px;
  }
}
#sns .list .slick-arrow.slick-disabled {
  opacity: 0.5;
}
#sns .list .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1, -1);
}
#sns .list .slick-arrow.slick-next {
  right: 0;
}
#sns .list .slick-dots {
  width: 90.625vw;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-dots {
    width: 353.4375px;
  }
}
#sns .list .slick-dots li {
  width: 100%;
  height: 1.5625vw;
  background-color: #caf558;
}
@media only screen and (min-width: 768px) {
  #sns .list .slick-dots li {
    height: 6.09375px;
  }
}
#sns .list .slick-dots li button {
  border: none;
  font-size: 0;
}
#sns .list .slick-dots li.slick-active {
  background-color: #b29f79;
}
#sns .txt {
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #sns .txt {
    margin-bottom: 19.5px;
  }
}
#sns .btn {
  width: 78.125vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #sns .btn {
    width: 304.6875px;
  }
}
#sns .btn a {
  display: block;
  background-color: #caf558;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #sns .btn a:hover {
    background-color: #fff;
  }
}

#benefit {
  position: relative;
  box-shadow: 0 0 1.5625vw rgba(45, 75, 98, 0.5);
  border-top: 3.125vw solid #5f8282;
  padding-bottom: 12.8125vw;
  background: url("../img/benefit_bg.png") repeat-y top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #benefit {
    box-shadow: 0 0 6.09375px rgba(45, 75, 98, 0.5);
    border-top-width: 12.1875px;
    padding-bottom: 49.96875px;
  }
}
#benefit h2 {
  width: 63.125vw;
  padding-top: 1.5625vw;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  #benefit h2 {
    width: 246.1875px;
    padding-top: 6.09375px;
    margin-bottom: 24.375px;
  }
}
#benefit .ttl-jp {
  position: absolute;
  top: 7.1875vw;
  right: 4.0625vw;
  width: 29.84375vw;
}
@media only screen and (min-width: 768px) {
  #benefit .ttl-jp {
    top: 28.03125px;
    right: 15.84375px;
    width: 116.390625px;
  }
}
#benefit h3 {
  width: 45vw;
  margin: 0 auto 3.125vw;
}
@media only screen and (min-width: 768px) {
  #benefit h3 {
    width: 175.5px;
    margin: 0 auto 12.1875px;
  }
}
#benefit .image {
  width: 86.71875vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #benefit .image {
    width: 338.203125px;
  }
}
#benefit .image:not(:last-of-type) {
  margin-bottom: 7.8125vw;
}
@media only screen and (min-width: 768px) {
  #benefit .image:not(:last-of-type) {
    margin-bottom: 30.46875px;
  }
}

#information {
  padding: 3.59375vw 0 14.0625vw;
  background: url("../img/info_bg.jpg") no-repeat top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #information {
    padding: 14.015625px 0 54.84375px;
  }
}
#information h2 {
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #information h2 {
    margin-bottom: 6.09375px;
  }
}
#information .ttl-jp {
  width: 30.46875vw;
  margin: 0 auto 16.5625vw;
}
@media only screen and (min-width: 768px) {
  #information .ttl-jp {
    width: 118.828125px;
    margin: 0 auto 64.59375px;
  }
}
#information .books {
  position: relative;
  text-align: center;
}
#information .books .emblem {
  position: absolute;
  top: -12.1875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 18.59375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .emblem {
    top: -47.53125px;
    width: 72.515625px;
  }
}
#information .books .cover {
  width: 71.875vw;
  margin: 0 auto 3.125vw;
}
@media only screen and (min-width: 768px) {
  #information .books .cover {
    width: 280.3125px;
    margin: 0 auto 12.1875px;
  }
}
#information .books .txt {
  width: 57.1875vw;
  margin: 0 auto 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .txt {
    width: 223.03125px;
    margin: 0 auto 6.09375px;
  }
}
#information .books .ttl {
  font-size: 7.5vw;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl {
    font-size: 29.25px;
    margin-bottom: 7.3125px;
  }
}
#information .books .ttl span {
  display: block;
  font-size: 5.625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl span {
    font-size: 21.9375px;
  }
}
#information .books .author {
  font-size: 4.6875vw;
  font-weight: 700;
  margin-bottom: 0.78125vw;
}
@media only screen and (min-width: 768px) {
  #information .books .author {
    font-size: 18.28125px;
    margin-bottom: 3.046875px;
  }
}
#information .books .isbn {
  font-size: 3.75vw;
  margin-bottom: 0.625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .isbn {
    font-size: 14.625px;
    margin-bottom: 2.4375px;
  }
}
#information .books .release {
  font-size: 4.6875vw;
  color: #fb50d2;
  font-weight: 700;
  margin-bottom: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .release {
    font-size: 18.28125px;
    margin-bottom: 13.40625px;
  }
}
#information .books .btns {
  width: 78.125vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #information .books .btns {
    width: 304.6875px;
  }
}
#information .books .btns li:not(:first-child) {
  margin-top: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li:not(:first-child) {
    margin-top: 18.28125px;
  }
}
#information .books .btns li span {
  display: block;
  transition: all 0.3s ease;
  font-size: 5.625vw;
  line-height: 14.0625vw;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li span {
    font-size: 21.9375px;
    line-height: 54.84375px;
  }
}
#information .books .btns li.off {
  opacity: 0.6;
  background-color: #aaa;
}
#information .books .btns li.buy a {
  background-color: #fb50d2;
}
#information .books .btns li.trial a {
  background-color: #fff;
  border: 0.3125vw solid #020202;
  color: #020202;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li.trial a {
    border-width: 1.21875px;
  }
}
#information .books .btns li.trial span {
  color: #020202;
}
#information .books .btns li a {
  display: block;
  transition: all 0.3s ease;
  font-size: 5.625vw;
  line-height: 14.0625vw;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a {
    font-size: 21.9375px;
    line-height: 54.84375px;
  }
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}

#pagetop {
  position: fixed;
  width: 8.125vw;
  right: 3.90625vw;
  bottom: 3.90625vw;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    width: 31.6875px;
    bottom: 15.234375px;
    right: calc(50% - 188.90625px);
  }
}
#pagetop.off {
  position: absolute;
}
#pagetop img {
  width: 100%;
}

#bottom-menu {
  background: url("../img/bg_btm_menu.png") repeat;
}
#bottom-menu .loop-text {
  width: 100%;
  height: 7.8125vw;
  background: url("../img/global/loop_text.png") repeat-x center center #020202;
  background-size: auto;
  -webkit-animation: flowBackground 10s linear infinite;
          animation: flowBackground 10s linear infinite;
}
@media only screen and (min-width: 768px) {
  #bottom-menu .loop-text {
    height: 30.46875px;
    -webkit-animation: flowBackground 30s linear infinite;
            animation: flowBackground 30s linear infinite;
  }
}
#bottom-menu ul {
  display: flex;
  height: 29.6875vw;
  gap: 0 0.3125vw;
  margin: 0 auto;
  background: #020202;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul {
    height: 115.78125px;
    gap: 0 1.21875px;
    padding-bottom: 10px;
  }
}
#bottom-menu ul li {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#bottom-menu ul li a {
  display: block;
  height: 100%;
}
#bottom-menu ul li a:hover .box {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li a:hover .box .title {
    filter: blur(0px);
  }
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li a:hover .image img {
    transform: scale(1.2);
  }
}
#bottom-menu ul li .num {
  position: absolute;
  top: -0.3125vw;
  left: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .num {
    top: -1.21875px;
  }
}
#bottom-menu ul li .num img {
  width: 100%;
}
#bottom-menu ul li .txt {
  position: absolute;
  right: 0.9375vw;
  bottom: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 900;
  color: #fb50d2;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .txt {
    right: 3.65625px;
    bottom: 2.4375px;
    font-size: 14.015625px;
  }
}
#bottom-menu ul li .image {
  height: 100%;
}
#bottom-menu ul li .image img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#bottom-menu ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.8125vw;
  background-color: rgba(2, 2, 2, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .box {
    padding: 0 9.75px;
  }
}
#bottom-menu ul li .box .title {
  font-size: 2.96875vw;
  font-weight: 700;
  color: #fff;
  filter: blur(20px);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .box .title {
    font-size: 11.578125px;
  }
}
#bottom-menu ul li .box .title span {
  display: block;
  font-size: 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .box .title span {
    font-size: 9.140625px;
  }
}
#bottom-menu ul li:nth-child(1) .num {
  width: 12.34375vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li:nth-child(1) .num {
    width: 48.140625px;
  }
}
#bottom-menu ul li:nth-child(2) .num {
  width: 14.21875vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li:nth-child(2) .num {
    width: 55.453125px;
  }
}
#bottom-menu ul li:nth-child(2) p {
  color: #3474e8;
}
#bottom-menu ul li:nth-child(3) .num {
  width: 14.6875vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li:nth-child(3) .num {
    width: 57.28125px;
  }
}
#bottom-menu ul li:nth-child(3) p {
  color: #04d0bb;
}

#footer {
  padding: 12.8125vw 0 10.9375vw;
  background-color: #020202;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 49.96875px 0 42.65625px;
  }
}
#footer .flex-wrap {
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#footer .copy-box {
  order: 2;
}
#footer .logo-mf {
  width: 40.78125vw;
  margin: 0 auto 5.3125vw;
}
@media only screen and (min-width: 768px) {
  #footer .logo-mf {
    width: 159.046875px;
    margin: 0 auto 20.71875px;
  }
}
#footer .logo-mf img {
  width: 100%;
}
#footer p.copy {
  color: #fff;
  font-size: 2.5vw;
  margin-bottom: 1.25vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer p.copy {
    font-size: 9.75px;
    margin-bottom: 4.875px;
  }
}
#footer .sns ul {
  width: 31.875vw;
  margin-bottom: 4.375vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul {
    width: 124.3125px;
    margin-bottom: 17.0625px;
  }
}
#footer .sns ul li {
  width: 8.59375vw;
  transition: all 0.3s ease-out;
  border-radius: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li {
    width: 33.515625px;
    border-radius: 18.28125px;
  }
}
#footer .sns ul li a {
  display: block;
}
#footer .sns ul li img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover {
    transform: translateY(-3.046875px);
  }
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover:nth-child(1) {
    border: 1.828125px solid #fb50d2;
  }
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover:nth-child(2) {
    border: 1.828125px solid #3474e8;
  }
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover:nth-child(3) {
    border: 1.828125px solid #04d0bb;
  }
}

#modal-block {
  background: url("../img/recommend_modal_bg.png") repeat-y top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #modal-block {
    width: 390px;
    left: calc(50% - 195px);
  }
}
#modal-block.movie {
  background: url("../img/movie_modal_bg.jpg") repeat-y top center;
  background-size: 100%;
}
#modal-block.keyword {
  background: url("../img/keyword_bg.jpg") repeat-y top center;
  background-size: 100%;
}
#modal-block .recommend-modal .close span, #modal-block .movie-modal .close span, #modal-block .m-image .close span {
  background-color: #b29f79;
}
#modal-block .recommend-modal .btm-close, #modal-block .movie-modal .btm-close, #modal-block .m-image .btm-close {
  width: 100%;
  text-align: center;
  color: #b29f79;
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .btm-close, #modal-block .movie-modal .btm-close, #modal-block .m-image .btm-close {
    margin-top: 12.1875px;
  }
}
#modal-block .recommend-modal .btm-close p, #modal-block .movie-modal .btm-close p, #modal-block .m-image .btm-close p {
  position: static;
  display: inline;
  font-size: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .btm-close p, #modal-block .movie-modal .btm-close p, #modal-block .m-image .btm-close p {
    font-size: 18.28125px;
  }
}
#modal-block .recommend-modal .txt-box, #modal-block .movie-modal .txt-box, #modal-block .m-image .txt-box {
  width: 90.625vw;
  padding: 8.125vw 9.375vw;
  background-color: #efefe5;
  border: 0.3125vw solid #b29f79;
  border-radius: 9.375vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .txt-box, #modal-block .movie-modal .txt-box, #modal-block .m-image .txt-box {
    width: 353.4375px;
    padding: 31.6875px 36.5625px;
    border-width: 1.21875px;
    border-radius: 36.5625px;
  }
}
#modal-block .recommend-modal h3, #modal-block .movie-modal h3, #modal-block .m-image h3 {
  font-size: 5.46875vw;
  line-height: 1.3;
  margin-bottom: 2.8125vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal h3, #modal-block .movie-modal h3, #modal-block .m-image h3 {
    font-size: 21.328125px;
    margin-bottom: 10.96875px;
  }
}
#modal-block .recommend-modal h3 span, #modal-block .movie-modal h3 span, #modal-block .m-image h3 span {
  font-size: 6.25vw;
  color: #d0555e;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal h3 span, #modal-block .movie-modal h3 span, #modal-block .m-image h3 span {
    font-size: 24.375px;
  }
}
#modal-block .recommend-modal .title, #modal-block .movie-modal .title, #modal-block .m-image .title {
  font-size: 3.75vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .title, #modal-block .movie-modal .title, #modal-block .m-image .title {
    font-size: 14.625px;
    margin-bottom: 10.96875px;
  }
}
#modal-block .recommend-modal .text, #modal-block .movie-modal .text, #modal-block .m-image .text {
  font-size: 3.75vw;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .text, #modal-block .movie-modal .text, #modal-block .m-image .text {
    font-size: 14.625px;
  }
}
#modal-block .recommend-modal .text span, #modal-block .movie-modal .text span, #modal-block .m-image .text span {
  font-weight: bold;
  background-color: #caf558;
}
#modal-block .recommend-modal .txt, #modal-block .movie-modal .txt, #modal-block .m-image .txt {
  font-size: 4.375vw;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .txt, #modal-block .movie-modal .txt, #modal-block .m-image .txt {
    font-size: 17.0625px;
  }
}
#modal-block .recommend-modal .image, #modal-block .movie-modal .image, #modal-block .m-image .image {
  width: 51.5625vw;
  margin: 3.90625vw auto 3.125vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .image, #modal-block .movie-modal .image, #modal-block .m-image .image {
    width: 201.09375px;
    margin: 15.234375px auto 12.1875px;
  }
}
#modal-block .recommend-modal .image img, #modal-block .movie-modal .image img, #modal-block .m-image .image img {
  width: 100%;
}
#modal-block .recommend-modal .name, #modal-block .movie-modal .name, #modal-block .m-image .name {
  font-size: 6.25vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .name, #modal-block .movie-modal .name, #modal-block .m-image .name {
    font-size: 24.375px;
  }
}
#modal-block .recommend-modal .name span, #modal-block .movie-modal .name span, #modal-block .m-image .name span {
  display: block;
  font-size: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .name span, #modal-block .movie-modal .name span, #modal-block .m-image .name span {
    font-size: 18.28125px;
  }
}
#modal-block .m-image {
  width: 92%;
}
#modal-block .m-image .image {
  width: 100%;
}
#modal-block .movie-modal .txt-box {
  text-align: center;
  background-color: #fff;
}