@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*!  02_base
================================================ */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-width: 320px;
  background: url(../images/sp/bg.jpg) 50% -34px/100% auto no-repeat;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}

a {
  color: #000;
  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{ 
  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;
  box-sizing: border-box;
  -moz-appearance: button;
       appearance: button;
  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;
  z-index: +1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  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;
 /* width: 100%;*/
  /*&::after {
    @include mq {
      content: "";
      position: absolute;
      top: 0;
      left: 200px;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      z-index: 1;
      border-width: 120px 120px 0 0;
      border-color: $clr_white transparent transparent transparent;
    }
    @include mq(pc) {
    }
  }*/
}

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

/* .btn-award-namu
------------------------------------- */
.btn-award-namu {
  z-index: 15;
  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-namu.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%;
  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-weight: bold;
  font-size: 7px;
  font-size: 2.1875vw;
  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;
  content: "";
  -webkit-animation: fadein 6s ease forwards;
          animation: fadein 6s ease forwards;
  opacity: 0;
}

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

.key-visual::after {
  right: 0;
  bottom: 25vw;
  border-width: 0 0 16.40625vw 16.40625vw;
  border-color: transparent transparent #e64624 transparent;
}

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

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

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

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

.key-visual h1 {
  z-index: 2;
  position: absolute;
  top: 14.6875vw;
  left: 0;
  width: 100%;
  -webkit-animation: fadein 6s ease forwards;
          animation: fadein 6s ease forwards;
  opacity: 0;
}

.key-visual h1 .sub-tit {
  display: block;
  width: calc(291 / 640 * 100%);
  margin: -5px 0 0 5px;
}

.key-visual .txt-catch {
  z-index: 2;
  position: absolute;
  top: 36.875vw;
  right: 3.4375vw;
  width: calc(53 / 640 * 100%);
  -webkit-animation: fadedown 6s ease forwards;
          animation: fadedown 6s ease forwards;
  opacity: 0;
}

.key-visual .author {
  z-index: 2;
  position: absolute;
  top: 105vw;
  left: 0;
  width: calc(271 / 640 * 100%);
  -webkit-animation: fadein 6s ease forwards;
          animation: fadein 6s ease forwards;
  opacity: 0;
}

.key-visual .key-visual-img {
  width: 100%;
  margin: 0 auto;
  -webkit-animation: fadein 2s ease forwards;
          animation: fadein 2s ease forwards;
  opacity: 0;
}

.key-visual .box-info {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3.125vw 2.34375vw;
  background: linear-gradient(180deg, rgba(230, 70, 36, 0) 0%, rgba(230, 70, 36, 0) 16.875vw, #e64624 16.875vw, #e64624 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: 3.90625vw 3.125vw 3.90625vw;
  background-color: #fff;
}

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

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

/* .section-intro
------------------------------------- */
.section-intro {
  position: relative;
  padding: 7.1875vw 0.3125vw 15.625vw;
  background: url(../images/sp/intro_bg.png) 50% 100%/100% auto no-repeat;
}

.section-intro .box-contents-wrap {
  position: relative;
}

/* .section-recommend
------------------------------------- */
.section-recommend {
  background: url(../images/sp/recommend_bg.png) 50% 12.5vw/cover no-repeat;
}

.section-recommend .box-contents-wrap {
  position: relative;
  /*width: calc(605 / 640 * 100%);*/
 width: 100%;    
  margin: 0 auto;
  padding: 22.65625vw 0 6.71875vw;
}

.section-recommend h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(456 / 640 * 100%);
}
.section-recommend .recommendtxt{
    padding-top: 3.25vw;
} 
.section-recommend .recommendtxt dt {
  width: 100%;
  margin-bottom: 0.46875vw;
}

.section-recommend .recommendtxt dd {
  font-feature-settings: "palt" 1;
  width: calc(590 / 640 * 100%);
padding-top:3.25vw;  
padding-left:calc(25 / 640 * 100%);
  padding-bottom: 6.25vw;
  color: #fff;
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.7778;
}
.section-recommend .recommendtxt dd:last-of-type{
   padding-bottom: 0; 
}
p.reconame{text-align:right; }
.ls-{letter-spacing:-2px;margin:0 4px;}

/* .section-character
------------------------------------- */
.section-character {
  background: url(../images/sp/character_bg.png) 50% 12.5vw/cover no-repeat;
}

.section-character .box-contents-wrap {
  position: relative;
  width: calc(605 / 640 * 100%);
  margin: 0 auto;
  padding: 22.65625vw 0 6.71875vw;
}

.section-character h2 {
  position: absolute;
  top: 0;
  left: -2.8125vw;
  width: calc(416 / 605 * 100%);
}

.section-character .list-characters01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-character .list-characters01 #characters-01 {
  width: calc(317 / 638 * 100%);
}

