h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style-type: none
}

html {
  overflow-y: scroll
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400
}

html {
  overflow-x: hidden;
  font-size: medium
}

body {
  min-width: 1200px;
  font-size: 62.5%
}

* {
  box-sizing: border-box
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

p {
  margin: 0;
  padding: 0;
  font-size: 140%;
  line-height: 1.5
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: 100%
}

p input, p button, p select {
  font-size: 100%
}

li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select {
  font-size: 100%
}

dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select {
  font-size: 100%
}

tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%
}

input, button, select, option, textarea {
  font-size: 14px
}

figure {
  margin: 0
}

a {
  color: #000;
  text-decoration: none
}

a:link, a:visited {
  color: #000;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

section {
  box-sizing: border-box;
  position: relative
}

.clearfix {
  min-height: 1px
}

.clearfix::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: " "
}

* html .clearfix {
  height: 1px
}

.hover :hover {
  animation: btn 0.5s;
  opacity: 0.8
}

@keyframes btn {
  0% {
    opacity: 1
  }
  10% {
    opacity: 0.4
  }
  100% {
    opacity: 0.8
  }
}

body {
	background:url(../img/bg.png) repeat;
}

.smartphoto {
  display: none
}

@media screen and (min-width: 641px) {
  .contents1200 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
  }
  .contents1100 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto
  }
  .contents1060  {
	  width:1060px;
	  margin-right:auto;
	  margin-left:auto;
  }
  img {
    max-width: 100%;
    height: auto
  }
}

#keyvisual {
  height: 687px;
  background: url("../img/keyvisual/bg01_pc.jpg"),-moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,236,228) 100%);
  background: url("../img/keyvisual/bg01_pc.jpg"),-webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(251,236,228) 100%);
  background-repeat:no-repeat;
  background-position:top center;
  background-size: contain;
  position: relative;
  overflow:hidden;
}

#keyvisual>div {
  height: 100%;
  position: relative;
  z-index: 10
}
#keyvisual>div::after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background: url("../img/keyvisual/bg02_pc.png") no-repeat center bottom;
	z-index:5;
}
#keyvisual .logo {
	left: 158px;
	top: 29px;
  position:absolute;
  left:158px;
  z-index:10;
}

#keyvisual h1, #keyvisual .kv-image, #keyvisual .catch, #keyvisual .btns,#keyvisual .auther, #keyvisual .book {
  z-index: 5;
  position: absolute;
  opacity: 0
}

#keyvisual h1 {
    top: 16px;
    right: 80px;
    z-index: 10;
}

#keyvisual .kv-image {
 left: 294px;
 top: 47px;
 line-height: 0
}

#keyvisual .catch {
    top: 32px;
	left: 289px;
}
#keyvisual .auther {
	bottom: 27px;
	right: 231px;
	z-index: 10;
}

#keyvisual .btns {
  bottom: 32px;
  right: 350px;
	z-index:10;
}

#keyvisual .btns ul {
}

#keyvisual .btns li {
  width: 220px;
  margin-bottom:15px;
}
#keyvisual .btns li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 10px;
  background-color: #e60012;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.12em;
}
#keyvisual .btns li.off a{
  background-color: #a5a5a5;
  pointer-events: none;
}

#keyvisual .btns li a:hover {
  background-color: rgba(208, 49, 154, 0.8)
}

#keyvisual .book {
	left: 64px;
    bottom: 182px;
	z-index: 10;
}

#information {
  padding-top: 50px;
  padding-bottom: 46px;
  background:#000;
  position:relative;
}

#information h2 {
	position: absolute;
	left: calc(50% - 202px);
	top: 20px;
}

#information .information {
  background-image: url(../img/information/bg01_pc.png);
  padding: 37px 47px;
  height:219px;
}

#information ul {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #c8a063 #040404;
  scrollbar-width: thin;
}
#information ul li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing:0.025em;
}

#information ul li time {
  padding: 2px 4px;
  color: #c8a063;
  font-size: 14px;
  font-weight: bold
}

#information ul li a {
  position: relative;
  padding-left: 15px;
  font-size:16px;
  color:#fff;
}


#story {
  background: url("../img/story/bg_pc.png") no-repeat center 0;
  height: 757px;
  margin:81px 0 78px;
}
#story .contents1060 {
  position:relative;
}

#story h2 {
  padding-top: 39px;
  padding-bottom: 0;
  text-align: center
}

#story p.txt01 {
  height: 748px;
  margin-top: -2px;
}
#story p.txt02 {
	position:absolute;
	top: 8px;
	right: 10px;
}

