@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
=============================================================*/
/*body {
    background: url("../img/bg_green.png") no-repeat top center,url("../img/bg.jpg") no-repeat top center;
    background-size: auto 100%, cover;
    @media only screen and (max-width: 768px) { 
        background: url("../img/sp/bg_green.png") no-repeat top center,url("../img/sp/bg.jpg") no-repeat top center;
        background-size: 100%,cover;
    }
}*/
@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: 10;
  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%;
  }
}
@media only screen and (max-width: 768px) {
  #container .con-pc {
    display: none;
  }
}
#container .con-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .con-sp {
    display: block;
  }
}
@-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: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contents-inner {
    width: 93.75vw;
  }
}

/*a.btn:hover {
  @include mixin.mq {
    opacity: 0.5;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }*/
/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  /*height: 944px;*/
  background: url("../img/kv.png") no-repeat center top/1299px, url("../img/kv-bg.jpg") no-repeat center top/cover;
  /*  .kv-img {
      position: absolute;
      display: block;
      content: "";
      top: 0px;
      left: 0;
      right: 0;
      width: auto;
      height: 100vh;
      background: url("../img/kv.png") no-repeat center top;
      margin: auto;
      z-index: 0;
      @media only screen and (max-width: 1500) and (min-width: 640) { 
       background: url("../img/kv.png") no-repeat center top / 1299px;
      }
      @include mixin.mq {
        display: none
      }
    }*/
}
@media only screen and (max-width: 640px) {
  .kv {
    height: 164.84375vw;
    background: url("../img/kv-sp.jpg") no-repeat center top/contain;
  }
}
.kv::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-top: solid 5px #5dda00;
  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;
    padding: 1.09375vw 0 0;
  }
}
.kv .logo {
  width: 134px;
  margin: 5px 0 6px 0;
}
@media only screen and (max-width: 640px) {
  .kv .logo {
    width: 25.3125vw;
    margin: 1.5625vw 0 0 -1.5625vw;
  }
}
.kv .emblem {
  position: relative;
  width: 96px;
  margin: 0 0 9px 20px;
}
@media only screen and (max-width: 640px) {
  .kv .emblem {
    position: absolute;
    top: 1.875vw;
    left: 26.25vw;
    width: 15vw;
    margin: 0;
  }
}
.kv .emblem-award {
  width: 110px;
  margin: 0 0 0 13px;
}
@media only screen and (max-width: 640px) {
  .kv .emblem-award {
    position: absolute;
    top: 1.875vw;
    left: 43.75vw;
    width: 15.625vw;
    margin: 0;
  }
}
.kv .title01 {
  position: absolute;
  top: 30px;
  right: 158px;
  width: 115px;
  -webkit-animation: fadeDown 0.5s ease-out 3.1s forwards;
          animation: fadeDown 0.5s ease-out 3.1s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .title01 {
    top: 17.1875vw;
    right: 0.78125vw;
    width: 15vw;
  }
}
.kv .title02 {
  position: absolute;
  top: 30px;
  right: 442px;
  width: 115px;
  -webkit-animation: fadeDown 0.5s ease-out 3.2s forwards;
          animation: fadeDown 0.5s ease-out 3.2s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .title02 {
    top: 17.1875vw;
    right: 39.6875vw;
    width: 15vw;
  }
}
.kv .title03 {
  position: absolute;
  top: 30px;
  left: 118px;
  width: 175px;
  -webkit-animation: fadeDown 0.5s ease-out 3.3s forwards;
          animation: fadeDown 0.5s ease-out 3.3s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .title03 {
    top: 17.1875vw;
    left: -3.125vw;
    width: 20.625vw;
  }
}
.kv .catch01 {
  position: absolute;
  top: 283px;
  right: 267px;
  width: 55px;
  -webkit-animation: fadeIn 1.4s ease-out 3.8s forwards;
          animation: fadeIn 1.4s ease-out 3.8s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .catch01 {
    top: 47.65625vw;
    right: 19.375vw;
    width: 8.59375vw;
  }
}
.kv .catch02 {
  position: absolute;
  top: 420px;
  left: 264px;
  width: 55px;
  -webkit-animation: fadeIn 1.4s ease-out 3.8s forwards;
          animation: fadeIn 1.4s ease-out 3.8s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .catch02 {
    top: 63.125vw;
    left: 20.3125vw;
    width: 8.59375vw;
  }
}
.kv .author {
  position: absolute;
  top: 658px;
  left: 312px;
  width: 374px;
  -webkit-animation: fadeIn 0.4s ease-out 4.6s forwards;
          animation: fadeIn 0.4s ease-out 4.6s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .author {
    top: 120.9375vw;
    left: -1.5625vw;
    width: 54.6875vw;
  }
}
.kv .box-release {
  position: absolute;
  top: 478px;
  right: -50px;
  width: 215px;
  -webkit-animation: fadeIn 0.4s ease-out 4.8s forwards;
          animation: fadeIn 0.4s ease-out 4.8s forwards;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .kv .box-release {
    top: 96.875vw;
    right: 1.5625vw;
    width: 34.375%;
  }
}
.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;
    padding: 0 0 0 2.1875vw;
  }
}
.kv .box-release .box-book {
  width: 200px;
  padding: 10px 0;
  background-color: #5dda00;
  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: 27.96875vw;
    margin: 0 auto 1.25vw;
  }
}
.kv .box-release .cover {
  width: 180px;
  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.8;
}
@media only screen and (max-width: 640px) {
  .kv .box-release .btn li.off {
    /* background-color: var.$clr_white;*/
  }
}
@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: 150vw;
  width: 100%;
  background-color: #5dda00;
  padding: 3.125vw 6.25vw;
  z-index: 10;
}
.kv .btn-sp ul {
  display: flex;
  justify-content: space-between;
}
.kv .btn-sp ul li {
  width: 47.5524475524%;
}
.kv .btn-sp ul li.off {
  opacity: 0.8;
}
.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 fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .story
-------------------------------------------------*/
.story {
  background: #374556 url("../img/story-bg01.png") no-repeat center top/cover;
  padding: 46px 0 100px;
}
@media only screen and (max-width: 640px) {
  .story {
    background: #374556 url("../img/story-bg01-sp.png") no-repeat center top/cover;
    padding: 9.375vw 0 8.4375vw;
  }
}
.story h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .story h2 {
    margin-bottom: 6.25vw;
    width: 53.28125vw;
  }
}
.story .stoty-bg02 {
  position: absolute;
  top: 103px;
  right: 141px;
  width: 147px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .story .stoty-bg02 {
    top: -3.125vw;
    right: 1.25vw;
    width: 16.5625vw;
  }
  .story .stoty-bg02 img {
    width: 100%;
  }
}
.story .stoty-bg03 {
  position: absolute;
  top: -87px;
  right: 290px;
  width: 40px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .story .stoty-bg03 {
    top: -6.25vw;
    right: -3.125vw;
    width: 6.25vw;
  }
}
.story p {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .story p {
    width: calc(100% + 6.25vw);
    left: -3.125vw;
  }
}

