/*!  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: #1589ff;
  -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;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@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
=============================================================*/
/*=============================================================
 02_layout
=============================================================*/
/*!  main
================================================ */
/*!  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%;
}

/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  background: url("../images/kv/sp/kv.jpg") no-repeat 50% 5.6vw/100% auto;
  -webkit-animation: fadeIn 2s ease 1.5s forwards;
          animation: fadeIn 2s ease 1.5s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv {
    background: url(../images/kv/pc/kv.jpg) no-repeat center top/1020px;
  }
}
.kv::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-top: solid 5px #00a692;
  z-index: 20;
}
.kv .contents-inner {
  position: relative;
  height: 133.4375vw;
  padding: 1.71875vw 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 1038px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .kv .contents-inner::before {
    position: fixed;
    display: block;
    content: "";
    top: 120px;
    right: calc(50% - 750px);
    width: 149px;
    height: 310px;
    background: url(../images/kv/pc/bg-right.png) no-repeat center top;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1500px) {
  .kv .contents-inner::before {
    right: 0px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner::after {
    position: fixed;
    display: block;
    content: "";
    top: 631px;
    left: calc(50% - 752px);
    width: 177px;
    height: 291px;
    background: url(../images/kv/pc/bg-left.png) no-repeat center top;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1500px) {
  .kv .contents-inner::after {
    left: 0px;
  }
}
.kv .logo {
  width: 25.3125%;
  margin: 0 0 0.78125vw 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .kv .logo {
    width: 134px;
    margin: 0 0 10px 16px;
  }
}
.kv .emblem {
  position: relative;
  width: 14.0625%;
  margin: 0 0 0.78125vw 7.1875vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    width: 96px;
    margin: 0 0 11px 33px;
  }
}
.kv .emblem-award {
  width: 17.03125%;
  margin: 0 0 0 5.625vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    width: 109px;
    margin: 0 0 0 27px;
  }
}
.kv h1 {
  position: absolute;
  top: 84.84375vw;
  left: 0;
  width: 67.34375%;
  -webkit-animation: fadeIn 0.8s ease 3s forwards;
          animation: fadeIn 0.8s ease 3s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 380px;
    left: 80px;
    width: 863px;
  }
}
.kv .catch01 {
  position: absolute;
  top: 0;
  right: 21.40625vw;
  width: 51.5625vw;
  -webkit-animation: fadeDown 0.3s ease-in 2.5s forwards;
          animation: fadeDown 0.3s ease-in 2.5s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch01 {
    top: 2px;
    right: 150px;
    width: 690px;
  }
}
.kv .author {
  position: absolute;
  top: 119.375vw;
  left: 15.3125vw;
  width: 49.0625%;
  -webkit-animation: fadeIn 0.4s ease 3.7s forwards;
          animation: fadeIn 0.4s ease 3.7s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    top: 572px;
    left: 333px;
    width: 318px;
  }
}
.kv .box-release {
  position: absolute;
  top: 80.9375vw;
  right: 0;
  display: flex;
  width: 34.375%;
  -webkit-animation: fadeIn 0.4s ease 3.9s forwards;
          animation: fadeIn 0.4s ease 3.9s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 613px;
    width: 220px;
  }
}
.kv .box-release .award {
  width: 3.59375%;
  background-color: #1a1a1a;
  padding: 1.71875vw 0.9375vw 2.5vw 0.9375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    padding: 7px 6px 12px 5px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award img {
    width: 10px;
  }
}
.kv .box-release .box-book {
  width: 90.9090909091%;
  padding: 2.1875vw 0;
  background-color: #1589ff;
}
@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.9375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .release {
    width: 175px;
    margin-bottom: 7px;
  }
}
.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: 9px;
  }
}
.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: var.$clr_white;*/
  }
}
@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 {
  padding: 3.125vw 5.78125vw;
  background-color: #1589ff;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-sp {
    display: none;
  }
}
.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.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 fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .movie
-------------------------------------------------*/
.movie {
  position: relative;
  background: #fff url("../images/movie/sp/bg.png") no-repeat center top/cover;
  margin-top: 9.6875vw;
}
@media print, screen and (min-width: 641px) {
  .movie {
    background: #fff url("../images/movie/pc/bg.png") no-repeat center top/cover;
    margin-top: 0;
  }
}
.movie .contents-inner {
  position: relative;
  padding: 16.25vw 0 8.28125vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .movie .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 125px 0 50px;
  }
}
.movie h2 {
  position: absolute;
  top: -8.4375vw;
  left: 1.875vw;
  width: 83.90625%;
}
@media print, screen and (min-width: 641px) {
  .movie h2 {
    top: -30px;
    left: -6px;
    width: 537px;
    /*margin: 0 auto 28px;*/
  }
}
.movie .youtube {
  width: 93.75vw;
  height: 52.8125vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .movie .youtube {
    width: 820px;
    height: 460px;
  }
}
.movie .youtube iframe {
  width: 100%;
  height: 100%;
}