@media screen and (min-width: 1801px) {
  #story {
    background-size: 100% auto
  }
}

#person {
  padding-top: 48px;
  padding-bottom: 50px;
  background:url("../img/person/bg_pc.png") top center no-repeat,rgba(254,248,214,0.6);
  background-size:cover;
  text-align:center;
}

#person h2 {
  text-align: center;
  margin-bottom: 43px
}

#person ul {
  width: 864px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px
}

#person ul li {
  width: 412px;
  margin-bottom: 12px;
  text-align: center;
}

#person ul li img {
  line-height: 0;
  vertical-align: bottom;
  margin-bottom: 5px;
  text-align: center;
}

#person ul li span {
  display: block;
  font-size: 21.32px;
  letter-spacing:0.05em;
  text-align:center;
  font-weight:600;
  padding: 15px
}
#special {
  padding-top: 54px;
  padding-bottom: 55px;
  background: url("../img/story/bg01.png") no-repeat center 60px
}

#special h2 {
  text-align: center;
  margin-bottom: 33px
}
#special .txt {
	text-align:center;
	margin-bottom:22px;
}
/*#special>div>div {
  text-align: center;
  pointer-events: none;
}*/

#special ul {
  width: 800px;
  margin: 34px auto 0
}

#special ul li {
  margin-bottom: 22px
}

#special ul li.nolink {
  pointer-events: none;
  position: relative
}

#special ul li.nolink::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0
}

#special ul li a {
  display: block;
}


@media screen and (min-width: 1801px) {
  #story {
    background-size: 100% auto
  }
}

#comment {
  padding-top: 45px;
  padding-bottom: 30px;
  background: url("../img/comment/bg01.gif") 0 0
}

#comment h2 {
  text-align: center;
  margin-bottom: 35px
}

#comment dl {
  width: 900px;
  margin: auto
}

#comment dl dd {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 60px
}

#books {
  padding-top: 51px;
  padding-bottom: 47px;
  background:#fbede5;
  margin-bottom:80px;
}

#books h2 {
  text-align: center;
  margin-bottom: 20px
}

#books hr {
  border: 0;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #4a4d93
}

#books .book {
  margin-bottom: 40px
}

#books .book .cover {
  float: left;
  width: 318px
}

#books .book .cover img {
  max-width: 100%
}

#books .book .detail {
  float: right;
  width: 760px
}

#books .book .detail h3 {
  font-size: 48px;
  line-height: 1.0
}

#books .book .detail .subtitle {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #4a4d93;
  padding-bottom: 10px;
  margin-bottom: 20px
}

#books .book .detail .story {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.8
}

#books .book .detail .story strong {
  display: block;
  font-size: 23px;
  font-weight: normal
}

#books .book .detail .links {
  font-size: 0;
  display: flex
}

#books .book .detail .links li {
  width: 340px;
  margin-right: 20px;
  position: relative;
  line-height: 1
}

#books .book .detail .links li a {
  display: block;
  width: 100%;
  padding: 15px 60px;
  border-radius: 4px;
  background-color: #d11423;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease
}

#books .book .detail .links li a:hover {
  background-color: rgba(116, 95, 174, 0.74)
}

#books .book .detail .links li a::before {
  content: '▶︎';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  font-size: 12px
}

#books .store {
  width: 100%;
  margin: 0 auto 35px;
  padding: 25px 0 5px;
  border: 1px solid #d9001f;
  background-color: #f9f9f4;
}

#books .store h3 {
  position: relative;
  cursor: pointer;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 20px;
  text-align: center;
  color: #d11423;
  letter-spacing:0.12em;
}

#books .store h3 img {
  margin-right: 10px
}

#books .store h3::after {
	content: "";
	background:url(../img/books/icon02.png) no-repeat top center;
	display: block;
	position: absolute;
	top: 10px;
	right: 24px;
	width: 26px;
	height: 17px;
}
#books .store h3::before {
    content: "";
    background: url("../img/books/icon01.png") no-repeat top center;
    display: block;
    position: absolute;
    top: 4px;
    left: 420px;
    width: 27px;
    height: 27px;
}
#books .store h3.active::after {
  content: '\f077'
}

#books .store .storeLinks {
  display: none
}

#books .store .storeLinks .banner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 10px;
  padding: 0;
  list-style: none
}

#books .store .storeLinks .banner li {
  width: 20%;
  margin: 0 0 15px 0;
  padding: 0 10px;
  box-sizing: border-box
}

