/*!  02_base
================================================ */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #1c1c1c;
  font-weight: 400;
  font-size: 24px;
  font-size: 3.75vw;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
	overflow:hidden;
}
body a {
  color: #1c1c1c;
  text-decoration: none;
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

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

.viewPc {
  display: none !important;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.notice {
  color: #b8272d;
}

/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 02_layout
=============================================================*/
/*!  main
================================================ */
main {
  position: relative;
}
main::before {
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #797878 url(../images/global/sp/bg.png) no-repeat 50% 50%/100% auto;
  content: "";
}

/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  background-color: #1c1c1c;
}
.kv::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/kv/sp/kv-bg.png) no-repeat 50% 0/100% auto;
  content: "";
}
.kv .contents-inner {
  position: relative;
  padding: 61.71875vw 0 3.125vw;
}
.kv .main-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.kv .main-img.on {
  -webkit-animation: animate-fadeIn 0.3s ease-out 1s forwards;
          animation: animate-fadeIn 0.3s ease-out 1s forwards;
}
.kv h1 {
  width: 100%;
  margin-bottom: 59.6875vw;
  transform: scale(0.8);
  opacity: 0;
}
.kv h1.on {
  -webkit-animation: animate-scale 0.2s ease-out 1.5s forwards, animate-shake 0.1s 3 ease-out 1.8s forwards;
          animation: animate-scale 0.2s ease-out 1.5s forwards, animate-shake 0.1s 3 ease-out 1.8s forwards;
}
.kv .catch {
  width: 100%;
  margin: 0 auto 6%;
}
.kv .author {
  position: absolute;
  top: 3.4375vw;
  right: 2.8125vw;
  width: 5.9375%;
}
.kv .illustration {
  position: absolute;
  top: 0.9375vw;
  right: 7.8125vw;
  width: 14.21875%;
}
.kv .box-release {
  display: flex;
  position: absolute;
  top: 101.5625vw;
  right: 5.46875vw;
  align-items: flex-end;
  justify-content: space-between;
  width: 90.9375%;
}
.kv .box-release .cover {
  width: 46.9072164948%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border: 2px solid #9145b0;
}
.kv .box-release .release {
  position: absolute;
  top: 0.9375vw;
  left: 40.625vw;
  width: 27.8350515464%;
}
.kv .box-release .btn {
  width: 49.8281786942%;
}
.kv .box-release .btn li + li {
  margin-top: 0.78125vw;
}
.kv .box-release .btn li a {
  display: block;
}
.kv .box-release .btn .off{
	opacity: 0.5;
}
.kv .kakushi{
	display: none;
}
@-webkit-keyframes animate-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate-scale {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}
@keyframes animate-scale {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}
@-webkit-keyframes animate-shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes animate-shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
/* .navigation
-------------------------------------------------*/
.navigation {
  margin-bottom: 4.375vw;
  background-color: #9145b0;
}
.navigation .navigation-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navigation .navigation-menu li {
  position: relative;
  padding-left: 0.15625vw;
}
.navigation .navigation-menu li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.15625vw;
  height: 10.3125vw;
  transform: translateY(-50%);
  background: url(../images/nav/sp/border.png) no-repeat 0 50%/100% auto;
  content: "";
}
.navigation .navigation-menu li:nth-of-type(1) {
  width: 34.6875%;
  padding-left: 0;
}
.navigation .navigation-menu li:nth-of-type(1)::before {
  background: none;
}
.navigation .navigation-menu li:nth-of-type(2) {
  width: 40.9375%;
}
.navigation .navigation-menu li:nth-of-type(3) {
  width: 24.0625%;
}
.navigation .navigation-menu li:nth-of-type(4) {
  width: 34.84375%;
  padding-left: 0;
}
.navigation .navigation-menu li:nth-of-type(4)::before {
  background: none;
}
.navigation .navigation-menu li:nth-of-type(5) {
  width: 65%;
}
.navigation .navigation-menu li a {
  display: block;
}
/* .topics
-------------------------------------------------*/
.topics {
  margin-bottom: 3.90625vw;
  background-image: url(../images/topics/sp/bg-title.png), url(../images/topics/sp/bg.jpg);
  background-position: 50% 0, 50% 0;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat;
}
.topics .contents-inner {
  position: relative;
  padding: 7.5vw 0 9.84375vw;
}
.topics h2 {
  width: 39.6875%;
  margin: 0 auto 4.6875vw;
}
.topics .movie {
  position: relative;
	width: auto;
}
/*
.topics .movie {
  position: relative;
  width: 90.15625%;
  height: 0;
  margin: 0 auto 3.75vw;
  padding-top: 56.25%;
}
.topics .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.topics .comicalize {
  width: 94.6875%;
  margin: 0 0 0 auto;
}
.topics .comicalize a {
  display: block;
}
.topics .movie .movieSlider {
position: static;
width: auto;
margin: 0 20px;
}
.topics .movie .movieSlider .slick-list {
		overflow: visible;
}
.topics .movie .movieSlider .item {
position: relative;
font-size: 0;
text-align: center;
margin: 0 10px;
}

.topics .movie .movieSlider .item a {
		display: inline-block;
		position: relative;
		border: 2px solid #000;
}

.topics .movie .movieSlider .item a::before {
		display: block;
		position: absolute;
		content: '';
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
height: 100%;
		background-image: url(../images/topics/dot.png);
		background-size: 4px 4px;
		transition: all 0.3s ease;
}

.topics .movie .movieSlider .item a::after {
		display: block;
		position: absolute;
		content: '';
		z-index: 2;
		top: 50%;
		left: 50%;
width: 62px;
height: 62px;
		margin: -31px 0 0 -31px;
		background-image: url(../images/topics/play.png);
		background-size: 62px;
		transition: all 0.2s ease;
}
.topics .movie .movieSlider .item a:hover::before {
		opacity: 0;
}
.topics .movie .movieSlider .item a:hover::after {
		opacity: 0;
		transform: scale(1.1);
}

.topics .movie .movieSlider .slick-prev {
		overflow: hidden;
		position: absolute;
		cursor: pointer;
		z-index: 2;
		top: 50%;
		left: 0;
		width: 44px;
		height: 111px;
		margin-top: -55px;
		padding: 0;
		border: none;
		outline: none;
		-webkit-appearance: none;
		background-image: url(../images/topics/arrow.png);
		background-color: transparent;
		background-size: 44px 111px;
		text-indent: 100%;
		white-space: nowrap;
		transition: all 0.3s ease;
}
.topics .movie .movieSlider .slick-prev:hover {
		opacity: 0.7;
}
.topics .movie .movieSlider .slick-next {
		overflow: hidden;
		position: absolute;
		cursor: pointer;
		z-index: 2;
		top: 50%;
		right: 0;
		width: 44px;
		height: 111px;
		margin-top: -55px;
		padding: 0;
		border: none;
		outline: none;
		-webkit-appearance: none;
		background-image: url(../images/topics/arrow.png);
		background-color: transparent;
		background-size: 44px 111px;
		text-indent: 100%;
		white-space: nowrap;
		transform: scale(-1, 1);
		transition: all 0.3s ease;
}
.topics .movie .movieSlider .slick-next:hover {
		opacity: 0.7;
}
.topics .movie .movieSlider .item img {
width: 100%;
}

/* .special
-------------------------------------------------*/
.special {
  margin-bottom: 8.4375vw;
  background-image: url(../images/special/sp/bg-title.png), url(../images/special/sp/bg.jpg);
  background-position: 50% 0, 0 0;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat;
}
.special .contents-inner {
  position: relative;
  width: 90.78125%;
  margin: 0 auto;
  padding: 7.5vw 0 9.6875vw;
}
.special h2 {
  width: 45.7831325301%;
  margin: 0 auto;
}
.special .special-list li {
  margin: 6.4375vw 0 0;
}
/* .story
-------------------------------------------------*/
.story {
  margin-bottom: 9.0625vw;
  background-image: url(../images/story/sp/bg-title.png), url(../images/story/sp/bg.png);
  background-position: 50% 0, 50% 0;
  background-size: 100% auto, 4px 4px;
  background-repeat: no-repeat, repeat;
}
.story .contents-inner {
  position: relative;
  width: 95.3125%;
  padding: 0 0 12.5vw;
}
.story h2 {
  position: absolute;
  top: 7.5vw;
  left: calc(50% + 3.75vw);
  width: 32.4590163934%;
  transform: translateX(-50%);
}
/* .opening
-------------------------------------------------*/
.opening {
  margin-bottom: 10.15625vw;
  background-image: url(../images/opening/sp/bg-title.png), url(../images/opening/sp/opening-bg.png), url(../images/opening/sp/bg.jpg);
  background-position: 50% 0, 50% 20.9375vw, 0 0;
  background-size: 100% auto, 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}
