@charset "UTF-8";
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: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ 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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", sans-serif;
}

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;
  }
}
/*=============================================================
 01_base
=============================================================*/
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

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

/*!  loading
================================================ */
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #fff;
}
#loading .chara {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #loading .chara {
    width: 30.78125vw;
  }
}
#loading .chara img {
  -webkit-animation: a-rotate 1s ease 0s infinite;
          animation: a-rotate 1s ease 0s infinite;
}
@media only screen and (max-width: 768px) {
  #loading .chara img {
    width: 100%;
  }
}

@-webkit-keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*!  header
================================================ */
#header #btn-nav {
  position: fixed;
  top: 20px;
  right: calc(50% - 600px);
  z-index: 80;
  width: 50px;
  height: 58px;
  background: url("../img/menu/btn_open.png") no-repeat top center;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 1220px) {
  #header #btn-nav {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    top: 3.125vw;
    right: 4.6875vw;
    width: 13.4375vw;
    height: 15.625vw;
  }
}
#header #btn-nav.active {
  top: 28px;
  right: calc(50% - 595px);
  width: 40px;
  height: 40px;
  background: url("../img/menu/btn_close.png") no-repeat top center;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 1220px) {
  #header #btn-nav.active {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active {
    top: 6.25vw;
    right: 6.5625vw;
    width: 9.84375vw;
    height: 10vw;
  }
}

.nav-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/menu/bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: 99;
  padding: 30px 0 100px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .nav-box {
    padding: 7.8125vw 10.625vw 15.625vw;
    background: url("../img/menu/bg-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.nav-box .inner {
  width: 986px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .nav-box .inner {
    position: relative;
    width: auto;
  }
}
.nav-box .emblem {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .nav-box .emblem {
    position: relative;
    width: 11.71875vw;
    margin-bottom: 1.5625vw;
    z-index: 2;
  }
}
.nav-box .wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: -10px 0 10px;
}
@media only screen and (max-width: 768px) {
  .nav-box .wrap {
    display: block;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav-box .txt {
    position: relative;
    width: 40.15625vw;
    z-index: 2;
  }
}
.nav-box .btn-top {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  .nav-box .btn-top {
    position: absolute;
    bottom: 9.375vw;
    right: 2.5vw;
    width: 10.78125vw;
  }
}
.nav-box .btn-top img {
  width: 100%;
}
.nav-box .logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .nav-box .logo {
    width: 25vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .nav-box .logo img {
    width: 100%;
  }
}
.nav-box nav {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .nav-box nav {
    margin-bottom: 7.8125vw;
  }
}
.nav-box nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .nav-box nav ul {
    display: block;
    width: 76.25vw;
    margin: 0 auto;
  }
}
.nav-box nav ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .nav-box nav ul li {
    margin-bottom: 1.5625vw;
  }
}
.nav-box nav ul li .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .nav-box nav ul li .image {
    width: 30.15625vw;
    height: 27.8125vw;
  }
}
.nav-box nav ul li .image img {
  width: 100%;
  transition: all 0.3s ease;
}
.nav-box nav ul li a {
  display: block;
}
.nav-box nav ul li a:hover .image img {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  .nav-box nav ul li a:hover .image img {
    transform: scale(1);
  }
}

#rookie {
  position: relative;
  padding-top: 50px;
  background-color: #00a692;
}
@media only screen and (max-width: 768px) {
  #rookie {
    padding-top: 7.8125vw;
  }
}
#rookie::before {
  display: none;
}
#rookie::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 58px;
  background: url("../../assets/img/rookie/txt_loop.png") repeat-x top center;
  background-size: auto 100%;
  -webkit-animation: move-txt 50s linear infinite;
          animation: move-txt 50s linear infinite;
}
@media only screen and (max-width: 768px) {
  #rookie::after {
    top: 3.125vw;
    height: 9.0625vw;
    -webkit-animation: move-txt 30s linear infinite;
            animation: move-txt 30s linear infinite;
  }
}
#rookie .bg {
  width: 100%;
  height: 686px;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #rookie .bg {
    height: 197.1875vw;
  }
}
#rookie .bg .circle-box {
  position: absolute; /*描画固定*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rookie .inner {
  width: auto !important;
}
#rookie .list {
  padding: 55px 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #rookie .list {
    padding: 8.59375vw 0;
  }
}
#rookie .list ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #rookie .list ul {
    width: 76.25vw;
    display: block;
    margin: 0 auto;
  }
}
#rookie .list ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #rookie .list ul li {
    margin-bottom: 1.5625vw;
  }
}
#rookie .list ul li .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #rookie .list ul li .image {
    width: 30.15625vw;
    height: 27.8125vw;
  }
}
#rookie .list ul li .image img {
  width: 100%;
  transition: all 0.3s ease;
}
#rookie .list ul li a {
  display: block;
}
#rookie .list ul li a:hover .image img {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  #rookie .list ul li a:hover .image img {
    transform: scale(1);
  }
}

/*!  main
================================================ */
#container {
  position: relative;
}
#container .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #container .wrap {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #container img {
    width: 100%;
  }
}
@-webkit-keyframes move-txt {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2537px;
  }
}
@keyframes move-txt {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2537px;
  }
}

