@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  word-break: break-word; }

b, strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em; }

ul li {
  list-style: none; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  -webkit-tap-highlight-color: transparent; }

.pc {
  display: block; }

.sp {
  display: none; }

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/*@import url('https://fonts.google.com/specimen/Noto+Serif+JP');*/
/*-- yugo --*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  font-size
-----------------------*/
/*  transition
-----------------------*/
/* render text
----------------------*/
/*=== CUSTOM ===*/
/*-- center horizontally & vertically --*/
/*-- ARROW DEGREES 

	top: -45deg;
	right: 45deg;
	bottom: 135deg;
	left: -135deg;

--*/
/*-- ARROW RIGHT in psuedo:after --*/
/* arrow Right: Rotation, pos-Top, pos-Right, dimension, border-size, border-color --*/
/*-- ARROW LEFT in psuedo:before --*/
/* arrow left: Rotation, pos-Top, pos-Left, dimension, border-size, border-color --*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal; }

body {
  font-family: "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  body.active {
    overflow-x: hidden;
    overflow-y: auto; }

html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-width: 1030px; }

a {
  text-decoration: none;
  outline: none; }

img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: perspective(1px);
  -ms-transform: perspective(1px);
  -o-transform: perspective(1px);
  transform: perspective(1px); }

table {
  width: 100%;
  border-collapse: collapse; }

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/**************************************
common.scss
***************************************/
.inner__container {
  width: 960px;
  margin: 0 auto; }

.outer__container {
  position: relative;
  width: 1020px;
  margin: 0 auto; }

