@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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic 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;
}

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;
  }
}
/*=============================================================
 01_base
=============================================================*/
/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(104, 65, 104, 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 .modal-inner img {
  border: 1px solid #c1c1c1;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6%;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close {
    right: -75px;
    width: 30px;
  }
}
.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%;
  }
}

#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;
}
@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);
  }
}
#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/intro/bg.png") no-repeat top center #302727;
  background-size: 100%;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  #intro img {
    width: 100%;
  }
}
#intro .chara {
  position: relative;
  text-align: center;
  margin-left: 100px;
}
#intro .text {
  position: absolute;
  top: 400px;
  left: 46%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #intro .text {
    left: 0;
    transform: unset;
  }
}
#intro .catch {
  position: absolute;
  top: 208px;
  left: 47%;
  transform: translateX(-50%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #intro .catch {
    width: 20.3125vw;
    top: 31.5625vw;
    left: 50%;
  }
}
#intro::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 121px;
  background: url("../img/intro/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) {
  #intro::before {
    top: 0.78125vw;
    height: 18.90625vw;
    -webkit-animation: move-txt 30s linear infinite;
            animation: move-txt 30s linear infinite;
  }
}

#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);
  }
}

#keyvisual {
  position: relative;
  height: 935px;
  background: url("../img/kv/bg03.jpg") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    height: 150.46875vw;
    background: url("../img/kv/bg01-sp.jpg") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual img {
    width: 100%;
  }
}
#keyvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/kv/bg02.png") no-repeat top center;
  background-size: auto;
  mix-blend-mode: color-burn;
}
@media only screen and (max-width: 768px) {
  #keyvisual::before {
    display: none;
  }
}
#keyvisual .inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  background: url("../img/kv/bg01.jpg") no-repeat top center;
  background-size: auto;
}
@media only screen and (max-width: 768px) {
  #keyvisual .inner {
    width: auto;
    background: unset;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    top: 16.875vw;
    left: 19.6875vw;
    transform: unset;
  }
}
#keyvisual .chara1 {
  position: absolute;
  top: 172px;
  left: 300px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .chara1 {
    width: 53.90625vw;
    top: 29.6875vw;
    left: 20.9375vw;
  }
}
#keyvisual .chara2 {
  position: absolute;
  top: 323px;
  left: 380px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .chara2 {
    width: 38.59375vw;
    top: 51.5625vw;
    left: 38.90625vw;
  }
}
#keyvisual .author {
  position: absolute;
  top: 200px;
  left: 145px;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .author {
    width: 34.84375vw;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 17.96875vw;
  }
}
#keyvisual .logo {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .logo {
    width: 25.9375vw;
    left: 1.5625vw;
  }
}
#keyvisual .emblem {
  position: absolute;
  top: 58px;
  left: 16px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .emblem {
    width: 15.625vw;
    left: 6.5625vw;
  }
}
#keyvisual .emblem-award {
  position: absolute;
  top: 178px;
  left: -15px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .emblem-award {
    width: 25vw;
    left: 1.875vw;
  }
}
#keyvisual .box-release {
  position: absolute;
  top: 155px;
  right: 16px;
  width: 200px;
  border-radius: 0 0 10px 0;
  padding: 10px 0;
  background-color: #bb4cba;
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .box-release {
    top: inherit;
    right: inherit;
    left: 1.5625vw;
    bottom: 19.375vw;
    width: 31.25vw;
    padding: 1.5625vw;
    border-radius: 0 0 1.5625vw 0;
  }
}
#keyvisual .box-release .cover {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #keyvisual .box-release .cover {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .box-release .btn {
    display: none;
  }
}
#keyvisual .box-release .btn li:first-child {
  margin-bottom: 10px;
}
#keyvisual .box-release .award {
  position: absolute;
  top: 0;
  right: -16px;
}
#keyvisual .btn-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn-sp {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 3.125vw 0;
    background-color: #bb4cba;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn-sp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 88.75vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn-sp ul li {
    width: 42.5vw;
  }
}
#keyvisual .sns {
  position: absolute;
  top: 15px;
  right: 72px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #keyvisual .sns {
    display: none;
  }
}
#keyvisual .sns li:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content section {
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  #content section {
    margin-top: 1.5625vw;
  }
}
#content section::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("../img/line.png") repeat-x top center;
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  #content section::before {
    height: 1.5625vw;
    top: -1.5625vw;
    background: url("../img/line-sp.png");
    background-size: 100%;
  }
}
#content section .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content section .inner {
    width: auto;
  }
}

