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

main {
  background: url("../images/global/sp/bg-chara.png") no-repeat center top/cover, url("../images/global/bg-pat.png");
  background-attachment: fixed;
}
@media print, screen and (min-width: 641px) {
  main {
    background: url("../images/global/pc/bg-chara.png") no-repeat center top/1500px, url("../images/global/bg-pat.png");
    background-attachment: fixed;
  }
}

/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  background: #fff url("../images/kv/sp/kv.png") no-repeat 50% top/100% auto;
  padding-bottom: 1.09375vw;
}
@media print, screen and (min-width: 641px) {
  .kv {
    background: url("../images/kv/pc/kv-bg.jpg") no-repeat center 81px/2000px, #fff;
    padding-bottom: 0;
  }
}
.kv::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-top: solid 5px #00a692;
  z-index: 20;
}
.kv .kv-img {
  position: absolute;
  display: block;
  content: "";
  top: 40px;
  left: 0px;
  width: 100%;
  height: 943px;
  background: url(../images/kv/pc/kv.png) no-repeat center 129px;
  -webkit-animation: fadeIn 1.6s ease 2s forwards;
          animation: fadeIn 1.6s ease 2s forwards;
  opacity: 0;
}
.kv .contents-inner {
  position: relative;
  height: 122.8125vw;
  padding: 1.71875vw 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 983px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
.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: absolute;
  width: 14.0625%;
  top: 72.5vw;
  right: 83.75vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    top: 50px;
    right: 120px;
    width: 100px;
  }
}
.kv .emblem-award {
  position: absolute;
  width: 16.875%;
  top: 72.8125vw;
  right: 66.25vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    top: 58px;
    right: 0;
    width: 112px;
  }
}
.kv h1 {
  position: absolute;
  top: 1.5625vw;
  left: 37.03125vw;
  width: 26.5625vw;
  -webkit-animation: fadeIn 0.8s ease 2.5s forwards;
          animation: fadeIn 0.8s ease 2.5s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 683px;
    left: 234px;
    width: 772px;
  }
}
.kv .catch01 {
  position: absolute;
  top: 109.0625vw;
  right: 2.1875vw;
  width: 62.8125vw;
  -webkit-animation: fadeIn 0.8s ease 2.5s forwards;
          animation: fadeIn 0.8s ease 2.5s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch01 {
    top: 50px;
    right: 306px;
    width: 470px;
  }
}
.kv .author {
  position: absolute;
  top: 77.03125vw;
  left: 38.125vw;
  width: 12.03125vw;
  -webkit-animation: fadeIn 0.8s ease 2.5s forwards;
          animation: fadeIn 0.8s ease 2.5s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    top: 907px;
    left: 234px;
    width: 317px;
  }
}
.kv .box-release {
  position: absolute;
  top: 90.3125vw;
  left: 2.65625vw;
  display: flex;
  width: 34.375%;
  -webkit-animation: fadeIn 0.8s ease 2.5s forwards;
          animation: fadeIn 0.8s ease 2.5s forwards;
  opacity: 0;
  z-index: 30;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 545px;
    left: 20px;
    width: 220px;
  }
}
.kv .box-release .award {
  position: absolute;
  width: 3.4375%;
  height: 45.3125vw;
  background-color: #1a1a1a;
  top: 0;
  left: -2.8125vw;
  padding: 2.03125vw 0.78125vw 2.5vw 0.78125vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    top: 0;
    left: -23px;
    width: 12px;
    height: 406px;
    padding: 7px 6px 13px 5px;
  }
}
.kv .box-release .award img {
  width: 1.5625vw;
}
@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: #00b615;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .box-book {
    width: 200px;
    padding: 10px 0;
  }
}
.kv .box-release .release {
  width: 90%;
  margin: 0 auto 0.9375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .release {
    width: 183px;
    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 img {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li a {
    display: block;
  }
}
.kv .btn-sp {
  margin-top: 17.03125vw;
  padding: 3.125vw 5.78125vw;
  background-color: #00b615;
}
@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: 42.5vw;
}
.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 zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* .story
-------------------------------------------------*/
.story {
  position: relative;
  background: url("../images/story/sp/bg-chara.png") no-repeat center 184.0625vw/contain, url("../images/story/sp/bg-flag.png") no-repeat center top/contain, url("../images/story/bg.png");
  margin-bottom: 33.28125vw;
  box-shadow: 1.5625vw 0 1.5625vw 0 rgba(32, 57, 69, 0.6);
}
@media print, screen and (min-width: 641px) {
  .story {
    background: url("../images/story/pc/bg-chara01.png") no-repeat calc(50% - 460px) 474px, url("../images/story/pc/bg-chara02.png") no-repeat calc(50% + 460px) 474px, url("../images/story/pc/bg-flag.png") no-repeat center top, url("../images/story/bg.png");
    margin-bottom: 274px;
    box-shadow: 10px 0 10px 0 rgba(32, 57, 69, 0.6);
  }
}
.story .contents-inner {
  position: relative;
  padding: 5.9375vw 0 10.9375vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 74px;
  }
}
.story .contents-inner::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -8.90625vw;
  left: 34.6875vw;
  width: 25vw;
  height: 19.375vw;
  background: url("../images/story/bg-ring.png") no-repeat center top/cover;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner::before {
    bottom: -56px;
    left: 0;
    width: 160px;
    height: 124px;
  }
}
.story h2 {
  width: 45.78125vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    width: 285px;
    margin: 0 auto 35px;
  }
}
.story p {
  width: 94.0625vw;
  margin: 0 auto 0;
}
@media print, screen and (min-width: 641px) {
  .story p {
    width: 908px;
    margin: 0 auto;
  }
}
.story p img.viewSp {
  display: inline-block;
  margin-top: 87.1875vw;
}

