@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;
}

/* .btn-award-namu
------------------------------------- */
.btn-award-namu {
  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-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%;
  height: 100vh;
  transform: translateY(-100%);
  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;
  content: "";
}

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

.key-visual::after {
  right: 0;
  bottom: 25vw;
  border-width: 0 0 16.25vw 16.25vw;
  border-color: transparent transparent #ffb923 transparent;
  z-index: 5;
}

.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;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items : flex-start;
  top: 2.969vw;
  right: 19.38vw;
  width: 43.281vw;
  z-index: 5;
}

.key-visual h1 .kv_logo01{
  width: 8.594vw;
}

.key-visual h1 .kv_logo02{
  width: 8.594vw;
  animation-delay: 0.1s;
}

.key-visual h1 .kv_logo03{
  width: 8.438vw;
  animation-delay: 0.2s;
}

.key-visual h1 .kv_logo04{
  width: 8.594vw;
  animation-delay: 0.3s;
}
  
.key-visual .txt-catch {
  position: absolute;
  top: 106.406vw;
  right: 1.875vw;
  width: 74.375%;
  z-index: 5;
  animation-delay: 1.2s;
}

.key-visual .author {
  position: absolute;
  top: 13.125vw;
  left: 5.625vw;
  width: 21.406vw;
  z-index: 5;
  animation-delay: 1.2s;
}

.key-visual .key-visual-img {
  position: absolute;
  top: 0;
  z-index: 1;
}

.key-visual .box-info {
  position: relative;
  display: flex;
  margin-top: 116vw;
  padding: 0 2.8125vw 2.1875vw;
  background: linear-gradient(180deg, rgba(112, 94, 225, 0) 0%, rgba(112, 94, 225, 0) 16.875vw, #ffb923 16.875vw, #ffb923 100%);
  z-index: 5;
}

.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;
  background: url(../images/sp/intro_triangle.png) no-repeat center top / contain, url(../images/sp/intro_bg.jpg);
  padding: 0 0 8.125vw;
}

.section-intro h2 {
  position: relative;
  width: 79.375%;
}

.section-intro .intro_summary {
  width: 87.5vw;
  margin: 0 auto;
}

/* .section-character
------------------------------------- */
.section-character {
  position: relative;
}

.section-character::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height:20.5vw;
  top: -5.469vw;
  z-index: 5;
  background: url(../images/SP/character_triangle.png) no-repeat;
  background-size: cover;
}

.section-character h2 {
  width: 69.219vw;
  margin: -0.47vw auto 0;
}
.section-character .list-characters {
  width: 90.625vw;
  margin: 8.593vw auto 3.5vw;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-character .item-character {
  display: inline-block;
  width: 43.125vw;
  margin-bottom: 4.688vw;
}

/* .section-illust
------------------------------------- */
.section-illust {
  position: relative;
  background: url(../images/sp/illust_bg_line.png) no-repeat center top / cover , url(../images/sp/illust_bg.jpg);
}

.section-illust  .box-contents-wrap::before {
  display: block;
  position: absolute;
  content: "";
  width: 20.469vw;
  height:14.219vw;
  top: -3.906vw;
  left: 46.406vw;
  z-index: 5;
  background: url(../images/SP/illust_triangle.png) no-repeat;
  background-size: contain;
}

.section-illust .box-contents-wrap {
  padding-bottom: 5vw;
}

.section-illust h2 {
  position: relative;
  top:-0.47vw;
  width: 33.594vw;
  padding-left: 3.73vw;
  margin-bottom: 5.312vw;
}

.section-illust .box-thumbnail ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  padding: 0 3.906vw;
  margin: 0 auto;
}

.section-illust .box-thumbnail ul li {
  width: 43.593vw;
  margin-bottom: 3.125vw;
}

