@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*!  02_base
================================================ */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-width: 320px;
  color: #1e1e1e;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 4.375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

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

.viewPc {
  display: none !important;
}
.btns li.offbtn{
  background-color:#ffb923 ;
  opacity: 0.5;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
textarea {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline-offset: -2px;
}

/*=============================================================
 02_layout
=============================================================*/
/* .sidebar
------------------------------------- */
.sidebar {
  display: none;
}

.sidebar .stick {
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: +1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  transition-duration: 0.6s;
}

.sidebar .stick.none {
  z-index: -1;
  opacity: 0;
}

.sidebar nav ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* .content
------------------------------------- */
.content {
  position: relative;
}

.content::before {
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/sp/bg_sp.png) 50% 0/100% auto no-repeat #1e1e1e;
  content: "";
}

/* .btn-award-nemu
------------------------------------- */
.btn-award-nemu {
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
  width: 15.625%;
  height: calc(15.625vw * 1);
  background: url(../images/sp/btn_award_menu.png) 100% 0/100% auto no-repeat;
  cursor: pointer;
}

.btn-award-nemu.active {
  background: url(../images/sp/btn_award_menu_close.png) 100% 0/100% auto no-repeat;
}

.award-nav {
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transform: translateY(-150%);
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  transition: all 0.5s ease;
}

.award-nav.active {
  transform: translateY(0%);
}

.award-nav .award-contents {
  position: relative;
  width: 76.40625%;
  margin: 0 auto;
  padding: 5.625vw 0;
}

.award-nav .emblem {
  width: 11.25%;
  line-height: 1;
}

.award-nav .item-award {
  width: 52.556%;
  margin-top: 1.5625vw;
  line-height: 1;
}

.award-nav .link-top {
  color: #1a1a1a;
  font-size: 7px;
  font-size: 2.1875vw;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

.award-nav .link-top::before {
  content: "〉";
}

.award-nav .list-award-winner {
  margin: 1.5625vw 0 0.9375vw;
}

.award-nav .list-award-winner li + li {
  margin-top: 1.5625vw;
}

.award-nav .list-award-winner li a {
  display: block;
}

/* .box-contents-wrap
------------------------------------- */
.box-contents-wrap {
  width: 100%;
}

/* .key-visual
------------------------------------- */
.key-visual {
  position: relative;
}

.key-visual::before, .key-visual::after {
  display: block;
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-animation: fadein 6s ease forwards;
          animation: fadein 6s ease forwards;
  content: "";
  opacity: 0;
}

.key-visual::before {
  top: 0;
  left: 0;
  border-width: 16.25vw 16.25vw 0 0;
  border-color: #705ee1 transparent transparent transparent;
}

.key-visual::after {
  right: 0;
  bottom: 25vw;
  border-width: 0 0 16.25vw 16.25vw;
  border-color: transparent transparent #705ee1 transparent;
}

.key-visual .box-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 1.6109375);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-animation: a-crossfade 16s 0s infinite;
          animation: a-crossfade 16s 0s infinite;
  opacity: 0;
}

.key-visual .box-bg-img.bg-img01 {
  background-image: url(../images/sp/kv_key_visual01.jpg);
}

.key-visual .box-bg-img.bg-img02 {
  background-image: url(../images/sp/kv_key_visual02.jpg);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.key-visual .box-contents-wrap {
  position: relative;
  padding: 0.9375vw 0 0;
}

.key-visual .award {
  z-index: 1;
  position: relative;
  width: 26.71875%;
  margin: 0 5px;
  padding-top: 0.9375vw;
}

.key-visual .emblem-rookie {
  display: none;
}

.key-visual .emblem-excellence {
  display: none;
}

.key-visual h1 {
  position: absolute;
  top: 36.875vw;
  right: 1.8125vw;
  width: 25.625%;
}

.key-visual .txt-tagline01 {
  position: absolute;
  top: 0vw;
  right: 19.0625vw;
  width: 18.125%;
}

.key-visual .txt-tagline01::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 5.3125vw;
  left: -4.0625vw;
  width: 24.6875vw;
  height: calc(24.6875vw * 0.7595);
  background: url(../images/sp/kv_bg_tagline01.png) 50% 0/100% auto no-repeat;
  content: "";
}

.key-visual .txt-tagline02 {
  position: absolute;
  top: 45.9375vw;
  left: 4.375vw;
  width: 16.71875%;
}