/* .story
-------------------------------------------------*/
.story {
  position: relative;
  background: #fff url("../images/story/sp/bg.png") no-repeat center top/cover;
  margin-top: 9.0625vw;
}
@media print, screen and (min-width: 641px) {
  .story {
    background-image: url("../images/story/pc/bg-right.png"), url("../images/story/pc/bg-left.png"), url("../images/story/pc/bg.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 368px) top, calc(50% - 368px) top, center top;
    background-size: 761px, 860px, cover;
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1500px) {
  .story {
    background-position: right top, left top, center top;
  }
}
.story::before {
  position: absolute;
  display: block;
  content: "";
  top: -9.0625vw;
  right: 0;
  width: 23.75vw;
  height: 22.34375vw;
  background: url("../images/story/sp/bg-up.png") no-repeat center top/cover;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .story::before {
    top: 0;
    right: calc(50% - 363px);
    width: 188px;
    height: 137px;
    background: url("../images/story/pc/bg-up.png") no-repeat center top/cover;
  }
}
.story::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -4.6875vw;
  left: 0;
  width: 11.09375vw;
  height: 45.46875vw;
  background: url("../images/story/sp/bg-bottom.png") no-repeat center top/cover;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .story::after {
    bottom: -35px;
    left: calc(50% - 605px);
    width: 245px;
    height: 267px;
    background: url("../images/story/pc/bg-bottom.png") no-repeat center top/cover;
  }
}
.story .contents-inner {
  position: relative;
  padding: 20.3125vw 0 8.28125vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 125px 0 50px;
  }
}
.story h2 {
  position: absolute;
  top: -7.34375vw;
  left: 3.125vw;
  width: 84.53125%;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    top: -28px;
    left: -6px;
    width: 537px;
    /*margin: 0 auto 28px;*/
  }
}
.story p {
  width: 97.34375%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .story p {
    width: 604px;
    margin: 0 auto;
  }
}

