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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", sans-serif;
}

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

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

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
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,
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,
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,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

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

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

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@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 {
  background: #fff;
}
body img {
  max-width: 100%;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #fff;
}
#loading .chara {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #loading .chara {
    width: 30.78125vw;
  }
}
#loading .chara img {
  -webkit-animation: a-rotate 1s ease 0s infinite;
          animation: a-rotate 1s ease 0s infinite;
}
@media only screen and (max-width: 768px) {
  #loading .chara img {
    width: 100%;
  }
}

@-webkit-keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#header .txt-head {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .txt-head {
    display: block;
    padding: 1.875vw 0 2.5vw;
  }
}
#header #btn-nav {
  position: fixed;
  top: 20px;
  right: calc(50% - 600px);
  z-index: 10;
  width: 50px;
  height: 58px;
  background: url("../img/menu/btn_open.png") no-repeat top center;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 1220px) {
  #header #btn-nav {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    top: 3.125vw;
    right: 4.6875vw;
    width: 13.4375vw;
    height: 15.625vw;
  }
}
#header #btn-nav.active {
  top: 28px;
  right: calc(50% - 595px);
  width: 40px;
  height: 40px;
  background: url("../img/menu/btn_close.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1220px) {
  #header #btn-nav.active {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active {
    top: 6.25vw;
    right: 6.5625vw;
    width: 9.84375vw;
    height: 10vw;
  }
}
#header .nav-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/menu/bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: 5;
  padding: 30px 0 100px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #header .nav-box {
    padding: 7.8125vw 10.625vw 15.625vw;
    background: url("../img/menu/bg-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#header .nav-box .inner {
  width: 986px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .inner {
    position: relative;
    width: auto;
  }
}
#header .nav-box .emblem {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .emblem {
    position: relative;
    width: 11.71875vw;
    margin-bottom: 1.5625vw;
    z-index: 2;
  }
}
#header .nav-box .wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: -10px 0 10px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .wrap {
    display: block;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-box .txt {
    position: relative;
    width: 40.15625vw;
    z-index: 2;
  }
}
#header .nav-box .btn-top {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .btn-top {
    position: absolute;
    bottom: 9.375vw;
    right: 2.5vw;
    width: 10.78125vw;
  }
}
#header .nav-box .btn-top img {
  width: 100%;
}
#header .nav-box .logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .logo {
    width: 25vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-box .logo img {
    width: 100%;
  }
}
#header .nav-box nav {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav {
    margin-bottom: 7.8125vw;
  }
}
#header .nav-box nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul {
    display: block;
    margin: 0 auto;
  }
}
#header .nav-box nav ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul li {
    margin-bottom: 1.5625vw;
  }
}
#header .nav-box nav ul li .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul li .image {
    width: 30.15625vw;
    height: 27.8125vw;
  }
}
#header .nav-box nav ul li .image img {
  width: 100%;
  transition: all 0.3s ease;
}
#header .nav-box nav ul li a {
  display: block;
}
#header .nav-box nav ul li a:hover .image img {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul li a:hover .image img {
    transform: scale(1);
  }
}

