@charset "UTF-8";
/*!  02_base
================================================ */
body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
@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
=============================================================*/
/* ローディング画面
------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
#loading .spinner {
  display: inline-block;
  width: calc(182 / 640 * 100%);
  background-color: #fff;
}
#loading .spinner .emblem {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  #loading .spinner .emblem {
    width: 182px;
  }
}
#loading .spinner .emblem-item01 {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(148 / 182 * 100%);
}
@media print, screen and (min-width: 641px) {
  #loading .spinner .emblem-item01 {
    width: 148px;
  }
}
#loading .spinner .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
#loading.off {
  opacity: 0;
  display: none;
  z-index: -3;
}

/* ローディングアニメーション */
.a-loading-open {
  -webkit-animation: a-loading-open 0.5s ease-in forwards;
          animation: a-loading-open 0.5s ease-in forwards;
}

@-webkit-keyframes a-rotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes a-rotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes a-loading-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-loading-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* オープニングアニメーション
------------------------------------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#loader.off {
  opacity: 0;
  display: none;
  z-index: -3;
}
#loader .loader-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#loader .loader-slide.open {
  -webkit-animation: a-slideOut 1s ease-out 1s forwards;
          animation: a-slideOut 1s ease-out 1s forwards;
}

@-webkit-keyframes a-slideOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes a-slideOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*!  navigation
================================================ */
/* .btn-menu
-------------------------------------------------*/
.btn-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 15.625vw;
  height: 15.625vw;
  background: url(../images/nav/sp/btn-menu.png) 100% 0/100% auto no-repeat;
  cursor: pointer;
  z-index: 5;
}
@media print, screen and (min-width: 641px) {
  .btn-menu {
    right: calc(50% - 500px);
    width: 60px;
    height: 60px;
    background-image: url(../images/nav/pc/btn-menu.png);
  }
}
.open-menu .btn-menu {
  background: url(../images/nav/sp/btn-menu-close.png) 100% 0/100% auto no-repeat;
}
@media print, screen and (min-width: 641px) {
  .open-menu .btn-menu {
    background-image: url(../images/nav/pc/btn-menu-close.png);
  }
}

.award-nav {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #9f6c22 0%, #fac23c 13%, #996725 25%, #e3be64 38%, white 50%, #e3be64 62%, #996725 75%, #fac23c 88%, white 100%);
  text-align: center;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .award-nav {
    background: rgba(255, 255, 255, 0.8);
  }
}
.award-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 204, 0.5);
}
@media print, screen and (min-width: 641px) {
  .award-nav::before {
    display: none;
  }
}
.award-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 102, 0.3);
}
@media print, screen and (min-width: 641px) {
  .award-nav::after {
    display: none;
  }
}
.open-menu .award-nav {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.award-nav .emblem {
  position: relative;
  width: calc(139 / 640 * 100%);
  margin: 0 auto 3.90625vw;
}
@media print, screen and (min-width: 641px) {
  .award-nav .emblem {
    width: 98px;
    margin: 0 auto 18px;
  }
}
.award-nav .emblem-item01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(87 / 139 * 100%);
}
@media print, screen and (min-width: 641px) {
  .award-nav .emblem-item01 {
    width: 62px;
  }
}
.award-nav .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.award-nav .award-nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  z-index: 1;
}
.award-nav .award-contents {
  padding: 5vw 0;
}
@media print, screen and (min-width: 641px) {
  .award-nav .award-contents {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 80px 0;
  }
}
.award-nav .award-winner {
  margin-bottom: 11.25vw;
}
@media print, screen and (min-width: 641px) {
  .award-nav .award-winner {
    margin-bottom: 0;
  }
}
.award-nav .award-winner li {
  background-color: #fff;
}
.award-nav .btn-top {
  width: calc(79 / 640 * 100%);
  margin: 0 auto;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .award-nav .btn-top {
    position: absolute;
    top: 170px;
    right: 0;
    width: 51px;
    margin-bottom: 0;
  }
}