.section-character .list-characters01 #characters-02 {
  width: calc(314 / 638 * 100%);
}

.section-character .list-characters01 #characters-03 {
  width: calc(322 / 638 * 100%);
}

.section-character .list-characters01 #characters-04 {
  width: calc(316 / 638 * 100%);
}

.section-character .list-characters01 .item-character {
  position: relative;
  margin-bottom: 3.28125vw;
  cursor: pointer;
}

.section-character .list-characters01 .item-character .item-character-fold {
  position: absolute;
  top: 0;
  left: 0;
}

.section-character .list-characters01 .item-character.is-surface .item-character-nomal {
  opacity: 1;
  transition: all 0.5s ease;
}

.section-character .list-characters01 .item-character.is-surface .item-character-fold {
  opacity: 0;
  transition: all 0.5s ease;
}

.section-character .list-characters01 .item-character.is-fold .item-character-nomal {
  opacity: 0;
  transition: all 0.5s ease;
}

.section-character .list-characters01 .item-character.is-fold .item-character-fold {
  opacity: 1;
  transition: all 0.5s ease;
}

.section-character .list-characters02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-character .list-characters02 .item-character {
  position: relative;
  margin-bottom: 3.28125vw;
}

.section-character .list-characters02 .item-character:nth-of-type(1) {
  width: calc(603 / 605 * 100%);
}

.section-character .list-characters02 .item-character:nth-of-type(2) {
  width: calc(601 / 605 * 100%);
}

/* .section-keyword
------------------------------------- */
.section-keyword {
  position: relative;
  padding: 12.5vw 0 0;
}

.section-keyword .box-contents-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 12.8125vw 1.75% 93.75vw;
  background: url(../images/sp/keyword_bg.jpg) 50% 100%/100% auto no-repeat #000;
}

.section-keyword .box-contents-wrap::before {
  content: "";
}

.section-keyword h2 {
  position: absolute;
  top: -12.5vw;
  left: -2.8125vw;
  width: calc(410 / 605 * 100%);
}

.section-keyword .word dt {
  width: calc(175 / 605 * 100%);
  margin-bottom: 0.46875vw;
}

.section-keyword .word dd {
  font-feature-settings: "palt" 1;
  width: calc(590 / 605 * 100%);
  margin-bottom: 6.25vw;
  color: #fff;
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.7778;
}

/* .section-book
------------------------------------- */
.section-book {
  position: relative;
  margin-top: 12.5vw;
  padding: 3.75vw 0 7.8125vw;
  background-color: #fff;
}

.section-book .box-contents-wrap {
  position: relative;
  width: calc(605 / 640 * 100%);
  margin: 0 auto;
  padding: 20.625vw 0 0;
}

.section-book h2 {
  position: absolute;
  top: -5.46875vw;
  left: -2.8125vw;
  width: calc(410 / 605 * 100%);
}

.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-weight: 700;
  font-size: 18px;
  font-size: 5.625vw;
}