.opening .contents-inner {
  position: relative;
  padding: 7.65625vw 0 10.3125vw;
}
.opening h2 {
  width: 49.375%;
  margin: 0 auto 7.5vw;
}
.opening p {
  width: 94.6875%;
  margin: 0 auto;
}
/* .keywords
-------------------------------------------------*/
.keywords {
  margin-bottom: 10.15625vw;
  background-image: url(../images/keywords/sp/bg-title.png), url(../images/keywords/sp/bg-img.png), url(../images/keywords/sp/bg.jpg);
  background-position: 50% 0, 50% 100%, 0 0;
  background-size: 100% auto, 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}
.keywords .contents-inner {
  position: relative;
  padding: 7.65625vw 0 48.4375vw;
}
.keywords h2 {
  width: 56.5625%;
  margin: 0 auto 5vw;
}
.keywords .keyword-list {
  width: 90.78125%;
  margin: 0 auto;
}
.keywords .keyword-list li:not(:last-of-type) {
  margin-bottom: 3.59375vw;
}
/* .character
-------------------------------------------------*/
.character {
  margin-bottom: 7.5vw;
  background-image: url(../images/character/sp/bg-title.png), url(../images/character/sp/bg.jpg);
  background-position: 50% 0, 0 0;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat;
}
.character .contents-inner {
  position: relative;
  padding: 6.25vw 0 11.25vw;
}
.character h2 {
  width: 57.65625%;
  margin: 0 auto 4.6875vw;
}
.character .characters {
  width: 90.625%;
  margin: 0 auto;
}
.character .characters li:not(:last-of-type) {
  margin-bottom: 5.3125vw;
}
/* .high-school
-------------------------------------------------*/
.high-school {
  margin-bottom: 10.3125vw;
  background-image: url(../images/high-school/sp/bg-title.png), url(../images/high-school/sp/bg.png);
  background-position: 50% 0, 50% 0;
  background-size: 100% auto, 4px 4px;
  background-repeat: no-repeat, repeat;
}
.high-school .contents-inner {
  position: relative;
  padding: 6.875vw 0 9.6875vw;
}
.high-school h2 {
  width: 94.84375%;
  margin: 0 auto 5.625vw;
}
.high-school .high-school-list {
  width: 90.625%;
  margin: 0 auto;
}
.high-school .high-school-list li:not(:last-of-type) {
  margin-bottom: 3.4375vw;
}
/* .book
-------------------------------------------------*/
.book {
  background: url(../images/book/sp/bg-title.png) no-repeat 50% 0/100% auto;
}
.book .contents-inner {
  position: relative;
  padding: 7.5vw 0 8.59375vw;
}
.book h2 {
  width: 30.625%;
  margin: 0 auto 7.03125vw;
}
.book .information {
  width: 90.625%;
  margin: 0 auto;
  padding: 9.375vw 0 5vw;
  background-color: #e3e3e3;
}
.book .information .book-cover {
  width: 62.2413793103%;
  margin: 0 auto;
}
.book .information .book-cover .cover {
  margin-bottom: 5.3125vw;
	box-sizing: border-box;
	border: 2px solid #9145b0;
}
.book .information .book-cover .btn li + li {
  margin-top: 1.25vw;
}
.book .information .book-cover .btn li a {
  display: block;
}
.book .information .book-cover .btn .off{
	opacity: 0.5;
}
.book .information .book-information {
  width: 89.6551724138%;
  margin: 0 auto 4.375vw;
}
.book .information .book-information .book-data {
  margin-bottom: 3.75vw;
  padding: 4.375vw 0 3.75vw;
  border-bottom: 1px solid #262626;
}
.book .information .book-information h3 {
  margin-bottom: 0.9375vw;
  font-weight: 700;
  font-size: 40px;
  font-size: 6.25vw;
  text-align: center;
}
.book .information .book-information p {
  font-size: 20px;
  font-size: 3.125vw;
  line-height: 1.7;
}
.book .information .book-information p + p {
  margin-top: 4.6875vw;
}
.book .information .book-information .works-author {
  text-align: center;
}
.book .information .book-information .works-author .author {
  font-size: 26px;
  font-size: 4.0625vw;
  line-height: 1.3846153846;
}
.book .information .book-information .works-author .illustrator {
  display: flex;
  justify-content: center;
}
.book .information .book-information .works-author .illustrator p {
  font-size: 22px;
  font-size: 3.4375vw;
  line-height: 1.3636363636;
}
.book .information .book-information .works-author .illustrator p + p {
  margin-top: 0;
  margin-left: 4.375vw;
}
.book .information .book-information .isbn {
  font-size: 20px;
  font-size: 3.125vw;
  line-height: 1.5;
  text-align: center;
}
.book .information .book-information .lead {
  margin-bottom: 2.5vw;
  color: #9145b0;
  font-weight: 700;
  font-size: 26px;
  font-size: 4.0625vw;
  line-height: 1.4615384615;
}
.book .information .book-information .lead + p {
  margin-top: 0;
}
/* .pagetop
-------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  width: 9.6875%;
}
.pagetop a {
  display: block;
}

/* footer
-------------------------------------------------*/
footer {
  background-color: #1c1c1c;
}
footer .footer {
  padding: 10vw 0 10vw;
}
footer .logo {
  width: 34.0625%;
  margin: 0 auto 3.125vw;
}
footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5625vw;
}
footer .sns li {
  margin: 0 0.78125vw 0;
}
footer .copyright {
  color: #fff;
  font-size: 18px;
  font-size: 2.8125vw;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  body {
    width: 100%;
    font-size: 1.6rem;
  }
  body a[href^="tel:"] {
    pointer-events: none;
  }
  body a:hover {
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
    opacity: 0.8;
  }
  .viewSp {
    display: none !important;
  }
  .viewPc {
    display: block !important;
  }
  main {
    min-width: 1160px;
  }
  main::before {
    background-image: url(../images/global/pc/bg.png);
    background-size: 1892px auto;
  }
  .kv {
    background: linear-gradient(180deg, #1c1c1c 0%, #1c1c1c 1016px, rgba(0, 0, 0, 0) 1016px, rgba(0, 0, 0, 0) 100%);
  }
  .kv::before {
    background: url(../images/kv/pc/kv-bg.png) no-repeat 50% 0/2131px auto;
  }
  .kv .contents-inner {
    width: 1160px;
    margin: 0 auto;
    padding: 340px 0 32px;
		overflow: hidden;
  }
  .kv .main-img {
    top: 0;
    left: 50%;
    width: 1151px;
    transform: translateX(-50%);
  }
  .kv h1 {
    width: 1055px;
    margin: 0 auto;
		transform: scale(1.1);
  }
  .kv .catch {
    width: 1000px;
		position: inherit;
		z-index: 2;
  }
  .kv .author {
    top: 86px;
    right: auto;
    left: 124px;
    width: 38px;
  }
  .kv .illustration {
    top: 72px;
    right: auto;
    left: 159px;
    width: 91px;
  }
  .kv .box-release {
    display: block;
    top: 55px;
    right: 52px;
    width: 168px;
  }
  .kv .box-release .cover {
    width: 168px;
    margin-bottom: 10px;
  }
  .kv .box-release .release {
    top: 58px;
    left: -114px;
    width: 121px;
  }
  .kv .box-release .btn {
    width: 168px;
  }
  .kv .box-release .btn li + li {
    margin-top: 2px;
  }
	.kv .kakushi{
		display: inherit;
		position: absolute;
		bottom: -170px;
		left: -225px;
		width:  1870px;
		z-index: 1;
	}
	
@-webkit-keyframes animate-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate-scale {
  0% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-scale {
  0% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes animate-shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
  .navigation {
    margin-bottom: 42px;
		position: inherit;
		z-index: 3;
  }
  .navigation .navigation-menu li {
    padding-left: 1px;
  }
  .navigation .navigation-menu li::before {
    width: 1px;
    height: 26px;
    background: url(../images/nav/pc/border.png) no-repeat 0 50%/100% auto;
  }
  .navigation .navigation-menu li:nth-of-type(1) {
    width: 149px;
    padding-left: 1px;
  }
  .navigation .navigation-menu li:nth-of-type(1)::before {
    background: url(../images/nav/pc/border.png) no-repeat 0 50%/100% auto;
  }
  .navigation .navigation-menu li:nth-of-type(2) {
    width: 181px;
  }
  .navigation .navigation-menu li:nth-of-type(3) {
    width: 100px;
  }
  .navigation .navigation-menu li:nth-of-type(4) {
    width: 130px;
    padding-left: 1px;
  }
  .navigation .navigation-menu li:nth-of-type(4)::before {
    background: url(../images/nav/pc/border.png) no-repeat 0 50%/100% auto;
  }
  .navigation .navigation-menu li:nth-of-type(5) {
    width: 263px;
    padding-right: 1px;
  }
  .navigation .navigation-menu li:nth-of-type(5)::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 26px;
    transform: translateY(-50%);
    background: url(../images/nav/pc/border.png) no-repeat 0 50%/100% auto;
    content: "";
  }
  .topics {
    margin-bottom: 48px;
    background-image: url(../images/topics/pc/bg-title.png), url(../images/topics/pc/bg-character.jpg), url(../images/topics/pc/bg.jpg);
    background-position: 50% 0, 50% 0, 50% 0;
    background-size: 807px auto, 1915px auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .topics .contents-inner {
    margin: 0 auto;
    padding: 48px 0 76px;
  }
  .topics h2 {
    width: 254px;
    margin-bottom: 35px;
  }
  .topics .comicalize {
    width: 860px;
    margin: 0 auto;
  }
	.topics .movie .movieSlider {
		position: static;
		width: 870px;
		margin: 0 auto 50px;
}

.topics .movie .movieSlider .item {
		position: relative;
		font-size: 0;
		text-align: center;
		margin: 0 20px;
}
.topics .movie .movieSlider .item a::after {
		width: 124px;
		height: 124px;
		margin: -62px 0 0 -62px;
		background-size: 124px;
}
.topics .movie .movieSlider .item img {
width: auto;
}
	
  .special {
    margin-bottom: 46px;
    background-image: url(../images/special/pc/bg-title.png), url(../images/special/pc/bg.jpg);
    background-position: 50% 0, 50% 0;
    background-size: 807px auto, auto;
    background-repeat: no-repeat, repeat;
  }
  .special .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 48px 0 74px;
  }
  .special h2 {
    width: 266px;
  }
  .special .special-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special .special-list li {
    width: 478px;
    margin: 40px 0 0;
  }
  .story {
    margin-bottom: 47px;
    background-image: url(../images/story/pc/bg-title.png), url(../images/story/pc/bg.png);
    background-position: 50% 0, 50% 0;
    background-size: 807px auto, 4px 4px;
    background-repeat: no-repeat, repeat;
  }
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
  .story h2 {
    top: 48px;
    left: calc(50% + 7px);
    width: 198px;
  }
  .opening {
    margin-bottom: 45px;
    background-image: url(../images/opening/pc/bg-title.png), url(../images/opening/pc/opening-bg.png), url(../images/opening/pc/bg.jpg);
    background-position: 50% 0, 50% 130px, 50% 0;
    background-size: 807px auto, 1027px auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .opening .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 48px 0 59px;
  }
  .opening h2 {
    width: 316px;
    margin-bottom: 34px;
  }
  .opening p {
    width: 868px;
  }
  .keywords {
    margin-bottom: 65px;
    background-image: url(../images/keywords/pc/bg-title.png), url(../images/keywords/pc/bg-img03.png), url(../images/keywords/pc/bg-img02.png), url(../images/keywords/pc/bg-img01.png), url(../images/keywords/pc/bg.jpg);
    background-position: 50% 0, calc(50% - 30px) 100%, calc(50% - 575px) 0, calc(50% + 660px) 83%, 50% 0;
    background-size: 807px auto, 1579px auto, 867px auto, 482px auto, auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  }
  .keywords .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 48px 0 75px;
  }
  .keywords h2 {
    width: 362px;
    margin-bottom: 48px;
  }
  .keywords .keyword-list {
    width: 1000px;
  }
  .keywords .keyword-list li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .character {
    margin-bottom: 47px;
    background-image: url(../images/character/pc/bg-title.png), url(../images/character/pc/bg.jpg);
    background-position: 50% 0, 50% 0;
    background-size: 807px auto, auto;
    background-repeat: no-repeat, repeat;
  }
  .character .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 48px 0 85px;
  }
  .character h2 {
    width: 369px;
    margin-bottom: 52px;
  }
  .character .characters {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
  }
  .character .characters li {
    width: 304px;
    margin-left: 44px;
  }
  .character .characters li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .character .characters li:not(:last-of-type) {
    margin-bottom: 43px;
  }
  .character .characters li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .high-school {
    margin-bottom: 0;
    background-image: url(../images/high-school/pc/bg-title.png), url(../images/high-school/pc/bg.png);
    background-position: 50% 0, 50% 0;
    background-size: 807px auto, 4px 4px;
    background-repeat: no-repeat, repeat;
  }
  .high-school .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 46px 0 87px;
  }
  .high-school h2 {
    width: 697px;
    margin-bottom: 36px;
  }
  .high-school .high-school-list {
    width: 1000px;
  }
  .high-school .high-school-list li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .book {
    background: url(../images/book/pc/bg-title.png) no-repeat 50% 0/807px auto;
  }
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 46px 0 68px;
  }
  .book h2 {
    width: 196px;
    margin-bottom: 98px;
  }
  .book .information {
    display: flex;
    justify-content: space-between;
    width: 860px;
    padding: 38px 70px 40px;
  }
  .book .information .book-cover {
    width: 264px;
    margin: 0 0 0 3px;
    padding-top: 3px;
  }
  .book .information .book-cover .cover {
    margin-bottom: 27px;
  }
  .book .information .book-cover .btn {
    width: 262px;
  }
  .book .information .book-cover .btn li + li {
    margin-top: 2px;
  }
  .book .information .book-information {
    width: 551px;
    margin: 0;
  }
  .book .information .book-information .book-data {
    margin-bottom: 27px;
    padding: 0 0 20px;
  }
  .book .information .book-information h3 {
    margin-bottom: 5px;
    font-size: 3.4rem;
    text-align: left;
  }
  .book .information .book-information p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .book .information .book-information p + p {
    margin-top: 21px;
  }
  .book .information .book-information .works-author {
    text-align: left;
  }
  .book .information .book-information .works-author .author {
    font-size: 2rem;
    line-height: 1.5;
  }
  .book .information .book-information .works-author .illustrator {
    justify-content: flex-start;
  }
  .book .information .book-information .works-author .illustrator p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .book .information .book-information .works-author .illustrator p + p {
    margin-top: 0;
    margin-left: 14px;
  }
  .book .information .book-information .isbn {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    text-align: left;
  }
  .book .information .book-information .lead {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
  .book .information .book-information .lead + p {
    margin-top: 0;
  }
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 62px;
		z-index: 10;
  }
  footer .footer {
    padding: 74px 0 65px;
  }
  footer .logo {
    width: 138px;
    margin-bottom: 20px;
  }
  footer .sns {
    margin-bottom: 18px;
  }
  footer .sns li {
    margin: 0 3px 0;
  }
  footer .copyright {
    font-size: 1.4rem;
  }
}