/* .comment
-------------------------------------------------*/
.comment {
  background: #cdde0b url("../img/comment-bg01.png") no-repeat center top/cover;
  padding: 46px 0 60px;
}
@media only screen and (max-width: 640px) {
  .comment {
    background: #cdde0b url("../img/comment-bg01-sp.png") no-repeat center top/cover;
    padding: 7.5vw 0 6.25vw;
  }
}
.comment h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .comment h2 {
    margin-bottom: 6.25vw;
    width: 65.15625vw;
  }
}
.comment .comment-bg02 {
  position: absolute;
  top: -87px;
  left: 345px;
  width: 26px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .comment .comment-bg02 {
    width: 4.0625vw;
    top: -12.5vw;
    left: 49.6875vw;
  }
}
.comment ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .comment ul {
    width: 87.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .comment ul li {
    margin-bottom: 6.25vw;
  }
}
.comment ul li img {
  width: 1000px;
}
@media only screen and (max-width: 640px) {
  .comment ul li img {
    width: 87.65625vw;
  }
}

/* .character
-------------------------------------------------*/
.character {
  background: #374556 url("../img/character-bg01.png") no-repeat center top/cover;
  padding: 46px 0 60px;
}
@media only screen and (max-width: 640px) {
  .character {
    background: #374556 url("../img/character-bg01-sp.png") no-repeat center top/cover;
    padding: 7.5vw 0 6.25vw;
  }
}
.character h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .character h2 {
    margin-bottom: 6.25vw;
    width: 79.84375vw;
  }
}
.character .character-bg02 {
  position: absolute;
  top: -87px;
  left: 0;
  width: 147px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .character .character-bg02 {
    width: 76.09375vw;
    top: -10vw;
    left: 9.375vw;
  }
}
.character ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .character ul {
    width: 87.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .character ul li {
    margin-bottom: 6.25vw;
  }
}
.character ul li img {
  width: 484px;
}
@media only screen and (max-width: 640px) {
  .character ul li img {
    width: 87.8125vw;
  }
}
.character ul li:nth-child(-n+2) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  .character ul li:nth-child(-n+2) {
    margin-bottom: 6.25vw;
  }
}