.key-visual .txt-tagline02::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: -6.875vw;
  bottom: 5.3125vw;
  width: 28.4375vw;
  height: calc(28.4375vw * 0.945);
  background: url(../images/sp/kv_bg_tagline02.png) 50% 0/100% auto no-repeat;
  content: "";
}

.key-visual .box-author {
  position: absolute;
  top: 104.5625vw;
  left: 2.8125vw;
  width: 29.0625%;
  padding: 1.25vw 2.8125vw 1.25vw 2.1875vw;
  background-color: rgba(255, 255, 255, 0.5);
}

.key-visual .box-author .author {
  width: 100%;
  line-height: 1;
}

.key-visual .box-author .illustrator {
  width: 67.33944%;
  line-height: 1;
}

.key-visual .box-info {
  display: flex;
  margin-top: 115.625vw;
  padding: 0 2.8125vw 2.1875vw;
  background: linear-gradient(180deg, rgba(112, 94, 225, 0) 0%, rgba(112, 94, 225, 0) 16.875vw, #705ee1 16.875vw, #705ee1 100%);
}

.key-visual .box-info .box-img {
  width: 27.98%;
  margin-top: 2.5vw;
}

.key-visual .box-txt {
  width: 69.5364%;
  margin-left: 2.5vw;
}

.key-visual .box-txt .emblem-rookie {
  display: inline-block;
  width: 20%;
}

.key-visual .box-txt .emblem-excellence {
  display: inline-block;
  width: 30.47619%;
  margin-left: 0.9375vw;
}

.key-visual .box-txt .release {
  width: 66.9%;
  margin-top: 2.1875vw;
}

.key-visual .box-txt .btns {
  display: flex;
  justify-content: space-between;
  width: 95.238%;
  margin-top: 3.4375vw;
}

.key-visual .box-txt .btns li {
  width: 48.5%;
}

/* .section-sns
------------------------------------- */
.section-sns {
  padding: 2.8125vw 2.8125vw 3.4375vw;
}

.section-sns .sns {
  display: flex;
  justify-content: center;
}

.section-sns .sns li + li {
  margin-left: 3.4375vw;
}

/* .section-intro
------------------------------------- */
.section-intro {
  position: relative;
  padding: 5vw 0 0;
}

.section-intro::before {
  display: block;
  position: absolute;
  top: 10.625vw;
  left: 0;
  width: 100%;
  height: calc(100% - 10.625vw);
  background: url(../images/bg_dot.png) 0 0/12px 19px repeat rgba(24, 33, 70, 0.7);
  content: "";
}

.section-intro .box-contents-wrap {
  position: relative;
  padding: 0 0 0.625vw;
  background: url(../images/sp/intro_bg.png) 50% 100%/100% auto no-repeat;
}

.section-intro h2 {
  position: relative;
  margin-bottom: 0.625vw;
}

/* .section-character
------------------------------------- */
.section-character {
  position: relative;
  padding: 6.875vw 0 8.4375vw;
}

.section-character::before {
  display: block;
  position: absolute;
  top: 11.875vw;
  left: 0;
  width: 100%;
  height: calc(100% - 11.875vw);
  background-color: #05d3c2;
  content: "";
}

.section-character .box-contents-wrap {
  position: relative;
  background: url(../images/sp/character_bg.png) 50% 5vw/100% auto no-repeat;
}

.section-character .list-characters {
  margin-top: 95vw;
  padding: 0 3.125vw;
}

.section-character .item-character {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-character .item-character + .item-character {
  margin-top: 2.1875vw;
}

.section-character .item-character .thumb {
  width: 46.667%;
}

.section-character .item-character .box-txt {
  width: 46.667%;
}

.section-character .item-character .name {
  margin-bottom: 3.125vw;
}

.section-character .item-character p {
  font-size: 10.505px;
  font-size: 3.28281vw;
  line-height: 1.695;
}

/* .section-twitter
------------------------------------- */
.section-twitter {
  position: relative;
  padding: 7.1875vw 0 0;
}

.section-twitter::before {
  display: block;
  position: absolute;
  top: 10.625vw;
  left: 0;
  width: 100%;
  height: calc(100% - 10.625vw);
  background: url(../images/bg_dot.png) 0 0/12px 19px repeat;
  content: "";
}

.section-twitter .box-contents-wrap {
  position: relative;
  padding: 0 0 8.125vw;
}

.section-twitter h2 {
  margin-bottom: 7.5vw;
}

.section-twitter .box-section-content {
  position: relative;
  width: 94.375%;
  margin: 0 auto 0;
}

.section-twitter .follow {
  position: absolute;
  top: -17.1875vw;
  right: -2.8125%;
  width: 29.6875%;
}

.section-twitter .box-timeline {
  width: 100%;
  height: calc(94.375vw * 0.84934);
  margin-top: 2.8125vw;
  overflow-y: scroll;
}

/* .section-illust
------------------------------------- */
.section-illust {
  position: relative;
  padding: 7.8125vw 0 6.25vw;
}

.section-illust::before {
  display: block;
  position: absolute;
  top: 11.875vw;
  left: 0;
  width: 100%;
  height: calc(100% - 11.875vw);
  background: url(../images/sp/illust_bg.png) 50% 0/100% auto repeat-x #f8fb18;
  content: "";
}

.section-illust .box-contents-wrap {
  position: relative;
  padding: 0 0 8.125vw;
}

.section-illust h2 {
  margin-bottom: 6.25vw;
}

.section-illust .box-thumbnail {
  width: 52.8125%;
  margin: 0 auto;
}

.section-illust .box-thumbnail ul li {
  position: relative;
}

.section-illust .box-thumbnail ul li + li {
  margin-top: 4.6875vw;
}

.section-illust .box-thumbnail ul li a {
  display: inline-block;
  border: 2px solid #7d5fe3;
  cursor: pointer;
}

/* modal
-------------------------------------------------*/
.modal {
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
}

.modal-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  /*top: 50%;
  left: 50%;*/
  width: 96%;
  height:96%;
  margin: 1% 2% 0;
  overflow-y: scroll;
  /*transform: translate(-50%, -50%);*/
  text-align: center;
}

.modal-content.modal-txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin: 0;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content .js-modal-close {
  width: 4.46875%;
  margin: 0 0 2.5vw auto;
  cursor: pointer;
}

.modal-content .txt-trial-reading {
  padding: 6.25vw 6.25vw 25vw;
  box-sizing: border-box;
  background-color: #fcfbfb;
  overflow-y: scroll;
  max-height: 75vh;
}
.modal-content .txt-trial-reading::-webkit-scrollbar,
.modal_box .comment_box::-webkit-scrollbar {
 width: 5px;
}
.modal-content .txt-trial-reading::-webkit-scrollbar-thumb {
    background: #d4cef6;
}
.modal-content .txt-trial-reading::-webkit-scrollbar-track-piece:start {
    background: #fcfbfb;
}
.modal-content .txt-trial-reading::-webkit-scrollbar-track-piece:end {
    background: #fcfbfb;
}

.modal-content .txt-trial-reading p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.54545;
}

