.page_wrapper {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .page_wrapper {
    margin-top: 50px;
  }
}

#content_wrap {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  /* ---------- modal window ---------- */
  /* ---------- swiper ---------- */
}
#content_wrap * {
  margin: 0;
  padding: 0;
}
#content_wrap .img-fluid {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
#content_wrap .element {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
#content_wrap .is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#content_wrap .mv {
  height: 320px;
  background-image: url(../images/mv_deco1.png), url(../images/mv_deco2.png), url(../images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left, top right, center;
  background-size: auto 100%, auto 100%, cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #content_wrap .mv {
    height: 375px;
    background-image: url(../images/mv_deco1_sp.png), url(../images/mv_deco2_sp.png), url(../images/mv_bg_sp.jpg);
    background-position: top left, bottom left, center;
    background-size: 100% auto, 100% auto, cover;
  }
}
#content_wrap .mv_text-area {
  text-align: center;
  position: relative;
  z-index: 2;
}
#content_wrap .mv_text-area .title .catch {
  max-width: 263px;
  margin: 0 auto;
}
#content_wrap .mv_text-area .title .main {
  max-width: 421px;
  margin: 15px auto 0;
}
#content_wrap .mv_text-area .lead {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  #content_wrap .mv_text-area {
    padding: 0 10px;
  }
  #content_wrap .mv_text-area .title .catch {
    max-width: 207px;
  }
  #content_wrap .mv_text-area .title .main {
    max-width: 325px;
    margin-top: 5px;
  }
  #content_wrap .mv_text-area .lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
  }
}
#content_wrap .comics {
  background: #b4dbff;
  padding: 82px 0 80px;
  overflow: hidden;
  position: relative;
}
#content_wrap .comics:before, #content_wrap .comics:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: url(../images/comics_deco.png) no-repeat;
  background-size: 100% auto;
  width: 344px;
  height: 344px;
}
#content_wrap .comics:before {
  top: 35px;
  left: 40px;
}
#content_wrap .comics:after {
  bottom: 19px;
  right: 40px;
}
@media screen and (max-width: 640px) {
  #content_wrap .comics {
    padding: 74px 25px 64px;
  }
  #content_wrap .comics:before, #content_wrap .comics:after {
    width: 173px;
    height: 173px;
  }
  #content_wrap .comics:before {
    top: -24px;
    left: -21px;
  }
  #content_wrap .comics:after {
    bottom: 28px;
    right: -12px;
  }
}
#content_wrap .comics_inner {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#content_wrap .comics_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content_wrap .comics_item:not(:first-child) {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  #content_wrap .comics_item:not(:first-child) {
    margin-top: 80px;
  }
}
#content_wrap .comics_text-area {
  width: 50.5617977528%;
}
#content_wrap .comics_text-area .episode {
  margin-top: 33px;
  border: 3px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#content_wrap .comics_text-area .episode .num {
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/comics_num.png) no-repeat;
  background-size: 100% auto;
  width: 209px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#content_wrap .comics_text-area .episode .title {
  background: url(../images/comics_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 62px 0 41px;
  text-align: center;
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 3px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content_wrap .comics_text-area .episode .lead {
  min-height: 177px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
#content_wrap .comics_text-area .btn {
  width: 100%;
  margin-top: 45px;
}
#content_wrap .comics_text-area .btn button {
  width: 100%;
  height: 80px;
  background: #0a52b6;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 10px 0 0 rgba(1, 45, 69, 0.2);
          box-shadow: 0 10px 0 0 rgba(1, 45, 69, 0.2);
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content_wrap .comics_text-area .btn button:before, #content_wrap .comics_text-area .btn button:after {
  position: absolute;
  content: "";
  background: #fff;
}
#content_wrap .comics_text-area .btn button:before {
  top: 39px;
  right: 40px;
  width: 20px;
  height: 2px;
}
#content_wrap .comics_text-area .btn button:after {
  top: 30px;
  right: 49px;
  width: 2px;
  height: 20px;
}
#content_wrap .comics_text-area .btn button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #content_wrap .comics_text-area {
    width: 100%;
  }
  #content_wrap .comics_text-area .episode {
    margin-top: 0;
  }
  #content_wrap .comics_text-area .episode .num {
    top: -27px;
    width: 148px;
    height: 52px;
    font-size: 20px;
  }
  #content_wrap .comics_text-area .episode .title {
    background-image: url(../images/comics_bg_sp.jpg);
    padding: 37px 10px 17px;
    font-size: 17px;
    line-height: 1.6764705882;
  }
  #content_wrap .comics_text-area .episode .lead {
    min-height: auto;
    padding: 14px 28px 15px;
    font-size: 14px;
    line-height: 1.8571428571;
    text-align: left;
  }
}
#content_wrap .comics_img {
  width: 41.5730337079%;
  border: 3px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content_wrap .comics_img:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #content_wrap .comics_img {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #content_wrap .comics_btn {
    margin-top: 30px;
    width: 100%;
  }
  #content_wrap .comics_btn button {
    width: 100%;
    height: 70px;
    background: #0a52b6;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0 10px 0 0 rgba(1, 45, 69, 0.2);
            box-shadow: 0 10px 0 0 rgba(1, 45, 69, 0.2);
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #content_wrap .comics_btn button:before, #content_wrap .comics_btn button:after {
    position: absolute;
    content: "";
    background: #fff;
  }
  #content_wrap .comics_btn button:before {
    top: 34px;
    right: 20px;
    width: 20px;
    height: 2px;
  }
  #content_wrap .comics_btn button:after {
    top: 25px;
    right: 29px;
    width: 2px;
    height: 20px;
  }
  #content_wrap .comics_btn button:hover {
    opacity: 0.75;
  }
}
#content_wrap .character {
  padding: 109px 0 108px;
  background-image: url(../images/character_bg_deco1.png), url(../images/character_bg_deco2.png), url(../images/character_bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top left, bottom right, center;
  background-size: 400px auto, 400px auto, auto;
  position: relative;
}
#content_wrap .character:before, #content_wrap .character:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#content_wrap .character:before {
  top: 200px;
  left: 34px;
  background-image: url(../images/character_deco1.png);
  width: 331px;
  height: 331px;
}
#content_wrap .character:after {
  bottom: 117px;
  right: 44px;
  background-image: url(../images/character_deco2.png);
  width: 333px;
  height: 333px;
}
@media screen and (max-width: 640px) {
  #content_wrap .character {
    padding: 46px 25px 50px;
    background-size: 100px auto, 100px auto, auto;
  }
  #content_wrap .character:before, #content_wrap .character:after {
    width: 173px;
    height: 173px;
  }
  #content_wrap .character:before {
    top: 60px;
    left: -21px;
  }
  #content_wrap .character:after {
    bottom: 28px;
    right: -12px;
  }
}
#content_wrap .character_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#content_wrap .character_title .en {
  max-width: 722px;
  margin: 0 auto;
}
#content_wrap .character_title .jp {
  max-width: 278px;
  margin: -17px auto 0;
}
@media screen and (max-width: 640px) {
  #content_wrap .character_title .en {
    max-width: 260px;
  }
  #content_wrap .character_title .jp {
    max-width: 150px;
  }
}
#content_wrap .character_list {
  margin-top: 77px;
  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;
}
#content_wrap .character_list li {
  width: 18.4545454545%;
  color: #fff;
}
#content_wrap .character_list li:not(:nth-child(5n-4)) {
  margin-left: 1.8181818182%;
}
#content_wrap .character_list li:not(:nth-child(-n+5)) {
  margin-top: 30px;
}
#content_wrap .character_list li .name {
  margin-top: 21px;
  text-align: center;
}
#content_wrap .character_list li .name .jp {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#content_wrap .character_list li .name .en {
  margin-top: 2px;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#content_wrap .character_list li .txt {
  margin-top: 19px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  #content_wrap .character_list {
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content_wrap .character_list li {
    width: 47%;
  }
  #content_wrap .character_list li:not(:nth-child(5n-4)) {
    margin-left: 0;
  }
  #content_wrap .character_list li:not(:nth-child(-n+5)) {
    margin-top: 0;
  }
  #content_wrap .character_list li:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  #content_wrap .character_list li .name {
    margin-top: 10px;
  }
  #content_wrap .character_list li .name .jp {
    font-size: 16px;
  }
  #content_wrap .character_list li .name .en {
    font-size: 12px;
  }
  #content_wrap .character_list li .txt {
    margin-top: 8px;
    font-size: 12px;
  }
}
#content_wrap .movie {
  background: #b4dbff;
  padding: 73px 0 80px;
}
@media screen and (max-width: 640px) {
  #content_wrap .movie {
    padding: 40px 25px;
  }
}
#content_wrap .movie_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
#content_wrap .movie_text:before, #content_wrap .movie_text:after {
  content: "";
  width: 2px;
  height: 58px;
  background-color: #333;
}
#content_wrap .movie_text:before {
  margin: 4px 28px 0 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#content_wrap .movie_text:after {
  margin: 4px 0 0 28px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 640px) {
  #content_wrap .movie_text {
    font-size: 14px;
  }
  #content_wrap .movie_text:before {
    margin: 6px 20px 0 0;
  }
  #content_wrap .movie_text:after {
    margin: 6px 0 0 20px;
  }
}
#content_wrap .movie_bnr {
  max-width: 694px;
  margin: 35px auto 0;
}
@media screen and (max-width: 640px) {
  #content_wrap .movie_bnr {
    max-width: none;
    margin-top: 25px;
  }
}
#content_wrap .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}
#content_wrap .modal.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
#content_wrap .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#content_wrap .modal__content {
  width: calc(100% - 200px);
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #content_wrap .modal__content {
    width: calc(100% - 20px);
  }
}
#content_wrap .modal__close-btn {
  border: none;
  background: url(../images/icon_close.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -47px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #content_wrap .modal__close-btn {
    top: -30px;
    width: 20px;
    height: 20px;
  }
}
#content_wrap .modal .swiper-slide {
  width: 100% !important;
}
#content_wrap .modal .slide_img {
  max-width: 1100px;
}
#content_wrap .modal .slide_num {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content_wrap .modal .slide_num {
    font-size: 14px;
  }
}
#content_wrap .swiper-button-prev,
#content_wrap .swiper-button-next {
  top: 50% !important;
  width: 70px;
  height: 70px;
  margin-top: -68px !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content_wrap .swiper-button-prev:after,
#content_wrap .swiper-button-next:after {
  display: none !important;
}
@media screen and (max-width: 640px) {
  #content_wrap .swiper-button-prev,
  #content_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -30px !important;
  }
}
#content_wrap .swiper-button-prev {
  background: url(../images/arrow_prev.png) no-repeat center;
  background-size: contain;
  left: -100px !important;
}
@media screen and (max-width: 640px) {
  #content_wrap .swiper-button-prev {
    left: -10px !important;
  }
}
#content_wrap .swiper-button-next {
  background: url(../images/arrow_next.png) no-repeat center;
  background-size: contain;
  left: auto !important;
  right: -100px !important;
}
@media screen and (max-width: 640px) {
  #content_wrap .swiper-button-next {
    right: -10px !important;
  }
}/*# sourceMappingURL=index.css.map */