/* .benefit
-------------------------------------------------*/
.benefit {
  background: #32aec7 url("../img/benefit-bg01.jpg") no-repeat center bottom/cover;
  padding: 46px 0 68px;
}
@media only screen and (max-width: 640px) {
  .benefit {
    background: #32aec7;
    padding: 9.375vw 0 11.25vw;
  }
}
.benefit h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .benefit h2 {
    margin-bottom: 6.25vw;
    width: 84.0625vw;
  }
}
.benefit .benefit-bg02 {
  position: absolute;
  top: -75px;
  right: 198px;
  width: 458px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .benefit .benefit-bg02 {
    top: -14.0625vw;
    right: -3.28125vw;
    width: 54.0625vw;
  }
  .benefit .benefit-bg02 img {
    width: 100%;
  }
}
.benefit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .benefit ul {
    display: block;
    width: 87.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .benefit ul li {
    margin-bottom: 6.25vw;
  }
}
.benefit ul li img {
  width: 484px;
}
@media only screen and (max-width: 640px) {
  .benefit ul li img {
    width: 87.8125vw;
  }
}
.benefit ul li:nth-child(-n+2) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  .benefit ul li:nth-child(-n+2) {
    margin-bottom: 6.25vw;
  }
}

/* .gallery
-------------------------------------------------*/
.gallery {
  background: #374556 url("../img/gallery-bg01.png") repeat center top;
  padding: 48px 0 43px;
}
@media only screen and (max-width: 640px) {
  .gallery {
    background: #374556 url(../img/gallery-bg01-sp.png) repeat center top;
    padding: 7.5vw 0 9.6875vw;
  }
}
.gallery h2 {
  margin-bottom: 46px;
}
@media only screen and (max-width: 640px) {
  .gallery h2 {
    margin-bottom: 7.8125vw;
    width: 64.84375vw;
  }
}
.gallery .gallery-bg02 {
  position: absolute;
  top: -87px;
  right: 62px;
  width: 40px;
  z-index: 1;
}
.gallery a {
  transition: 0.3s;
}
.gallery a:hover {
  opacity: 0.7;
}
.gallery .thumbnail {
  display: flex;
  flex-wrap: wrap;
  width: 1040px;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 -16px;
  /*padding: 0 71px;*/
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail {
    justify-content: space-between;
    width: 91.5625vw;
    margin: 0 auto;
    padding: 0;
  }
}
.gallery .thumbnail li {
  width: 514px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail li {
    width: 91.5625vw;
    margin-bottom: 5.625vw;
  }
}
.gallery .thumbnail li img {
  width: 100%;
}
.gallery .thumbnail li a {
  cursor: pointer;
}
.gallery .thumbnail li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.gallery .thumbnail li:nth-child(6) {
  width: 488px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .gallery .thumbnail li:nth-child(6) {
    width: 87.5vw;
    margin-left: 2.34375vw;
    margin-right: 1.875vw;
    margin-bottom: 1.875vw;
  }
}

/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #374556;
}
.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: 550px;
  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;
  }
}

.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: 50px 0;
}
@media only screen and (max-width: 640px) {
  .book {
    background: #fff;
    padding: 7.8125vw 0;
  }
}
.book h2 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 640px) {
  .book h2 {
    margin-bottom: 4.375vw;
    width: 55.46875vw;
  }
}
.book .information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.book .cover {
  width: 300px;
  height: 425px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .book .cover {
    width: 81.25vw;
    height: 115.46875vw;
    margin: 0 auto 5vw;
  }
}
.book .information-book {
  width: 630px;
  color: #1a1a1a;
}
@media only screen and (max-width: 640px) {
  .book .information-book {
    width: 89.0625vw;
    margin: 0 auto;
  }
}
.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: 0;
}
@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;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-author .illustrator {
    font-size: 4.6875vw;
    margin-bottom: 0;
  }
}
.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;
  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;
}
@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-text p:last-child {
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .book .information-book .information-text p:last-child {
    margin-bottom: 6.25vw;
  }
}
.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.5;
}

/*!  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;
}