@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

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

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

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

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

body {
  min-width: 1200px;
  font-size: 62.5%;
  /* 16px -> 10px */
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  margin: 0;
  padding: 0;
  font-size: 140%;
  line-height: 0;
}

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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

/*-----------------------------------------------
 cf
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: " ";
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  	height: auto;
  	overflow: hidden;
  	/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  -webkit-animation: btn 0.5s;
  animation: btn 0.5s;
  opacity: 0.8;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*-----------------------------------------------
 body
-----------------------------------------------*/
body {
  background: url("../img/global/bg.png") repeat-y top center;
  background-attachment: local;
}

/*-----------------------------------------------
 keyvisual
-----------------------------------------------*/
#keyvisual {
  height: 1000px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, rgb(225, 233, 216)), color-stop(97%, rgb(252, 250, 221)));
  background-image: linear-gradient(0deg, rgb(225, 233, 216) 13%, rgb(252, 250, 221) 97%);
  overflow: hidden;
}
#keyvisual .bg {
  width: 1800px;
  height: 1000px;
  opacity: 0;
  position: absolute;
  left: calc(50% - 900px);
}
#keyvisual .bg.bg1 {
  background: url("../img/keyvisual/kb_bg1-pc.png") no-repeat top center;
  top: 0;
  z-index: 2;
}
#keyvisual .bg.bg2 {
  background: url("../img/keyvisual/kb_bg2-pc.png") no-repeat top center;
  top: 0;
}
#keyvisual .inner {
  z-index: 3;
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#keyvisual .inner .logo {
  z-index: 10;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#keyvisual .inner h1 {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 14px;
  opacity: 0;
}
#keyvisual .inner .catch01 {
  z-index: 5;
  position: absolute;
  top: 40px;
  right: 258px;
  opacity: 0;
}
#keyvisual .inner .catch02 {
  z-index: 5;
  position: absolute;
  top: 122px;
  left: 86px;
  opacity: 0;
}
#keyvisual .inner .author {
  z-index: 5;
  position: absolute;
  top: 588px;
  right: 15px;
  opacity: 0;
}
#keyvisual .inner .btns {
  position: absolute;
  top: 734px;
  right: 20px;
  z-index: 5;
}
#keyvisual .inner .btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#keyvisual .inner .btns ul li {
  position: relative;
  width: 215px;
  height: 58px;
}
#keyvisual .inner .btns ul li a {
  display: block;
  width: 200px;
  height: 100%;
  padding-left: 15px;
  line-height: 58px;
  border-radius: 5px;
  background-color: #d3603a;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#keyvisual .inner .btns ul li a:hover {
  background-color: rgba(173, 173, 173, 0.8);
}
#keyvisual .inner .btns ul li a::before {
  content: "▶︎";
  position: absolute;
  top: -2%;
  left: 12px;
  font-size: 12px;
}
#keyvisual .kv-image {
  z-index: 1;
  position: relative;
  opacity: 0;
}
#keyvisual .kv-image img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#keyvisual #information {
  z-index: 6;
  position: relative;
  top: 773px;
  left: 0;
  height: 213px;
}
#keyvisual #information .inner {
  width: 1064px;
}
#keyvisual #information .inner h2 {
  position: relative;
  left: -6px;
}
#keyvisual #information .inner .info_contents {
  position: absolute;
  top: 46px;
  width: 100%;
  height: 130px;
  padding: 12px 9px 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4d4031;
}
#keyvisual #information .inner .info_contents ul {
  height: 100%;
  overflow-y: scroll;
}
#keyvisual #information .inner .info_contents ul::-webkit-scrollbar {
  width: 8px;
}
#keyvisual #information .inner .info_contents ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
  width: 8px;
}
#keyvisual #information .inner .info_contents ul::-webkit-scrollbar-thumb:vertical {
  border-radius: 4px;
}
#keyvisual #information .inner .info_contents ul li {
  padding: 2px 0;
  border-bottom: 1px dotted #fff;
  font-size: 16px;
  line-height: 2;
}
#keyvisual #information .inner .info_contents ul li time {
  position: relative;
  padding: 2px 9px;
  background-color: #dfc93d;
  color: #41311e;
  font-size: 14px;
  font-weight: bold;
}
#keyvisual #information .inner .info_contents ul li time::after {
  position: absolute;
  top: 5px;
  left: 105px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  content: "▶︎";
}
#keyvisual #information .inner .info_contents ul li a {
  margin-left: 10px;
  color: #fff;
}