.modal-content .txt-trial-reading p + p {
  margin-top: 1.5em;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .section-radio
------------------------------------- */
.section-radio {
  position: relative;
  padding: 7.1875vw 0;
}

.section-radio::before {
  display: block;
  position: absolute;
  top: 11.875vw;
  left: 0;
  width: 100%;
  height: calc(100% - 11.875vw);
  background: url(../images/bg_dot.png) 0 0/12px 19px repeat;
  content: "";
}

.section-radio .box-contents-wrap {
  position: relative;
  background: url(../images/sp/radio_bg.png) 50% 3.75vw/100% auto no-repeat;
}

.section-radio h2 {
  margin-bottom: 5.9375vw;
}

.section-radio .item-txt {
  color: #fff;
  font-size: 12.33px;
  font-size: 3.85312vw;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}

.section-radio .item-txt a {
  position: relative;
  color: #41b2ec;
}

.section-radio .item-txt a::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #41b2ec;
  content: "";
}

.section-radio .item-txt .em {
  color: #f8fb18;
  font-weight: bold;
}

.section-radio .box-bnr {
  width: 94.6875%;
  margin: 2.8125vw auto 0;
}

.section-radio .box-bnr a {
  display: block;
  transition: all 0.5s ease;
}

/* .section-trial
------------------------------------- */
.section-trial {
  position: relative;
  padding: 7.8125vw 0 6.25vw;
}

