/*!  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 {
  position: relative;
  /*  @include mixin.mq {
      &::before {
        position: fixed;
        display: block;
        content: "";
        top: 230px;
        right: 0;
        width: 209px;
        height: 795px;
        background: url("../images/kv/pc/bg-balloon-right.png") no-repeat center top;
        z-index: 20;
        animation: wobbling_x_right 1s ease-in-out infinite alternate,
        wobbling_y 1.6s ease-in-out infinite alternate;
      }
      &::after {
        position: fixed;
        display: block;
        content: "";
        top: 587px;
        left: 0;
        width: 129px;
        height: 416px;
        background: url(../images/kv/pc/bg-balloon-left.png) no-repeat center top;
        z-index: 20;
        animation: wobbling_x_left 1s ease-in-out infinite alternate,
        wobbling_y 1.6s ease-in-out infinite alternate;      
      }      
    } */
}
@media print, screen and (min-width: 641px) {
  main .bg-balloon-right01 {
    position: fixed;
    top: 725px;
    right: 12px;
    width: 83px;
    height: 101px;
    background: url("../images/kv/pc/bg-balloon-right01.png") no-repeat center top/cover;
    z-index: 20;
    -webkit-animation: wobbling_right01 3s ease-in-out 1s infinite alternate, wobbling_y01 1.6s ease-in-out infinite alternate;
            animation: wobbling_right01 3s ease-in-out 1s infinite alternate, wobbling_y01 1.6s ease-in-out infinite alternate;
  }
  main .bg-balloon-right02 {
    position: fixed;
    top: 824px;
    right: 5px;
    width: 156px;
    height: 193px;
    background: url("../images/kv/pc/bg-balloon-right02.png") no-repeat center top/cover;
    z-index: 21;
    -webkit-animation: wobbling_right02 1.8s ease-in-out 0.4s infinite alternate, wobbling_y02 2s ease-in-out infinite alternate;
            animation: wobbling_right02 1.8s ease-in-out 0.4s infinite alternate, wobbling_y02 2s ease-in-out infinite alternate;
  }
  main .bg-balloon-right03 {
    position: fixed;
    top: 229px;
    right: 0;
    width: 140px;
    height: 243px;
    background: url("../images/kv/pc/bg-balloon-right03.png") no-repeat center top/cover;
    z-index: 22;
    -webkit-animation: wobbling_right03 2s ease-in-out 0.4s infinite alternate, wobbling_y01 1.6s ease-in-out infinite alternate;
            animation: wobbling_right03 2s ease-in-out 0.4s infinite alternate, wobbling_y01 1.6s ease-in-out infinite alternate;
  }
  main .bg-balloon-right04 {
    position: fixed;
    top: 442px;
    right: 0;
    width: 186px;
    height: 224px;
    background: url("../images/kv/pc/bg-balloon-right04.png") no-repeat center top/cover;
    z-index: 23;
    -webkit-animation: wobbling_right04 3s ease-in-out 0.8s infinite alternate, wobbling_y02 2s ease-in-out infinite alternate;
            animation: wobbling_right04 3s ease-in-out 0.8s infinite alternate, wobbling_y02 2s ease-in-out infinite alternate;
  }
  main .bg-balloon-left01 {
    position: fixed;
    top: 587px;
    left: 0;
    width: 120px;
    height: 178px;
    background: url("../images/kv/pc/bg-balloon-left01.png") no-repeat center top/cover;
    z-index: 20;
    -webkit-animation: wobbling_left01 1.2s ease-in-out infinite alternate, wobbling_y01 1.6s ease-in-out infinite alternate;
            animation: wobbling_left01 1.2s ease-in-out infinite alternate, wobbling_y01 1.6s ease-in-out infinite alternate;
  }
  main .bg-balloon-left02 {
    position: fixed;
    top: 838px;
    left: 0;
    width: 90px;
    height: 152px;
    background: url("../images/kv/pc/bg-balloon-left02.png") no-repeat center top/cover;
    z-index: 20;
    -webkit-animation: wobbling_left02 1.6s ease-in-out 1s infinite alternate, wobbling_y02 1.2s ease-in-out 1s infinite alternate;
            animation: wobbling_left02 1.6s ease-in-out 1s infinite alternate, wobbling_y02 1.2s ease-in-out 1s infinite alternate;
  }
}

@-webkit-keyframes wobbling_right01 {
  0% {
    right: 0px;
  }
  100% {
    right: -2px;
  }
}