/*-----------------------------------------------
 PV
-----------------------------------------------*/
#pv {
  padding: 35px 0 100px;
  background: url("../img/pv/pv-movie-bg2-pc.png") no-repeat top center, -webkit-gradient(linear, left bottom, left top, from(rgba(254, 253, 220, 0.99608)), color-stop(33%, rgb(254, 253, 220)), color-stop(82%, rgb(231, 237, 219)), to(rgb(231, 237, 219)));
  background: url("../img/pv/pv-movie-bg2-pc.png") no-repeat top center, linear-gradient(0deg, rgba(254, 253, 220, 0.99608) 0%, rgb(254, 253, 220) 33%, rgb(231, 237, 219) 82%, rgb(231, 237, 219) 100%);
  background: url("../img/pv/pv-movie-bg2-pc.png") no-repeat top center, -ms-linear-gradient(0deg, rgba(254, 253, 220, 0.99608) 0%, rgb(254, 253, 220) 33%, rgb(231, 237, 219) 82%, rgb(231, 237, 219) 100%);
  position: relative;
}
#pv h2 {
  margin-bottom: 19px;
  text-align: center;
}
#pv .inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
#pv .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1067px;
  height: 629px;
  background: url("../img/pv/pv-movie-bg1-pc.png") no-repeat top center;
  top: -70px;
  left: -100px;
}
#pv #main-movie {
  margin-bottom: 35px;
  padding: 17px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, rgb(77, 118, 133)), color-stop(97%, rgb(245, 245, 196)));
  background-image: linear-gradient(0deg, rgb(77, 118, 133) 13%, rgb(245, 245, 196) 97%);
  background-image: -ms-linear-gradient(0deg, rgb(77, 118, 133) 13%, rgb(245, 245, 196) 97%);
  z-index: 1;
  position: relative;
}
#pv #main-movie iframe {
  width: 868px;
  height: 487px;
}
#pv .movie-list {
  position: relative;
  margin-bottom: 42px;
}
#pv .movie-list ul {
  width: 745px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  overflow: hidden;
}
#pv .movie-list ul li {
  display: inline-block;
  -webkit-transform: scale(0.8356);
          transform: scale(0.8356);
  outline: none;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#pv .movie-list ul li a {
  display: inline-block;
  pointer-events: none;
}
#pv .movie-list ul li img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
#pv .movie-list ul li p {
  padding-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#pv .movie-list ul li:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#pv .movie-list ul li.slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pv .movie-list ul li.slick-current a {
  -webkit-box-shadow: 0 0 10px 3px rgba(252, 188, 211, 0.8);
          box-shadow: 0 0 10px 3px rgba(252, 188, 211, 0.8);
}
#pv .movie-list .slick-prev {
  left: 0;
  overflow: hidden;
  background: url(../img/pv/pv-prev.png) center right no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
#pv .movie-list .slick-next {
  right: 0;
  overflow: hidden;
  background: url(../img/pv/pv-next.png) center left no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
#pv .movie-list .slick-arrow {
  position: absolute;
  top: 46px;
  width: 19px;
  height: 42px;
  border: none;
  cursor: pointer;
}

/*-----------------------------------------------
 story
-----------------------------------------------*/
#story {
  z-index: 10;
  position: relative;
  height: 1045px;
  background: url("../img/story/bg-pc.png") top center no-repeat;
  background-size: cover;
  border-top: solid 1px #4d7685;
  border-bottom: solid 1px #4d7685;
}
#story .inner {
  width: 1200px;
  margin: 0 auto;
}
#story .inner .story-txt {
  text-align: center;
  position: absolute;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#story .inner .story-content {
  margin-top: 70px;
}