#story {
  text-align: center;
  padding: 54px 0 90px;
  background: url("../img/story/bg.jpg") no-repeat bottom center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #story {
    padding: 5.46875vw 0 26.25vw;
    background: url("../img/story/bg-sp.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
#story h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #story h2 {
    width: 37.65625vw;
    margin: 0 auto 4.375vw;
    padding-right: 5.46875vw;
  }
}
#story .inner {
  position: relative;
}
#story .catch {
  position: absolute;
  top: 152px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #story .catch {
    top: -5.46875vw;
    left: inherit;
    right: 0;
    transform: unset;
  }
}
#story .txt-voice {
  position: absolute;
  bottom: -45px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #story .txt-voice {
    width: 66.40625vw;
    bottom: -10.15625vw;
    right: 2.34375vw;
  }
}
#story .btn {
  position: absolute;
  top: 15px;
  right: 265px;
}
@media only screen and (max-width: 768px) {
  #story .btn {
    width: 16.40625vw;
    top: 0.78125vw;
    right: inherit;
    left: 3.125vw;
  }
}

#character {
  padding: 60px 0 100px;
  background: url("../img/character/bg01.png") no-repeat center 56px, url("../img/character/bg02.png");
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #character {
    padding: 4.375vw 0 13.75vw;
    background: url("../img/character/bg-sp.jpg") no-repeat top center;
    background-size: 100%;
  }
}
#character .inner {
  position: relative;
}
#character h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #character h2 {
    margin-bottom: 12.5vw;
  }
}
#character .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 72px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  #character .list1 {
    display: block;
    padding-left: 0;
    margin-bottom: 9.6875vw;
  }
}
#character .list1 .chara-box .chara {
  position: relative;
}
#character .list1 .chara-box .chara .btn {
  position: absolute;
  bottom: 60px;
  left: 342px;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box .chara .btn {
    width: 15.3125vw;
    bottom: 14.0625vw;
    left: 81.25vw;
  }
}
#character .list1 .chara-box:nth-child(1) .chara:first-child {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box:nth-child(1) .chara:first-child {
    margin-bottom: 10.15625vw;
  }
}
#character .list1 .chara-box:nth-child(1) .chara:first-child .btn {
  bottom: 60px;
  left: 362px;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box:nth-child(1) .chara:first-child .btn {
    bottom: 14.0625vw;
    left: 81.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box:nth-child(1) .chara:last-child .btn {
    bottom: 20.3125vw;
  }
}
#character .list1 .chara-box:nth-child(2) {
  margin-top: 210px;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box:nth-child(2) {
    margin-top: 0;
  }
}
#character .list1 .chara-box:nth-child(2) .chara:first-child {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box:nth-child(2) .chara:first-child {
    margin-bottom: 10.15625vw;
  }
}
#character .list1 .chara-box:nth-child(2) .chara:first-child .btn {
  bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box:nth-child(2) .chara:first-child .btn {
    bottom: 17.1875vw;
  }
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box .chara {
    margin-bottom: 10.15625vw;
  }
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box .chara.pc {
    display: none;
  }
}
#character .list1 .chara-box .chara.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #character .list1 .chara-box .chara.sp {
    display: block;
  }
}
#character .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  #character .list2 {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #character .list2 .chara {
    margin-bottom: 13.75vw;
  }
}
#character .txt-voice {
  position: absolute;
  bottom: -45px;
  right: 55px;
}
@media only screen and (max-width: 768px) {
  #character .txt-voice {
    width: 56.875vw;
    bottom: -13.75vw;
    right: 6.25vw;
  }
}

