/*!  02_base
================================================ */
body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: 400;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1200px;
    width: 100%;
    font-size: 16px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body a {
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 641px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 641px) {
  body a:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 641px) {
  .viewSp {
    display: none !important;
  }
}

.viewPc {
  display: none !important;
}
@media print, screen and (min-width: 641px) {
  .viewPc {
    display: block !important;
  }
}

/*=============================================================
 01_base
=============================================================*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
@media print, screen and (min-width: 641px) {
  body a:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

/*!  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;
}
#loading .chara img {
  -webkit-animation: a-rotate 1s ease 0s infinite;
  animation: a-rotate 1s ease 0s infinite;
}

@-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 {
  position: relative;
  z-index: 50;
}
#header .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 94px;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #header .inner {
    width: auto;
    height: 25.78125vw;
    left: 0;
    transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  #header img {
    width: 100%;
  }
}
#header .btn-nav {
  position: fixed;
  top: 14px;
  right: calc(50% - 600px);
  width: 70px;
  height: 70px;
  z-index: 50;
  background: url("../images/global/btn_open.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav {
    top: 2.5vw;
    right: 1.5625vw;
    width: 15.625vw;
    height: 15.625vw;
  }
}
#header .btn-nav.active {
  background: url("../images/global/btn_close.png") no-repeat top center;
  background-size: contain;
}
#header .gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/menu/bg.png") no-repeat top center;
  background-size: cover;
  z-index: 30;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #header .gnav {
    height: 100vh;
    background: url("../images/menu/bg-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#header .gnav nav {
  position: relative;
  width: 987px;
  margin: 0 auto;
  padding: 35px 0 48px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav {
    width: auto;
    padding: 7.8125vw 0 39.84375vw;
  }
}
#header .gnav nav::before {
  content: "";
  width: 150vw;
  height: 5px;
  background-color: #00a692;
  position: absolute;
  top: 0;
  left: -25vw;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav::before {
    width: 100vw;
    height: 0.78125vw;
    left: 0;
  }
}
#header .gnav nav::after {
  content: "";
  width: 150vw;
  height: 5px;
  background-color: #00a692;
  position: absolute;
  bottom: 0;
  left: -25vw;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav::after {
    width: 100vw;
    height: 0.78125vw;
    left: 0;
  }
}
#header .gnav nav .emblem {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .emblem {
    text-align: left;
    margin-left: 11.5625vw;
    margin-bottom: 1.875vw;
  }
}
#header .gnav nav .emblem img {
  width: 71px;
}
#header .gnav nav p {
  margin: -10px 0 10px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav p {
    width: 40.15625vw;
    margin: 0 0 1.5625vw 11.5625vw;
  }
}
#header .gnav nav p img {
  width: auto;
}
#header .gnav nav .btn-top {
  position: absolute;
  right: 0;
  top: 110px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .btn-top {
    width: 15vw;
    right: 11.71875vw;
    top: inherit;
    bottom: 49.375vw;
  }
}
#header .gnav nav .btn-top img {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .btn-top img {
    width: 100%;
  }
}
#header .gnav nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul {
    display: block;
    width: 76.40625vw;
    margin: 0 auto 9.6875vw;
  }
}
#header .gnav nav ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul li {
    margin-bottom: 1.5625vw;
  }
}
#header .gnav nav ul li a {
  display: block;
}
#header .gnav nav ul li a:hover {
  -webkit-animation: unset;
          animation: unset;
  opacity: 1;
}
#header .gnav nav ul li .image {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 182px;
  height: 162px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul li .image {
    top: 1.5625vw;
    left: 1.5625vw;
    width: 28.4375vw;
    height: 25.3125vw;
  }
}
#header .gnav nav ul li .image img {
  transition: all 0.3s ease;
}
#header .gnav nav ul li:hover .image img {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul li:hover .image img {
    transform: scale(1);
  }
}
#header .gnav nav .logo {
  text-align: center;
  width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .logo {
    width: 25vw;
  }
}
#header .gnav nav .logo img {
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  main {
    background: url("../images/bg.jpg") repeat-x top center;
  }
}
main .bg-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: url("../images/bg_con-sp.jpg") top center #b2ebff;
  background-size: 100%;
}
@media print, screen and (min-width: 641px) {
  main .bg-con {
    background: url("../images/bg_con.png") top center #b2ebff;
    background-size: 100%;
  }
}
main .bg-con .contents-inner {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  main .bg-con .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
main .bg-con .deco {
  display: none;
}
@media print, screen and (min-width: 641px) {
  main .bg-con .deco {
    display: block;
  }
}
main .bg-con .deco img {
  width: 100%;
}
main .bg-con .deco .deco1 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  main .bg-con .deco .deco1 {
    width: 1702px;
    top: 408px;
    right: -128px;
  }
}
main .bg-con .deco .deco1 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
main .bg-con .deco .deco2 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  main .bg-con .deco .deco2 {
    width: 1711px;
    top: 201px;
    left: -250px;
  }
}
main .bg-con .deco .deco2 img {
  -webkit-animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
}
main .bg-con .deco .deco3 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  main .bg-con .deco .deco3 {
    width: 1971px;
    top: 240px;
    left: -103px;
  }
}
main .bg-con .deco .deco3 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
@media only screen and (max-width: 768px) {
  main img {
    width: 100%;
  }
}

.kv {
  height: 151.25vw;
  margin-bottom: -0.15625vw;
  border-top: solid 0.78125vw #00a692;
  background-color: #13192e;
}
@media print, screen and (min-width: 641px) {
  .kv {
    border-top: solid 5px #00a692;
    height: 912px;
    margin-bottom: 40px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .kv img {
    width: 100%;
  }
}
.kv .contents-inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.kv .bg {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .bg {
    top: 0;
    left: -19px;
  }
}
.kv .logo {
  position: absolute;
  width: 25.3125%;
  top: 0;
  left: 0.78125vw;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .kv .logo {
    width: 134px;
    top: 14px;
    left: 0;
  }
}
.kv .emblem {
  position: absolute;
  width: 14.6875vw;
  top: 7.8125vw;
  left: 6.5625vw;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    width: 100px;
    top: 58px;
    left: 10px;
  }
}
.kv .emblem-award {
  position: absolute;
  width: 25.15625%;
  top: 24.21875vw;
  left: 1.5625vw;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    width: 161px;
    top: 177px;
    left: -20px;
  }
}
.kv h1 {
  position: absolute;
  top: 55.9375vw;
  left: 0;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 475px;
    left: 52px;
  }
}
.kv .deco {
  display: none;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .deco {
    display: block;
  }
}
.kv .deco img {
  width: 100%;
}
.kv .deco .deco1 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .kv .deco .deco1 {
    width: 1702px;
    top: 608px;
    right: -158px;
  }
}
.kv .deco .deco1 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
.kv .deco .deco2 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .kv .deco .deco2 {
    width: 1711px;
    top: 401px;
    left: -235px;
  }
}
.kv .deco .deco2 img {
  -webkit-animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
}
.kv .deco .deco3 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .kv .deco .deco3 {
    width: 1971px;
    top: 440px;
    left: -204px;
  }
}
.kv .deco .deco3 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
.kv .author {
  position: absolute;
  width: 31.71875vw;
  top: 86.25vw;
  left: 50%;
  transform: translateX(-50%) !important;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    width: auto;
    top: 686px;
    left: 242px;
    transform: unset !important;
  }
}
.kv .catch1 {
  position: absolute;
  top: inherit;
  bottom: 24.0625vw;
  left: 3.125vw;
  width: 50.15625vw;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch1 {
    width: auto;
    top: 55px;
    right: -42px;
    left: inherit;
  }
}
.kv .catch2 {
  position: absolute;
  top: 0;
  left: 21.09375vw;
  width: 60.9375vw;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch2 {
    width: auto;
    top: 0;
    left: 160px;
  }
}
.kv .chara1 {
  position: absolute;
  top: 80.78125vw;
  left: 0;
  width: 28.59375vw;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .chara1 {
    width: auto;
    top: 603px;
    left: 39px;
  }
}
.kv .chara2 {
  position: absolute;
  top: 3.28125vw;
  left: 24.84375vw;
  width: 75.15625vw;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .chara2 {
    width: auto;
    top: 0;
    left: 272px;
  }
}
.kv .btn-twitter {
  position: absolute;
  bottom: 18.75vw;
  left: 5.46875vw;
  width: 34.375vw;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-twitter {
    bottom: -56px;
    left: inherit;
    right: 0;
    width: 220px;
  }
}
.kv .box-release {
  position: absolute;
  top: 84.84375vw;
  right: 0;
  display: flex;
  width: 34.375vw;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 485px;
    width: 220px;
  }
}
.kv .box-release .award {
  width: 3.125vw;
  background-color: #000;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
  }
}
.kv .box-release .box-book {
  width: 90.9090909091%;
  padding: 2.1875vw 0;
  background-color: #e20031;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .box-book {
    width: 200px;
    padding: 10px 0;
  }
}
.kv .box-release .release {
  width: 89.5%;
  margin: 0 auto 0.3125vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .release {
    width: 175px;
    margin-bottom: 8px;
  }
}
.kv .box-release .cover {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #1a1a1a;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .cover {
    width: 180px;
    margin-bottom: 10px;
  }
}
.kv .box-release .btn {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn {
    display: block;
    width: 180px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li + li {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li.off {
    background-color: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li.off img {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li a {
    display: block;
  }
}
.kv .btn-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e20031;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-sp {
    display: none;
  }
}
.kv .btn-sp ul {
  display: flex;
  justify-content: space-between;
  padding: 3.125vw 5.78125vw;
}
.kv .btn-sp ul li {
  width: 47.5524475524%;
}
.kv .btn-sp ul li.off {
  opacity: 0.5;
}
.kv .btn-sp ul li a {
  display: block;
}
.kv .sns {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .kv .sns {
    position: absolute;
    top: 15px;
    right: 72px;
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .sns li + li {
    margin-left: 5px;
  }
}

@-webkit-keyframes fuwafuwa1 {
  0% {
    transform: translate(10px, -10px);
  }
  20% {
    transform: translate(-12px, 12px);
  }
  40% {
    transform: translate(12px, 12px);
  }
  60% {
    transform: translate(-12px, -12px);
  }
  80% {
    transform: translate(-12px, 12px);
  }
  0% {
    transform: translate(10px, -10px);
  }
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(10px, -10px);
  }
  20% {
    transform: translate(-12px, 12px);
  }
  40% {
    transform: translate(12px, 12px);
  }
  60% {
    transform: translate(-12px, -12px);
  }
  80% {
    transform: translate(-12px, 12px);
  }
  0% {
    transform: translate(10px, -10px);
  }
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    transform: translate(-10px, 10px);
  }
  20% {
    transform: translate(12px, -12px);
  }
  40% {
    transform: translate(-12px, -12px);
  }
  60% {
    transform: translate(12px, 12px);
  }
  80% {
    transform: translate(12px, -12px);
  }
  0% {
    transform: translate(-10px, 10px);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(-10px, 10px);
  }
  20% {
    transform: translate(12px, -12px);
  }
  40% {
    transform: translate(-12px, -12px);
  }
  60% {
    transform: translate(12px, 12px);
  }
  80% {
    transform: translate(12px, -12px);
  }
  0% {
    transform: translate(-10px, 10px);
  }
}
.announce {
  margin-top: -119.21875vw;
}
@media print, screen and (min-width: 641px) {
  .announce {
    margin-top: 0;
  }
}
.announce .contents-inner {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10.46875vw;
}
@media print, screen and (min-width: 641px) {
  .announce .contents-inner {
    width: 1000px;
    margin: 0 auto 70px;
  }
}
.announce .youtube {
  width: 93.75vw;
  height: 52.8125vw;
  margin: 0 auto 2.1875vw;
}
@media print, screen and (min-width: 641px) {
  .announce .youtube {
    width: 820px;
    height: 460px;
    margin: 0 auto 42px;
  }
}
.announce .youtube iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .announce .box {
    text-align: center;
  }
}
.announce .box .btn {
  width: 93.75vw;
  margin: 2.5vw auto 0;
}
@media print, screen and (min-width: 641px) {
  .announce .box .btn {
    width: auto;
    margin-top: -60px;
  }
}

.story {
  background: url("../images/story/sp/bg.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 127.5vw;
}
@media print, screen and (min-width: 641px) {
  .story {
    padding-bottom: 65px;
    background-image: url(../images/story/pc/bg01.png), url(../images/story/pc/bg02.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 401px) bottom, calc(50% + 545px) bottom;
    background-size: 697px, 408px;
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1500px) {
  .story {
    width: auto;
    background-position: left bottom, right bottom;
  }
}
.story .contents-inner {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.story h2 {
  margin-bottom: 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .story .text img {
    margin-top: -280px;
  }
}

.benefits {
  margin-bottom: 10.9375vw;
}
@media print, screen and (min-width: 641px) {
  .benefits {
    margin-bottom: 63px;
  }
}
.benefits .contents-inner {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .benefits .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.benefits h2 {
  margin-bottom: 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .benefits h2 {
    margin-bottom: 45px;
  }
}
.benefits .box {
  margin: 0 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .benefits .box {
    width: 894px;
    margin: 0 auto;
  }
}
.benefits .box ul {
  display: flex;
  flex-wrap: wrap;
}
.benefits .box ul li {
  margin-bottom: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .benefits .box ul li {
    margin: 0 6px 12px;
  }
}
.benefits .box ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  width: 67.96875vw;
  margin: 0 auto 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .benefits .box ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    width: 435px;
    margin: 0 6px 12px;
  }
}

.character {
  background: url("../images/character/sp/bg.png") repeat-x top center;
  margin-bottom: 10.9375vw;
}
@media print, screen and (min-width: 641px) {
  .character {
    padding-bottom: 70px;
    background: url("../images/character/pc/bg.png") repeat-x top center;
    margin-bottom: 0;
  }
}
.character .contents-inner {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .character .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.character h2 {
  text-align: center;
  margin-bottom: 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    margin-bottom: 45px;
  }
}
.character .chara-box {
  width: 90.625vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .character .chara-box {
    display: flex;
    width: 700px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.character .chara-box .thumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.875vw;
}
@media print, screen and (min-width: 641px) {
  .character .chara-box .thumb ul {
    display: block;
    margin-bottom: 0;
  }
}
.character .chara-box .thumb ul li {
  width: 14.0625vw;
}
@media print, screen and (min-width: 641px) {
  .character .chara-box .thumb ul li {
    width: auto;
    margin-bottom: 10px;
  }
}
.character .chara-box .detail {
  position: relative;
  width: 90.625vw;
  height: 92.1875vw;
}
@media print, screen and (min-width: 641px) {
  .character .chara-box .detail {
    width: 580px;
    height: 590px;
  }
}
.character .chara-box .detail ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.character .chara-box .detail ul li.active {
  opacity: 1;
  z-index: unset;
}
.character .chara-box .detail ul li .btn {
  position: absolute;
  width: 21.09375vw;
  bottom: 4.6875vw;
  left: 7.8125vw;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .character .chara-box .detail ul li .btn {
    cursor: pointer;
    width: auto;
    bottom: 30px;
    left: 50px;
  }
}
.character .chara-box .detail ul li .btn img.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.character .chara-box .detail ul li .btn.on .on {
  opacity: 1;
}
.character .chara-box .detail ul li .btn.on .off {
  opacity: 0;
}
.character .chara-box .detail ul li .image2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.character .chara-box .detail ul li .image2.active {
  opacity: 1;
  z-index: unset;
}

.gallery {
  padding-bottom: 10.9375vw;
  background: url("../images/gallery/sp/bg.png") repeat-x top center;
  background-size: auto 100%;
}
@media print, screen and (min-width: 641px) {
  .gallery {
    padding-bottom: 58px;
    background: url("../images/gallery/pc/bg.png") repeat-x top center;
  }
}
.gallery .contents-inner {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .gallery .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.gallery h2 {
  text-align: center;
  margin-bottom: 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .gallery h2 {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 641px) {
  .gallery .list {
    width: 800px;
    margin: 0 auto;
  }
}
.gallery .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .gallery .list ul {
    margin: 0;
  }
}
.gallery .list ul li {
  width: 29.6875vw;
  margin: 0 0.78125vw 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .gallery .list ul li {
    width: auto;
    margin: 0 5px 10px;
  }
}
.gallery .list ul li a {
  cursor: pointer;
}

.book {
  position: relative;
  padding: 0 3.125vw 7.8125vw;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .book {
    margin: 0 auto;
    padding: 0 0 50px;
  }
}
.book h2 {
  margin: 0 auto 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    margin: 0 auto 45px;
    text-align: center;
  }
}
.book .contents-inner {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 641px) {
  .book .information {
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.book .information:not(:last-child) {
  margin-bottom: 7.8125vw;
}
@media print, screen and (min-width: 641px) {
  .book .information:not(:last-child) {
    margin-bottom: 50px;
  }
}
.book .cover {
  width: 80.9375vw;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  .book .cover {
    width: 300px;
    height: 425px;
    margin: 0;
  }
}
.book .information-book {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .book .information-book {
    width: 590px;
  }
}
.book .information-book h3 {
  font-size: 7.1875vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4.21875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book h3 {
    font-size: 36px;
    margin-bottom: 22px;
  }
}
.book .information-book .information-author {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.75vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author {
    margin-bottom: 10px;
  }
}
.book .information-book .information-author .author {
  font-size: 4.6875vw;
  margin: 0 3.75vw 0 0;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author .author {
    font-size: 24px;
    margin: 0 22px 0 0;
  }
}
.book .information-book .information-author .illustrator {
  font-size: 3.125vw;
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author .illustrator {
    font-size: 20px;
  }
}
.book .information-book .information-isbn {
  font-size: 2.65625vw;
  font-weight: 700;
  margin-bottom: 4.21875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-isbn {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-catch {
    margin-bottom: 20px;
  }
}
.book .information-book .information-catch p {
  font-size: 3.125vw;
  line-height: 1.3;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-catch p {
    font-size: 22px;
  }
}
.book .information-book .information-text p {
  font-size: 3.125vw;
  line-height: 1.6;
  margin-bottom: 5.15625vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-text p {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
.book .information-book .information-text p:last-child {
  margin-bottom: 8.4375vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-text p:last-child {
    margin-bottom: 37px;
  }
}
.book .information-book .information-btn {
  display: flex;
  justify-content: space-between;
  width: 89.0625vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-btn {
    width: 550px;
    margin: 0;
  }
}
.book .information-book .information-btn li {
  width: 42.1875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-btn li {
    width: 262px;
  }
}
.book .information-book .information-btn li.off {
  opacity: 0.5;
}

/* .rookie
-------------------------------------------------*/
.rookie {
  position: relative;
  background: url("../images/rookie/sp/bg.png") no-repeat center top/contain #fff;
  z-index: 40;
}
@media print, screen and (min-width: 641px) {
  .rookie {
    background: #fff url("../images/rookie/pc/bg.png") no-repeat center top/contain;
  }
}
.rookie img {
  width: 100%;
}
.rookie h2 {
  margin-bottom: 3.90625vw;
  background: url(../images/rookie/title.png) #1a1a1a repeat-x 0 0;
  background-size: 85.9375vw;
  overflow: hidden;
  -webkit-animation: bgroop-bnr-sp 5s linear infinite;
          animation: bgroop-bnr-sp 5s linear infinite;
}
@media print, screen and (min-width: 641px) {
  .rookie h2 {
    margin-bottom: 40px;
    background-image: url(../images/rookie/title.png);
    background-size: 580px;
    -webkit-animation: bgroop-bnr-pc 20s linear infinite;
            animation: bgroop-bnr-pc 20s linear infinite;
  }
}
.rookie h2 span {
  display: block;
  width: 100%;
  height: 10vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .rookie h2 span {
    height: 66px;
  }
}
.rookie .contents-inner {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  .rookie .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 22px;
  }
}
.rookie .rookie-list {
  width: 79.375%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 986px;
  }
}
.rookie .rookie-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 1.71875vw;
  padding: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li {
    width: 468px;
    margin-bottom: 10px;
    padding: 10px;
  }
}
.rookie .rookie-list li:last-child .info h3 {
  font-size: 3.4375vw;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li:last-child .info h3 {
    font-size: 21px;
  }
}
.rookie .rookie-list li a:hover {
  cursor: pointer;
  opacity: 1;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li a:hover {
    -webkit-animation: none;
            animation: none;
  }
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li a:hover .illust {
    overflow: hidden;
  }
  .rookie .rookie-list li a:hover .illust img {
    transform: scale(1.2);
  }
}
.rookie .rookie-list .illust {
  display: inline-block;
  width: 28.4375vw;
  margin-right: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .illust {
    overflow: hidden;
    width: 182px;
    margin-right: 10px;
  }
}
.rookie .rookie-list .illust img {
  transition: all 0.3s ease;
}
.rookie .rookie-list .info {
  display: inline-block;
  width: 40.625vw;
  color: #fff;
  vertical-align: top;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info {
    width: 270px;
  }
}
.rookie .rookie-list .info .emblem {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 10.3125vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info .emblem {
    top: 6px;
    right: 6px;
    width: 66px;
  }
}
.rookie .rookie-list .info .aword {
  width: 25vw;
  margin: 0.3125vw 0 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info .aword {
    width: 160px;
    margin: 4px 0 9px;
  }
}
.rookie .rookie-list .info h3 {
  font-size: 4.375vw;
  font-weight: 900;
  line-height: 1.2;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info h3 {
    font-size: 28px;
  }
}
.rookie .rookie-list .info h3 span {
  font-size: 2.5vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info h3 span {
    font-size: 16px;
  }
}
.rookie .rookie-list li.best {
  background: #e20031;
}
.rookie .rookie-list li.best .emblem {
  width: 11.875vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li.best .emblem {
    width: 76px;
  }
}
.rookie .rookie-list li.excellence01 {
  background: #3f21d5;
}
.rookie .rookie-list li.honourable01 {
  background: #1589ff;
}
.rookie .rookie-list li.excellence02 {
  background: #ff4200;
}
.rookie .rookie-list li.recognition {
  background: #00b615;
}
.rookie .rookie-list li.honourable02 {
  background: #ff2084;
}