/*-----------------------------------------------
 character
-----------------------------------------------*/
#character {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 251, 235, 0.99608)), color-stop(0%, rgb(251, 251, 235)), color-stop(99%, rgb(254, 252, 220)), to(rgb(254, 252, 220)));
  background-image: linear-gradient(0deg, rgba(251, 251, 235, 0.99608) 0%, rgb(251, 251, 235) 0%, rgb(254, 252, 220) 99%, rgb(254, 252, 220) 100%);
  padding: 123px 0 100px;
  border-bottom: solid 1px #4d7685;
}
#character .sp {
  display: none;
}
#character .inner {
  width: 1180px;
  margin: 0 auto;
  background: url("../img/character/bg-pc.png") no-repeat top center;
  background-size: 100%;
  position: relative;
}
#character .inner h2 {
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#character .inner .character_illustrator {
  color: #537982;
  font-size: 14px;
  position: absolute;
  right: 70px;
  top: 63px;
}
#character .inner .character_list {
  font-size: 0;
  text-align: center;
  position: relative;
  padding-bottom: 414px;
}
#character .inner .character_list li {
  position: relative;
  display: inline-block;
}
#character .inner .character_list li .chara_text {
  font-size: 18px;
  text-align: left;
  line-height: 1.28;
  position: absolute;
}
#character .inner .character_list li.chara01 {
  top: 86px;
  left: -3px;
}
#character .inner .character_list li.chara01 .chara_text {
  left: 57px;
  bottom: 70px;
  letter-spacing: 0.05em;
}
#character .inner .character_list li.chara02 {
  top: 320px;
  left: -3px;
}
#character .inner .character_list li.chara02 .chara_text {
  left: 76px;
  bottom: 75px;
  letter-spacing: 0.12em;
}
#character .inner .character_list li.chara03 {
  top: 133px;
  left: 12px;
}
#character .inner .character_list li.chara03 .chara_text {
  left: 68px;
  bottom: 97px;
  letter-spacing: 0.12em;
}
#character .inner .character_list li.chara04 {
  top: 245px;
  left: 4px;
}
#character .inner .character_list li.chara04 .chara_text {
  left: 117px;
  bottom: -24px;
  letter-spacing: 0.07em;
}
#character .inner .character_list li.chara05 {
  top: 114px;
  left: 8px;
}
#character .inner .character_list li.chara05 .chara_text {
  left: 77px;
  bottom: 74px;
  letter-spacing: 0.05em;
}
#character .inner .character_list li.chara06 {
  top: 350px;
  left: -14px;
}
#character .inner .character_list li.chara06 .chara_text {
  left: 66px;
  bottom: 75px;
  letter-spacing: 0.15em;
}
#character .inner .character_list li p {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

/*-----------------------------------------------
 books
-----------------------------------------------*/
#books {
  padding: 40px 0 0;
  margin-bottom: 85px;
}
#books .inner {
  width: 1200px;
  margin: 0 auto;
}
#books .inner h2 {
  margin-bottom: 36px;
  text-align: center;
}
#books .inner .book {
  width: 1100px;
  margin: 0 auto 49px;
}
#books .inner .book .cover {
  width: 318px;
  float: left;
  border: 1px solid #4d7685;
}
#books .inner .book .cover img {
  max-width: 100%;
}
#books .inner .book .detail {
  width: 760px;
  float: right;
}
#books .inner .book .detail h3 {
  margin-bottom: 6px;
  padding-bottom: 34px;
  border-bottom: solid 1px #4d7685;
  font-size: 48px;
  line-height: 1.2;
}
#books .inner .book .detail .catch {
  margin-bottom: 2px;
  font-size: 23px;
  letter-spacing: -0.025em;
}
#books .inner .book .detail .story {
  margin-bottom: 63px;
  font-size: 18px;
  line-height: 1.89;
}
#books .inner .book .detail .links {
  font-size: 0;
}
#books .inner .book .detail .links li {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  line-height: 1;
}
#books .inner .book .detail .links li a {
  display: block;
  padding: 15px 110px;
  border-radius: 10px;
  background-color: #d3603a;
  -webkit-box-shadow: 0 3px #adadad;
          box-shadow: 0 3px #adadad;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