/* .character
-------------------------------------------------*/
.character {
  position: relative;
  background: url("../images/character/bg.png");
  margin: 0 auto 33.125vw;
  padding: 1.40625vw 0 12.1875vw;
  z-index: 10;
  box-shadow: 1.5625vw 0 1.5625vw 0 rgba(121, 62, 67, 0.6);
}
@media print, screen and (min-width: 641px) {
  .character {
    margin: 0 auto 273px;
    padding: 9px 0 47px;
    box-shadow: 10px 0 10px 0 rgba(121, 62, 67, 0.6);
  }
}
.character::after {
  position: absolute;
  display: block;
  content: "";
  width: 22.5vw;
  height: 20.3125vw;
  right: 33.90625vw;
  bottom: -11.09375vw;
  background: url("../images/character/bg-ring.png") no-repeat center top/cover;
  z-index: 50;
}
@media print, screen and (min-width: 641px) {
  .character::after {
    bottom: -84px;
    right: calc(50% - 525px);
    width: 144px;
    height: 130px;
  }
}
.character h2 {
  position: relative;
  width: 79.375vw;
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    width: 508px;
    margin: 0 auto 21px;
  }
}
.character .character-thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 93.75vw;
  margin: 0 auto 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum {
    width: 800px;
    margin: 0 auto 20px;
  }
}
.character .character-thum li {
  position: relative;
  width: 17.8125vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum li {
    width: 152px;
  }
  .character .character-thum li:hover {
    -webkit-animation: btn 1s ease 0s infinite;
            animation: btn 1s ease 0s infinite;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.character .character-main {
  position: relative;
  text-align: center;
}
.character .character-main img {
  width: 94.0625vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-main img {
    width: 800px;
  }
}

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

.thumb-media-active {
  opacity: 0.6;
}

/* .comic
-------------------------------------------------*/
.comic {
  position: relative;
  background: url("../images/comic/bg.png");
  margin-bottom: 34.0625vw;
  box-shadow: 1.5625vw 0 1.5625vw 0 rgba(82, 71, 53, 0.6);
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .comic {
    margin-bottom: 270px;
    box-shadow: 10px 0 10px 0 rgba(82, 71, 53, 0.6);
  }
}
.comic .contents-inner {
  padding: 1.25vw 0 10.9375vw;
}
@media print, screen and (min-width: 641px) {
  .comic .contents-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 52px;
  }
}
.comic h2 {
  width: 44.53125vw;
  margin: 0 auto 5.46875vw;
}
@media print, screen and (min-width: 641px) {
  .comic h2 {
    width: 285px;
    margin: 0 auto 42px;
  }
}
.comic .list {
  width: 93.75vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .comic .list {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.comic .list li {
  margin-bottom: 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .comic .list li {
    width: 490px;
    margin-bottom: 0;
  }
}
.comic p {
  color: #f0ebe2;
  font-size: 24px;
  font-size: 3.75vw;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .comic p {
    font-size: 24px;
  }
}

/* .gallery
-------------------------------------------------*/
.gallery {
  position: relative;
  background: url("../images/gallery/bg.png");
  margin-bottom: 1.5625vw;
  box-shadow: 1.5625vw 0 1.5625vw 0 rgba(82, 71, 53, 0.6);
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .gallery {
    margin-bottom: 10px;
    box-shadow: 10px 0 10px 0 rgba(82, 71, 53, 0.6);
  }
}
.gallery::before {
  position: absolute;
  display: block;
  content: "";
  top: -0.78125vw;
  width: 100%;
  height: 2.34375vw;
  background: url("../images/gallery/sp/bg-line.png") repeat-x center top/cover;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .gallery::before {
    top: -5px;
    height: 15px;
    background: url("../images/gallery/pc/bg-line.png") repeat-x center top;
  }
}
.gallery .contents-inner {
  padding: 1.40625vw 0 10.9375vw;
}
@media print, screen and (min-width: 641px) {
  .gallery .contents-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 9px 0 90px;
  }
}
.gallery h2 {
  width: 57.65625vw;
  margin: 0 auto 5.3125vw;
}
@media print, screen and (min-width: 641px) {
  .gallery h2 {
    width: 369px;
    margin: 0 auto 44px;
  }
}
.gallery .thumbnail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 72.03125vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail {
    width: 945px;
    margin: 0 auto;
  }
}
.gallery .thumbnail li {
  position: relative;
  width: 34.375vw;
  height: 34.375vw;
  margin-bottom: 3.125vw;
}
.gallery .thumbnail li:nth-child(3), .gallery .thumbnail li:nth-child(4) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail li {
    width: 220px;
    height: 220px;
    margin-bottom: 0;
  }
}
.gallery .thumbnail li a:hover {
  -webkit-animation: none;
          animation: none;
}