.contents-inner {
  position: relative;
  /*  width: 1100px;*/
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-inner {
    width: 93.75vw;
  }
}

h2 {
  text-align: center;
  margin: 0 auto;
}

/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  background: url("../img/kv-bg.jpg") no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .kv {
    background: none;
  }
}
.kv::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: solid 5px #ffd800;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .kv img {
    width: 100%;
  }
}
.kv .contents-inner {
  position: relative;
  width: 1000px;
  height: 943px;
  margin: 0 auto;
  padding: 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .kv .contents-inner {
    width: 93.75vw;
    height: 147.03125vw;
    padding: 1.09375vw 0 0;
  }
}
.kv .logo {
  width: 134px;
  margin: 5px 0 6px 0;
}
@media only screen and (max-width: 640px) {
  .kv .logo {
    position: absolute;
    top: 137.8125vw;
    left: 0;
    width: 25.3125vw;
    margin: auto;
    z-index: 10;
  }
}
.kv .emblem {
  position: relative;
  width: 96px;
  margin: 0 0 9px 20px;
}
@media only screen and (max-width: 640px) {
  .kv .emblem {
    position: absolute;
    top: 129.6875vw;
    right: 0;
    width: 15vw;
    margin: 0;
    z-index: 10;
  }
}
.kv .emblem-award {
  width: 111px;
  margin: 0 0 0 13px;
}
@media only screen and (max-width: 640px) {
  .kv .emblem-award {
    position: absolute;
    top: 130.15625vw;
    right: 16.40625vw;
    width: 17.34375vw;
    margin: 0;
    z-index: 10;
  }
}
.kv h1 {
  position: absolute;
  top: 5px;
  right: -50px;
  filter: blur(5px);
  -webkit-animation: blurAnime 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.6s forwards;
          animation: blurAnime 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.6s forwards;
  transform: scale(1.02);
}
@media only screen and (max-width: 640px) {
  .kv h1 {
    right: 0;
    margin: 0 -3.125vw;
  }
}
.kv .catch01 {
  position: absolute;
  top: 644px;
  left: 73px;
  -webkit-animation: fadeLeft 0.7s cubic-bezier(0.23, 1, 0.32, 1) 2.2s forwards;
          animation: fadeLeft 0.7s cubic-bezier(0.23, 1, 0.32, 1) 2.2s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .catch01 {
    top: 102.03125vw;
    left: 0;
    width: 57.8125vw;
  }
}
.kv .catch02 {
  position: absolute;
  top: 799px;
  left: 139px;
  -webkit-animation: fadeLeft 0.7s cubic-bezier(0.23, 1, 0.32, 1) 2.4s forwards;
          animation: fadeLeft 0.7s cubic-bezier(0.23, 1, 0.32, 1) 2.4s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .catch02 {
    top: 120.625vw;
    left: -0.3125vw;
    width: 50.9375vw;
  }
}
.kv .author {
  position: absolute;
  top: 20px;
  left: 216px;
}
@media only screen and (max-width: 640px) {
  .kv .author {
    top: 2.5vw;
    left: 0;
    width: 20.3125vw;
  }
}
.kv .box-release {
  position: absolute;
  top: 478px;
  right: -32px;
  width: 215px;
  -webkit-animation: fadeIn 2.4s cubic-bezier(0.23, 1, 0.32, 1) 3s forwards;
          animation: fadeIn 2.4s cubic-bezier(0.23, 1, 0.32, 1) 3s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .box-release {
    top: 77.65625vw;
    right: 0;
    width: 34.375vw;
  }
}
.kv .box-release .award {
  position: absolute;
  top: 0;
  right: -1px;
  width: 12px;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .award {
    width: 2.5vw;
  }
}
.kv .box-release .box-book {
  width: 200px;
  padding: 10px 0;
  background-color: #ffd800;
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .box-book {
    width: 31.25vw;
    padding: 2.1875vw 0;
    border-radius: 0;
  }
}
.kv .box-release .release {
  width: 175px;
  margin-bottom: 7px;
  padding-left: 11px;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .release {
    width: 28.125vw;
    margin: 0 auto 1.25vw;
  }
}
.kv .box-release .cover {
  width: 182px;
  margin: 0 auto 9px;
  border: 1px solid #1a1a1a;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .cover {
    width: 28.125vw;
    margin: 0 auto;
  }
}
.kv .box-release .btn {
  width: 180px;
  margin: 0 auto;
}
.kv .box-release .btn li:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .btn li + li {
    margin-top: 10px;
  }
}
.kv .box-release .btn li.off {
  opacity: 0.2;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .btn li.off img {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 640px) {
  .kv .box-release .btn li a {
    display: block;
  }
}
.kv .box-release .btn.pc li a {
  transition: 0.3s;
}
.kv .box-release .btn.pc li a:hover {
  opacity: 0.7;
}
.kv .btn-sp {
  position: absolute;
  top: 147.03125vw;
  width: 100%;
  background-color: #ffd800;
  padding: 3.125vw 6.25vw;
  z-index: 10;
}
.kv .btn-sp ul {
  display: flex;
  justify-content: space-between;
}
.kv .btn-sp ul li {
  width: 42.5vw;
}
.kv .btn-sp ul li.off {
  opacity: 0.2;
}
.kv .btn-sp ul li a {
  display: block;
}
.kv .sns {
  position: absolute;
  top: 15px;
  right: 72px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .kv .sns {
    display: none;
  }
}
.kv .sns li + li {
  margin-left: 5px;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes blurAnime {
  from {
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .movie
-------------------------------------------------*/
.movie {
  text-align: center;
  background: url("../img/movie-bg01.jpg") no-repeat center top/cover;
  padding: 42px 0 35px;
}
@media only screen and (max-width: 640px) {
  .movie {
    background: url("../img/movie-bg01-sp.jpg") no-repeat center top/cover;
    margin-top: 17.1875vw;
    padding: 5.9375vw 0 5.625vw;
  }
}
.movie .contents-inner {
  background: url("../img/movie-bg02.png") repeat center top;
}
@media only screen and (max-width: 640px) {
  .movie .contents-inner {
    width: 100vw;
  }
}
.movie h2 {
  position: relative;
  top: -15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .movie h2 {
    top: 0;
    width: 93.59375vw;
    margin: 0 auto 1.5625vw;
  }
}
.movie .comingsoon {
  padding-bottom: 213px;
}
@media only screen and (max-width: 640px) {
  .movie .comingsoon {
    width: 62.03125vw;
    margin: 0 auto;
    padding-bottom: 37.96875vw;
  }
}
.movie .slider-inner {
  position: relative;
  width: auto;
}
.movie .slider-inner .movieSlider {
  position: static;
  width: 320px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .movie .slider-inner .movieSlider {
    width: 46.875vw;
    margin: 0 auto;
    padding-bottom: 9.375vw;
  }
}
.movie .slider-inner .movieSlider .slick-list {
  overflow: visible;
}
.movie .slider-inner .movieSlider .item {
  position: relative;
  font-size: 0;
  text-align: center;
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  .movie .slider-inner .movieSlider .item {
    margin: 0 1.5625vw;
  }
}
.movie .slider-inner .movieSlider .item a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: solid 3px #ffdf5e;
}
.movie .slider-inner .movieSlider .item a img {
  width: auto;
}
@media only screen and (max-width: 640px) {
  .movie .slider-inner .movieSlider .item a img {
    width: 100%;
  }
}
.movie .slider-inner .movieSlider .item video {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: solid 3px #ffdf5e;
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 640px) {
  .movie .slider-inner .movieSlider .item video {
    width: 46.875vw;
    height: 46.875vw;
  }
}
.movie .slider-inner .movieSlider .item video img {
  width: auto;
}
@media only screen and (max-width: 640px) {
  .movie .slider-inner .movieSlider .item video img {
    width: 100%;
  }
}
.movie .slider-inner .movieSlider .slick-prev {
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  left: -10px;
  width: 52px;
  height: 64px;
  margin-top: -52px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../img/movie-btn-left.png);
  background-color: transparent;
  background-size: 52px 64px;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.movie .slider-inner .movieSlider .slick-prev:hover {
  left: 0;
}
.movie .slider-inner .movieSlider .slick-next {
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  right: -10px;
  width: 52px;
  height: 64px;
  margin-top: -52px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../img/movie-btn-right.png);
  background-color: transparent;
  background-size: 52px 64px;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.movie .slider-inner .movieSlider .slick-next:hover {
  right: 0;
}

/* .story
-------------------------------------------------*/
.story {
  background: url("../img/story-bg01.jpg") no-repeat center top/cover;
  padding: 66px 0 82px;
}
@media only screen and (max-width: 640px) {
  .story {
    background: url("../img/story-bg01-sp.jpg") no-repeat center top/cover;
    height: 234.6875vw;
    padding: 10vw 0 5.3125vw;
  }
}
.story::before {
  position: absolute;
  display: block;
  content: "";
  top: 35px;
  width: 100%;
  height: 762px;
  background: url("../img/story-bg02.jpg") no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .story::before {
    top: 5.625vw;
    height: 222.34375vw;
    background: url("../img/story-bg02-sp.jpg") no-repeat center top/cover;
  }
}
.story .contents-inner {
  width: 1100px;
}
@media only screen and (max-width: 640px) {
  .story .contents-inner {
    width: 93.75vw;
  }
}
.story h2 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .story h2 {
    width: 54.53125vw;
    margin-bottom: 1.5625vw;
  }
}
.story .stoty-bg {
  position: absolute;
  top: -29px;
  right: -222px;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .story .stoty-bg {
    top: 120.46875vw;
    right: -3.125vw;
    width: 94.84375vw;
    height: 104.21875vw;
  }
}
.story p {
  position: relative;
  margin: -11px 0 0 50px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .story p {
    width: 94.84375vw;
    margin: 0 auto;
  }
}

/* .character
-------------------------------------------------*/
.character {
  background: url("../img/character-bg01.jpg") no-repeat center top/cover;
  padding: 46px 0 68px;
}
@media only screen and (max-width: 640px) {
  .character {
    background: url("../img/character-bg01-sp.png") no-repeat center top/cover;
    padding: 11.25vw 0 12.1875vw;
  }
}
.character .contents-inner {
  width: 1070px;
  background: url("../img/character-frame-middle.png") repeat-y center top;
  margin: -25px auto 0;
  padding: 10px 0 16px 0;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .character .contents-inner {
    width: 100%;
    background: url("../img/character-frame-middle-sp.png") repeat-y center top/contain;
    margin: -6.25vw auto 0;
    padding: 1.5625vw 0 0;
  }
}
.character .contents-inner::before {
  position: absolute;
  display: block;
  content: "";
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("../img/character-frame-top.png") no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .character .contents-inner::before {
    top: -12.5vw;
    height: 12.5vw;
    background: url("../img/character-frame-top-sp.png") no-repeat center top/cover;
  }
}
.character .contents-inner::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("../img/character-frame-bottom.png") no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .character .contents-inner::after {
    bottom: -12.5vw;
    height: 12.5vw;
    background: url("../img/character-frame-bottom-sp.png") no-repeat center top/cover;
  }
}
.character h2 {
  margin-bottom: 17px;
}
@media only screen and (max-width: 640px) {
  .character h2 {
    width: 71.09375vw;
    margin-bottom: 4.6875vw;
  }
}
.character ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 935px;
  margin-left: 62px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .character ul {
    width: 100%;
    margin-left: 0.9375vw;
  }
}
.character ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .character ul li {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(1) {
    width: 96.40625vw;
  }
}
.character ul li:nth-child(1) img {
  width: 453px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(2) {
    width: 95.15625vw;
    margin: 0 0 3.125vw 1.875vw;
  }
}
.character ul li:nth-child(2) img {
  width: 445px;
}
.character ul li:nth-child(3) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(3) {
    width: 96.09375vw;
    margin: 0 0 2.34375vw 0.46875vw;
  }
}
.character ul li:nth-child(3) img {
  width: 450px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(3) img {
    margin-bottom: 0;
  }
}
.character ul li:nth-child(4) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(4) {
    width: 96.875vw;
    margin: 0 0 0vw 0vw;
  }
}
.character ul li:nth-child(4) img {
  width: 453px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(5) {
    width: 96.5625vw;
    margin: 0 0 3.125vw 0.3125vw;
  }
}
.character ul li:nth-child(5) img {
  width: 453px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(6) {
    width: 96.5625vw;
    margin: 0 0 3.75vw 0.3125vw;
  }
}
.character ul li:nth-child(6) img {
  width: 452px;
}