.section-book .box-information .box-author .book-tit span {
  font-weight: 600;
  font-size: 15px;
  font-size: 4.6875vw;
}

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

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

.section-book .box-information .box-author .isbn {
  margin-top: 1.5625vw;
  font-size: 7px;
  font-size: 2.1875vw;
}

.section-book .box-information .box-cover {
  width: calc(397 / 605 * 100%);
  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;
  line-height: 1.67;
  letter-spacing: 0.005em;
}

.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: 0 0 0;
  /*&::before {
    content: "";
    position: absolute;
    top: 14.0625vw;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 14.0625vw);

    @include mq {
      top: 80px;
      height: calc(100% - 80px);
    }
    @include mq(pc) {
    }
  }*/
}

.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: #000;
}

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

footer .copyright {
  color: #fff;
  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;
}

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

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

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

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

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

@-webkit-keyframes fadedown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(20px);
    opacity: 1;
  }
}

@keyframes fadedown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(20px);
    opacity: 1;
  }
}

.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: #e64624;
  }
  .sidebar .award {
    margin: 0 10px 7px;
  }
  .sidebar .side-contents {
    width: 200px;
    background-color: #e64624;
    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: #e64624;
    transition: all 0.5s ease;
  }
  .sidebar nav ul li a:hover {
    background-color: rgba(188, 188, 188, 0.3);
  }
  .content {
    min-width: 1000px;
    margin-left: 200px;
    background: url(../images/bg.jpg) 0 0/cover no-repeat;
  }
  .content::before {
    background-image: none;
  }
  .btn-award-namu {
    right: 0;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .btn-award-namu.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: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .key-visual {
    width: 100%;
    height: calc(650 / 1000 * 100vw);
    max-height: 650px;
    padding: 0;
    background-color: #000;
  }
  .key-visual::before {
    border-width: 120px 120px 0 0;
    -webkit-animation: fadein 0 ease forwards;
            animation: fadein 0 ease forwards;
    opacity: 1;
  }
  .key-visual::after {
    bottom: 0;
    border-width: 0 0 120px 120px;
  }
  .key-visual .award {
    display: none;
    z-index: -1;
  }
  .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 .box-contents-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .key-visual h1 {
    top: 97px;
    left: calc(201 / 1000 * 100%);
    width: calc(998 / 1000 * 100%);
    max-width: 998px;
  }
  .key-visual h1 .sub-tit {
    width: calc(366 / 998 * 100%);
    margin: 0;
  }
  .key-visual .txt-catch {
    top: 20px;
    left: 50%;
    width: calc(47 / 1000 * 100%);
    transform: translateX(-50%);
  }
  .key-visual .author {
    top: 335px;
    left: calc(100% - 181 / 1000 * 100%);
    width: calc(181 / 1000 * 100%);
  }
  .key-visual .key-visual-img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 877px;
    transform: translateX(-50%);
  }
  .key-visual .box-info {
    display: none;
  }
  .section-sns {
    z-index: 1;
    position: absolute;
    top: 7px;
    left: 50%;
    width: 1000px;
    padding: 0;
    transform: translateX(-50%);
    background-color: transparent;
  }
  .section-sns .sns {
    justify-content: flex-end;
    margin-right: 72px;
  }
  .section-sns .sns li + li {
    margin-left: 5px;
  }
  .section-intro {
    padding: 115px 0 80px;
    background-image: none;
    background-color: #000;
  }
  .section-intro::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1514px;
    background: url(../images/kv_bg.jpg) 50% 100%/cover no-repeat #000;
    content: "";
  }
  .section-intro .box-contents-wrap {
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-recommend {
    background-image: url(../images/recommend_bg.png);
    background-position: 50% 60px;
  }
 .section-recommend .box-contents-wrap {
    width: 100%;
    max-width: 1000px;
    padding: 127px 0 40px;
  }
  .section-recommend h2 {
    top: -21px;
    left: -65px;
    width: 504px;
  }
.section-recommend .recommendtxt {
    width: 930px;
    margin:0 auto;
    padding-top:30px;
  }
  .section-recommend .recommendtxt dt {
    width: 930px;
    margin-bottom: 30px;
  }
  .section-recommend .recommendtxt dd {
    width: 930px;
    padding:0 0 42px;
    font-size: 1.6rem;
      line-height: 2;
  }    
.ls-{letter-spacing:-3px;margin:0 4px;}
rt {
  text-align: left;
    font-size: 0.5em;
}
  .section-character {
    background-image: url(../images/character_bg.png);
    background-position: 50% 60px;
  }
  .section-character .box-contents-wrap {
    width: 100%;
    max-width: 1028px;
    padding: 127px 0 43px;
  }
  .section-character h2 {
    top: -21px;
    left: -65px;
    width: calc(464 / 1000 * 100%);
  }
  .section-character .list-characters01 #characters-01 {
    width: calc(250 / 1028 * 100%);
    max-width: 250px;
  }
  .section-character .list-characters01 #characters-02 {
    width: calc(271 / 1028 * 100%);
    max-width: 271px;
  }
  .section-character .list-characters01 #characters-03 {
    width: calc(266 / 1028 * 100%);
    max-width: 266px;
  }
  .section-character .list-characters01 #characters-04 {
    width: calc(241 / 1028 * 100%);
    max-width: 241px;
  }
  .section-character .list-characters01 .item-character {
    margin-bottom: 21px;
    transition: all 0.5s ease;
  }
  .section-character .list-characters01 .item-character:hover {
    opacity: 0.7;
  }
  .section-character .list-characters02 .item-character {
    margin-bottom: 21px;
  }
  .section-character .list-characters02 .item-character:nth-of-type(1) {
    width: calc(455 / 1000 * 100%);
    max-width: 455px;
  }
  .section-character .list-characters02 .item-character:nth-of-type(2) {
    width: calc(492 / 1000 * 100%);
    max-width: 492px;
  }
  .section-keyword {
    padding: 60px 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60px, #060201 60px, #060201 100%);
  }
  .section-keyword .box-contents-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 1028px;
    height: 730px;
    padding: 92px 0 25px;
    background: none;
  }
  .section-keyword .box-contents-wrap::before {
    display: block;
    position: absolute;
    top: -20px;
    right: 13px;
    width: calc(385 / 1000 * 100%);
    max-width: 385px;
    height: 0;
    padding-top: calc(771 / 385 * 100%);
    background: url(../images/keyword_bg.jpg) 50% 0/100% auto no-repeat;
  }
  .section-keyword h2 {
    top: -81px;
    left: -65px;
    width: calc(464 / 1000 * 100%);
    max-width: 464px;
  }
  .section-keyword .word {
    width: calc(540 / 1000 * 100%);
    max-width: 540px;
  }
  .section-keyword .word dt {
    width: calc(158 / 540 * 100%);
    max-width: 158px;
    margin-bottom: 12px;
  }
  .section-keyword .word dd {
    width: 100%;
    margin-bottom: 42px;
    font-size: 1.8rem;
  }
  .section-book {
    margin-top: 60px;
    padding: 0 0 55px;
  }
  .section-book .box-contents-wrap {
    width: 100%;
    max-width: 1028px;
    padding: 75px 0 50px;
    background: none;
  }
  .section-book h2 {
    top: -81px;
    left: -65px;
    width: calc(464 / 1000 * 100%);
    max-width: 464px;
  }
  .section-book .box-information {
    position: relative;
    width: 934px;
    margin: 0 auto;
  }
  .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 .book-tit span {
    font-size: 3rem;
  }
  .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: 0 0 0;
    background-color: #fff;
  }
  .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) {
  body {
    font-size: 1.4rem;
  }
  img {
    width: auto;
  }
  .key-visual h1 {
    left: 50%;
    transform: translateX(-50%);
  }
}