#books .inner .book .detail .links li a:hover {
  background-color: rgba(173, 173, 173, 0.8);
}
#books .inner .book .detail .links li a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  font-size: 12px;
  content: "▶︎";
}
#books .inner .store {
  width: 1100px;
  margin: 0 auto;
  padding: 25px 0 3px;
  border: 1px solid #d3603a;
  background-color: #f9f9f4;
}
#books .inner .store h3 {
  position: relative;
  margin-bottom: 20px;
  color: #d3603a;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#books .inner .store h3::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 420px;
  width: 27px;
  height: 27px;
  background: url("../img/books/before-icon.png") no-repeat top center;
  content: "";
}
#books .inner .store h3::after {
  display: block;
  position: absolute;
  top: 7px;
  right: 24px;
  width: 26px;
  height: 17px;
  background: url("../img/books/after-icon.png") no-repeat top center;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#books .inner .store h3.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#books .inner .store .storeLinks {
  display: none;
}
#books .inner .store .storeLinks .banner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 10px;
  padding: 0;
  list-style: none;
}
#books .inner .store .storeLinks .banner li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  margin: 0 0 15px 0;
  padding: 0 10px;
}
#books .inner .store .storeLinks .banner li a {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  background: #fff;
}
#books .inner .store .storeLinks .banner li a img {
  max-width: 100%;
  height: auto;
}
#books .inner .bnr {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
#books .inner .bnr a:hover {
  opacity: 0.8;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
  padding: 1px 0 100px;
  background-color: #466b79;
}
#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
-----------------------------------------------*/
#navigation {
  z-index: 20;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #466b79;
}
#navigation .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: right;
}
#navigation .inner .logo {
  position: absolute;
  bottom: 8px;
  left: 68px;
}
#navigation .inner .gnav {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
#navigation .inner .gnav li {
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 16px;
  line-height: 68px;
}
#navigation .inner .gnav li a {
  display: block;
  padding: 0 30px;
  color: #fff;
}
#navigation .inner .gnav li:first-child {
  border-left: 1px solid #fff;
}
#navigation .inner .sns {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
#navigation .inner .sns li {
  display: inline-block;
  padding: 12px 0 0;
  margin: 0 2px;
}
#navigation .inner .menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 0;
    background-image: none;
  }
  #keyvisual {
    height: 146.875vw;
  }
  #keyvisual img {
    width: 100%;
  }
  #keyvisual .bg {
    width: 100%;
    left: 0;
  }
  #keyvisual .bg.bg1 {
    background: url("../img/keyvisual/kb_bg1-sp.png") no-repeat top center;
    background-size: contain;
    top: 0;
    z-index: 2;
    height: 107.03125vw;
  }
  #keyvisual .bg.bg2 {
    background: url("../img/keyvisual/kb_bg2-sp.png") no-repeat top center;
    background-size: contain;
    top: 0;
    height: 125.3125vw;
  }
  #keyvisual .inner {
    width: auto;
  }
  #keyvisual .inner .logo {
    top: 2.1875vw;
    left: 2.34375vw;
    width: 27.1875vw;
    -webkit-transform: none;
            transform: none;
  }
  #keyvisual .inner h1 {
    right: 0.3125vw;
    width: 30.625vw;
  }
  #keyvisual .inner h1 img {
    width: 100%;
  }
  #keyvisual .inner .catch01 {
    top: 11.5625vw;
    right: 29.21875vw;
    width: 11.09375vw;
  }
  #keyvisual .inner .catch02 {
    top: 33.125vw;
    left: 4.53125vw;
    width: 14.0625vw;
  }
  #keyvisual .inner .author {
    top: 79.21875vw;
    right: 2.1875vw;
    width: 38.90625vw;
  }
  #keyvisual .inner .btns {
    top: 95.625vw;
    left: 3.28125vw;
  }
  #keyvisual .inner .btns ul {
    font-size: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #keyvisual .inner .btns ul li {
    width: 48%;
    height: auto;
  }
  #keyvisual .inner .btns ul li a {
    width: 90%;
    padding-left: 11%;
    font-size: 5.884375vw;
    font-weight: bold;
    height: 100%;
    line-height: 12.1875vw;
    letter-spacing: 0.1em;
  }
  #keyvisual .inner .btns ul li a::before {
    top: 0;
    left: 2.65625vw;
    font-size: 2.528125vw;
  }
  #keyvisual .kv-image {
    position: relative;
    width: 90.9375vw;
    left: 1.40625vw;
  }
  #keyvisual #information {
    top: 108.125vw;
    left: 3%;
    width: 94%;
    height: 23%;
    background-image: url(../img/keyvisual/bg-information-sp.png);
    background-size: cover;
  }
  #keyvisual #information .inner {
    width: auto;
  }
  #keyvisual #information .inner h2 {
    left: 0;
    top: 1.40625vw;
  }
  #keyvisual #information .inner h2 img {
    width: 22.1875vw;
  }
  #keyvisual #information .inner .info_contents {
    width: 100%;
    padding: 1.5625vw 1.5625vw 1.5625vw 2.03125vw;
    height: 24.375vw;
  }
  #keyvisual #information .inner .info_contents ul {
    top: 28%;
    left: 3%;
    width: 100%;
    height: 21.25vw;
  }
  #keyvisual #information .inner .info_contents ul li {
    padding: 1% 0 2%;
    font-size: 2.9484375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
  }
  #keyvisual #information .inner .info_contents ul li time {
    font-size: 2.5734375vw;
    padding: 0.3125vw 1.25vw;
    letter-spacing: 0.04em;
  }
  #keyvisual #information .inner .info_contents ul li time::after {
    position: absolute;
    top: 1.71875vw;
    left: 19.53125vw;
    font-size: 1.675vw;
    content: "▶︎";
  }
  #keyvisual #information .inner .info_contents ul li a {
    display: block;
  }
  #pv {
    padding: 0 0 12.34375vw;
    background: url("../img/pv/pv-movie-bg2-sp.png") no-repeat top center, -webkit-gradient(linear, left bottom, left top, from(rgba(254, 253, 220, 0.99608)), color-stop(33%, rgb(254, 253, 220)), color-stop(82%, rgb(231, 237, 219)), to(rgb(231, 237, 219)));
    background: url("../img/pv/pv-movie-bg2-sp.png") no-repeat top center, linear-gradient(0deg, rgba(254, 253, 220, 0.99608) 0%, rgb(254, 253, 220) 33%, rgb(231, 237, 219) 82%, rgb(231, 237, 219) 100%);
    background: url("../img/pv/pv-movie-bg2-sp.png") no-repeat top center, -ms-linear-gradient(0deg, rgba(254, 253, 220, 0.99608) 0%, rgb(254, 253, 220) 33%, rgb(231, 237, 219) 82%, rgb(231, 237, 219) 100%);
    background-size: cover;
  }
  #pv h2 {
    margin: 0 auto 3.28125vw;
    width: 55.3125vw;
  }
  #pv h2 img {
    width: 100%;
  }
  #pv .inner {
    width: auto;
  }
  #pv #main-movie {
    position: relative;
    width: 93.4765625vw;
    height: 0;
    margin: 0 auto;
    padding: 54% 0 0;
  }
  #pv #main-movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #story {
    height: auto;
    margin-top: 0;
    padding-bottom: 6.875vw;
    background: url("../img/story/bg-sp.png") top center no-repeat;
    background-size: cover;
  }
  #story .inner {
    width: auto;
  }
  #story .inner .story-txt {
    width: 42.96875vw;
    top: -5.9375vw;
  }
  #story .inner .story-content {
    margin-top: 6.875vw;
  }
  #story .inner img {
    width: 100%;
  }
  #character {
    padding: 16.71875vw 0 9.0625vw;
  }
  #character .sp {
    display: block;
  }
  #character .pc {
    display: none;
  }
  #character img {
    width: 100%;
  }
  #character .inner {
    width: auto;
    background: url(../img/character/bg-sp.png) no-repeat top center;
    background-size: 100%;
  }
  #character .inner h2 {
    margin-bottom: 6%;
    width: 58.28125vw;
    top: -7.65625vw;
  }
  #character .inner .character_illustrator {
    font-size: 2.34375vw;
    right: 7.34375vw;
    top: 6.5625vw;
  }
  #character .inner .character_list {
    padding-bottom: 37.03125vw;
    margin-bottom: 0;
  }
  #character .inner .character_list li .chara_text {
    font-size: 2.8125vw;
    line-height: 1.23;
  }
  #character .inner .character_list li.chara01 {
    top: 13.59375vw;
    left: -7.5vw;
    width: 73.046875vw;
  }
  #character .inner .character_list li.chara01 .chara_text {
    left: 8.75vw;
    bottom: 10.78125vw;
    letter-spacing: 0.05em;
  }
  #character .inner .character_list li.chara02 {
    top: 17.96875vw;
    left: 4.375vw;
    width: 79.53125vw;
  }
  #character .inner .character_list li.chara02 .chara_text {
    left: 11.71875vw;
    bottom: 11.40625vw;
    letter-spacing: 0.12em;
  }
  #character .inner .character_list li.chara03 {
    top: 24.0625vw;
    left: -4.0625vw;
    width: 79.921875vw;
  }
  #character .inner .character_list li.chara03 .chara_text {
    left: 10.3125vw;
    bottom: 14.84375vw;
    letter-spacing: 0.12em;
  }
  #character .inner .character_list li.chara04 {
    top: 23.28125vw;
    left: -0.78125vw;
    width: 79.921875vw;
  }
  #character .inner .character_list li.chara04 .chara_text {
    left: 17.65625vw;
    bottom: -3.59375vw;
    letter-spacing: 0.07em;
  }
  #character .inner .character_list li.chara05 {
    top: 29.6875vw;
    left: -3.59375vw;
    width: 81.015625vw;
  }
  #character .inner .character_list li.chara05 .chara_text {
    left: 11.875vw;
    bottom: 11.25vw;
    letter-spacing: 0.05em;
  }
  #character .inner .character_list li.chara06 {
    top: 31.40625vw;
    left: 3.59375vw;
    width: 80.9375vw;
  }
  #character .inner .character_list li.chara06 .chara_text {
    left: 10vw;
    bottom: 9.6875vw;
    letter-spacing: 0.15em;
    line-height: 1.9;
  }
  #character .inner .character_list li p {
    font-size: 15px;
    line-height: 1.8;
  }
  #books {
    margin-bottom: 36px;
    padding: 7.03125vw 0 0;
  }
  #books .inner {
    width: auto;
  }
  #books .inner h2 {
    margin-bottom: 3.59375vw;
    padding: 0 0 0 3.4375vw;
  }
  #books .inner h2 img {
    width: 33.90625vw;
  }
  #books .inner .book {
    width: auto;
    margin-bottom: 0;
  }
  #books .inner .book .cover {
    width: 72.1875vw;
    margin: 0 auto 5.78125vw;
    float: none;
  }
  #books .inner .book .cover img {
    width: 100%;
  }
  #books .inner .book .detail {
    width: auto;
    margin: 0 5.46875vw;
    float: none;
  }
  #books .inner .book .detail h3 {
    margin-bottom: 3.28125vw;
    padding-bottom: 3.59375vw;
    font-size: 7.5vw;
  }
  #books .inner .book .detail .catch {
    font-size: 3.59375vw;
    letter-spacing: -0.01em;
  }
  #books .inner .book .detail .story {
    font-size: 2.8125vw;
    letter-spacing: -0.01em;
    margin-bottom: 5.15625vw;
  }
  #books .inner .book .detail .links {
    width: auto;
  }
  #books .inner .book .detail .links li {
    display: block;
    margin-bottom: 2.8125vw;
    margin-right: 0;
  }
  #books .inner .book .detail .links li a {
    width: 100%;
    padding: 3% 0;
    border-radius: 4px;
    font-size: 4.375vw;
    font-weight: bold;
    text-align: center;
  }
  #books .inner .book .detail .links li a::before {
    top: 50%;
    left: 3%;
  }
  #books .inner .store {
    width: auto;
    margin: 0 5.46875vw 11.71875vw;
    padding: 3.125vw 0 0.46875vw;
  }
  #books .inner .store h3 {
    padding-left: 7.1875vw;
    font-size: 4.334375vw;
    margin-bottom: 1.875vw;
  }
  #books .inner .store h3::before {
    top: 0.3125vw;
    left: 27.5vw;
    width: 4.5%;
    height: 100%;
    background-size: contain;
  }
  #books .inner .store h3::after, #books .inner .store h3.active::after {
    top: 1.5625vw;
    right: 3.75vw;
    width: 2.5%;
    height: 38%;
    background-size: contain;
  }
  #books .inner .store .storeLinks .banner li {
    width: 50%;
  }
  #books .inner .bnr img {
    width: 90%;
  }
  #footer {
    padding: 1px 0 80px;
  }
  #footer .banner li {
    width: 50%;
  }
  #footer .banner li img {
    width: 100%;
  }
  #footer small {
    font-size: 24px;
    font-size: 3.125vw;
  }
  #navigation .inner {
    width: 100%;
    padding: 0 0 77px 0;
  }
  #navigation .inner .logo {
    width: 32.65625vw;
    left: 1.71875vw;
    bottom: 2px;
  }
  #navigation .inner .logo img {
    width: 100%;
  }
  #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: 2.65625vw;
    bottom: 22px;
    width: 44px;
    height: 33px;
    background-image: url(../img/navigation/menu.png);
    background-size: 44px;
  }
  #navigation .inner #close {
    display: block;
    position: absolute;
    right: 2.65625vw;
    bottom: -100px;
    width: 34px;
    height: 34px;
    background-image: url(../img/navigation/close.png);
    background-size: 34px;
  }
}