#gallery {
  padding: 34px 0 74px;
  text-align: center;
  background: url("../img/gallery/bg.png");
}
@media only screen and (max-width: 768px) {
  #gallery {
    padding: 6.25vw 0 0.78125vw;
  }
}
#gallery h2 {
  margin-bottom: 32px;
  margin-left: 65px;
}
@media only screen and (max-width: 768px) {
  #gallery h2 {
    width: 63.125vw;
    margin: 0 auto 3.4375vw;
    padding-left: 7.8125vw;
  }
}
#gallery .thumb-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #gallery .thumb-list ul {
    width: 85.15625vw;
    margin: 0 auto;
  }
}
#gallery .thumb-list ul li {
  position: relative;
  width: 224px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #gallery .thumb-list ul li {
    width: 38.75vw;
    margin-bottom: 7.8125vw;
  }
}
#gallery .thumb-list ul li:not(:nth-last-child(-n+4)) {
  margin-bottom: 72px;
}
#gallery .thumb-list ul li a {
  display: block;
}
#gallery .thumb-list ul li span {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #gallery .thumb-list ul li span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #gallery .thumb-list ul li.off {
    display: none;
  }
}
#gallery .thumb-list:hover ul li {
  transform: scale(0.8);
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #gallery .thumb-list:hover ul li {
    opacity: 1;
    transform: scale(1);
  }
}
#gallery .thumb-list:hover ul li:not(.off):hover {
  opacity: 1;
  transform: scale(1);
}

#pv {
  padding: 40px 0 82px;
  background: url("../img/pv/bg01.png") no-repeat center 15px, url("../img/pv/bg02.png");
}
@media only screen and (max-width: 768px) {
  #pv {
    background: url("../img/pv/bg01-sp.png") no-repeat center 15px, url("../img/pv/bg02-sp.png");
    background: 100%, auto;
  }
}
#pv h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #pv h2 {
    margin-bottom: 4.0625vw;
  }
}
#pv .box {
  position: relative;
  width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #pv .box {
    width: 93.75vw;
  }
}
#pv .box .youtube {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 800px;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  #pv .box .youtube {
    width: 91.25vw;
    height: 51.25vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
#pv .box .youtube iframe {
  width: 100%;
  height: 100%;
}

#benefit {
  padding: 40px 0 82px;
  background: url("../img/benefit/bg.png") repeat;
}
@media only screen and (max-width: 768px) {
  #benefit {
    padding: 6.25vw 0 10.625vw;
  }
}
#benefit h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #benefit h2 {
    margin-bottom: 4.0625vw;
  }
}
#benefit .box h3 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #benefit .box h3 {
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #benefit .box .image {
    margin: 0 3.125vw;
  }
}
#benefit .box.box1 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  #benefit .box.box1 {
    margin-bottom: 8.125vw;
  }
}
#benefit .box.box2 {
  position: relative;
  width: 1005px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #benefit .box.box2 {
    width: auto;
  }
}
#benefit .box.box2 h3 {
  text-align: right;
}
#benefit .box.box2 .btn {
  position: absolute;
  bottom: 255px;
  right: 295px;
  width: 260px;
  height: 46px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  #benefit .box.box2 .btn {
    bottom: 41.875vw;
    right: 48.4375vw;
    width: 40.625vw;
    height: 8.75vw;
  }
}
#benefit .box.box2 .btn a {
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #benefit .box.box2 .btn a {
    top: -1.09375vw;
    left: -1.09375vw;
  }
}
#benefit .box.box2 .btn a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #benefit .box.box2 .btn a:hover {
    top: -1.09375vw;
    left: -1.09375vw;
  }
}