#books .store .storeLinks .banner li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #ccc
}

#books .store .storeLinks .banner li a img {
  max-width: 100%;
  height: auto
}

#comic {
  padding-top: 46px;
  padding-bottom: 57px;
  background: url("../img/comic/bg01_pc.gif") 0 0
}

#comic h2 {
  text-align: center;
  margin-bottom: 53px;
}
#comic p.bnr {
  position:relative;
}
#comic p.bnr::after {
	content:"";
	background:url(../img/comic/icon01.png) no-repeat;
	width:132px;
	height:132px;
	position:absolute;
	display:block;
	top: -21px;
	right: -45px;
}
#comic p {
  text-align: center;
  line-height: 0;
}
#comic .comic_img {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}
#comic .comic_img li {
	width:516px;
	margin-top:45px;
}
#comic .comic_img .p1 {
	width:515px;
}
#comic .comic_img .p2 {
	width:517px;
}
#comic .continue {
	background:rgba(237,188,145,0.5);
	border-radius:10px;
	margin-top:59px;
	position:relative;
	padding: 49px 19px 33px;
}
#comic .continue h3 {
	text-align:center;
	position:absolute;
	top: -25px;
	left: calc(50% - 255px);
}
#comic .continue ul {
	display:flex;
	justify-content:space-around;
}

#web {
	text-align:center;
	padding:43px 0 53px;
}
#web h2 {
	margin-bottom:40px;
}
#web ul li {
	margin-top:23px;
}

#footer {
  padding: 0 0 100px;
  border-top: 1px solid #000000;
  background-color: #d11423
}

#footer .banner {
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 0;
  text-align: center
}

#footer .banner li {
  display: inline-block
}

#footer small {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center
}

#navigation {
  z-index: 20;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #040404;
}

#navigation .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: right;
  z-index: 0
}


#navigation .inner .logo {
  position: absolute;
  bottom: 5px;
  left: 0
}

#navigation .inner .gnav {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top
}

#navigation .inner .gnav li {
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 16px;
  line-height: 69px
}

#navigation .inner .gnav li a {
  display: block;
  width: 100%;
  padding: 0 20px;
  color: #fff
}

#navigation .inner .sns {
  display: inline-block;
  font-size: 0;
  vertical-align: top
}

#navigation .inner .sns li {
  display: inline-block;
  padding: 12px 2px 0
}

#navigation .inner .menu {
  display: none
}