.section-trial::before {
  display: block;
  position: absolute;
  top: 11.875vw;
  left: 0;
  width: 100%;
  height: calc(100% - 11.875vw);
  background: url(../images/sp/trial_bg.png) 50% 0/100% auto repeat-x #715bbb;
  content: "";
}

.section-trial .box-contents-wrap {
  position: relative;
  padding: 0 0 8.125vw;
}

.section-trial h2 {
  margin-bottom: 7.8125vw;
}

.section-trial .item-txt {
  color: #f8fb18;
  font-size: 12.33px;
  font-size: 3.85312vw;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}

.section-trial .box-trial-reading {
  position: relative;
  width: 95%;
  margin: 2.1875vw auto 0;
  padding-top: calc(95vw * 0.1546);
}

.section-trial .box-trial-reading .bnr-trial-reading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(95vw * 0.1546);
  background: url(../images/sp/trial_bnr01.png) 50% 0/100% auto no-repeat;
  cursor: pointer;
}

.section-trial .box-trial-reading .bnr-trial-reading picture {
  opacity: 0;
}

.section-trial .box-trial-reading .bnr-trial-reading.active {
  background: url(../images/sp/trial_bnr02.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  background-position: 0, 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section-trial .box-trial-reading .bnr-trial-reading.active picture {
  display: block;
  opacity: 0;
}

.section-trial .box-trial-reading .txt-trial-reading {
  box-sizing: border-box;
  display: none;
  width: 100%;
  margin: calc(-95vw * 0.1546 / 2) auto 0;
  padding: 12.5vw 6.25vw 6.25vw;
  background-color: #fcfbfb;
}

.section-trial .box-trial-reading .txt-trial-reading p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.54545;
}

.section-trial .box-trial-reading .txt-trial-reading p:not(:last-of-type) {
  margin-bottom: 3.125vw;
}

.section-trial .box-trial-reading .txt-trial-reading .chapter-title {
  font-size: 1.1rem;
  line-height: 1.25;
  margin-top: 3vw;
}

/* .section-book
------------------------------------- */
.section-book {
  position: relative;
  padding: 7.5vw 0 7.8125vw;
}

.section-book::before {
  display: block;
  position: absolute;
  top: 11.25vw;
  left: 0;
  width: 100%;
  height: calc(100% - 11.875vw);
  background-color: #fe5794;
  content: "";
}

.section-book .box-contents-wrap {
  position: relative;
  padding: 0;
}

.section-book h2 {
  margin-bottom: 6.25vw;
}

.section-book .box-information {
  margin: 0 0 8%;
}

.section-book .box-information .box-author {
  margin: 0 2.5vw 0;
  line-height: 1.2;
}

.section-book .box-information .box-author .book-tit {
  margin-bottom: 0.625vw;
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: 700;
}

.section-book .box-information .box-author .author {
  display: inline-block;
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: 700;
}

.section-book .box-information .box-author .illustrator {
  display: inline-block;
  margin-left: 3.125vw;
  font-size: 10px;
  font-size: 3.125vw;
  font-weight: 700;
}

.section-book .box-information .box-author .isbn {
  display: none;
}

.section-book .box-information .box-cover {
  width: 62.5%;
  margin: 4.0625vw auto 0;
}

.section-book .box-information .box-summary {
  margin: 3.125vw 3.125vw 0;
}

.section-book .box-information .box-summary p {
  font-feature-settings: "palt" 1;
  font-size: 9px;
  font-size: 2.8125vw;
  letter-spacing: 0.005em;
  line-height: 1.67;
}

.section-book .box-information .box-summary .btns {
  display: flex;
  justify-content: space-between;
  width: 92.6667%;
  margin: 5vw auto 0;
}

.section-book .box-information .box-summary .btns li {
  width: 47.1%;
}

.section-book .box-information .box-summary .btns li a {
  display: block;
}

/* .award-winner
------------------------------------- */
.award-winner {
  position: relative;
  padding: 14.0625vw 0 0;
}

.award-winner::before {
  display: block;
  position: absolute;
  top: 14.0625vw;
  left: 0;
  width: 100%;
  height: calc(100% - 14.0625vw);
  background-color: #fff;
  content: "";
}

.award-winner h2 {
  position: relative;
  background-color: #1a1a1a;
}

.award-winner .box-contents-wrap {
  padding: 10px 0;
  background-color: #fff;
}

.award-winner .bnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98.125%;
  margin: 0 auto;
}