#sns-x {
  padding: 40px 0 0;
  background: url("../img/x/bg.png");
}
#sns-x h2 {
  text-align: center;
  margin-bottom: 5px;
}
#sns-x .inner {
  position: relative;
  padding-bottom: 300px;
  background: url("../img/x/chara.png") no-repeat 105px bottom;
}
@media only screen and (max-width: 768px) {
  #sns-x .inner {
    padding-bottom: 51.5625vw;
    background: url("../img/x/chara-sp.png") no-repeat bottom left;
    background-size: 100%;
  }
}
#sns-x .inner::before {
  content: "";
  position: absolute;
  top: 112px;
  left: 144px;
  width: 81px;
  height: 65px;
  background: url("../img/x/deco01.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #sns-x .inner::before {
    width: 100%;
    height: 85.625vw;
    top: 17.5vw;
    left: 0;
    background: url("../img/x/deco01-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#sns-x .txt {
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #sns-x .txt {
    margin-bottom: 4.375vw;
  }
}
#sns-x .timeline {
  position: relative;
  width: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #sns-x .timeline {
    width: 93.75vw;
  }
}
#sns-x .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(3deg);
  background: rgba(0, 0, 0, 0.2);
}
#sns-x .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/x/bg-sns.png");
}
#sns-x .timeline iframe {
  position: relative;
  margin: 10px 9px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #sns-x .timeline iframe {
    margin: 1.25vw;
  }
}
#sns-x .ticket {
  position: absolute;
  bottom: 38px;
  right: 80px;
}
@media only screen and (max-width: 768px) {
  #sns-x .ticket {
    width: 70.625vw;
    bottom: 8.59375vw;
    right: 0.78125vw;
  }
}
#sns-x .ticket::before {
  content: "";
  position: absolute;
  top: -68px;
  right: -24px;
  width: 165px;
  height: 96px;
  background: url("../img/x/deco02.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #sns-x .ticket::before {
    width: 22.8125vw;
    height: 13.28125vw;
    top: -10.46875vw;
    right: 4.375vw;
    background: url("../img/x/deco02.png") no-repeat top center;
    background-size: contain;
  }
}
#sns-x .ticket a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
#sns-x .ticket:hover::before {
  transform: rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  #sns-x .ticket:hover::before {
    transform: unset;
  }
}
#sns-x .ticket:hover a {
  transform: scale(1.1) rotate(3deg);
}
@media only screen and (max-width: 768px) {
  #sns-x .ticket:hover a {
    transform: unset;
  }
}

#book {
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  #book {
    padding: 7.8125vw 0;
  }
}
#book h2 {
  margin-bottom: 42px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #book h2 {
    margin-bottom: 4.6875vw;
  }
}
#book .book-box {
  width: 935px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #book .book-box {
    width: 93.75vw;
    margin: 0 auto;
    display: block;
  }
}
#book .book-box:not(:last-child) {
  margin-bottom: 64px;
}
#book .book-box .cover {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .cover {
    width: 80.9375vw;
    margin: 0 auto 4.375vw;
  }
}
#book .book-box .cover img {
  width: 100%;
}
#book .book-box .txt-box {
  width: 602px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box {
    width: auto;
  }
}
#book .book-box .txt-box h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box h3 {
    font-size: 42px;
    font-size: 6.5625vw;
    margin-bottom: 3.125vw;
  }
}
#book .book-box .txt-box h3 span {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box h3 span {
    font-size: 32px;
    font-size: 5vw;
  }
}
#book .book-box .txt-box p.author {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box p.author {
    font-size: 30px;
    font-size: 4.6875vw;
    line-height: 1.3;
    margin-bottom: 0.78125vw;
  }
}
#book .book-box .txt-box p.isbn {
  font-size: 14px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box p.isbn {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#book .book-box .txt-box p.catch {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box p.catch {
    font-size: 28px;
    font-size: 4.375vw;
    margin-bottom: 1.25vw;
  }
}
#book .book-box .txt-box p.summary {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box p.summary {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#book .book-box .txt-box .btns {
  width: 554px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 28px;
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box .btns {
    width: 89.6875vw;
    padding-top: 4.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #book .book-box .txt-box .btns li {
    width: 42.1875vw;
  }
}