/* .benefit
-------------------------------------------------*/
.benefit {
  background: url("../img/benefit-bg01.jpg") no-repeat center top/cover;
  padding: 66px 0 40px;
}
@media only screen and (max-width: 640px) {
  .benefit {
    background: url("../img/benefit-bg01-sp.jpg") no-repeat center top/cover;
    height: 299.6875vw;
    padding: 10vw 0 5.3125vw;
  }
}
.benefit::before {
  position: absolute;
  display: block;
  content: "";
  top: 35px;
  width: 100%;
  height: 842px;
  background: url("../img/benefit-bg02.jpg") no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .benefit::before {
    top: 5.625vw;
    height: 287.5vw;
    background: url("../img/benefit-bg02-sp.jpg") no-repeat center top/cover;
  }
}
.benefit .contents-inner {
  width: 1100px;
}
@media only screen and (max-width: 640px) {
  .benefit .contents-inner {
    width: 93.75vw;
  }
}
.benefit h2 {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .benefit h2 {
    width: 92.03125vw;
    margin-bottom: 6.875vw;
  }
}
.benefit ul {
  position: relative;
  margin: 24px auto 50px;
  display: flex;
  width: 950px;
}
@media only screen and (max-width: 640px) {
  .benefit ul {
    width: 93.75vw;
    margin: 0 auto;
    display: block;
  }
}
.benefit li {
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  .benefit li {
    margin: 0 0 3.125vw;
  }
}
.benefit li .mb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .benefit li {
    margin-bottom: 3.125vw;
  }
}

