@charset "UTF-8";
/*
* PC向けの初期化
*/
/*
* スマホ向けの初期化
*/
html {
  line-height: 1.5;
  font-size: 6.25%;
  position: relative;
  height: 100%;
  overflow: auto;
}

body {
  position: relative;
  font-size: 21rem;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #ddc15c;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ddc15c;
  color: white;
  text-shadow: none;
}

a {
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

li {
  list-style: none;
}

.inner960 {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.inner1200 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sp {
  display: none;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

em {
  font-style: normal;
  color: #ffbb29;
}

img {
  white-space: pre;
}

/* --------------------------------------------------------------------------------
 Newマーク
-------------------------------------------------------------------------------- */
@-webkit-keyframes anime-new {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-new {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --------------------------------------------------------------------------------
 汎用
-------------------------------------------------------------------------------- */
.wrapper {
  display: block;
  width: 100%;
  min-height: calc(100vh - 31px - 255px);
  position: relative;
  padding-top: 85px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
}
.loaded .wrapper {
  opacity: 1;
}

#top .wrapper {
  opacity: 1;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container p {
  font-family: "Zen Antique", serif;
  font-size: 33px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.caption {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 7vw;
  max-width: 100%;
  max-height: 85px;
  min-height: 60px;
  opacity: 0;
}
.caption-wrapper {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.caption-wrapper .caption-sub {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.caption-wrapper.new .caption-container::after {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 100px;
  height: 0;
  padding-bottom: 49px;
  position: absolute;
  top: -15px;
  left: auto;
  bottom: auto;
  right: -50px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.caption-wrapper.visible .caption {
  -webkit-animation: anime-caption 0.5s ease-in 0.25s forwards;
          animation: anime-caption 0.5s ease-in 0.25s forwards;
  will-change: opacity, transform;
}
@-webkit-keyframes anime-caption {
  0% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes anime-caption {
  0% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.caption-wrapper.visible .caption-sub {
  position: absolute;
  -webkit-transition: opacity 0.5s ease 0.75s, left 0.5s ease 0.75s, top 0.5s ease 0.75s;
  transition: opacity 0.5s ease 0.75s, left 0.5s ease 0.75s, top 0.5s ease 0.75s;
  will-change: opacity, left, top;
  opacity: 1;
}
.caption-container {
  display: inline-block;
  position: relative;
}
.caption.line-2 {
  height: 14vw;
  max-height: 159px;
  min-height: 60px;
}
.caption.width-base {
  height: auto;
  max-height: initial;
  max-width: 1260px;
  width: 100%;
  aspect-ratio: 1260/124;
}
.caption-bg-wrapper {
  position: absolute;
  width: 558px;
  height: 84px;
  margin: 0 auto;
  left: calc((100% - 558px) / 2);
  bottom: 0;
}
.caption-bg-container {
  background: url(../img/caption_bg.png) 0 0 no-repeat;
  width: 0px;
  height: 84px;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  will-change: width;
}
.visible .caption-bg-wrapper .caption-bg-container {
  width: 558px;
}

.l_caption-wrapper {
  max-width: 1060px;
  margin: 0 auto 30px;
}
@-webkit-keyframes anime-l_cap {
  0% {
    opacity: 0;
    left: -300px;
    top: 50px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@keyframes anime-l_cap {
  0% {
    opacity: 0;
    left: -300px;
    top: 50px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
.l_caption-container {
  display: inline-block;
  position: relative;
}
.l_caption-container img {
  position: relative;
  opacity: 0;
}
.visible .l_caption-container img {
  -webkit-animation: anime-l_cap 0.5s ease forwards;
          animation: anime-l_cap 0.5s ease forwards;
}

@-webkit-keyframes anime-l_cap_deco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anime-l_cap_deco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l_caption-deco-01 {
  right: -66px;
  top: -8px;
  position: absolute;
}
.l_caption-deco-01 div {
  background: url("../img/cap_deco01.png") 0 0 no-repeat;
  width: 76px;
  height: 77px;
  position: relative;
  opacity: 0;
}
.visible .l_caption-deco-01 div {
  -webkit-animation: anime-l_cap 0.5s ease 0.15s forwards, anime-l_cap_deco 0.5s ease 0.15s forwards;
          animation: anime-l_cap 0.5s ease 0.15s forwards, anime-l_cap_deco 0.5s ease 0.15s forwards;
  will-change: rotate;
}

.l_caption-deco-02 {
  right: -110px;
  top: 34px;
  position: absolute;
}
.l_caption-deco-02 div {
  background: url("../img/cap_deco02.png") 0 0 no-repeat;
  width: 62px;
  height: 62px;
  position: relative;
  opacity: 0;
}
.visible .l_caption-deco-02 div {
  -webkit-animation: anime-l_cap 0.5s ease 0.25s forwards, anime-l_cap_deco 0.5s ease 0.25s forwards;
          animation: anime-l_cap 0.5s ease 0.25s forwards, anime-l_cap_deco 0.5s ease 0.25s forwards;
  will-change: rotate;
}

.l_caption-deco-03 {
  right: -134px;
  top: 6px;
  position: absolute;
}
.l_caption-deco-03 div {
  background: url("../img/cap_deco03.png") 0 0 no-repeat;
  width: 49px;
  height: 49px;
  position: relative;
  opacity: 0;
}
.visible .l_caption-deco-03 div {
  -webkit-animation: anime-l_cap 0.5s ease 0.35s forwards, anime-l_cap_deco 0.5s ease 0.35s forwards;
          animation: anime-l_cap 0.5s ease 0.35s forwards, anime-l_cap_deco 0.5s ease 0.35s forwards;
  will-change: rotate;
}

.m_caption img {
  display: block;
  margin: 0 auto 40px;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  opacity: 0;
  left: 500px;
}
.m_caption.visible img {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: anime-m_caption 0.5s ease-in 0.25s forwards;
          animation: anime-m_caption 0.5s ease-in 0.25s forwards;
  will-change: opacity, transform, left;
}
@-webkit-keyframes anime-m_caption {
  0% {
    left: 500px;
    opacity: 0;
  }
  50% {
    left: 0px;
    opacity: 1;
  }
  75% {
    left: 0px;
    opacity: 1;
    -webkit-transform: scale(0.8, 1.5);
            transform: scale(0.8, 1.5);
  }
  100% {
    left: 0px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes anime-m_caption {
  0% {
    left: 500px;
    opacity: 0;
  }
  50% {
    left: 0px;
    opacity: 1;
  }
  75% {
    left: 0px;
    opacity: 1;
    -webkit-transform: scale(0.8, 1.5);
            transform: scale(0.8, 1.5);
  }
  100% {
    left: 0px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
.image-container {
  position: relative;
  width: 46%;
  margin: 2%;
}
.image-container.visible .image {
  -webkit-animation: anime-image-container 0.5s ease-in forwards;
          animation: anime-image-container 0.5s ease-in forwards;
  will-change: opacity, transform;
}
@-webkit-keyframes anime-image-container {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-image-container {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
.image-container.visible p {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.image-container.visible .overlay-text {
  opacity: 1;
}
.image-container a {
  position: relative;
}
.image-container.new a:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 62px;
  height: 0;
  padding-bottom: 30px;
  position: absolute;
  top: -15px;
  left: auto;
  bottom: auto;
  right: 0px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.image-container .image {
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
}
.image-container .overlay-text {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease 0.5s, left 0.5s ease 0.75s, top 0.5s ease 0.75s, right 0.5s ease 0.75s, bottom 0.5s ease 0.75s;
  transition: opacity 0.25s ease 0.5s, left 0.5s ease 0.75s, top 0.5s ease 0.75s, right 0.5s ease 0.75s, bottom 0.5s ease 0.75s;
  will-change: opacity, left, top, right, bottom;
  opacity: 0;
}
.image-container:only-child {
  width: initial;
  max-width: 864px;
  margin: 20px auto;
}
.image-container:only-child.new a:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 122px;
  height: 0;
  padding-bottom: 60px;
  position: absolute;
  top: -30px;
  left: auto;
  bottom: auto;
  right: 0px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.image-container p {
  font-family: "Zen Antique", serif;
  font-size: 26px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  margin-top: 10px;
  -webkit-transition: opacity 1.5s, -webkit-filter 1.5s;
  transition: opacity 1.5s, -webkit-filter 1.5s;
  transition: opacity 1.5s, filter 1.5s;
  transition: opacity 1.5s, filter 1.5s, -webkit-filter 1.5s;
  will-change: opacity, filter;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.movie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1060px;
  margin: 0 auto;
}
.movie-container {
  position: relative;
  width: 46%;
  margin: 2%;
}
.movie-container.visible img {
  -webkit-animation: anime-movie-container 0.5s ease-in forwards;
          animation: anime-movie-container 0.5s ease-in forwards;
  will-change: opacity, transform;
}
@-webkit-keyframes anime-movie-container {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-movie-container {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
.movie-container.visible p {
  opacity: 1;
  top: 0px;
}
.movie-container a {
  position: relative;
}
.movie-container.new:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 62px;
  height: 0;
  padding-bottom: 30px;
  position: absolute;
  top: -15px;
  left: auto;
  bottom: auto;
  right: -30px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.movie-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
}
.movie-container p {
  font-family: "Zen Antique", serif;
  font-size: 33px;
  color: #ffbb29;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: opacity 1s, top 1s;
  transition: opacity 1s, top 1s;
  will-change: opacity, top;
  opacity: 0;
  position: relative;
  top: 50px;
}
.movie-container:only-child {
  width: initial;
  max-width: 864px;
  margin: 20px auto;
}
.movie-container:only-child.new a:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 122px;
  height: 0;
  padding-bottom: 60px;
  position: absolute;
  top: -30px;
  left: auto;
  bottom: auto;
  right: 0px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.movie-container:only-child p {
  font-size: 48px;
}

.popup,
.popup-movie,
.popup-inline {
  display: block;
  -webkit-transition: -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s;
  transition: transform 0.25s, filter 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  will-change: transform, filter;
}
.popup:hover,
.popup-movie:hover,
.popup-inline:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.popup-inline-wrapper {
  display: none;
}
.popup-inline-container {
  width: 100%;
  height: 100%;
  max-width: 100vw;
}
.popup-inline-container .image-wrapper {
  width: 100%;
  height: 100%;
  max-width: initial;
}
.popup-inline-container .image-container {
  width: auto;
  height: 100%;
  max-width: initial;
}
.popup-inline-container .image-container .image {
  width: auto;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 234px);
  opacity: 1;
}
.popup-inline-container .image-container p {
  text-align: left;
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.dash-front {
  display: inline-block;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
  margin-right: 0.5em;
}
.dash-back {
  display: inline-block;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
  margin-left: 0.5em;
}

#content {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
}
#content.hidden {
  opacity: 0;
}

.frame-container {
  max-width: 1060px;
  margin: 0 auto 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
  border: 3px solid #9c4343;
  border-radius: 11px;
}
.frame-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/frame_bg.png);
  opacity: 0.6;
  z-index: -1;
  border-radius: 8px;
}
.frame-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#950000), to(#ff6600));
  background: linear-gradient(#950000, #ff6600);
  opacity: 0.76;
  z-index: -1;
  border-radius: 8px;
}
.frame-container .f_caption {
  background: url(../img/f_cap_line.png) bottom repeat-x;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.frame-container .f_caption::before {
  content: "";
  background: url(../img/f_cap_square.png) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
}
.frame-container .f_caption::after {
  content: "";
  background: url(../img/f_cap_square.png) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0;
}
.frame-container p {
  font-family: "Zen Antique", serif;
  font-size: 26px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  color: #fff;
}

.white_frame {
  background: url(../img/product/frame_bg_repeat.jpg);
  max-width: 1060px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
}
.white_frame:last-child {
  margin-bottom: 0;
}
.white_frame:before {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.white_frame::after {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.white_frame-caption {
  font-family: "Zen Antique", serif;
  font-size: 40px;
  color: #ffbb29;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 50px;
  margin: 0 auto 20px;
  position: relative;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  left: 30px;
}
.white_frame-caption.visible {
  -webkit-transition: opacity 1s, left 1s, -webkit-filter 1s;
  transition: opacity 1s, left 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, left 1s;
  transition: filter 1s, opacity 1s, left 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  left: 0px;
}
.white_frame p:first-child {
  margin-top: 0;
}
.white_frame .image-container .image {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------
 パーティクル（花吹雪）
-------------------------------------------------------------------------------- */
#particles {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9800;
}

/* --------------------------------------------------------------------------------
 グローバルナビゲーション
-------------------------------------------------------------------------------- */
.sp-glnav-button {
  display: none;
}

.glnav-wrapper {
  width: 100%;
  height: 63px;
  margin: 0 auto;
  position: fixed;
  z-index: 9000;
  -webkit-box-shadow: 0px 0px 10px 0px #000;
          box-shadow: 0px 0px 10px 0px #000;
  -webkit-transition: top 0.25s ease;
  transition: top 0.25s ease;
  will-change: top;
  top: -75px;
}
.glnav-wrapper.show {
  top: 0px;
}
.glnav-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0 auto;
  background: url("../img/glnav_bg.png") 0 0 repeat-x;
  z-index: 1;
}
.glnav-container {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.glnav-item {
  position: relative;
  margin: 0 8px;
}
.glnav-item.new:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 50px;
  height: 0;
  padding-bottom: 24px;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: -10px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.glnav-item.top .glnav-item-bg {
  position: absolute;
  background: url(../img/glnav_top_selected.png) no-repeat;
  width: 0;
  height: 73px;
  left: -46px;
  top: -5px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.glnav-item.top:hover .glnav-item-bg, .glnav-item.top.selected .glnav-item-bg {
  width: 195px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.glnav-item.top.selected {
  pointer-events: none;
}
.glnav-item.top.selected.over_nav {
  pointer-events: initial;
}
.glnav-item.story .glnav-item-bg {
  position: absolute;
  background: url(../img/glnav_story_selected.png) no-repeat;
  width: 0;
  height: 55px;
  left: -16px;
  top: 3px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.glnav-item.story:hover .glnav-item-bg, .glnav-item.story.selected .glnav-item-bg {
  width: 237px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.glnav-item.story.selected {
  pointer-events: none;
}
.glnav-item.story.selected.over_nav {
  pointer-events: initial;
}
.glnav-item.character .glnav-item-bg {
  position: absolute;
  background: url(../img/glnav_character_selected.png) no-repeat;
  width: 0;
  height: 68px;
  left: -30px;
  top: 0px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.glnav-item.character:hover .glnav-item-bg, .glnav-item.character.selected .glnav-item-bg {
  width: 289px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.glnav-item.character.selected {
  pointer-events: none;
}
.glnav-item.character.selected.over_nav {
  pointer-events: initial;
}
.glnav-item.system .glnav-item-bg {
  position: absolute;
  background: url(../img/glnav_system_selected.png) no-repeat;
  width: 0;
  height: 64px;
  left: -22px;
  top: 0px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.glnav-item.system:hover .glnav-item-bg, .glnav-item.system.selected .glnav-item-bg {
  width: 185px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.glnav-item.system.selected {
  pointer-events: none;
}
.glnav-item.system.selected.over_nav {
  pointer-events: initial;
}
.glnav-item.gallery .glnav-item-bg {
  position: absolute;
  background: url(../img/glnav_gallery_selected.png) no-repeat;
  width: 0;
  height: 67px;
  left: -20px;
  top: 0px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.glnav-item.gallery:hover .glnav-item-bg, .glnav-item.gallery.selected .glnav-item-bg {
  width: 223px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.glnav-item.gallery.selected {
  pointer-events: none;
}
.glnav-item.gallery.selected.over_nav {
  pointer-events: initial;
}
.glnav-item.product .glnav-item-bg {
  position: absolute;
  background: url(../img/glnav_product_selected.png) no-repeat;
  width: 0;
  height: 45px;
  left: -22px;
  top: 16px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.glnav-item.product:hover .glnav-item-bg, .glnav-item.product.selected .glnav-item-bg {
  width: 247px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.glnav-item.product.selected {
  pointer-events: none;
}
.glnav-item.product.selected.over_nav {
  pointer-events: initial;
}
.glnav-item.over_nav:hover a {
  cursor: default;
}
.glnav-item a {
  position: relative;
}
.glnav-sub-container {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 2px;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -213px;
  -webkit-transition: top 0.25s ease;
  transition: top 0.25s ease;
  will-change: top, transform, z-index;
  z-index: -2;
}
.glnav-sub-container.front {
  z-index: -1;
}
.glnav-sub-container.show {
  top: 63px;
}
.glnav-sub-container.show.hidden {
  top: -213px;
}
article .glnav-sub-container {
  margin-top: 50px;
  margin-bottom: -30px;
  top: 0px;
  z-index: 0;
}
article .glnav-sub-container.system, article .glnav-sub-container.character {
  top: 0px;
  position: relative;
}
article .glnav-sub-container.hidden {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  opacity: 0;
}

.over_nav .glnav-sub-container {
  display: none;
}

.glnav-sub-item {
  position: relative;
  margin: 8px;
}
.glnav-sub-item.new::before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 62px;
  height: 0;
  padding-bottom: 30px;
  position: absolute;
  top: -10px;
  left: auto;
  bottom: auto;
  right: -10px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.glnav-sub-item.selected {
  pointer-events: none;
}
.glnav-sub-item.selected img {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.glnav-sub-item img {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  will-change: filter;
}
.glnav-sub-item img:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

.bgm-button {
  background: url(../img/btn_bgm.png) no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  will-change: filter;
}
.bgm-button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.bgm-button.vol_0 {
  background-position: 0px 0px;
}
.bgm-button.vol_1 {
  background-position: 0px -62px;
}
.bgm-button.vol_2 {
  background-position: 0px -124px;
}

/* --------------------------------------------------------------------------------
 サブナビゲーション
-------------------------------------------------------------------------------- */
.sub-nav {
  margin-bottom: 50px;
}
.sub-nav:last-child {
  margin-bottom: 0;
  margin-top: 100px;
}
section .sub-nav:last-child {
  margin-top: 0px;
}

.sub-nav ul {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
}
.sub-nav li {
  position: relative;
  margin: 8px 8px;
}
.sub-nav li.selected {
  pointer-events: none;
}
.sub-nav li.selected img {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.sub-nav li.new:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 62px;
  height: 0;
  padding-bottom: 30px;
  position: absolute;
  top: -10px;
  left: auto;
  bottom: auto;
  right: -10px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.sub-nav li.new_element::after {
  content: "";
  background: url(../img/icon_new_element.png) 0 0 no-repeat;
  background-size: cover;
  width: 139px;
  height: 0;
  padding-bottom: 33px;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
}
.sub-nav li.beginner::after {
  content: "";
  background: url(../img/icon_beginner.png) 0 0 no-repeat;
  background-size: cover;
  width: 40px;
  height: 0;
  padding-bottom: 40px;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
}
.sub-nav li.details_here::after {
  content: "";
  background: url(../img/icon_details_here.png) 0 0 no-repeat;
  background-size: cover;
  width: 139px;
  height: 0;
  padding-bottom: 28px;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: auto;
  right: auto;
  pointer-events: none;
  z-index: 100;
}
.sub-nav li img {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  will-change: filter;
}
.sub-nav li img:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

/* --------------------------------------------------------------------------------
 トップスクロールボタン
-------------------------------------------------------------------------------- */
.sctop-button {
  display: block;
  width: 146px;
  height: 278px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sctop-button.show {
  opacity: 1;
  visibility: visible;
}

.sctop-button:hover .balloon {
  background: url(../img/btn_sctop_balloon_on.png) no-repeat 50% 50%;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.sctop-button:hover .mascot {
  -webkit-animation: anime-sctop 1s ease-in forwards;
          animation: anime-sctop 1s ease-in forwards;
  will-change: transform;
}
.sctop-button .balloon {
  background: url(../img/btn_sctop_balloon_off.png) no-repeat 50% 50%;
  width: 142px;
  height: 94px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  text-indent: -9999em;
}
@-webkit-keyframes anime-sctop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
  20% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@keyframes anime-sctop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
  20% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

/* --------------------------------------------------------------------------------
 購入ボタン
-------------------------------------------------------------------------------- */
.foot-order-button {
  display: block;
  width: 253px;
  height: 155px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 1s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.foot-order-button.show {
  opacity: 1;
  visibility: visible;
}

.foot-order-button {
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, transform 0.25s, filter 0.25s, visibility 0.25s;
  transition: opacity 0.25s, transform 0.25s, filter 0.25s, visibility 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  will-change: opacity, transform, filter, visibility;
}
.foot-order-button:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* --------------------------------------------------------------------------------
 フッター
-------------------------------------------------------------------------------- */
.footer-wrapper {
  background: url(../img/footer_bg.jpg);
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
  width: 100%;
  color: #000;
  padding: 20px 0;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  z-index: 1;
}
.footer-wrapper::before {
  content: "";
  width: 100%;
  height: 9px;
  background: url(../img/footer_bg_line.jpg) repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-wrapper::after {
  content: "";
  width: 100%;
  height: 9px;
  background: url(../img/footer_bg_line.jpg) repeat-x;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer-wrapper.hidden {
  opacity: 0;
}
.footer-wrapper .guideline-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 18px;
  text-decoration: none;
  background: #000;
  border: 1px solid #333;
  padding: 0.5em 1em;
}
.footer-wrapper .sns-button__banner + .sns-button__item {
  margin-left: 3%;
}
.footer-wrapper .sns-button__guideline + .sns-button__banner {
  margin-left: 3%;
}
.footer-overlay {
  background: url(../img/footer_bg_overlay.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sns-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1%;
}
.sns-button__item {
  position: relative;
  width: 5.2083333333%;
}
.sns-button__item img {
  vertical-align: bottom;
  width: 100%;
}
.sns-button__item + .sns-button__item {
  margin-left: 1%;
}
.sns-button__banner + .sns-button__item {
  margin-left: 1%;
}
.sns-button__banner {
  position: relative;
}

.official-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1% auto 0;
  width: 100%;
  position: relative;
}
.official-sns__item {
  width: 15.8333333333%;
}
.official-sns__item img {
  width: 100%;
}
.official-sns__banner {
  position: relative;
  width: 18.0208333333%;
}
.official-sns__banner img {
  border-radius: 10px;
  vertical-align: center;
  width: 100%;
}
.official-sns__item:not(:last-of-type) {
  margin-right: 1%;
}

.copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
  font-size: 0.5em;
}
.copy-wrapper .copy img {
  vertical-align: middle;
}

.portal-button img {
  height: 50px;
}

.common-bg {
  display: block;
  position: fixed;
  background: url("../img/bg.jpg") 50% 0% no-repeat;
  background-size: cover;
  background-color: black;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.common-bg-clouds {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.common-bg-cloud {
  background: url("../img/bg_cloud.png") no-repeat;
  width: 578px;
  height: 120px;
  position: absolute;
}
@-webkit-keyframes anime-bg_cloud-left {
  0% {
    left: -389px;
  }
  100% {
    left: -189px;
  }
}
@keyframes anime-bg_cloud-left {
  0% {
    left: -389px;
  }
  100% {
    left: -189px;
  }
}
@-webkit-keyframes anime-bg_cloud-right {
  0% {
    right: -189px;
  }
  100% {
    right: -389px;
  }
}
@keyframes anime-bg_cloud-right {
  0% {
    right: -189px;
  }
  100% {
    right: -389px;
  }
}
.common-bg-cloud.left {
  -webkit-animation: anime-bg_cloud-left 10s ease-in-out 0s infinite alternate both;
          animation: anime-bg_cloud-left 10s ease-in-out 0s infinite alternate both;
}
.common-bg-cloud.right {
  -webkit-animation: anime-bg_cloud-right 10s ease-in-out 1s infinite alternate both;
          animation: anime-bg_cloud-right 10s ease-in-out 1s infinite alternate both;
}

/* --------------------------------------------------------------------------------
 トップ
-------------------------------------------------------------------------------- */
#top {
  position: fixed;
}
#top.no_fixed {
  position: relative;
}
#top .wrapper {
  padding-top: 0px;
}
#top .wrapper.show {
  z-index: initial;
}
#top #countdown {
  display: none;
}
#top .button-wrapper {
  margin: 1em auto 0;
  text-align: center;
}
#top .button-wrapper li {
  font-family: "Zen Antique", serif;
  font-size: 1.2em;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  text-align: left;
}
#top .button-wrapper li .datecaption {
  width: 10em;
  margin-right: 0.5em;
}
#top .button-wrapper li .ps4icon {
  display: inline-block;
  content: "PS4";
  width: 50px;
  height: 100%;
  font-size: 15rem;
  text-align: center;
  color: white;
  background: #2586bc;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 0.2em;
}
#top .button-wrapper li .ps5icon {
  display: inline-block;
  content: "PS5";
  width: 50px;
  height: 100%;
  font-size: 15rem;
  text-align: center;
  color: white;
  background: #adaaa5;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 0.2em;
}
#top .button-wrapper li .switchicon {
  display: inline-block;
  content: "Switch";
  width: 60px;
  height: 100%;
  font-size: 15rem;
  text-align: center;
  color: white;
  background: #c33c33;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 0.2em;
}
#top .button-wrapper li a {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  will-change: transform, filter;
}
#top .button-wrapper li a:hover {
  color: #ffcf4e;
}
#top .button-wrapper li a:hover .topics-image {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#top .button-wrapper li.no_hover {
  pointer-events: none;
}
#top .button-wrapper td {
  font-family: "Zen Antique", serif;
  font-size: 1.2em;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  text-align: left;
}
#top .button-wrapper td .datecaption {
  margin-right: 0.5em;
}
#top .button-wrapper td .ps4icon {
  display: inline-block;
  content: "PS4";
  width: 50px;
  height: 100%;
  font-size: 15rem;
  text-align: center;
  color: white;
  background: #2586bc;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 0.2em;
}
#top .button-wrapper td .ps5icon {
  display: inline-block;
  content: "PS5";
  width: 50px;
  height: 100%;
  font-size: 15rem;
  text-align: center;
  color: white;
  background: #adaaa5;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 0.2em;
}
#top .button-wrapper td .switchicon {
  display: inline-block;
  content: "Switch";
  width: 60px;
  height: 100%;
  font-size: 15rem;
  text-align: center;
  color: white;
  background: #c33c33;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto 0.2em;
}
#top .button-wrapper td a {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  will-change: transform, filter;
}
#top .button-wrapper td a:hover {
  color: #ffcf4e;
}
#top .button-wrapper td a:hover .topics-image {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#top .button-wrapper td.no_hover {
  pointer-events: none;
}
#top .frame-container {
  margin-bottom: 0;
  overflow: auto;
}
#top #pop-information .button-wrapper td a {
  display: inline;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#top #pop-information .button-wrapper li a {
  display: inline;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

/* --------------------------------------------------
 トップ - トップ
-------------------------------------------------- */
.article-top .section-top {
  position: relative;
}
.article-top .section-top .sliding_screen-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.article-top .section-top .sliding_screen-left {
  background: url("../img/top/sliding_screen_l.jpg") right no-repeat;
  background-size: cover;
  width: 50vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
  will-change: left;
}
.article-top .section-top .sliding_screen-left.open {
  left: -710px;
  -webkit-box-shadow: 3px 0px 10px 0px #000;
          box-shadow: 3px 0px 10px 0px #000;
}
.article-top .section-top .sliding_screen-left.open.end {
  -webkit-transition: left 0s ease;
  transition: left 0s ease;
}
.article-top .section-top .sliding_screen-right {
  background: url("../img/top/sliding_screen_r.jpg") left no-repeat;
  background-size: cover;
  width: 50vw;
  height: 100vh;
  position: absolute;
  left: 50vw;
  top: 0;
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
  will-change: left;
}
.article-top .section-top .sliding_screen-right.open {
  left: calc(50vw + 710px - 8px);
  -webkit-box-shadow: -3px 0px 10px 0px #000;
          box-shadow: -3px 0px 10px 0px #000;
}
.article-top .section-top .sliding_screen-right.open.end {
  -webkit-transition: left 0s ease;
  transition: left 0s ease;
}
.article-top .section-top .main_visual {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1420px;
  max-height: 100vh;
  overflow: hidden;
  opacity: 0;
}
.loaded .article-top .section-top .main_visual {
  opacity: 1;
}

.article-top .section-top .main_visual img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.article-top .section-top .main_visual .top-movie-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  will-change: opacity;
}
.article-top .section-top .main_visual .top-movie-container.show {
  opacity: 1;
}
.article-top .section-top .main_visual .top-movie-container::after {
  content: "";
  position: absolute;
  background: url(../img/screen_filter.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.article-top .section-top .main_visual .top-movie-container .top_movie {
  width: 100vw;
  height: auto;
}
@media (max-aspect-ratio: 16/9) {
  .article-top .section-top .main_visual .top-movie-container .top_movie {
    width: auto;
    height: 100vw;
  }
}
@-webkit-keyframes anime-logo {
  0% {
    opacity: 0;
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
}
@keyframes anime-logo {
  0% {
    opacity: 0;
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
}
.article-top .section-top .logo {
  position: absolute;
  left: 273px;
  top: calc(75px + 0%);
  z-index: 2000;
  -webkit-transition: opacity 0.25s ease, -webkit-filter 0.25s ease;
  transition: opacity 0.25s ease, -webkit-filter 0.25s ease;
  transition: opacity 0.25s ease, filter 0.25s ease;
  transition: opacity 0.25s ease, filter 0.25s ease, -webkit-filter 0.25s ease;
  will-change: opacity, filter;
  opacity: 0;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.article-top .section-top .logo img {
  width: 30vw;
}
.article-top .section-top .logo.show {
  -webkit-animation: anime-logo 0.5s forwards;
          animation: anime-logo 0.5s forwards;
}
.article-top .section-top .catch_copy {
  position: absolute;
  z-index: 2000;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, left 0.25s ease, top 0.25s ease, right 0.25s ease;
  transition: opacity 0.25s ease, left 0.25s ease, top 0.25s ease, right 0.25s ease;
  will-change: opacity, left, top, right;
  opacity: 0;
}
.article-top .section-top .catch_copy img {
  height: 70vh;
}
.article-top .section-top .catch_copy.right {
  right: -1%;
  top: calc(75px + 2% - 50%);
}
.article-top .section-top .catch_copy.right.show {
  right: 4%;
  top: calc(75px + 2%);
  opacity: 1;
}
.article-top .section-top .catch_copy.right.show.hidden {
  opacity: 0;
}
.article-top .section-top .catch_copy.left {
  left: 5%;
  top: calc(75px + 22% - 50%);
}
.article-top .section-top .catch_copy.left.show {
  left: 10%;
  top: calc(75px + 22%);
  opacity: 1;
}
.article-top .section-top .catch_copy.left.show.hidden {
  opacity: 0;
}
.article-top .section-top .release {
  width: 100%;
  text-align: center;
  position: absolute;
  left: -20%;
  bottom: 2%;
  z-index: 2000;
  -webkit-transition: opacity 0.25s ease, left 0.25s ease;
  transition: opacity 0.25s ease, left 0.25s ease;
  will-change: opacity, left;
  opacity: 0;
}
.article-top .section-top .release img {
  width: 40vw;
}
.article-top .section-top .release.show {
  left: 0;
  bottom: 2%;
  opacity: 1;
}
.article-top .section-top .review {
  z-index: 2000;
  position: absolute;
  right: 2%;
  bottom: 2%;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.5s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.5s, transform 0.25s, filter 0.25s;
  transition: opacity 0.5s, transform 0.25s, filter 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  will-change: opacity, transform, filter;
}
.article-top .section-top .review.show {
  opacity: 1;
}
.article-top .section-top .review img {
  width: 26vh;
  max-width: 250px;
}
.article-top .section-top .arrival_5 {
  z-index: 2000;
  position: absolute;
  right: 2%;
  bottom: 22%;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.5s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.5s, transform 0.25s, filter 0.25s;
  transition: opacity 0.5s, transform 0.25s, filter 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  will-change: opacity, transform, filter;
}
.article-top .section-top .arrival_5.show {
  opacity: 1;
}
.article-top .section-top .arrival_5:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.article-top .section-top .arrival_5 img {
  width: 18vh;
  max-width: 222px;
}
.article-top .section-top .banner-wrapper {
  position: absolute;
  left: 10px;
  top: calc(75px + 2%);
  z-index: 2000;
}
.article-top .section-top .banner-container {
  position: relative;
  margin-bottom: 6px;
  -webkit-transition: opacity 0.25s ease, left 0.25s ease;
  transition: opacity 0.25s ease, left 0.25s ease;
  will-change: opacity, left;
  left: -300px;
  opacity: 0;
}
.article-top .section-top .banner-container.show {
  left: 0px;
  opacity: 1;
}
.article-top .section-top .banner-container.new:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 50px;
  height: 0;
  padding-bottom: 24px;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: -10px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.article-top .section-top .banner-container a {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  will-change: transform, filter;
}
.article-top .section-top .banner-container a:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media (max-width: 1280px) {
  .article-top .section-top .logo {
    left: 1%;
  }
  .article-top .section-top .banner-wrapper {
    display: none;
  }
}

/* --------------------------------------------------
 トップ - バナー
-------------------------------------------------- */
.article-top .section-banner {
  display: none;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  opacity: 0;
}
.article-top .section-banner .banner-container {
  position: relative;
}
.article-top .section-banner .banner-container.new:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 50px;
  height: 0;
  padding-bottom: 24px;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: -10px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.article-top .section-banner .banner-container a {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  will-change: transform, filter;
}
.article-top .section-banner .banner-container a:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.loaded .article-top .section-banner {
  opacity: 1;
}

@media (max-width: 1280px) {
  .article-top .section-banner {
    display: block;
  }
  .article-top .section-banner .banner-wrapper {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .article-top .section-banner .banner-container {
    margin: 6px;
  }
}

/* --------------------------------------------------
 トップ - トピックス
-------------------------------------------------- */
.article-top .section-topics {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px 0 40px;
  opacity: 0;
}
.loaded .article-top .section-topics {
  opacity: 1;
}

.article-top .section-topics .topics-wrapper {
  font-size: 0.8em;
  color: #fff;
  width: 100%;
  position: relative;
  padding: 0 40px;
}
.article-top .section-topics .topics-wrapper .swiper-top {
  overflow: hidden;
}
.article-top .section-topics .topics-wrapper .swiper-button-prev {
  background-image: none;
  width: 8vw;
  height: auto;
  max-width: 36px;
  left: -34px;
  top: 30%;
}
.article-top .section-topics .topics-wrapper .swiper-button-prev img {
  width: 100%;
}
.article-top .section-topics .topics-wrapper .swiper-button-next {
  background-image: none;
  width: 8vw;
  height: auto;
  max-width: 35px;
  right: -34px;
  top: 30%;
}
.article-top .section-topics .topics-wrapper .swiper-button-next img {
  width: 100%;
}
.article-top .section-topics .topics-area {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.article-top .section-topics .topics-container {
  padding: 1% 1%;
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  will-change: transform, filter;
}
.article-top .section-topics .topics-container a {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  will-change: transform, filter;
}
.article-top .section-topics .topics-container a:hover {
  color: #ffcf4e;
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.article-top .section-topics .topics-container a:hover .topics-image {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.article-top .section-topics .topics-container.no_hover {
  pointer-events: none;
}
.article-top .section-topics .topics-container.new:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 62px;
  height: 0;
  padding-bottom: 30px;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: 0px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.article-top .section-topics .topics-image {
  background: url(../img/top/topics_frame.png) 50% 50%;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 6%;
}
.article-top .section-topics .topics-image img {
  width: 100%;
  border: 1px solid #ffcf4e;
}
.article-top .section-topics .topics-text {
  padding: 3% 3% 0% 3%;
}

/* --------------------------------------------------
 トップ - 魔界戦記ディスガイア７
-------------------------------------------------- */
.article-top .section-disgaea7 {
  position: relative;
  padding: 120px 0 50px;
}
.article-top .section-disgaea7 .caption {
  max-height: 92px;
}
.article-top .section-disgaea7 .caption-sub {
  height: 10vw;
  max-height: 124px;
  min-height: 60px;
}
.article-top .section-disgaea7 .caption-wrapper .caption-sub {
  left: calc(-38% + 10px);
  top: calc(-94px + 50px);
}
.article-top .section-disgaea7 .caption-wrapper.visible .caption-sub {
  left: -38%;
  top: -94px;
}
@media only screen and (max-width: 1400px) {
  .article-top .section-disgaea7 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-top .section-disgaea7 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-top .section-disgaea7 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-top .section-disgaea7 p {
  font-family: "Zen Antique", serif;
  font-size: 33px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  text-align: center;
  line-height: 42px;
  will-change: opacity, filter;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  position: relative;
  top: 50px;
}
.article-top .section-disgaea7 p.visible {
  -webkit-transition: opacity 0.5s, top 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, top 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s, top 0.5s;
  transition: filter 0.5s, opacity 0.5s, top 0.5s, -webkit-filter 0.5s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  top: 0px;
}
.article-top .section-disgaea7 .image-container {
  margin-bottom: 3%;
}
.article-top .section-disgaea7 .image-container:nth-child(1) .overlay-text {
  left: calc(-10% + -10px);
  bottom: calc(-6% + 50px);
}
@media only screen and (max-width: 1140px) {
  .article-top .section-disgaea7 .image-container:nth-child(1) .overlay-text {
    left: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(1).visible .overlay-text {
  left: -10%;
  bottom: -6%;
}
@media only screen and (max-width: 1140px) {
  .article-top .section-disgaea7 .image-container:nth-child(1).visible .overlay-text {
    left: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(2) .overlay-text {
  top: calc(-12% + 50px);
  right: calc(-13% + 10px);
}
@media only screen and (max-width: 1170px) {
  .article-top .section-disgaea7 .image-container:nth-child(2) .overlay-text {
    right: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(2).visible .overlay-text {
  top: -12%;
  right: -13%;
}
@media only screen and (max-width: 1170px) {
  .article-top .section-disgaea7 .image-container:nth-child(2).visible .overlay-text {
    right: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(3) .overlay-text {
  top: calc(-11% + 50px);
  right: calc(-6% + 10px);
}
@media only screen and (max-width: 1170px) {
  .article-top .section-disgaea7 .image-container:nth-child(3) .overlay-text {
    right: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(3).visible .overlay-text {
  top: -11%;
  right: -6%;
}
@media only screen and (max-width: 1170px) {
  .article-top .section-disgaea7 .image-container:nth-child(3).visible .overlay-text {
    right: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(4) .overlay-text {
  left: calc(0% + -10px);
  bottom: calc(-12% + 50px);
}
@media only screen and (max-width: 1140px) {
  .article-top .section-disgaea7 .image-container:nth-child(4) .overlay-text {
    left: 0;
  }
}
.article-top .section-disgaea7 .image-container:nth-child(4).visible .overlay-text {
  left: 0%;
  bottom: -12%;
}
@media only screen and (max-width: 1140px) {
  .article-top .section-disgaea7 .image-container:nth-child(4).visible .overlay-text {
    left: 0;
  }
}

/* --------------------------------------------------
 トップ - キャラクター
-------------------------------------------------- */
.article-top .section-character {
  position: relative;
  padding: 50px 0;
}
.article-top .section-character .character-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 804px;
  max-width: 1509px;
}
.article-top .section-character .character-img-wrapper {
  width: 100%;
  height: 100%;
}
.article-top .section-character .character-btn-01 {
  width: calc(449 / (1509 - 391) * (100% - 391px));
  height: calc(712 / 804 * 100%);
  overflow: visible;
  z-index: calc(0 + 10);
  position: absolute;
  left: calc(0 / (1509 - 391) * (100% - 391px));
  top: calc(16 / 804 * 100%);
}
.article-top .section-character .character-btn-01:hover ~ .character-img-wrapper .character-img-01 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-01:hover ~ .character-img-wrapper .character-img-01-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-01:hover ~ .character-img-wrapper .character-img-01-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-01:hover ~ .character-name-01 {
  opacity: 1;
}
.article-top .section-character .character-btn-01:hover ~ .character-wards-01 {
  opacity: 1;
  left: calc(254 / (1509 - 391) * (100% - 391px));
  top: calc(-46 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-01 {
    width: 449px;
    height: 712px;
    left: 0px;
    top: 16px;
  }
}
.article-top .section-character .character-img-01 {
  position: absolute;
  left: calc(0 / (1509 - 391) * (100% - 391px));
  top: calc(16 / 804 * 100%);
  z-index: calc(0 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-01 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-01 {
    left: 0px;
    top: 16px;
  }
}
.article-top .section-character .character-img-01-ds {
  position: absolute;
  left: calc(0 / (1509 - 391) * (100% - 391px));
  top: calc(16 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-01-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-01-ds {
    left: 0px;
    top: 16px;
  }
}
.article-top .section-character .character-name-01 {
  position: absolute;
  left: calc(23 / (1509 - 391) * (100% - 391px));
  top: calc(550 / 804 * 100%);
  z-index: calc(0 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-01 {
  position: absolute;
  left: calc(254 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(-46 / 804 * 100% - 100px);
  z-index: calc(0 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-btn-02 {
  width: calc(236 / (1509 - 391) * (100% - 391px));
  height: calc(530 / 804 * 100%);
  overflow: visible;
  z-index: calc(1 + 10);
  position: absolute;
  left: calc(206 / (1509 - 391) * (100% - 391px));
  top: calc(213 / 804 * 100%);
}
.article-top .section-character .character-btn-02:hover ~ .character-img-wrapper .character-img-02 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-02:hover ~ .character-img-wrapper .character-img-02-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-02:hover ~ .character-img-wrapper .character-img-02-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-02:hover ~ .character-name-02 {
  opacity: 1;
}
.article-top .section-character .character-btn-02:hover ~ .character-wards-02 {
  opacity: 1;
  left: calc(474 / (1509 - 391) * (100% - 391px));
  top: calc(-12 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-02 {
    width: 236px;
    height: 530px;
    left: 206px;
    top: 213px;
  }
}
.article-top .section-character .character-img-02 {
  position: absolute;
  left: calc(206 / (1509 - 391) * (100% - 391px));
  top: calc(213 / 804 * 100%);
  z-index: calc(1 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-02 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-02 {
    left: 206px;
    top: 213px;
  }
}
.article-top .section-character .character-img-02-ds {
  position: absolute;
  left: calc(206 / (1509 - 391) * (100% - 391px));
  top: calc(213 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-02-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-02-ds {
    left: 206px;
    top: 213px;
  }
}
.article-top .section-character .character-name-02 {
  position: absolute;
  left: calc(170 / (1509 - 391) * (100% - 391px));
  top: calc(610 / 804 * 100%);
  z-index: calc(1 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-02 {
  position: absolute;
  left: calc(474 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(-12 / 804 * 100% - 100px);
  z-index: calc(1 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-btn-03 {
  width: calc(332 / (1509 - 391) * (100% - 391px));
  height: calc(490 / 804 * 100%);
  overflow: visible;
  z-index: calc(2 + 10);
  position: absolute;
  left: calc(342 / (1509 - 391) * (100% - 391px));
  top: calc(274 / 804 * 100%);
}
.article-top .section-character .character-btn-03:hover ~ .character-img-wrapper .character-img-03 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-03:hover ~ .character-img-wrapper .character-img-03-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-03:hover ~ .character-img-wrapper .character-img-03-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-03:hover ~ .character-name-03 {
  opacity: 1;
}
.article-top .section-character .character-btn-03:hover ~ .character-wards-03 {
  opacity: 1;
  left: calc(146 / (1509 - 391) * (100% - 391px));
  top: calc(78 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-03 {
    width: 332px;
    height: 490px;
    left: 342px;
    top: 274px;
  }
}
.article-top .section-character .character-img-03 {
  position: absolute;
  left: calc(342 / (1509 - 391) * (100% - 391px));
  top: calc(274 / 804 * 100%);
  z-index: calc(2 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-03 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-03 {
    left: 342px;
    top: 274px;
  }
}
.article-top .section-character .character-img-03-ds {
  position: absolute;
  left: calc(342 / (1509 - 391) * (100% - 391px));
  top: calc(274 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-03-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-03-ds {
    left: 342px;
    top: 274px;
  }
}
.article-top .section-character .character-name-03 {
  position: absolute;
  left: calc(338 / (1509 - 391) * (100% - 391px));
  top: calc(620 / 804 * 100%);
  z-index: calc(2 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-03 {
  position: absolute;
  left: calc(146 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(78 / 804 * 100% - 100px);
  z-index: calc(2 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-btn-04 {
  width: calc(444 / (1509 - 391) * (100% - 391px));
  height: calc(729 / 804 * 100%);
  overflow: visible;
  z-index: calc(3 + 10);
  position: absolute;
  left: calc(560 / (1509 - 391) * (100% - 391px));
  top: calc(75 / 804 * 100%);
}
.article-top .section-character .character-btn-04:hover ~ .character-img-wrapper .character-img-04 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-04:hover ~ .character-img-wrapper .character-img-04-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-04:hover ~ .character-img-wrapper .character-img-04-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-04:hover ~ .character-name-04 {
  opacity: 1;
}
.article-top .section-character .character-btn-04:hover ~ .character-wards-04 {
  opacity: 1;
  left: calc(512 / (1509 - 391) * (100% - 391px));
  top: calc(-26 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-04 {
    width: 444px;
    height: 729px;
    left: 560px;
    top: 75px;
  }
}
.article-top .section-character .character-img-04 {
  position: absolute;
  left: calc(560 / (1509 - 391) * (100% - 391px));
  top: calc(75 / 804 * 100%);
  z-index: calc(3 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-04 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-04 {
    left: 560px;
    top: 75px;
  }
}
.article-top .section-character .character-img-04-ds {
  position: absolute;
  left: calc(560 / (1509 - 391) * (100% - 391px));
  top: calc(75 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-04-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-04-ds {
    left: 560px;
    top: 75px;
  }
}
.article-top .section-character .character-name-04 {
  position: absolute;
  left: calc(530 / (1509 - 391) * (100% - 391px));
  top: calc(612 / 804 * 100%);
  z-index: calc(3 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-04 {
  position: absolute;
  left: calc(512 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(-26 / 804 * 100% - 100px);
  z-index: calc(3 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-btn-05 {
  width: calc(310 / (1509 - 391) * (100% - 391px));
  height: calc(621 / 804 * 100%);
  overflow: visible;
  z-index: calc(4 + 10);
  position: absolute;
  left: calc(778 / (1509 - 391) * (100% - 391px));
  top: calc(180 / 804 * 100%);
}
.article-top .section-character .character-btn-05:hover ~ .character-img-wrapper .character-img-05 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-05:hover ~ .character-img-wrapper .character-img-05-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-05:hover ~ .character-img-wrapper .character-img-05-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-05:hover ~ .character-name-05 {
  opacity: 1;
}
.article-top .section-character .character-btn-05:hover ~ .character-wards-05 {
  opacity: 1;
  left: calc(614 / (1509 - 391) * (100% - 391px));
  top: calc(40 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-05 {
    width: 310px;
    height: 621px;
    left: 778px;
    top: 180px;
  }
}
.article-top .section-character .character-img-05 {
  position: absolute;
  left: calc(778 / (1509 - 391) * (100% - 391px));
  top: calc(180 / 804 * 100%);
  z-index: calc(4 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-05 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-05 {
    left: 778px;
    top: 180px;
  }
}
.article-top .section-character .character-img-05-ds {
  position: absolute;
  left: calc(778 / (1509 - 391) * (100% - 391px));
  top: calc(180 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-05-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-05-ds {
    left: 778px;
    top: 180px;
  }
}
.article-top .section-character .character-name-05 {
  position: absolute;
  left: calc(748 / (1509 - 391) * (100% - 391px));
  top: calc(684 / 804 * 100%);
  z-index: calc(4 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-05 {
  position: absolute;
  left: calc(614 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(40 / 804 * 100% - 100px);
  z-index: calc(4 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-btn-06 {
  width: calc(364 / (1509 - 391) * (100% - 391px));
  height: calc(527 / 804 * 100%);
  overflow: visible;
  z-index: calc(3 + 10);
  position: absolute;
  left: calc(999 / (1509 - 391) * (100% - 391px));
  top: calc(234 / 804 * 100%);
}
.article-top .section-character .character-btn-06:hover ~ .character-img-wrapper .character-img-06 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-06:hover ~ .character-img-wrapper .character-img-06-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-06:hover ~ .character-img-wrapper .character-img-06-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-06:hover ~ .character-name-06 {
  opacity: 1;
}
.article-top .section-character .character-btn-06:hover ~ .character-wards-06 {
  opacity: 1;
  left: calc(842 / (1509 - 391) * (100% - 391px));
  top: calc(36 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-06 {
    width: 364px;
    height: 527px;
    left: 999px;
    top: 234px;
  }
}
.article-top .section-character .character-img-06 {
  position: absolute;
  left: calc(999 / (1509 - 391) * (100% - 391px));
  top: calc(234 / 804 * 100%);
  z-index: calc(3 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-06 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-06 {
    left: 999px;
    top: 234px;
  }
}
.article-top .section-character .character-img-06-ds {
  position: absolute;
  left: calc(999 / (1509 - 391) * (100% - 391px));
  top: calc(234 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-06-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-06-ds {
    left: 999px;
    top: 234px;
  }
}
.article-top .section-character .character-name-06 {
  position: absolute;
  left: calc(970 / (1509 - 391) * (100% - 391px));
  top: calc(606 / 804 * 100%);
  z-index: calc(3 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-06 {
  position: absolute;
  left: calc(842 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(36 / 804 * 100% - 100px);
  z-index: calc(3 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-btn-07 {
  width: calc(391 / (1509 - 391) * (100% - 391px));
  height: calc(703 / 804 * 100%);
  overflow: visible;
  z-index: calc(2 + 10);
  position: absolute;
  left: calc(1118 / (1509 - 391) * (100% - 391px));
  top: calc(0 / 804 * 100%);
}
.article-top .section-character .character-btn-07:hover ~ .character-img-wrapper .character-img-07 img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-07:hover ~ .character-img-wrapper .character-img-07-ds {
  z-index: 100;
}
.article-top .section-character .character-btn-07:hover ~ .character-img-wrapper .character-img-07-ds img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.article-top .section-character .character-btn-07:hover ~ .character-name-07 {
  opacity: 1;
}
.article-top .section-character .character-btn-07:hover ~ .character-wards-07 {
  opacity: 1;
  left: calc(986 / (1509 - 391) * (100% - 391px));
  top: calc(-37 / 804 * 100%);
}
@media (max-width: 960px) {
  .article-top .section-character .character-btn-07 {
    width: 391px;
    height: 703px;
    left: 1118px;
    top: 0px;
  }
}
.article-top .section-character .character-img-07 {
  position: absolute;
  left: calc(1118 / (1509 - 391) * (100% - 391px));
  top: calc(0 / 804 * 100%);
  z-index: calc(2 + 10);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-top .section-character .character-img-07 img {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s;
  transition: transform 0.25s, filter 0.25s, opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-07 {
    left: 1118px;
    top: 0px;
  }
}
.article-top .section-character .character-img-07-ds {
  position: absolute;
  left: calc(1118 / (1509 - 391) * (100% - 391px));
  top: calc(0 / 804 * 100%);
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-img-07-ds img {
  -webkit-transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s;
  transition: transform 0.25s, filter 0.25s, top 0.25s, left 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
@media (max-width: 960px) {
  .article-top .section-character .character-img-07-ds {
    left: 1118px;
    top: 0px;
  }
}
.article-top .section-character .character-name-07 {
  position: absolute;
  left: calc(1140 / (1509 - 391) * (100% - 391px));
  top: calc(508 / 804 * 100%);
  z-index: calc(2 + 200);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wards-07 {
  position: absolute;
  left: calc(986 / (1509 - 391) * (100% - 391px) - 10px);
  top: calc(-37 / 804 * 100% - 100px);
  z-index: calc(2 + 200);
  -webkit-transition: opacity 0.25s, left 0.25s, top 0.25s;
  transition: opacity 0.25s, left 0.25s, top 0.25s;
  will-change: opacity, left, top;
  pointer-events: none;
  opacity: 0;
}
.article-top .section-character .character-wrapper.visible .character-img-01 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 1), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 1);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 1), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 1);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 1), transform 0.25s ease calc(0.5s + 0.075s * 1);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 1), transform 0.25s ease calc(0.5s + 0.075s * 1), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 1);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-01-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}
.article-top .section-character .character-wrapper.visible .character-img-07 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 2), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 2);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 2), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 2);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 2), transform 0.25s ease calc(0.5s + 0.075s * 2);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 2), transform 0.25s ease calc(0.5s + 0.075s * 2), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 2);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-07-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}
.article-top .section-character .character-wrapper.visible .character-img-02 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 3), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 3);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 3), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 3);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 3), transform 0.25s ease calc(0.5s + 0.075s * 3);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 3), transform 0.25s ease calc(0.5s + 0.075s * 3), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 3);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-02-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}
.article-top .section-character .character-wrapper.visible .character-img-06 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 4), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 4);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 4), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 4);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 4), transform 0.25s ease calc(0.5s + 0.075s * 4);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 4), transform 0.25s ease calc(0.5s + 0.075s * 4), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 4);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-06-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}
.article-top .section-character .character-wrapper.visible .character-img-03 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 5), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 5);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 5), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 5);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 5), transform 0.25s ease calc(0.5s + 0.075s * 5);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 5), transform 0.25s ease calc(0.5s + 0.075s * 5), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 5);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-03-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}
.article-top .section-character .character-wrapper.visible .character-img-05 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 6), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 6);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 6), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 6);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 6), transform 0.25s ease calc(0.5s + 0.075s * 6);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 6), transform 0.25s ease calc(0.5s + 0.075s * 6), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 6);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-05-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}
.article-top .section-character .character-wrapper.visible .character-img-04 {
  -webkit-transition: opacity 0.25s ease calc(0.5s + 0.075s * 7), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 7);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 7), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 7);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 7), transform 0.25s ease calc(0.5s + 0.075s * 7);
  transition: opacity 0.25s ease calc(0.5s + 0.075s * 7), transform 0.25s ease calc(0.5s + 0.075s * 7), -webkit-transform 0.25s ease calc(0.5s + 0.075s * 7);
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.article-top .section-character .character-wrapper.visible .character-img-04-ds {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
  opacity: 1;
}

/* --------------------------------------------------
 トップ - ストーリー
-------------------------------------------------- */
.article-top .section-story {
  position: relative;
  padding: 50px 0;
}
.article-top .section-story p {
  max-width: 1000px;
  font-family: "Yuji Syuku", serif;
  color: #fff;
  font-size: 33px;
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
  text-align: center;
  line-height: 42px;
  will-change: opacity, filter, top;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  top: 50px;
}
.article-top .section-story p.visible {
  -webkit-transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, top 1s;
  transition: filter 1s, opacity 1s, top 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  top: 0px;
}
.article-top .section-story .container img {
  display: block;
  margin: 20px auto;
  will-change: opacity, filter;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.article-top .section-story .container img.visible {
  -webkit-transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s;
  transition: filter 1s, opacity 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

/* --------------------------------------------------
 トップ - プロダクト
-------------------------------------------------- */
.article-top .section-product {
  position: relative;
  padding: 50px 0;
}
.article-top .section-product table {
  font-family: "Zen Antique", serif;
  font-size: 33px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 52px;
  margin: 0 auto;
  will-change: opacity, filter, top;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  position: relative;
  top: 50px;
}
.article-top .section-product table.visible {
  -webkit-transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, top 1s;
  transition: filter 1s, opacity 1s, top 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  top: 0px;
}
.article-top .section-product td {
  vertical-align: middle;
}
.article-top .section-product td:first-child {
  text-align: right;
  color: #ffbb29;
}
.article-top .section-product button {
  display: block;
  margin: 40px auto 0;
  -webkit-transition: opacity 0.25s ease, -webkit-filter 1s ease, -webkit-transform 0.25s;
  transition: opacity 0.25s ease, -webkit-filter 1s ease, -webkit-transform 0.25s;
  transition: opacity 0.25s ease, filter 1s ease, transform 0.25s;
  transition: opacity 0.25s ease, filter 1s ease, transform 0.25s, -webkit-filter 1s ease, -webkit-transform 0.25s;
  will-change: opacity, filter;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.article-top .section-product button.visible {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
.article-top .section-product button:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* --------------------------------------------------
 ストーリー - 全般
-------------------------------------------------- */
.article-story section {
  margin-top: 40px;
}
.article-story section:first-child {
  margin-top: 0;
}

/* --------------------------------------------------
 ストーリー - あらすじ
-------------------------------------------------- */
.article-story .section-synopsis {
  position: relative;
}
.article-story .section-synopsis p {
  font-family: "Yuji Syuku", serif;
  color: #fff;
  font-size: 33px;
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
  text-align: center;
  line-height: 42px;
  max-width: 1000px;
  position: relative;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  top: 30px;
}
.article-story .section-synopsis p.visible {
  -webkit-transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, top 1s;
  transition: filter 1s, opacity 1s, top 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  top: 0px;
}
.article-story .section-synopsis .container img {
  display: block;
  margin: 20px auto;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.article-story .section-synopsis .container img.visible {
  -webkit-transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s;
  transition: filter 1s, opacity 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

/* --------------------------------------------------
 ストーリー - 日ノ本用語集
-------------------------------------------------- */
.article-story .section-glossary {
  position: relative;
}
.article-story .section-glossary .swiper-story {
  position: relative;
  overflow: hidden;
  max-width: 46%;
  margin: 2%;
  -webkit-box-shadow: 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc;
          box-shadow: 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc;
}
.article-story .section-glossary .swiper-story img {
  width: 100%;
}
.article-story .section-glossary .swiper-story .swiper-pagination-bullet {
  opacity: 0.5;
}
.article-story .section-glossary .swiper-story .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.article-story .section-glossary .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-story .section-glossary .flex-wrapper p {
  width: 50%;
  margin-top: 2%;
}
.article-story .section-glossary .image-container img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc;
          box-shadow: 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc, 0px 0px 6px 0px #ffffcc;
}
.article-story .section-glossary .frame-container {
  opacity: 0;
}
.article-story .section-glossary .frame-container:nth-child(even) {
  left: -50px;
}
.article-story .section-glossary .frame-container:nth-child(odd) {
  left: 50px;
}
.article-story .section-glossary .frame-container.visible {
  -webkit-transition: opacity 0.5s, left 0.5s;
  transition: opacity 0.5s, left 0.5s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  left: 0px;
}
.article-story .section-glossary .frame-container.new .f_caption span {
  display: inline-block;
  position: relative;
}
.article-story .section-glossary .frame-container.new .f_caption span:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 60px;
  height: 0;
  padding-bottom: 29px;
  position: absolute;
  top: -10px;
  left: auto;
  bottom: auto;
  right: -50px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.article-story .section-glossary .frame-container.content-03.visible {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* --------------------------------------------------
 キャラクター
-------------------------------------------------- */
.article-character section {
  margin-bottom: 80px;
}
.article-character .character_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1060px;
  margin: 0px auto;
}
.article-character .character_list li {
  text-align: center;
  margin: 25px;
}
.article-character .character_list a {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.article-character .character_list a:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-filter: initial;
          filter: initial;
}
.article-character .character_list a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.article-character .character_list a img {
  display: block;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.article-character .character_list .name {
  position: relative;
  opacity: 0;
  top: -50px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.article-character .character_list li.new_character {
  display: block;
  position: relative;
}
.article-character .character_list li.new_character a::after {
  display: block;
  position: absolute;
  left: -30px;
  top: -8px;
  background: url("../img/character/remark_new_character.png") 50% 50% no-repeat;
  background-size: cover;
  width: 192px;
  height: 54px;
  content: "";
}
.article-character .character_list li.new a:before {
  content: "";
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  width: 80px;
  height: 0;
  padding-bottom: 39px;
  position: absolute;
  top: -6px;
  left: auto;
  bottom: auto;
  right: 0px;
  pointer-events: none;
  z-index: 100;
  -webkit-animation: anime-new 1.5s infinite linear;
          animation: anime-new 1.5s infinite linear;
}
.article-character .character_list.visible a {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
  transition: opacity 0.25s, transform 0.25s, filter 0.25s;
  transition: opacity 0.25s, transform 0.25s, filter 0.25s, -webkit-transform 0.25s, -webkit-filter 0.25s;
}
.article-character .character_list.visible .name {
  opacity: 1;
  top: 0;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 0.5s, top 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, top 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, top 0.5s, filter 0.5s;
  transition: opacity 0.5s, top 0.5s, filter 0.5s, -webkit-filter 0.5s;
}

.article-character .section-generic_character .character_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1052px;
}
.article-character .section-main_character .character_list.visible li:nth-child(1) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 1));
          transition-delay: calc(0.5s + 0.075s * (0 + 1));
}
.article-character .section-main_character .character_list.visible li:nth-child(1) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 1));
          transition-delay: calc(0.75s + 0.075s * (0 + 1));
}
.article-character .section-main_character .character_list.visible li:nth-child(2) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 2));
          transition-delay: calc(0.5s + 0.075s * (0 + 2));
}
.article-character .section-main_character .character_list.visible li:nth-child(2) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 2));
          transition-delay: calc(0.75s + 0.075s * (0 + 2));
}
.article-character .section-main_character .character_list.visible li:nth-child(3) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 3));
          transition-delay: calc(0.5s + 0.075s * (0 + 3));
}
.article-character .section-main_character .character_list.visible li:nth-child(3) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 3));
          transition-delay: calc(0.75s + 0.075s * (0 + 3));
}
.article-character .section-main_character .character_list.visible li:nth-child(4) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 4));
          transition-delay: calc(0.5s + 0.075s * (0 + 4));
}
.article-character .section-main_character .character_list.visible li:nth-child(4) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 4));
          transition-delay: calc(0.75s + 0.075s * (0 + 4));
}
.article-character .section-main_character .character_list.visible li:nth-child(5) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 5));
          transition-delay: calc(0.5s + 0.075s * (0 + 5));
}
.article-character .section-main_character .character_list.visible li:nth-child(5) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 5));
          transition-delay: calc(0.75s + 0.075s * (0 + 5));
}
.article-character .section-main_character .character_list.visible li:nth-child(6) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 6));
          transition-delay: calc(0.5s + 0.075s * (0 + 6));
}
.article-character .section-main_character .character_list.visible li:nth-child(6) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 6));
          transition-delay: calc(0.75s + 0.075s * (0 + 6));
}
.article-character .section-main_character .character_list.visible li:nth-child(7) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 7));
          transition-delay: calc(0.5s + 0.075s * (0 + 7));
}
.article-character .section-main_character .character_list.visible li:nth-child(7) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 7));
          transition-delay: calc(0.75s + 0.075s * (0 + 7));
}
.article-character .section-sub_character .caption-wrapper.visible .caption {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.article-character .section-sub_character .character_list.visible li:nth-child(1) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 1));
          transition-delay: calc(0.5s + 0.075s * (0 + 1));
}
.article-character .section-sub_character .character_list.visible li:nth-child(1) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 1));
          transition-delay: calc(0.75s + 0.075s * (0 + 1));
}
.article-character .section-sub_character .character_list.visible li:nth-child(2) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 2));
          transition-delay: calc(0.5s + 0.075s * (0 + 2));
}
.article-character .section-sub_character .character_list.visible li:nth-child(2) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 2));
          transition-delay: calc(0.75s + 0.075s * (0 + 2));
}
.article-character .section-sub_character .character_list.visible li:nth-child(3) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 3));
          transition-delay: calc(0.5s + 0.075s * (0 + 3));
}
.article-character .section-sub_character .character_list.visible li:nth-child(3) .name {
  -webkit-transition-delay: calc(0.75s + 0.075s * (0 + 3));
          transition-delay: calc(0.75s + 0.075s * (0 + 3));
}
.article-character .section-generic_character .character_list.visible li:nth-child(1) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 1));
          transition-delay: calc(0.5s + 0.075s * (0 + 1));
}
.article-character .section-generic_character .character_list.visible li:nth-child(2) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 2));
          transition-delay: calc(0.5s + 0.075s * (0 + 2));
}
.article-character .section-generic_character .character_list.visible li:nth-child(3) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 3));
          transition-delay: calc(0.5s + 0.075s * (0 + 3));
}
.article-character .section-generic_character .character_list.visible li:nth-child(4) a {
  -webkit-transition-delay: calc(0.5s + 0.075s * (0 + 4));
          transition-delay: calc(0.5s + 0.075s * (0 + 4));
}