@media only screen and (max-width: 640px) {
  body {
    min-width: 0;
    font-size: calc(100vw / 26);
    background-image: none
  }
  img {
    width: 100%;
    height: auto
  }
  #keyvisual {
    height: calc(634 / 640 * 100vw);
    background: url("../img/keyvisual/bg01_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative
  }
  #keyvisual::after {
    content: '';
    width: 100%;
    height: calc(236 / 640 * 100vw);
    background: url("../img/keyvisual/bg03_sp.png") 0 0;
    position: absolute;
    bottom: 0;
    left: 0
  }
  #keyvisual>div {
    background: none;
    padding-right: 0;
    padding-left: 0
  }
  #keyvisual > div::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/keyvisual/bg02_sp.png") no-repeat center bottom;
    z-index: 5;
    background-size: 100%;
  }
  #keyvisual .logo {
	width: calc(144 / 640 * 100vw);
    left: calc(16 / 640 * 100vw);
    top: calc(14 / 640 * 100vw);
  }
  #keyvisual h1, #keyvisual .kv-image, #keyvisual .catch, #keyvisual .btns, #keyvisual .book {
    z-index: 5;
    position: absolute;
    opacity: 0
  }
  #keyvisual h1 {
    width: calc(143 / 640 * 100vw);
    right: calc(15 / 640 * 100vw);
    top: calc(-6 / 640 * 100vw);
    z-index: 20
  }
  #keyvisual .kv-image {
    width: calc(521 / 640 * 100vw);
	left: calc(18 / 640 * 100vw);
	top: calc(14 / 640 * 100vw);
    line-height: 0
  }
  #keyvisual .catch {
    width: calc(353 / 640 * 100vw);
	top: calc(12 / 640 * 100vw);
	left: calc(26 / 640 * 100vw);
  }
  #keyvisual .btns {
    width: calc(380 / 640 * 100vw);
    bottom: calc(8 / 640 * 100vw);
    right: calc(33 / 640 * 100vw);
	z-index:10;
  }
  #keyvisual .btns ul {
    flex-direction: column
  }
  #keyvisual .btns ul li {
    display: inline-block;
    width: calc(180 / 640 * 100vw);
    margin-bottom: calc(15 / 640 * 100vw);
    margin-right: calc(5 / 640 * 100vw);
  }
  #keyvisual .btns ul li a {
    display: block;
    width: 100%;
    padding: calc(13 / 640 * 100vw) 0 calc(12 / 640 * 100vw);
    border-radius: 4px;
    background-color: #e60012;
    font-size: calc(24em / 26);
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    position: relative
  }
  #keyvisual .btns ul li a:hover {
    background-color: rgba(208, 49, 154, 0.8)
  }
  #keyvisual .auther {
    width: calc(92 / 640 * 100vw);
	right: calc(143 / 640 * 100vw);
	bottom: calc(92 / 640 * 100vw);
  }
  #keyvisual .book {
    width: calc(238 / 640 * 100vw);
	left: calc(18 / 640 * 100vw);
	bottom: calc(5 / 640 * 100vw);
	z-index: 10;
  }
  #information {
    padding-top: calc(28/ 640 * 100vw);
	padding-bottom: calc(31/ 640 * 100vw);
  }
  #information h2 {
    width: calc(282 / 640 * 100vw);
	left:calc(50% - 282 / 640 * 100vw / 2);
	top:calc(20 / 640 * 100vw);
  }
  #information .information {
  background-image: url(../img/information/bg01_sp.png);
  padding: calc(18 / 640 * 100vw) calc(30 / 640 * 100vw);
  height:calc(175 / 640 * 100vw);
  background-repeat:no-repeat;
  background-size:contain;
}
  #information>div {
    padding: calc(10 / 640 * 100vw) calc(20 / 640 * 100vw)
  }
  #information ul li {
	overflow:  hidden;
	white-space:nowrap;
	text-overflow:  ellipsis;
    font-size: calc(22em / 26);
	width:100%;
	color:#fff;
	line-height:1.8;
	padding: calc(6em / 26) 0;
  }
  #information ul li time {
    font-size: calc(21em / 26);
  }
  #information ul li a {
    font-size: calc(21em / 26);
  }
  #story {
    background: url("../img/story/bg_sp.png") no-repeat center top;
    background-size: 100% auto;
    height: auto;
    padding-bottom: calc(15 / 640 * 100vw);
	margin:0 0 calc(63 / 640 * 100vw);
  }
  #story h2 {
    width: calc(332 / 640 * 100vw);
    margin: auto;
    padding-top: calc(87 / 640 * 100vw);
    padding-bottom: calc(12 / 640 * 100vw)
  }
  #story p {
    height: auto;
    padding-top: 0;
    background: none
  }
  #story p.txt01 {
    width: calc(418 / 640 * 100vw);
	margin-left: calc(17 / 640 * 100vw);
	height:auto;
	margin-top: calc(-2 / 640 * 100vw);
  }
  #story p.txt02 {
    width: calc(191 / 640 * 100vw);
	top: calc(158 / 640 * 100vw);
	right: calc(7 / 640 * 100vw);
  }
  
  #person {
    padding-top: calc(28 / 640 * 100vw);
    padding-bottom: calc(20 / 640 * 100vw);
    background-image: url("../img/person/bg_sp.png");
    background-size: contain;
	background-position: center bottom;
  }
  #person>div {
    width: calc(570 / 640 * 100vw);
    margin: auto;
  }
  #person h2 {
    width: calc(426 / 640 * 100vw);
    margin: 0 auto calc(22 / 640 * 100vw);
  }
  #person ul {
    width: 100%;
    margin-bottom: 0;
	padding:0 calc(3 / 640 * 100vw);
  }
  #person ul li {
    width: calc(270 / 640 * 100vw);
    margin-bottom: calc(18 / 640 * 100vw)
  }
  #person ul li img {
	  margin-bottom:0;
  }
  #person ul li span {
    font-size: calc(15em / 26);
    padding: calc(10 / 640 * 100vw)
  }
  #person p {
    margin-bottom: calc(30 / 640 * 100vw)
  }
  #person p:nth-of-type(1) {
    width: calc(601 / 640 * 100vw);
	margin: 0 0 0 calc(-17 / 640 * 100vw);
  }
  #special {
    padding-top: calc(40 / 640 * 100vw);
    padding-bottom: calc(39 / 640 * 100vw);
    background: url("../img/special/bg01_sp.png") no-repeat center bottom;
    background-size: 100% auto
  }
  #special>div {
    width: calc(570 / 640 * 100vw);
    margin: auto
  }
  #special h2 {
    width: calc(432 / 640 * 100vw);
    margin: 0 auto calc(17 / 640 * 100vw);
  }
  #special .txt {
	  padding:0 calc(72 / 640 * 100vw) 0 calc(60 / 640 * 100vw);
	  margin-bottom: calc(5 / 640 * 100vw);
  }
  #special .txt picture {
    width: calc(437 / 640 * 100vw);
    margin: 0 auto calc(17 / 640 * 100vw);
  }
  #special div.hover {
    width: calc(601 / 640 * 100vw);
	margin-left: calc(-15 / 640 * 100vw);
  }
  #special ul {
    width: calc(500 / 640 * 100vw);
    margin: calc(20 / 640 * 100vw) auto 0
  }
  #special ul li {
    margin-bottom: calc(14 / 640 * 100vw)
  }
  #special ul li.nolink {
    pointer-events: none;
    position: relative
  }
  #special ul li.nolink::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0
  }
  #special ul li a {
  }
  #special ul li a::before {
    top: 0.2em;
    left: calc(25 / 640 * 100vw);
    font-size: calc(12em / 26)
  }
  #comment {
    padding-top: calc(35 / 640 * 100vw);
    padding-bottom: calc(30 / 640 * 100vw);
    background: url("../img/comment/bg01_sp.gif") 0 0;
    background-size: 100% auto
  }
  #comment>div {
    width: calc(610 / 640 * 100vw);
    margin: auto
  }
  #comment h2 {
    width: calc(606 / 640 * 100vw);
    margin: 0 auto calc(30 / 640 * 100vw)
  }
  #comment dl {
    width: 100%
  }
  #comment dl dd {
    padding: calc(20 / 640 * 100vw) calc(20 / 640 * 100vw) calc(50 / 640 * 100vw) calc(20 / 640 * 100vw)
  }
  #books {
    padding-top: calc(32 / 640 * 100vw);
	padding-bottom: calc(10 / 640 * 100vw);
	margin-bottom: calc(61 / 640 * 100vw);
  }
  #books>div {
    width: calc(570 / 640 * 100vw);
    margin: auto
  }
  #books h2 {
    width: calc(342 / 640 * 100vw);
    margin: 0 auto calc(24 / 640 * 100vw)
  }
  #books .book {
    width: auto;
    margin-bottom: 0
  }
  #books .book .cover {
    float: none;
    width: calc(465 / 640 * 100vw);
    margin: 0 auto calc(30 / 640 * 100vw)
  }
  #books .book .detail {
    float: none;
    width: auto
  }
  #books .book .detail h3 {
    font-size: calc(48em / 26)
  }
  #books .book .detail .subtitle {
    font-size: calc(30em / 26);
    padding-bottom: calc(15 / 640 * 100vw);
    margin-bottom: calc(20 / 640 * 100vw)
  }
  #books .book .detail .story {
    font-size: calc(20em / 26)
  }
  #books .book .detail .story strong {
    font-size: calc(23em / 20)
  }
  #books .book .detail .links {
    flex-direction: column
  }
  #books .book .detail .links li {
    display: block;
    width: 100%;
    margin: 0 0 calc(22 / 640 * 100vw);
    text-align: center
  }
  #books .book .detail .links li a {
    font-size: calc(28 / 640 * 100vw);
	background-color:#c38a30;
	font-weight: 600;
  }
  #books .store {
    width: auto;
    margin: 0 0 calc(40 / 640 * 100vw) 0;
    padding: calc(20 / 640 * 100vw) 0 calc(1 / 640 * 100vw);
  }
  #books .store h3 {
    font-size: calc(27 / 640 * 100vw);
    padding-bottom: calc(15 / 640 * 100vw);
    padding-left: calc(50 / 640 * 100vw);
  }
  #books .store h3 img {
    width: calc(27 / 640 * 100vw);
  }
  #books .store h3::before { 
  top: calc(2 / 640 * 100vw);
  left: calc(175 / 640 * 100vw);
  }
  #books .store h3::after {
	  background: url(../img/books/icon02.png) no-repeat top center;
	top: calc(10 / 640 * 100vw);
	right: calc(24 / 640 * 100vw);
	width: calc(14 / 640 * 100vw);
	height: calc(10 / 640 * 100vw);
	background-size: contain;
  }
  #books .store .storeLinks .banner li {
    width: 50%
  }
  #comic {
    padding: calc(40 / 640 * 100vw) calc(15 / 640 * 100vw) 1px;
    background: url("../img/comic/bg01_sp.gif") 0 0;
    background-size: 100% auto
  }
  #comic h2 {
    margin: 0 auto calc(43 / 640 * 100vw);
  }
  #comic h2 picture img {
    width: calc(502 / 640 * 100vw);
    margin-left: calc(24 / 640 * 100vw);
  }
  #comic p.bnr::after {
    background: url(../img/comic/icon01.png) no-repeat;
	background-size:contain;
    width: calc(98 / 640 * 100vw);
    height:  calc(98 / 640 * 100vw);
	top: calc(-47 / 640 * 100vw);
	right: calc(-22 / 640 * 100vw);
}
  #comic .bnr {
    width: calc(600 / 640 * 100vw);
	margin-left: calc(5 / 640 * 100vw);
  }
  #comic .comic_img li {
    width: calc(570 / 640 * 100vw);
	margin: calc(14 / 640 * 100vw) auto 0;
  }
  #comic .comic_img .p1 {
    width: calc(570 / 640 * 100vw);
	margin: calc(36 / 640 * 100vw) auto 0;
  }
  #comic .comic_img .p2 {
    width: calc(570 / 640 * 100vw);
  }
  #comic .continue {
	margin: calc(45 / 640 * 100vw) calc(6 / 640 * 100vw);
	border-radius: calc(5.81 / 640 * 100vw);
	padding:calc(35 / 640 * 100vw) calc(10 / 640 * 100vw) calc(24 / 640 * 100vw);
  }
  #comic .continue h3 {
	  width: calc(420 / 640 * 100vw);
    left: calc(50% - 205 / 640 * 100vw);
    top: calc(-20 / 640 * 100vw);
  }
  #web {
	  text-align:center;
	  padding:calc(28 / 640 * 100vw) calc(37 / 640 * 100vw) calc(47 / 640 * 100vw) ;
  }
  #web h2 {
	  width: calc(296 / 640 * 100vw);
	  margin: 0 auto calc(14 / 640 * 100vw);
  }
  #web ul li {
	  margin-top: calc(9 / 640 * 100vw);
  }
  #web .txt {
	  width: calc(529 / 640 * 100vw);
	  margin: 0 auto calc(12 / 640 * 100vw);
  }
  #footer {
    padding: 0 0 calc(105 / 640 * 100vw)
  }
  #footer .banner {
	  margin-bottom:calc(25 / 640 * 100vw);
  }	
  #footer .banner li {
    width: 50%
  }
  #footer .banner li img {
    width: 100%
  }
  #footer small {
    font-size: calc(12 / 640 *100vw);
	letter-spacing: 0.025em;
  }
  #navigation .inner {
    width: 100%;
    padding: 0 0 calc(83 / 640 *100vw) 0
  }
  #navigation .inner::before {
    content: '';
    width: calc(320 / 640 * 100vw);
    height: 100%;
    background-size: 100% auto;
    left: 0
  }
  #navigation .inner .logo {
    width: calc(188 / 640 * 100vw);
	margin-left: calc(13 / 640 * 100vw);
	bottom: calc(16 / 640 * 100vw);
  }
  #navigation .inner .gnav {
    display: none;
    margin-right: 0
  }
  #navigation .inner .gnav li {
    display: block;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 1;
    text-align: center
  }
  #navigation .inner .gnav li a {
    padding: 10px 0
  }
  #navigation .inner .gnav li:first-child {
    border-left: none
  }
  #navigation .inner .sns {
    display: none;
    padding: 10px 0 6.5%;
    text-align: center
  }
  #navigation .inner .sns li {
    padding: 0 4px
  }
  #navigation .inner #menu {
    display: block;
    position: absolute;
    right: calc(10 / 640 * 100vw);
	bottom:0;
	margin-bottom: calc(15 / 640 * 100vw);
    width: calc(60 / 640 * 100vw);
    height: calc(60 / 640 * 100vw);
    background-image: url(../img/navigation/menu.png);
    background-size: calc(60 / 640 * 100vw);
  }
  #navigation .inner #close {
    display: block;
    position: absolute;
    right: calc(10 / 640 * 100vw);
    bottom: calc(-100 / 640 * 100vw);
	margin-bottom: calc(15 / 640 * 100vw);
    width: calc(60 / 640 * 100vw);
    height: calc(60 / 640 * 100vw);
    background-image: url(../img/navigation/close.png);
    background-size: calc(60 / 640 * 100vw);
  }
}