@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: flex;
  justify-content: 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: 38.5%;
  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%);
  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
================================================ */
main {
  background: linear-gradient(to right, #f4e1fa 0%, #9696fa 56%, #97ccfc 100%);
}
@media print, screen and (min-width: 641px) {
  main {
    padding-bottom: 0;
    min-width: 1200px;
    width: 100%;
  }
}

/* .kv
-------------------------------------------------*/
.kv {
  background: url(../images/kv/sp/kv.jpg) no-repeat 50% 0/100% auto;
}
@media print, screen and (min-width: 641px) {
  .kv {
    width: 100%;
    background: url(../images/kv/pc/bg.jpg) no-repeat 50% 100%;
  }
}
.kv .contents-inner {
  position: relative;
  height: 108.125vw;
  padding: 1.5625vw 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 850px;
    margin: 0 auto;
    padding: 30px 0 0;
    background: url(../images/kv/pc/kv.png) no-repeat 50% 0/100% auto;
  }
}
.kv .logo {
  width: calc(162 / 640 *100%);
  margin: 0 0 1.40625vw 3.4375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .logo {
    width: 134px;
    margin: 0 0 19px 20px;
  }
}
.kv .emblem {
  position: relative;
  width: calc(94 / 640 * 100%);
  margin: 0 0 0.9375vw 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    width: 98px;
    margin: 0 0 10px 13px;
  }
}
.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 {
  width: calc(93 / 640 *100%);
  margin: 0 0 0 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    width: 99px;
    margin: 0 0 0 14px;
  }
}
.kv h1 {
  position: absolute;
  top: 16.5625vw;
  right: 0;
  width: calc(202 / 640 *100%);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 63px;
    right: 0;
    width: 283px;
  }
}
.kv h1.on {
  -webkit-animation: animate-fadedown 0.8s ease-out 1s forwards;
          animation: animate-fadedown 0.8s ease-out 1s forwards;
}
.kv .catch {
  position: absolute;
  top: 7.03125vw;
  left: 17.5vw;
  width: calc(189 / 640 *100%);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch {
    top: 15px;
    left: 178px;
    width: 212px;
  }
}
.kv .catch.on {
  -webkit-animation: animate-fadein 1s ease-out 1.8s forwards;
          animation: animate-fadein 1s ease-out 1.8s forwards;
}
.kv .author {
  position: absolute;
  bottom: 0vw;
  left: 36.25vw;
  width: calc(103 / 640 *100%);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    bottom: 30px;
    left: 242px;
    width: 127px;
  }
}
.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;
  bottom: 2.34375vw;
  left: 2.96875vw;
  display: flex;
  width: calc(220 / 640 * 100%);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    bottom: 58px;
    left: 27px;
    width: 220px;
  }
}
.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.1875vw 0 2.03125vw;
  background-color: #da709b;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .box-book {
    width: 200px;
    padding: 14px 0 13px;
  }
}
.kv .box-release .award {
  width: calc(20 / 220 * 100%);
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    width: 20px;
  }
}
.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: 173px;
    margin-bottom: 10px;
  }
}
.kv .box-release .cover {
  width: calc(181 / 200 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .cover {
    width: 180px;
    margin-bottom: 12px;
  }
}
.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 {
  padding: 3.125vw 0;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-sp {
    display: none;
  }
}
.kv .btn-sp ul {
  display: flex;
  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 {
  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 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);
  }
}
/* .pv
-------------------------------------------------*/
.pv {
  padding: 12.5vw 0 0;
}
@media print, screen and (min-width: 641px) {
  .pv {
    padding: 0;
  }
}
.pv .contents-inner {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .pv .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 68px 0 48px;
  }
}
.pv > .contents-inner .youtube {
    width: 93.8%;
    height: 52.8vw;
    margin: 0 auto 3%; 
}
@media print, screen and (min-width: 641px) {
.pv > .contents-inner .youtube {
	height:518px;
    margin: 0 auto 20px;
  }
}