/* .gallery
-------------------------------------------------*/
.gallery {
  background: url("../img/gallery-bg01.jpg") no-repeat center top/cover;
  padding: 38px 0 35px;
}
@media only screen and (max-width: 640px) {
  .gallery {
    background: #374556 url(../img/gallery-bg01-sp.jpg) repeat center top/cover;
    padding: 5.9375vw 0 5.46875vw;
  }
}
.gallery .contents-inner {
  background: url("../img/gallery-bg02.png") repeat center top;
  padding: 18px 0 50px;
}
@media only screen and (max-width: 640px) {
  .gallery .contents-inner {
    width: 100%;
    padding: 2.8125vw 0 3.59375vw;
  }
}
.gallery h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .gallery h2 {
    width: 57.1875vw;
    margin-bottom: 6.875vw;
  }
}
.gallery a {
  transition: 0.3s;
}
.gallery .thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail {
    width: 93.75vw;
  }
}
.gallery .thumbnail li {
  position: relative;
  width: 300px;
  border: solid 3px #ffdf5e;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail li {
    width: 44.375vw;
    margin-bottom: 3.4375vw;
  }
}
.gallery .thumbnail li::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 115px;
  width: 64px;
  height: 64px;
  background: url("../img/gallery-btn.png") no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail li::before {
    left: 17.8125vw;
    width: 9.53125vw;
    height: 9.53125vw;
  }
}
.gallery .thumbnail li img {
  width: 100%;
}
.gallery .thumbnail li a {
  cursor: pointer;
}
.gallery .thumbnail li a::after {
  position: absolute;
  display: block;
  content: "";
  top: -3px;
  left: -3px;
  width: 294px;
  height: 294px;
  transition: all 0.2s 0s ease;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail li a::after {
    width: 43.4375vw;
    height: 43.4375vw;
  }
}
.gallery .thumbnail li a:hover::after {
  border: solid 6px #ffdf5e;
  box-shadow: 0px 0px 40px 8px rgba(26, 26, 26, 0.45);
}
.gallery .thumbnail li:nth-child(-n+3) {
  margin-bottom: 47px;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail li:nth-child(-n+3) {
    margin-bottom: 3.4375vw;
  }
}
.gallery .thumbnail li.noimage {
  width: 294px;
  border: solid 3px #c9c9c9;
}
.gallery .thumbnail li.noimage::before {
  background: url("../img/gallery-noimage-btn.png") no-repeat center top/cover;
}