.character-popup-wrapper {
  overflow: hidden;
}
.character-popup-container {
  display: inline-block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.character_detail-wrapper {
  background: url(../img/character/popup_bg.png) no-repeat;
  width: 1093px;
  height: 629px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.character_detail-container {
  position: relative;
}
.character_detail-container.info {
  width: 58%;
  padding: 40px;
  padding-right: 25px;
}
.character_detail-container.image {
  width: 42%;
}
.character_detail-container.image .media-container {
  z-index: 1;
  right: 40px;
}
.character_detail-container .character-caption {
  width: 100%;
  height: 162px;
  position: relative;
  left: 2px;
  top: -8px;
}
.character_detail-container .character-caption.coming_soon {
  top: 62px;
}
.character_detail-container .character-caption img {
  position: absolute;
  bottom: 0;
}
.character_detail-container p {
  position: relative;
  font-family: "Zen Antique", serif;
  font-size: 21px;
  color: #000;
  text-shadow: -2px -2px 2px #fff, 0px -2px 2px #fff, 2px -2px 2px #fff, -2px 0 2px #fff, 0px 0 2px #fff, 2px 0 2px #fff, -2px 2px 2px #fff, 0px 2px 2px #fff, 2px 2px 2px #fff;
  line-height: 23px;
  z-index: 1;
  margin-top: 10px;
}
.character_detail-container p.comming_soon {
  background: url(../img/character/popup_coming_soon.png) no-repeat;
  width: 253px;
  height: 146px;
  text-indent: -9999em;
  position: relative;
  left: 118px;
  top: 116px;
}
.character_detail-container em {
  color: #ff3000;
}
.character_detail-container .media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 38px;
}
.character_detail-container .media-container .voice-icon {
  background: url(../img/character/icon_voice.png) 50% 50% no-repeat;
  width: 49px;
  height: 49px;
  margin-left: 10px;
}
.character_detail-container .media-container .voice-button.voice-01 {
  background: url(../img/character/btn_voice_01.png) no-repeat;
  width: 49px;
  height: 49px;
  z-index: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.character_detail-container .media-container .voice-button.voice-01:hover {
  opacity: 0.6;
}
.character_detail-container .media-container .voice-button.voice-02 {
  background: url(../img/character/btn_voice_02.png) no-repeat;
  width: 49px;
  height: 49px;
  z-index: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.character_detail-container .media-container .voice-button.voice-02:hover {
  opacity: 0.6;
}
.character_detail-container .media-container .voice-button.voice-03 {
  background: url(../img/character/btn_voice_03.png) no-repeat;
  width: 49px;
  height: 49px;
  z-index: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.character_detail-container .media-container .voice-button.voice-03:hover {
  opacity: 0.6;
}
.character_detail-container .media-container .voice-button.none {
  display: none;
}
.character_detail-movie, .character_detail-ss {
  max-height: 250px;
  border: 3px solid #fff;
}
.character_detail-movie.none, .character_detail-ss.none {
  border: initial;
}
.main_01 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_01.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_01 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_01.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_01 .character_detail-bg-paint.show {
  height: 597px;
}

.main_01 .character_detail-image {
  position: absolute;
  right: calc(16px - 50px);
  bottom: 44px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_01 .character_detail-image.show {
  opacity: 1;
  right: 16px;
}

.main_01 .clip .character_detail-image {
  right: calc(16px - 50px - 16px);
}
.main_01 .clip .character_detail-image.show {
  right: calc(16px - 16px);
}

.main_01 .character_detail-wards {
  position: absolute;
  right: calc(363px + 5px);
  bottom: calc(80px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_01 .character_detail-wards.show {
  opacity: 1;
  right: 363px;
  bottom: 80px;
}

.main_02 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_02.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_02 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_02.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_02 .character_detail-bg-paint.show {
  height: 597px;
}

.main_02 .character_detail-image {
  position: absolute;
  right: calc(72px - 50px);
  bottom: 50px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_02 .character_detail-image.show {
  opacity: 1;
  right: 72px;
}

.main_02 .clip .character_detail-image {
  right: calc(72px - 50px - 16px);
}
.main_02 .clip .character_detail-image.show {
  right: calc(72px - 16px);
}

.main_02 .character_detail-wards {
  position: absolute;
  right: calc(316px + 5px);
  bottom: calc(32px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_02 .character_detail-wards.show {
  opacity: 1;
  right: 316px;
  bottom: 32px;
}

.main_03 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_03.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_03 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_03.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_03 .character_detail-bg-paint.show {
  height: 597px;
}

.main_03 .character_detail-image {
  position: absolute;
  right: calc(80px - 50px);
  bottom: 74px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_03 .character_detail-image.show {
  opacity: 1;
  right: 80px;
}

.main_03 .clip .character_detail-image {
  right: calc(80px - 50px - 16px);
}
.main_03 .clip .character_detail-image.show {
  right: calc(80px - 16px);
}

.main_03 .character_detail-wards {
  position: absolute;
  right: calc(280px + 5px);
  bottom: calc(38px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_03 .character_detail-wards.show {
  opacity: 1;
  right: 280px;
  bottom: 38px;
}

.main_04 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_04.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_04 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_04.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_04 .character_detail-bg-paint.show {
  height: 597px;
}

.main_04 .character_detail-image {
  position: absolute;
  right: calc(48px - 50px);
  bottom: 34px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_04 .character_detail-image.show {
  opacity: 1;
  right: 48px;
}

.main_04 .clip .character_detail-image {
  right: calc(48px - 50px - 16px);
}
.main_04 .clip .character_detail-image.show {
  right: calc(48px - 16px);
}

.main_04 .character_detail-wards {
  position: absolute;
  right: calc(320px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_04 .character_detail-wards.show {
  opacity: 1;
  right: 320px;
  bottom: 46px;
}

.main_05 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_05.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_05 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_05.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_05 .character_detail-bg-paint.show {
  height: 597px;
}

.main_05 .character_detail-image {
  position: absolute;
  right: calc(110px - 50px);
  bottom: 54px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_05 .character_detail-image.show {
  opacity: 1;
  right: 110px;
}

.main_05 .clip .character_detail-image {
  right: calc(110px - 50px - 16px);
}
.main_05 .clip .character_detail-image.show {
  right: calc(110px - 16px);
}

.main_05 .character_detail-wards {
  position: absolute;
  right: calc(295px + 5px);
  bottom: calc(27px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_05 .character_detail-wards.show {
  opacity: 1;
  right: 295px;
  bottom: 27px;
}

.main_06 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_06.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_06 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_06.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_06 .character_detail-bg-paint.show {
  height: 597px;
}

.main_06 .character_detail-image {
  position: absolute;
  right: calc(28px - 50px);
  bottom: 64px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_06 .character_detail-image.show {
  opacity: 1;
  right: 28px;
}

.main_06 .clip .character_detail-image {
  right: calc(28px - 50px - 16px);
}
.main_06 .clip .character_detail-image.show {
  right: calc(28px - 16px);
}

.main_06 .character_detail-wards {
  position: absolute;
  right: calc(340px + 5px);
  bottom: calc(44px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_06 .character_detail-wards.show {
  opacity: 1;
  right: 340px;
  bottom: 44px;
}

.main_07 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_main_07.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.main_07 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_main_07.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.main_07 .character_detail-bg-paint.show {
  height: 597px;
}

.main_07 .character_detail-image {
  position: absolute;
  right: calc(14px - 50px);
  bottom: 34px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.main_07 .character_detail-image.show {
  opacity: 1;
  right: 14px;
}

.main_07 .clip .character_detail-image {
  right: calc(14px - 50px - 16px);
}
.main_07 .clip .character_detail-image.show {
  right: calc(14px - 16px);
}

.main_07 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.main_07 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.sub_01 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_sub_01.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.sub_01 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_sub_01.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.sub_01 .character_detail-bg-paint.show {
  height: 597px;
}

.sub_01 .character_detail-image {
  position: absolute;
  right: calc(0px - 50px);
  bottom: -16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.sub_01 .character_detail-image.show {
  opacity: 1;
  right: 0px;
}

.sub_01 .clip .character_detail-image {
  right: calc(0px - 50px - 16px);
}
.sub_01 .clip .character_detail-image.show {
  right: calc(0px - 16px);
}

.sub_01 .character_detail-wards {
  position: absolute;
  right: calc(363px + 5px);
  bottom: calc(80px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.sub_01 .character_detail-wards.show {
  opacity: 1;
  right: 363px;
  bottom: 80px;
}

.sub_02 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_sub_02.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.sub_02 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_sub_02.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.sub_02 .character_detail-bg-paint.show {
  height: 597px;
}

.sub_02 .character_detail-image {
  position: absolute;
  right: calc(100px - 50px);
  bottom: -108px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.sub_02 .character_detail-image.show {
  opacity: 1;
  right: 100px;
}

.sub_02 .clip .character_detail-image {
  right: calc(100px - 50px - 16px);
}
.sub_02 .clip .character_detail-image.show {
  right: calc(100px - 16px);
}

.sub_02 .character_detail-wards {
  position: absolute;
  right: calc(316px + 5px);
  bottom: calc(32px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.sub_02 .character_detail-wards.show {
  opacity: 1;
  right: 316px;
  bottom: 32px;
}

.sub_03 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_sub_03.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 414px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.sub_03 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_sub_03.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.sub_03 .character_detail-bg-paint.show {
  height: 597px;
}

.sub_03 .character_detail-image {
  position: absolute;
  right: calc(36px - 50px);
  bottom: -140px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.sub_03 .character_detail-image.show {
  opacity: 1;
  right: 36px;
}

.sub_03 .clip .character_detail-image {
  right: calc(36px - 50px - 16px);
}
.sub_03 .clip .character_detail-image.show {
  right: calc(36px - 16px);
}

.sub_03 .character_detail-wards {
  position: absolute;
  right: calc(280px + 5px);
  bottom: calc(38px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.sub_03 .character_detail-wards.show {
  opacity: 1;
  right: 280px;
  bottom: 38px;
}

.generic_01 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_01.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_01 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_01.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_01 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_01 .character_detail-image {
  position: absolute;
  right: calc(100px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_01 .character_detail-image.show {
  opacity: 1;
  right: 100px;
}

.generic_01 .clip .character_detail-image {
  right: calc(100px - 50px - 16px);
}
.generic_01 .clip .character_detail-image.show {
  right: calc(100px - 16px);
}

.generic_01 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_01 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_01 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_02 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_02.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_02 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_02.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_02 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_02 .character_detail-image {
  position: absolute;
  right: calc(114px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_02 .character_detail-image.show {
  opacity: 1;
  right: 114px;
}

.generic_02 .clip .character_detail-image {
  right: calc(114px - 50px - 16px);
}
.generic_02 .clip .character_detail-image.show {
  right: calc(114px - 16px);
}

.generic_02 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_02 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_02 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_03 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_03.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_03 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_03.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_03 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_03 .character_detail-image {
  position: absolute;
  right: calc(-50px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_03 .character_detail-image.show {
  opacity: 1;
  right: -50px;
}

.generic_03 .clip .character_detail-image {
  right: calc(-50px - 50px - 16px);
}
.generic_03 .clip .character_detail-image.show {
  right: calc(-50px - 16px);
}

.generic_03 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_03 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_03 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_04 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_04.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_04 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_04.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_04 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_04 .character_detail-image {
  position: absolute;
  right: calc(114px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_04 .character_detail-image.show {
  opacity: 1;
  right: 114px;
}

.generic_04 .clip .character_detail-image {
  right: calc(114px - 50px - 16px);
}
.generic_04 .clip .character_detail-image.show {
  right: calc(114px - 16px);
}

.generic_04 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_04 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_04 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_05 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_05.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_05 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_05.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_05 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_05 .character_detail-image {
  position: absolute;
  right: calc(60px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_05 .character_detail-image.show {
  opacity: 1;
  right: 60px;
}

.generic_05 .clip .character_detail-image {
  right: calc(60px - 50px - 16px);
}
.generic_05 .clip .character_detail-image.show {
  right: calc(60px - 16px);
}

.generic_05 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_05 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_05 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_06 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_06.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_06 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_06.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_06 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_06 .character_detail-image {
  position: absolute;
  right: calc(94px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_06 .character_detail-image.show {
  opacity: 1;
  right: 94px;
}

.generic_06 .clip .character_detail-image {
  right: calc(94px - 50px - 16px);
}
.generic_06 .clip .character_detail-image.show {
  right: calc(94px - 16px);
}

.generic_06 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_06 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_06 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_07 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_07.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_07 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_07.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_07 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_07 .character_detail-image {
  position: absolute;
  right: calc(46px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_07 .character_detail-image.show {
  opacity: 1;
  right: 46px;
}

.generic_07 .clip .character_detail-image {
  right: calc(46px - 50px - 16px);
}
.generic_07 .clip .character_detail-image.show {
  right: calc(46px - 16px);
}

.generic_07 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_07 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_07 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_08 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_08.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_08 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_08.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_08 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_08 .character_detail-image {
  position: absolute;
  right: calc(84px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_08 .character_detail-image.show {
  opacity: 1;
  right: 84px;
}

.generic_08 .clip .character_detail-image {
  right: calc(84px - 50px - 16px);
}
.generic_08 .clip .character_detail-image.show {
  right: calc(84px - 16px);
}

.generic_08 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_08 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_08 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_09 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_09.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_09 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_09.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_09 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_09 .character_detail-image {
  position: absolute;
  right: calc(66px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_09 .character_detail-image.show {
  opacity: 1;
  right: 66px;
}

.generic_09 .clip .character_detail-image {
  right: calc(66px - 50px - 16px);
}
.generic_09 .clip .character_detail-image.show {
  right: calc(66px - 16px);
}

.generic_09 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_09 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_09 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_10 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_10.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_10 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_10.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_10 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_10 .character_detail-image {
  position: absolute;
  right: calc(80px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_10 .character_detail-image.show {
  opacity: 1;
  right: 80px;
}

.generic_10 .clip .character_detail-image {
  right: calc(80px - 50px - 16px);
}
.generic_10 .clip .character_detail-image.show {
  right: calc(80px - 16px);
}

.generic_10 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_10 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_10 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_11 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_11.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_11 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_11.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_11 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_11 .character_detail-image {
  position: absolute;
  right: calc(108px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_11 .character_detail-image.show {
  opacity: 1;
  right: 108px;
}

.generic_11 .clip .character_detail-image {
  right: calc(108px - 50px - 16px);
}
.generic_11 .clip .character_detail-image.show {
  right: calc(108px - 16px);
}

.generic_11 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_11 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_11 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_12 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_12.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_12 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_12.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_12 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_12 .character_detail-image {
  position: absolute;
  right: calc(114px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_12 .character_detail-image.show {
  opacity: 1;
  right: 114px;
}

.generic_12 .clip .character_detail-image {
  right: calc(114px - 50px - 16px);
}
.generic_12 .clip .character_detail-image.show {
  right: calc(114px - 16px);
}

.generic_12 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_12 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_12 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_13 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_13.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_13 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_13.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_13 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_13 .character_detail-image {
  position: absolute;
  right: calc(45.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_13 .character_detail-image.show {
  opacity: 1;
  right: 45.5px;
}

.generic_13 .clip .character_detail-image {
  right: calc(45.5px - 50px - 16px);
}
.generic_13 .clip .character_detail-image.show {
  right: calc(45.5px - 16px);
}

.generic_13 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_13 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_13 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_14 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_14.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_14 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_14.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_14 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_14 .character_detail-image {
  position: absolute;
  right: calc(22px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_14 .character_detail-image.show {
  opacity: 1;
  right: 22px;
}

.generic_14 .clip .character_detail-image {
  right: calc(22px - 50px - 16px);
}
.generic_14 .clip .character_detail-image.show {
  right: calc(22px - 16px);
}

.generic_14 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_14 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_14 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_15 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_15.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_15 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_15.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_15 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_15 .character_detail-image {
  position: absolute;
  right: calc(50px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_15 .character_detail-image.show {
  opacity: 1;
  right: 50px;
}

.generic_15 .clip .character_detail-image {
  right: calc(50px - 50px - 16px);
}
.generic_15 .clip .character_detail-image.show {
  right: calc(50px - 16px);
}

.generic_15 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_15 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_15 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_16 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_16.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_16 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_16.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_16 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_16 .character_detail-image {
  position: absolute;
  right: calc(77.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_16 .character_detail-image.show {
  opacity: 1;
  right: 77.5px;
}

.generic_16 .clip .character_detail-image {
  right: calc(77.5px - 50px - 16px);
}
.generic_16 .clip .character_detail-image.show {
  right: calc(77.5px - 16px);
}

.generic_16 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_16 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_16 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_17 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_17.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_17 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_17.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_17 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_17 .character_detail-image {
  position: absolute;
  right: calc(45px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_17 .character_detail-image.show {
  opacity: 1;
  right: 45px;
}

.generic_17 .clip .character_detail-image {
  right: calc(45px - 50px - 16px);
}
.generic_17 .clip .character_detail-image.show {
  right: calc(45px - 16px);
}

.generic_17 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_17 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_17 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_18 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_18.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_18 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_18.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_18 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_18 .character_detail-image {
  position: absolute;
  right: calc(-75px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_18 .character_detail-image.show {
  opacity: 1;
  right: -75px;
}

.generic_18 .clip .character_detail-image {
  right: calc(-75px - 50px - 16px);
}
.generic_18 .clip .character_detail-image.show {
  right: calc(-75px - 16px);
}

.generic_18 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_18 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_18 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_19 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_19.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_19 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_19.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_19 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_19 .character_detail-image {
  position: absolute;
  right: calc(28px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_19 .character_detail-image.show {
  opacity: 1;
  right: 28px;
}

.generic_19 .clip .character_detail-image {
  right: calc(28px - 50px - 16px);
}
.generic_19 .clip .character_detail-image.show {
  right: calc(28px - 16px);
}

.generic_19 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_19 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_19 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_20 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_20.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_20 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_20.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_20 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_20 .character_detail-image {
  position: absolute;
  right: calc(59.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_20 .character_detail-image.show {
  opacity: 1;
  right: 59.5px;
}

.generic_20 .clip .character_detail-image {
  right: calc(59.5px - 50px - 16px);
}
.generic_20 .clip .character_detail-image.show {
  right: calc(59.5px - 16px);
}

.generic_20 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_20 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_20 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_21 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_21.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_21 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_21.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_21 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_21 .character_detail-image {
  position: absolute;
  right: calc(28.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_21 .character_detail-image.show {
  opacity: 1;
  right: 28.5px;
}

.generic_21 .clip .character_detail-image {
  right: calc(28.5px - 50px - 16px);
}
.generic_21 .clip .character_detail-image.show {
  right: calc(28.5px - 16px);
}

.generic_21 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_21 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_21 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_22 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_22.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_22 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_22.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_22 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_22 .character_detail-image {
  position: absolute;
  right: calc(19.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_22 .character_detail-image.show {
  opacity: 1;
  right: 19.5px;
}

.generic_22 .clip .character_detail-image {
  right: calc(19.5px - 50px - 16px);
}
.generic_22 .clip .character_detail-image.show {
  right: calc(19.5px - 16px);
}

.generic_22 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_22 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_22 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_23 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_23.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_23 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_23.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_23 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_23 .character_detail-image {
  position: absolute;
  right: calc(-84.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_23 .character_detail-image.show {
  opacity: 1;
  right: -84.5px;
}

.generic_23 .clip .character_detail-image {
  right: calc(-84.5px - 50px - 16px);
}
.generic_23 .clip .character_detail-image.show {
  right: calc(-84.5px - 16px);
}

.generic_23 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_23 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_23 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_24 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_24.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_24 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_24.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_24 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_24 .character_detail-image {
  position: absolute;
  right: calc(96.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_24 .character_detail-image.show {
  opacity: 1;
  right: 96.5px;
}

.generic_24 .clip .character_detail-image {
  right: calc(96.5px - 50px - 16px);
}
.generic_24 .clip .character_detail-image.show {
  right: calc(96.5px - 16px);
}

.generic_24 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_24 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_24 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_25 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_25.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_25 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_25.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_25 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_25 .character_detail-image {
  position: absolute;
  right: calc(101px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_25 .character_detail-image.show {
  opacity: 1;
  right: 101px;
}

.generic_25 .clip .character_detail-image {
  right: calc(101px - 50px - 16px);
}
.generic_25 .clip .character_detail-image.show {
  right: calc(101px - 16px);
}

.generic_25 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_25 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_25 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_26 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_26.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_26 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_26.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_26 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_26 .character_detail-image {
  position: absolute;
  right: calc(77px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_26 .character_detail-image.show {
  opacity: 1;
  right: 77px;
}

.generic_26 .clip .character_detail-image {
  right: calc(77px - 50px - 16px);
}
.generic_26 .clip .character_detail-image.show {
  right: calc(77px - 16px);
}

.generic_26 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_26 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_26 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_27 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_27.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_27 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_27.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_27 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_27 .character_detail-image {
  position: absolute;
  right: calc(59px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_27 .character_detail-image.show {
  opacity: 1;
  right: 59px;
}

.generic_27 .clip .character_detail-image {
  right: calc(59px - 50px - 16px);
}
.generic_27 .clip .character_detail-image.show {
  right: calc(59px - 16px);
}

.generic_27 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_27 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_27 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_28 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_28.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_28 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_28.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_28 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_28 .character_detail-image {
  position: absolute;
  right: calc(49px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_28 .character_detail-image.show {
  opacity: 1;
  right: 49px;
}

.generic_28 .clip .character_detail-image {
  right: calc(49px - 50px - 16px);
}
.generic_28 .clip .character_detail-image.show {
  right: calc(49px - 16px);
}

.generic_28 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_28 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_28 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_29 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_29.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_29 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_29.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_29 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_29 .character_detail-image {
  position: absolute;
  right: calc(88px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_29 .character_detail-image.show {
  opacity: 1;
  right: 88px;
}

.generic_29 .clip .character_detail-image {
  right: calc(88px - 50px - 16px);
}
.generic_29 .clip .character_detail-image.show {
  right: calc(88px - 16px);
}

.generic_29 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_29 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_29 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_30 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_30.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_30 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_30.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_30 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_30 .character_detail-image {
  position: absolute;
  right: calc(68.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_30 .character_detail-image.show {
  opacity: 1;
  right: 68.5px;
}

.generic_30 .clip .character_detail-image {
  right: calc(68.5px - 50px - 16px);
}
.generic_30 .clip .character_detail-image.show {
  right: calc(68.5px - 16px);
}

.generic_30 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_30 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_30 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_31 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_31.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_31 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_31.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_31 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_31 .character_detail-image {
  position: absolute;
  right: calc(80px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_31 .character_detail-image.show {
  opacity: 1;
  right: 80px;
}

.generic_31 .clip .character_detail-image {
  right: calc(80px - 50px - 16px);
}
.generic_31 .clip .character_detail-image.show {
  right: calc(80px - 16px);
}

.generic_31 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_31 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_31 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_32 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_32.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_32 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_32.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_32 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_32 .character_detail-image {
  position: absolute;
  right: calc(96.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_32 .character_detail-image.show {
  opacity: 1;
  right: 96.5px;
}

.generic_32 .clip .character_detail-image {
  right: calc(96.5px - 50px - 16px);
}
.generic_32 .clip .character_detail-image.show {
  right: calc(96.5px - 16px);
}

.generic_32 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_32 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_32 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_33 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_33.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_33 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_33.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_33 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_33 .character_detail-image {
  position: absolute;
  right: calc(52.5px - 50px);
  bottom: 64px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_33 .character_detail-image.show {
  opacity: 1;
  right: 52.5px;
}

.generic_33 .clip .character_detail-image {
  right: calc(52.5px - 50px - 16px);
}
.generic_33 .clip .character_detail-image.show {
  right: calc(52.5px - 16px);
}

.generic_33 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_33 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_33 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_34 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_34.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_34 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_34.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_34 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_34 .character_detail-image {
  position: absolute;
  right: calc(74.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_34 .character_detail-image.show {
  opacity: 1;
  right: 74.5px;
}

.generic_34 .clip .character_detail-image {
  right: calc(74.5px - 50px - 16px);
}
.generic_34 .clip .character_detail-image.show {
  right: calc(74.5px - 16px);
}

.generic_34 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_34 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_34 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_35 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_35.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_35 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_35.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_35 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_35 .character_detail-image {
  position: absolute;
  right: calc(73.5px - 50px);
  bottom: 28px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_35 .character_detail-image.show {
  opacity: 1;
  right: 73.5px;
}

.generic_35 .clip .character_detail-image {
  right: calc(73.5px - 50px - 16px);
}
.generic_35 .clip .character_detail-image.show {
  right: calc(73.5px - 16px);
}

.generic_35 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_35 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_35 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_36 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_36.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_36 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_36.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_36 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_36 .character_detail-image {
  position: absolute;
  right: calc(121px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_36 .character_detail-image.show {
  opacity: 1;
  right: 121px;
}

.generic_36 .clip .character_detail-image {
  right: calc(121px - 50px - 16px);
}
.generic_36 .clip .character_detail-image.show {
  right: calc(121px - 16px);
}

.generic_36 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_36 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_36 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_37 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_37.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_37 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_37.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_37 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_37 .character_detail-image {
  position: absolute;
  right: calc(-42px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_37 .character_detail-image.show {
  opacity: 1;
  right: -42px;
}

.generic_37 .clip .character_detail-image {
  right: calc(-42px - 50px - 16px);
}
.generic_37 .clip .character_detail-image.show {
  right: calc(-42px - 16px);
}

.generic_37 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_37 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_37 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_38 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_38.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_38 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_38.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_38 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_38 .character_detail-image {
  position: absolute;
  right: calc(-57.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_38 .character_detail-image.show {
  opacity: 1;
  right: -57.5px;
}

.generic_38 .clip .character_detail-image {
  right: calc(-57.5px - 50px - 16px);
}
.generic_38 .clip .character_detail-image.show {
  right: calc(-57.5px - 16px);
}

.generic_38 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_38 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_38 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_39 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_39.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_39 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_39.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_39 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_39 .character_detail-image {
  position: absolute;
  right: calc(98px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_39 .character_detail-image.show {
  opacity: 1;
  right: 98px;
}

.generic_39 .clip .character_detail-image {
  right: calc(98px - 50px - 16px);
}
.generic_39 .clip .character_detail-image.show {
  right: calc(98px - 16px);
}

.generic_39 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_39 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_39 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_40 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_40.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_40 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_40.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_40 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_40 .character_detail-image {
  position: absolute;
  right: calc(54.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_40 .character_detail-image.show {
  opacity: 1;
  right: 54.5px;
}

.generic_40 .clip .character_detail-image {
  right: calc(54.5px - 50px - 16px);
}
.generic_40 .clip .character_detail-image.show {
  right: calc(54.5px - 16px);
}

.generic_40 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_40 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_40 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_41 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_41.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_41 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_41.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_41 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_41 .character_detail-image {
  position: absolute;
  right: calc(65.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_41 .character_detail-image.show {
  opacity: 1;
  right: 65.5px;
}

.generic_41 .clip .character_detail-image {
  right: calc(65.5px - 50px - 16px);
}
.generic_41 .clip .character_detail-image.show {
  right: calc(65.5px - 16px);
}

.generic_41 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_41 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_41 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_42 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_42.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_42 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_42.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_42 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_42 .character_detail-image {
  position: absolute;
  right: calc(97.5px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_42 .character_detail-image.show {
  opacity: 1;
  right: 97.5px;
}

.generic_42 .clip .character_detail-image {
  right: calc(97.5px - 50px - 16px);
}
.generic_42 .clip .character_detail-image.show {
  right: calc(97.5px - 16px);
}

.generic_42 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_42 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_42 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_43 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_43.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_43 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_43.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_43 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_43 .character_detail-image {
  position: absolute;
  right: calc(103px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_43 .character_detail-image.show {
  opacity: 1;
  right: 103px;
}

.generic_43 .clip .character_detail-image {
  right: calc(103px - 50px - 16px);
}
.generic_43 .clip .character_detail-image.show {
  right: calc(103px - 16px);
}

.generic_43 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_43 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_43 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_44 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_44.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_44 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_44.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_44 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_44 .character_detail-image {
  position: absolute;
  right: calc(47px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_44 .character_detail-image.show {
  opacity: 1;
  right: 47px;
}

.generic_44 .clip .character_detail-image {
  right: calc(47px - 50px - 16px);
}
.generic_44 .clip .character_detail-image.show {
  right: calc(47px - 16px);
}

.generic_44 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_44 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_44 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.generic_45 .character_detail-bg-cutin {
  background: url(../img/character/popup_bg_generic_45.png) no-repeat;
  background-position: center bottom;
  width: 187px;
  height: 603px;
  position: absolute;
  right: 396px;
  bottom: 15px;
  mix-blend-mode: luminosity;
}
.generic_45 .character_detail-bg-paint {
  background: url(../img/character/popup_bg_paint_generic_45.png) no-repeat;
  background-position: center bottom;
  width: 501px;
  height: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
  transition: height 0.05s, opacity 0.05s, right 0.05s, bottom 0.05s;
}
.generic_45 .character_detail-bg-paint.show {
  height: 597px;
}

.generic_45 .character_detail-image {
  position: absolute;
  right: calc(77px - 50px);
  bottom: 84px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
}
.generic_45 .character_detail-image.show {
  opacity: 1;
  right: 77px;
}

.generic_45 .clip .character_detail-image {
  right: calc(77px - 50px - 16px);
}
.generic_45 .clip .character_detail-image.show {
  right: calc(77px - 16px);
}

.generic_45 .character_detail-wards {
  position: absolute;
  right: calc(338px + 5px);
  bottom: calc(46px + 50px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s, right 0.5s, bottom 0.5s;
  transition: opacity 0.5s, right 0.5s, bottom 0.5s;
}
.generic_45 .character_detail-wards.show {
  opacity: 1;
  right: 338px;
  bottom: 46px;
}

.generic_45 .character_detail-bg-cutin {
  mix-blend-mode: initial;
}

.character_detail-container .clip {
  height: 100%;
  position: relative;
  right: 16px;
  bottom: 16px;
  overflow: hidden;
}
.character_detail-wrapper.sub_03 .character_detail-container.image {
  width: 48%;
}
.character_detail-wrapper.generic_23 .character_detail-container.image {
  width: 46%;
}

.sns-wrapper.character {
  height: 57px;
}

/* --------------------------------------------------------------------------------
 システム - 全般
-------------------------------------------------------------------------------- */
.article-system section {
  margin-top: 100px;
}
.article-system section:first-child {
  margin-top: 0;
}
.article-system p {
  font-family: "Zen Antique", serif;
  font-size: 33px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 42px;
  margin: 20px auto;
  position: relative;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  top: 30px;
}
.article-system p.visible {
  -webkit-transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, top 1s;
  transition: filter 1s, opacity 1s, top 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  top: 0px;
}
.article-system .text-wrapper {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.45);
  margin: 50px auto;
}
.article-system .text-container {
  max-width: 960px;
}
.article-system .image-container p {
  font-size: 24px;
  line-height: 33px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  top: 0px;
}
.article-system .system-frame {
  background: url(../img/product/frame_bg_repeat.jpg);
  max-width: 1060px;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
}
.article-system .system-frame:last-child {
  margin-bottom: 0;
}
.article-system .system-frame:before {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.article-system .system-frame::after {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.article-system .system-frame-caption {
  font-family: "Zen Antique", serif;
  font-size: 40px;
  color: #ffbb29;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 50px;
  margin: 0 auto 20px;
  position: relative;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  left: 30px;
}
.article-system .system-frame-caption.visible {
  -webkit-transition: opacity 1s, left 1s, -webkit-filter 1s;
  transition: opacity 1s, left 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, left 1s;
  transition: filter 1s, opacity 1s, left 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  left: 0px;
}
.article-system .system-frame-caption small {
  font-size: 0.6em;
}
.article-system .system-frame section {
  margin-top: 50px;
}
.article-system .system-frame section:first-child {
  margin-top: 0;
}
.article-system .system-frame p:first-child {
  margin-top: 0;
}
.article-system .system-frame .image-container .image {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------
 システム - 新システム
-------------------------------------------------------------------------------- */
.article-system .system-new section {
  margin-top: 60px;
}
.article-system .system-new .section-01 .caption-wrapper .caption-sub {
  left: calc(-45% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-new .section-01 .caption-wrapper.visible .caption-sub {
  left: -45%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-new .section-01 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-new .section-01 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-new .section-01 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-new .section-02 .caption-wrapper .caption-sub {
  left: calc(-72% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-new .section-02 .caption-wrapper.visible .caption-sub {
  left: -72%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-new .section-02 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-new .section-02 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-new .section-02 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-new .section-03 .caption-wrapper .caption-sub {
  left: calc(-32% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-new .section-03 .caption-wrapper.visible .caption-sub {
  left: -32%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-new .section-03 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-new .section-03 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-new .section-03 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-new .section-04 .caption-wrapper .caption-sub {
  left: calc(-70% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-new .section-04 .caption-wrapper.visible .caption-sub {
  left: -70%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-new .section-04 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-new .section-04 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-new .section-04 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-new .sub-nav {
  position: relative;
  -webkit-transition: opacity 0.5s, left 0.5s;
  transition: opacity 0.5s, left 0.5s;
  opacity: 0;
  left: 100px;
}
.article-system .system-new .sub-nav.visible {
  opacity: 1;
  left: 0px;
}
.article-system .system-new .sub-nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article-system .system-new .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.article-system .system-new .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-new .section-01 .caption-wrapper.visible .caption-sub {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.article-system .system-new .section-01 .image-container.visible img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.article-system .system-new .section-01 p.visible {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.article-system .system-new .section-01 .sub-nav.visible {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/* --------------------------------------------------------------------------------
 システム - 戦闘システム - 弩デカ魔ックス
-------------------------------------------------------------------------------- */
.article-system .system-battle-max .section-01 .image-wrapper {
  position: relative;
}
.article-system .system-battle-max .section-01 .image-wrapper .image-container:first-child {
  width: 100%;
  max-width: 864px;
  margin: 20px auto;
}
.article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(2) .overlay-text {
  left: calc(-25% + 10px);
  top: calc(-18% + 50px);
}
@media only screen and (max-width: 1280px) {
  .article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(2) .overlay-text {
    left: 0;
  }
}
.article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(2).visible .overlay-text {
  left: -25%;
  top: -18%;
}
@media only screen and (max-width: 1280px) {
  .article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(2).visible .overlay-text {
    left: 0;
  }
}
.article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(3) .overlay-text {
  left: calc(4% + -10px);
  bottom: calc(-19% + 50px);
}
@media only screen and (max-width: 1060px) {
  .article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(3) .overlay-text {
    left: 0;
  }
}
.article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(3).visible .overlay-text {
  left: 4%;
  bottom: -19%;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-battle-max .section-01 .image-wrapper .image-container:nth-child(3).visible .overlay-text {
    left: 0;
  }
}
.article-system .system-battle-max .section-01 .image-wrapper .arrow-01 {
  pointer-events: none;
  position: absolute;
  left: calc((100% - 45.5px) * 430 / 1060);
  top: calc((100% - 46px) * 510 / 842);
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
.article-system .system-battle-max .section-01 .image-wrapper .arrow-01.visible {
  opacity: 1;
}
.article-system .system-battle-max .section-01 .image-wrapper .arrow-02 {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 55px);
  bottom: calc((100% - 41.5px) * 128 / 842);
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
.article-system .system-battle-max .section-01 .image-wrapper .arrow-02.visible {
  opacity: 1;
}
.article-system .system-battle-max .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-battle-max .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-battle-max .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-battle-max .section-01 .image-container.visible:first-child img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.article-system .system-battle-max .section-02 {
  margin-top: 130px;
}
.article-system .system-battle-max .section-04 {
  margin-top: 80px;
}

/* --------------------------------------------------------------------------------
 システム - 戦闘システム - 必殺技
-------------------------------------------------------------------------------- */
.article-system .system-battle-skill .section-01 .image-container:first-child {
  margin-left: 27%;
  margin-right: 27%;
}
.article-system .system-battle-skill .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-battle-skill .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-battle-skill .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-battle-skill .section-01 .image-container.visible:nth-child(1) img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.article-system .system-battle-skill .section-01 .image-container.visible:nth-child(2) img,
.article-system .system-battle-skill .section-01 .image-container.visible:nth-child(3) img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* --------------------------------------------------------------------------------
 システム - 戦闘システム - AI戦闘
-------------------------------------------------------------------------------- */
.article-system .system-battle-ai .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-battle-ai .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-battle-ai .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-battle-ai .section-01 .image-container.visible:nth-child(1) img,
.article-system .system-battle-ai .section-01 .image-container.visible:nth-child(2) img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

/* --------------------------------------------------------------------------------
 システム - 戦闘システム - ランクバトル
-------------------------------------------------------------------------------- */
.article-system .system-battle-rank .system-frame p {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.article-system .system-battle-rank .section-03 .image-wrapper {
  position: relative;
}
.article-system .system-battle-rank .section-03 .image-container:first-child {
  margin-left: 27%;
  margin-right: 27%;
}
.article-system .system-battle-rank .section-03 .arrow-01 {
  pointer-events: none;
  position: absolute;
  left: 14%;
  top: 33%;
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
.article-system .system-battle-rank .section-03 .arrow-01.visible {
  opacity: 1;
}
.article-system .system-battle-rank .section-03 .arrow-02 {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 55px);
  bottom: 28%;
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
.article-system .system-battle-rank .section-03 .arrow-02.visible {
  opacity: 1;
}
.article-system .system-battle-rank .section-04 .image-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-system .system-battle-rank .section-05 .image-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-system .system-battle-rank .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-battle-rank .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-battle-rank .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-battle-rank .section-01 .image-container.visible img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

/* --------------------------------------------------------------------------------
 システム - 戦闘システム - 神討モード
-------------------------------------------------------------------------------- */
.article-system .system-battle-revenge .section-01 .caption.line-2 {
  max-height: 193px;
}
.article-system .system-battle-revenge .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-battle-revenge .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-battle-revenge .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.weapon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/system/battle/revenge_bg.png) no-repeat;
  width: 1093px;
  height: 629px;
  position: relative;
  margin: 20px auto 0;
}
.weapon-container {
  position: relative;
  width: 50%;
}
.weapon-container p {
  font-family: "Zen Antique", serif;
  font-size: 21px;
  color: #000;
  text-shadow: -2px -2px 2px #fff, 0px -2px 2px #fff, 2px -2px 2px #fff, -2px 0 2px #fff, 0px 0 2px #fff, 2px 0 2px #fff, -2px 2px 2px #fff, 0px 2px 2px #fff, 2px 2px 2px #fff;
  line-height: 23px;
  -webkit-filter: none;
          filter: none;
  padding-right: 50px;
  margin-top: 0;
  top: 0;
  -webkit-transition: opacity 0.5s, left 0.5s;
  transition: opacity 0.5s, left 0.5s;
  opacity: 0;
  left: 50px;
}
.visible .weapon-container p {
  opacity: 1;
  left: 0px;
}

.weapon-container em {
  color: #ff3000;
}
.weapon-container .media-container {
  position: absolute;
  left: calc((100% - 473px - 50px) / 2);
  bottom: 46px;
}
.weapon-container .media-container .movie,
.weapon-container .media-container .ss {
  max-width: 473px;
  border: 3px solid #fff;
  -webkit-transition: opacity 0.5s, left 0.5s;
  transition: opacity 0.5s, left 0.5s;
  opacity: 0;
  left: -50px;
}
.visible .weapon-container .media-container .movie,
.visible .weapon-container .media-container .ss {
  opacity: 1;
  left: 0px;
}

.weapon-caption {
  display: block;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
.weapon-caption-wrapper {
  display: inline-block;
  position: relative;
  left: calc((100% - 436px) / 2);
  margin-top: 40px;
  margin-bottom: 10px;
}
.weapon-caption-container {
  display: inline-block;
  position: relative;
}
.visible .weapon-caption {
  opacity: 1;
  top: 0px;
}

.weapon-caption-bg-wrapper {
  position: absolute;
  width: 436px;
  height: 30px;
  margin: 0 auto;
  left: calc((100% - 436px) / 2);
  bottom: 4px;
}
.weapon-caption-bg-container {
  background: url(../img/system/battle/revenge_weapon_cap_bg.png) 0 0 no-repeat;
  width: 0px;
  height: 30px;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  will-change: width;
}
.visible .weapon-caption-bg-container {
  width: 436px;
}

@-webkit-keyframes anime-weapon {
  0% {
    opacity: 0;
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
  25% {
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
}

@keyframes anime-weapon {
  0% {
    opacity: 0;
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
  25% {
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
}
.weapon-01 .weapon-bg-paint {
  background: url(../img/system/battle/revenge_weapon_01_bg_paint.png) no-repeat;
  background-position: center bottom;
  width: 760px;
  height: 0px;
  position: absolute;
  left: 19px;
  bottom: 16px;
  -webkit-transition: height 0.05s;
  transition: height 0.05s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.weapon-01.visible .weapon-bg-paint {
  height: 597px;
}

.weapon-01 .weapon-character {
  position: absolute;
  right: calc(-20px + 50px);
  bottom: calc(20px + 16px);
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.weapon-01.visible .weapon-character {
  right: calc(-20px);
  opacity: 1;
}

.weapon-01 .weapon-image {
  position: absolute;
  left: calc(10px + 16px + 50px);
  bottom: calc(20px + 16px);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  opacity: 0;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.weapon-01.visible .weapon-image {
  left: calc(10px + 16px);
  -webkit-animation: anime-weapon 1s forwards;
          animation: anime-weapon 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.weapon-02 .weapon-bg-paint {
  background: url(../img/system/battle/revenge_weapon_02_bg_paint.png) no-repeat;
  background-position: center bottom;
  width: 760px;
  height: 0px;
  position: absolute;
  left: 19px;
  bottom: 16px;
  -webkit-transition: height 0.05s;
  transition: height 0.05s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.weapon-02.visible .weapon-bg-paint {
  height: 597px;
}

.weapon-02 .weapon-character {
  position: absolute;
  right: calc(0px + 50px);
  bottom: calc(20px + 16px);
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.weapon-02.visible .weapon-character {
  right: calc(0px);
  opacity: 1;
}

.weapon-02 .weapon-image {
  position: absolute;
  left: calc(10px + 16px + 50px);
  bottom: calc(20px + 16px);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  opacity: 0;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.weapon-02.visible .weapon-image {
  left: calc(10px + 16px);
  -webkit-animation: anime-weapon 1s forwards;
          animation: anime-weapon 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.weapon-caption {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.weapon-caption-bg-container {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.weapon-container p {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.weapon-container .media-container .movie,
.weapon-container .media-container .ss {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.weapon-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* --------------------------------------------------------------------------------
 システム - 育成システム - キャラクター育成
-------------------------------------------------------------------------------- */
.article-system .system-training-character_training .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-training-character_training .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-training-character_training .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-training-character_training .section-01 .image-container.visible img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

/* --------------------------------------------------------------------------------
 システム - 育成システム - 転生システム
-------------------------------------------------------------------------------- */
.article-system .system-training-reincarnation .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-training-reincarnation .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-training-reincarnation .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-training-reincarnation .section-01 .image-container.visible img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.article-system .system-training-reincarnation .section-01 .image-container.visible p {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.article-system .system-training-reincarnation .image-wrapper {
  position: relative;
}
.article-system .system-training-reincarnation .image-wrapper .arrow-01 {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 38px - 10px - 41.5px);
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
.article-system .system-training-reincarnation .image-wrapper .arrow-01.visible {
  opacity: 1;
}

/* --------------------------------------------------------------------------------
 システム - 育成システム - アイテム転生
-------------------------------------------------------------------------------- */
.article-system .system-training-item_reincarnation .image-wrapper {
  position: relative;
}
.article-system .system-training-item_reincarnation .image-wrapper .arrow-01 {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 38px - 10px - 41.5px);
  -webkit-transition: opacity 0.25s ease 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
.article-system .system-training-item_reincarnation .image-wrapper .arrow-01.visible {
  opacity: 1;
}
.article-system .system-training-item_reincarnation .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-training-item_reincarnation .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-training-item_reincarnation .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-training-item_reincarnation .section-01 .image-wrapper .image-container.visible img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.article-system .system-training-item_reincarnation .section-01 .image-wrapper .image-container.visible p {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.article-system .system-training-item_reincarnation .section-01 .image-wrapper .arrow-01.visible {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

/* --------------------------------------------------------------------------------
 システム - 育成システム - キャラクターの特徴
-------------------------------------------------------------------------------- */
.article-system .system-training-character_traits .section-01 .caption-wrapper.visible .caption {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.article-system .system-training-character_traits .section-01 .caption-wrapper.visible .caption-bg-container {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.article-system .system-training-character_traits .section-01 .image-container.visible img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.article-system .system-training-character_traits .section-01 .image-container.visible p {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* --------------------------------------------------------------------------------
 システム - 育成システム - 魔界観光
-------------------------------------------------------------------------------- */
.article-system .system-training-sightseeing section {
  margin-top: 100px;
}
.article-system .system-training-sightseeing .section-01 .caption-wrapper .caption-sub {
  left: calc(-70% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-training-sightseeing .section-01 .caption-wrapper.visible .caption-sub {
  left: -70%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-01 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-01 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-01 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-02 {
  margin-top: 130px;
}
.article-system .system-training-sightseeing .section-02 .caption-wrapper .caption-sub {
  left: calc(-90% + 10px);
  top: calc(-106px + 50px);
}
.article-system .system-training-sightseeing .section-02 .caption-wrapper.visible .caption-sub {
  left: -90%;
  top: -106px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-02 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-02 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-02 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-03 {
  margin-top: 130px;
}
.article-system .system-training-sightseeing .section-03 .caption-wrapper .caption-sub {
  left: calc(-28% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-training-sightseeing .section-03 .caption-wrapper.visible .caption-sub {
  left: -28%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-03 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-03 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-03 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-04 {
  margin-top: 180px;
}
.article-system .system-training-sightseeing .section-04 .caption-wrapper .caption-sub {
  left: calc(-70% + 10px);
  top: calc(-112px + 50px);
}
.article-system .system-training-sightseeing .section-04 .caption-wrapper.visible .caption-sub {
  left: -70%;
  top: -112px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-04 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-04 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-04 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-05 .caption-wrapper .caption-sub {
  left: calc(-56% + 10px);
  top: calc(-80px + 50px);
}
.article-system .system-training-sightseeing .section-05 .caption-wrapper.visible .caption-sub {
  left: -56%;
  top: -80px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-05 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-05 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-05 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-06 .caption-wrapper .caption-sub {
  left: calc(-36% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-training-sightseeing .section-06 .caption-wrapper.visible .caption-sub {
  left: -36%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-06 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-06 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-06 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-07 {
  margin-top: 130px;
}
.article-system .system-training-sightseeing .section-07 .caption-wrapper .caption-sub {
  left: calc(-60% + 10px);
  top: calc(-70px + 50px);
}
.article-system .system-training-sightseeing .section-07 .caption-wrapper.visible .caption-sub {
  left: -60%;
  top: -70px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-07 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-07 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-07 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-08 .caption-wrapper .caption-sub {
  left: calc(-52% + 10px);
  top: calc(-66px + 50px);
}
.article-system .system-training-sightseeing .section-08 .caption-wrapper.visible .caption-sub {
  left: -52%;
  top: -66px;
}
@media only screen and (max-width: 1060px) {
  .article-system .system-training-sightseeing .section-08 .caption-wrapper .caption-container {
    display: initial;
    position: initial;
  }
  .article-system .system-training-sightseeing .section-08 .caption-wrapper .caption-sub {
    left: 0;
  }
  .article-system .system-training-sightseeing .section-08 .caption-wrapper.visible .caption-sub {
    left: 0;
  }
}
.article-system .system-training-sightseeing .section-01 p.visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.article-system .system-training-sightseeing .section-01 .image-wrapper .image-container.visible img {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.article-system .system-training-sightseeing .section-01 .image-wrapper .image-container.visible p {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

/* --------------------------------------------------------------------------------
 ギャラリー
-------------------------------------------------------------------------------- */
.article-gallery .section-countdown_illust {
  margin-top: 100px;
}
.article-gallery .section-movie .movie-container.visible:nth-child(1) img {
  -webkit-animation-delay: calc(0.125s * (2 + 1 - 1));
          animation-delay: calc(0.125s * (2 + 1 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(1) p {
  -webkit-transition-delay: calc(0.125s * (2 + 1 - 1));
          transition-delay: calc(0.125s * (2 + 1 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(2) img {
  -webkit-animation-delay: calc(0.125s * (2 + 2 - 1));
          animation-delay: calc(0.125s * (2 + 2 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(2) p {
  -webkit-transition-delay: calc(0.125s * (2 + 2 - 1));
          transition-delay: calc(0.125s * (2 + 2 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(3) img {
  -webkit-animation-delay: calc(0.125s * (2 + 3 - 1));
          animation-delay: calc(0.125s * (2 + 3 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(3) p {
  -webkit-transition-delay: calc(0.125s * (2 + 3 - 1));
          transition-delay: calc(0.125s * (2 + 3 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(4) img {
  -webkit-animation-delay: calc(0.125s * (2 + 4 - 1));
          animation-delay: calc(0.125s * (2 + 4 - 1));
}
.article-gallery .section-movie .movie-container.visible:nth-child(4) p {
  -webkit-transition-delay: calc(0.125s * (2 + 4 - 1));
          transition-delay: calc(0.125s * (2 + 4 - 1));
}

/* --------------------------------------------------------------------------------
 プロダクト
-------------------------------------------------------------------------------- */
.article-product p {
  font-family: "Zen Antique", serif;
  font-size: 33px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
}
.article-product section {
  margin-top: 80px;
}
.article-product section:first-child {
  margin-top: 0px;
}
.article-product button {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  margin: 2px;
  margin-top: auto;
}
.article-product button:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.article-product button.ps5:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.article-product button.common:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.article-product .flex-wrapper {
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.article-product .flex-container {
  width: 49%;
  position: relative;
}
.article-product .flex-container.collector-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.article-product .flex-container.collector-visual img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
}
.article-product .flex-wide {
  width: 100%;
}
.article-product .set_info-frame {
  background: url(../img/product/frame_bg_repeat.jpg);
  position: relative;
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
}
.article-product .set_info-frame:before {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.article-product .set_info-frame::after {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.article-product .button-wrapper {
  margin-top: 20px;
  text-align: center;
}
.article-product .section-product_info .flex-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.article-product .section-product_info .flex-wrapper .package_image {
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
  opacity: 0;
}
.article-product .section-product_info .flex-wrapper p {
  position: relative;
  line-height: 47px;
  margin-left: 50px;
  -webkit-transition: opacity 0.5s, left 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, left 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, left 0.5s;
  transition: opacity 0.5s, filter 0.5s, left 0.5s, -webkit-filter 0.5s;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  left: -30px;
}
.article-product .section-product_info .flex-wrapper.visible .package_image {
  -webkit-animation: anime-package-image 0.5s ease-in forwards;
          animation: anime-package-image 0.5s ease-in forwards;
}
@-webkit-keyframes anime-package-image {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-package-image {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
.article-product .section-product_info .flex-wrapper.visible p {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  left: 0;
}
.article-product .section-set_info .set_info-frame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-product .section-set_info .set_info-frame .image {
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px #000;
          box-shadow: 0px 0px 6px 0px #000;
}
.article-product .section-set_info .set_info-frame .image.image-1 {
  width: 42%;
  margin: 2%;
}
.article-product .section-set_info .set_info-frame .image.image-2 {
  width: 49%;
  margin: 2%;
}
.article-product .section-set_info .set_info-frame .detail {
  margin-top: 2%;
  width: 90%;
  position: relative;
  line-height: 47px;
}
.article-product .section-set_info .set_info-frame .detail p {
  font-size: 1.1em;
  line-height: 38px;
  margin-top: 20px;
}
.article-product .section-set_info .set_info-frame .detail p:first-child {
  margin-top: 0;
}
.article-product .section-set_info .set_info-frame .detail em {
  font-size: 1.3em;
}
.article-product .section-set_info .set_info-frame .detail .link {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: -15px;
}
.article-product .section-set_info .set_info-frame .detail .flex-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-product .section-set_info .set_info-frame.visible {
  -webkit-animation: anime-set_info 0.5s ease-in forwards;
          animation: anime-set_info 0.5s ease-in forwards;
}
@-webkit-keyframes anime-set_info {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-set_info {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
.article-product .section-set_info .set_info-frame .button-wrapper {
  width: 100%;
}
.article-product .section-store_benefit .store-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
.article-product .section-store_benefit .store-container {
  width: 48%;
  margin: 10px 1%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-product .section-store_benefit .store-container.visible .store-frame {
  -webkit-animation: anime-store-frame 0.5s ease-in forwards;
          animation: anime-store-frame 0.5s ease-in forwards;
}
@-webkit-keyframes anime-store-frame {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
@keyframes anime-store-frame {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: initial;
            animation: initial;
  }
}
.article-product .section-store_benefit .store-container.visible .store-name {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  top: 0;
}
.article-product .section-store_benefit .store-frame {
  background: url(../img/product/frame_bg_repeat.jpg);
  position: relative;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  z-index: -1;
  opacity: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
          box-shadow: 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc, 0px 0px 10px 0px #ffffcc;
}
.article-product .section-store_benefit .store-frame:before {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.article-product .section-store_benefit .store-frame::after {
  content: "";
  background: url(../img/product/frame_bg.jpg) no-repeat;
  width: 294px;
  height: 294px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  z-index: -1;
  border-radius: 0 10px 0 0;
}
.article-product .section-store_benefit .store-frame .popup {
  display: inline-block;
}
.article-product .section-store_benefit .store-frame .popup.none {
  pointer-events: none;
}
.article-product .section-store_benefit .store-frame p {
  font-size: 26px;
  line-height: 29px;
  color: #4c3416;
  text-shadow: 0px 0px 3px #241405;
  margin: 10px 0 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.article-product .section-store_benefit .store-frame p.no-grow {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.article-product .section-store_benefit .store-frame .button-wrapper {
  margin-top: 0px;
}
.article-product .section-store_benefit .store-name {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: 0 auto 10px;
  -webkit-transition: opacity 1s ease 0.25s, top 1s ease 0.25s, -webkit-filter 1s ease 0.25s;
  transition: opacity 1s ease 0.25s, top 1s ease 0.25s, -webkit-filter 1s ease 0.25s;
  transition: opacity 1s ease 0.25s, filter 1s ease 0.25s, top 1s ease 0.25s;
  transition: opacity 1s ease 0.25s, filter 1s ease 0.25s, top 1s ease 0.25s, -webkit-filter 1s ease 0.25s;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  top: 30px;
}
.article-product .section-store_benefit .store-name.line-2 {
  height: 88px;
}
.article-product .section-store_benefit .store-benefit {
  -webkit-box-shadow: 0px 0px 6px 0px #000;
          box-shadow: 0px 0px 6px 0px #000;
  max-width: 100%;
  max-height: 276px;
}
.article-product .section-store_benefit .store-container.rakuten .flex-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 276px;
}
.article-product .section-store_benefit .store-container.rakuten a {
  margin-left: 20px;
}
.article-product .section-store_benefit .store-container.rakuten a:first-child {
  margin-left: 0;
}
.article-product .section-product_info .product_info-container.visible .package_image {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.article-product .section-product_info .product_info-container.visible p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* --------------------------------------------------------------------------------
 トピックス
-------------------------------------------------------------------------------- */
.article-topics .text-wrapper {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.45);
  margin: 50px auto;
}
.article-topics .text-container {
  max-width: 960px;
  line-height: 42px;
  margin: 20px auto;
  position: relative;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  top: 30px;
}
.article-topics .text-container.visible {
  -webkit-transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: opacity 1s, top 1s, -webkit-filter 1s;
  transition: filter 1s, opacity 1s, top 1s;
  transition: filter 1s, opacity 1s, top 1s, -webkit-filter 1s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  top: 0px;
}