/* 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:first-of-type .modal-content .modal-inner {
  width: 75vw;
}
@media print, screen and (min-width: 641px) {
  .modal:first-of-type .modal-content .modal-inner {
    width: 500px;
  }
}
.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: 700px;
    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;
  background: #fff;
  margin-top: -1.5625vw;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .book {
    margin-top: -10px;
  }
}
.book .contents-inner {
  position: relative;
  padding: 4.6875vw 0 7.34375vw;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
}
.book h2 {
  width: 44.53125vw;
  margin: 0 auto 4.375vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    width: 285px;
    margin: 0 auto 48px;
  }
}
@media print, screen and (min-width: 641px) {
  .book .information {
    display: flex;
    justify-content: space-between;
  }
}
.book .cover {
  width: 80.9375%;
  margin: 0 auto 5vw;
  border: solid 1px #000;
}
@media print, screen and (min-width: 641px) {
  .book .cover {
    width: 301px;
    height: 426px;
    margin: 0;
  }
}
.book .information-book {
  width: 93.75vw;
  color: #1a1a1a;
  margin: 0 auto;
}
@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.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: 16px;
  }
}
.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: 4.6875vw;
}
@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: 4.6875vw;
}
@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: #fff 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;
  z-index: 200;
}
@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;
  }
}