@keyframes wobbling_right01 {
  0% {
    right: 0px;
  }
  100% {
    right: -2px;
  }
}
@-webkit-keyframes wobbling_right02 {
  0% {
    right: 0px;
  }
  100% {
    right: -6px;
  }
}
@keyframes wobbling_right02 {
  0% {
    right: 0px;
  }
  100% {
    right: -6px;
  }
}
@-webkit-keyframes wobbling_right03 {
  0% {
    right: 0px;
  }
  100% {
    right: -2px;
  }
}
@keyframes wobbling_right03 {
  0% {
    right: 0px;
  }
  100% {
    right: -2px;
  }
}
@-webkit-keyframes wobbling_right04 {
  0% {
    right: 0px;
  }
  100% {
    right: -6px;
  }
}
@keyframes wobbling_right04 {
  0% {
    right: 0px;
  }
  100% {
    right: -6px;
  }
}
@-webkit-keyframes wobbling_left01 {
  0% {
    left: 0px;
  }
  100% {
    left: -2px;
  }
}
@keyframes wobbling_left01 {
  0% {
    left: 0px;
  }
  100% {
    left: -2px;
  }
}
@-webkit-keyframes wobbling_left02 {
  0% {
    left: 0px;
  }
  100% {
    left: -6px;
  }
}
@keyframes wobbling_left02 {
  0% {
    left: 0px;
  }
  100% {
    left: -6px;
  }
}
@-webkit-keyframes wobbling_y01 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 6px;
  }
}
@keyframes wobbling_y01 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 6px;
  }
}
@-webkit-keyframes wobbling_y02 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 4px;
  }
}
@keyframes wobbling_y02 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 4px;
  }
}
/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  background: #ddf4ff url("../images/kv/sp/kv.png") no-repeat 50% top/100% auto;
}
@media print, screen and (min-width: 641px) {
  .kv {
    background: url(../images/kv/pc/kv.png) no-repeat center top, url("../images/kv/pc/kv-bg-left.png") no-repeat left top/340px, url("../images/kv/pc/kv-bg-right.png") no-repeat right top/340px, #ddf4ff;
  }
}
.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: 141.875vw;
  padding: 1.71875vw 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 943px;
    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: 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: 50vw;
  left: 0;
  width: 90.78125vw;
  -webkit-animation: fadeIn 1s ease 3.2s forwards;
          animation: fadeIn 1s ease 3.2s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 450px;
    left: -23px;
    width: 804px;
  }
}
.kv .catch01 {
  position: absolute;
  top: 17.65625vw;
  right: 0.78125vw;
  width: 20.3125vw;
  -webkit-animation: zoomIn 0.5s ease 2.2s forwards;
          animation: zoomIn 0.5s ease 2.2s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch01 {
    top: 47px;
    right: 90px;
    width: 211px;
  }
}
.kv .author {
  position: absolute;
  top: 108.75vw;
  left: 55.625vw;
  width: 40.78125vw;
  -webkit-animation: fadeIn 0.4s ease 3.8s forwards;
          animation: fadeIn 0.4s ease 3.8s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    top: 777px;
    left: 338px;
    width: 261px;
  }
}
.kv .box-release {
  position: absolute;
  top: 89.84375vw;
  right: 65.625vw;
  display: flex;
  width: 34.375%;
  -webkit-animation: fadeIn 0.4s ease 4s forwards;
          animation: fadeIn 0.4s ease 4s forwards;
  opacity: 0;
  z-index: 30;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 490px;
    right: 0;
    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: 10px;
    padding: 7px 6px 13px 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: #ff2084;
}
@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: 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 {
    /* 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: #ff2084;
}
@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: #fff url("../images/story/sp/bg.png") no-repeat center top/contain;
}
@media print, screen and (min-width: 641px) {
  .story {
    background: url("../images/story/pc/bg.png") no-repeat center top/cover;
  }
}
.story::before {
  position: absolute;
  display: block;
  content: "";
  top: 1.40625vw;
  width: 100%;
  height: 2.34375vw;
  background: url("../images/story/sp/bg-line.png") repeat-x center top/cover;
}
@media print, screen and (min-width: 641px) {
  .story::before {
    top: -5px;
    height: 15px;
    background: url("../images/story/pc/bg-line.png") repeat-x center top;
  }
}
.story .contents-inner {
  position: relative;
  padding: 5.9375vw 0 12.5vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0 100px;
  }
}
.story .contents-inner::before {
  position: absolute;
  display: block;
  content: "";
  top: 1.875vw;
  left: 5.46875vw;
  width: 16.5625vw;
  height: 16.5625vw;
  background: url("../images/story/bg-heart.png") no-repeat center top/cover;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner::before {
    top: -24px;
    left: calc(50% - 282px);
    width: 106px;
    height: 106px;
  }
}
.story h2 {
  width: 45.78125vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    width: 293px;
    margin: 0 auto 35px;
  }
}
.story p {
  width: 94.0625vw;
  margin: -25vw auto 0;
}
@media print, screen and (min-width: 641px) {
  .story p {
    width: 1001px;
    margin: -200px auto 0;
  }
}

/* .character
-------------------------------------------------*/
.character {
  position: relative;
  background: url("../images/character/sp/frame.png") no-repeat center 23.4375vw, url("../images/character/sp/bg.png");
  background-size: 94.21875vw, auto;
  margin: 0 auto;
  padding: 0 0 12.1875vw;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .character {
    background: url("../images/character/pc/frame.png") no-repeat center 254px/1002px, url("../images/character/pc/bg.png");
    padding: 40px 0 80px;
  }
}
.character::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  top: -0.78125vw;
  height: 2.34375vw;
  background: url("../images/character/sp/bg-line.png") repeat-x center top/cover;
  z-index: 50;
}
@media print, screen and (min-width: 641px) {
  .character::after {
    top: -5px;
    height: 15px;
    background: url("../images/character/pc/bg-line.png") repeat-x center top;
  }
}
.character::before {
  position: absolute;
  display: block;
  content: "";
  top: -8.4375vw;
  right: 0;
  width: 17.5vw;
  height: 22.1875vw;
  background: url("../images/character/sp/bg-heart.png") no-repeat center top/cover;
  z-index: 100;
}
@media print, screen and (min-width: 641px) {
  .character::before {
    top: -39px;
    right: calc(50% - 409px);
    width: 134px;
    height: 142px;
    background: url("../images/character/pc/bg-heart.png") no-repeat center top/cover;
  }
}
.character h2 {
  position: relative;
  width: 62.8125vw;
  top: -5.78125vw;
  margin: 0 auto;
  /*    position: absolute;
      top: mixin.vw(-30);
      right: 0;*/
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    width: 402px;
    top: -72px;
    /*      left: calc(50% - 580px);*/
    margin: 0 auto 18px;
  }
}
.character .character-thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 71.25vw;
  margin: -3.125vw auto 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum {
    width: 450px;
    margin: -75px auto 10px;
  }
}
.character .character-thum li {
  position: relative;
  width: 15vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum li {
    width: 103px;
  }
}
.character .character-thum li .thum-off {
  position: relative;
  transition: all 0.5s 0s ease;
  z-index: 10;
}
.character .character-thum li .thum-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.character .character-thum li:hover .thum-off {
  opacity: 0;
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.character .character-thum .thumb-media-active .thum-off {
  opacity: 0;
}
.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: 892px;
  }
}