#rookie {
  position: relative;
  padding-top: 50px;
  background-color: #00a692;
}
@media only screen and (max-width: 768px) {
  #rookie {
    padding-top: 7.8125vw;
  }
}
#rookie::before {
  display: none;
}
#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) {
  #rookie::after {
    top: 3.125vw;
    height: 9.0625vw;
    -webkit-animation: move-txt 30s linear infinite;
            animation: move-txt 30s linear infinite;
  }
}
#rookie .bg {
  width: 100%;
  height: 686px;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #rookie .bg {
    height: 197.1875vw;
  }
}
#rookie .bg .circle-box {
  position: absolute; /*描画固定*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rookie .inner {
  width: auto !important;
}
#rookie .list {
  padding: 55px 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #rookie .list {
    padding: 8.59375vw 0;
  }
}
#rookie .list ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #rookie .list ul {
    width: 76.25vw;
    display: block;
    margin: 0 auto;
  }
}
#rookie .list ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #rookie .list ul li {
    margin-bottom: 1.5625vw;
  }
}
#rookie .list ul li .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #rookie .list ul li .image {
    width: 30.15625vw;
    height: 27.8125vw;
  }
}
#rookie .list ul li .image img {
  width: 100%;
  transition: all 0.3s ease;
}
#rookie .list ul li a {
  display: block;
}
#rookie .list ul li a:hover .image img {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  #rookie .list ul li a:hover .image img {
    transform: scale(1);
  }
}

#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;
  }
}
/*!  書店リスト
================================================ */
.shoplist {
  font-size: 16px;
  background: url("../img/benefit/bg.png");
}
@media only screen and (max-width: 768px) {
  .shoplist {
    font-size: 3.125vw;
  }
}
.shoplist .contents-inner {
  width: 640px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .shoplist .contents-inner {
    width: 100%;
    padding-bottom: 3.125vw;
  }
}
.shoplist .contents-inner h1 {
  width: 640px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .shoplist .contents-inner h1 {
    margin-bottom: 3.125vw;
  }
}
.shoplist .contents-inner h1 img {
  width: 100%;
}
.shoplist .contents-inner table {
  width: 588px;
  margin: 0 auto;
  border-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .shoplist .contents-inner table {
    width: 92.1875vw;
    margin: 0 auto;
  }
}
.shoplist .contents-inner th {
  text-align: center;
  background: #c5cdff;
  padding: 12px;
  border: solid 1px #736e71;
  line-height: 1;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .shoplist .contents-inner th {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
.shoplist .contents-inner th:nth-child(2) {
  border-left: none;
}
.shoplist .contents-inner tr td:first-child {
  width: 20%;
  font-weight: bold;
  text-align: center;
  background: #c5cdff;
  border-left: solid 1px #736e71;
}
.shoplist .contents-inner td {
  padding: 12px;
  border: solid 1px #736e71;
  border-top: none;
  border-left: none;
  line-height: 1;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .shoplist .contents-inner td {
    font-size: 16px;
    font-size: 2.5vw;
  }
}

footer.footer-shoplist {
  background: url("../img/benefit/bg.png");
  padding: 0;
  text-align: center;
}
footer.footer-shoplist .contents-inner {
  width: 640px;
  padding: 32px 0 25px;
  margin: 0 auto;
  background: #00a692;
}
@media only screen and (max-width: 768px) {
  footer.footer-shoplist .contents-inner {
    padding: 5vw 0 4.6875vw;
  }
}
footer.footer-shoplist .contents-inner .emblem {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  footer.footer-shoplist .contents-inner .emblem {
    width: 15.625vw;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  footer.footer-shoplist .contents-inner .emblem img {
    width: 100%;
  }
}
footer.footer-shoplist .contents-inner .logo {
  width: 148px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  footer.footer-shoplist .contents-inner .logo {
    width: 23.125vw;
    margin-bottom: 1.5625vw;
  }
}
footer.footer-shoplist .contents-inner .logo img {
  width: 100%;
}
footer.footer-shoplist .contents-inner .copy {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  footer.footer-shoplist .contents-inner .copy {
    font-size: 12px;
    font-size: 1.875vw;
  }
}
footer.footer-shoplist .contents-inner .copy:nth-of-type(3) {
  margin-bottom: 10px;
}