.breadcrumb {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 45px; }
  .breadcrumb ul {
    width: 100%; }
    .breadcrumb ul::after {
      content: '';
      display: block;
      clear: both; }
    .breadcrumb ul li {
      position: relative;
      float: left;
      margin-right: 23px; }
      .breadcrumb ul li::after {
        content: '>';
        position: absolute;
        top: 2px;
        right: -12px;
        color: #666;
        font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .breadcrumb ul li:last-child::after {
        display: none; }
      .breadcrumb ul li a, .breadcrumb ul li p {
        display: inline-block;
        font: normal 11px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        color: #666;
        transition: .2s ease; }
      .breadcrumb ul li a:hover {
        color: #00A0E6; }

.voice__loader {
  opacity: 0;
  height: 0; }

/*-- KV --*/
.page__kv {
  position: relative;
  width: 100%;
  height: auto; }
  .page__kv img {
    display: block;
    width: 100%;
    height: auto; }
  .page__kv .kv__text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 150px;
    height: 300px; }
    .page__kv .kv__text .kv__title {
      font: normal 35px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin-bottom: 10px;
      color: #fff; }
    .page__kv .kv__text .kv__details {
      position: relative;
      left: -5px;
      font: normal 70px/1 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin-bottom: 40px;
      color: #fff; }

/*-- KV SLIDER --*/
.carousel {
  position: relative;
  /*-- pagination --*/ }
  .carousel .swiper-wrapper {
    width: 100%; }
    .carousel .swiper-wrapper .swiper-slide {
      position: relative;
      outline: none; }
      .carousel .swiper-wrapper .swiper-slide img {
        display: block;
        width: 100%;
        height: auto; }
      .carousel .swiper-wrapper .swiper-slide .slider__text {
        position: absolute;
        bottom: 125px;
        left: 175px; }
        .carousel .swiper-wrapper .swiper-slide .slider__text p {
          font: normal 100px/2 "Roboto", sans-serif;
          font-weight: 100;
          color: #fff; }
  .carousel .swiper-pagination {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 100%;
    text-align: center; }
    .carousel .swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      background-color: rgba(250, 250, 250, 0.8);
      border-radius: 0;
      opacity: 1;
      margin: 0 3px;
      width: 50px;
      height: 7px; }
      .carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: rgba(255, 0, 0, 0.8); }
      .carousel .swiper-pagination .swiper-pagination-bullet button {
        display: none; }

/*-- PANEL --*/
.panel {
  margin-bottom: 100px;
  width: 100%;
  display: block;
  overflow: hidden;
  /*-- spacing --*/ }
  .panel .panel__header {
    box-sizing: border-box;
    min-height: 30px;
    padding: 15px;
    width: 100%; }
    .panel .panel__header .ph__title {
      font: normal 18px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      color: #fff; }
  .panel .panel__body {
    box-sizing: border-box;
    padding: 15px;
    min-height: 50px;
    width: 100%; }
  .panel.mb__20 {
    margin-bottom: 20px; }
  .panel.mb__50 {
    margin-bottom: 50px; }

/*-- FLEX FIELD --*/
.flex__field, .inflex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /*-- columns --*/
  /*-- margins --*/
  /*-- pages --*/ }
  .flex__field .col__10, .inflex .col__10 {
    width: 10%; }
  .flex__field .col__20, .inflex .col__20 {
    width: 20%; }
  .flex__field .col__30, .inflex .col__30 {
    width: 30%; }
  .flex__field .col__40, .inflex .col__40 {
    width: 40%; }
  .flex__field .col__50, .inflex .col__50 {
    width: 50%; }
  .flex__field .col__60, .inflex .col__60 {
    width: 60%; }
  .flex__field .col__70, .inflex .col__70 {
    width: 70%; }
  .flex__field .col__80, .inflex .col__80 {
    width: 80%; }
  .flex__field .col__90, .inflex .col__90 {
    width: 90%; }
  .flex__field .col__100, .inflex .col__100 {
    width: 100%; }
  .flex__field .col__eql, .inflex .col__eql {
    width: 33.33%; }
  .flex__field.mb__20, .inflex.mb__20 {
    margin-bottom: 20px; }
  .flex__field.mb__50, .inflex.mb__50 {
    margin-bottom: 50px; }
  .flex__field.mb__100, .inflex.mb__100 {
    margin-bottom: 100px; }
  .flex__field.top_d_01, .inflex.top_d_01 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
    .flex__field.top_d_01 .left__part, .inflex.top_d_01 .left__part {
      min-height: 40px;
      width: 520px; }
      .flex__field.top_d_01 .left__part .text__field .ctr__text .stylish__title, .inflex.top_d_01 .left__part .text__field .ctr__text .stylish__title {
        margin-bottom: 20px; }
      .flex__field.top_d_01 .left__part .center__buttons, .inflex.top_d_01 .left__part .center__buttons {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        max-width: 540px;
        margin: 0 auto; }
    .flex__field.top_d_01 .right__part, .inflex.top_d_01 .right__part {
      min-height: 40px;
      width: 310px; }
      .flex__field.top_d_01 .right__part .text__field .ctr__text .stylish__title, .inflex.top_d_01 .right__part .text__field .ctr__text .stylish__title {
        margin-bottom: 6px; }

/*-- FLOAT FIELD --*/
.float__field {
  /*-- child --*/ }
  .float__field::after {
    content: '';
    display: block;
    clear: both; }
  .float__field .fr {
    float: right; }

/*-- TABLES --*/
.tables {
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px; }
  .tables table {
    margin-bottom: 20px; }
    .tables table:last-child {
      margin-bottom: 0; }
    .tables table thead tr th {
      box-sizing: border-box;
      padding: 10px 15px;
      font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      letter-spacing: 1px;
      font-weight: 500;
      text-align: center;
      vertical-align: middle;
      color: #fff; }
    .tables table tbody tr {
      background-color: #fff;
      /*-- stripe --*/ }
      .tables table tbody tr:nth-child(even) {
        background-color: #e9e9e9; }
      .tables table tbody tr td, .tables table tbody tr p, .tables table tbody tr span {
        box-sizing: border-box;
        padding: 10px 15px;
        font: normal 12px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        vertical-align: middle;
        border: 1px solid #ddd; }
        .tables table tbody tr td span.emp, .tables table tbody tr p span.emp, .tables table tbody tr span span.emp {
          font-weight: bold; }

/*-- IMAGE BOX --*/
.img__wrap {
  width: 100%;
  /*-- pages --*/
  /*-- spacing --*/ }
  .img__wrap .img__title {
    font: 500 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 15px; }
  .img__wrap .img__detail {
    font: 400 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
  .img__wrap .img__title.ctr, .img__wrap .img__detail.ctr {
    text-align: center; }
  .img__wrap .center__sec__title {
    position: relative;
    text-align: center;
    top: 65px;
    font: bold 16px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424;
    margin-bottom: 30px; }
  .img__wrap.top-img-01 {
    min-height: 178px; }
    .img__wrap.top-img-01 .center__sec__title {
      position: relative;
      text-align: center;
      top: 65px;
      font: bold 18px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      letter-spacing: 2px;
      color: #fff;
      text-shadow: 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424;
      margin-bottom: 30px; }
    .img__wrap.top-img-01 img {
      max-width: 387px;
      margin: 0 auto;
      position: relative;
      top: 50px; }
  .img__wrap.top-img-02 {
    min-height: 178px;
    margin-bottom: 45px; }
    .img__wrap.top-img-02 img {
      max-width: 387px;
      margin: 0 auto;
      position: relative;
      top: 50px;
      display: none; }
  .img__wrap.top-img-03 {
    min-height: 178px;
    margin-bottom: 80px; }
    .img__wrap.top-img-03 img {
      max-width: 387px;
      margin: 0 auto;
      position: relative;
      top: 50px; }
  .img__wrap.top-img-04 {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 0 40px; }
  .img__wrap.sp-top-img-01 {
    display: none; }
    .img__wrap.sp-top-img-01 img {
      max-width: 290px;
      margin: 0 auto; }
  .img__wrap img {
    display: block;
    width: 100%;
    height: auto; }
    .img__wrap img.world_img_01 {
      max-width: 1000px;
      margin: 0 auto; }
  .img__wrap.mb__20 {
    margin-bottom: 20px; }
  .img__wrap.mb__50 {
    margin-bottom: 50px; }

/*-- TEXT --*/
.text__field {
  width: 100%;
  /*-- LISTS --*/ }
  .text__field p {
    font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
  .text__field ul {
    margin-bottom: 20px; }
    .text__field ul.bullet__list {
      width: 100%; }
      .text__field ul.bullet__list li {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-left: 23px; }
        .text__field ul.bullet__list li::before {
          content: '';
          position: absolute;
          top: 7px;
          left: 11px;
          height: 2px;
          width: 2px;
          border-radius: 100%;
          background-color: #000; }
        .text__field ul.bullet__list li p {
          font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .text__field ul.cube__list li {
      position: relative;
      width: 100%;
      min-height: 15px;
      box-sizing: border-box;
      padding-left: 16px; }
      .text__field ul.cube__list li .cube__icon {
        position: absolute;
        top: 0;
        left: 0;
        font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .text__field ul.cube__list li p {
        font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .text__field ul.asterisk__list {
      width: 100%; }
      .text__field ul.asterisk__list li {
        position: relative;
        width: 100%;
        min-height: 15px;
        box-sizing: border-box;
        padding-left: 23px; }
        .text__field ul.asterisk__list li .al__icon {
          position: absolute;
          top: 0;
          left: 7px;
          font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
        .text__field ul.asterisk__list li p {
          font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .text__field ul.bigdot__list {
      width: 100%; }
      .text__field ul.bigdot__list li {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-left: 16px;
        min-height: 16px; }
        .text__field ul.bigdot__list li::after {
          content: '';
          display: block;
          clear: both; }
        .text__field ul.bigdot__list li .li__icon {
          position: absolute;
          top: 5px;
          left: 0; }
        .text__field ul.bigdot__list li p {
          font: 300 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
  .text__field .ctr__text {
    width: 100%;
    text-align: center; }
    .text__field .ctr__text p {
      padding: 10px 0px;
      font: 500 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      text-align: center; }
    .text__field .ctr__text .stylish__title {
      position: relative;
      margin-bottom: 40px; }
      .text__field .ctr__text .stylish__title .st__left, .text__field .ctr__text .stylish__title .st__right {
        position: relative;
        display: inline-block;
        height: auto;
        width: 37px; }
      .text__field .ctr__text .stylish__title .st__left {
        left: 0px; }
      .text__field .ctr__text .stylish__title .st__right {
        right: 0px; }
        .text__field .ctr__text .stylish__title .st__right.set_2 {
          right: 10px; }
      .text__field .ctr__text .stylish__title .st__text {
        vertical-align: top;
        display: inline-block;
        font: bold 25px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
        padding: 0;
        letter-spacing: 2px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff; }
        .text__field .ctr__text .stylish__title .st__text.pc {
          display: inline-block; }
        .text__field .ctr__text .stylish__title .st__text.sp {
          display: none; }

.text__box {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 15px auto; }
  .text__box .tb__title {
    font: 500 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 15px; }
  .text__box p, .text__box span {
    font: 400 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

.curve__content__box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 0; }
  .curve__content__box .ccb__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 387px;
    margin: auto;
    z-index: 100; }
    .curve__content__box .ccb__title img {
      position: relative;
      width: 100%;
      margin: 0 auto;
      /*display: none;*/ }
  .curve__content__box .ccb__body {
    position: relative;
    box-sizing: border-box;
    padding: 70px 0 50px;
    min-height: 304px; }
    .curve__content__box .ccb__body .ccb__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .curve__content__box .ccb__body .ccb__text {
      position: relative;
      z-index: 200;
      width: 100%;
      max-width: 835px;
      margin: 0 auto; }
      .curve__content__box .ccb__body .ccb__text p {
        font: bold 20px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
        letter-spacing: 0.4px;
        color: #6e5520; }
        .curve__content__box .ccb__body .ccb__text p.stb__note {
          display: block;
          text-align: right;
          box-sizing: border-box;
          padding-right: 5px; }

.scroll__text__box {
  position: relative;
  width: 454px;
  height: 620px;
  box-sizing: border-box;
  padding: 75px 50px 120px; }
  .scroll__text__box .stb__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .scroll__text__box .stb__head {
    position: relative;
    width: 100%;
    z-index: 100;
    margin-bottom: 0px; }
    .scroll__text__box .stb__head .stb__title {
      font: 600 24px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      letter-spacing: 1px;
      text-align: center;
      color: #7d0022; }
  .scroll__text__box .stb__body {
    position: relative;
    width: 100%;
    z-index: 100; }
    .scroll__text__box .stb__body .stb__card__list {
      position: relative;
      z-index: 1000;
      height: 370px;
      width: 100%;
      max-width: 340px;
      margin-left: 15px;
      overflow: hidden;
      box-sizing: border-box; }
      .scroll__text__box .stb__body .stb__card__list .event__wrap {
        width: 100%;
        box-sizing: border-box;
        padding-right: 18px; }
        .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list {
          min-height: 74px;
          width: 100%; }
          .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card {
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: 12px 0 10px;
            border-bottom: 1px solid #6c5424;
            -webkit-transition: 0.4s ease;
            -ms-transition: 0.4s ease;
            -o-transition: 0.4s ease;
            transition: 0.4s ease; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card:hover {
              background-color: rgba(0, 0, 0, 0.03); }
              .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card:hover .card__content .card__title {
                color: #e60012; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .labels {
              width: 100%;
              margin-bottom: 10px; }
              .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .labels .card__tag {
                display: inline-block;
                min-width: 90px;
                margin-right: 15px;
                background-color: #7d0022;
                font: 300 12px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
                text-align: center;
                letter-spacing: 1px;
                color: #fff;
                padding: 1px 5px;
                box-sizing: border-box; }
              .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .labels .card__date {
                display: inline-block;
                font: normal 14px "Roboto", sans-serif;
                color: #6c5424; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .card__content .card__status {
              border: 1px solid #e60012;
              border-radius: 2px;
              display: inline-block;
              margin-right: 8px;
              box-sizing: border-box;
              min-width: 50px;
              font: 400 12px/1.4 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
              color: #e60012;
              text-align: center;
              padding: 0 5px; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .card__content .card__title {
              display: inline-block;
              font: normal 14px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
              color: #6c5424; }
    .scroll__text__box .stb__body .stb__sns__list {
      position: relative;
      z-index: 1000;
      height: 370px;
      width: 100%;
      max-width: 340px;
      margin-left: 15px;
      overflow: hidden;
      box-sizing: border-box; }
      .scroll__text__box .stb__body .stb__sns__list .sns__wrap {
        width: 100%;
        box-sizing: border-box;
        padding-right: 18px; }
        .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list {
          width: 100%;
          margin-bottom: 20px; }
          .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card {
            display: block;
            width: 100%; }
            .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag {
              width: 100%;
              text-align: right;
              margin-bottom: 30px; }
              .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag .card__label {
                background-color: #1ca1f2;
                border-radius: 5px;
                overflow: hidden;
                box-sizing: border-box;
                padding: 2px 5px;
                display: inline-block; }
                .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag .card__label .label__icon {
                  display: inline-block;
                  width: 18px;
                  margin: 2px 5px 0 0; }
                .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag .card__label .label__text {
                  display: inline-block;
                  font: normal 14px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
                  color: #fff;
                  letter-spacing: 1px; }
            .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__content {
              width: 100%; }
              .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__content img {
                display: block;
                width: 100%;
                height: auto; }

/*-- world page --*/
.page__msg {
  /*background: url('./../../assets/img/big-text-scroll-bg-2-min.png') no-repeat;
  background-size: cover;
  background-position: 50% 0%;*/
  position: relative;
  box-sizing: border-box;
  padding: 130px 0 140px;
  width: 100%; }
  .page__msg .cc__bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page__msg .cc__bg__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .page__msg .cc__bg__image img.pc {
        display: block; }
      .page__msg .cc__bg__image img.sp {
        display: none; }
  .page__msg .pm__head {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .page__msg .pm__head .pm__title {
      display: block;
      text-align: center;
      font: bold 30px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      color: #7d0022; }
  .page__msg .pm__body {
    position: relative; }
    .page__msg .pm__body p {
      display: block;
      text-align: center;
      font: bold 18px/1.4 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      margin-bottom: 18px;
      /*text-shadow: 0 0 10px #291f0a, 0 0 10px #291f0a, 0 0 10px #291f0a, 0 0 10px #291f0a, 0 0 10px #291f0a;*/
      text-shadow: 0 0 8px #3a2d12, 0 0 8px #3a2d12, 0 0 8px #3a2d12, 0 0 8px #3a2d12;
      /*-webkit-text-stroke: 1px #6e5520;*/
      /*-webkit-text-fill-color: #fff;*/
      color: #fff; }
  .page__msg .pm__body2 {
    position: relative; }
    .page__msg .pm__body2.pc {
      margin-left: 100px;
      margin-right: 100px; }
    .page__msg .pm__body2.sp {
      margin-left: 0px;
      margin-right: 0px; }
    .page__msg .pm__body2 p {
      display: block;
      margin-bottom: 18px;
      color: #000; }

/*-- character page --*/
.character__listing {
  background: url("./../../assets/img/big-text-scroll-bg-3-min.png") no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  position: relative;
  box-sizing: border-box;
  padding: 120px 70px 40px;
  width: 960px;
  height: 1200px;
  margin: 0 auto;
  /*-- custom bar -*/ }
  .character__listing .cc__bg__image {
    display: none; }
  .character__listing .character__list {
    width: 100%;
    height: 960px;
    overflow: hidden; }
    .character__listing .character__list .ch__wrap {
      position: relative;
      width: 805px;
      height: auto;
      padding: 45px 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .character__listing .character__list .ch__wrap .ch__list {
        width: 268px;
        height: auto;
        margin-bottom: 50px; }
        .character__listing .character__list .ch__wrap .ch__list .ch__card {
          position: relative;
          width: 100%;
          min-height: 270px;
          cursor: pointer; }
          .character__listing .character__list .ch__wrap .ch__list .ch__card:hover .chd__ring {
            animation: spinner_ccw 20s ease infinite; }
          .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display {
            position: relative;
            width: 100%;
            height: 226px;
            margin-bottom: 2px; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__ring {
              position: absolute;
              left: 0;
              right: 0;
              width: 222px;
              height: auto;
              margin: auto;
              /*@include transition(.4);*/ }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img {
              position: absolute;
              left: 0;
              right: 0;
              height: auto;
              margin: auto;
              top: 8px;
              width: 205px;
              height: 205px;
              border-radius: 50%; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img {
                position: absolute;
                left: 0;
                /* character ciecle position and size. */ }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_01 {
                  top: -49px;
                  width: 231px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_02 {
                  top: -28px;
                  width: 206px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_03 {
                  top: -23px;
                  width: 207px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_04 {
                  top: -26px;
                  width: 214px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_05 {
                  top: -48px;
                  width: 205px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_06 {
                  top: -29px;
                  width: 206px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_07 {
                  top: -32px;
                  width: 216px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_08 {
                  top: -10.5px;
                  width: 205px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_09 {
                  top: -2px;
                  width: 216px;
                  left: 2px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_10 {
                  top: -2px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_11 {
                  top: -42px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_12 {
                  top: 2px;
                  left: -2px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_13 {
                  top: -12px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_14 {
                  top: -4px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_15 {
                  top: -12px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_16 {
                  top: -14px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_17 {
                  top: -4px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_18 {
                  top: -16px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_19 {
                  top: -6px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_20 {
                  top: -8px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_21 {
                  top: -11px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_22 {
                  top: -8px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_23 {
                  top: -7px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_24 {
                  top: -5px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_25 {
                  top: -10px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_26 {
                  top: -11px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_27 {
                  top: -11px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_28 {
                  top: -15px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_29 {
                  top: -18px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_30 {
                  top: -16px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_31 {
                  top: -15px;
                  width: 205.6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_32 {
                  top: -29px;
                  width: 205.6px; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name__bg {
              position: absolute;
              left: 0;
              right: 0;
              height: auto;
              margin: auto;
              margin: 0 auto;
              bottom: 8px;
              width: 203px; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name {
              position: absolute;
              left: 0;
              right: 0;
              height: auto;
              margin: auto;
              bottom: 24px;
              height: 23px;
              width: auto;
              z-index: 100;
              font: bold 16px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              color: #fff;
              text-align: center; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_01 {
                text-shadow: 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e, 0 0 3px #162c4e; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_02 {
                text-shadow: 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b, 0 0 3px #9e1b5b; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_03 {
                text-shadow: 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91, 0 0 3px #6c3d91; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_04 {
                text-shadow: 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1, 0 0 3px #6083a1; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_05 {
                text-shadow: 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989, 0 0 3px #997989; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_06 {
                text-shadow: 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f, 0 0 3px #ca854f; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_07 {
                text-shadow: 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6, 0 0 3px #d1c8d6; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_08 {
                text-shadow: 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9, 0 0 3px #d2cdb9; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_09 {
                text-shadow: 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c, 0 0 4px #a20e0c; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_10 {
                text-shadow: 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268, 0 0 4px #5b4268; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_11 {
                text-shadow: 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c, 0 0 4px #70000c; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_12 {
                text-shadow: 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d, 0 0 4px #76ac7d; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_13 {
                text-shadow: 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e, 0 0 4px #3c587e; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_14 {
                text-shadow: 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6, 0 0 4px #36a4c6; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_15 {
                text-shadow: 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828, 0 0 4px #282828; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_16 {
                text-shadow: 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad, 0 0 4px #c7adad; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_17 {
                text-shadow: 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b, 0 0 4px #c7a69b; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_18 {
                text-shadow: 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc, 0 0 4px #f3e6bc; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_19 {
                text-shadow: 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b, 0 0 4px #bdb29b; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_20 {
                text-shadow: 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d, 0 0 4px #7c563d; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_21 {
                text-shadow: 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8, 0 0 4px #8c97b8; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_22 {
                text-shadow: 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359, 0 0 4px #6f6359; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_23 {
                text-shadow: 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e, 0 0 4px #b28d6e; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_24 {
                text-shadow: 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068, 0 0 4px #bc8068; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_25 {
                text-shadow: 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685, 0 0 4px #9b7685; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_26 {
                text-shadow: 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1, 0 0 4px #88a2c1; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_27 {
                text-shadow: 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f, 0 0 4px #36727f; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_28 {
                text-shadow: 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c, 0 0 4px #c48d4c; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_29 {
                text-shadow: 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f, 0 0 4px #7b665f; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_30 {
                text-shadow: 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2, 0 0 4px #d196a2; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_31 {
                text-shadow: 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99, 0 0 4px #a76e99; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name.g_32 {
                text-shadow: 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7, 0 0 4px #6aa6c7; }
          .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details {
            position: relative;
            width: 100%;
            text-align: center; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details .chdt__icon {
              display: inline-block;
              margin-right: 2px;
              width: 23px;
              height: auto; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details .chdt__icon.default {
                height: 25px;
                width: auto;
                margin-right: 0; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details .chdt__text {
              display: inline-block;
              font: bold 18px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              letter-spacing: 1px;
              margin-top: 1px;
              vertical-align: top; }
  .character__listing .simplebar-track {
    height: calc(100% - 100px);
    top: 50px; }

/*-- character modal slider --*/
.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 904px;
  height: 500px;
  left: -1px;
  position: fixed;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .modal.open {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .modal .mdl__close__btn {
    position: absolute;
    right: 25px;
    top: -11px;
    cursor: pointer;
    outline: none;
    z-index: 200; }
    .modal .mdl__close__btn img {
      width: 40px;
      height: 40px;
      -webkit-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
    .modal .mdl__close__btn:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  .modal .character__carousel {
    position: relative;
    width: 904px;
    height: 514.34px; }
    .modal .character__carousel .ch__slide {
      position: relative;
      width: 904px;
      height: 514.34px;
      box-sizing: border-box;
      padding: 25px 70px 25px 30px;
      display: block;
      outline: none; }
      .modal .character__carousel .ch__slide .ch__slide__bg {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 904px;
        height: 514.34px; }
      .modal .character__carousel .ch__slide .ch__content {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%; }
        .modal .character__carousel .ch__slide .ch__content .left__part {
          width: 390px;
          height: auto;
          display: block;
          z-index: 200; }
          .modal .character__carousel .ch__slide .ch__content .left__part img {
            width: 100%;
            height: auto; }
            .modal .character__carousel .ch__slide .ch__content .left__part img.pc {
              display: block; }
            .modal .character__carousel .ch__slide .ch__content .left__part img.sp {
              display: none; }
          .modal .character__carousel .ch__slide .ch__content .left__part .ch__box {
            position: absolute;
            top: 44px;
            left: 63px;
            height: 411px;
            width: 357px;
            z-index: 200; }
            .modal .character__carousel .ch__slide .ch__content .left__part .ch__box img {
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box img.pc {
                display: block; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box img.sp {
                display: none; }
            .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display {
              position: absolute;
              bottom: 10px;
              left: 24px;
              right: 0;
              height: 420px;
              margin: auto;
              z-index: 300;
              /* Image position and size in pc screen character detail. */ }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_01 {
                width: 277px;
                left: 24px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_02 {
                width: 291px;
                left: 24px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_03 {
                width: 293px;
                left: 4px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_04 {
                width: 312px;
                left: -40px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_05 {
                width: 321px;
                left: -18px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_06 {
                width: 370px;
                left: -5px;
                bottom: -45px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_07 {
                width: 360px;
                left: 9px;
                bottom: 0px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_08 {
                width: 320px;
                left: -8px;
                bottom: 4px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_09 {
                width: 360px;
                left: 2px;
                bottom: 4px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_10 {
                width: 400px;
                left: 0px;
                bottom: 0px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_11 {
                width: 340px;
                left: 0px;
                bottom: -8px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_12 {
                width: 280px;
                left: 0px;
                bottom: -8px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_13 {
                width: 360px;
                left: -23px;
                bottom: -12px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_14 {
                width: 320px;
                left: -23px;
                bottom: -44px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_15 {
                width: 370px;
                left: -38px;
                bottom: 4px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_16 {
                width: 330px;
                left: 0px;
                bottom: -26px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_17 {
                width: 360px;
                left: 10px;
                bottom: 4px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_18 {
                width: 390px;
                left: -12px;
                bottom: -10px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_19 {
                width: 230px;
                left: -10px;
                bottom: -6px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_20 {
                width: 260px;
                left: -10px;
                bottom: -8px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_21 {
                width: 276px;
                left: -2px;
                bottom: 0px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_22 {
                width: 370px;
                left: 10px;
                bottom: 13px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_23 {
                width: 430px;
                left: -10px;
                bottom: -2px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_24 {
                width: 350px;
                left: 22px;
                bottom: 9px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_25 {
                width: 380px;
                left: -16px;
                bottom: -10px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_26 {
                width: 390px;
                left: -10px;
                bottom: -11px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_27 {
                width: 340px;
                left: 26px;
                bottom: -5px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_28 {
                width: 346px;
                left: -10px;
                bottom: 20px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_29 {
                width: 340px;
                left: 40px;
                bottom: 13px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_30 {
                width: 320px;
                left: 18px;
                bottom: 2px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_31 {
                width: 360px;
                left: -18px;
                bottom: -12px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_32 {
                width: 320px;
                left: -18px;
                bottom: -12px; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display img {
                position: absolute;
                top: 0;
                left: 0;
                height: auto;
                width: 100%; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display img.pc {
                  display: block; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display img.sp {
                  display: none; }
            .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern {
              position: absolute;
              bottom: -26px;
              left: -33px;
              height: 113px;
              width: 284px;
              z-index: 400; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern img {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern img.pc {
                  display: block; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern img.sp {
                  display: none; }
          .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg {
            display: none; }
          .modal .character__carousel .ch__slide .ch__content .left__part .voice__sp {
            display: none; }
        .modal .character__carousel .ch__slide .ch__content .right__part {
          position: relative;
          display: block;
          width: 360px;
          height: 412px;
          margin-top: 20px;
          z-index: 200; }
          .modal .character__carousel .ch__slide .ch__content .right__part .ch__title {
            /*font: bolder 36px/1.5 $Hiragino_Mincho;
            -webkit-text-stroke: 1px #000;
            -webkit-text-fill-color: #fff;*/
            margin-bottom: 16px; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__title .cht__text {
              font: bold 36px/1 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              min-height: 50px;
              letter-spacing: 2px;
              color: #fff;
              text-align: center;
              text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__title img {
              height: 40px;
              width: auto;
              margin: 0 auto; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__title img.pc {
                display: block; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__title img.sp {
                display: none; }
          .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle {
            text-align: center;
            width: 100%;
            margin-bottom: 20px; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__icon {
              display: inline-block;
              width: 29px;
              height: auto;
              margin-right: 5px; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__text {
              display: inline-block;
              font: bold 24px/1.4 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              color: #fff;
              vertical-align: top;
              margin-right: 10px;
              color: #fcfade; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__voice {
              background-color: #000;
              vertical-align: top;
              box-sizing: border-box;
              border: 1px solid #fff;
              border-radius: 3px;
              /*padding: 4px;*/
              display: inline-block;
              width: 110px;
              cursor: pointer;
              -webkit-transition: .2s ease;
              -ms-transition: .2s ease;
              -o-transition: .2s ease;
              transition: .2s ease; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__voice:hover {
                border-color: deepskyblue; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__voice img {
                padding: 4px 12px;
                width: 85px;
                height: auto;
                margin: 0 auto; }
          .modal .character__carousel .ch__slide .ch__content .right__part .ch__details {
            position: relative;
            margin-bottom: 20px;
            min-height: 200px; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__title {
              font: bold 18px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              color: #fff;
              text-align: center;
              margin-bottom: 18px; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__title.mb__0 {
                margin-bottom: 0; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__text {
              display: block;
              width: 100%;
              max-height: 190px;
              overflow: hidden; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__text p {
                font: 400 14px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                color: #fcfade; }
          .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
            padding-top: 15px; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags .hr__line {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul {
              width: 100%;
              text-align: center; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li {
                display: inline-block;
                min-width: 80px;
                width: 100%;
                vertical-align: text-bottom; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li:last-child p::after {
                  display: none; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li p {
                  position: relative;
                  font: bold 10px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                  color: #fcfade; }
                  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li p::after {
                    content: ',';
                    position: absolute;
                    bottom: 0;
                    right: -3px;
                    font: bold 12px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                    color: #fcfade;
                    display: none; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li.active {
                  background-color: #fcfade;
                  border-radius: 10px;
                  overflow: hidden; }
                  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li.active p {
                    font: bold 14px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                    color: #7d0022; }
    .modal .character__carousel .slick-arrow {
      position: absolute;
      top: 45%;
      height: 55px;
      width: 55px;
      z-index: 200;
      cursor: pointer; }
      .modal .character__carousel .slick-arrow .burst {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 47px;
        height: 47px;
        -webkit-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        border-radius: 50%;
        z-index: -1;
        animation: burstOut 1s ease;
        display: none; }
        .modal .character__carousel .slick-arrow .burst:active::before {
          display: block; }
      .modal .character__carousel .slick-arrow.slick-prev {
        left: -11px; }
      .modal .character__carousel .slick-arrow.slick-next {
        right: -11px; }
      .modal .character__carousel .slick-arrow img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }

/*-- news page --*/
.news__listing__field {
  position: relative;
  width: 960px;
  height: 1100px;
  margin: 0 auto;
  background: url("./../../assets/img/big-text-scroll-bg-min.png") no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  box-sizing: border-box;
  padding: 140px 140px 100px 146px; }
  .news__listing__field .cc__bg__image {
    display: none; }
  .news__listing__field .nlf__body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 832px;
    overflow: hidden; }
    .news__listing__field .nlf__body .nlf__wrap {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding-right: 20px; }
      .news__listing__field .nlf__body .nlf__wrap .nlf__list {
        width: 100%; }
        .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card {
          width: 100%;
          display: block;
          box-sizing: border-box;
          padding: 14px 0 6px;
          border-bottom: 1px solid #6c5424; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card:hover .nc__name .nc__title {
            color: #e60012; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label {
            width: 100%;
            margin-bottom: 8px; }
            .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__tag {
              font: 600 12px "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
              color: #fff;
              box-sizing: border-box;
              padding: 2px 5px 0px;
              min-width: 80px;
              text-align: center;
              margin-right: 10px;
              display: inline-block; }
              .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__tag.game_tag {
                background-color: #c23300; }
              .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__tag.event_tag {
                background-color: #7d0022; }
              .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__tag.other_tag {
                background-color: #000; }
            .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__date {
              display: inline-block;
              font: 600 12px "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
              color: #6c5424; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__name {
            width: 100%; }
            .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__name .nc__title {
              display: inline-block;
              font: 600 20px "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
              color: #6c5424;
              -webkit-transition: .2s ease;
              -ms-transition: .2s ease;
              -o-transition: .2s ease;
              transition: .2s ease; }

/*-- Promotion --*/
.top__promotion {
  position: relative;
  width: 100%;
  height: 572px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 40px 60px 60px; }
  .top__promotion .tp__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .top__promotion .tp__head {
    position: relative;
    z-index: 100; }
    .top__promotion .tp__head d
    .tp__title {
      /*background: -webkit-linear-gradient(red, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;*/
      /*font: bold 30px/1 $Hiragino_Mincho;
      color: red;
      @include txtShadow(4px, #fff);*/ }
    .top__promotion .tp__head .title__img {
      position: relative;
      width: 105%;
      left: -20px;
      height: auto; }
  .top__promotion .tp__body {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 350px;
    overflow: hidden; }
    .top__promotion .tp__body .tp__wrap {
      width: 100%; }
      .top__promotion .tp__body .tp__wrap .tp__list {
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        .top__promotion .tp__body .tp__wrap .tp__list .status {
          width: 120px; }
          .top__promotion .tp__body .tp__wrap .tp__list .status .gem_clear_img {
            display: none; }
        .top__promotion .tp__body .tp__wrap .tp__list .val__1, .top__promotion .tp__body .tp__wrap .tp__list .val__2 {
          width: calc(55% - 88px); }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1::after, .top__promotion .tp__body .tp__wrap .tp__list .val__2::after {
            content: '';
            display: block;
            clear: both; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .multiplier, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .multiplier, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text {
            display: inline-block;
            width: auto; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .multiplier img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .multiplier img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text img {
              height: 100%;
              width: auto; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond {
            float: right; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .multiplier, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .multiplier {
            height: 75px; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond {
            position: relative;
            height: 90px;
            width: 110px;
            top: -5px; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond img {
              height: 100%;
              width: auto;
              margin: 0 auto; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text {
            position: relative;
            height: 60px; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text {
            top: 15px;
            left: -5px; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text {
            top: -3px;
            left: -18px; }
        .top__promotion .tp__body .tp__wrap .tp__list .val__2 {
          width: calc(45% - 88px); }
        .top__promotion .tp__body .tp__wrap .tp__list .math {
          position: relative;
          top: 15px;
          width: 56px;
          left: -5px; }
    .top__promotion .tp__body .simplebar-track {
      height: 100%;
      width: 2px;
      right: 60px;
      background: #b77a17;
      border-radius: 10px; }
      .top__promotion .tp__body .simplebar-track.vertical .simplebar-scrollbar {
        width: 8px;
        right: 0px; }
        .top__promotion .tp__body .simplebar-track.vertical .simplebar-scrollbar::before {
          background: #fff;
          border: 1px solid #7d0022;
          right: -4px;
          opacity: 1; }
      .top__promotion .tp__body .simplebar-track.horizontal {
        display: none; }

#sc_slider {
  width: 960px;
  height: 100%;
  margin: 20px auto 0; }
  #sc_slider .slick-list {
    overflow: visible; }
    #sc_slider .slick-list .ss__slide {
      display: block;
      outline: none;
      width: 100%;
      /*-webkit-transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);*/
      /*-ms-transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);*/
      transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s; }
      #sc_slider .slick-list .ss__slide.slick-center {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
        #sc_slider .slick-list .ss__slide.slick-center .ss__content {
          width: 730px; }
          #sc_slider .slick-list .ss__slide.slick-center .ss__content img {
            -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04); }
          #sc_slider .slick-list .ss__slide.slick-center .ss__content::after {
            opacity: 0; }
      #sc_slider .slick-list .ss__slide .ss__content {
        position: relative;
        display: block;
        box-sizing: border-box;
        border: 5px solid #6c5424;
        background-color: #bfbfbf;
        width: 900px;
        height: 355px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden; }
        #sc_slider .slick-list .ss__slide .ss__content img {
          position: absolute;
          width: 100%;
          height: auto;
          top: 0;
          bottom: 0;
          margin: auto;
          -webkit-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
        #sc_slider .slick-list .ss__slide .ss__content::after {
          content: '';
          background-color: rgba(250, 250, 250, 0.6);
          opacity: 1;
          -webkit-transition: 0.6s ease;
          -ms-transition: 0.6s ease;
          -o-transition: 0.6s ease;
          transition: 0.6s ease;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  #sc_slider .slick-prev, #sc_slider .slick-next {
    position: absolute;
    top: calc(50% - 40.5px);
    height: 57px;
    width: 57px;
    border: none;
    outline: none;
    z-index: 1000;
    cursor: pointer; }
    #sc_slider .slick-prev .burst, #sc_slider .slick-next .burst {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 47px;
      height: 47px;
      -webkit-transition: 1s ease;
      -ms-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease;
      border-radius: 50%;
      z-index: -1;
      animation: burstOut 1s ease;
      display: none; }
      #sc_slider .slick-prev .burst:active::before, #sc_slider .slick-next .burst:active::before {
        display: block; }
    #sc_slider .slick-prev img, #sc_slider .slick-next img {
      position: absolute;
      height: 100%;
      width: 100%; }
  #sc_slider .slick-prev {
    left: 0px; }
  #sc_slider .slick-next {
    right: 0px; }
  #sc_slider .slick-dots {
    text-align: center;
    margin-top: 38px;
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    #sc_slider .slick-dots li {
      display: inline-block;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      border: 1px solid #fff;
      background-color: transparent;
      margin: 0 5px;
      cursor: pointer;
      -webkit-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      #sc_slider .slick-dots li.slick-active {
        background-color: #fff; }
      #sc_slider .slick-dots li button {
        display: none; }

.clearfix {
  height: 0;
  width: 100%;
  display: block;
  clear: both; }

.center__buttons {
  width: 100%;
  text-align: center; }
  .center__buttons.v__flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .center__buttons .cb__button {
    position: relative;
    display: inline-block; }
    .center__buttons .cb__button.set__2 .cb__text {
      font: 500 20px "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      letter-spacing: 3px;
      top: 18px; }
    .center__buttons .cb__button:hover img {
      filter: brightness(130%); }
    .center__buttons .cb__button img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: .2s ease;
      -ms-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      .center__buttons .cb__button img.cb_img_01 {
        max-width: 257px; }
      .center__buttons .cb__button img.cb_img_02 {
        max-width: 230.5px; }
    .center__buttons .cb__button .cb__text {
      position: absolute;
      font: 500 26px "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      text-shadow: 0 0 5px #000;
      letter-spacing: 4px;
      top: 17px;
      left: 5px;
      z-index: 400;
      color: #fff;
      width: 100%; }
  .center__buttons .app__store__btn {
    width: 100%;
    max-width: 248px;
    display: inline-block;
    background: #000;
    overflow: hidden;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 12px;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .center__buttons .app__store__btn.set__2 {
      border: none;
      background: none; }
    .center__buttons .app__store__btn.sp {
      display: none; }
    .center__buttons .app__store__btn:hover, .center__buttons .app__store__btn:active {
      border-color: deepskyblue; }
      .center__buttons .app__store__btn:hover img, .center__buttons .app__store__btn:active img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .center__buttons .app__store__btn img {
      -webkit-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }

.line__bg {
  position: absolute;
  left: 0;
  width: 100%; }
  .line__bg.top {
    top: 0; }
  .line__bg.bottom {
    bottom: 0; }
  .line__bg.ctr {
    position: relative;
    margin-bottom: 40px; }
    .line__bg.ctr img {
      max-width: 590px;
      margin: 0 auto; }
  .line__bg img {
    width: 100%;
    height: auto; }

.shine__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .shine__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(250, 250, 250, 0.03), rgba(255, 255, 255, 0.03), rgba(250, 250, 250, 0.03));
    animation: shine 3000ms linear infinite 2s;
    transform: skewX(-20deg); }

@keyframes shine {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(200%); } }
/*-- Univ arrow --*/
.arw {
  padding-left: 30px;
  position: relative;
  box-sizing: border-box; }
  .arw::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    height: 15px;
    width: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

.trigger__point {
  position: fixed;
  height: 5px;
  width: 200px;
  background-color: transparent;
  top: 50vh;
  right: 0; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(170, 170, 100, 0.98);
  /*background-image: radial-gradient(tomato 0%,#C70032 40%, #900c3f 60%, #581845 86%, #111 106%, #000 100%);*/
  /*background: url('./../../assets/img/top/KV-min.jpg') no-repeat fixed;*/
  /*background-size: cover;*/
  z-index: 9999; }
  .loader canvas#world {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .loader .big__spinner {
    height: 78px;
    width: 78px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 30px rgba(170, 170, 100, 0.98);
    border-radius: 50%;
    animation: spin_cw 2s linear infinite; }
    .loader .big__spinner.stop {
      animation: none; }
  .loader .spinner, .loader .spinner_2, .loader .spinner_3 {
    background: url("./../../assets/img/r1.png") no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin_cw 3s linear infinite; }
    .loader .spinner.stop, .loader .spinner_2.stop, .loader .spinner_3.stop {
      animation: none; }
  .loader .spinner_2 {
    height: 1500px;
    width: 1500px;
    opacity: 0.06;
    left: 15vw;
    animation: spin_cw_ 30s linear infinite; }
  .loader .spinner_3 {
    height: 160px;
    width: 160px;
    opacity: 0.1;
    animation: spin_cw_neg 20s linear infinite; }
  .loader .spinner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 50px;
    animation: spin_ccw 2s linear infinite; }
    .loader .spinner__img.stop {
      animation: none; }
  .loader .particles {
    border-radius: 100%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    height: 5px;
    width: 5px;
    left: 50%;
    position: absolute;
    top: 50%; }
    .loader .particles.particle_1 {
      animation: 1.4s linear 0s normal none infinite particle_a;
      background-color: rgba(170, 170, 100, 0.98); }
    .loader .particles.particle_2 {
      animation: 2.5s linear 0s normal none infinite particle_b;
      background-color: rgba(170, 170, 100, 0.98); }

.youtube__modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
  width: 100%;
  z-index: 9000;
  display: none; }
  .youtube__modal .ytm__display {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    height: 563px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .youtube__modal .ytm__display.active {
      opacity: 1;
      -webkit-transition: 1s ease;
      -ms-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .youtube__modal .ytm__display .ytm__close {
      position: absolute;
      right: -28px;
      top: -28px;
      height: 50px;
      width: 50px;
      border-radius: 100%;
      border: 2px solid #6F5520;
      background-color: rgba(0, 0, 0, 0.8);
      cursor: pointer;
      -webkit-transform: perspective(1px) rotate(45deg);
      -ms-transform: perspective(1px) rotate(45deg);
      -o-transform: perspective(1px) rotate(45deg);
      transform: perspective(1px) rotate(45deg); }
      .youtube__modal .ytm__display .ytm__close:hover .ytm__line {
        -webkit-transform: perspective(1px) scale(1.2);
        -ms-transform: perspective(1px) scale(1.2);
        -o-transform: perspective(1px) scale(1.2);
        transform: perspective(1px) scale(1.2); }
        .youtube__modal .ytm__display .ytm__close:hover .ytm__line::before, .youtube__modal .ytm__display .ytm__close:hover .ytm__line::after {
          background-color: #fff; }
      .youtube__modal .ytm__display .ytm__close .ytm__line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 1px;
        -webkit-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        .youtube__modal .ytm__display .ytm__close .ytm__line::before, .youtube__modal .ytm__display .ytm__close .ytm__line::after {
          content: '';
          position: absolute;
          background-color: #999;
          height: 1px;
          width: 100%;
          top: 0;
          -webkit-transition: 0.4s ease;
          -ms-transition: 0.4s ease;
          -o-transition: 0.4s ease;
          transition: 0.4s ease; }
        .youtube__modal .ytm__display .ytm__close .ytm__line::after {
          -webkit-transform: perspective(1px) rotate(90deg);
          -ms-transform: perspective(1px) rotate(90deg);
          -o-transform: perspective(1px) rotate(90deg);
          transform: perspective(1px) rotate(90deg); }
    .youtube__modal .ytm__display .ytm__video {
      width: 1000px;
      height: 563px;
      border: 1px solid #000;
      overflow: hidden; }
      .youtube__modal .ytm__display .ytm__video iframe {
        height: 100%;
        width: 100%; }

.wow {
  visibility: hidden; }

@keyframes spin_cw {
  0% {
    transform: rotate(0deg);
    opacity: 0.5; }
  50% {
    filter: brightness(200%);
    opacity: 1; }
  100% {
    transform: rotate(360deg);
    opacity: 0.5; } }
@keyframes spin_cw_ {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin_cw_neg {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes spinner {
  0% {
    transform: rotate(0deg);
    opacity: 0.08; }
  50% {
    opacity: 0.15; }
  100% {
    transform: rotate(360deg);
    opacity: 0.08; } }
@keyframes spinner_ccw {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes spin_ccw {
  0% {
    transform: rotate(0deg);
    filter: brightness(90%); }
  50% {
    filter: brightness(150%); }
  100% {
    transform: rotate(-360deg);
    filter: brightness(80%); } }
@keyframes particle_a {
  0% {
    animation-timing-function: ease-in-out;
    transform: translate3d(-4rem, -3rem, 0px);
    z-index: 1; }
  25% {
    height: 0.75rem;
    width: 0.75rem; }
  50% {
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: translate3d(4rem, 3rem, 0px);
    z-index: 1; }
  55% {
    z-index: -1; }
  75% {
    height: 0.3rem;
    width: 0.3rem;
    opacity: 0.25; }
  100% {
    transform: translate3d(-4rem, -3rem, 0px);
    z-index: -1; } }
@keyframes particle_b {
  0% {
    animation-timing-function: ease-in-out;
    /*transform: translate3d(-5rem, -3rem, 0px);*/
    transform: translate3d(10rem, 1rem, 0px);
    z-index: 1; }
  25% {
    height: 1.3rem;
    width: 1.3rem; }
  50% {
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: translate3d(-10rem, -1rem, 0px);
    z-index: 1; }
  55% {
    z-index: -1; }
  75% {
    height: 0.4rem;
    opacity: 0.25;
    width: 0.4rem; }
  100% {
    /*transform: translate3d(-5rem, -3rem, 0px);*/
    transform: translate3d(10rem, 1rem, 0px);
    z-index: -1; } }
/*-- UNIV COLOR --*/
p.red__txt, span.red__txt, a.red__txt, b.red__txt, strong.red__txt, i.red__txt, h1.red__txt, h2.red__txt, h3.red__txt, h4.red__txt, h5.red__txt, h6.red__txt, label.red__txt {
  color: red; }

/*-- CUSTOM SCROLL --*/
.simplebar-track {
  /*height: 96%;*/
  width: 10px;
  background: #7d0022;
  border-radius: 10px; }
  .simplebar-track.vertical .simplebar-scrollbar {
    width: 6px; }
    .simplebar-track.vertical .simplebar-scrollbar::before {
      background: #fff;
      opacity: 1; }
  .simplebar-track.horizontal {
    display: none; }

/*-- GLOBAL ANIMATION --*/
.fadeUp {
  -webkit-animation: fadeUp 1s ease;
  -ms-animation: fadeUp 1s ease;
  animation: fadeUp 1s ease; }

.fadeDown {
  -webkit-animation: fadeDown 1s ease;
  -ms-animation: fadeDown 1s ease;
  animation: fadeDown 1s ease; }

.slideinLeft {
  -webkit-animation: slideinLeft 1s ease;
  -ms-animation: slideinLeft 1s ease;
  animation: slideinLeft 1s ease; }

/*--- test field ---*/
.test__field {
  min-height: 100vh;
  padding: 150px 0; }
  .test__field .txt__up {
    position: relative;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    background-color: green; }
    .test__field .txt__up:hover::after {
      transform: translateY(0%); }
    .test__field .txt__up::after {
      content: 'HOME';
      position: absolute;
      left: 0;
      bottom: -100%;
      height: 100%;
      width: 100%;
      background-color: #000;
      -webkit-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      color: #fff;
      z-index: 1; }

.tf {
  position: relative;
  height: 100vh;
  width: 100%; }
  .tf .p_box_1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background: red; }
    .tf .p_box_1 .p_box_2 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 60px;
      height: 60px;
      -webkit-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      background: blue;
      bottom: -60px;
      right: -60px; }

.main__content_2 {
  position: relative;
  background: green;
  height: 200vh;
  width: 100%; }

.aft_release {
  display: none; }

/************* ANIMATION ***************/
/*-- PULSE --*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/*-- Burst out --*/
@-webkit-keyframes burstOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes burstOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
/*-- FADE in UP*/
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*-- FADE in DOWn --*/
@-webkit-keyframes fadeDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
/*-- SLIDE in LEFT --*/
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
/********* COMMON RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  .inner__container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }

  .breadcrumb {
    margin-bottom: 10px; }
    .breadcrumb ul li a, .breadcrumb ul li p {
      font: normal 10px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-weight: 300; }

  /*-- FLEX FIELD --*/
  .flex__field, .inflex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /*-- columns --*/
    /*-- margins --*/
    /*-- pages --*/ }
    .flex__field .col__10,
    .flex__field .col__20,
    .flex__field .col__30,
    .flex__field .col__40,
    .flex__field .col__50,
    .flex__field .col__60,
    .flex__field .col__70,
    .flex__field .col__80,
    .flex__field .col__90,
    .flex__field .col__100,
    .flex__field .col__eql, .inflex .col__10,
    .inflex .col__20,
    .inflex .col__30,
    .inflex .col__40,
    .inflex .col__50,
    .inflex .col__60,
    .inflex .col__70,
    .inflex .col__80,
    .inflex .col__90,
    .inflex .col__100,
    .inflex .col__eql {
      width: 100%; }
    .flex__field.mb__20, .inflex.mb__20 {
      margin-bottom: 15px; }
    .flex__field.mb__50, .inflex.mb__50 {
      margin-bottom: 30px; }
    .flex__field.mb__100, .inflex.mb__100 {
      margin-bottom: 50px; }
    .flex__field.top_d_01, .inflex.top_d_01 {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 0 15px; }
      .flex__field.top_d_01 .left__part, .inflex.top_d_01 .left__part {
        min-height: 40px;
        width: 765px; }
        .flex__field.top_d_01 .left__part .text__field .ctr__text .stylish__title, .inflex.top_d_01 .left__part .text__field .ctr__text .stylish__title {
          margin-bottom: 20px; }
        .flex__field.top_d_01 .left__part .center__buttons, .inflex.top_d_01 .left__part .center__buttons {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between; }
      .flex__field.top_d_01 .right__part, .inflex.top_d_01 .right__part {
        display: none; }

  /*-- IMAGE BOX --*/
  .img__wrap {
    width: 100%;
    /*-- pages --*/
    /*-- spacing --*/ }
    .img__wrap .img__title {
      font: 500 16px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin-bottom: 15px; }
    .img__wrap .img__detail {
      font: 400 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .img__wrap .img__title.ctr, .img__wrap .img__detail.ctr {
      text-align: center; }
    .img__wrap .center__sec__title {
      position: relative;
      text-align: center;
      top: 15px;
      font: bold 12px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      letter-spacing: 1px;
      color: #fff;
      text-shadow: 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424;
      margin-bottom: 30px; }
    .img__wrap.top-img-01 {
      min-height: 0;
      display: none; }
    .img__wrap.top-img-02 {
      min-height: 105px;
      margin-bottom: 45px; }
      .img__wrap.top-img-02 img {
        max-width: 320px; }
    .img__wrap.top-img-03 {
      min-height: 105px;
      margin-bottom: 40px; }
      .img__wrap.top-img-03 img {
        top: 40px;
        max-width: 320px; }
    .img__wrap.sp-top-img-01 {
      display: block; }
      .img__wrap.sp-top-img-01 .center__sec__title {
        position: relative;
        text-align: center;
        top: 15px;
        font: bold 12px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
        letter-spacing: 1px;
        color: #fff;
        text-shadow: 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424, 0 0 3px #6c5424;
        margin-bottom: 30px; }
      .img__wrap.sp-top-img-01 img {
        max-width: 320px; }
    .img__wrap img {
      display: block;
      width: 100%;
      height: auto; }
    .img__wrap.mb__20 {
      margin-bottom: 20px; }
    .img__wrap.mb__50 {
      margin-bottom: 50px; }

  /*-- TEXT --*/
  .text__field {
    width: 100%;
    /*-- LISTS --*/ }
    .text__field p {
      font: normal 14px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .text__field ul {
      margin-bottom: 20px; }
      .text__field ul.bullet__list {
        width: 100%; }
        .text__field ul.bullet__list li {
          position: relative;
          width: 100%;
          box-sizing: border-box;
          padding-left: 23px; }
          .text__field ul.bullet__list li::before {
            content: '';
            position: absolute;
            top: 7px;
            left: 11px;
            height: 2px;
            width: 2px;
            border-radius: 100%;
            background-color: #000; }
          .text__field ul.bullet__list li p {
            font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .text__field ul.cube__list li {
        position: relative;
        width: 100%;
        min-height: 15px;
        box-sizing: border-box;
        padding-left: 16px; }
        .text__field ul.cube__list li .cube__icon {
          position: absolute;
          top: 0;
          left: 0;
          font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
        .text__field ul.cube__list li p {
          font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .text__field ul.asterisk__list {
        width: 100%; }
        .text__field ul.asterisk__list li {
          position: relative;
          width: 100%;
          min-height: 15px;
          box-sizing: border-box;
          padding-left: 23px; }
          .text__field ul.asterisk__list li .al__icon {
            position: absolute;
            top: 0;
            left: 7px;
            font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
          .text__field ul.asterisk__list li p {
            font: normal 11px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .text__field ul.bigdot__list {
        width: 100%; }
        .text__field ul.bigdot__list li {
          position: relative;
          width: 100%;
          box-sizing: border-box;
          padding-left: 16px;
          min-height: 16px; }
          .text__field ul.bigdot__list li::after {
            content: '';
            display: block;
            clear: both; }
          .text__field ul.bigdot__list li .li__icon {
            position: absolute;
            top: 5px;
            left: 0; }
          .text__field ul.bigdot__list li p {
            font: 300 14px/2 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .text__field .ctr__text {
      width: 100%;
      text-align: center; }
      .text__field .ctr__text p {
        padding: 10px 0px;
        font: 500 15px/1.7 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        text-align: center; }
      .text__field .ctr__text .stylish__title {
        position: relative;
        margin-bottom: 20px; }
        .text__field .ctr__text .stylish__title .st__left, .text__field .ctr__text .stylish__title .st__right {
          width: 28px; }
        .text__field .ctr__text .stylish__title .st__left {
          left: 0px; }
        .text__field .ctr__text .stylish__title .st__right {
          right: 0px; }
          .text__field .ctr__text .stylish__title .st__right.set_2 {
            right: 0; }
        .text__field .ctr__text .stylish__title .st__text {
          font: bold 18px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          letter-spacing: 0;
          text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff; }
          .text__field .ctr__text .stylish__title .st__text.pc {
            display: none; }
          .text__field .ctr__text .stylish__title .st__text.sp {
            display: inline-block; }

  .line__bg {
    position: absolute;
    left: 0;
    width: 100%; }
    .line__bg.top {
      top: 0; }
    .line__bg.bottom {
      bottom: 0; }
    .line__bg.ctr {
      margin-bottom: 30px; }
      .line__bg.ctr img {
        max-width: 235px;
        margin: 0 auto; }
    .line__bg img {
      width: 100%;
      height: auto; }

  .curve__content__box {
    padding: 50px 0 0; }
    .curve__content__box .ccb__body {
      padding: 50px 30px;
      min-height: 304px; }
      .curve__content__box .ccb__body .ccb__text p {
        font: bold 14px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }

  .scroll__text__box {
    width: 290px;
    margin: 0 auto 20px;
    height: 394px;
    padding: 44px 25px 120px; }
    .scroll__text__box:last-child {
      margin-bottom: 0; }
    .scroll__text__box .stb__head {
      margin-bottom: 0px; }
      .scroll__text__box .stb__head .stb__title {
        font: 600 16px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
    .scroll__text__box .stb__body .stb__card__list {
      height: 240px;
      max-width: 216px;
      margin-left: 15px; }
      .scroll__text__box .stb__body .stb__card__list .event__wrap {
        padding-right: 18px; }
        .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list {
          min-height: 60px; }
          .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card {
            padding: 6px 0 8px; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .labels {
              margin-bottom: 5px; }
              .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .labels .card__tag {
                min-width: 65px;
                margin-right: 8px; }
              .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .labels .card__date {
                font: normal 12px "Roboto", sans-serif; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .card__content .card__status {
              border-radius: 4px;
              margin-right: 5px;
              min-width: 38px; }
            .scroll__text__box .stb__body .stb__card__list .event__wrap .ew__list .ew__card .card__content .card__title {
              font: normal 10px "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
    .scroll__text__box .stb__body .stb__sns__list {
      height: 240px;
      max-width: 216px;
      margin-left: 15px; }
      .scroll__text__box .stb__body .stb__sns__list .sns__wrap {
        padding-right: 6px; }
        .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list {
          margin-bottom: 20px; }
          .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag {
            margin-bottom: 20px; }
            .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag .card__label .label__icon {
              width: 14px;
              margin: 0px 4px 0 0;
              position: relative;
              top: 1px; }
            .scroll__text__box .stb__body .stb__sns__list .sns__wrap .sns__list .sns__card .card__tag .card__label .label__text {
              font: normal 12px/1.5 "Noto Sans JP", "Avant Garde", Avantgarde, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

  /*-- world page --*/
  .page__msg {
    background: none;
    padding: 60px 80px 70px;
    box-sizing: border-box;
    max-width: 575px;
    margin: 0 auto; }
    .page__msg .cc__bg__image {
      display: block; }
      .page__msg .cc__bg__image img.pc {
        display: none; }
      .page__msg .cc__bg__image img.sp {
        display: block; }
    .page__msg .pm__head .pm__title {
      font: bold 18px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
    .page__msg .pm__body p {
      font: bold 13px/1.4 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      text-shadow: 0 0 8px #3a2d12, 0 0 8px #3a2d12, 0 0 8px #3a2d12, 0 0 8px #3a2d12, 0 0 8px #3a2d12, 0 0 8px #3a2d12; }

  /*-- news page --*/
  .news__listing__field {
    position: relative;
    width: 100%;
    max-width: 575px;
    height: 925px;
    background: none;
    padding: 90px 60px 70px; }
    .news__listing__field .cc__bg__image {
      display: block; }
      .news__listing__field .cc__bg__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .news__listing__field .nlf__body {
      height: 722px;
      max-width: calc(100% - 50px);
      margin: 0 auto; }
      .news__listing__field .nlf__body .nlf__wrap {
        padding-right: 20px; }
        .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card {
          padding: 14px 0 6px; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card:hover .nc__name .nc__title {
            color: #e60012; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__tag {
            font: 600 11px "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
            min-width: 60px;
            margin-right: 6px; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__label .nc__date {
            font: 600 11px "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
          .news__listing__field .nlf__body .nlf__wrap .nlf__list .nlf__card .nc__name .nc__title {
            font: 600 11px "游ゴシック", Helvetica Neue, Helvetica, Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

  /*-- Promotion --*/
  .top__promotion {
    width: 290px;
    height: auto;
    margin: 0 auto 40px;
    padding: 22.4px 12.8px 19.2px; }
    .top__promotion .tp__head .title__img {
      width: 100%;
      left: 0; }
    .top__promotion .tp__body {
      position: relative;
      z-index: 100;
      width: 100%;
      height: 125px; }
      .top__promotion .tp__body .tp__wrap {
        width: 100%; }
        .top__promotion .tp__body .tp__wrap .tp__list {
          height: 25.5px; }
          .top__promotion .tp__body .tp__wrap .tp__list .status {
            position: relative;
            right: -6.4px;
            width: 35px; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__1, .top__promotion .tp__body .tp__wrap .tp__list .val__2 {
            width: 120px; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1::after, .top__promotion .tp__body .tp__wrap .tp__list .val__2::after {
              content: '';
              display: block;
              clear: both; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .multiplier, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .multiplier, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text {
              display: inline-block;
              width: auto; }
              .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .multiplier img, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .multiplier img, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text img {
                height: 100%;
                width: auto; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond {
              float: right; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .multiplier, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .number, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .multiplier {
              height: 22px; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .diamond, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .diamond {
              height: 32px;
              width: 40px; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text {
              height: 19px; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .text {
              top: 6.4px;
              left: 0; }
            .top__promotion .tp__body .tp__wrap .tp__list .val__1 .m__text, .top__promotion .tp__body .tp__wrap .tp__list .val__2 .m__text {
              left: -6.4px; }
          .top__promotion .tp__body .tp__wrap .tp__list .val__2 {
            width: 93px; }
          .top__promotion .tp__body .tp__wrap .tp__list .math {
            position: relative;
            top: 6.4px;
            width: 16px;
            left: -5px; }
      .top__promotion .tp__body .simplebar-track {
        width: 1px;
        right: 24px; }
        .top__promotion .tp__body .simplebar-track.vertical .simplebar-scrollbar {
          width: 2px;
          right: 2px; }
          .top__promotion .tp__body .simplebar-track.vertical .simplebar-scrollbar::before {
            background: #fff;
            border: 1px solid #7d0022;
            right: -4px;
            opacity: 1; }
        .top__promotion .tp__body .simplebar-track.horizontal {
          display: none; }

  /*-- character page --*/
  .character__listing {
    background: none;
    padding: 60px 70px 40px 70px;
    width: 100%;
    max-width: 520px;
    height: 824px;
    margin: 0 auto;
    /*-- custom bar -*/ }
    .character__listing .cc__bg__image {
      display: block; }
      .character__listing .cc__bg__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .character__listing .character__list {
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      height: 680px; }
      .character__listing .character__list .ch__wrap {
        width: calc(100% - 25px);
        height: auto;
        padding: 20px 0; }
        .character__listing .character__list .ch__wrap .ch__list {
          width: 100px;
          height: auto;
          margin-bottom: 15px; }
          .character__listing .character__list .ch__wrap .ch__list .ch__card {
            position: relative;
            width: 100%;
            min-height: 120px; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display {
              width: 100%;
              height: 102px;
              margin-bottom: 0; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__ring {
                width: 100px; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img {
                top: 8px;
                width: 100%;
                height: 100px;
                border-radius: 50%; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_01 {
                  top: -25px;
                  left: 4.4px;
                  width: 102px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_02 {
                  top: -16px;
                  width: 92px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_03 {
                  top: -14.5px;
                  width: 92px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_04 {
                  top: -15px;
                  width: 95.6px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_05 {
                  top: -25px;
                  width: 92.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_06 {
                  top: -17px;
                  width: 92.3px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_07 {
                  top: -18.5px;
                  width: 96.8px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_08 {
                  top: -8px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_09 {
                  top: -5.5px;
                  width: 96.5px;
                  left: 6px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_10 {
                  top: -4px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_11 {
                  top: -24px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_12 {
                  top: -2px;
                  width: 91.5px;
                  left: 2.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_13 {
                  top: -10px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_14 {
                  top: -6px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_15 {
                  top: -9px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_16 {
                  top: -10px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_17 {
                  top: -6px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_18 {
                  top: -11px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_19 {
                  top: -7px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_20 {
                  top: -7px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_21 {
                  top: -7px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_22 {
                  top: -7px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_23 {
                  top: -7px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_24 {
                  top: -6px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_25 {
                  top: -8px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_26 {
                  top: -9px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_27 {
                  top: -9px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_28 {
                  top: -11px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_29 {
                  top: -12px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_30 {
                  top: -11px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_31 {
                  top: -10px;
                  width: 91.5px;
                  left: 4.4px; }
                .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__img img.g_32 {
                  top: -17px;
                  width: 91.5px;
                  left: 4.4px; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name__bg {
                bottom: 3px;
                width: 100px; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__display .chd__name {
                bottom: -2px;
                font: bold 8px/1.1 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details .chdt__icon {
              margin-right: 0;
              width: 15px; }
              .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details .chdt__icon.default {
                height: 16px; }
            .character__listing .character__list .ch__wrap .ch__list .ch__card .ch__details .chdt__text {
              font: bold 10px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
    .character__listing .simplebar-track {
      height: calc(100% - 40px);
      top: 25px;
      width: 5px; }
      .character__listing .simplebar-track.vertical .simplebar-scrollbar {
        width: 3px;
        right: 1px;
        border-radius: 40px; }

  /*-- character modal slider --*/
  .modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 300px;
    left: -1px;
    position: fixed;
    z-index: -1;
    opacity: 0; }
    .modal .mdl__close__btn {
      top: -7px; }
      .modal .mdl__close__btn img {
        width: 24px;
        height: 24px; }
    .modal .character__carousel {
      position: relative;
      width: calc(100% - 15px);
      height: 370px;
      margin: 0 auto; }
      .modal .character__carousel .ch__slide {
        position: relative;
        width: calc(100% - 30px);
        height: 370px;
        padding: 22px 20px 20px 10px;
        display: block; }
        .modal .character__carousel .ch__slide .ch__slide__bg {
          width: 100%;
          height: 100%; }
        .modal .character__carousel .ch__slide .ch__content {
          width: 100%; }
          .modal .character__carousel .ch__slide .ch__content .left__part {
            position: relative;
            width: 125px;
            height: 250px; }
            .modal .character__carousel .ch__slide .ch__content .left__part img {
              position: absolute;
              top: 0;
              left: 0;
              height: auto; }
              .modal .character__carousel .ch__slide .ch__content .left__part img.g-01 {
                width: 145px; }
              .modal .character__carousel .ch__slide .ch__content .left__part img.pc {
                display: none; }
              .modal .character__carousel .ch__slide .ch__content .left__part img.sp {
                display: block; }
            .modal .character__carousel .ch__slide .ch__content .left__part .ch__box {
              top: 2px;
              left: 14px;
              height: 244.44px;
              width: 113px;
              z-index: 200; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box img.pc {
                display: none; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box img.sp {
                display: block; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display {
                left: 24px;
                height: 240px;
                /* Image position and size in mobile screen character detail. */ }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_01 {
                  width: 129px;
                  left: 3px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_02 {
                  width: 108px;
                  left: 1px;
                  bottom: -10px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_03 {
                  width: 107px;
                  left: 0px;
                  bottom: -12px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_04 {
                  width: 123px;
                  left: 3px;
                  bottom: -11px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_05 {
                  width: 143px;
                  left: -12px;
                  bottom: -8px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_06 {
                  width: 112px;
                  left: -6px;
                  bottom: -24px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_07 {
                  width: 105px;
                  left: 0px;
                  bottom: -10px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_08 {
                  width: 110px;
                  left: -2px;
                  bottom: -2px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_09 {
                  width: 109px;
                  left: -3px;
                  bottom: 0px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_10 {
                  width: 106px;
                  left: 0px;
                  bottom: 11px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_11 {
                  width: 114px;
                  left: -7px;
                  bottom: 4px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_12 {
                  width: 118px;
                  left: -13px;
                  bottom: 13px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_13 {
                  width: 110px;
                  left: -4px;
                  bottom: 2px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_14 {
                  width: 105px;
                  left: -1px;
                  bottom: -17px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_15 {
                  width: 115px;
                  left: -8px;
                  bottom: 3px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_16 {
                  width: 105px;
                  left: 0px;
                  bottom: -6px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_17 {
                  width: 105px;
                  left: 0px;
                  bottom: -13px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_18 {
                  width: 105px;
                  left: 0px;
                  bottom: -4px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_19 {
                  width: 110px;
                  left: -4px;
                  bottom: -13px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_20 {
                  width: 110px;
                  left: -4px;
                  bottom: -32px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_21 {
                  width: 112px;
                  left: 3px;
                  bottom: -6px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_22 {
                  width: 106px;
                  left: 0px;
                  bottom: -13px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_23 {
                  width: 118px;
                  left: -4px;
                  bottom: -11px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_24 {
                  width: 118px;
                  left: -12px;
                  bottom: -12px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_25 {
                  width: 110px;
                  left: 0px;
                  bottom: -9px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_26 {
                  width: 106px;
                  left: 0px;
                  bottom: -11px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_27 {
                  width: 105px;
                  left: 0px;
                  bottom: -13px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_28 {
                  width: 106px;
                  left: 0px;
                  bottom: 0px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_29 {
                  width: 110px;
                  left: -5px;
                  bottom: -31px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_30 {
                  width: 110px;
                  left: -5px;
                  bottom: 3px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_31 {
                  width: 104px;
                  left: 0px;
                  bottom: -10px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display.g_32 {
                  width: 136px;
                  left: -10px;
                  bottom: -18px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display img {
                  position: absolute;
                  top: 0;
                  left: 0;
                  height: auto;
                  width: 100%; }
                  .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display img.pc {
                    display: none; }
                  .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__image__display img.sp {
                    display: block; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern {
                position: absolute;
                bottom: -9px;
                left: -10px;
                height: 39px;
                width: 100px;
                z-index: 400; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern img.pc {
                  display: none; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__box .ch__box__fern img.sp {
                  display: block; }
            .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg {
              display: none;
              position: relative;
              width: 15px;
              top: 35px;
              left: 20px;
              z-index: 1000;
              /*-- character colors --*/ }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.msg_1 .chm__text {
                /*&::before {
                  display: none;
                }*/ }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.msg_2 {
                position: absolute;
                left: 33px; }
                .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.msg_2 .chm__text {
                  padding-top: 10px;
                  /*&::after {
                    display: none;
                  }*/ }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_01 .chm__text {
                color: #162c4e; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_02 .chm__text {
                color: #9e1b5b; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_03 .chm__text {
                color: #6c3d91; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_04 .chm__text {
                color: #6083a1; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_05 .chm__text {
                color: #997989; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_06 .chm__text {
                color: #ca854f; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_07 .chm__text {
                color: #d1c8d6; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_08 .chm__text {
                color: #d2cdb9; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_09 .chm__text {
                color: #a20e0c; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_10 .chm__text {
                color: #5b4268; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_11 .chm__text {
                color: #70000c; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_12 .chm__text {
                color: #76ac7d; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_13 .chm__text {
                color: #3c587e; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_14 .chm__text {
                color: #36a4c6; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_15 .chm__text {
                color: #282828; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_16 .chm__text {
                color: #c7adad; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_17 .chm__text {
                color: #c7a69b; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_18 .chm__text {
                color: #f3e6bc; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_19 .chm__text {
                color: #bdb29b; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_20 .chm__text {
                color: #7c563d; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_21 .chm__text {
                color: #8c97b8; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_22 .chm__text {
                color: #6f6359; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_23 .chm__text {
                color: #b28d6e; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_24 .chm__text {
                color: #bc8068; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_25 .chm__text {
                color: #9b7685; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_26 .chm__text {
                color: #88a2c1; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_27 .chm__text {
                color: #36727f; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_28 .chm__text {
                color: #c48d4c; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_29 .chm__text {
                color: #7b665f; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_30 .chm__text {
                color: #d196a2; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_31 .chm__text {
                color: #a76e99; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg.g_32 .chm__text {
                color: #6aa6c7; }
              .modal .character__carousel .ch__slide .ch__content .left__part .ch__msg .chm__text {
                position: relative;
                font: bold 10px/1.2 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
                color: #162c4e;
                writing-mode: vertical-rl;
                text-orientation: upright; }
            .modal .character__carousel .ch__slide .ch__content .left__part .voice__sp {
              display: block;
              position: absolute;
              bottom: 18px;
              border: 1px solid #fff;
              background: #000;
              border-radius: 20px;
              overflow: hidden;
              width: 82px;
              height: 23px;
              left: 15.5px;
              right: 0;
              z-index: 1000;
              margin: auto;
              cursor: pointer;
              -webkit-transition: .2s ease;
              -ms-transition: .2s ease;
              -o-transition: .2s ease;
              transition: .2s ease; }
              .modal .character__carousel .ch__slide .ch__content .left__part .voice__sp:active {
                border-color: deepskyblue; }
              .modal .character__carousel .ch__slide .ch__content .left__part .voice__sp img {
                position: relative;
                display: block;
                width: 62px;
                height: auto;
                margin: 0 auto;
                padding: 4px 10px; }
          .modal .character__carousel .ch__slide .ch__content .right__part {
            width: calc(100% - 145px);
            height: 270px;
            margin-top: 0; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__title {
              margin: 5px 0; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__title .cht__text {
                font: bold 18px/1.1 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                min-height: 30px; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__title img {
                height: 24px; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__title img.pc {
                  display: none; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__title img.sp {
                  display: block; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle {
              text-align: right;
              margin-bottom: 10px; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__icon {
                width: 17px;
                margin-right: 2px; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__text {
                font: bold 13px/1.4 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                margin-right: 0; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__subtitle .ch__voice {
                display: none; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__details {
              margin-bottom: 10px;
              min-height: 85px; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__title {
                font-size: 8px;
                margin-bottom: 10px; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__text {
                height: 75px;
                overflow: hidden; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .chd__text p {
                  font: 400 10px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__details .hr__line {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%; }
            .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags {
              width: 100%;
              padding-top: 10px;
              bottom: initial; }
              .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul {
                width: 100%;
                text-align: left; }
                .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li {
                  display: block;
                  min-width: 45px;
                  margin-bottom: 2px; }
                  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li p {
                    font: bold 9px/1.4 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                    text-align: center;
                    color: #fff; }
                  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li p::after {
                    display: none; }
                  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li.active {
                    border-radius: 10px;
                    text-align: center;
                    display: inline-block;
                    margin-bottom: 4px; }
                    .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li.active p {
                      font: bold 10px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                      color: #7d0022; }
      .modal .character__carousel .slick-arrow {
        top: calc(50% - 20px);
        height: 26px;
        width: 26px; }
        .modal .character__carousel .slick-arrow .burst {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 25px;
          height: 25px; }
        .modal .character__carousel .slick-arrow.slick-prev {
          left: -7px; }
        .modal .character__carousel .slick-arrow.slick-next {
          right: -7px; }

  .youtube__modal .ytm__display {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: 400px;
    min-width: 290px; }
    .youtube__modal .ytm__display .ytm__close {
      right: -2px;
      top: -45px;
      height: 35px;
      width: 35px; }
      .youtube__modal .ytm__display .ytm__close:active .ytm__line {
        -webkit-transform: perspective(1px) scale(1.2);
        -ms-transform: perspective(1px) scale(1.2);
        -o-transform: perspective(1px) scale(1.2);
        transform: perspective(1px) scale(1.2); }
        .youtube__modal .ytm__display .ytm__close:active .ytm__line::before, .youtube__modal .ytm__display .ytm__close:active .ytm__line::after {
          background-color: #fff; }
    .youtube__modal .ytm__display .ytm__video {
      width: 100%;
      height: 100%; }

  #sc_slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
    #sc_slider .slick-list {
      overflow: hidden; }
      #sc_slider .slick-list .ss__slide {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px; }
        #sc_slider .slick-list .ss__slide.slick-center {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
          #sc_slider .slick-list .ss__slide.slick-center .ss__content {
            width: 100%; }
            #sc_slider .slick-list .ss__slide.slick-center .ss__content::after {
              opacity: 0; }
        #sc_slider .slick-list .ss__slide .ss__content {
          border: 3px solid #6c5424;
          box-sizing: border-box;
          padding: 3px;
          width: 100%;
          height: auto; }
          #sc_slider .slick-list .ss__slide .ss__content img {
            position: relative;
            display: block;
            margin: 0 auto; }
    #sc_slider .slick-prev, #sc_slider .slick-next {
      top: initial;
      bottom: -20px; }
      #sc_slider .slick-prev .burst, #sc_slider .slick-next .burst {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 47px;
        height: 47px;
        -webkit-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        border-radius: 50%;
        z-index: -1;
        animation: burstOut 1s ease;
        display: none; }
        #sc_slider .slick-prev .burst:active::before, #sc_slider .slick-next .burst:active::before {
          display: block; }
    #sc_slider .slick-prev {
      left: initial;
      right: calc(50% + 60px);
      /*left: 40px;*/ }
    #sc_slider .slick-next {
      right: initial;
      left: calc(50% + 60px);
      /*right: 40px;*/ }
    #sc_slider .slick-dots {
      margin-top: 60px; }
      #sc_slider .slick-dots li {
        height: 9px;
        width: 9px; }

  .center__buttons {
    width: 100%;
    text-align: center; }
    .center__buttons.v__flex {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
    .center__buttons .cb__button {
      position: relative;
      display: inline-block;
      margin: 0 auto 15px; }
      .center__buttons .cb__button.set__2 .cb__text {
        font: 500 20px "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
        letter-spacing: 3px;
        top: 18px; }
      .center__buttons .cb__button:hover img {
        filter: brightness(130%); }
      .center__buttons .cb__button img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
        .center__buttons .cb__button img.cb_img_01 {
          max-width: 290px; }
        .center__buttons .cb__button img.cb_img_02 {
          max-width: 238.5px; }
      .center__buttons .cb__button .cb__text {
        position: absolute;
        font: 500 26px "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
        text-shadow: 0 0 5px #000;
        letter-spacing: 4px;
        top: 23px;
        left: 5px;
        z-index: 400;
        color: #fff;
        width: 100%; }
    .center__buttons .app__store__btn {
      max-width: 290px;
      margin: 0 auto 18px; }
      .center__buttons .app__store__btn.sp {
        display: block; } }
/*-- smaller screen --*/
@media only screen and (max-width: 650px) {
  /*-- character page --*/
  .character__listing .character__list {
    max-width: 350px; } }
/*-- smaller screen --*/
@media only screen and (max-width: 500px) {
  /*-- character page --*/
  .character__listing .character__list {
    max-width: 250px; }
    .character__listing .character__list .ch__wrap {
      width: calc(100% - 25px);
      padding: 20px 0; }
      .character__listing .character__list .ch__wrap .ch__list {
        width: 100px; } }
/*-- smaller screen --*/
@media only screen and (max-width: 450px) {
  /*-- world page --*/
  .page__msg {
    padding: 60px 50px 70px; }

  /*-- news page --*/
  .news__listing__field {
    padding: 90px 40px 70px 50px; }
    .news__listing__field .nlf__body {
      max-width: 300px; }

  /*-- character page --*/
  .character__listing {
    padding: 60px 35px 40px 44px; } }
@media only screen and (max-width: 350px) {
  /*-- character page --*/
  .character__listing .character__list {
    max-width: 230px; }
    .character__listing .character__list .ch__wrap {
      width: calc(100% - 15px);
      padding: 20px 0; } }
/*========== IE Supports =========*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .center__buttons .cb__button:hover img {
    transform: scale(1.02); }
  .center__buttons .cb__button .cb__text {
    top: 26px; }
  .center__buttons .cb__button.set__2 .cb__text {
    top: 26px; }

  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li.active {
    margin-bottom: 2px;
    padding: 4px 0; }

  .modal .character__carousel .ch__slide .ch__content .right__part .ch__tags ul li.active p {
    line-height: 0.6;
    padding: 6px 0 0; } }
/*=== HEADER ===*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  -webkit-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  header.hide {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    transform: translateY(-55px); }
  header .headsite__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    z-index: 1000; }
    header .headsite__logo .hl__image {
      position: relative;
      width: 100%;
      height: 80px; }
      header .headsite__logo .hl__image .hl__img {
        position: absolute;
        width: 100px;
        height: 68.45px;
        right: -8px;
        top: 0;
        bottom: -8px;
        margin: auto;
        z-index: 200; }
      header .headsite__logo .hl__image .hl__rotator {
        position: absolute;
        height: 66px;
        width: 66px;
        top: 10px;
        left: 47px;
        animation: spinner 10s ease infinite; }
    header .headsite__logo .hl__page {
      width: 100%;
      background-image: linear-gradient(to right, #6c5424, #ac8d39);
      text-align: right; }
      header .headsite__logo .hl__page .hl__page__name {
        font: bold 18px "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
        box-sizing: border-box;
        padding: 2px 5px;
        color: #fff; }
  header .main__nav {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    box-sizing: border-box;
    padding: 10px 35px;
    width: 100%;
    min-height: 50px;
    display: none;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    header .main__nav::after {
      content: '';
      display: block;
      clear: both; }
    header .main__nav.open {
      background-image: none; }
    header .main__nav .menu__toggle {
      display: none; }
    header .main__nav .mn__wrap {
      float: right; }
      header .main__nav .mn__wrap .mn__list {
        float: left;
        margin-left: 10px;
        display: inline-block; }
        header .main__nav .mn__wrap .mn__list.active .mn__text span {
          color: #000; }
          header .main__nav .mn__wrap .mn__list.active .mn__text span::before {
            background-color: #fff;
            -webkit-transform: skewX(0deg) scaleX(1);
            -ms-transform: skewX(0deg) scaleX(1);
            transform: skewX(0deg) scaleX(1); }
        header .main__nav .mn__wrap .mn__list .mn__text {
          position: relative;
          display: block; }
          header .main__nav .mn__wrap .mn__list .mn__text span {
            position: relative;
            display: block;
            font: normal 18px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
            text-transform: uppercase;
            color: #fff;
            box-sizing: border-box;
            padding: 2px 15px;
            letter-spacing: 1px;
            background-color: transparent;
            -webkit-transition: .2s ease;
            -ms-transition: .2s ease;
            -o-transition: .2s ease;
            transition: .2s ease;
            						/*&::before, &::after {
            							content: '';
            							position: absolute;
            							width: 0;
            							height: 1px;
            							background-color: #fff;
            							@include transition(.4);
            						}
            
            						&::before {
            							top: 0;
            							left: 0;
            						}
            
            						&::after {
            							bottom: 0;
            							right: 0;
            						}*/ }
            header .main__nav .mn__wrap .mn__list .mn__text span::before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-color: #fff;
              z-index: -1;
              -webkit-transform: skewX(-45deg) scaleX(0);
              -ms-transform: skewX(-45deg) scaleX(0);
              transform: skewX(-45deg) scaleX(0);
              -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
              transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
              transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
              transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
          header .main__nav .mn__wrap .mn__list .mn__text:hover span {
            color: #000; }
            header .main__nav .mn__wrap .mn__list .mn__text:hover span::before, header .main__nav .mn__wrap .mn__list .mn__text:hover span::after {
              -webkit-transform: skewX(0deg) scaleX(1);
              -ms-transform: skewX(0deg) scaleX(1);
              transform: skewX(0deg) scaleX(1); }

/********* HEADER RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  header.hide {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  header .toggle__menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 20px;
    display: block;
    cursor: pointer;
    transition: .4s ease;
    z-index: 9000; }
    header .toggle__menu .toggle__btn {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 25px;
      height: 20px;
      z-index: 2000; }
      header .toggle__menu .toggle__btn.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px; }
      header .toggle__menu .toggle__btn.open span:nth-child(2) {
        opacity: 0; }
      header .toggle__menu .toggle__btn.open span:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 9px; }
      header .toggle__menu .toggle__btn span {
        position: absolute;
        background-color: #fff;
        height: 2px;
        width: 100%;
        transition: .2s ease; }
        header .toggle__menu .toggle__btn span:nth-child(1) {
          top: 0; }
        header .toggle__menu .toggle__btn span:nth-child(2) {
          top: calc(50% - 1px); }
        header .toggle__menu .toggle__btn span:nth-child(3) {
          bottom: 0; }
  header .headsite__logo {
    width: 90px; }
    header .headsite__logo .hl__image {
      height: 55px; }
      header .headsite__logo .hl__image .hl__img {
        width: 62px;
        height: 42.44px;
        right: -4px;
        top: 0;
        bottom: -8px; }
      header .headsite__logo .hl__image .hl__rotator {
        height: 40px;
        width: 40px;
        top: 10px;
        left: 32px; }
    header .headsite__logo .hl__page .hl__page__name {
      font: bold 11px "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
      letter-spacing: 1px; }
  header .main__nav {
    background-image: linear-gradient(to right, transparent, transparent, rgba(0, 0, 0, 0.3));
    padding: 10px 35px;
    min-height: 50px;
    display: block;
    z-index: 7000;
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    header .main__nav .mn__wrap {
      display: none;
      position: absolute;
      background: rgba(0, 0, 0, 0.1);
      background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
      top: 0;
      left: 0;
      float: none;
      width: 100%;
      height: 100vh;
      box-sizing: border-box;
      padding: 90px 15px 15px;
      z-index: 8000;
      -webkit-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      header .main__nav .mn__wrap .mn__list {
        float: none;
        width: 100%;
        margin-left: 0;
        display: block; }
        header .main__nav .mn__wrap .mn__list.active .mn__text span::before {
          display: none; }
        header .main__nav .mn__wrap .mn__list.active .mn__text span {
          background-color: #000;
          color: #fff; }
          header .main__nav .mn__wrap .mn__list.active .mn__text span::before {
            display: none; }
        header .main__nav .mn__wrap .mn__list .mn__text {
          display: none;
          text-align: center; }
          header .main__nav .mn__wrap .mn__list .mn__text span {
            position: relative;
            display: block;
            font: normal 20px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
            text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 15px #000;
            padding: 6px 15px;
            letter-spacing: 4px;
            -webkit-transition: .2s ease;
            -ms-transition: .2s ease;
            -o-transition: .2s ease;
            transition: .2s ease; }
          header .main__nav .mn__wrap .mn__list .mn__text:hover span::before, header .main__nav .mn__wrap .mn__list .mn__text:hover span::after {
            display: none; } }
/*-- smaller screen --*/
/*=== FOOTER ===*/
footer {
  background-color: #1e1814;
  min-height: 350px;
  box-sizing: border-box;
  padding: 25px 0 0;
  overflow: hidden; }
  footer .footer__top {
    width: 100%;
    border-bottom: 1px solid #555555; }
    footer .footer__top .inner__container .content__divisions {
      position: relative;
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      footer .footer__top .inner__container .content__divisions .left__part {
        width: 178px; }
        footer .footer__top .inner__container .content__divisions .left__part img {
          display: block;
          width: 100%;
          height: auto;
          margin-top: 10px; }
      footer .footer__top .inner__container .content__divisions .center__part {
        width: calc(100% - 394px);
        box-sizing: border-box;
        padding: 0 20px; }
        footer .footer__top .inner__container .content__divisions .center__part .cp__head {
          width: 100%;
          margin-bottom: 5px; }
          footer .footer__top .inner__container .content__divisions .center__part .cp__head .cp__title {
            font: 400 24px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
            color: #f9ffe3; }
        footer .footer__top .inner__container .content__divisions .center__part .cp__body {
          width: 100%;
          margin-bottom: 20px; }
          footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap {
            width: 100%; }
            footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list {
              width: 100%;
              display: flex;
              flex-flow: row wrap;
              justify-content: space-between; }
              footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__label {
                width: 50px; }
                footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__label p {
                  font: 400 12px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                  color: #f9ffe3; }
              footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details {
                width: calc(100% - 60px);
                height: 100%;
                border-left: 1px solid #f9ffe3;
                box-sizing: border-box;
                padding-left: 11px; }
                footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details p, footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details label {
                  font: 400 12px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                  color: #f9ffe3; }
                footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details .cd__descrips {
                  width: 100%; }
                  footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details .cd__descrips li {
                    width: 100%;
                    display: flex;
                    flex-flow: row wrap;
                    justify-content: space-between; }
                    footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details .cd__descrips li label {
                      position: relative;
                      left: -5px;
                      display: block;
                      width: 65px;
                      color: #f9ffe3; }
                    footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details .cd__descrips li p {
                      position: relative;
                      display: block;
                      width: calc(100% - 65px);
                      color: #efddae; }
      footer .footer__top .inner__container .content__divisions .right__part {
        width: 215px; }
        footer .footer__top .inner__container .content__divisions .right__part .store__links {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between;
          margin-top: 10px;
          width: 100%; }
          footer .footer__top .inner__container .content__divisions .right__part .store__links:last-child {
            margin-bottom: 0; }
          footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left {
            width: calc(100% - 60px);
            box-sizing: border-box;
            padding-right: 8px; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left .sl__text {
              font: normal 11px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              margin-bottom: 6px;
              color: #f9ffe3; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a {
              width: 100%;
              max-width: 248px;
              display: inline-block;
              background: #000;
              overflow: hidden;
              border: 1px solid #fff;
              box-sizing: border-box;
              border-radius: 10px;
              -webkit-transition: 0.4s ease;
              -ms-transition: 0.4s ease;
              -o-transition: 0.4s ease;
              transition: 0.4s ease; }
              footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a:hover, footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a:active {
                /*border-color: deepskyblue;*/ }
                footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a:hover img, footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a:active img {
                  border-color: deepskyblue;
                  -webkit-transform: scale(1.05);
                  -ms-transform: scale(1.05);
                  transform: scale(1.05); }
              footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a img {
                -webkit-transition: 0.4s ease;
                -ms-transition: 0.4s ease;
                -o-transition: 0.4s ease;
                transition: 0.4s ease; }
          footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__rigt {
            width: 60px; }
      footer .footer__top .inner__container .content__divisions .bottom__part {
        width: 100%;
        margin-bottom: 12px; }
        footer .footer__top .inner__container .content__divisions .bottom__part p {
          font: 300 9px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          letter-spacing: 0.4px;
          color: #fff; }
  footer .footer__bottom {
    box-sizing: border-box;
    padding: 15px 0 20px;
    width: 100%;
    height: auto; }
    footer .footer__bottom .inner__container {
      height: auto;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      footer .footer__bottom .inner__container .fb__left {
        width: 325px; }
        footer .footer__bottom .inner__container .fb__left .copyright p, footer .footer__bottom .inner__container .fb__left .copyright a, footer .footer__bottom .inner__container .fb__left .copyright label {
          position: relative;
          display: inline-block;
          font: 500 11px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          letter-spacing: 2px;
          color: #efddae; }
          footer .footer__bottom .inner__container .fb__left .copyright p::before, footer .footer__bottom .inner__container .fb__left .copyright a::before, footer .footer__bottom .inner__container .fb__left .copyright label::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            border-bottom: 1px solid #efddae;
            -webkit-transition: 0.4s ease;
            -ms-transition: 0.4s ease;
            -o-transition: 0.4s ease;
            transition: 0.4s ease; }
          footer .footer__bottom .inner__container .fb__left .copyright p a, footer .footer__bottom .inner__container .fb__left .copyright a a, footer .footer__bottom .inner__container .fb__left .copyright label a {
            display: inline-block;
            -webkit-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -o-transition: 0.2s ease;
            transition: 0.2s ease; }
            footer .footer__bottom .inner__container .fb__left .copyright p a:hover, footer .footer__bottom .inner__container .fb__left .copyright a a:hover, footer .footer__bottom .inner__container .fb__left .copyright label a:hover {
              opacity: 0.8;
              /*&::before {
              	width: 100%;
              }*/ }
        footer .footer__bottom .inner__container .fb__left .copyright span {
          display: block;
          font: 400 9px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          letter-spacing: 0.8px;
          color: #fff; }
      footer .footer__bottom .inner__container .fb__right {
        width: calc(100% - 325px); }
        footer .footer__bottom .inner__container .fb__right .sns__icons {
          float: right; }
          footer .footer__bottom .inner__container .fb__right .sns__icons::after {
            content: '';
            display: block;
            clear: both; }
          footer .footer__bottom .inner__container .fb__right .sns__icons .si__list {
            float: left;
            width: 34px;
            height: auto;
            margin-left: 10px; }
            footer .footer__bottom .inner__container .fb__right .sns__icons .si__list a {
              display: block;
              -webkit-transition: .2s ease;
              -ms-transition: .2s ease;
              -o-transition: .2s ease;
              transition: .2s ease; }
              footer .footer__bottom .inner__container .fb__right .sns__icons .si__list a:hover img, footer .footer__bottom .inner__container .fb__right .sns__icons .si__list a:active img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
                filter: brightness(120%); }
              footer .footer__bottom .inner__container .fb__right .sns__icons .si__list a img {
                display: block;
                width: 100%;
                height: auto;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease; }

/********* FOOTER RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  footer {
    padding: 27px 0; }
    footer .footer__top {
      width: 100%;
      border-bottom: none; }
      footer .footer__top .inner__container .content__divisions {
        position: relative;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        footer .footer__top .inner__container .content__divisions .left__part {
          width: 100%;
          margin-bottom: 10px; }
          footer .footer__top .inner__container .content__divisions .left__part img {
            max-width: 140px;
            margin: 0 auto; }
        footer .footer__top .inner__container .content__divisions .center__part {
          width: 100%;
          padding: 0; }
          footer .footer__top .inner__container .content__divisions .center__part .cp__head {
            width: 100%;
            margin-bottom: 4px; }
            footer .footer__top .inner__container .content__divisions .center__part .cp__head .cp__title {
              text-align: center;
              font-size: 20px;
              letter-spacing: 0; }
          footer .footer__top .inner__container .content__divisions .center__part .cp__body {
            max-width: 290px;
            margin: 0 auto 5px; }
            footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap {
              width: 100%; }
              footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list {
                width: 100%;
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between; }
                footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__label {
                  width: 50px; }
                  footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__label p {
                    font: 400 10px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
                    color: #f9ffe3; }
                footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details {
                  padding-left: 12px; }
                  footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details p, footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details label {
                    font-size: 10px; }
                  footer .footer__top .inner__container .content__divisions .center__part .cp__body .cb__wrap .cb__list .cb__details .cd__descrips li p {
                    width: calc(100% - 70px); }
        footer .footer__top .inner__container .content__divisions .right__part {
          width: 100%;
          max-width: 288px;
          margin: 0 auto 20px;
          padding-top: 0;
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between;
          justify-content: center; }
          footer .footer__top .inner__container .content__divisions .right__part .store__links {
            display: inline-block;
            margin-top: 15px;
            width: 100%;
            max-width: 288px; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links:nth-child(1) {
              order: 3; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links:nth-child(2) {
              order: 2; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links:nth-child(3) {
              order: 1; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left {
              width: 100%;
              padding-right: 0; }
              footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left .sl__text {
                display: none; }
              footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__left a {
                max-width: 100%; }
            footer .footer__top .inner__container .content__divisions .right__part .store__links .sl__rigt {
              display: none; }
        footer .footer__top .inner__container .content__divisions .bottom__part {
          margin-bottom: 10px; }
          footer .footer__top .inner__container .content__divisions .bottom__part p {
            line-height: 1.7;
            letter-spacing: -0.6px;
            text-align: center; }
    footer .footer__bottom {
      padding: 0; }
      footer .footer__bottom .inner__container {
        height: auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        footer .footer__bottom .inner__container .fb__left {
          width: 100%;
          margin-bottom: 10px; }
          footer .footer__bottom .inner__container .fb__left .copyright {
            text-align: center; }
            footer .footer__bottom .inner__container .fb__left .copyright p, footer .footer__bottom .inner__container .fb__left .copyright a {
              font-size: 11px;
              letter-spacing: 1px; }
              footer .footer__bottom .inner__container .fb__left .copyright p label, footer .footer__bottom .inner__container .fb__left .copyright a label {
                display: none; }
            footer .footer__bottom .inner__container .fb__left .copyright span {
              font-size: 11px;
              letter-spacing: 0.6px; }
        footer .footer__bottom .inner__container .fb__right {
          width: 100%; }
          footer .footer__bottom .inner__container .fb__right .sns__icons {
            float: none;
            width: 100%;
            text-align: center; }
            footer .footer__bottom .inner__container .fb__right .sns__icons::after {
              content: '';
              display: block;
              clear: both; }
            footer .footer__bottom .inner__container .fb__right .sns__icons .si__list {
              float: none;
              width: 34px;
              height: auto;
              margin: 0 4px;
              display: inline-block; } }
/*-- smaller screen --*/
/*=== MAIN CONTENT ===*/
.main__content {
  position: relative;
  width: 100%; }
  .main__content .center__line {
    position: absolute;
    width: 1px;
    height: 100vh;
    background: brown;
    z-index: 9999;
    right: 0;
    left: 0;
    margin: auto; }
  .main__content .main__kv__wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /*-- characters --*/ }
    .main__content .main__kv__wrap .main__kv {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      background: url("./../../assets/img/top/KV-min.webp") no-repeat fixed;
      background-size: cover;
      /*canvas#world {
      	@include t_fill;
      	z-index: 1;
      }*/ }
      .main__content .main__kv__wrap .main__kv .mkv__overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0; }
      .main__content .main__kv__wrap .main__kv .summon__rotator__1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 240px;
        height: 240px;
        opacity: 0.08;
        top: -6px;
        left: -135px;
        border-radius: 50%;
        display: none; }
        .main__content .main__kv__wrap .main__kv .summon__rotator__1.rotate__display {
          animation: spinner 4s linear infinite; }
      .main__content .main__kv__wrap .main__kv .summon__rotator__2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        opacity: 0.08;
        top: 54px;
        right: -235px;
        border-radius: 50%;
        display: none; }
        .main__content .main__kv__wrap .main__kv .summon__rotator__2.rotate__display {
          animation: spinner 4s linear infinite; }
    .main__content .main__kv__wrap .character__display {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*background: green;*/
      max-width: 1020px;
      left: -15px;
      right: 0;
      top: -38px;
      margin: auto; }
      .main__content .main__kv__wrap .character__display::before {
        content: '';
        /*background: red;*/
        height: 600px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .main__content .main__kv__wrap .character__display .char__image {
        position: absolute;
        height: auto;
        margin: auto;
        -webkit-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        display: none; }
        .main__content .main__kv__wrap .character__display .char__image.chr_01 {
          top: 240px;
          left: 0;
          right: 70px;
          width: 560px;
          z-index: 600; }
        .main__content .main__kv__wrap .character__display .char__image.chr_02 {
          top: -111px;
          left: -105px;
          width: 750px;
          z-index: 200; }
        .main__content .main__kv__wrap .character__display .char__image.chr_03 {
          top: 172px;
          left: 120px;
          width: 550px;
          z-index: 400; }
        .main__content .main__kv__wrap .character__display .char__image.chr_04 {
          top: 235px;
          right: 94px;
          width: 700px;
          z-index: 400; }
        .main__content .main__kv__wrap .character__display .char__image.chr_05 {
          top: 190px;
          left: 19px;
          width: 550px;
          z-index: 500; }
        .main__content .main__kv__wrap .character__display .char__image.chr_06 {
          top: 6px;
          right: 120px;
          width: 390px;
          z-index: 100; }
    .main__content .main__kv__wrap .outer__container {
      /*- intro nsg --*/ }
      .main__content .main__kv__wrap .outer__container .intro__msg, .main__content .main__kv__wrap .outer__container .intro__msg_sp {
        position: absolute;
        /*bottom: 7vh;*/
        top: 435px;
        right: 0;
        width: 535px;
        z-index: 1500;
        display: none; }
      .main__content .main__kv__wrap .outer__container .store__buttons {
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 1500;
        width: 210px;
        height: auto;
        box-sizing: border-box;
        padding-top: 80px;
        padding-bottom: 44px;
        display: none; }
        .main__content .main__kv__wrap .outer__container .store__buttons .sb__bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec {
          position: relative;
          width: 100%;
          margin-bottom: 19px; }
          .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__title {
            margin-bottom: 17.5px;
            box-sizing: border-box;
            padding-left: 25px;
            position: relative;
            left: -5px;
            padding-top: 3.5px; }
            .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__title .sbt__bg {
              position: absolute;
              top: 0;
              left: 0;
              width: 165px;
              height: auto; }
            .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__title .sbt__text {
              position: relative;
              font: normal 12px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              color: #fff; }
          .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__buttons {
            display: block;
            box-sizing: border-box;
            padding: 0 15px;
            width: 100%; }
            .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__buttons .sb__link {
              display: block;
              margin-bottom: 6px;
              -webkit-transition: 0.2s ease;
              -ms-transition: 0.2s ease;
              -o-transition: 0.2s ease;
              transition: 0.2s ease; }
              .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__buttons .sb__link img {
                -webkit-transition: 0.4s ease;
                -ms-transition: 0.4s ease;
                -o-transition: 0.4s ease;
                transition: 0.4s ease; }
              .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__buttons .sb__link:hover img {
                -webkit-transform: perspective(1px) scale(1.02);
                -ms-transform: perspective(1px) scale(1.02);
                -o-transform: perspective(1px) scale(1.02);
                transform: perspective(1px) scale(1.02); }
              .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__buttons .sb__link.set__1:hover img {
                filter: brightness(120%); }
              .main__content .main__kv__wrap .outer__container .store__buttons .sb__sec .sb__buttons .sb__link.set__2 {
                background-color: #000;
                border-radius: 10px;
                overflow: hidden;
                border: 1px solid #fff;
            				/*&:hover {
        	    				border-color: deepskyblue;
        	    			}*/ }
      .main__content .main__kv__wrap .outer__container .mk__ctr__logo, .main__content .main__kv__wrap .outer__container .mk__ctr__logo__shadow {
        position: absolute;
        width: 480px;
        height: auto;
        left: 15px;
        /*bottom: 8vh;*/
        top: 318px;
        z-index: 1000;
        display: none;
        /*&::before, &::after {
        	content: '';
        	position: absolute;
        	top: 0;
        	left: 0;
        	height: 100px;
        	width: 100px;
        	border-radius: 50%;
        	background-color: #fff;
        	box-shadow: 0 0 15px #fff;
        }*/ }
      .main__content .main__kv__wrap .outer__container .mk__ctr__logo__shadow.fade__out {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease; }
  .main__content .sec__template#top_sec_1 {
    position: relative;
    height: auto;
    min-height: 700px;
    width: 100%;
    background: url("./../../assets/img/top/bg-img-04-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 0 0 50px; }
    .main__content .sec__template#top_sec_1 .sec__bg {
      position: absolute;
      width: 100%;
      height: auto; }
    .main__content .sec__template#top_sec_1 .inner__container .youtube__display {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      width: 100%;
      margin: 40px 0 30px; }
      .main__content .sec__template#top_sec_1 .inner__container .youtube__display .left__part {
        width: 60%;
        max-width: 540px; }
        .main__content .sec__template#top_sec_1 .inner__container .youtube__display .left__part p {
          font: bold 18px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          color: #fff;
          text-shadow: 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520, 0 0 4px #6e5520;
          margin-bottom: 30px; }
      .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part {
        width: 40%; }
        .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video {
          position: relative;
          width: 369px;
          height: 250px;
          margin-top: 100px; }
          .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 100; }
          .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid {
            background-color: #362e2b;
            position: relative;
            top: 10px;
            width: 347px;
            height: 230px;
            margin: 0 auto; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .yt__overlay {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1500; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .media {
              position: absolute;
              top: 0;
              bottom: 0;
              width: 100%;
              height: 225px;
              margin: auto;
              background-color: #000;
              overflow: hidden; }
              .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .media iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .yt__btn {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 75px;
              height: 75px;
              background-color: rgba(0, 0, 0, 0.9);
              border-radius: 100%;
              z-index: 2000;
              cursor: pointer;
              -webkit-transition: 0.4s ease;
              -ms-transition: 0.4s ease;
              -o-transition: 0.4s ease;
              transition: 0.4s ease; }
              .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .yt__btn:hover {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05); }
          .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__title {
            position: absolute;
            bottom: -18px;
            left: 0;
            right: 0;
            width: 260px;
            height: 42px;
            text-align: center;
            margin: auto; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__title .yt__bg {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__title .ytt__text {
              position: relative;
              font: normal 18px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              margin-top: 8px;
              color: #f9ffe3;
              z-index: 200; }
  .main__content .sec__template#top_sec_2 {
    position: relative;
    height: auto;
    width: 100%;
    background: url("./../../assets/img/top/bg-img-03-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 0 0 50px; }
    .main__content .sec__template#top_sec_2 .sec__bg {
      position: absolute;
      width: 100%;
      height: auto; }
    .main__content .sec__template#top_sec_2 .side__candle {
      position: absolute;
      top: -312px;
      width: 292.5px;
      height: auto;
      display: block;
      -webkit-transition: 0.6s ease;
      -ms-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease; }
      .main__content .sec__template#top_sec_2 .side__candle.side__candle__left {
        left: -300px; }
        .main__content .sec__template#top_sec_2 .side__candle.side__candle__left.visible {
          left: 0; }
      .main__content .sec__template#top_sec_2 .side__candle.side__candle__right {
        right: -300px; }
        .main__content .sec__template#top_sec_2 .side__candle.side__candle__right.visible {
          right: 0; }
    .main__content .sec__template#top_sec_2 .system__carousel {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 2000;
      padding-top: 45px;
      overflow: hidden; }
      .main__content .sec__template#top_sec_2 .system__carousel #sc_slider {
        position: relative;
        width: 960;
        height: 100%;
        margin: 20px auto 35px; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list {
          overflow: visible; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list ss__slide {
            display: block;
            outline: none;
            width: 100%;
            /*-webkit-transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);*/
            /*-ms-transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);*/
            transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list ss__slide.slick-center {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              -o-transform: scale(1.1);
              transform: scale(1.1); }
              .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list ss__slide.slick-center .ss__content {
                width: 730px; }
                .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list ss__slide.slick-center .ss__content::after {
                  opacity: 0; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list ss__slide .ss__content {
              position: relative;
              display: block;
              box-sizing: border-box;
              border: 5px solid #6c5424;
              background-color: #bfbfbf;
              width: 900px;
              height: 355px;
              margin: 0 auto;
              text-align: center; }
              .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list ss__slide .ss__content::after {
                content: '';
                background-color: rgba(250, 250, 250, 0.8);
                opacity: 1;
                -webkit-transition: 1s ease;
                -ms-transition: 1s ease;
                -o-transition: 1s ease;
                transition: 1s ease;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next {
          position: absolute;
          top: calc(50% - 50.5px);
          height: 57px;
          width: 57px;
          border: none;
          outline: none;
          z-index: 1000;
          cursor: pointer; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev .burst, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next .burst {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 47px;
            height: 47px;
            -webkit-transition: 1s ease;
            -ms-transition: 1s ease;
            -o-transition: 1s ease;
            transition: 1s ease;
            border-radius: 50%;
            z-index: -1;
            animation: burstOut 1s ease;
            display: none; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev .burst:active::before, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next .burst:active::before {
              display: block; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev img, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next img {
            position: absolute;
            height: 100%;
            width: 100%; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev {
          left: 0px; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next {
          right: 0px; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-dots {
          text-align: center;
          margin-top: 45px; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-dots li {
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            border: 1px solid #fff;
            background-color: transparent;
            margin: 0 5px;
            cursor: pointer;
            -webkit-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -o-transition: 0.2s ease;
            transition: 0.2s ease; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-dots li.slick-active {
              background-color: #fff; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-dots li button {
              display: none; }
  .main__content .sec__template#top_sec_3 {
    position: relative;
    height: auto;
    height: 1170px;
    width: 100%;
    /*background: url('./../../assets/img/top/bg-img-01-min.png') no-repeat;
    background-size: cover;
    background-position: 50% 0%;*/
    background: none; }
    .main__content .sec__template#top_sec_3 .st__bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .main__content .sec__template#top_sec_3 .sec__bg {
      position: absolute;
      width: 100%;
      height: auto; }
    .main__content .sec__template#top_sec_3 .side__candle.side__candle__left, .main__content .sec__template#top_sec_3 .side__candle.side__candle__right {
      position: absolute;
      top: -354px;
      width: 292.5px;
      height: auto;
      -webkit-transition: 0.6s ease;
      -ms-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease; }
    .main__content .sec__template#top_sec_3 .side__candle.side__candle__left {
      left: -300px; }
      .main__content .sec__template#top_sec_3 .side__candle.side__candle__left.visible {
        left: 0; }
    .main__content .sec__template#top_sec_3 .side__candle.side__candle__right {
      right: -300px; }
      .main__content .sec__template#top_sec_3 .side__candle.side__candle__right.visible {
        right: 0; }
    .main__content .sec__template#top_sec_3 .girl__display {
      position: relative;
      width: 100%;
      margin-top: 150px;
      height: 680px;
      margin-bottom: 15px; }
      .main__content .sec__template#top_sec_3 .girl__display .gd__image {
        position: absolute; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image::before {
          content: '';
          position: absolute;
          top: 55px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          height: 55%;
          width: 200px;
          border-radius: 100%;
          /*background-color: rgba(252, 201, 0, 0.8);
          box-shadow: 0 0 100px rgba(252, 201, 0, 1), 0 0 50px rgba(252, 201, 0, 0.8);*/
          background-color: rgba(250, 250, 250, 0.8);
          box-shadow: 0 0 100px #fafafa, 0 0 70px rgba(250, 250, 250, 0.8);
          opacity: 0;
          -webkit-transition: 0.4s ease;
          -ms-transition: 0.4s ease;
          -o-transition: 0.4s ease;
          transition: 0.4s ease; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.active__display {
          z-index: 1000; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.active__display::before {
            opacity: 1;
            /*animation: pulse 1s ease infinite;*/ }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.active__display .gd__img {
            -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04); }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .hover__display {
          position: absolute;
          top: 0;
          height: 100%;
          width: 342px;
          z-index: 100;
          background-color: transparent; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 {
          right: calc(50% + 150px);
          top: -50px;
          width: 350px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1::before {
            left: 0px;
            top: 55px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .hover__display {
            left: 0; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__img {
            width: 390.5px;
            height: auto;
            display: block; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__msg {
            top: 308px;
            left: 12px;
            width: 290px; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__msg p {
              position: relative;
              z-index: 1;
              text-shadow: 0 0 5px #162c4e, 0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e; }
              .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__msg p.p_1::before {
                box-shadow: 0 0 5px #162c4e, 0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e,  0 0 12px #162c4e, 0 0 12px #162c4e; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__text {
            top: 383px;
            left: 15px;
            width: 216.5px; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 {
          left: calc(50% - 158px);
          z-index: 500;
          width: 350px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2::before {
            left: -60px;
            top: 2px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .hover__display {
            left: 0; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__img {
            width: 320.5px;
            height: auto;
            display: block; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__msg {
            position: absolute;
            top: 410px;
            left: 17px;
            width: 280px; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__msg p {
              text-shadow: 0 0 5px #9e1b5b, 0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b; }
              .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__msg p.p_1::before {
                box-shadow: 0 0 5px #9e1b5b, 0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b,  0 0 12px #9e1b5b, 0 0 12px #9e1b5b; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__text {
            bottom: 88px;
            left: -20px;
            width: 347.5px; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 {
          left: calc(50% - 86px);
          top: -38px;
          width: 570px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3::before {
            left: 200px;
            top: -18px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .hover__display {
            left: 270px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__img {
            width: 572px;
            height: auto;
            display: block; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg {
            position: absolute;
            top: 295px;
            left: 328px;
            width: 290px; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg img.bg__msg__bg {
              display: block; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg img.bg__msg__bg__sp {
              display: none; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg p {
              text-shadow: 0 0 5px #997989, 0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989; }
              .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg p.p_1::before {
                box-shadow: 0 0 5px #997989, 0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989,  0 0 12px #997989, 0 0 12px #997989; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__text {
            top: 371px;
            left: 282px;
            width: 406.5px; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__img {
          -webkit-transition: 0.6s ease;
          -ms-transition: 0.6s ease;
          -o-transition: 0.6s ease;
          transition: 0.6s ease; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg {
          position: absolute;
          width: 300px;
          /*z-index: 300;*/ }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg .bg__msg__bg, .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg .bg__msg__bg__sp {
            position: absolute;
            top: -26px;
            left: -40px;
            width: 350px;
            height: 120px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg p {
            position: relative;
            z-index: 1;
            display: block;
            font: 500 18px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
            letter-spacing: 0;
            color: #fff; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg p.p_1::before {
              content: '';
              position: absolute;
              top: 14px;
              left: -25px;
              height: 1px;
              width: 18px;
              background-color: #fff; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg p:first-child {
              text-align: left; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg p:last-child {
              text-align: right; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text {
          position: absolute;
          /*z-index: 300;*/
          height: auto;
          display: block; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text img {
            width: 100%;
            height: auto; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__ut, .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt {
            position: absolute;
            width: 100%;
            height: 40px;
            text-align: center;
            color: #fff; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__ut {
            font: bold 18px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
            letter-spacing: 4px;
            top: 18px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt {
            top: 60px; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt .gdt__icon {
              display: inline-block;
              width: 21px;
              margin-right: 6px;
              height: auto;
              -webkit-transform: perspective(1px);
              -ms-transform: perspective(1px);
              transform: perspective(1px); }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt .gdt__text {
              display: inline-block;
              font: bold 15px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              vertical-align: top; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .sp__gd__text {
          display: none; }
  .main__content .sec__template#top_sec_4 {
    position: relative;
    overflow: hidden;
    /*height: 450px;*/
    height: auto;
    width: 100%;
    background: url("./../../assets/img/top/bg-img-03-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 50px 0 46px;
    display: block; }
    .main__content .sec__template#top_sec_4.top_sec_4_set_2 {
      padding: 50px 0 4px; }
  .main__content .sec__template#top_sec_4_sp {
    display: none; }
  .main__content .sec__template#top_sec_5 {
    position: relative;
    overflow: hidden;
    height: 265px;
    height: auto;
    width: 100%;
    background: url("./../../assets/img/top/fern-bg-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 50px 0; }
  .main__content .sec__template#top_sec_6 {
    position: relative;
    min-height: 800px;
    height: auto;
    width: 100%;
    background: url("./../../assets/img/top/bg-img-02-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 40px 0; }
  .main__content .child__content#world_page {
    position: relative;
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: url("./../../assets/img/p_world/world-bg-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 140px 0 74px; }
  .main__content .child__content#character_page {
    position: relative;
    min-height: 100vh;
    height: 1450px;
    width: 100%;
    background: url("./../../assets/img/p_character/character-bg-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 140px 0 74px; }
  .main__content .child__content#news_page {
    position: relative;
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: url("./../../assets/img/p_news/news-bg-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 126px 0 74px; }
  .main__content .child__content#system_page {
    position: relative;
    height: 640px;
    width: 100%;
    background: url("./../../assets/img/p_system/KV-min.webp") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 126px 0 74px; }

/********* MAIN CONTENT RESPONSIVE *********/
/*--- MOBILE ---*/
@media screen and (max-width: 767px) {
  .main__content .main__kv__wrap {
    /*-- characters --*/ }
    .main__content .main__kv__wrap .main__kv {
      background: url("./../../assets/img/top/SP-KV-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0%; }
      .main__content .main__kv__wrap .main__kv .mk__ctr__logo, .main__content .main__kv__wrap .main__kv .mk__ctr__logo__shadow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 250px;
        height: auto; }
        .main__content .main__kv__wrap .main__kv .mk__ctr__logo::before, .main__content .main__kv__wrap .main__kv .mk__ctr__logo::after, .main__content .main__kv__wrap .main__kv .mk__ctr__logo__shadow::before, .main__content .main__kv__wrap .main__kv .mk__ctr__logo__shadow::after {
          display: none; }
      .main__content .main__kv__wrap .main__kv .mk__ctr__logo.inactive {
        z-index: 0; }
      .main__content .main__kv__wrap .main__kv .summon__rotator__1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 170px;
        height: 170px;
        top: -2px;
        left: -103px; }
      .main__content .main__kv__wrap .main__kv .summon__rotator__2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 80px;
        height: 80px;
        top: 40px;
        right: -175px; }
    .main__content .main__kv__wrap .character__display {
      top: -29px;
      right: 0;
      max-width: 400px;
      margin: auto; }
      .main__content .main__kv__wrap .character__display .char__image {
        position: absolute;
        height: auto;
        margin: auto;
        -webkit-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        display: none; }
        .main__content .main__kv__wrap .character__display .char__image.chr_01 {
          top: 214px;
          left: 0;
          right: 4px;
          width: 246px;
          z-index: 700; }
        .main__content .main__kv__wrap .character__display .char__image.chr_02 {
          top: -16px;
          left: -156px;
          width: 365px;
          z-index: 200; }
        .main__content .main__kv__wrap .character__display .char__image.chr_03 {
          top: 128px;
          left: -15px;
          right: 0;
          width: 240px;
          z-index: 400; }
        .main__content .main__kv__wrap .character__display .char__image.chr_04 {
          top: 160px;
          right: -55px;
          width: 322px;
          z-index: 400; }
        .main__content .main__kv__wrap .character__display .char__image.chr_05 {
          top: 172px;
          left: 2px;
          width: 243px; }
        .main__content .main__kv__wrap .character__display .char__image.chr_06 {
          top: 15px;
          right: -3vw;
          width: 220px;
          z-index: 100; }
    .main__content .main__kv__wrap .outer__container {
      width: 320px;
      /*- intro nsg --*/ }
      .main__content .main__kv__wrap .outer__container .intro__msg_sp {
        top: 368px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 320px;
        margin: auto; }
      .main__content .main__kv__wrap .outer__container .mk__ctr__logo, .main__content .main__kv__wrap .outer__container .mk__ctr__logo__shadow {
        width: 162px;
        height: auto;
        left: 0;
        margin: auto;
        top: 270px;
        left: 14px; }
  .main__content .sec__template#top_sec_1 {
    background: url("./../../assets/img/top/sp-bg-img-04-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding: 0 0 40px; }
    .main__content .sec__template#top_sec_1 .inner__container .youtube__display {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      width: 100%;
      margin: 50px 0 20px; }
      .main__content .sec__template#top_sec_1 .inner__container .youtube__display .left__part {
        width: 100%;
        margin: 0 auto; }
        .main__content .sec__template#top_sec_1 .inner__container .youtube__display .left__part p {
          text-align: center;
          font: bold 14px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          margin-bottom: 30px; }
      .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part {
        width: 100%; }
        .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video {
          position: relative;
          width: 100%;
          max-width: 369px;
          height: 200px;
          margin: 2px auto 50px; }
          .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid {
            background-color: #362e2b;
            position: relative;
            top: 10px;
            width: calc(100% - 22px);
            height: 180px;
            margin: 0 auto; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .media {
              height: 176px;
              z-index: 0; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .yt__btn {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 75px;
              height: 75px; }
              .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__vid .yt__btn:active {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05); }
          .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__title {
            bottom: -11px;
            left: 0;
            right: 0;
            width: 200px;
            height: 33px; }
            .main__content .sec__template#top_sec_1 .inner__container .youtube__display .right__part .yt__video .yt__title .ytt__text {
              font: normal 15px/1.5 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
              margin-top: 7px; }
  .main__content .sec__template#top_sec_2 {
    background: url("./../../assets/img/top/sp-system-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding: 0 0 20px; }
    .main__content .sec__template#top_sec_2 .side__candle {
      display: none; }
    .main__content .sec__template#top_sec_2 .system__carousel {
      height: auto;
      padding-bottom: 50px;
      padding-top: 15px; }
      .main__content .sec__template#top_sec_2 .system__carousel #sc_slider {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        box-sizing: border-box; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list {
          overflow: hidden; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list .ss__slide {
            width: 100%;
            box-sizing: border-box;
            padding: 0 15px; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list .ss__slide.slick-center {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
              .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list .ss__slide.slick-center .ss__content {
                width: 100%;
                height: auto; }
                .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list .ss__slide.slick-center .ss__content::after {
                  opacity: 0; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list .ss__slide .ss__content {
              border: 3px solid #6c5424;
              box-sizing: border-box;
              padding: 3px;
              width: 100%;
              height: auto;
              /*max-height: 215px;*/ }
              .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-list .ss__slide .ss__content img {
                position: relative;
                display: block;
                margin: 0 auto; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next {
          top: initial;
          bottom: -20px; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev .burst, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next .burst {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 47px;
            height: 47px;
            -webkit-transition: 1s ease;
            -ms-transition: 1s ease;
            -o-transition: 1s ease;
            transition: 1s ease;
            border-radius: 50%;
            z-index: -1;
            animation: burstOut 1s ease;
            display: none; }
            .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev .burst:active::before, .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next .burst:active::before {
              display: block; }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-prev {
          left: initial;
          right: calc(50% + 60px);
          /*left: 40px;*/ }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-next {
          right: initial;
          left: calc(50% + 60px);
          /*right: 40px;*/ }
        .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-dots {
          margin-top: 60px; }
          .main__content .sec__template#top_sec_2 .system__carousel #sc_slider .slick-dots li {
            height: 9px;
            width: 9px; }
  .main__content .sec__template#top_sec_3 {
    height: 1788px;
    background: url("./../../assets/img/top/sp-bg-img-01-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    box-sizing: border-box;
    padding-top: 50px;
    overflow: hidden; }
    .main__content .sec__template#top_sec_3 .st__bg {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .main__content .sec__template#top_sec_3 .sec__bg {
      position: absolute;
      width: 100%;
      height: auto; }
    .main__content .sec__template#top_sec_3 .side__candle {
      display: none; }
    .main__content .sec__template#top_sec_3 .girl__display {
      position: relative;
      height: 1380px;
      max-width: 500px;
      margin: 20px auto 15px; }
      .main__content .sec__template#top_sec_3 .girl__display .gd__image {
        position: absolute; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image::before {
          content: '';
          position: absolute;
          top: 55px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          height: 55%;
          width: 200px;
          border-radius: 100%;
          /*background-color: rgba(252, 201, 0, 0.8);
          box-shadow: 0 0 100px rgba(252, 201, 0, 1), 0 0 50px rgba(252, 201, 0, 0.8);*/
          background-color: rgba(250, 250, 250, 0.8);
          box-shadow: 0 0 100px #fafafa, 0 0 70px rgba(250, 250, 250, 0.8);
          opacity: 0;
          display: none;
          -webkit-transition: 0.4s ease;
          -ms-transition: 0.4s ease;
          -o-transition: 0.4s ease;
          transition: 0.4s ease; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.active__display {
          z-index: 1000; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.active__display::before {
            opacity: 1;
            /*animation: pulse 1s ease infinite;*/ }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.active__display .gd__img {
            -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04); }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .hover__display {
          position: absolute;
          top: 0;
          height: 100%;
          width: 342px;
          z-index: 100;
          background-color: transparent; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 {
          /*left: -88px;*/
          /*top: 0;*/
          width: 416.5px;
          /*-- new --*/
          top: 913px;
          left: -105px;
          z-index: 2000; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1::before {
            left: 0px;
            top: 55px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .hover__display {
            left: 0; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__img {
            width: 100%;
            height: auto;
            display: block; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__msg {
            width: 265px;
            top: 243px;
            left: 120px;
            padding-top: 40px;
            padding-left: 20px;
            -webkit-transform: rotate(-12deg);
            -ms-transform: rotate(-12deg);
            -o-transform: rotate(-12deg);
            transform: rotate(-12deg); }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__msg img {
              top: 4px;
              left: -95px;
              width: 400px;
              height: auto; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_1 .gd__text {
            top: 360px;
            left: 120px;
            width: 100%;
            max-width: 290px; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 {
          /*top: 465px;
          right: -209px;*/
          width: 360.5px;
          margin: auto;
          /*-- new --*/
          left: -88px;
          top: 0; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2::before {
            left: -60px;
            top: 2px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .hover__display {
            left: 0; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__img {
            width: 100%; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__msg {
            width: 265px;
            top: 222px;
            left: 106px;
            padding-top: 40px;
            padding-left: 20px;
            -webkit-transform: rotate(-12deg);
            -ms-transform: rotate(-12deg);
            -o-transform: rotate(-12deg);
            transform: rotate(-12deg); }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__msg img {
              top: 2px;
              right: 0;
              width: 400px;
              left: initial;
              height: auto; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_2 .gd__text {
            bottom: 311px;
            left: 103px;
            width: 100%;
            max-width: 290px; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 {
      /*top: 890px;
  	left: -401px;*/
          width: 675px;
          z-index: 1000;
          /*-- new --*/
          top: 446px;
          right: -124px;
          left: initial; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3::before {
            left: 200px;
            top: -18px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .hover__display {
            display: none;
            left: 270px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__img {
            width: 100%; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg {
            top: 262px;
            left: 250px;
            width: 275px;
            padding-left: 20px;
            -webkit-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
            -o-transform: rotate(12deg);
            transform: rotate(12deg); }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg img {
              top: -52px;
              left: -9px;
              width: 400px;
              height: auto; }
              .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg img.bg__msg__bg {
                display: none; }
              .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__msg img.bg__msg__bg__sp {
                display: block;
                top: -25px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image.gd_3 .gd__text {
            top: 355px;
            left: 246px;
            width: 290px;
            max-width: 290px; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__img {
          -webkit-transition: 0.6s ease;
          -ms-transition: 0.6s ease;
          -o-transition: 0.6s ease;
          transition: 0.6s ease; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg {
          width: 230px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__msg p {
            position: relative;
            font: 500 16px/1.2 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text {
          position: absolute;
          /*z-index: 300;*/
          height: auto; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text img {
            width: 100%;
            height: 91px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__ut, .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt {
            width: 100%; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__ut {
            font: 500 16px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
            letter-spacing: 0;
            top: 15px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt {
            top: 51px; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt .gdt__icon {
              width: 21px; }
            .main__content .sec__template#top_sec_3 .girl__display .gd__image .gd__text .gd__lt .gdt__text {
              font: 500 15px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif; }
        .main__content .sec__template#top_sec_3 .girl__display .gd__image .sp__gd__text {
          display: none;
          position: absolute;
          width: 44.5px;
          z-index: 1000; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .sp__gd__text.gd_1 {
            right: 119px;
            top: 153px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .sp__gd__text.gd_2 {
            top: 132px;
            right: 50px; }
          .main__content .sec__template#top_sec_3 .girl__display .gd__image .sp__gd__text.gd_3 {
            top: 141px;
            right: 117px; }
    .main__content .sec__template#top_sec_3 .inner__container {
      position: relative;
      z-index: 2000; }
  .main__content .sec__template#top_sec_4 {
    display: none; }
  .main__content .sec__template#top_sec_4_sp {
    position: relative;
    display: block;
    background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
    background-size: cover;
    height: 500px; }
    .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp {
      position: relative;
      width: 100%;
      height: auto; }
      .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp .stb__title {
        position: relative;
        top: 42px;
        width: 100%;
        max-width: 308px;
        margin: 0 auto;
        z-index: 200; }
        .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp .stb__title img {
          display: block;
          width: 100%;
          max-width: 400px;
          height: auto; }
      .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp .stb__body {
        position: relative;
        width: calc(100% - 30px);
        max-width: 290px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 65px 30px 60px; }
        .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp .stb__body .stb__bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp .stb__body p {
          position: relative;
          font: bold 12px/1.7 "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Noto Serif JP", serif;
          color: #6e5520;
          text-align: center;
          z-index: 100; }
          .main__content .sec__template#top_sec_4_sp .scroll__text__box__sp .stb__body p.stb__note {
            display: block;
            margin-top: 12px;
            text-align: right; }
  .main__content .sec__template#top_sec_5 {
    /*height: 445px;*/
    height: auto;
    background: url("./../../assets/img/top/sp-fern-bg-min.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0; }
    .main__content .sec__template#top_sec_5 .inner__container {
      padding: 0; }
    .main__content .sec__template#top_sec_5.set__2 {
      height: auto; }
  .main__content .sec__template#top_sec_6 {
    min-height: auto;
    height: auto;
    background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0 40px; }
  .main__content .child__content#world_page {
    background: url("./../../assets/img/p_world/sp-world-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding: 90px 0 20px; }
    .main__content .child__content#world_page .inner__container {
      padding: 0 5px; }
  .main__content .child__content#character_page {
    height: auto;
    padding: 100px 5px 20px; }
  .main__content .child__content#news_page {
    position: relative;
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: url("./../../assets/img/p_news/sp-news-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    box-sizing: border-box;
    padding: 92px 5px 15px; }
  .main__content .child__content#system_page {
    min-height: 400px;
    height: auto;
    padding: 126px 0 50px; } }
/******* CROSS BROWSER ********/
/*-- Safari 10.1+ --*/
@media not all and (min-resolution: 0.001dpcm) {
  .main__content .main__kv__wrap .main__kv {
    background: url("./../../assets/img/top/KV-min.jpg") no-repeat fixed;
    background-size: cover; }
  .main__content .sec__template#top_sec_1 {
    background: url("./../../assets/img/top/bg-img-04-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_2 {
    background: url("./../../assets/img/top/bg-img-03-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_4 {
    background: url("./../../assets/img/top/bg-img-03-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_5 {
    background: url("./../../assets/img/top/fern-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_6 {
    background: url("./../../assets/img/top/bg-img-02-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#world_page {
    background: url("./../../assets/img/p_world/world-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#character_page {
    background: url("./../../assets/img/p_character/character-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#news_page {
    background: url("./../../assets/img/p_news/news-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#system_page {
    background: url("./../../assets/img/p_system/KV-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; } }
@media screen and (min-resolution: 0.001dpcm) and (max-width: 767px) {
  .main__content .main__kv__wrap .main__kv {
    background: url("./../../assets/img/top/SP-KV-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_1 {
    background: url("./../../assets/img/top/sp-bg-img-04-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_2 {
    background: url("./../../assets/img/top/sp-system-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_3 {
    background: url("./../../assets/img/top/sp-bg-img-01-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 100%; }
  .main__content .sec__template#top_sec_4_sp {
    display: block;
    background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
    background-size: cover; }
  .main__content .sec__template#top_sec_5 {
    height: auto;
    background: url("./../../assets/img/top/sp-fern-bg-min.jpg") no-repeat;
    background-size: cover; }
  .main__content .sec__template#top_sec_6 {
    background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
    background-size: cover; }
  .main__content .child__content#world_page {
    background: url("./../../assets/img/p_world/sp-world-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#news_page {
    background: url("./../../assets/img/p_news/sp-news-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; } }
/*-- IE10+ --*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main__content .main__kv__wrap .main__kv {
    background: url("./../../assets/img/top/KV-min.jpg") no-repeat fixed;
    background-size: cover; }
  .main__content .sec__template#top_sec_1 {
    background: url("./../../assets/img/top/bg-img-04-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_2 {
    background: url("./../../assets/img/top/bg-img-03-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_4 {
    background: url("./../../assets/img/top/bg-img-03-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_5 {
    background: url("./../../assets/img/top/fern-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_6 {
    background: url("./../../assets/img/top/bg-img-02-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#world_page {
    background: url("./../../assets/img/p_world/world-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#character_page {
    background: url("./../../assets/img/p_character/character-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#news_page {
    background: url("./../../assets/img/p_news/news-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#system_page {
    background: url("./../../assets/img/p_system/KV-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; } }
@media screen and (-ms-high-contrast: active) and (max-width: 767px) {
  .main__content .main__kv__wrap .main__kv {
    background: url("./../../assets/img/top/SP-KV-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_1 {
    background: url("./../../assets/img/top/sp-bg-img-04-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_2 {
    background: url("./../../assets/img/top/sp-system-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_3 {
    background: url("./../../assets/img/top/sp-bg-img-01-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 100%; }
  .main__content .sec__template#top_sec_4_sp {
    display: block;
    background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
    background-size: cover; }
  .main__content .sec__template#top_sec_5 {
    height: auto;
    background: url("./../../assets/img/top/sp-fern-bg-min.jpg") no-repeat;
    background-size: cover; }
  .main__content .sec__template#top_sec_6 {
    background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
    background-size: cover; }
  .main__content .child__content#world_page {
    background: url("./../../assets/img/p_world/sp-world-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#news_page {
    background: url("./../../assets/img/p_news/sp-news-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; } }
/*-- EDGE12+ --*/
@supports (-ms-ime-align: auto) {
  .main__content .main__kv__wrap .main__kv {
    background: url("./../../assets/img/top/KV-min.jpg") no-repeat fixed;
    background-size: cover; }
  .main__content .sec__template#top_sec_1 {
    background: url("./../../assets/img/top/bg-img-04-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_2 {
    background: url("./../../assets/img/top/bg-img-03-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_4 {
    background: url("./../../assets/img/top/bg-img-03-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_5 {
    background: url("./../../assets/img/top/fern-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .sec__template#top_sec_6 {
    background: url("./../../assets/img/top/bg-img-02-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#world_page {
    background: url("./../../assets/img/p_world/world-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#character_page {
    background: url("./../../assets/img/p_character/character-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#news_page {
    background: url("./../../assets/img/p_news/news-bg-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }
  .main__content .child__content#system_page {
    background: url("./../../assets/img/p_system/KV-min.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0%; }

  @media screen and (max-width: 767px) {
    .main__content .main__kv__wrap .main__kv {
      background: url("./../../assets/img/top/SP-KV-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0%; }
    .main__content .sec__template#top_sec_1 {
      background: url("./../../assets/img/top/sp-bg-img-04-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0%; }
    .main__content .sec__template#top_sec_2 {
      background: url("./../../assets/img/top/sp-system-bg-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0%; }
    .main__content .sec__template#top_sec_3 {
      background: url("./../../assets/img/top/sp-bg-img-01-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 100%; }
    .main__content .sec__template#top_sec_4_sp {
      display: block;
      background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
      background-size: cover; }
    .main__content .sec__template#top_sec_5 {
      height: auto;
      background: url("./../../assets/img/top/sp-fern-bg-min.jpg") no-repeat;
      background-size: cover; }
    .main__content .sec__template#top_sec_6 {
      background: url("./../../assets/img/top/sp-bg-img-02-min.jpg") no-repeat;
      background-size: cover; }
    .main__content .child__content#world_page {
      background: url("./../../assets/img/p_world/sp-world-bg-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0%; }
    .main__content .child__content#news_page {
      background: url("./../../assets/img/p_news/sp-news-bg-min.jpg") no-repeat;
      background-size: cover;
      background-position: 50% 0%; } } }
/*-- Firefox any --*/
@-moz-document url-prefix() {
  /*-- here --*/ }

/*# sourceMappingURL=main.css.map */