.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/100%;
}
@media print, screen and (min-width: 641px) {
  .gallery {
    background: url("../images/gallery/pc/bg.png") no-repeat center top/cover;
  }
}
.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: 0 0 12.1875vw 0;
}
@media print, screen and (min-width: 641px) {
  .gallery .contents-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 90px;
  }
}
.gallery .contents-inner::before {
  position: absolute;
  display: block;
  content: "";
  top: -5vw;
  left: -2.5vw;
  width: 20.3125vw;
  height: 19.21875vw;
  background: url("../images/gallery/bg-heart.png") no-repeat center top/cover;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .gallery .contents-inner::before {
    top: -35px;
    left: 157px;
    width: 130px;
    height: 123px;
  }
}
.gallery .contents-inner::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 4.6875vw;
  right: 0;
  width: 33.75vw;
  height: 11.40625vw;
  background: url("../images/gallery/sp/bg-eng.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .gallery .contents-inner::after {
    bottom: 65px;
    width: 220px;
    height: 73px;
    background: url("../images/gallery/pc/bg-eng.png") no-repeat center top/cover;
  }
}
.gallery h2 {
  width: 89.0625vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .gallery h2 {
    width: 677px;
  }
}
.gallery .thumbnail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 93.75vw;
  margin: -9.375vw auto 0;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail {
    width: 863px;
    margin: -84px auto 0;
  }
}
.gallery .thumbnail li {
  position: relative;
  width: 45.3125vw;
  height: 36.5625vw;
  margin-bottom: 3.90625vw;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail li {
    width: 376px;
    height: 306px;
  }
}
.gallery .thumbnail li a:hover {
  -webkit-animation: none;
          animation: none;
}
.gallery .thumbnail li img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45.3125vw;
  transition: 0.5s;
}
@media print, screen and (min-width: 641px) {
  .gallery .thumbnail li img {
    width: 376px;
  }
}
.gallery .thumbnail li:hover img:nth-of-type(2) {
  opacity: 0;
}

/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(221, 244, 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: 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;
}
.book::before {
  position: absolute;
  display: block;
  content: "";
  top: 4.6875vw;
  width: 100%;
  height: 2.34375vw;
  background: url("../images/book/sp/bg-line.png") repeat-x center top/cover;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .book::before {
    top: 30px;
    height: 15px;
    background: url("../images/book/pc/bg-line.png") repeat-x center top;
  }
}
.book .contents-inner {
  position: relative;
  padding: 0 0 7.34375vw;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px;
  }
}
.book h2 {
  width: 75vw;
  margin: -5.9375vw auto 5.9375vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    width: 480px;
    margin: -32px auto 56px;
  }
}
@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: 300px;
    height: 427px;
    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: 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;
  }
}