/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #ff97ae;
}
.modal .modal-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 12;
}
@media only screen and (max-width: 640px) {
  .modal .modal-content {
    position: relative;
  }
}
.modal .modal-content::-webkit-scrollbar {
  display: none;
}
.modal .modal-content::after {
  content: "";
}
.modal .modal-content .modal-inner {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 830px;
  text-align: center;
  padding-top: 0;
  margin: 0 auto;
  z-index: 30;
}
@media only screen and (max-width: 640px) {
  .modal .modal-content .modal-inner {
    position: absolute;
    width: 93.75vw;
    padding-top: 12.03125vw;
  }
}
.modal .modal-content .modal-inner img {
  width: 100%;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: -90px;
  width: 61px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .modal .modal-content .btn-close {
    top: -1.5625vw;
    right: 0;
    width: 12.2%;
  }
}
.modal .modal-content .btn-close img {
  border: none;
}
@media only screen and (max-width: 640px) {
  .modal .modal-content .btn-close:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}

#gallery-modal01 .modal-inner {
  width: 611px;
}

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  background: #374556;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .modal-bg {
    height: 100%;
  }
}

/* .book
-------------------------------------------------*/
.book {
  padding: 55px 0 50px;
}
@media only screen and (max-width: 640px) {
  .book {
    padding: 8.75vw 0 7.8125vw;
  }
}
.book::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: url("../img/book-bg.png");
}
@media only screen and (max-width: 640px) {
  .book::before {
    height: 5.46875vw;
  }
}
.book h2 {
  margin-bottom: 59px;
}
@media only screen and (max-width: 640px) {
  .book h2 {
    width: 47.5vw;
    margin-bottom: 6.5625vw;
  }
}
.book .contents-inner {
  width: 936px;
}
@media only screen and (max-width: 640px) {
  .book .contents-inner {
    width: 90.625vw;
  }
}
.book .information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.book .cover {
  width: 300px;
  height: 425px;
  margin: 0;
  border: solid 1px #000;
}
@media only screen and (max-width: 640px) {
  .book .cover {
    width: 81.5625vw;
    height: 115.78125vw;
    margin: 0 auto 3.59375vw;
  }
}
.book .cover img {
  width: 100%;
}
.book .information-book {
  width: 600px;
  color: #1a1a1a;
}
@media only screen and (max-width: 640px) {
  .book .information-book {
    width: 100%;
  }
}
.book .information-book h3 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 13px;
}
@media only screen and (max-width: 640px) {
  .book .information-book h3 {
    font-size: 7.1875vw;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4.21875vw;
  }
}
.book .information-book .information-author {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-author {
    display: block;
    /*margin-bottom: mixin.vw(24);*/
  }
}
.book .information-book .information-author .author {
  font-size: 24px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-author .author {
    font-size: 4.6875vw;
    margin: 0;
  }
}
.book .information-book .information-author .illustrator {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-author .illustrator {
    font-size: 4.6875vw;
  }
}
.book .information-book .information-isbn {
  font-size: 14px;
  margin-bottom: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-isbn {
    font-size: 2.65625vw;
    margin-bottom: 4.21875vw;
  }
}
.book .information-book .information-text p.information-catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-text p.information-catch {
    font-size: 4.375vw;
    margin-bottom: 3.75vw;
  }
}
.book .information-book .information-text p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-text p {
    font-size: 3.125vw;
    margin-bottom: 5.15625vw;
  }
}
.book .information-book .information-btn {
  display: flex;
  justify-content: space-between;
  width: 550px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-btn {
    width: 89.0625vw;
    margin: 0 auto;
  }
}
.book .information-book .information-btn li {
  width: 262px;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-btn li {
    width: 42.1875vw;
  }
}
.book .information-book .information-btn li a {
  transition: 0.3s;
}
.book .information-book .information-btn li a:hover {
  opacity: 0.7;
}
.book .information-book .information-btn li.off {
  opacity: 0.2;
}

/*!  footer
================================================ */
footer {
  text-align: center;
  background: #00a692;
  padding: 34px 0 24px;
}
footer .emblem {
  margin-bottom: 16px;
}
footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  footer .sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 30.9375vw;
    margin: 0 auto 5.46875vw;
  }
}
footer .sns li {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  footer .sns li {
    width: 8.28125vw;
    margin: 0;
  }
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 150px;
}

.tos-wrapper.tos-fixed {
  background-color: #d17c7c;
}