/* 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, 0.9);
}

.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::-webkit-scrollbar {
  display: none;
}

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

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

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

.section-book::before {
  display: block;
  position: absolute;
  content: "";
  width: 91.25vw;
  height:18.75vw;
  top: -8.906vw;
  left: 5.469vw;
  z-index: 5;
  background: url(../images/SP/book_triangle.png) no-repeat;
  background-size: contain;
}

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

.section-book h2 {
  width: 31.875vw;
  margin: -0.78vw auto 6.25vw auto;
}

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

.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 {
  font-size: 7px;
  font-size: 2.5vw;
  font-weight: 700;
  margin-top: 1.406vw;
}

.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: 7.969vw 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: 4px 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: #ffb923;
}

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.5%;
  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: #ffb923;
  }
  .sidebar .award {
    margin: 0 10px 7px;
  }
  .sidebar .side-contents {
    width: 200px;
    background-color: #ffb923;
    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: #ffb923;
    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;
  }
  .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: 650px;
    padding: 0;
  }
  .key-visual h1 {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items : flex-start;
    width: 510px;
    height: 478px;
    top: 41px;
    left: 387px;
    z-index: 10;
  }
  .key-visual h1 .kv_logo01{
    width: 60px;
  }
  .key-visual h1 .kv_logo02{
    width: 60px;
  }
  .key-visual h1 .kv_logo03{
    width: 59px;
  }
  .key-visual h1 .kv_logo04{
    width: 60px;
  }
  .key-visual::before {
    border-width: 120px 120px 0 0;
  }
  .key-visual::after {
    bottom: 0;
    border-width: 0 0 120px 120px;
  }
  .key-visual .award {
    display: none;
  }
  .key-visual .emblem-rookie {
    display: block;
    z-index: 10;
    position: absolute;
    top: 16px;
    left: -1px;
    width: 60px;
  }
  .key-visual .emblem-excellence {
    display: block;
    z-index: 10;
    position: absolute;
    top: 5px;
    left: 64px;
    width: 92px;
  }
  .key-visual .box-contents-wrap {
    position: relative;
  }
  .key-visual .txt-catch {
    position: absolute; 
    width: 318px;
	  height:	137px;
	  top: 20px;
	  left: 28px;
    z-index: 9;
	}
  .key-visual .author {
    position: absolute; 
    width: 137px;
    height:	62px;
    top: 585px;
    left: 218px;
    z-index: 10;
  }
  .key-visual .key-visual-img {
    position: relative;
    display: block;
    width: 1374px;
    height: 1452px;
    top: 0;
    left: -207px;
    z-index: 8;
  }
  
  .key-visual .box-info {
    display: none;
  }
  .section-sns {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 1100px;
    padding: 0;
    transform: translateX(-50%);
    z-index: 10;
  }
  .section-sns .sns {
    justify-content: flex-end;
    margin-right: 72px;
  }
  .section-sns .sns li + li {
    margin-left: 5px;
  }
  .section-intro {
    position: relative;
    width: 100%;
    height: 890px;
    background: none;
    margin: 10px auto 0;
    padding: 72px 0 40px;
  }
  .section-intro::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 889px;
    top: 0;
    background: url("../images/intro_bg.jpg");
    z-index: -10;
  }
  .section-intro .box-contents-wrap {
    width: 935px;
    margin: 0 auto;
    padding-top: 70px;
    z-index: 10;
  }
  .section-intro h2 {
    position: relative;
    width: 578px;
    height: 143px;
    top: -70px;
    left: 53px;
    z-index: 10;
  }
  .section-intro .intro_summary {
    position: relative;
    width: 935px;
    height: 641px;
    top: -94px;
    left: 0;
    z-index: 10;
  }
  .section-character {
    width: 1000px;
    position: relative;
    top: -107px;
    margin: 0 auto -55px;
    padding: 0;
   }
  .section-character::before {
    display: block;
    position: absolute;
    content: "";
    width: 1003px;
    height: 114px;
    top: -47px;
    left: -25px;
    z-index: -1;
    background: url(../images/character_triangle.png) no-repeat;
  }
  .section-character h2 {
    width: 443px;
    text-align: center;
  }
  .section-character h2 picture {
    display: inline-block;
    width: 443px;
    margin: 3px auto 0;
  }
  .section-character .list-characters {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 970px;
    margin: 52px auto 0 auto;
    padding: 0;
  }
  .section-character .item-character {
    width: 220px;
    margin-bottom: 0;
  }

  .section-illust {
    position: relative;
    padding: 0 0 60px 0;
    background: url(../images/illust_bg_line.png) no-repeat center top, url(../images/illust_bg.jpg);
    background-size: auto;
  }

  .section-illust .box-contents-wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto 0;
    padding: 0;
  }
  .section-illust .box-contents-wrap::before {
    display: block;
    position: absolute;
    content: "";
    width: 131px;
    height: 91px;
    top: -25px;
    left: 819px;
    z-index: 5;
    background: url(../images/illust_triangle.png) no-repeat center top;
    background-size: auto;
  }
  .section-illust h2 {
    top: 0;
    text-align: left;
    margin-bottom: 47px;
    padding: 0 0 0 15px;
  }
  .section-illust h2 picture {
    display: inline-block;
    width: 215px;
  }
  .section-illust .box-thumbnail {
    width: 965px;
    margin: 0 auto;
    padding: 0;
  }
  .section-illust .box-thumbnail ul {
    width: 965px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content:left;
    flex-wrap: nowrap;
  }
  .section-illust .box-thumbnail ul li {
    width: 229px;
    margin: 0 5px 15px 0;
  }
  .section-illust .box-thumbnail ul li a:hover {
    opacity: 0.7;
  }
  .modal-content {
    /*width: 78.7%;
    max-width: 919px;*/
  }
  .modal-content .js-modal-close {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
  }
 .modal-content .js-modal-close img{
    width: 30px;
  }    
  .section-book {
    position: relative;
    width: 1000px;
    margin: -1px auto 0;
    padding: 0;
  }
  .section-book::before {
    display: block;
    position: absolute;
    content: "";
    width: 1003px;
    height: 114px;
    top: -47px;
    left: -26px;
    z-index: 5;
    background: url(../images/book_triangle.png) no-repeat;
  }
  .section-book .box-contents-wrap {
    padding: 13px 0 0;
  }
  .section-book h2 {
    margin: -13px auto 83px;
    text-align: center;
  }
  .section-book h2 picture {
    display: inline-block;
    width: 204px;
  }
  .section-book .box-information {
    position: relative;
    width: 934px;
     height:425px;
    margin: 0 auto 50px;
  }
  .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: 0 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;
  }
}


