@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: #ff349d;
}

/* modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(253, 252, 253, 0.8);
}
.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 .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 #ff349d;
  background-image: url(../img/keyvisual-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #d7a5f4;
}
.content .keyvisual .inner {
  position: relative;
  z-index: 4;
  max-width: 1000px;
  height: 940px;
  margin: 0 auto;
  background-image: url(../img/keyvisual.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.content .keyvisual .inner h1 {
  position: absolute;
  top: 414px;
  right: 209px;
}
.content .keyvisual .inner .author {
  position: absolute;
  top: 35px;
  left: 180px;
}
.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;
  top: 232px;
  right: 650px;
}
.content .keyvisual .inner .bookInfo {
  display: flex;
  gap: 4px;
  position: absolute;
  top: 160px;
  right: 0;
}
.content .keyvisual .inner .bookInfo .bookDetail {
  width: 200px;
  padding: 10px;
  background-color: #ff349d;
}
.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-image: url("../img/movie-bg.png");
  padding: 50px 0;
}
.content .movie .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .movie .inner h2 {
  margin-bottom: 30px;
  text-align: right;
}
.content .movie .inner .wrap {
  position: relative;
  width: 844px;
  margin: 0 auto;
}
.content .movie .inner .youtube {
  position: absolute;
  top: 32px;
  left: 22px;
  width: 800px;
  height: 450px;
}
.content .movie .inner .youtube iframe {
  width: 100%;
  height: 100%;
}
.content .movie .inner .frame {
  text-align: center;
}
.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 .comment {
  background-image: url("../img/comment-bg.png");
  padding: 52px 0 60px;
}
.content .comment .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .comment .inner h2 {
  margin-bottom: 16px;
  text-align: right;
}
.content .comment .inner .item {
  text-align: center;
}
.content .story {
  position: relative;
  z-index: 1;
  padding: 35px 0 25px;
  background-image: url(../img/story-bg.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #191550;
}
.content .story h2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.content .character {
  position: relative;
  z-index: 2;
  padding: 50px 0 80px;
  background-image: url(../img/character-bg.png);
}
.content .character .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .character .inner h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: right;
}
.content .character .inner .list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
.content .character .inner .list .item {
  width: 100%;
}
.content .character .inner .list .item.half {
  width: 50%;
}
.content .gallery {
  position: relative;
  padding: 60px 0;
  background-image: url(../img/gallery-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.content .gallery .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .gallery .inner h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.content .gallery .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  position: relative;
  margin: 0 auto;
  background-image: url(../img/gallery-list-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  aspect-ratio: 980/819;
}
.content .gallery .list li {
  position: absolute;
}
.content .gallery .list li img {
  width: 100%;
}
.content .gallery .list li:nth-child(1) {
  top: 2.5%;
  left: 2.1%;
  width: 46.9387755102%;
}
.content .gallery .list li:nth-child(2) {
  top: 2.5%;
  right: 2.1%;
  width: 46.9387755102%;
}
.content .gallery .list li:nth-child(3) {
  top: 60.8%;
  left: 2.1%;
  width: 30.612244898%;
}
.content .gallery .list li:nth-child(4) {
  top: 60.8%;
  left: 34.8%;
  width: 30.612244898%;
}
.content .gallery .list li:nth-child(5) {
  top: 60.8%;
  right: 2.1%;
  width: 30.612244898%;
}
.content .benefit {
  position: relative;
  padding: 60px 0;
  background: url(../img/benefit-bg.png) repeat;
}
.content .benefit .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .benefit .inner h2 {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 0;
}
.content .benefit .dots {
  margin-top: -25px;
}
.content .benefit .dots ul {
  width: 100%;
  display: flex;
  justify-content: right;
  margin: 0 0 10px;
}
.content .benefit .dots ul li {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  margin-left: 25px;
  border-radius: 50px;
  margin-bottom: 0;
}
.content .benefit .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  align-items: baseline;
  background-color: #f8fab0;
  padding: 30px 22px 30px 10px;
  aspect-ratio: 980/819;
}
.content .benefit .list .item {
  margin: 0 4px;
}
.content .benefit .list .item:nth-child(1) {
  margin-right: 10px;
  margin-left: -5px;
}
.content .benefit .list .item:nth-child(1), .content .benefit .list .item:nth-child(2) {
  margin-bottom: 10px;
}
.content .benefit .list .item:nth-child(3), .content .benefit .list .item:nth-child(5) {
  position: relative;
  bottom: -6px;
}
.content .twitter {
  position: relative;
  padding: 60px 0;
  background-image: url(../img/twitter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.content .twitter .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .twitter .inner h2 {
  margin-bottom: 30px;
}
.content .twitter .inner .item {
  width: 100%;
  padding: 4% 4% 0 4%;
  background-image: url(../img/twitter-area.png);
  background-size: 100% auto;
  aspect-ratio: 1000/689;
}
.content .twitter .inner .item .chara {
  display: none;
}
.content .twitter .inner .item .timeline {
  width: 61%;
  max-width: 541px;
}
.content .twitter .inner .item .timeline .title {
  margin-bottom: 30px;
}
.content .twitter .inner .item .timeline .widget {
  overflow: scroll;
  height: 100%;
  aspect-ratio: 540/440;
}
.content .book {
  position: relative;
  padding: 65px 0 65px;
  background-color: #fff;
}
.content .book h2 {
  margin-bottom: 55px;
  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 .title span {
  display: block;
  font-size: 24px;
}
.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;
  }
  .content .keyvisual .inner {
    width: 100%;
    height: auto;
    background-image: url(../img/keyvisual-sp.jpg);
    background-size: 100% auto;
    aspect-ratio: 320/429;
  }
  .content .keyvisual .inner .logo {
    position: relative;
    top: 1vw;
    left: 3vw;
    width: 100%;
  }
  .content .keyvisual .inner .logo .item:first-child {
    width: 25.9375%;
  }
  .content .keyvisual .inner .logo .item:nth-child(2) {
    width: 15.625%;
  }
  .content .keyvisual .inner .logo .item:nth-child(3) {
    width: 16.25%;
  }
  .content .keyvisual .inner .logo .item img {
    width: 100%;
  }
  .content .keyvisual .inner h1 {
    width: 48.28125%;
    top: 22vw;
    right: 0;
  }
  .content .keyvisual .inner h1 img {
    width: 100%;
  }
  .content .keyvisual .inner .catch {
    top: auto;
    right: 0;
    bottom: 12vw;
    left: auto;
    width: 58.4375%;
    transform: none;
  }
  .content .keyvisual .inner .catch img {
    width: 100%;
  }
  .content .keyvisual .inner .author {
    top: 63vw;
    left: 2vw;
    width: 20.3125%;
  }
  .content .keyvisual .inner .author img {
    width: 100%;
  }
  .content .keyvisual .inner .bookInfo {
    top: auto;
    left: 3vw;
    bottom: 3vw;
    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: #ff349d;
  }
  .content .movie {
    padding: 10vw 0;
  }
  .content .movie h2 {
    margin: 0;
  }
  .content .movie h2 img {
    width: 100%;
  }
  .content .movie .inner .wrap {
    width: 100%;
  }
  .content .movie .inner .youtube {
    top: 3.4375vw;
    left: 7.34375vw;
    width: 85.3125vw;
    height: 47.96875vw;
  }
  .content .movie .inner .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .content .movie .inner .frame {
    padding: 0 5vw;
  }
  .content .comment {
    padding: 10vw 0;
  }
  .content .comment h2 {
    margin: 0;
  }
  .content .comment h2 img {
    width: 100%;
  }
  .content .comment .item {
    padding: 0 1.5625vw;
  }
  .content .story {
    padding: 5vw 0 5vw;
  }
  .content .story h2 img {
    width: 100%;
  }
  .content .character {
    padding: 10vw 0 10vw;
  }
  .content .character .inner h2 {
    margin: 0 0 5vw;
  }
  .content .character .inner h2 img {
    width: 100%;
  }
  .content .character .inner .list {
    margin: 0;
    gap: 10vw;
  }
  .content .character .inner .list .item.half {
    width: 100%;
  }
  .content .gallery {
    padding: 10vw 0;
  }
  .content .gallery .inner h2 {
    margin: 0 0 3vw;
  }
  .content .gallery .inner .list {
    margin: 0 5vw;
  }
  .content .benefit {
    padding: 10vw 0;
  }
  .content .benefit .inner {
    margin: 0 1.5625vw;
  }
  .content .benefit .inner h2 img {
    width: 100%;
  }
  .content .benefit .dots {
    margin-top: 0.3125vw;
  }
  .content .benefit .dots ul {
    margin: 0 0 1.875vw;
  }
  .content .benefit .dots ul li {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-left: 2.5vw;
    border-radius: 4.6875vw;
  }
  .content .benefit .list {
    padding: 2.34375vw 1.875vw 2.34375vw 0.78125vw;
  }
  .content .benefit .list .item {
    margin: 0 0 1.5625vw;
  }
  .content .benefit .list .item:nth-child(1) {
    width: 40.3125vw;
    margin-right: 0.3125vw;
    margin-left: -0.3125vw;
  }
  .content .benefit .list .item:nth-child(2) {
    width: 54.375vw;
    margin-right: -1.5625vw;
  }
  .content .benefit .list .item:nth-child(1), .content .benefit .list .item:nth-child(2) {
    margin-bottom: 1.5625vw;
  }
  .content .benefit .list .item:nth-child(3), .content .benefit .list .item:nth-child(5) {
    bottom: -0.9375vw;
    margin-right: 1.71875vw;
  }
  .content .benefit .list .item:nth-child(n+3) {
    width: 46.25vw;
  }
  .content .twitter {
    padding: 10vw 0 0;
  }
  .content .twitter .inner h2 {
    margin-bottom: 0;
  }
  .content .twitter .inner .item {
    padding: 5vw;
    background-image: none;
    aspect-ratio: auto;
  }
  .content .twitter .inner .item .chara {
    display: block;
    margin-bottom: -6vw;
  }
  .content .twitter .inner .item .chara img {
    width: 100%;
  }
  .content .twitter .inner .item .timeline {
    width: 100%;
    max-width: 100%;
  }
  .content .twitter .inner .item .timeline .title {
    margin-bottom: 5vw;
  }
  .content .twitter .inner .item .timeline .title img {
    width: 100%;
  }
  .content .twitter .inner .item .timeline .widget {
    height: 50vh;
    aspect-ratio: auto;
  }
  .content .book {
    padding: 10vw 0;
  }
  .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 .title span {
    font-size: 30px;
    font-size: 4.6875vw;
  }
  .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;
  }
}