/* .character
-------------------------------------------------*/
.character {
  position: relative;
  padding: 22.34375vw 0 7.8125vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .character {
    margin: 0 auto;
    padding: 40px 0 50px;
  }
}
@media print, screen and (min-width: 641px) {
  .character::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 94px;
    left: calc(50% - 452px);
    width: 38px;
    height: 119px;
    background: url("../images/character/pc/bg-left.png") no-repeat center top/cover;
  }
}
.character h2 {
  position: absolute;
  top: -4.6875vw;
  right: 0;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    width: 140px;
    top: -49px;
    left: calc(50% - 580px);
  }
}
.character h2 img {
  width: 99.375%;
}
@media print, screen and (min-width: 641px) {
  .character h2 img {
    width: 140px;
  }
}
.character .character-thum {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625vw;
  padding: 0 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum {
    position: relative;
    width: 770px;
    margin: 0 auto;
    padding: 0 68px 0 92px;
  }
}
.character .character-thum li {
  width: 21.71875vw;
  margin: 0 2.03125vw 1.5625vw 0;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum li {
    width: 100px;
    margin: 0 10px 0 0;
    transition: 0.3s ease all;
  }
}
.character .character-thum li:nth-child(4) {
  margin: 0 0 1.5625vw 0;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum li:nth-child(4) {
    margin: 0 10px 0 0;
  }
}
@media print, screen and (min-width: 641px) {
  .character .character-thum li:hover {
    opacity: 0.5;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.character .character-main {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .character .character-main {
    width: 778px;
    z-index: 10;
  }
}
.character .character-main li {
  padding: 0 0 0 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-main li {
    padding: 0 0 0 10px;
  }
}
.character .character-main img {
  width: 95.9375vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-main img {
    width: 778px;
  }
}

.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

/* .gallery
-------------------------------------------------*/
.gallery {
  position: relative;
  background: url("../images/gallery/sp/bg.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .gallery {
    background-image: url("../images/gallery/bg-pat.png"), url("../images/gallery/pc/bg.png");
    background-repeat: repeat, no-repeat;
    background-position: auto, center top;
    background-size: auto, cover;
  }
}
.gallery::before {
  position: absolute;
  display: block;
  content: "";
  top: -7.34375vw;
  right: 3.125vw;
  width: 2.8125vw;
  height: 14.53125vw;
  background: url("../images/gallery/sp/bg-right.png") no-repeat center top/cover;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .gallery::before {
    top: -48px;
    left: calc(50% - 439px);
    right: auto;
    width: 18px;
    height: 93px;
    background: url("../images/gallery/pc/bg-left.png") no-repeat center top/cover;
  }
}
.gallery .contents-inner {
  padding: 21.5625vw 0 9.375vw 0;
}
@media print, screen and (min-width: 641px) {
  .gallery .contents-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 132px 0 53px;
  }
}
.gallery h2 {
  position: absolute;
  top: -3.90625vw;
  width: 88.28125vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .gallery h2 {
    top: -30px;
    right: -20px;
    width: 696px;
  }
}
.gallery .thumbnail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5.625vw;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail {
    width: 870px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 71px;
  }
}
.gallery .thumbnail li {
  width: 43.125vw;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail li {
    width: 276px;
    margin-right: 14px;
  }
  .gallery .thumbnail li:last-child {
    margin-right: 0;
  }
}

/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 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.8125%;
  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: 500px;
    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%;
  }
}

/* .book
-------------------------------------------------*/
.book {
  position: relative;
}
.book .contents-inner {
  position: relative;
  padding: 21.875vw 2.96875vw 7.34375vw;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 132px 0 50px;
  }
}
.book h2 {
  position: absolute;
  top: -4.375vw;
  left: 1.40625vw;
  width: 76.40625vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    top: -34px;
    left: -5px;
    width: 489px;
  }
}
@media print, screen and (min-width: 641px) {
  .book .information {
    display: flex;
    justify-content: space-between;
  }
}
.book .cover {
  width: 80.9375%;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  .book .cover {
    width: 300px;
    height: 425px;
    margin: 0;
  }
}
.book .information-book {
  width: 100%;
  color: #1a1a1a;
}
@media print, screen and (min-width: 641px) {
  .book .information-book {
    width: 630px;
  }
}
.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: 28px;
  }
}
.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: 0;
  }
}
.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 20px 0 0;
  }
}
.book .information-book .information-author .illustrator {
  font-size: 4.6875vw;
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author .illustrator {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.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: 28px;
  }
}
.book .information-book .information-text p.information-catch {
  font-size: 4.375vw;
  font-weight: 700;
  margin-bottom: 0.9375vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-text p.information-catch {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.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: 40px;
  }
}
.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;
  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 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;
  }
}
/*!  footer
================================================ */
/* footer
-------------------------------------------------*/
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 .emblem {
  width: 14.6875%;
  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.625%;
  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;
  }
}