/* module */
.-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.-buttons__item a {
  display: block;
  width: 260px;
  border-radius: 10px;
  background-color: #362b32;
  background-image: url(../img/arrow.png);
  background-size: 23px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.-buttons__item a:hover {
  opacity: 0.8;
}
.-buttons__item span {
  display: block;
  width: 260px;
  border-radius: 10px;
  background-color: rgb(97, 97, 97);
  background-image: url(../img/arrow.png);
  background-size: 23px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}
.-buttons__item.-buy a {
  background-color: #ff6600;
}

/* modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 190, 146, 0.9);
}
.modal .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 12;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content {
    display: block;
  }
}
.modal .modal-content::-webkit-scrollbar {
  display: none;
}
.modal .modal-content::after {
  content: "";
}
.modal .modal-content .modal-inner {
  position: relative;
  display: block;
  width: 82.8125vw;
  margin: 0 auto;
  padding-top: 12.03125vw;
  z-index: 30;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    padding-top: 0;
  }
}
.modal .modal-content .modal-inner img {
  border: 1px solid #c1c1c1;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.2%;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close {
    top: -56px;
    width: 46px;
  }
}
.modal .modal-content .btn-close img {
  border: none;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  background: url("../images/gallery/bg-modal.png");
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .modal-bg {
    height: 100%;
  }
}

/* content */
.content .keyvisual {
  border-top: 5px solid #ff6600;
  background-image: url(../img/keyvisual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ffebd0;
}
.content .keyvisual .inner {
  position: relative;
  max-width: 1000px;
  height: 940px;
  margin: 0 auto;
}
.content .keyvisual .inner h1 {
  position: absolute;
  top: 0;
  left: 150px;
}
.content .keyvisual .inner .author {
  position: absolute;
  top: 65px;
  right: 0;
}
.content .keyvisual .inner .logo {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
}
.content .keyvisual .inner .logo .item {
  margin-bottom: 5px;
}
.content .keyvisual .inner .catch {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.content .keyvisual .inner .catch img {
  max-width: none;
}
.content .keyvisual .inner .bookInfo {
  display: flex;
  gap: 4px;
  position: absolute;
  top: 390px;
  right: 17px;
}
.content .keyvisual .inner .bookInfo .bookDetail {
  width: 200px;
  padding: 10px;
  background-color: #ff6600;
}
.content .keyvisual .inner .bookInfo .bookDetail .release {
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN W9", "ヒラギノ角ゴ ProN W9", "Hiragino Kaku Gothic Pro W8", "ヒラギノ角ゴ Pro W9", "メイリオ", "Meiryo", sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
}
.content .keyvisual .inner .bookInfo .bookDetail .release span {
  font-size: 30px;
}
.content .keyvisual .inner .bookInfo .bookDetail .cover {
  margin-bottom: 10px;
  border: 1px solid #1a1a1a;
}
.content .keyvisual .inner .bookInfo .bookDetail .-buttons {
  width: 100%;
}
.content .keyvisual .inner .bookInfo .bookDetail .-buttons__item {
  width: 100%;
}
.content .keyvisual .inner .bookInfo .bookDetail .-buttons__item a {
  width: 100%;
  font-size: 22px;
  background-color: #1a1a1a;
  background-size: 18px;
  line-height: 2;
}
.content .keyvisual .inner .bookInfo .bookDetail .-buttons__item span {
  width: 100%;
  font-size: 22px;
  background-color: rgb(111, 111, 111);
  background-size: 18px;
  line-height: 2;
}
.content .keyvisual .sns {
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .content .keyvisual .sns {
    display: none;
  }
}
.content .keyvisual .sns li:not(:last-child) {
  margin-right: 10px;
}
.content .buttonArea {
  display: none;
}
.content .movie {
  background: url("../img/movie-bg.png") repeat-x top left;
  background: auto 100%;
  padding: 10px 0 60px;
}
.content .movie h2 {
  text-align: center;
  margin-bottom: 30px;
}
.content .movie .movie-box {
  width: 800px;
  height: 450px;
  background-color: #ddd;
  margin: 0 auto;
}
.content .movie iframe {
  width: 100%;
  height: 100%;
}
.content .comment {
  background: url("../img/comment-bg.png") repeat-x top left;
  background-size: auto 100%;
  padding: 10px 0 60px;
  text-align: center;
}
.content .comment h2 {
  margin-bottom: 30px;
}
.content .comment .image {
  margin-bottom: 15px;
}
.content .comment .profile {
  width: 944px;
  margin: 0 auto 20px;
}
.content .comment .profile img {
  width: 100%;
}
.content .benefit {
  background: url("../img/benefit-bg.png") repeat-x top left;
  background-size: auto 100%;
  padding: 10px 0 60px;
}
.content .benefit h2 {
  margin-bottom: 20px;
  text-align: center;
}
.content .benefit ul {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.content .benefit ul li {
  width: 480px;
  margin-bottom: 20px;
}
.content .benefit ul li:nth-of-type(2n) {
  margin-left: 20px;
}
.content .benefit ul li img {
  width: 100%;
}
.content .story {
  padding: 30px 0 50px;
  background-image: url(../img/story-image.png), url(../img/story-bg.png);
  background-repeat: no-repeat, repeat-x;
  background-color: #fff5ea;
  background-position: right bottom, left top;
  background-attachment: fixed;
}
.content .story h2 {
  margin-bottom: 30px;
  text-align: center;
}
.content .story p {
  text-align: center;
}
.content .character {
  padding: 30px 0 50px;
  background-image: url(../img/character-image.png), url(../img/character-bg.png);
  background-repeat: no-repeat, repeat-x;
  background-color: #fff;
  background-position: left top;
  background-attachment: fixed;
}
.content .character h2 {
  margin-bottom: 30px;
  text-align: center;
}
.content .character .list {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.content .character .list .item {
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 139px;
}
.content .character .list:hover > li {
  transform: scale(0.9);
  opacity: 0.5;
}
.content .character .list:hover > li:hover {
  transform: scale(1);
  opacity: 1;
}
.content .character .card {
  display: flex;
  justify-content: center;
}
.content .character .card .item {
  display: none;
}
.content .character .card .item:first-child {
  display: block;
}
.content .gallery {
  padding: 30px 0 50px;
  min-height: 422px;
  background-image: url(../img/gallery-bg.png);
}
.content .gallery h2 {
  margin-bottom: 30px;
  text-align: center;
}
.content .gallery .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.content .gallery .list .item {
  width: 240px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.content .gallery .list .item a {
  cursor: pointer;
}
.content .gallery .list:hover > li {
  transform: scale(0.9);
  opacity: 0.5;
}
.content .gallery .list:hover > li:hover {
  transform: scale(1);
  opacity: 1;
}
.content .book {
  padding: 30px 0 50px;
}
.content .book h2 {
  margin-bottom: 30px;
  text-align: center;
}
.content .book .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 930px;
  margin: 0 auto;
}
.content .book .list .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.content .book .list .item .cover {
  width: 300px;
  border: 1px solid #000;
}
.content .book .list .item .detail {
  width: calc(100% - 330px);
}
.content .book .list .item .detail .title {
  margin-bottom: 25px;
  font-size: 36px;
  font-family: "Hiragino Kaku Gothic ProN W8", "ヒラギノ角ゴ ProN W8", "Hiragino Kaku Gothic Pro W8", "ヒラギノ角ゴ Pro W8", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.07em;
}
.content .book .list .item .detail .author {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN W8", "ヒラギノ角ゴ ProN W8", "Hiragino Kaku Gothic Pro W8", "ヒラギノ角ゴ Pro W8", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
.content .book .list .item .detail .author span {
  font-size: 24px;
}
.content .book .list .item .detail .isbn {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.2;
}
.content .book .list .item .detail .catch {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic ProN W8", "ヒラギノ角ゴ ProN W8", "Hiragino Kaku Gothic Pro W8", "ヒラギノ角ゴ Pro W8", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
.content .book .list .item .detail .text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
}
.content #rookie {
  position: relative;
  padding-top: 50px;
  background-color: #00a692;
}
@media only screen and (max-width: 768px) {
  .content #rookie {
    padding-top: 7.8125vw;
  }
}
.content #rookie::before {
  display: none;
}
.content #rookie::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 58px;
  background: url("../../assets/img/rookie/txt_loop.png") repeat-x top center;
  background-size: auto 100%;
  -webkit-animation: move-txt 50s linear infinite;
          animation: move-txt 50s linear infinite;
}
@media only screen and (max-width: 768px) {
  .content #rookie::after {
    top: 3.125vw;
    height: 9.0625vw;
    -webkit-animation: move-txt 30s linear infinite;
            animation: move-txt 30s linear infinite;
  }
}
.content #rookie .bg {
  width: 100%;
  height: 686px;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content #rookie .bg {
    height: 197.1875vw;
  }
}
.content #rookie .bg .circle-box {
  position: absolute; /*描画固定*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content #rookie .inner {
  width: auto !important;
}
.content #rookie .list {
  padding: 55px 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .content #rookie .list {
    padding: 8.59375vw 0;
  }
}
.content #rookie .list ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content #rookie .list ul {
    width: 76.25vw;
    display: block;
    margin: 0 auto;
  }
}
.content #rookie .list ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .content #rookie .list ul li {
    margin-bottom: 1.5625vw;
  }
}
.content #rookie .list ul li .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content #rookie .list ul li .image {
    width: 30.15625vw;
    height: 27.8125vw;
  }
}
.content #rookie .list ul li .image img {
  width: 100%;
  transition: all 0.3s ease;
}
.content #rookie .list ul li a {
  display: block;
}
.content #rookie .list ul li a:hover .image img {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  .content #rookie .list ul li a:hover .image img {
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .-buttons {
    justify-content: space-between;
    padding: 3vw 6vw;
    gap: 3vw 0;
  }
  .-buttons__item {
    width: 48%;
  }
  .-buttons__item a, .-buttons__item span {
    width: 100%;
    font-size: 32px;
    font-size: 5vw;
  }
  .content .keyvisual {
    width: 100%;
    height: auto;
    background-image: url(../img/keyvisual-sp.jpg);
    background-size: 100% auto;
  }
  .content .keyvisual .inner {
    width: 100%;
    height: auto;
    aspect-ratio: 320/429;
  }
  .content .keyvisual .inner .logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .content .keyvisual .inner .logo .item {
    position: absolute;
  }
  .content .keyvisual .inner .logo .item:first-child {
    top: 2vw;
    left: 2%;
    width: 25.9375%;
  }
  .content .keyvisual .inner .logo .item:nth-child(2) {
    top: 9vw;
    left: 5%;
    width: 15.625%;
  }
  .content .keyvisual .inner .logo .item:nth-child(3) {
    top: 11vw;
    left: 21%;
    width: 16.25%;
  }
  .content .keyvisual .inner .logo .item img {
    width: 100%;
  }
  .content .keyvisual .inner h1 {
    width: 29.6875%;
    top: 28vw;
    left: 5%;
  }
  .content .keyvisual .inner h1 img {
    width: 100%;
  }
  .content .keyvisual .inner .catch {
    top: 2vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 72.03125%;
    transform: none;
  }
  .content .keyvisual .inner .catch img {
    width: 100%;
  }
  .content .keyvisual .inner .author {
    top: 67vw;
    right: 4%;
    width: 35%;
  }
  .content .keyvisual .inner .author img {
    width: 100%;
  }
  .content .keyvisual .inner .bookInfo {
    top: auto;
    right: 4%;
    bottom: 2vw;
    width: 33.75%;
  }
  .content .keyvisual .inner .bookInfo .bookDetail {
    padding: 2vw;
    width: 95%;
  }
  .content .keyvisual .inner .bookInfo .bookDetail .release {
    font-size: 3.125vw;
    letter-spacing: -0.1em;
  }
  .content .keyvisual .inner .bookInfo .bookDetail .release span {
    font-size: 4.375vw;
  }
  .content .keyvisual .inner .bookInfo .bookDetail .cover {
    margin: 0;
  }
  .content .keyvisual .inner .bookInfo .bookDetail .-buttons {
    display: none;
  }
  .content .keyvisual .inner .bookInfo .award {
    width: 2.6vw;
  }
  .content .buttonArea {
    display: block;
    background-color: #ff6600;
  }
  .content .movie {
    background: url("../img/movie-bg-sp.png") repeat-x top left;
    background-size: auto 100%;
    padding: 4.6875vw 0 9.375vw;
  }
  .content .movie h2 {
    text-align: center;
    margin-bottom: 4.6875vw;
  }
  .content .movie h2 img {
    width: 100%;
  }
  .content .movie .movie-box {
    width: 91.25vw;
    height: 51.25vw;
  }
  .content .comment {
    background: url("../img/comment-bg-sp.png") repeat-x top left;
    background-size: auto 100%;
    padding: 1.5625vw 0 9.375vw;
  }
  .content .comment h2 {
    margin-bottom: 1.5625vw;
  }
  .content .comment h2 img {
    width: 100%;
  }
  .content .comment .image {
    margin-bottom: 3.75vw;
  }
  .content .comment .image img {
    width: 100%;
  }
  .content .comment .profile {
    width: auto;
    margin: 0 auto 7.03125vw;
  }
  .content .comment .profile img {
    width: 100%;
  }
  .content .benefit {
    background: url("../img/benefit-bg-sp.png") repeat-x top left;
    background-size: auto 100%;
    padding: 1.5625vw 0 9.375vw;
  }
  .content .benefit h2 {
    margin-bottom: 3.125vw;
  }
  .content .benefit h2 img {
    width: 100%;
  }
  .content .benefit ul {
    width: auto;
    display: block;
    margin: 0 3.125vw;
  }
  .content .benefit ul li {
    width: 100%;
    margin: 0 0 3.75vw;
  }
  .content .benefit ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  .content .benefit ul li img {
    width: 100%;
  }
  .content .story {
    padding: 5vw 0 0;
    background-image: url(../img/story-bg-sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .content .story h2 {
    margin: 0 0 3vw;
  }
  .content .story h2 img {
    width: 100%;
  }
  .content .story p {
    line-height: 0;
  }
  .content .story p img {
    width: 100%;
  }
  .content .character {
    padding: 5vw 0 10vw;
  }
  .content .character h2 {
    margin: 0 0 3vw;
  }
  .content .character h2 img {
    width: 100%;
  }
  .content .character .list {
    margin: 0 5vw 5vw;
    gap: 0;
  }
  .content .character .card {
    margin: 0 5vw;
  }
  .content .gallery {
    min-height: 0;
    padding: 5vw 0 10vw;
  }
  .content .gallery h2 {
    margin: 0 0 3vw;
  }
  .content .gallery h2 img {
    width: 100%;
  }
  .content .gallery .list {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 5vw;
  }
  .content .gallery .list .item {
    width: 50%;
    text-align: center;
  }
  .content .gallery .list .item img {
    width: 100%;
  }
  .content .book {
    padding: 5vw 0 10vw;
  }
  .content .book h2 {
    margin: 0 0 3vw;
  }
  .content .book h2 img {
    width: 100%;
  }
  .content .book .list {
    margin: 0 5vw;
  }
  .content .book .list .item {
    flex-direction: column;
    gap: 5vw;
  }
  .content .book .list .item .cover {
    width: 90%;
    margin: 0 auto;
  }
  .content .book .list .item .detail {
    width: 100%;
  }
  .content .book .list .item .detail .title {
    margin-bottom: 3vw;
    font-size: 45px;
    font-size: 7.03125vw;
  }
  .content .book .list .item .detail .author {
    margin-bottom: 0;
    font-size: 30px;
    font-size: 4.6875vw;
  }
  .content .book .list .item .detail .author span {
    display: block;
    font-size: 30px;
    font-size: 4.6875vw;
  }
  .content .book .list .item .detail .isbn {
    margin-bottom: 3vw;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .content .book .list .item .detail .catch {
    margin-bottom: 3vw;
    font-size: 28px;
    font-size: 4.375vw;
  }
  .content .book .list .item .detail .text {
    margin-bottom: 5vw;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .content .book .list .item .detail .-buttons {
    padding: 0;
  }
}
#footer {
  background-color: #00a692;
  text-align: center;
  padding: 32px 0 24px;
}
@media only screen and (max-width: 768px) {
  #footer img {
    width: 100%;
  }
}
#footer .emblem {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #footer .emblem {
    width: 15.625vw;
    margin: 0 auto 3.75vw;
  }
}
#footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 30.9375vw;
    margin: 0 auto 5.46875vw;
  }
}
#footer .sns li {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #footer .sns li {
    width: 8.28125vw;
    margin: 0;
  }
}
#footer .logo {
  width: 150px;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    width: 40.625vw;
    margin: 0 auto 1.25vw;
  }
}
#footer .logo img {
  width: 100%;
}
#footer .copy {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 12px;
    font-size: 1.875vw;
  }
}

@-webkit-keyframes move-txt {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2537px;
  }
}

@keyframes move-txt {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2537px;
  }
}