/*!  main
================================================ */
@media print, screen and (min-width: 641px) {
  main {
    padding-bottom: 0;
    min-width: 1200px;
    width: 100%;
  }
}

/* .kv
-------------------------------------------------*/
.kv {
  background: url(../images/kv/sp/chara_bg.png) no-repeat 50% 0/100% auto;
}
@media print, screen and (min-width: 641px) {
  .kv {
    width: 100%;
    background: url(../images/kv/pc/chara_bg.png) no-repeat calc(50% + 178px) 0, url(../images/kv/pc/bg.png) no-repeat 50% 0;
  }
}
.kv .contents-inner {
  position: relative;
  height: 131.875vw;
  padding: 1.5625vw 0 0;
  z-index: 1;
  /*    @include mixin.b;*/
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 857px;
    margin: 0 auto;
    padding: 29px 0 0;
  }
}
.kv .logo {
  position: relative;
  width: calc(162 / 640 *100%);
  margin: 0 0 1.5625vw 3.4375vw;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .logo {
    width: 136px;
    margin: 0 0 19px 17px;
  }
}
.kv .emblem {
  position: relative;
  width: calc(94 / 640 * 100%);
  margin: 0 0 0.9375vw 2.8125vw;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    width: 100px;
    margin: 0 0 0 32px;
  }
}
.kv .emblem-item01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(59 / 94 * 100%);
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-item01 {
    width: 62px;
  }
}
.kv .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.kv .emblem-award {
  position: absolute;
  top: 9.0625vw;
  left: 19.0625vw;
  width: calc(100 / 640 *100%);
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    width: 100px;
    top: 186px;
    left: 32px;
  }
}
.kv h1 {
  position: absolute;
  top: 67.8125vw;
  left: 2.8125vw;
  width: calc(600 / 640 *100%);
  opacity: 0;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 594px;
    left: 242px;
    width: 738px;
  }
}
.kv h1.on {
  -webkit-animation: animate-fadedown 1s ease-out 1.8s forwards;
          animation: animate-fadedown 1s ease-out 1.8s forwards;
}
.kv .chara {
  position: absolute;
  top: 5.3125vw;
  left: 0;
  width: calc(640 / 640 *100%);
  opacity: 0;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .kv .chara {
    top: 0;
    right: -60px;
    left: auto;
    width: 1012px;
  }
}
.kv .chara.on {
  -webkit-animation: animate-fadein 1s ease-out 1.2s forwards;
          animation: animate-fadein 1s ease-out 1.2s forwards;
}
.kv .catch01 {
  position: absolute;
  top: 7.03125vw;
  left: 37.34375vw;
  width: calc(341 / 640 *100%);
  opacity: 0;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .catch01 {
    top: 76px;
    left: 283px;
    width: 589px;
  }
}
.kv .catch01.on {
  -webkit-animation: animate-fadein 1s ease-out 1.8s forwards;
          animation: animate-fadein 1s ease-out 1.8s forwards;
}
.kv .catch02 {
  position: absolute;
  top: 115.3125vw;
  left: 73.4375vw;
  width: calc(139 / 640 *100%);
  opacity: 0;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .catch02 {
    top: 734px;
    left: 241px;
    width: 140px;
  }
}
.kv .catch02.on {
  -webkit-animation: animate-fadein 1s ease-out 1.8s forwards;
          animation: animate-fadein 1s ease-out 1.8s forwards;
}
.kv .author {
  position: absolute;
  top: 18.28125vw;
  right: 2.1875vw;
  width: calc(34 / 640 *100%);
  opacity: 0;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    top: 79px;
    right: 45px;
    width: 40px;
  }
}
.kv .author.on {
  -webkit-animation: animate-fadein 1s ease-out 1.8s forwards;
          animation: animate-fadein 1s ease-out 1.8s forwards;
}
.kv .box-release {
  position: absolute;
  top: 85.9375vw;
  left: 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(220 / 640 * 100%);
  opacity: 0;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 413px;
    left: 0;
    width: 218px;
  }
}
.kv .box-release.on {
  -webkit-animation: animate-fadedown 1s ease-out 1.8s forwards;
          animation: animate-fadedown 1s ease-out 1.8s forwards;
}
.kv .box-release .box-book {
  width: calc(200 / 220 * 100%);
  padding: 2.03125vw 1.09375vw 2.03125vw 3.75vw;
  background-color: rgba(247, 126, 179, 0.65);
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .box-book {
    width: 200px;
    margin-left: 20px;
    padding: 14px 11px 13px;
  }
}
.kv .box-release .award {
  position: absolute;
  left: 0;
  width: calc(20 / 220 * 100%);
  text-align: center;
  background-color: #d14482;
  padding: 1.40625vw 0 1.25vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    width: 12px;
    padding: 10px 6px 6px 3px;
  }
}
.kv .box-release .award img {
  width: 1.25vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award img {
    width: 10px;
  }
}
.kv .box-release .release {
  width: calc(173 / 200 * 100%);
  margin: 0 auto 1.09375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .release {
    width: 178px;
    margin-bottom: 6px;
  }
}
.kv .box-release .cover {
  width: calc(181 / 200 * 100%);
  margin: 0 auto;
  border: solid 1px #1a1a1a;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .cover {
    width: 180px;
    margin-bottom: 11px;
  }
}
.kv .box-release .btn {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn {
    display: block;
    width: 180px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li + li {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li.off {
    background-color: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li.off img {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li a {
    display: block;
  }
}
.kv .btn-sp {
  position: absolute;
  top: 133.125vw;
  width: 100%;
  padding: 3.125vw 0;
  background-color: #d14482;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-sp {
    display: none;
  }
}
.kv .btn-sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(572 / 640 * 100%);
  margin: 0 auto;
}
.kv .btn-sp ul li {
  width: calc(272 / 572 * 100%);
}
.kv .btn-sp ul li.off {
  opacity: 0.5;
}
.kv .btn-sp ul li a {
  display: block;
}
.kv .sns {
  position: relative;
  display: none;
  z-index: 30;
}
@media print, screen and (min-width: 641px) {
  .kv .sns {
    position: absolute;
    top: 15px;
    right: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .sns li + li {
    margin-left: 5px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animate-fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* .story
-------------------------------------------------*/
.story {
  margin: 14.0625vw 0 0;
}
@media print, screen and (min-width: 641px) {
  .story {
    background: url(../images/story/pc/bg01.png) no-repeat center top, url(../images/story/pc/bg.png);
    margin: 0;
    border-top: 10px solid #43598a;
    border-bottom: 10px solid #43598a;
  }
}
.story .contents-inner {
  position: relative;
  background: url(../images/story/sp/bg01.png) no-repeat center 7.8125vw/contain, url(../images/story/pc/bg.png);
  margin: 16.875vw 0 0;
  padding: 1.5625vw 0 10.3125vw;
  border-top: 1.5625vw solid #43598a;
  border-bottom: 1.5625vw solid #43598a;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    text-align: right;
    background: none;
    margin: 0 auto;
    padding: 0 40px 60px 0;
    border: none;
  }
}
.story h2 {
  width: calc(620 / 640 * 100%);
  margin: 0 auto 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    position: absolute;
    top: 11px;
    right: 59px;
    width: 657px;
    margin: 0;
  }
}
.story p.story01 {
  width: calc(585 / 640 * 100%);
  margin: 0 auto 39.0625vw;
}
@media print, screen and (min-width: 641px) {
  .story p.story01 {
    width: 942px;
    margin: 0 0 40px 60px;
    padding: 145px 0 0;
  }
}
.story p.story02 {
  width: calc(608 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .story p.story02 {
    width: 902px;
    margin: 0 0 0 106px;
  }
}

/* .character
-------------------------------------------------*/
.character {
  background: url(../images/character/pc/bg.png);
}
.character .contents-inner {
  position: relative;
  padding: 1.5625vw 0 8.75vw;
}
@media print, screen and (min-width: 641px) {
  .character .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 9px 0 44px;
  }
}
.character h2 {
  width: calc(621 / 640 * 100%);
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    width: 905px;
    margin: 0 auto 46px;
  }
}
.character .characters {
  width: calc(583 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .character .characters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 865px;
    margin: 0 auto;
  }
}
.character .characters li:nth-of-type(1) {
  margin-bottom: 3.4375vw;
  /*        width: calc(583 / 620 * 100%);*/
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(1) {
    width: 411px;
    margin-bottom: 34px;
  }
}
.character .characters li:nth-of-type(2) {
  margin-bottom: 5.9375vw;
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(2) {
    width: 411px;
    margin-bottom: 34px;
  }
}
.character .characters li:nth-of-type(n+3) {
  margin-bottom: 5.46875vw;
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(n+3) {
    width: 726px;
    margin-left: 67px;
    margin-bottom: 2px;
  }
}
.character .characters li:last-of-type {
  margin-bottom: 0;
}

/* .illustration
-------------------------------------------------*/
.illustration {
  background: -webkit-gradient(linear, left top, left bottom, from(#f77eb3), to(#e66169));
  background: linear-gradient(to bottom, #f77eb3 0%, #e66169 100%);
  border-top: 1.5625vw solid #d7558e;
  border-bottom: 1.5625vw solid #c7474c;
}
@media print, screen and (min-width: 641px) {
  .illustration {
    border-top: 10px solid #d7558e;
    border-bottom: 10px solid #d7558e;
  }
}
.illustration .contents-inner {
  position: relative;
  padding: 1.40625vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .illustration .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 41px;
  }
}
.illustration h2 {
  width: calc(620 / 640 * 100%);
  margin: 0 auto 5.625vw;
}
@media print, screen and (min-width: 641px) {
  .illustration h2 {
    width: 905px;
    margin-bottom: 35px;
  }
}
.illustration .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(560 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .illustration .thumbnail {
    width: 1000px;
  }
}
.illustration .thumbnail li {
  width: calc(266 / 560 * 100%);
}
@media print, screen and (min-width: 641px) {
  .illustration .thumbnail li {
    width: 177px;
  }
}
.illustration .thumbnail li:not(:last-of-type) {
  margin-bottom: 2.96875vw;
}
@media print, screen and (min-width: 641px) {
  .illustration .thumbnail li:not(:last-of-type) {
    margin-bottom: 19px;
  }
}

/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: calc(530 / 640 * 100%);
  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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 35%;
    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: calc(61 / 500 * 100%);
  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-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .modal-bg {
    height: 100%;
  }
}

/* .book
-------------------------------------------------*/
.book {
  margin-bottom: 9.375vw;
  padding: 1.5625vw 0 0;
}
@media print, screen and (min-width: 641px) {
  .book {
    margin-bottom: 61px;
    padding: 10px 0 0;
  }
}
.book h2 {
  width: calc(620 / 640 * 100%);
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    width: 684px;
    margin: 0 auto 58px;
  }
}
.book .information {
  width: calc(600 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .book .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(1000px - 34px * 2);
    margin: 0 auto;
  }
}
.book .information .cover {
  width: calc(518 / 600 * 100%);
  margin: 0 auto 5.46875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information .cover {
    width: 300px;
    margin: 2px 0 0;
  }
}
.book .information .cover img {
  border: 1px solid #000;
}
@media print, screen and (min-width: 641px) {
  .book .information .book-information {
    width: calc(1000px - 300px - 35px - 34px * 2);
  }
}
.book .information h3 {
  margin-bottom: 2.8125vw;
  font-family: "Hiragino Sans W8", sans-serif;
  font-size: 45.75px;
  font-size: 7.1484375vw;
  font-weight: 800;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 641px) {
  .book .information h3 {
    margin-bottom: 24px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
  }
}
.book .information h3 .sub-title {
  display: block;
  margin-top: 1.875vw;
  font-size: 33.04px;
  font-size: 5.1625vw;
  font-family: "Hiragino Sans W8", sans-serif;
  font-weight: 800;
}
@media print, screen and (min-width: 641px) {
  .book .information h3 .sub-title {
    margin-top: 9px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
  }
}
.book .information .works-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3px;
  }
}
.book .information .works-author .author, .book .information .works-author .illustrator {
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
}
.book .information .works-author .author::before, .book .information .works-author .illustrator::before {
  font-weight: 600;
}
.book .information .works-author .author {
  font-size: 30.66px;
  font-size: 4.790625vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .author {
    font-size: 2.4rem;
  }
}
.book .information .works-author .author::before {
  content: "著：";
  font-size: 30.66px;
  font-size: 4.790625vw;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .author::before {
    font-size: 2.4rem;
  }
}
.book .information .works-author .illustrator {
  margin-left: 5.3125vw;
  font-size: 30.66px;
  font-size: 4.790625vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .illustrator {
    margin-left: 20px;
    font-size: 2rem;
  }
}
.book .information .works-author .illustrator::before {
  content: "イラスト：";
}
.book .information p {
  margin-bottom: 6.5625vw;
  font-size: 20px;
  font-size: 3.125vw;
  font-weight: 400;
  line-height: calc(32 / 20);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 641px) {
  .book .information p {
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
  }
}
.book .information .isbn {
  margin-bottom: 2.5vw;
  font-size: 17.79px;
  font-size: 2.7796875vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .book .information .isbn {
    margin-bottom: 17px;
    font-size: 1.4rem;
  }
}
.book .information .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(570 / 600 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .book .information .btn {
    width: 552px;
    margin: 0;
  }
}
.book .information .btn li {
  width: calc(270 / 572 * 100%);
}
@media print, screen and (min-width: 641px) {
  .book .information .btn li {
    width: 262px;
  }
}
.book .information .btn li.off {
  opacity: 0.5;
}