@-webkit-keyframes bgroop-bnr-sp {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes bgroop-bnr-sp {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes bgroop-bnr-pc {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes bgroop-bnr-pc {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes aword-bnr-sp {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes aword-bnr-sp {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes aword-bnr-pc {
  0% {
    background-position: 530px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes aword-bnr-pc {
  0% {
    background-position: 530px 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(19, 25, 46, 0.9);
}
.modal .modal-content {
  position: relative;
  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 print, screen and (min-width: 641px) {
  .modal .modal-content {
    display: block;
  }
}
.modal .modal-content::-webkit-scrollbar {
  display: none;
}
.modal .modal-content::after {
  content: "";
}
.modal .modal-content .modal-inner {
  position: relative;
  display: block;
  width: 82.8125vw;
  margin: 0 auto;
  padding-top: 12.03125vw;
  z-index: 30;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    padding-top: 0;
  }
}
.modal .modal-content .modal-inner img {
  border: 1px solid #c1c1c1;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.2%;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close {
    right: -75px;
    width: 61px;
  }
}
.modal .modal-content .btn-close img {
  border: none;
}
@media print, screen and (min-width: 641px) {
  .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: url("../images/gallery/bg-modal.png");
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .modal-bg {
    height: 100%;
  }
}

footer {
  position: relative;
  background: #00a692;
  color: #1a1a1a;
  padding: 5vw 0 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer {
    padding: 32px 0 25px;
  }
}
footer img {
  width: 100%;
}
footer .emblem {
  width: 14.6875vw;
  margin: 0 auto 5.15625vw;
}
@media print, screen and (min-width: 641px) {
  footer .emblem {
    width: 94px;
    margin: 0 auto 27px;
  }
}
footer .sns-sp {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto 5.625vw;
}
@media print, screen and (min-width: 641px) {
  footer .sns-sp {
    display: none;
  }
}
footer .sns-sp li {
  width: 8.75vw;
  margin: 0 1.09375vw;
}
footer .logo {
  width: 40.625vw;
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer .logo {
    width: 148px;
    margin: 0 auto 15px;
  }
}
footer .copyright-illust {
  margin-bottom: 1.25vw;
  font-size: 16px;
  font-size: 2.5vw;
  line-height: 1.25;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .copyright-illust {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-feature-settings: "palt" 1;
  }
}
footer .copyright {
  font-size: 16px;
  font-size: 2.5vw;
  line-height: 1.1;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .copyright {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-feature-settings: "palt" 1;
  }
}