@charset "UTF-8";
.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.bg {
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  z-index: -10;
  position: fixed;
  top: 0;
  left: 0;
}

.bottom-bg {
  display: block;
  background: url(../img/bottom_bg.png) 50% 0% fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.bottom-bg-sp {
  display: none;
}

.header {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.top {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../img/mainvisual.jpg") 50% 100% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1280px) {
  .top {
    height: 100vh;
  }
}

.mainvisual {
  width: 100%;
  position: relative;
}

.logo {
  position: absolute;
  left: 15%;
  bottom: 30%;
  width: 25%;
}

.catch {
  position: absolute;
  top: 5%;
  left: 25%;
  width: 50%;
}

.salesdate {
  position: absolute;
  bottom: 10%;
  right: 40%;
  width: 25%;
}

.platform {
  position: absolute;
  height: auto;
  left: 2%;
  top: 2%;
  max-width: 20%;
}

.caption {
  width: auto;
  margin: auto;
  display: block;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60rem;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
}

.caption img {
  width: auto;
  margin: auto;
  display: block;
}

.subcaption {
  width: 100%;
  max-width: 1200px;
  position: relative;
  text-align: center;
  font-size: 35rem;
  margin: 30px auto 10px;
  color: #fff;
  text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
}

.subcaption::before {
  content: "";
  width: 30%;
  display: inline-block;
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: 50%;
  left: 0%;
}

.subcaption::after {
  content: "";
  width: 30%;
  display: inline-block;
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: 50%;
  right: 0%;
}

.textbox-catch {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}

.movie-contents {
  position: relative;
  width: 50%;
  margin: 10px auto;
}

.movie-pv {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.character-section {
  width: 100%;
  height: auto;
  display: block;
  max-height: 100%;
  position: relative;
  padding: 100px 0;
  z-index: 0;
}

.character-section .character-pagination1 {
  background: url("../img/character/character01-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination1.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination1.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination1:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination1:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination1::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination2 {
  background: url("../img/character/character02-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination2.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination2.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination2:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination2:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination2::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination3 {
  background: url("../img/character/character03-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination3.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination3.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination3:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination3:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination3::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination4 {
  background: url("../img/character/character04-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination4.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination4.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination4:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination4:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination4::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination5 {
  background: url("../img/character/character05-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination5.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination5.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination5:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination5:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination5::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination6 {
  background: url("../img/character/character06-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination6.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination6.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination6:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination6:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination6::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination7 {
  background: url("../img/character/character07-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination7.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination7.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination7:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination7:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination7::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination8 {
  background: url("../img/character/character08-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination8.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination8.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination8:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination8:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination8::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination9 {
  background: url("../img/character/character09-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination9.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination9.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination9:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination9:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination9::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination10 {
  background: url("../img/character/character10-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination10.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination10.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination10:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination10:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination10::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination11 {
  background: url("../img/character/character11-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .character-pagination11.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .character-pagination11.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination11:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .character-pagination11:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-pagination11::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .character-profile-pagination {
  width: 870px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.character-section .subcharacter-pagination1 {
  background: url("../img/character/sub/character01-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination1.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination1.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination1:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination1:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination1::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination2 {
  background: url("../img/character/sub/character02-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination2.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination2.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination2:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination2:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination2::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination3 {
  background: url("../img/character/sub/character03-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination3.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination3.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination3:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination3:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination3::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination4 {
  background: url("../img/character/sub/character04-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination4.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination4.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination4:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination4:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination4::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination5 {
  background: url("../img/character/sub/character05-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination5.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination5.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination5:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination5:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination5::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination6 {
  background: url("../img/character/sub/character06-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination6.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination6.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination6:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination6:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination6::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination7 {
  background: url("../img/character/sub/character07-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination7.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination7.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination7:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination7:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination7::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination8 {
  background: url("../img/character/sub/character08-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination8.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination8.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination8:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination8:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination8::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination9 {
  background: url("../img/character/sub/character09-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination9.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination9.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination9:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination9:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination9::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination10 {
  background: url("../img/character/sub/character10-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination10.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination10.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination10:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination10:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination10::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination11 {
  background: url("../img/character/sub/character11-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination11.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination11.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination11:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination11:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination11::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination12 {
  background: url("../img/character/sub/character12-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination12.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination12.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination12:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination12:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination12::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination13 {
  background: url("../img/character/sub/character13-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination13.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination13.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination13:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination13:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination13::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination14 {
  background: url("../img/character/sub/character14-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination14.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination14.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination14:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination14:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination14::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination15 {
  background: url("../img/character/sub/character15-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination15.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination15.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination15:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination15:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination15::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination16 {
  background: url("../img/character/sub/character16-btn.jpg");
  width: 100px;
  height: 100px;
  background-position: 0% 0%;
  background-size: cover;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.character-section .subcharacter-pagination16.swiper-pagination-bullet-active {
  background-position: 0% 100%;
  pointer-events: none;
}

.character-section .subcharacter-pagination16.swiper-pagination-bullet-active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination16:hover {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.character-section .subcharacter-pagination16:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-pagination16::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
}

.character-section .subcharacter-profile-pagination {
  width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.character-section .subcharacter-profile-prev {
  position: absolute;
  width: 49px;
  height: 118px;
  bottom: 40%;
  left: -10%;
  z-index: 20;
  cursor: pointer;
}

.character-section .subcharacter-profile-next {
  position: absolute;
  width: 49px;
  height: 118px;
  bottom: 40%;
  right: -10%;
  z-index: 20;
  cursor: pointer;
}

.character-profile {
  width: 1024px;
  height: 576px;
  margin: 20px auto;
  position: relative;
  z-index: 10;
  overflow: visible;
}

.character-profile-prev {
  position: absolute;
  width: 49px;
  height: 118px;
  bottom: 40%;
  left: -10%;
  z-index: 20;
  cursor: pointer;
}

.character-profile-next {
  position: absolute;
  width: 49px;
  height: 118px;
  bottom: 40%;
  right: -10%;
  z-index: 20;
  cursor: pointer;
}

.character-slide {
  height: auto;
  display: block;
  width: 100%;
  height: 100%;
}

.character-slide .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/character/character-slide-bg.jpg) 0 0;
  background-size: cover;
  margin: auto;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.character-slide .contents-wrapper::before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-image-source: url(../img/character/character-frame.png);
  border-style: solid;
  border-image-slice: 33;
  border-width: 30px;
  border-image-outset: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.character-slide .contents-left {
  display: block;
  position: relative;
  width: 50%;
  z-index: 11;
  -webkit-filter: drop-shadow(2px 2px #654b3d);
          filter: drop-shadow(2px 2px #654b3d);
}

.character-slide .contents-right {
  display: block;
  position: relative;
  width: 50%;
  z-index: 10;
}

.character-name {
  text-align: left;
  font-size: 45rem;
  padding-left: 3%;
  padding-top: 3%;
  width: auto;
}

.character-name .cv {
  font-size: 23rem;
}

.character-discription {
  margin: 20px auto;
  padding-left: 3%;
  font-size: 26rem;
  text-shadow: 1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
  white-space: nowrap;
}

.character-discription em {
  color: #ff476e;
  font-style: normal;
}

.character-skill {
  font-size: 0.8em;
  white-space: nowrap;
}

.character-skill .name {
  color: #af5010;
  display: inline;
  position: relative;
}

.character-skill .name:hover {
  color: orange;
}

.character-skill .name:hover .visual {
  opacity: 1;
}

.character-skill .name .visual {
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
  bottom: 1.5em;
  left: 0%;
}

.character-visual {
  width: 100%;
  height: 100%;
  margin: auto;
}

.character-visual img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.character-flex-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.character-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.character-flex-container img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

.character-flex-container:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.character-flex-contents-left {
  width: 50%;
  display: block;
  position: relative;
}

.character-flex-contents-right {
  width: 50%;
  width: 50%;
  display: block;
  position: relative;
}

.story-section {
  width: 100%;
  height: auto;
  max-height: 60px 100%;
  padding: 100px 0;
  background: url("../img/story_bg.jpg") 50% 0% no-repeat;
  background-size: cover;
}

.story-section .text {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.story-section .text em {
  color: #ffe96c;
  font-style: normal;
}

.system-section {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 120px 0;
  background-size: cover;
}

.system-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.system-btn {
  display: block;
  width: 30%;
  position: relative;
  cursor: pointer;
  color: #663300;
  margin: 10px 1%;
  background: url(../img/character/character-slide-bg.jpg) 0 0;
  background-size: cover;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.system-btn::before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-image-source: url(../img/character/character-frame.png);
  border-style: solid;
  border-image-slice: 33;
  border-width: 30px;
  border-image-outset: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.system-btn p {
  padding: 1em 0;
  text-align: center;
  text-shadow: none;
}

.system-btn:hover {
  color: #cc6600;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.system-btn-list {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.system-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: auto;
  max-width: 1200px;
  padding: 1em;
  cursor: pointer;
  margin: auto;
  background: url(../img/character/character-slide-bg.jpg) 0 0;
  background-size: cover;
  margin: auto;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.system-detail-wrapper .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.system-detail-wrapper .image-wrapper:first-child {
  margin-top: 40px;
}

.system-detail-wrapper .image-container {
  display: block;
  position: relative;
  width: 30%;
  height: auto;
  margin: 10px 1%;
}

.system-detail-wrapper .image-container::before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-image-source: url(../img/system/system-frame.png);
  border-style: solid;
  border-image-slice: 30;
  border-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.system-detail-wrapper .image-container img {
  width: 100%;
  height: 100%;
}

.system-detail-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
}

.system-detail-cap img {
  width: auto;
  margin: auto;
}

.system-detail-subcap {
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: none;
}

.system-detail-text {
  width: 100%;
  padding-left: 1em;
  width: auto;
  margin: auto;
}

.gallery-section {
  display: block;
  position: relative;
  padding: 100px 0;
  height: auto;
  max-height: 100%;
}

.gallery-wrapper {
  display: block;
}

.gallery-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  background: url(../img/character/character-slide-bg.jpg) 0 0;
  background-size: cover;
  margin: auto;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.gallery-container::before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-image-source: url(../img/gallery/gallery-frame.png);
  border-style: solid;
  border-image-slice: 33;
  border-width: 30px;
  border-image-outset: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-swiper-container {
  width: 96%;
  height: 245px;
  padding: 20px 0;
  margin: 0 2%;
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-slide {
  width: 100%;
  height: 100%;
}

.gallery-slide img {
  position: relative;
  max-width: 100%;
}

.gallery-slide-prev {
  position: absolute;
  width: 49px;
  height: 118px;
  bottom: 30%;
  left: 4%;
  z-index: 20;
  cursor: pointer;
}

.gallery-slide-next {
  position: absolute;
  width: 49px;
  height: 118px;
  bottom: 30%;
  right: 4%;
  z-index: 20;
  cursor: pointer;
}

.gallery-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-image-container {
  width: 30%;
  margin: 10px auto;
  position: relative;
}

.gallery-image-container::before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-image-source: url(../img/system/system-frame.png);
  border-style: solid;
  border-image-slice: 30;
  border-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-image-container img {
  width: 100%;
  height: 100%;
}

.special-section {
  display: block;
  position: relative;
  padding: 20px 0;
  height: auto;
  max-height: 100%;
}

.special-section .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.special-section .image-container.pc {
  display: block;
  position: relative;
  width: 60%;
  margin: auto;
  height: auto;
}

.special-section .image-container.sp {
  display: block;
  position: relative;
  width: 30%;
  margin: 20px auto;
}

.special-section .image-container img {
  width: 100%;
}

.special-section .comic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.special-section .comic-wrapper .chapter {
  text-align: center;
  font-size: 35rem;
}

.special-section .comic-container {
  width: 23%;
  margin: auto 1%;
}

.special-section .comic-container img {
  max-width: 100%;
}

.story-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.story-item .text {
  font-size: 30rem;
  width: 100%;
}

.story-item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.story-item .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.story-item .contents-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.story-item .contents-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.story-item .contents-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}

/*----製品情報----*/
.spec-section {
  display: block;
  width: 100%;
  padding-bottom: 60px;
  height: auto;
  position: relative;
  max-height: 100%;
}

.spec-section .image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.spec-section .image-container {
  position: relative;
  display: block;
  width: 33%;
  margin: 20px 1%;
}

.spec-section .image-container img {
  width: 100%;
}

.spec-section .text {
  width: auto;
  margin: auto 1%;
  position: relative;
  display: block;
  color: white;
  text-shadow: 2px 1px 1px #000,2px 2px 1px #000,2px -1px 1px #000,2px -2px 1px #000,2px 0px 1px #000, -2px 1px 1px #000,-2px 2px 1px #000,-2px -1px 1px #000,-2px -2px 1px #000,-2px 0px 1px #000, 1px 1px 1px #000,1px 2px 1px #000,1px -1px 1px #000,1px -2px 1px #000,1px 0px 1px #000, -1px 1px 1px #000,-1px 2px 1px #000,-1px -1px 1px #000,-1px -2px 1px #000,-1px 0px 1px #000, 0px 1px 1px #000,0px 2px 1px #000,0px -1px 1px #000,0px -2px 1px #000;
}

.btn {
  display: block;
  width: auto;
  margin: 10px;
  background-color: #dd465c;
  color: #fff;
  text-shadow: initial;
  padding: 3px 1em;
  border-radius: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn:hover {
  background-color: #ffeea6;
  color: #dd3975;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