/* .rookie-award
-------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .rookie-award {
    background-color: #fff;
  }
}
.rookie-award h2 {
  margin-bottom: 3.90625vw;
  background: url(../images/rookie/sp/title.png) #1a1a1a repeat-x 0 0/auto 100%;
  overflow: hidden;
  -webkit-animation: bgroop-bnr-sp 10s linear infinite;
          animation: bgroop-bnr-sp 10s linear infinite;
}
@media print, screen and (min-width: 641px) {
  .rookie-award h2 {
    margin-bottom: 20px;
    background-image: url(../images/rookie/pc/title.png);
    -webkit-animation: bgroop-bnr-pc 20s linear infinite;
            animation: bgroop-bnr-pc 20s linear infinite;
  }
}
.rookie-award h2 span {
  display: block;
  width: 100%;
  height: 10vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .rookie-award h2 span {
    height: 66px;
  }
}
.rookie-award .contents-inner {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 22px;
  }
}
.rookie-award .rookie li a {
  display: block;
}
.rookie-award .rookie li a:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie li a:hover {
    -webkit-animation: none;
            animation: none;
  }
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie li a:hover .illust img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.rookie-award .rookie .works-bnr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 49.84375vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr {
    width: 100%;
    height: 174px;
  }
}
.rookie-award .rookie .works-bnr .award {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6875vw;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .award {
    width: 590px;
    height: 30px;
  }
}
.rookie-award .rookie .works-bnr .bnr {
  position: relative;
  width: 63.90625vw;
  height: 49.84375vw;
  padding: 9.0625vw 2.1875vw 5.9375vw 3.125vw;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr {
    width: 590px;
    height: 174px;
    padding: 33px 20px 0 118px;
  }
}
.rookie-award .rookie .works-bnr .bnr .emblem {
  position: absolute;
}
.rookie-award .rookie .works-bnr .bnr .release {
  margin: 0 0 3.75vw 13.28125vw;
  font-size: 23.37px;
  font-size: 3.6515625vw;
  line-height: calc(42.06 / 23.37);
  font-weight: 800;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .release {
    margin: 0;
    font-size: 2rem;
    font-family: "Hiragino Sans W8", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.rookie-award .rookie .works-bnr .bnr h3 {
  margin-bottom: 2.34375vw;
  font-size: 32.72px;
  font-size: 5.1125vw;
  line-height: calc(37.39 / 32.72);
  font-weight: 800;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr h3 {
    margin-bottom: 2px;
    font-size: 2.67rem;
    font-family: "Hiragino Sans W8", sans-serif;
    font-weight: normal;
    line-height: calc(33.38 / 26.7);
  }
}
.rookie-award .rookie .works-bnr .bnr h3 .sub-title {
  display: block;
  font-size: 25.71px;
  font-size: 4.0171875vw;
  font-weight: 800;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr h3 .sub-title {
    font-size: 1.8rem;
    font-family: "Hiragino Sans W8", sans-serif;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: auto;
}
.rookie-award .rookie .works-bnr .bnr .works-author .author, .rookie-award .rookie .works-bnr .bnr .works-author .illustrator {
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.rookie-award .rookie .works-bnr .bnr .works-author .author::before, .rookie-award .rookie .works-bnr .bnr .works-author .illustrator::before {
  font-size: 18.7px;
  font-size: 2.921875vw;
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .works-author .author::before, .rookie-award .rookie .works-bnr .bnr .works-author .illustrator::before {
    font-size: 1.78rem;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author .author {
  font-size: 23.37px;
  font-size: 3.6515625vw;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .works-author .author {
    font-size: 2.25rem;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author .author::before {
  content: "著者：";
}
.rookie-award .rookie .works-bnr .bnr .works-author .illustrator {
  margin-left: 4.6875vw;
  font-size: 21.03px;
  font-size: 3.2859375vw;
  line-height: calc(42.06 / 23.37);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .works-author .illustrator {
    margin-left: 22px;
    font-size: 2rem;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author .illustrator::before {
  content: "イラスト：";
}
.rookie-award .rookie .works-bnr .illust {
  width: 36.09375vw;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .illust {
    width: 410px;
  }
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .illust img {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.rookie-award .rookie .works-bnr.best .bnr {
  background: -webkit-gradient(linear, left top, right top, from(#9f94c7), to(#7b72df));
  background: linear-gradient(90deg, #9f94c7 0%, #7b72df 100%);
}
.rookie-award .rookie .works-bnr.best .bnr .emblem {
  top: 5vw;
  left: 1.09375vw;
  width: calc(87 / 409 * 100%);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.best .bnr .emblem {
    top: 38px;
    left: 6px;
    width: 100px;
  }
}
.rookie-award .rookie .works-bnr.best .bnr .illustrator {
  margin-left: 1.5625vw;
}
.rookie-award .rookie .works-bnr.best .award {
  background: url(../images/rookie/sp/award-best.png) #56509d no-repeat 0 0/auto 100%;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.best .award {
    background-image: url(../images/rookie/pc/award-best.png);
  }
}
.rookie-award .rookie .works-bnr.excellence .award {
  background: url(../images/rookie/sp/award-excellence.png) #b0622e repeat-x 0 0/auto 100%;
  -webkit-animation: none;
          animation: none;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.excellence .award {
    background-image: url(../images/rookie/pc/award-excellence.png);
  }
}
.rookie-award .rookie .works-bnr.excellence .bnr {
  background: -webkit-gradient(linear, left top, right top, from(#f8c92d), to(#fb8b42));
  background: linear-gradient(90deg, #f8c92d 0%, #fb8b42 100%);
}
.rookie-award .rookie .works-bnr.excellence .bnr .emblem {
  top: 5vw;
  left: 0.78125vw;
  width: calc(90 / 409 * 100%);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.excellence .bnr .emblem {
    top: 38px;
    left: 6px;
    width: 100px;
  }
}
.rookie-award .rookie .works-bnr.recognition .bnr {
  background: -webkit-gradient(linear, left top, right top, from(#db719b), to(#b6458c));
  background: linear-gradient(90deg, #db719b 0%, #b6458c 100%);
}
.rookie-award .rookie .works-bnr.recognition .bnr .emblem {
  top: 5vw;
  left: 1.09375vw;
  width: calc(89 / 409 * 100%);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.recognition .bnr .emblem {
    top: 38px;
    left: 8px;
    width: 99px;
  }
}
.rookie-award .rookie .works-bnr.recognition .award {
  background: url(../images/rookie/sp/award-recognition.png) #984072 no-repeat 0 0/auto 100%;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.recognition .award {
    background-image: url(../images/rookie/pc/award-recognition.png);
  }
}

@-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-information
-------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .footer-information {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
}

.update {
  height: 32.34375vw;
  margin-bottom: 6.25vw;
  padding: 2.5vw 3.125vw 3.28125vw;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .update {
    height: 175px;
    margin-bottom: 105px;
    padding: 8px 30px 20px;
  }
}
.update h3 {
  margin-bottom: 1.5625vw;
  font-size: 24px;
  font-size: 3.75vw;
  font-family: "Hiragino Sans W8";
  line-height: calc(35.73 / 24);
  color: #00a0e9;
  text-transform: uppercase;
}
@media print, screen and (min-width: 641px) {
  .update h3 {
    margin-bottom: 7px;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}
.update ul li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  font-size: 2.8125vw;
  line-height: calc(28 / 18);
}
@media print, screen and (min-width: 641px) {
  .update ul li {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
.update ul li + li {
  margin-top: 1.25vw;
}
@media print, screen and (min-width: 641px) {
  .update ul li + li {
    margin-top: 7px;
  }
}
.update ul li time {
  display: block;
  font-weight: 700;
  color: #00a0e9;
}
/*!  footer
================================================ */
/* footer
-------------------------------------------------*/
footer {
  position: relative;
  background: linear-gradient(135deg, #9f6c22 0%, #fac23c 13%, #996725 25%, #e3be64 38%, white 50%, #e3be64 62%, #996725 75%, #fac23c 88%, white 100%);
  padding: 9.375vw 0 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 0 25px;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 204, 0.5);
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 102, 0.3);
}
footer .inner {
  position: relative;
  z-index: 1;
}
footer .sns-sp {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer .sns-sp {
    display: none;
  }
}
footer .sns-sp li {
  width: 9.0625vw;
  margin: 0 1.09375vw;
}
footer .emblem {
  display: none;
}
@media print, screen and (min-width: 641px) {
  footer .emblem {
    position: relative;
    display: block;
    width: 98px;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 641px) {
  footer .emblem-item01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 62px;
  }
}
@media print, screen and (min-width: 641px) {
  footer .emblem-item02 {
    -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite;
  }
}
footer .logo {
  width: calc(260 /640 * 100%);
  margin: 0 auto 2.5vw;
}
@media print, screen and (min-width: 641px) {
  footer .logo {
    width: 160px;
    margin: 0 auto 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
footer .copyright-illust {
  margin-bottom: 1.25vw;
  font-size: 16px;
  font-size: 2.5vw;
  line-height: calc(20 / 16);
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .copyright-illust {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
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: calc(24 / 14);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}