.award-winner .bnrs li {
  position: relative;
  width: 49.4929%;
}

.award-winner .bnrs li:nth-of-type(n+3) {
  margin-top: 4px;
}

.award-winner .bnrs li:nth-of-type(1).coming-soon::after {
  background: url(../images/winner_bnr_coming.png) 50% 50%/100% auto no-repeat rgba(26, 26, 26, 0.8);
}

.award-winner .bnrs li:nth-of-type(3).coming-soon::after {
  background: url(../images/winner_bnr_coming.png) 50% 50%/100% auto no-repeat rgba(156, 45, 21, 0.8);
}

.award-winner .bnrs li.coming-soon::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.award-winner .bnrs li span {
  display: block;
}

.award-winner .bnrs li span:nth-of-type(2) {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.award-winner .bnrs li a {
  display: block;
  overflow: hidden;
}

/* footer
------------------------------------- */
footer {
  position: relative;
  padding: 4.375vw 0 1.5625vw;
  background-color: #05d3c2;
}

footer .emblem {
  width: 21.09375%;
  margin: 0 auto 3.125vw;
}

footer .copyright {
  font-size: 7px;
  font-size: 2.1875vw;
  line-height: 1.43;
  text-align: center;
}

footer .logo {
  width: 25.78125%;
  margin: 1.875vw auto 1.5625vw;
}

.pagetop {
  z-index: 3;
  position: absolute;
  right: 2.5vw;
  bottom: 40.625vw;
  width: 10.9375%;
  transition-duration: 0;
}

.pagetop.fixed {
  position: fixed;
  right: 2.5%;
  bottom: 18px;
  width: 10.9375%;
}

/* animation
------------------------------------- */
@-webkit-keyframes a-crossfade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes a-crossfade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fadein {
  -webkit-animation: fadein 6s ease forwards;
          animation: fadein 6s ease forwards;
  opacity: 0;
}

.fadeout {
  -webkit-animation: fadeout 6s ease forwards;
          animation: fadeout 6s ease forwards;
  opacity: 1;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  100% {
    opacity: 0;
  }
}

.a-fade01 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.a-fade02 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.a-fade03 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.a-fade04 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@media print, screen and (min-width: 640px) {
  body {
    font-size: 1.4rem;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  img {
    width: auto;
  }
  .viewSp {
    display: none !important;
  }
  .viewPc {
    display: block !important;
  }
  .sidebar {
    box-sizing: border-box;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    padding: 19px 0 0;
    background-color: #705ee1;
  }
  .sidebar .award {
    margin: 0 10px 7px;
  }
  .sidebar .side-contents {
    width: 200px;
    background-color: #705ee1;
    transition-duration: 0.6s;
  }
  body.fixed .sidebar .side-contents {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .sidebar .stick::-webkit-scrollbar {
    display: none;
  }
  .sidebar .side-release p {
    margin: 0 10px 7px;
  }
  .sidebar .box-cover {
    margin: 13px 10px 0;
  }
  .sidebar .btns {
    display: flex;
    justify-content: space-between;
    margin: 5px 10px 0;
  }
  .sidebar .btns li a {
    display: block;
    transition: all 0.5s ease;
  }
  .sidebar .btns li a:hover {
    opacity: 0.7;
  }
  .sidebar nav {
    margin-top: 5px;
  }
  .sidebar nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background-color: #705ee1;
    transition: all 0.5s ease;
  }
  .sidebar nav ul li a:hover {
    background-color: rgba(188, 188, 188, 0.3);
  }
  .content {
    min-width: 1100px;
    margin-left: 200px;
  }
  .content::before {
    background-image: url(../images/bg_pc.png);
    background-size: 1124px auto;
  }
  .btn-award-nemu {
    right: 0;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .btn-award-nemu.active {
    background-size: 60px 60px;
  }
  .award-nav .award-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 986px;
    margin: 74px auto 0;
    padding: 58px 0;
  }
  .award-nav .emblem {
    position: absolute;
    top: 0;
    left: 50%;
    order: 1;
    width: 72px;
    transform: translateX(-50%);
  }
  .award-nav .item-award {
    order: 2;
    width: 257px;
  }
  .award-nav .link-top {
    order: 3;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .award-nav .list-award-winner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 4;
    width: 100%;
    margin-top: 10px;
  }
  .award-nav .list-award-winner li {
    width: 49.59432%;
    max-width: 489px;
  }
  .award-nav .list-award-winner li + li {
    margin-top: 0;
  }
  .award-nav .list-award-winner li:nth-of-type(n+3) {
    margin-top: 9px;
  }
  .award-nav .list-award-winner li a {
    transition: all 0.5s ease;
  }
  .award-nav .list-award-winner li a:hover {
    opacity: 0.7;
  }
  .box-contents-wrap {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .key-visual {
    width: 100%;
    padding: 0;
  }
  .key-visual::before {
    border-width: 120px 120px 0 0;
  }
  .key-visual::after {
    bottom: -23px;
    border-width: 0 0 120px 120px;
  }
  .key-visual .box-bg-img {
    height: 0;
    padding-top: 57.726465%;
  }
  .key-visual .box-bg-img.bg-img01 {
    background-image: url(../images/kv_key_visual01.jpg);
  }
  .key-visual .box-bg-img.bg-img02 {
    background-image: url(../images/kv_key_visual02.jpg);
  }
  .key-visual .box-contents-wrap {
    padding: calc(57.726465% - 23px - 80px) 0 0;
  }
  .key-visual .award {
    display: none;
  }
  .key-visual .emblem-rookie {
    display: block;
    z-index: 1;
    position: absolute;
    top: 16px;
    left: -1px;
    width: 60px;
  }
  .key-visual .emblem-excellence {
    display: block;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 64px;
    width: 92px;
  }
  .key-visual h1 {
    top: 104px;
    left: 810px;
    width: 170px;
  }
  .key-visual .txt-tagline01 {
    top: 56px;
    right: 324px;
    width: 118px;
  }
  .key-visual .txt-tagline01::before {
    top: 35px;
    left: -26px;
    width: 160px;
    height: 122px;
    background-image: url(../images/kv_bg_tagline01.png);
  }
  .key-visual .txt-tagline02 {
    top: 214px;
    left: 80px;
    width: 108px;
  }
  .key-visual .txt-tagline02::before {
    top: 90px;
    left: -50px;
    width: 204px;
    height: 174px;
    background-image: url(../images/kv_bg_tagline02.png);
  }
  .key-visual .box-author {
    position: static;
    width: 187px;
    margin: 0 0 0 83px;
    padding: 7px 17px 11px 14px;
    /*top: 547px;
      left: 83px;
      width: 187px;
      padding: 7px 17px 11px 14px;*/
  }
  .key-visual .box-author .author {
    margin-bottom: 8px;
  }
  .key-visual .box-info {
    display: none;
  }
  .section-sns {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 1100px;
    padding: 0;
    transform: translateX(-50%);
  }
  .section-sns .sns {
    justify-content: flex-end;
    margin-right: 72px;
  }
  .section-sns .sns li + li {
    margin-left: 5px;
  }
  .section-intro {
    padding: 61px 0 0;
  }
  .section-intro::before {
    top: 80px;
    height: calc(100% - 80px);
    background-size: 24px 38px;
  }
  .section-intro .box-contents-wrap {
    padding: 0 0 38px;
    background-image: url(../images/intro_bg.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 100% auto;
  }
  .section-intro h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .section-intro h2 picture {
    display: inline-block;
    width: 454px;
  }
  .section-intro h2 + p {
    width: 741px;
    margin: 0 auto;
  }
  .section-character {
    padding: 57px 0 57px;
  }
  .section-character::before {
    top: 80px;
    height: calc(100% - 80px);
  }
  .section-character .box-contents-wrap {
    background-image: url(../images/character_bg.png);
    background-position: 50% 23px;
  }
  .section-character h2 {
    text-align: center;
  }
  .section-character h2 picture {
    display: inline-block;
    width: 341px;
  }
  .section-character .list-characters {
    display: flex;
    justify-content: space-between;
    width: 920px;
    margin: 786px auto 0;
  }
  .section-character .item-character {
    display: block;
    width: calc((100% - 80px) / 3);
    max-width: 281px;
  }
  .section-character .item-character + .item-character {
    margin-top: 0;
  }
  .section-character .item-character .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-character .item-character .box-txt {
    width: 100%;
  }
  .section-character .item-character .name {
    margin-bottom: 17px;
    text-align: center;
  }
  .section-character .item-character p {
    font-size: 2.1rem;
  }
  .section-twitter {
    padding: 60px 0 0;
  }
  .section-twitter::before {
    top: 80px;
    height: calc(100% - 80px);
    background-color: rgba(30, 30, 30, 0.6);
    background-size: 24px 38px;
  }
  .section-twitter .box-contents-wrap {
    padding: 0 0 75px;
    background: url(../images/twitter_bg.png) 50% 100%/100% auto no-repeat;
  }
  .section-twitter h2 {
    margin-bottom: 60px;
    text-align: center;
  }
  .section-twitter h2 picture {
    display: inline-block;
    width: 249px;
  }
  .section-twitter .box-section-content {
    width: 735px;
  }
  .section-twitter .follow {
    top: -80px;
    right: -80px;
    width: 224px;
  }
  .section-twitter .box-timeline {
    height: 484px;
    margin-top: 17px;
  }
  .section-illust {
    padding: 60px 0 65px;
  }
  .section-illust::before {
    top: 80px;
    height: calc(100% - 80px);
    background-image: url(../images/illust_bg.png);
  }
  .section-illust .box-contents-wrap {
    padding: 0 0 75px;
  }
  .section-illust h2 {
    margin-bottom: 64px;
    text-align: center;
  }
  .section-illust h2 picture {
    display: inline-block;
    width: 249px;
  }
  .section-illust .box-thumbnail {
    width: 920px;
    margin: 0 auto;
  }
  .section-illust .box-thumbnail ul {
    display: flex;
    flex-wrap: wrap;
  }
  .section-illust .box-thumbnail ul li {
    width: 436px;
    background-color: #fff;
  }
  .section-illust .box-thumbnail ul li + li {
    margin-top: 0;
  }
  .section-illust .box-thumbnail ul li:nth-of-type(2n) {
    margin-left: 32px;
  }
  .section-illust .box-thumbnail ul li:nth-of-type(n+3) {
    margin-top: 32px;
  }
  .section-illust .box-thumbnail ul li a {
    border: 3px solid #7d5fe3;
    transition: all 0.5s ease;
  }
  .section-illust .box-thumbnail ul li a:hover {
    opacity: 0.7;
  }
  .modal-content {
   /* width: 78.7%;
    max-width: 919px;*/
  }
  .modal-content.modal-content-vertical img {
    max-width: 469px;
  }
  .modal-content.modal-txt {
    max-width: 915px;
    height: 90vh;
    overflow: hidden;
  }
   .modal-content .js-modal-close {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
  }
 .modal-content .js-modal-close img{
    width: 30px;
  }
/*  .modal-content .js-modal-close {
    width: 30px;
    margin-bottom: 10px;
  }*/
  .modal-content .txt-trial-reading {
    padding: 45px;
    max-height: 100%;
  }

  .modal-content .txt-trial-reading p {
    font-size: 1.5rem;
    line-height: 1.49975;
  }

  .modal-content .txt-trial-reading .chapter-title {
    font-size: 1.8rem;
  }

  .section-radio {
    padding: 60px 0 66px;
  }
  .section-radio::before {
    top: 80px;
    height: calc(100% - 80px);
    background-color: rgba(30, 30, 30, 0.85);
    background-size: 24px 38px;
  }
  .section-radio .box-contents-wrap {
    background-image: url(../images/radio_bg.png);
    background-position: 50% 20px;
  }
  .section-radio h2 {
    margin-bottom: 34px;
    text-align: center;
  }
  .section-radio h2 picture {
    display: inline-block;
    width: 249px;
  }
  .section-radio .item-txt {
    width: 915px;
    margin: 0 auto;
    font-size: 2.48rem;
  }
  .section-radio .item-txt a::before {
    height: 2px;
    transition: all 0.5s ease;
  }
  .section-radio .item-txt a:hover::before {
    background-color: transparent;
  }
  .section-radio .box-bnr {
    width: 915px;
    margin-top: 27px;
    border-radius: 35px;
    background-color: #fff;
  }
  .section-radio .box-bnr a:hover {
    opacity: 0.7;
  }
  .section-trial {
    padding: 60px 0 65px;
  }
  .section-trial::before {
    top: 80px;
    height: calc(100% - 80px);
    background-image: url(../images/trial_bg.png);
  }
  .section-trial .box-contents-wrap {
    padding: 0 0 75px;
  }
  .section-trial h2 {
    margin-bottom: 26px;
    text-align: center;
  }
  .section-trial h2 picture {
    display: inline-block;
    width: 163px;
  }
  .section-trial .item-txt {
    width: 915px;
    margin: 0 auto;
    font-size: 2.48rem;
  }
  .section-trial .box-trial-reading {
    width: 915px;
    margin: 20px auto 0;
    padding-top: 143px;
  }
  .section-trial .box-trial-reading .bnr-trial-reading.active {
    height: 143px;
    background: url(../images/trial_bnr02.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
    background-position: 0, 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .section-trial .box-trial-reading .txt-trial-reading {
    margin-top: calc(-143px / 2);
    padding: 120px 45px 58px;
  }
  .section-trial .box-trial-reading .txt-trial-reading p {
    font-size: 2.011rem;
    line-height: 1.49975;
  }
  .section-trial .box-trial-reading .txt-trial-reading p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .section-trial .box-trial-reading .txt-trial-reading .chapter-title {
    font-size: 2.413rem;
  }
  .section-book {
    padding: 60px 0 55px;
  }
  .section-book::before {
    top: 80px;
    height: calc(100% - 80px);
  }
  .section-book .box-contents-wrap {
    padding: 0;
  }
  .section-book h2 {
    margin-bottom: 49px;
    text-align: center;
  }
  .section-book h2 picture {
    display: inline-block;
    width: 179px;
  }
  .section-book .box-information {
    position: relative;
    width: 934px;
    margin: 0 auto 45px;
  }
  .section-book .box-information .box-author {
    width: calc(100% - 34px - 32.1199%);
    max-width: 600px;
    margin: 0 0 0 calc(34px + 32.1199%);
  }
  .section-book .box-information .box-author .book-tit {
    margin-bottom: 23px;
    font-size: 3.6rem;
  }
  .section-book .box-information .box-author .author {
    font-size: 2.413rem;
  }
  .section-book .box-information .box-author .illustrator {
    margin-left: 15px;
    font-size: 2rem;
  }
  .section-book .box-information .box-author .isbn {
    display: block;
    margin-top: 9px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .section-book .box-information .box-cover {
    position: absolute;
    top: 5px;
    left: 0;
    width: 300px;
    margin: 0 34px 0 0;
  }
  .section-book .box-information .box-summary {
    width: 600px;
    margin: 18px 0 0 calc(34px + 32.1199%);
  }
  .section-book .box-information .box-summary p {
    font-size: 1.8rem;
  }
  .section-book .box-information .box-summary .btns {
    width: 554px;
    margin: 23px 0 0;
  }
  .section-book .box-information .box-summary .btns li {
    width: 262px;
    background-color: #fff;
  }
  .section-book .box-information .box-summary .btns li a {
    transition: all 0.5s ease;
  }
  .section-book .box-information .box-summary .btns li a:hover {
    opacity: 0.7;
  }
  .award-winner {
    padding: 80px 0 0;
  }
  .award-winner::before {
    top: 80px;
    height: calc(100% - 80px);
  }
  .award-winner h2 {
    margin-bottom: 0;
    padding: 18px 0 19px;
    text-align: center;
  }
  .award-winner h2 picture {
    display: inline-block;
    width: 177px;
  }
  .award-winner .box-contents-wrap {
    padding: 20px 0 20px;
  }
  .award-winner .bnrs {
    width: 986px;
  }
  .award-winner .bnrs li {
    width: 488px;
  }
  .award-winner .bnrs li:nth-of-type(n+3) {
    margin-top: 9px;
  }
  .award-winner .bnrs li a span:nth-of-type(1) {
    transition: all 0.5s ease;
  }
  .award-winner .bnrs li a:hover span:nth-of-type(1) {
    transform: scale(1.2) translate(10px, 0);
  }
  footer {
    padding: 25px 0 25px;
  }
  footer .emblem {
    width: 90px;
    margin-bottom: 15px;
  }
  footer .copyright {
    font-size: 1.4rem;
  }
  footer .logo {
    width: 148px;
    margin: 31px auto 14px;
  }
  .pagetop {
    right: 8px;
    bottom: 220px;
    width: 71px;
  }
  .pagetop a {
    display: block;
  }
  .pagetop.fixed {
    right: 8px;
    bottom: 20px;
    width: 71px;
  }
}

@media print, screen and (min-width: 769px) {
  img {
    width: auto;
  }
}