/* .story
-------------------------------------------------*/
.story {
  padding: 12.5vw 0 0;
  background: url(../images/story/sp/bg.jpg) no-repeat 50% 100%/100% auto;
}
@media print, screen and (min-width: 641px) {
  .story {
    padding: 0;
    background: url(../images/story/pc/bg.jpg) #ea4994 no-repeat 50% 0/2000px auto;
  }
}
.story .contents-inner {
  position: relative;
  padding: 12.1875vw 0 7.8125vw;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 113px 0 48px;
  }
}
.story h2 {
  position: absolute;
  top: -6.875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(600 / 640 * 100%);
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    top: -28px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 1000px;
  }
}
.story p {
  width: calc(597 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .story p {
    width: 959px;
    margin: 0;
  }
}

/* .character
-------------------------------------------------*/
.character {
  padding: 12.5vw 0 0;
  background: url(../images/character/sp/bg.png) no-repeat 50% 100%/100% auto;
}
@media print, screen and (min-width: 641px) {
  .character {
    padding: 80px 0 0;
    background: url(../images/character/pc/bg.png) no-repeat 50% 100%/2000px auto;
  }
}
.character .contents-inner {
  position: relative;
  padding: 10.9375vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .character .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 118px 0 30px;
  }
}
.character h2 {
  position: absolute;
  top: -7.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(600 / 640 * 100%);
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    top: -31px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 1000px;
  }
}
.character .standing-pose {
  margin-bottom: 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .character .standing-pose {
    width: 1080px;
    margin: 0 -40px 52px;
  }
}
.character .characters {
  margin-left: 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .character .characters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
}
.character .characters li {
  width: calc(434 / 620 * 100%);
}
@media print, screen and (min-width: 641px) {
  .character .characters li {
    width: 310px;
  }
}
.character .characters li:not(:last-of-type) {
  margin-bottom: 3.75vw;
}
@media print, screen and (min-width: 641px) {
  .character .characters li:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
.character .characters li:nth-of-type(1), .character .characters li:nth-of-type(2) {
  width: calc(435 / 620 * 100%);
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(1), .character .characters li:nth-of-type(2) {
    width: 399px;
  }
}
.character .characters li:nth-of-type(2) {
  margin-right: 3.75vw;
  margin-left: auto;
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(2) {
    margin-right: 0;
    margin-left: 52px;
  }
}
.character .characters li:nth-of-type(4) {
  margin-right: 3.75vw;
  margin-left: auto;
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(4) {
    margin-right: 0;
    margin-left: 35px;
  }
}
@media print, screen and (min-width: 641px) {
  .character .characters li:nth-of-type(5) {
    margin-right: 0;
    margin-left: 35px;
  }
}

/* .illustration
-------------------------------------------------*/
.illustration {
  padding: 12.5vw 0 0;
  background: linear-gradient(to bottom, rgba(255, 249, 249, 0.09) 0%, rgba(75, 76, 132, 0) 12.5vw, #4b4c84 12.5vw, #4b4c84 100%);
}
@media print, screen and (min-width: 641px) {
  .illustration {
    padding: 80px 0 0;
    background: linear-gradient(to bottom, rgba(255, 249, 249, 0.09) 0%, rgba(75, 76, 132, 0) 80px, #4b4c84 80px, #4b4c84 100%);
  }
}
.illustration .contents-inner {
  position: relative;
  padding: 15.625vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .illustration .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 116px 0 70px;
  }
}
.illustration h2 {
  position: absolute;
  top: -7.8125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(600 / 640 * 100%);
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .illustration h2 {
    top: -31px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 1000px;
  }
}
.illustration .thumbnail {
  width: calc(600 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .illustration .thumbnail {
    width: 1000px;
  }
}
.illustration .thumbnail li:not(:last-of-type) {
  margin-bottom: 4.84375vw;
}
@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: flex;
  align-items: center;
}
@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(600 / 640 * 100%);
  margin: 0 auto;
  padding-top: 12.03125vw;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .modal-inner {
    width: calc(700 / 1200 * 100%);
    max-width: 700px;
    padding: 0 75px 0 0;
  }
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(67 / 600 * 100%);
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close {
    width: 61px;
  }
}
@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: #fff;
  width: 100%;
  height: 130%;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .modal-bg {
    height: 100%;
  }
}

/* .book
-------------------------------------------------*/
.book {
  margin-bottom: 12.65625vw;
  padding: 12.65625vw 0 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 12.65625vw, white 12.65625vw, white 100%);
}
@media print, screen and (min-width: 641px) {
  .book {
    margin-bottom: 79px;
    padding: 80px 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 80px, white 80px, white 100%);
  }
}
.book .contents-inner {
  position: relative;
  padding: 12.8125vw 0 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 134px 0 40px;
  }
}
.book h2 {
  position: absolute;
  top: -7.1875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(600 / 640 * 100%);
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    top: -26px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 1000px;
  }
}
.book .information {
  width: calc(600 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .book .information {
    display: flex;
    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;
  }
}
@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: 16px;
    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: flex;
  align-items: baseline;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author {
    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: 3.4375vw;
  font-size: 25.42px;
  font-size: 3.971875vw;
  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: "イラスト：";
  font-size: 25.42px;
  font-size: 3.971875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .illustrator::before {
    font-size: 2rem;
  }
}
.book .information p {
  margin-bottom: 4.6875vw;
  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: 14px;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
  }
}
.book .information .isbn {
  margin-bottom: 2.1875vw;
  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: flex;
  justify-content: space-between;
  width: calc(572 / 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(272 / 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);
    transition-duration: 0.3s;
  }
}
.rookie-award .rookie .works-bnr {
  position: relative;
  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;
  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;
  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: flex;
  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 {
    transition-duration: 0.3s;
  }
}
.rookie-award .rookie .works-bnr.best .bnr {
  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: 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: 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;
  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: flex;
    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: flex;
  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;
    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;
    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;
    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;
    order: 4;
  }
}