@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes bright {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    25% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    75% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes bright {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    25% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    75% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes flicker {
    from {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    4% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    6% {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
    }

    8% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    10% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    11% {
        opacity: .922;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"
    }

    12% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    14% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    16% {
        opacity: .98;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"
    }

    17% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    19% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    20% {
        opacity: .99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
    }

    24% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    26% {
        opacity: .94;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)"
    }

    28% {
        opacity: .98;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"
    }

    37% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    38% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

    39% {
        opacity: .96;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)"
    }

    42% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    44% {
        opacity: .97;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"
    }

    46% {
        opacity: .94;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)"
    }

    56% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    58% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    60% {
        opacity: .99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
    }

    68% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    70% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    72% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    93% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    95% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    97% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes flicker {
    from {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    4% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    6% {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
    }

    8% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    10% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    11% {
        opacity: .922;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"
    }

    12% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    14% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    16% {
        opacity: .98;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"
    }

    17% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    19% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    20% {
        opacity: .99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
    }

    24% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    26% {
        opacity: .94;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)"
    }

    28% {
        opacity: .98;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"
    }

    37% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    38% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

    39% {
        opacity: .96;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)"
    }

    42% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    44% {
        opacity: .97;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"
    }

    46% {
        opacity: .94;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)"
    }

    56% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    58% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    60% {
        opacity: .99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
    }

    68% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    70% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    72% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    93% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    95% {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
    }

    97% {
        opacity: .93;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)"
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes curtainRightStart {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateY(0)
    }
}

@keyframes curtainRightStart {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes curtainRightEnd {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(102%);
        transform: translateX(102%)
    }
}

@keyframes curtainRightEnd {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(102%);
        transform: translateX(102%)
    }
}

html {
    font-size: .5208333333vw
}

@media print,
screen and (max-width:1024px) {
    html {
        font-size: .9765625vw
    }
}

body {
    min-width: calc(100vw - (100vw - 100%));
    margin: 0 auto;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    position: relative;
    background: #000
}

@media print,
screen and (max-width:1024px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-overflow-scrolling: touch
    }
}

.preload * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important
}

.resizing *,
.resizing *:before,
.resizing *:after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important
}

* {
    box-sizing: border-box;
    zoom: 1
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    width: 100%;
    height: auto;
    pointer-events: none
}

@media print,
screen and (max-width:1024px) {
    img {
        width: 100%;
        height: auto
    }
}

.pc_b {
    display: block !important
}

@media print,
screen and (max-width:1024px) {
    .pc_b {
        display: none !important
    }
}

.pc_i {
    display: inline !important
}

@media print,
screen and (max-width:1024px) {
    .pc_i {
        display: none !important
    }
}

.pc_ib {
    display: inline-block !important
}

@media print,
screen and (max-width:1024px) {
    .pc_ib {
        display: none !important
    }
}

.pc_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
}

@media print,
screen and (max-width:1024px) {
    .pc_f {
        display: none !important
    }
}

.sp_b {
    display: none !important
}

@media print,
screen and (max-width:1024px) {
    .sp_b {
        display: block !important
    }
}

.sp_i {
    display: none !important
}

@media print,
screen and (max-width:1024px) {
    .sp_i {
        display: inline !important
    }
}

.sp_ib {
    display: none !important
}

@media print,
screen and (max-width:1024px) {
    .sp_ib {
        display: inline-block !important
    }
}

.sp_f {
    display: none !important
}

@media print,
screen and (max-width:1024px) {
    .sp_f {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }
}

.st-Wrapper {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.sw-SubHeader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11
}

.sw-SubHeader .sw-SubHeader_Content {
    padding: 0 2.0833333333vw;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.sw-SubHeader .sw-SubHeader_Logo {
    width: 10.1041666667vw;
    margin: 2.0833333333vw 6.4583333333vw 0 0;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.sw-SubHeader .sw-SubHeader_Logo p a {
    display: block
}

@media print,
screen and (min-width:1025px) {
    .sw-SubHeader .sw-SubHeader_Logo p a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .sw-SubHeader .sw-SubHeader_Logo p a:hover {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
    }
}

.sw-SubHeader .sw-SubHeader_Navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li {
    padding: 2.8645833333vw 0 0;
    position: relative
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .2em;
    text-shadow: 0 0 1.5625vw rgba(255, 43, 240, 0), 0 0 1.5625vw rgba(255, 43, 240, 0), 0 0 1.5625vw rgba(255, 43, 240, 0)
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li a:after {
    content: "";
    width: .1041666667vw;
    height: 1.5625vw;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    bottom: -2.0833333333vw;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 0 1.5625vw rgba(255, 43, 240, 0), 0 0 1.5625vw rgba(255, 43, 240, 0), 0 0 1.5625vw rgba(255, 43, 240, 0)
}

@media print,
screen and (min-width:1025px) {
    .sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li a {
        -webkit-transition: text-shadow .5s;
        transition: text-shadow .5s
    }

    .sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li a:after {
        -webkit-transition: box-shadow .5s, -webkit-transform .3s;
        transition: box-shadow .5s, -webkit-transform .3s;
        transition: transform .3s, box-shadow .5s;
        transition: transform .3s, box-shadow .5s, -webkit-transform .3s
    }

    .sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li a:hover {
        text-shadow: 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0
    }

    .sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li a:hover:after {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        box-shadow: 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0
    }
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li+li {
    margin: 0 0 0 2.0833333333vw
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li.current a {
    text-shadow: 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0
}

.sw-SubHeader .sw-SubHeader_Navi .globalnavi ul li.current a:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    box-shadow: 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0
}

.sw-SubHeader .sw-SubHeader_Navi .sns {
    width: 15.1041666667vw;
    height: 2.7083333333vw;
    margin: 2.0833333333vw 0 0 4.6875vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 1.3541666667vw;
    box-shadow: 0 0 0 .1041666667vw #fff inset;
    background: #000
}

.sw-SubHeader .sw-SubHeader_Navi .sns>p {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: .2em
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul {
    margin: 0 0 0 1.5625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li a {
    display: block
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.twitter {
    width: 1.1458333333vw;
    height: .9375vw
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.twitter a {
    width: 100%;
    height: 100%
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.twitter a svg {
    width: 100%;
    height: 100%
}

@media print,
screen and (min-width:1025px) {
    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.twitter a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.twitter a:hover svg use {
        fill: #01b4e5
    }
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.youtube {
    width: 1.1979166667vw;
    height: .8854166667vw;
    margin: 0 0 0 .9375vw
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.youtube a {
    width: 100%;
    height: 100%
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.youtube a svg {
    width: 100%;
    height: 100%
}

@media print,
screen and (min-width:1025px) {
    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.youtube a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.youtube a:hover svg use.icon_youtube_bg {
        fill: #f00
    }

    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.youtube a:hover svg use.icon_youtube_arrow {
        fill: #fff
    }
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.instagram {
    width: 1.1458333333vw;
    margin: 0 0 0 .9375vw
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.instagram a {
    position: relative
}

.sw-SubHeader .sw-SubHeader_Navi .sns>ul li.instagram a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/common/icon_instagram.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (min-width:1025px) {
    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.instagram a:after {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .sw-SubHeader .sw-SubHeader_Navi .sns>ul li.instagram a:hover:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.sw-Movie_Modal {
    display: none;
    position: relative;
    z-index: 1000
}

.sw-Movie_Modal-Overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.sw-Movie_Modal-Content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 11
}

.sw-Movie_Modal-Iframe {
    width: 53.3333333333vw;
    height: 30vw;
    margin: 0 auto;
    position: relative
}

@media print,
screen and (max-width:1199px) {
    .sw-Movie_Modal-Iframe {
        width: 100%;
        height: 56.25vw
    }
}

.sw-Movie_Modal-Iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.sw-Movie_Modal-Close {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    margin: 1.9791666667vw auto 0;
    background: url(../../images/common/btn_close_modal.png) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer
}

@media print,
screen and (max-width:1199px) {
    .sw-Movie_Modal-Close {
        width: 12.6953125vw;
        height: 12.6953125vw;
        margin: 4.78515625vw auto 0
    }
}

@media print,
screen and (min-width:1025px) {
    .sw-Movie_Modal-Close {
        -webkit-transition: .3s;
        transition: .3s
    }

    .sw-Movie_Modal-Close:hover {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.sw-Loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #e65097 0, #88529d 50%, #47569b 100%);
    background: linear-gradient(to right, #e65097 0, #88529d 50%, #47569b 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 11;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s
}

.sw-Loading_Content .logo {
    width: 23.125vw;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media print,
screen and (max-width:1024px) {
    .sw-Loading_Content .logo {
        width: 43.359375vw
    }
}

.sw-Loading_Content .logo img {
    width: 100%;
    height: auto
}

.sw-Loading.is-load {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.sw-Loading.is-load .sw-Loading_Content .logo {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.sw-BackToTop {
    width: 4.5833333333vw;
    position: fixed;
    bottom: 1.5625vw;
    right: 1.5625vw;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9
}

@media print,
screen and (max-width:1024px) {
    .sw-BackToTop {
        width: 14.453125vw;
        bottom: 2.9296875vw;
        right: 2.9296875vw
    }
}

.sw-BackToTop a {
    display: block
}

.sw-BackToTop a img {
    width: 100%;
    height: auto
}

@media print,
screen and (min-width:1025px) {
    .sw-BackToTop a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .sw-BackToTop a:hover {
        -webkit-transform: translateY(-.5208333333vw);
        transform: translateY(-.5208333333vw)
    }
}

.sw-Sns {
    width: 2.7083333333vw;
    height: 15.1041666667vw;
    padding: 2.2395833333vw 0 0;
    background: #fff;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    border-radius: 1.3541666667vw 0 0 1.3541666667vw;
    z-index: 9
}

.preload .sw-Sns {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important
}

.sw-Sns.is-visible {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.sw-Sns.is-hidden {
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%)
}

.sw-Sns p {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: Barlow, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    letter-spacing: .2em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.sw-Sns ul li {
    margin: 1.0416666667vw 0 0
}

.sw-Sns ul li.twitter a {
    width: 1.1458333333vw;
    height: .9375vw;
    margin: 0 auto
}

@media print,
screen and (min-width:1025px) {
    .sw-Sns ul li.twitter a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .sw-Sns ul li.twitter a:hover svg use {
        fill: #01b4e5
    }
}

.sw-Sns ul li.official-x a {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 auto
}

@media print,
screen and (min-width:1025px) {
    .sw-Sns ul li.official-x a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .sw-Sns ul li.official-x a:hover svg use {
        fill: #a2a2a2
    }
}

.sw-Sns ul li.youtube a {
    width: 1.1979166667vw;
    height: .8854166667vw;
    margin: 0 auto
}

@media print,
screen and (min-width:1025px) {
    .sw-Sns ul li.youtube a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .sw-Sns ul li.youtube a:hover svg use.icon_youtube_bg {
        fill: #f00
    }

    .sw-Sns ul li.youtube a:hover svg use.icon_youtube_arrow {
        fill: #fff
    }
}

.sw-Sns ul li.instagram a {
    width: 1.1458333333vw;
    margin: 0 auto;
    position: relative
}

.sw-Sns ul li.instagram a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/common/icon_instagram.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (min-width:1025px) {
    .sw-Sns ul li.instagram a:after {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .sw-Sns ul li.instagram a:hover:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.sw-Sns ul li a {
    display: block
}

.sw-Sns ul li a svg {
    width: 100%;
    height: 100%
}

.sw-Sns ul li a img {
    width: 100%;
    height: auto
}

.sub-Wrapper {
    position: relative;
    padding-top: 9.8958333333vw;
    background: url(../../images/common/bg_tile.jpg);
    background-size: 20.8333333333vw
}

@media print,
screen and (max-width:1024px) {
    .sub-Wrapper {
        padding-top: 28.3203125vw;
        background-size: 39.0625vw
    }
}

.sub-Wrapper:before {
    content: "";
    width: 90.6770833333vw;
    height: 13.8541666667vw;
    position: absolute;
    top: 8.5416666667vw;
    left: 4.1666666667vw;
    background: url(../../images/pc/subpage/bg_deco.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-animation: flicker 2s linear infinite;
    animation: flicker 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media print,
screen and (max-width:1024px) {
    .sub-Wrapper:before {
        width: 93.75vw;
        height: 31.0546875vw;
        top: 43.1640625vw;
        left: 3.125vw;
        background: url(../../images/pc/subpage/bg_deco.png) 0 0 no-repeat;
        background-size: contain
    }
}

.sub-Heading {
    position: relative;
    z-index: 1;
    -webkit-animation: flicker 2s linear infinite;
    animation: flicker 2s linear infinite
}

.sub-Body {
    position: relative;
    z-index: 1
}

.st-Header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

@media print,
screen and (max-width:1024px) {
    .st-Header {
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible !important
    }
}

.st-Header .st-Header_Content {
    padding: 0 2.0833333333vw;
    position: relative
}

.st-Header .st-Header_Logo {
    width: 10.1041666667vw;
    position: absolute;
    top: 2.0833333333vw;
    left: 2.0833333333vw;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Logo {
        width: 22.65625vw;
        top: 6.4453125vw;
        left: 3.90625vw;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible
    }
}

.st-Header .st-Header_Logo p a {
    display: block
}

.st-Header .st-Header_Logo p a img {
    width: 100%;
    height: auto
}

@media print,
screen and (min-width:1025px) {
    .st-Header .st-Header_Logo p a img {
        -webkit-transition: .3s;
        transition: .3s
    }

    .st-Header .st-Header_Logo p a:hover img {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
    }
}

.st-Header .st-Header_Hamburger {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    /*
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 .2083333333vw #fff inset;
    */
    position: absolute;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Hamburger {
        width: 12.6953125vw;
        height: 12.6953125vw;
        border-radius: 6.34765625vw;
        /*
        box-shadow: 0 0 0 .390625vw #fff inset;
        */
        top: 5.859375vw;
        right: 3.90625vw
    }
}

.st-Header .st-Header_Hamburger>div {
    width: 2.2916666667vw;
    height: .7125vw;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Hamburger>div {
        width: 7.421875vw;
        height: 2.1484375vw
    }
}

.st-Header .st-Header_Hamburger>div span {
    width: 2.2916666667vw;
    height: .2083333333vw;
    min-height: 1px;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Hamburger>div span {
        width: 7.421875vw;
        height: .5859375vw
    }
}

.st-Header .st-Header_Hamburger>div span:nth-child(1) {
    top: 0
}

.st-Header .st-Header_Hamburger>div span:nth-child(2) {
    bottom: 0
}

.st-Header .st-Header_Nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.st-Header .st-Header_Nav:before,
.st-Header .st-Header_Nav:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 10.2083333333vw 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    z-index: 1;
    pointer-events: none
}

@media print,
screen and (max-width:1024px) {

    .st-Header .st-Header_Nav:before,
    .st-Header .st-Header_Nav:after {
        border-width: 0 93.75vw 19.140625vw 0
    }
}

.st-Header .st-Header_Nav:before {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

.st-Header .st-Header_Nav:after {
    top: 0;
    right: 0
}

.st-Header .st-Header_Nav>div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: -webkit-linear-gradient(left, #e65097 0, #88529d 50%, #47569b 100%);
    background: linear-gradient(to right, #e65097 0, #88529d 50%, #47569b 100%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.st-Header .st-Header_Nav>div>nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: opacity .15s, visibility .15s, -webkit-transform .15s;
    transition: opacity .15s, visibility .15s, -webkit-transform .15s;
    transition: opacity .15s, visibility .15s, transform .15s;
    transition: opacity .15s, visibility .15s, transform .15s, -webkit-transform .15s;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem)
}

.st-Header .st-Header_Nav>div>nav .globalnav {
    position: relative;
    z-index: 3
}

.st-Header .st-Header_Nav>div>nav .globalnav ul {
    width: 27.2916666667vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .globalnav ul {
        width: 100%;
        padding: 0 4.39453125vw
    }
}

.st-Header .st-Header_Nav>div>nav .globalnav ul li {
    width: 50%;
    text-align: center
}

.st-Header .st-Header_Nav>div>nav .globalnav ul li a {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .1em;
    text-shadow: 0 0 .2604166667vw rgba(255, 43, 240, .5), 0 0 .2604166667vw rgba(255, 43, 240, .5)
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .globalnav ul li a {
        font-size: 50px;
        font-size: 5rem;
        text-shadow: 0 0 .48828125vw rgba(255, 43, 240, .5), 0 0 .48828125vw rgba(255, 43, 240, .5)
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Header .st-Header_Nav>div>nav .globalnav ul li a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .st-Header .st-Header_Nav>div>nav .globalnav ul li a:hover {
        text-shadow: 0 0 1.5625vw #ff2bf0, 0 0 1.5625vw #ff2bf0, 0 0 1.5625vw #ff2bf0
    }
}

.st-Header .st-Header_Nav>div>nav .globalnav ul li:not(:first-child):not(:nth-child(2)) {
    margin: 3.125vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .globalnav ul li:not(:first-child):not(:nth-child(2)) {
        margin: 7.32421875vw 0 0
    }
}

.st-Header .st-Header_Nav>div>nav .sns {
    margin: 5.2083333333vw 0 0;
    position: relative;
    z-index: 3
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .sns {
        margin: 9.765625vw 0 0
    }
}

.st-Header .st-Header_Nav>div>nav .sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.st-Header .st-Header_Nav>div>nav .sns ul li a {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: drop-shadow(0 0 .2604166667vw rgba(255, 43, 240, .5));
    filter: drop-shadow(0 0 .2604166667vw rgba(255, 43, 240, .5))
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .sns ul li a {
        -webkit-filter: drop-shadow(0 0 .48828125vw rgba(255, 43, 240, .5));
        filter: drop-shadow(0 0 .48828125vw rgba(255, 43, 240, .5))
    }
}

.st-Header .st-Header_Nav>div>nav .sns ul li a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (min-width:1025px) {
    .st-Header .st-Header_Nav>div>nav .sns ul li a {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .st-Header .st-Header_Nav>div>nav .sns ul li a:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.st-Header .st-Header_Nav>div>nav .sns ul li.twitter {
    width: 2.0833333333vw;
    height: 1.71875vw
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .sns ul li.twitter {
        width: 6.34765625vw;
        height: 5.17578125vw
    }
}

.st-Header .st-Header_Nav>div>nav .sns ul li.twitter a {
    width: 100%;
    height: 100%
}

.st-Header .st-Header_Nav>div>nav .sns ul li.twitter a svg {
    width: 100%;
    height: 100%
}

.st-Header .st-Header_Nav>div>nav .sns ul li.official-x {
    width: 2.0833333333vw;
    height: 1.71875vw
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .sns ul li.official-x {
        width: 6.34765625vw;
        height: 5.17578125vw
    }
}

.st-Header .st-Header_Nav>div>nav .sns ul li.official-x a {
    width: 100%;
    height: 100%
}

.st-Header .st-Header_Nav>div>nav .sns ul li.official-x a svg {
    width: 100%;
    height: 100%
}

.st-Header .st-Header_Nav>div>nav .sns ul li.youtube {
    width: 2.5vw;
    height: 1.8229166667vw;
    margin: 0 0 0 3.125vw
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .sns ul li.youtube {
        width: 7.51953125vw;
        height: 5.46875vw;
        margin: 0 0 0 8.30078125vw
    }
}

.st-Header .st-Header_Nav>div>nav .sns ul li.youtube a {
    width: 100%;
    height: 100%
}

.st-Header .st-Header_Nav>div>nav .sns ul li.youtube a svg {
    width: 100%;
    height: 100%
}

.st-Header .st-Header_Nav>div>nav .sns ul li.instagram {
    width: 2.0833333333vw;
    margin: 0 0 0 3.125vw
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .sns ul li.instagram {
        width: 6.34765625vw;
        margin: 0 0 0 8.30078125vw
    }
}

.st-Header .st-Header_Nav>div>nav .language {
    margin: 3.6458333333vw 0 0;
    position: relative;
    z-index: 3
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .language {
        margin: 9.765625vw 0 0
    }
}

.st-Header .st-Header_Nav>div>nav .language ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.st-Header .st-Header_Nav>div>nav .language ul li a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .language ul li a {
        font-size: 40px;
        font-size: 4rem
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Header .st-Header_Nav>div>nav .language ul li a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .st-Header .st-Header_Nav>div>nav .language ul li a:hover {
        color: #ff2bf0
    }
}

.st-Header .st-Header_Nav>div>nav .language ul li+li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.st-Header .st-Header_Nav>div>nav .language ul li+li:before {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    margin: 0 1.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .st-Header .st-Header_Nav>div>nav .language ul li+li:before {
        height: 3.3203125vw;
        margin: 0 4.8828125vw
    }
}

.st-Header.pc_hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

.st-Header.pc_hidden .st-Header_Hamburger {
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw)
}

@media print,
screen and (max-width:1024px) {
    .st-Header.pc_hidden .st-Header_Hamburger {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.st-Header.opened .st-Header_Logo {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.st-Header.opened .st-Header_Hamburger>div span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(145deg);
    transform: translateY(-50%) rotate(145deg)
}

.st-Header.opened .st-Header_Hamburger>div span:nth-child(2) {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(-145deg);
    transform: translateY(-50%) rotate(-145deg)
}

.st-Header.opened .st-Header_Nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.st-Header.opened .st-Header_Nav>div {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.st-Header.opened .st-Header_Nav>div>nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility .2s, transform .2s;
    transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s;
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.st-Footer {
    margin-top: auto
}

.st-Footer .st-Footer_Content {
    padding: 2.8645833333vw 0 2.34375vw;
    background: -webkit-linear-gradient(left, #e65097 0, #88529d 50%, #47569b 100%);
    background: linear-gradient(to right, #e65097 0, #88529d 50%, #47569b 100%)
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Content {
        padding: 11.71875vw 0;
        display: block
    }
}

.st-Footer .st-Footer_Nav .globalnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Nav .globalnav ul {
        margin: 0 -3.41796875vw -7.8125vw;
        padding: 0 7.8125vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.st-Footer .st-Footer_Nav .globalnav ul li {
    margin: 0 1.0416666667vw;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Nav .globalnav ul li {
        margin: 0 3.41796875vw 7.8125vw
    }
}

.st-Footer .st-Footer_Nav .globalnav ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .2em
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Nav .globalnav ul li a {
        font-size: 32px;
        font-size: 3.2rem;
        letter-spacing: .1em
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Nav .globalnav ul li a {
        -webkit-transition: text-shadow .5s;
        transition: text-shadow .5s
    }

    .st-Footer .st-Footer_Nav .globalnav ul li a:hover {
        text-shadow: 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0
    }
}

.st-Footer .st-Footer_Nav .globalnav ul li.current a {
    text-shadow: 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0, 0 0 .5208333333vw #ff2bf0
}

.st-Footer .st-Footer_Share {
    margin: 2.0833333333vw 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Share {
        margin: 15.625vw 0 0
    }
}

.st-Footer .st-Footer_Share>p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .2em
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Share>p {
        font-size: 36px;
        font-size: 3.6rem
    }
}

.st-Footer .st-Footer_Share>ul {
    margin: 0 0 0 2.0833333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Share>ul {
        margin: 0 0 0 4.8828125vw
    }
}

.st-Footer .st-Footer_Share>ul li {
    width: 1.875vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Share>ul li {
        width: 8.7890625vw
    }
}

.st-Footer .st-Footer_Share>ul li a {
    display: block
}

.st-Footer .st-Footer_Share>ul li a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Share>ul li a img {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .st-Footer .st-Footer_Share>ul li a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.st-Footer .st-Footer_Share>ul li+li {
    margin: 0 0 0 1.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Share>ul li+li {
        margin: 0 0 0 4.8828125vw
    }
}

.st-Footer .st-Footer_Sns {
    margin: 2.1875vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns {
        margin: 9.765625vw 0 0
    }
}

.st-Footer .st-Footer_Sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul {
        display: block
    }
}

.st-Footer .st-Footer_Sns ul li a {
    width: 13.0208333333vw;
    min-width: 190px;
    height: 2.1875vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-family: Barlow, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .1em;
    background: #fff;
    border-radius: 1.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li a {
        width: 84.375vw;
        min-width: auto;
        height: 10.7421875vw;
        font-size: 36px;
        font-size: 3.6rem;
        border-radius: 5.37109375vw
    }
}

.st-Footer .st-Footer_Sns ul li a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.st-Footer .st-Footer_Sns ul li a .icon_arrow {
    width: .3645833333vw;
    height: .5729166667vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .8333333333vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li a .icon_arrow {
        width: 2.34375vw;
        height: 3.3203125vw;
        right: 5.46875vw
    }
}

.st-Footer .st-Footer_Sns ul li.twitter a span:not([class]) {
    -webkit-transform: translateX(-.46875vw);
    transform: translateX(-.46875vw)
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.twitter a span:not([class]) {
        -webkit-transform: translateX(-4.58984375vw);
        transform: translateX(-4.58984375vw)
    }
}

.st-Footer .st-Footer_Sns ul li.twitter a span .icon_twitter {
    width: .9375vw;
    height: .78125vw;
    margin: 0 .4166666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.twitter a span .icon_twitter {
        width: 5.46875vw;
        height: 4.4921875vw;
        margin: 0 7.8125vw 0 0
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Sns ul li.twitter a {
        -webkit-transition: color .3s, background .3s;
        transition: color .3s, background .3s
    }

    .st-Footer .st-Footer_Sns ul li.twitter a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .st-Footer .st-Footer_Sns ul li.twitter a:hover {
        color: #fff;
        background: #01b4e5
    }

    .st-Footer .st-Footer_Sns ul li.twitter a:hover svg use {
        fill: #fff
    }
}

.st-Footer .st-Footer_Sns ul li.official-x a span:not([class]) {
    -webkit-transform: translateX(-.46875vw);
    transform: translateX(-.46875vw)
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.official-x a span:not([class]) {
        -webkit-transform: translateX(-10.3515625vw);
        transform: translateX(-10.3515625vw)
    }
}

.st-Footer .st-Footer_Sns ul li.official-x a span .icon_x {
    width: .9375vw;
    height: .78125vw;
    margin: 0 .4166666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.official-x a span .icon_x {
        width: 5.46875vw;
        height: 4.4921875vw;
        margin: 0 7.8125vw 0 0
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Sns ul li.official-x a {
        -webkit-transition: color .3s, background .3s;
        transition: color .3s, background .3s
    }

    .st-Footer .st-Footer_Sns ul li.official-x a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .st-Footer .st-Footer_Sns ul li.official-x a:hover {
        color: #fff;
        background: #000
    }

    .st-Footer .st-Footer_Sns ul li.official-x a:hover svg use {
        fill: #fff
    }
}

.st-Footer .st-Footer_Sns ul li.youtube a span:not([class]) {
    -webkit-transform: translateX(-.3125vw);
    transform: translateX(-.3125vw)
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.youtube a span:not([class]) {
        -webkit-transform: translateX(-5.56640625vw);
        transform: translateX(-5.56640625vw)
    }
}

.st-Footer .st-Footer_Sns ul li.youtube a span .icon_youtube {
    width: .9895833333vw;
    height: .78125vw;
    margin: 0 .4166666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.youtube a span .icon_youtube {
        width: 6.34765625vw;
        height: 4.6875vw;
        margin: 0 8.0078125vw 0 0
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Sns ul li.youtube a {
        -webkit-transition: color .3s, background .3s;
        transition: color .3s, background .3s
    }

    .st-Footer .st-Footer_Sns ul li.youtube a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .st-Footer .st-Footer_Sns ul li.youtube a:hover {
        color: #fff;
        background: #f00
    }

    .st-Footer .st-Footer_Sns ul li.youtube a:hover svg use {
        fill: #fff
    }

    .st-Footer .st-Footer_Sns ul li.youtube a:hover svg use.icon_youtube_arrow {
        fill: #f00
    }
}

.st-Footer .st-Footer_Sns ul li.instagram a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(315deg, #427eff 0, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0, #f13f79 70%) no-repeat;
    border-radius: 1.3541666667vw;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.instagram a:before {
        display: none
    }
}

.st-Footer .st-Footer_Sns ul li.instagram a span:not([class]) {
    -webkit-transform: translateX(-.3125vw);
    transform: translateX(-.3125vw)
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.instagram a span:not([class]) {
        -webkit-transform: translateX(-5.56640625vw);
        transform: translateX(-5.56640625vw)
    }
}

.st-Footer .st-Footer_Sns ul li.instagram a span .icon_instagram {
    width: 1.0416666667vw;
    margin: 0 .625vw 0 0;
    position: relative
}

.st-Footer .st-Footer_Sns ul li.instagram a span .icon_instagram:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/common/icon_instagram_white.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.instagram a span .icon_instagram {
        width: 5.859375vw;
        margin: 0;
        position: absolute;
        top: -.9765625vw;
        left: -14.0625vw
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Sns ul li.instagram a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .st-Footer .st-Footer_Sns ul li.instagram a:before {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .st-Footer .st-Footer_Sns ul li.instagram a span .icon_instagram:after {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .st-Footer .st-Footer_Sns ul li.instagram a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .st-Footer .st-Footer_Sns ul li.instagram a:hover {
        color: #fff
    }

    .st-Footer .st-Footer_Sns ul li.instagram a:hover:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .st-Footer .st-Footer_Sns ul li.instagram a:hover span .icon_instagram:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .st-Footer .st-Footer_Sns ul li.instagram a:hover svg use {
        fill: #fff
    }
}

.st-Footer .st-Footer_Sns ul li.tiktok a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 1.3541666667vw;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.tiktok a:before {
        display: none
    }
}

.st-Footer .st-Footer_Sns ul li.tiktok a span:not([class]) {
    -webkit-transform: translateX(-.3125vw);
    transform: translateX(-.3125vw)
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.tiktok a span:not([class]) {
        -webkit-transform: translateX(-8.984375vw);
        transform: translateX(-8.984375vw)
    }
}

.st-Footer .st-Footer_Sns ul li.tiktok a span .icon_tiktok {
    width: .8333333333vw;
    margin: 0 .4166666667vw 0 0;
    position: relative
}

.st-Footer .st-Footer_Sns ul li.tiktok a span .icon_tiktok:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/common/icon_tiktok_white.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li.tiktok a span .icon_tiktok {
        width: 4.6875vw;
        margin: 0;
        position: absolute;
        top: -.78125vw;
        left: -13.28125vw
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Sns ul li.tiktok a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a:before {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a span .icon_instagram:after,
    .st-Footer .st-Footer_Sns ul li.tiktok a span .icon_tiktok:after {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a:hover {
        color: #fff
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a:hover:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a:hover span .icon_instagram:after,
    .st-Footer .st-Footer_Sns ul li.tiktok a:hover span .icon_tiktok:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .st-Footer .st-Footer_Sns ul li.tiktok a:hover svg use {
        fill: #fff
    }
}

.st-Footer .st-Footer_Sns ul li+li {
    margin: 0 0 0 1.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Sns ul li+li {
        margin: 1.953125vw 0 0
    }
}

.st-Footer .st-Footer_Logo {
    margin: 1.5625vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Logo {
        margin: 7.8125vw 0 0
    }
}

.st-Footer .st-Footer_Logo>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.st-Footer .st-Footer_Logo>ul li {
    width: 3.59375vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Logo>ul li {
        width: 15.234375vw
    }
}

.st-Footer .st-Footer_Logo>ul li a {
    display: block
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Logo>ul li a img {
        -webkit-transition: .3s;
        transition: .3s
    }

    .st-Footer .st-Footer_Logo>ul li a:hover img {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
    }
}

.st-Footer .st-Footer_Logo>ul li+li {
    margin: 0 0 0 1.25vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Logo>ul li+li {
        margin: 0 0 0 5.2734375vw
    }
}

.st-Footer .st-Footer_Language {
    margin: 1.5625vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Language {
        margin: 9.765625vw 0 0
    }
}

.st-Footer .st-Footer_Language ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.st-Footer .st-Footer_Language ul li a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Language ul li a {
        font-size: 42px;
        font-size: 4.2rem
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Language ul li a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .st-Footer .st-Footer_Language ul li a:hover {
        color: #ff2bf0
    }
}

.st-Footer .st-Footer_Language ul li+li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.st-Footer .st-Footer_Language ul li+li:before {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    margin: 0 1.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Language ul li+li:before {
        height: 3.3203125vw;
        margin: 0 4.39453125vw
    }
}

.st-Footer .st-Footer_Copyright p {
    margin: 1.8229166667vw 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: .05em;
    text-align: center
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Copyright p {
        margin: 9.765625vw 0 0;
        font-size: 24px;
        font-size: 2.4rem
    }
}

.st-Footer .st-Footer_Bottom {
    width: 62.5vw;
    margin: 1.8229166667vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Bottom {
        width: 90.234375vw;
        margin: 9.765625vw auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.st-Footer .st-Footer_Bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.st-Footer .st-Footer_Bottom ul li {
    position: relative
}

.st-Footer .st-Footer_Bottom ul li+li {
    margin: 0 0 0 1.09375vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Bottom ul li+li {
        margin: 0 0 0 5.95703125vw
    }
}

.st-Footer .st-Footer_Bottom ul li+li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -.5729166667vw
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Bottom ul li+li:before {
        left: -3.02734375vw
    }
}

.st-Footer .st-Footer_Bottom ul li a {
    margin: 1.8229166667vw 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    letter-spacing: .05em;
    text-align: center;
    border-bottom: 1px solid #fff
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Bottom ul li a {
        margin: 9.765625vw 0 0;
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Footer .st-Footer_Bottom ul li a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .st-Footer .st-Footer_Bottom ul li a:hover {
        color: #ff2bf0;
        border-bottom: 1px solid #ff2bf0
    }
}

.st-Footer .st-Footer_Bottom .copyright {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: .05em;
    text-align: center
}

@media print,
screen and (max-width:1024px) {
    .st-Footer .st-Footer_Bottom .copyright {
        margin: 5.859375vw 0 0;
        font-size: 24px;
        font-size: 2.4rem
    }
}

.character-Heading h1,
.character-Heading p {
    width: 36.1979166667vw;
    margin: 0 auto
}

@media print,
screen and (max-width:1024px) {

    .character-Heading h1,
    .character-Heading p {
        width: 88.8671875vw
    }
}

.character-Heading h1 img,
.character-Heading p img {
    width: 100%;
    height: auto
}

.character-List {
    margin: 3.4895833333vw 0 0;
    padding-bottom: 10.4166666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List {
        margin: 6.0546875vw 0 0;
        padding-bottom: 19.53125vw
    }
}

.character-List .btn-correlation {
    margin: 0 auto
}

@media print,
screen and (max-width:1024px) {
    .character-List .btn-correlation {
        margin: 0 auto
    }
}

.character-List .btn-correlation a {
    width: 10.4166666667vw;
    margin: 0 auto;
    padding: .8333333333vw 0 .9375vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .1em;
    background: #fff;
    border-radius: 1.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .btn-correlation a {
        width: 44.921875vw;
        padding: 3.3203125vw 0 3.7109375vw;
        font-size: 38px;
        font-size: 3.8rem;
        border-radius: 5.37109375vw
    }
}

.character-List .btn-correlation a .icon_arrow {
    width: .4166666667vw;
    height: .625vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .btn-correlation a .icon_arrow {
        width: 1.85546875vw;
        height: 2.734375vw;
        right: 4.4921875vw
    }
}

@media print,
screen and (min-width:1025px) {
    .character-List .btn-correlation a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .character-List .btn-correlation a svg {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .character-List .btn-correlation a svg use {
        -webkit-transition: fill .3s;
        transition: fill .3s
    }

    .character-List .btn-correlation a:hover {
        color: #fff;
        background: #ff2bf0
    }

    .character-List .btn-correlation a:hover svg {
        -webkit-transform: translateX(.5rem) translateY(-50%);
        transform: translateX(.5rem) translateY(-50%)
    }

    .character-List .btn-correlation a:hover svg use {
        fill: #fff
    }
}

.character-List .navi {
    margin: 3.6458333333vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi {
        margin: 9.765625vw 0 0
    }
}

.character-List .navi ul {
    margin: 0 -2.4739583333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul {
        margin: 11.71875vw 0 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li {
        margin: 0
    }
}

.character-List .navi ul li a {
    display: block;
    position: relative
}

.character-List .navi ul li a:before,
.character-List .navi ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.character-List .navi ul li a:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (min-width:1025px) {
    .character-List .navi ul li a:hover:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .character-List .navi ul li a:hover:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.character-List .navi ul li.active a:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.character-List .navi ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.character-List .navi ul li.happy-around a {
    width: 9.3229166667vw;
    height: 5.15625vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.happy-around a {
        width: 27.734375vw;
        height: 15.4296875vw
    }
}

.character-List .navi ul li.happy-around a:before {
    background: url(../../images/common/character/nav_happy-around_off.png) 0 0 no-repeat;
    background-size: 9.3229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.happy-around a:before {
        background-size: 27.734375vw
    }
}

.character-List .navi ul li.happy-around a:after {
    background: url(../../images/common/character/nav_happy-around_on.png) 0 0 no-repeat;
    background-size: 9.3229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.happy-around a:after {
        background-size: 27.734375vw
    }
}

.character-List .navi ul li.peakyp-key {
    margin: 0 0 0 2.8125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.peakyp-key {
        margin: 0
    }
}

.character-List .navi ul li.peakyp-key a {
    width: 5.46875vw;
    height: 5.46875vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.peakyp-key a {
        width: 15.91796875vw;
        height: 15.91796875vw;
        margin: 0 9.765625vw 4.58984375vw 7.03125vw
    }
}

.character-List .navi ul li.peakyp-key a:before {
    background: url(../../images/common/character/nav_peakyp-key_off.png) 0 0 no-repeat;
    background-size: 5.46875vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.peakyp-key a:before {
        background-size: 15.91796875vw
    }
}

.character-List .navi ul li.peakyp-key a:after {
    background: url(../../images/common/character/nav_peakyp-key_on.png) 0 0 no-repeat;
    background-size: 5.46875vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.peakyp-key a:after {
        background-size: 15.91796875vw
    }
}

.character-List .navi ul li.photon-maiden {
    margin: 0 0 0 2.8125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.photon-maiden {
        margin: 0
    }
}

.character-List .navi ul li.photon-maiden a {
    width: 7.3958333333vw;
    height: 4.84375vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.photon-maiden a {
        width: 21.97265625vw;
        height: 14.453125vw
    }
}

.character-List .navi ul li.photon-maiden a:before {
    background: url(../../images/common/character/nav_photon-maiden_off.png) 0 0 no-repeat;
    background-size: 7.3958333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.photon-maiden a:before {
        background-size: 21.97265625vw
    }
}

.character-List .navi ul li.photon-maiden a:after {
    background: url(../../images/common/character/nav_photon-maiden_on.png) 0 0 no-repeat;
    background-size: 7.3958333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.photon-maiden a:after {
        background-size: 21.97265625vw
    }
}

.character-List .navi ul li.merm4id {
    margin: 0 0 0 2.8125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.merm4id {
        margin: 0
    }
}

.character-List .navi ul li.merm4id a {
    width: 9.84375vw;
    height: 3.75vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.merm4id a {
        width: 29.296875vw;
        height: 11.03515625vw
    }
}

.character-List .navi ul li.merm4id a:before {
    background: url(../../images/common/character/nav_merm4id_off.png) 0 0 no-repeat;
    background-size: 9.84375vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.merm4id a:before {
        background-size: 29.296875vw
    }
}

.character-List .navi ul li.merm4id a:after {
    background: url(../../images/common/character/nav_merm4id_on.png) 0 0 no-repeat;
    background-size: 9.84375vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.merm4id a:after {
        background-size: 29.296875vw
    }
}

.character-List .navi ul li.rondo {
    margin: 0 0 0 2.8125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.rondo {
        margin: 0 0 4.19921875vw 3.22265625vw
    }
}

.character-List .navi ul li.rondo a {
    width: 7.5vw;
    height: 4.21875vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.rondo a {
        width: 22.0703125vw;
        height: 12.3046875vw;
        -webkit-transform: translateY(1.953125vw);
        transform: translateY(1.953125vw)
    }
}

.character-List .navi ul li.rondo a:before {
    background: url(../../images/common/character/nav_rondo_off.png) 0 0 no-repeat;
    background-size: 7.5vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.rondo a:before {
        background-size: 22.0703125vw
    }
}

.character-List .navi ul li.rondo a:after {
    background: url(../../images/common/character/nav_rondo_on.png) 0 0 no-repeat;
    background-size: 7.5vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.rondo a:after {
        background-size: 22.0703125vw
    }
}

.character-List .navi ul li.lyrical-lily {
    margin: 0 0 0 2.8125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.lyrical-lily {
        margin: 0 0 0 4.4921875vw
    }
}

.character-List .navi ul li.lyrical-lily a {
    width: 10.1041666667vw;
    height: 4.3229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.lyrical-lily a {
        width: 26.3671875vw;
        height: 11.23046875vw
    }
}

.character-List .navi ul li.lyrical-lily a:before {
    background: url(../../images/common/character/nav_lyrical-lily_off.png) 0 0 no-repeat;
    background-size: 10.1041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.lyrical-lily a:before {
        background-size: 26.3671875vw
    }
}

.character-List .navi ul li.lyrical-lily a:after {
    background: url(../../images/common/character/nav_lyrical-lily_on.png) 0 0 no-repeat;
    background-size: 10.1041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.lyrical-lily a:after {
        background-size: 26.3671875vw
    }
}

.character-List .navi ul li.unichord {
    margin: 0 0 0 2.8125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.unichord {
        margin: 0 0 0 7.03125vw
    }
}

.character-List .navi ul li.unichord a {
    width: 6.5625vw;
    height: 3.125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.unichord a {
        width: 19.7265625vw;
        height: 9.375vw;
        -webkit-transform: translateY(1.953125vw);
        transform: translateY(1.953125vw)
    }
}

.character-List .navi ul li.unichord a:before {
    background: url(../../images/common/character/nav_unichord_off.png) 0 0 no-repeat;
    background-size: 6.5625vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.unichord a:before {
        background-size: 19.7265625vw
    }
}

.character-List .navi ul li.unichord a:after {
    background: url(../../images/common/character/nav_unichord_on.png) 0 0 no-repeat;
    background-size: 6.5625vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.unichord a:after {
        background-size: 19.7265625vw
    }
}

.character-List .navi ul li.abyssmare {
    margin: 0 0 0 3.125vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.abyssmare {
        margin: 0 0 0 7.8125vw
    }
}

.character-List .navi ul li.abyssmare a {
    width: 6.875vw;
    height: 3.8541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.abyssmare a {
        width: 26.3671875vw;
        height: 11.23046875vw
    }
}

.character-List .navi ul li.abyssmare a:before {
    background: url(../../images/common/character/nav_abyssmare_off.png) 0 0 no-repeat;
    background-size: 6.875vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.abyssmare a:before {
        background-size: 26.3671875vw
    }
}

.character-List .navi ul li.abyssmare a:after {
    background: url(../../images/common/character/nav_abyssmare_on.png) 0 0 no-repeat;
    background-size: 6.875vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .navi ul li.abyssmare a:after {
        background-size: 26.3671875vw
    }
}

.character-List .list {
    position: relative
}

.character-List .list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.character-List .list:after {
    content: "";
    width: 89.5833333333vw;
    height: 19.7395833333vw;
    position: absolute;
    bottom: -1.25vw;
    left: 5.2083333333vw;
    background: url(../../images/pc/character/bg_unit_deco.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-List .list:after {
        width: 88.28125vw;
        height: 24.31640625vw;
        bottom: -4.8828125vw;
        left: 5.859375vw;
        background: url(../../images/sp/character/bg_unit_deco.png) 0 0 no-repeat;
        background-size: contain
    }
}

.character-List .list>.content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem)
}

.character-List .list>.content>.heading {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative
}

.character-List .list>.content>.heading h2 a {
    display: block
}

.character-List .list>.content>.heading h2 a img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (min-width:1025px) {
    .character-List .list>.content>.heading h2 a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .character-List .list>.content>.heading h2 a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.character-List .list>.content>.body {
    position: relative
}

.character-List .list>.content>.body>ul {
    margin: 0 -.390625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body>ul {
        margin: 0 -.5859375vw -3.90625vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.character-List .list>.content>.body>ul li {
    width: 20vw;
    margin: 0 .390625vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body>ul li {
        width: 43.5546875vw;
        margin: 0 .5859375vw 4.8828125vw
    }
}

.character-List .list>.content>.body>ul li a {
    display: block
}

.character-List .list>.content>.body>ul li a figure img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.character-List .list>.content>.body>ul li a figure figcaption {
    margin: 1.3020833333vw 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: .05em
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body>ul li a figure figcaption {
        margin: 3.41796875vw 0 0;
        font-size: 32px;
        font-size: 3.2rem
    }
}

.character-List .list>.content>.body>ul li a figure figcaption span {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body>ul li a figure figcaption span {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media print,
screen and (min-width:1025px) {
    .character-List .list>.content>.body>ul li a[href] figure img {
        -webkit-transition: .3s;
        transition: .3s
    }

    .character-List .list>.content>.body>ul li a[href]:hover figure img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.character-List .list>.content>.body .introduction {
    width: 48.125vw;
    margin: 2.8645833333vw auto 0;
    padding: 0 0 3.3333333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body .introduction {
        width: 90.234375vw;
        margin: 8.7890625vw auto 0;
        padding: 0 0 17.08984375vw
    }
}

.character-List .list>.content>.body .introduction>.heading img {
    width: 100%;
    height: auto
}

.character-List .list>.content>.body .introduction>.body {
    margin: 2.0833333333vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body .introduction>.body {
        margin: 3.41796875vw 0 0;
        padding: 0 .9765625vw
    }
}

.character-List .list>.content>.body .introduction>.body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 700;
    color: #fff;
    letter-spacing: .125em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body .introduction>.body p {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.625
    }
}

.character-List .list>.content>.body .introduction>.body p+p {
    margin: 1.75em 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list>.content>.body .introduction>.body p+p {
        margin: 1.625em 0 0
    }
}

.character-List .list.happy-around {
    margin: 9.0625vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.happy-around {
        margin: 23.4375vw 0 0
    }
}

.character-List .list.happy-around:before {
    background: #e16100
}

.character-List .list.happy-around>.content>.heading h2 {
    width: 17.9166666667vw;
    margin: -4.375vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.happy-around>.content>.heading h2 {
        width: 48.046875vw;
        margin: -13.671875vw auto 0
    }
}

.character-List .list.happy-around>.content>.body {
    margin: .5729166667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.happy-around>.content>.body {
        margin: 3.3203125vw 0 0
    }
}

.character-List .list.happy-around>.content>.body .introduction>.heading {
    color: #ff6e00
}

.character-List .list.peakyp-key {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.peakyp-key {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.peakyp-key:before {
    background: #444
}

.character-List .list.peakyp-key>.content>.heading h2 {
    width: 10.0520833333vw;
    margin: -5.5208333333vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.peakyp-key>.content>.heading h2 {
        width: 25.78125vw;
        margin: -16.015625vw auto 0
    }
}

.character-List .list.peakyp-key>.content>.body {
    margin: 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.peakyp-key>.content>.body {
        margin: .29296875vw 0 0
    }
}

.character-List .list.peakyp-key>.content>.body .introduction>.heading {
    color: #444
}

.character-List .list.photon-maiden {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.photon-maiden {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.photon-maiden:before {
    background: #0b8083
}

.character-List .list.photon-maiden>.content>.heading h2 {
    width: 15.5208333333vw;
    margin: -4.375vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.photon-maiden>.content>.heading h2 {
        width: 44.82421875vw;
        margin: -15.52734375vw auto 0
    }
}

.character-List .list.photon-maiden>.content>.body {
    margin: -.4166666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.photon-maiden>.content>.body {
        margin: -1.3671875vw 0 0
    }
}

.character-List .list.photon-maiden>.content>.body .introduction>.heading {
    color: #0da39e
}

.character-List .list.merm4id {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.merm4id {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.merm4id:before {
    background: #dada01
}

.character-List .list.merm4id>.content>.heading h2 {
    width: 21.3020833333vw;
    margin: -3.4895833333vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.merm4id>.content>.heading h2 {
        width: 60.05859375vw;
        margin: -11.81640625vw auto 0
    }
}

.character-List .list.merm4id>.content>.body {
    margin: 1.9270833333vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.merm4id>.content>.body {
        margin: 7.03125vw 0 0
    }
}

.character-List .list.merm4id>.content>.body .introduction>.heading {
    color: #dcd900
}

.character-List .list.rondo {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.rondo {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.rondo:before {
    background: #3a3798
}

.character-List .list.rondo>.content>.heading h2 {
    width: 15.3645833333vw;
    margin: -4.21875vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.rondo>.content>.heading h2 {
        width: 42.1875vw;
        margin: -13.671875vw auto 0
    }
}

.character-List .list.rondo>.content>.body {
    margin: 1.5104166667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.rondo>.content>.body {
        margin: 6.4453125vw 0 0
    }
}

.character-List .list.rondo>.content>.body .introduction>.heading {
    color: #5755e5
}

.character-List .list.lyrical-lily {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.lyrical-lily {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.lyrical-lily:before {
    background: #eebce9
}

.character-List .list.lyrical-lily>.content>.heading h2 {
    width: 21.8229166667vw;
    margin: -4.7395833333vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.lyrical-lily>.content>.heading h2 {
        width: 55.37109375vw;
        margin: -12.98828125vw auto 0
    }
}

.character-List .list.lyrical-lily>.content>.body {
    margin: 1.875vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.lyrical-lily>.content>.body {
        margin: 1.85546875vw 0 0
    }
}

.character-List .list.lyrical-lily>.content>.body .introduction>.heading {
    color: #f688ec;
    letter-spacing: -.05em
}

.character-List .list.unichord {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.unichord {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.unichord:before {
    background: #80c937
}

.character-List .list.unichord>.content>.heading h2 {
    width: 16.9791666667vw;
    margin: -4.1666666667vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.unichord>.content>.heading h2 {
        width: 52.5390625vw;
        margin: -12.6953125vw auto 0
    }
}

.character-List .list.unichord>.content>.body {
    margin: 1.09375vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.unichord>.content>.body {
        margin: 1.3671875vw 0 0
    }
}

.character-List .list.unichord>.content>.body .introduction .heading {
    width: 40.3125vw;
    margin: 0 auto
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.unichord>.content>.body .introduction .heading {
        width: 75.5859375vw
    }
}

.character-List .list.abyssmare {
    margin: 7.2916666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.abyssmare {
        margin: 21.484375vw 0 0
    }
}

.character-List .list.abyssmare:before {
    background: #a33434
}

.character-List .list.abyssmare>.content>.heading h2 {
    width: 16.6666666667vw;
    margin: -4.21875vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.abyssmare>.content>.heading h2 {
        width: 42.3828125vw;
        margin: -10.7421875vw auto 0
    }
}

.character-List .list.abyssmare>.content>.body {
    margin: 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.abyssmare>.content>.body {
        margin: 1.85546875vw 0 0
    }
}

.character-List .list.abyssmare>.content>.body .introduction .heading {
    width: 43.59375vw;
    margin: 0 auto
}

@media print,
screen and (max-width:1024px) {
    .character-List .list.abyssmare>.content>.body .introduction .heading {
        width: 81.73828125vw
    }
}

.character-List .list.is-animated:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s !important;
    transition: -webkit-transform .3s !important;
    transition: transform .3s !important;
    transition: transform .3s, -webkit-transform .3s !important;
    transition: transform .3s, -webkit-transform .3s !important
}

.character-List .list.is-animated>.content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s !important;
    transition: opacity .5s .3s, -webkit-transform .5s .3s !important;
    transition: transform .5s .3s, opacity .5s .3s !important;
    transition: transform .5s .3s, opacity .5s .3s, -webkit-transform .5s .3s !important
}

.character-List .correlation {
    margin: 6.25vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .correlation {
        margin: 17.578125vw 0 0
    }
}

.character-List .correlation h2 {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .2em;
    text-align: center
}

@media print,
screen and (max-width:1024px) {
    .character-List .correlation h2 {
        font-size: 60px;
        font-size: 6rem
    }
}

.character-List .correlation .image {
    width: 82.5vw;
    margin: 2.6041666667vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-List .correlation .image {
        width: 88.28125vw;
        margin: 4.8828125vw auto 0
    }
}

.character-List .correlation .image a {
    display: block
}

@media print,
screen and (min-width:1025px) {
    .character-List .correlation .image a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .character-List .correlation .image a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }
}

.character-List .correlation .image p {
    margin: 1.5625vw 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .1em;
    text-align: center
}

@media print,
screen and (max-width:1024px) {
    .character-List .correlation .image p {
        margin: 4.8828125vw 0 0;
        font-size: 32px;
        font-size: 3.2rem
    }
}

.character-List .correlation .image img {
    width: 100%;
    height: auto
}

.character-Detail {
    margin: 4.9479166667vw 0 0;
    padding-bottom: 10.4166666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail {
        margin: 7.8125vw 0 0;
        padding-bottom: 19.53125vw
    }
}

.character-Detail .navi ul {
    margin: 0 -2.4739583333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul {
        margin: 11.71875vw 0 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.character-Detail .navi ul li {
    margin: 0 2.1875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li {
        margin: 0
    }
}

.character-Detail .navi ul li a {
    display: block;
    position: relative
}

.character-Detail .navi ul li a:before,
.character-Detail .navi ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.character-Detail .navi ul li a:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media print,
screen and (min-width:1025px) {
    .character-Detail .navi ul li a:hover:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .character-Detail .navi ul li a:hover:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.character-Detail .navi ul li.active a:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.character-Detail .navi ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.character-Detail .navi ul li.happy-around a {
    width: 12.3958333333vw;
    height: 6.875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.happy-around a {
        width: 27.734375vw;
        height: 15.4296875vw
    }
}

.character-Detail .navi ul li.happy-around a:before {
    background: url(../../images/common/character/nav_happy-around_off.png) 0 0 no-repeat;
    background-size: 12.3958333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.happy-around a:before {
        background-size: 27.734375vw
    }
}

.character-Detail .navi ul li.happy-around a:after {
    background: url(../../images/common/character/nav_happy-around_on.png) 0 0 no-repeat;
    background-size: 12.3958333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.happy-around a:after {
        background-size: 27.734375vw
    }
}

.character-Detail .navi ul li.peakyp-key a {
    width: 7.2916666667vw;
    height: 7.2916666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.peakyp-key a {
        width: 15.91796875vw;
        height: 15.91796875vw;
        margin: 0 9.765625vw 5.56640625vw 7.03125vw
    }
}

.character-Detail .navi ul li.peakyp-key a:before {
    background: url(../../images/common/character/nav_peakyp-key_off.png) 0 0 no-repeat;
    background-size: 7.2916666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.peakyp-key a:before {
        background-size: 15.91796875vw
    }
}

.character-Detail .navi ul li.peakyp-key a:after {
    background: url(../../images/common/character/nav_peakyp-key_on.png) 0 0 no-repeat;
    background-size: 7.2916666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.peakyp-key a:after {
        background-size: 15.91796875vw
    }
}

.character-Detail .navi ul li.photon-maiden a {
    width: 9.84375vw;
    height: 6.4583333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.photon-maiden a {
        width: 21.97265625vw;
        height: 14.453125vw
    }
}

.character-Detail .navi ul li.photon-maiden a:before {
    background: url(../../images/common/character/nav_photon-maiden_off.png) 0 0 no-repeat;
    background-size: 9.84375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.photon-maiden a:before {
        background-size: 21.97265625vw
    }
}

.character-Detail .navi ul li.photon-maiden a:after {
    background: url(../../images/common/character/nav_photon-maiden_on.png) 0 0 no-repeat;
    background-size: 9.84375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.photon-maiden a:after {
        background-size: 21.97265625vw
    }
}

.character-Detail .navi ul li.merm4id a {
    width: 13.125vw;
    height: 4.9479166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.merm4id a {
        width: 29.296875vw;
        height: 11.03515625vw
    }
}

.character-Detail .navi ul li.merm4id a:before {
    background: url(../../images/common/character/nav_merm4id_off.png) 0 0 no-repeat;
    background-size: 13.125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.merm4id a:before {
        background-size: 29.296875vw
    }
}

.character-Detail .navi ul li.merm4id a:after {
    background: url(../../images/common/character/nav_merm4id_on.png) 0 0 no-repeat;
    background-size: 13.125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.merm4id a:after {
        background-size: 29.296875vw
    }
}

.character-Detail .navi ul li.rondo a {
    width: 10vw;
    height: 5.625vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.rondo a {
        width: 22.0703125vw;
        height: 12.3046875vw;
        margin: 0 0 0 3.22265625vw
    }
}

.character-Detail .navi ul li.rondo a:before {
    background: url(../../images/common/character/nav_rondo_off.png) 0 0 no-repeat;
    background-size: 10vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.rondo a:before {
        background-size: 22.0703125vw
    }
}

.character-Detail .navi ul li.rondo a:after {
    background: url(../../images/common/character/nav_rondo_on.png) 0 0 no-repeat;
    background-size: 10vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.rondo a:after {
        background-size: 22.0703125vw
    }
}

.character-Detail .navi ul li.lyrical-lily a {
    width: 13.4375vw;
    height: 5.7291666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.lyrical-lily a {
        width: 26.3671875vw;
        height: 11.23046875vw;
        margin: 0 0 0 4.4921875vw
    }
}

.character-Detail .navi ul li.lyrical-lily a:before {
    background: url(../../images/common/character/nav_lyrical-lily_off.png) 0 0 no-repeat;
    background-size: 13.4375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.lyrical-lily a:before {
        background-size: 26.3671875vw
    }
}

.character-Detail .navi ul li.lyrical-lily a:after {
    background: url(../../images/common/character/nav_lyrical-lily_on.png) 0 0 no-repeat;
    background-size: 13.4375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .navi ul li.lyrical-lily a:after {
        background-size: 26.3671875vw
    }
}

.character-Detail .detail>div {
    width: 83.3333333333vw;
    margin-right: auto;
    margin-left: auto
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div {
        width: 100%;
        padding: 0 !important
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.character-Detail .detail>div .content .frame {
    height: 29.6875vw;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame {
        height: 155.6640625vw
    }
}

.character-Detail .detail>div .content .frame:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f00
}

.character-Detail .detail>div .content .frame .images {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.character-Detail .detail>div .content .frame .images>div {
    position: absolute;
    z-index: 1;
    display: none
}

.character-Detail .detail>div .content .frame .images>div:nth-child(1) {
    display: block
}

.character-Detail .detail>div .content .frame .profile {
    width: 46.3541666667vw;
    height: 100%;
    position: relative;
    z-index: 1
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile {
        width: 100%;
        height: auto;
        padding: 11.71875vw 5.859375vw !important;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.character-Detail .detail>div .content .frame .profile div .name {
    font-size: 62px;
    font-size: 6.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em;
    white-space: nowrap
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .name {
        font-size: 104px;
        font-size: 10.4rem;
        line-height: 1.3461538462;
        white-space: normal
    }
}

.character-Detail .detail>div .content .frame .profile div .name span {
    margin: 0 0 .5208333333vw;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .name span {
        margin: 0;
        font-size: 28px;
        font-size: 2.8rem;
        letter-spacing: 0
    }
}

.character-Detail .detail>div .content .frame .profile div .cv {
    margin: 1.8229166667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .cv {
        margin: 1.953125vw 0 0
    }
}

.character-Detail .detail>div .content .frame .profile div .cv span {
    font-weight: 400;
    color: #fff;
    letter-spacing: .05em;
    vertical-align: middle
}

.character-Detail .detail>div .content .frame .profile div .cv span:first-child {
    font-size: 38px;
    font-size: 3.8rem;
    font-family: Barlow, sans-serif
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .cv span:first-child {
        font-size: 64px;
        font-size: 6.4rem
    }
}

.character-Detail .detail>div .content .frame .profile div .cv span:last-child {
    font-size: 32px;
    font-size: 3.2rem
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .cv span:last-child {
        font-size: 54px;
        font-size: 5.4rem
    }
}

.character-Detail .detail>div .content .frame .profile div .introduction {
    margin: 1.5625vw 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 400;
    color: #fff
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .introduction {
        margin: 3.90625vw 0 0;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 2
    }
}

.character-Detail .detail>div .content .frame .profile div .data {
    position: absolute;
    bottom: 4.4270833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .profile div .data {
        margin: 5.859375vw 0 0;
        position: static
    }
}

.character-Detail .detail>div .content .frame .profile div .data img {
    width: 100%;
    height: auto
}

.character-Detail .detail>div .content .frame .serif {
    position: absolute;
    top: 2.6041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .frame .serif {
        top: 5.859375vw;
        left: auto !important;
        right: 5.859375vw !important;
        z-index: 1
    }
}

.character-Detail .detail>div .content .frame .serif img {
    width: 100%;
    height: auto
}

.character-Detail .detail>div .content .en {
    margin: 1.5625vw 0 0;
    text-align: right
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .en {
        margin: 0 5.859375vw 5.859375vw 0
    }
}

.character-Detail .detail>div .content .en p {
    font-family: Barlow, sans-serif;
    font-weight: 300
}

.character-Detail .detail>div .content .en p.unit {
    font-size: 30px;
    font-size: 3rem
}

.character-Detail .detail>div .content .en p.name {
    margin: .78125vw 0 0;
    font-size: 80px;
    font-size: 8rem;
    -webkit-transform: translateX(.25vw);
    transform: translateX(.25vw)
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .en p.name {
        margin: 1.953125vw 0 0
    }
}

.character-Detail .detail>div .content .changer {
    width: 11.1458333333vw;
    height: 11.1458333333vw;
    z-index: 2;
    position: absolute;
    top: 1.5625vw;
    cursor: pointer
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .changer {
        width: 20.8984375vw;
        height: 20.8984375vw;
        top: 5.6640625vw;
        left: 5.859375vw !important;
        right: auto !important
    }
}

.character-Detail .detail>div .content .changer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/common/character/btn_changer.png) 0 0 no-repeat;
    background-size: 11.1458333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div .content .changer:before {
        background-size: 20.8984375vw
    }
}

.character-Detail .detail>div .content .changer>div {
    position: absolute;
    display: none
}

.character-Detail .detail>div .content .changer>div:nth-child(1) {
    display: block
}

@media print,
screen and (min-width:1025px) {
    .character-Detail .detail>div .content .changer:before {
        -webkit-transition: .3s;
        transition: .3s
    }

    .character-Detail .detail>div .content .changer:hover:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.character-Detail .detail>div:nth-of-type(odd) .content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem)
}

.character-Detail .detail>div:nth-of-type(odd) .content .profile {
    padding: 2.6041666667vw 7.03125vw 0 2.6041666667vw
}

.character-Detail .detail>div:nth-of-type(odd) .content .serif {
    right: 2.6041666667vw
}

.character-Detail .detail>div:nth-of-type(odd) .content .changer {
    right: 30.2083333333vw
}

.character-Detail .detail>div:nth-of-type(even) .content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem)
}

.character-Detail .detail>div:nth-of-type(even) .content .profile {
    padding: 2.6041666667vw 2.6041666667vw 0 7.03125vw;
    margin: 0 0 0 auto
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div:nth-of-type(even) .content .profile {
        margin: 0
    }
}

.character-Detail .detail>div:nth-of-type(even) .content .serif {
    left: 2.6041666667vw
}

.character-Detail .detail>div:nth-of-type(even) .content .changer {
    left: 30.2083333333vw
}

.character-Detail .detail>div.is-animated .content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s, -webkit-transform .5s !important;
    transition: opacity .5s, -webkit-transform .5s !important;
    transition: opacity .5s, transform .5s !important;
    transition: opacity .5s, transform .5s, -webkit-transform .5s !important
}

.character-Detail .detail>div.is-animated .content .frame .images {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s .25s, -webkit-transform 1s .25s !important;
    transition: opacity 1s .25s, -webkit-transform 1s .25s !important;
    transition: opacity 1s .25s, transform 1s .25s !important;
    transition: opacity 1s .25s, transform 1s .25s, -webkit-transform 1s .25s !important
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail>div+div {
        margin: 19.53125vw 0 0 !important
    }
}

.character-Detail .detail.happy-around>div .content .en {
    color: #ffb5bd
}

.character-Detail .detail.happy-around .aimoto-rinku {
    margin-top: 3.28125vw;
    padding-top: 6.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku {
        margin: 18.5546875vw 0 0 !important
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame:before {
    background: url(../../images/pc/character/happy-around/bg_aimoto-rinku.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame:before {
        background: url(../../images/sp/character/happy-around/bg_aimoto-rinku.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame .images>div:nth-child(1) {
    width: 23.2291666667vw;
    height: 50.2083333333vw;
    background: url(../../images/common/character/happy-around/img_aimoto-rinku_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.3541666667vw;
    right: 7.7604166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .images>div:nth-child(1) {
        width: 81.640625vw;
        height: 176.5625vw;
        top: -24.0234375vw;
        right: auto;
        left: 9.1796875vw
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame .images>div:nth-child(2) {
    width: 17.7604166667vw;
    height: 49.1666666667vw;
    background: url(../../images/common/character/happy-around/img_aimoto-rinku_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.3125vw;
    right: 11.1979166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .images>div:nth-child(2) {
        width: 62.40234375vw;
        height: 172.65625vw;
        top: -20.1171875vw;
        right: auto;
        left: 18.84765625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .profile {
        background: rgba(255, 110, 0, .5)
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame .profile .data {
    width: 28.2291666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .profile .data {
        width: 88.37890625vw
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame .serif {
    width: 5.5729166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .serif {
        width: 18.5546875vw
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame .changer>div:nth-child(1) {
    width: 2.8645833333vw;
    height: 7.9166666667vw;
    background: url(../../images/common/character/happy-around/icon_aimoto-rinku_2.png) 0 0 no-repeat;
    background-size: 2.8645833333vw;
    top: 1.6145833333vw;
    left: 4.0625vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .changer>div:nth-child(1) {
        width: 5.37109375vw;
        height: 14.84375vw;
        background: url(../../images/common/character/happy-around/icon_aimoto-rinku_2.png) 0 0 no-repeat;
        background-size: 5.37109375vw;
        top: 3.02734375vw;
        left: 7.6171875vw
    }
}

.character-Detail .detail.happy-around .aimoto-rinku .content .frame .changer>div:nth-child(2) {
    width: 3.90625vw;
    height: 8.2291666667vw;
    background: url(../../images/common/character/happy-around/icon_aimoto-rinku_1.png) 0 0 no-repeat;
    background-size: 3.90625vw;
    top: 1.40625vw;
    left: 3.75vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .aimoto-rinku .content .frame .changer>div:nth-child(2) {
        width: 7.32421875vw;
        height: 15.4296875vw;
        background: url(../../images/common/character/happy-around/icon_aimoto-rinku_1.png) 0 0 no-repeat;
        background-size: 7.32421875vw;
        top: 2.63671875vw;
        left: 7.03125vw
    }
}

.character-Detail .detail.happy-around .akashi-maho {
    margin-top: 7.03125vw;
    padding-top: 6.25vw
}

.character-Detail .detail.happy-around .akashi-maho .content .frame:before {
    background: url(../../images/pc/character/happy-around/bg_akashi-maho.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame:before {
        background: url(../../images/sp/character/happy-around/bg_akashi-maho.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.happy-around .akashi-maho .content .frame .images>div:nth-child(1) {
    width: 16.3020833333vw;
    height: 50.15625vw;
    background: url(../../images/common/character/happy-around/img_akashi-maho_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.3020833333vw;
    left: 10.9895833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .images>div:nth-child(1) {
        width: 57.32421875vw;
        height: 176.171875vw;
        top: -24.4140625vw;
        left: 21.38671875vw
    }
}

.character-Detail .detail.happy-around .akashi-maho .content .frame .images>div:nth-child(2) {
    width: 15.5208333333vw;
    height: 50.0520833333vw;
    background: url(../../images/common/character/happy-around/img_akashi-maho_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.1979166667vw;
    left: 13.3333333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .images>div:nth-child(2) {
        width: 54.58984375vw;
        height: 175.9765625vw;
        top: -24.21875vw;
        left: 22.75390625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .profile {
        background: rgba(255, 220, 20, .5)
    }
}

.character-Detail .detail.happy-around .akashi-maho .content .frame .profile .data {
    width: 31.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .profile .data {
        width: 80.859375vw
    }
}

.character-Detail .detail.happy-around .akashi-maho .content .frame .serif {
    width: 6.4583333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .serif {
        width: 21.19140625vw
    }
}

.character-Detail .detail.happy-around .akashi-maho .content .frame .changer>div:nth-child(1) {
    width: 2.3958333333vw;
    height: 8.125vw;
    background: url(../../images/common/character/happy-around/icon_akashi-maho_2.png) 0 0 no-repeat;
    background-size: 2.3958333333vw;
    top: 1.5104166667vw;
    left: 4.53125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .changer>div:nth-child(1) {
        width: 4.4921875vw;
        height: 15.234375vw;
        background: url(../../images/common/character/happy-around/icon_akashi-maho_2.png) 0 0 no-repeat;
        background-size: 4.4921875vw;
        top: 2.83203125vw;
        left: 8.49609375vw
    }
}

.character-Detail .detail.happy-around .akashi-maho .content .frame .changer>div:nth-child(2) {
    width: 2.65625vw;
    height: 8.125vw;
    background: url(../../images/common/character/happy-around/icon_akashi-maho_1.png) 0 0 no-repeat;
    background-size: 2.65625vw;
    top: 1.5104166667vw;
    left: 4.0625vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .akashi-maho .content .frame .changer>div:nth-child(2) {
        width: 4.98046875vw;
        height: 15.234375vw;
        background: url(../../images/common/character/happy-around/icon_akashi-maho_1.png) 0 0 no-repeat;
        background-size: 4.98046875vw;
        top: 2.83203125vw;
        left: 7.6171875vw
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni {
    margin-top: .78125vw;
    padding-top: 12.5vw
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame:before {
    background: url(../../images/pc/character/happy-around/bg_ohnaruto-muni.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame:before {
        background: url(../../images/sp/character/happy-around/bg_ohnaruto-muni.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame .images>div:nth-child(1) {
    width: 24.5833333333vw;
    height: 56.40625vw;
    background: url(../../images/common/character/happy-around/img_ohnaruto-muni_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -12.5vw;
    right: 9.84375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .images>div:nth-child(1) {
        width: 86.42578125vw;
        height: 198.14453125vw;
        top: -46.38671875vw;
        right: auto;
        left: -6.8359375vw
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame .images>div:nth-child(2) {
    width: 16.8229166667vw;
    height: 48.75vw;
    background: url(../../images/common/character/happy-around/img_ohnaruto-muni_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -4.84375vw;
    right: 13.1770833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .images>div:nth-child(2) {
        width: 59.66796875vw;
        height: 171.38671875vw;
        top: -19.62890625vw;
        right: auto;
        left: 20.21484375vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .profile {
        background: rgba(247, 116, 210, .5)
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame .profile .data {
    width: 26.7708333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .profile .data {
        width: 83.59375vw
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame .serif {
    width: 6.8229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .serif {
        width: 22.4609375vw
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame .changer>div:nth-child(1) {
    width: 2.7083333333vw;
    height: 7.9166666667vw;
    background: url(../../images/common/character/happy-around/icon_ohnaruto-muni_2.png) 0 0 no-repeat;
    background-size: 2.7083333333vw;
    top: 1.6145833333vw;
    left: 4.0104166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .changer>div:nth-child(1) {
        width: 5.078125vw;
        height: 14.84375vw;
        background: url(../../images/common/character/happy-around/icon_ohnaruto-muni_2.png) 0 0 no-repeat;
        background-size: 5.078125vw;
        top: 3.02734375vw;
        left: 7.51953125vw
    }
}

.character-Detail .detail.happy-around .ohnaruto-muni .content .frame .changer>div:nth-child(2) {
    width: 3.6979166667vw;
    height: 8.4895833333vw;
    background: url(../../images/common/character/happy-around/icon_ohnaruto-muni_1.png) 0 0 no-repeat;
    background-size: 3.6979166667vw;
    top: 1.3541666667vw;
    left: 3.4895833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .ohnaruto-muni .content .frame .changer>div:nth-child(2) {
        width: 6.93359375vw;
        height: 15.91796875vw;
        background: url(../../images/common/character/happy-around/icon_ohnaruto-muni_1.png) 0 0 no-repeat;
        background-size: 6.93359375vw;
        top: 2.5390625vw;
        left: 6.54296875vw
    }
}

.character-Detail .detail.happy-around .togetsu-rei {
    margin-top: 7.5vw;
    padding-top: 5.78125vw
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame:before {
    background: url(../../images/pc/character/happy-around/bg_togetsu-rei.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame:before {
        background: url(../../images/sp/character/happy-around/bg_togetsu-rei.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame .images>div:nth-child(1) {
    width: 23.8541666667vw;
    height: 51.9270833333vw;
    background: url(../../images/common/character/happy-around/img_togetsu-rei_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.78125vw;
    left: 7.8645833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .images>div:nth-child(1) {
        width: 84.08203125vw;
        height: 182.6171875vw;
        top: -30.859375vw;
        left: 8.0078125vw
    }
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame .images>div:nth-child(2) {
    width: 20.1041666667vw;
    height: 51.5625vw;
    background: url(../../images/common/character/happy-around/img_togetsu-rei_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.4166666667vw;
    left: 8.75vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .images>div:nth-child(2) {
        width: 70.703125vw;
        height: 181.25vw;
        top: -29.4921875vw;
        left: 14.6484375vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .profile {
        background: rgba(60, 100, 255, .5)
    }
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame .profile .data {
    width: 25.1041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .profile .data {
        width: 78.515625vw
    }
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame .serif {
    width: 5.9375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .serif {
        width: 19.53125vw
    }
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame .changer>div:nth-child(1) {
    width: 3.28125vw;
    height: 8.3333333333vw;
    background: url(../../images/common/character/happy-around/icon_togetsu-rei_2.png) 0 0 no-repeat;
    background-size: 3.28125vw;
    top: 1.3541666667vw;
    left: 3.8020833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .changer>div:nth-child(1) {
        width: 6.15234375vw;
        height: 15.625vw;
        background: url(../../images/common/character/happy-around/icon_togetsu-rei_2.png) 0 0 no-repeat;
        background-size: 6.15234375vw;
        top: 2.5390625vw;
        left: 7.12890625vw
    }
}

.character-Detail .detail.happy-around .togetsu-rei .content .frame .changer>div:nth-child(2) {
    width: 3.8541666667vw;
    height: 8.4375vw;
    background: url(../../images/common/character/happy-around/icon_togetsu-rei_1.png) 0 0 no-repeat;
    background-size: 3.8541666667vw;
    top: 1.25vw;
    left: 3.6979166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.happy-around .togetsu-rei .content .frame .changer>div:nth-child(2) {
        width: 7.2265625vw;
        height: 15.8203125vw;
        background: url(../../images/common/character/happy-around/icon_togetsu-rei_1.png) 0 0 no-repeat;
        background-size: 7.2265625vw;
        top: 2.34375vw;
        left: 6.93359375vw
    }
}

.character-Detail .detail.peakyp-key>div .content .en {
    color: #444
}

.character-Detail .detail.peakyp-key .yamate-kyoko {
    margin-top: 1.1458333333vw;
    padding-top: 8.4895833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko {
        margin: 18.5546875vw 0 0 !important
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame:before {
    background: url(../../images/pc/character/peakyp-key/bg_yamate-kyoko.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame:before {
        background: url(../../images/sp/character/peakyp-key/bg_yamate-kyoko.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .images>div:nth-child(1) {
    width: 13.3333333333vw;
    height: 50.2083333333vw;
    background: url(../../images/common/character/peakyp-key/img_yamate-kyoko_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.40625vw;
    right: 14.375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .images>div:nth-child(1) {
        width: 48.14453125vw;
        height: 181.54296875vw;
        top: -29.8828125vw;
        right: 0;
        left: 25.9765625vw
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .images>div:nth-child(2) {
    width: 17.0833333333vw;
    height: 51.875vw;
    background: url(../../images/common/character/peakyp-key/img_yamate-kyoko_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -8.4895833333vw;
    right: 12.5vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .images>div:nth-child(2) {
        width: 61.71875vw;
        height: 187.20703125vw;
        top: -35.44921875vw;
        right: auto;
        left: 19.140625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .profile {
        background: rgba(201, 0, 0, .5)
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .profile .data {
    width: 23.3333333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .profile .data {
        width: 72.94921875vw
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .serif {
    width: 8.59375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .serif {
        width: 31.93359375vw
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .changer>div:nth-child(1) {
    width: 3.0208333333vw;
    height: 8.0729166667vw;
    background: url(../../images/common/character/peakyp-key/icon_yamate-kyoko_2.png) 0 0 no-repeat;
    background-size: 3.0208333333vw;
    top: 1.5104166667vw;
    left: 4.0625vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .changer>div:nth-child(1) {
        width: 5.6640625vw;
        height: 15.13671875vw;
        background: url(../../images/common/character/peakyp-key/icon_yamate-kyoko_2.png) 0 0 no-repeat;
        background-size: 5.6640625vw;
        top: 2.83203125vw;
        left: 7.6171875vw
    }
}

.character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .changer>div:nth-child(2) {
    width: 2.2395833333vw;
    height: 8.4375vw;
    background: url(../../images/common/character/peakyp-key/icon_yamate-kyoko_1.png) 0 0 no-repeat;
    background-size: 2.2395833333vw;
    top: 1.3020833333vw;
    left: 4.4791666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .yamate-kyoko .content .frame .changer>div:nth-child(2) {
        width: 4.19921875vw;
        height: 15.8203125vw;
        background: url(../../images/common/character/peakyp-key/icon_yamate-kyoko_1.png) 0 0 no-repeat;
        background-size: 4.19921875vw;
        top: 2.44140625vw;
        left: 8.3984375vw
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu {
    margin-top: 8.2291666667vw;
    padding-top: 5.0520833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame {
        height: 161.71875vw
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame:before {
    background: url(../../images/pc/character/peakyp-key/bg_inuyose-shinobu.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame:before {
        background: url(../../images/sp/character/peakyp-key/bg_inuyose-shinobu.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .images>div:nth-child(1) {
    width: 11.8229166667vw;
    height: 48.90625vw;
    background: url(../../images/common/character/peakyp-key/img_inuyose-shinobu_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.0520833333vw;
    left: 14.375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .images>div:nth-child(1) {
        width: 42.67578125vw;
        height: 176.26953125vw;
        top: -24.51171875vw;
        left: 28.7109375vw
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .images>div:nth-child(2) {
    width: 15.15625vw;
    height: 47.1354166667vw;
    background: url(../../images/common/character/peakyp-key/img_inuyose-shinobu_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -3.28125vw;
    left: 12.7083333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .images>div:nth-child(2) {
        width: 54.58984375vw;
        height: 170.21484375vw;
        top: -18.45703125vw;
        left: 22.75390625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .profile {
        background: rgba(199, 100, 180, .5)
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .profile .data {
    width: 25.5729166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .profile .data {
        width: 79.98046875vw
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .serif {
    width: 7.8645833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .serif {
        width: 29.296875vw
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .changer>div:nth-child(1) {
    width: 2.4479166667vw;
    height: 7.5520833333vw;
    background: url(../../images/common/character/peakyp-key/icon_inuyose-shinobu_2.png) 0 0 no-repeat;
    background-size: 2.4479166667vw;
    top: 1.7708333333vw;
    left: 4.375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .changer>div:nth-child(1) {
        width: 4.58984375vw;
        height: 14.16015625vw;
        background: url(../../images/common/character/peakyp-key/icon_inuyose-shinobu_2.png) 0 0 no-repeat;
        background-size: 4.58984375vw;
        top: 3.3203125vw;
        left: 8.203125vw
    }
}

.character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .changer>div:nth-child(2) {
    width: 2.03125vw;
    height: 8.1770833333vw;
    background: url(../../images/common/character/peakyp-key/icon_inuyose-shinobu_1.png) 0 0 no-repeat;
    background-size: 2.03125vw;
    top: 1.4583333333vw;
    left: 4.375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .inuyose-shinobu .content .frame .changer>div:nth-child(2) {
        width: 3.80859375vw;
        height: 15.33203125vw;
        background: url(../../images/common/character/peakyp-key/icon_inuyose-shinobu_1.png) 0 0 no-repeat;
        background-size: 3.80859375vw;
        top: 2.734375vw;
        left: 8.203125vw
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka {
    margin-top: 3.8020833333vw;
    padding-top: 9.4791666667vw
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame:before {
    background: url(../../images/pc/character/peakyp-key/bg_sasago-jennifer-yuka.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame:before {
        background: url(../../images/sp/character/peakyp-key/bg_sasago-jennifer-yuka.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .images>div:nth-child(1) {
    width: 17.2916666667vw;
    height: 51.9791666667vw;
    background: url(../../images/common/character/peakyp-key/img_sasago-jennifer-yuka_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -8.0729166667vw;
    right: 10.8333333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .images>div:nth-child(1) {
        width: 60.05859375vw;
        height: 183.69140625vw;
        top: -31.93359375vw;
        right: auto;
        left: 19.53125vw
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .images>div:nth-child(2) {
    width: 13.0208333333vw;
    height: 53.3854166667vw;
    background: url(../../images/common/character/peakyp-key/img_sasago-jennifer-yuka_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -9.4791666667vw;
    right: 12.96875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .images>div:nth-child(2) {
        width: 45.80078125vw;
        height: 187.6953125vw;
        top: -35.9375vw;
        right: auto;
        left: 27.1484375vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .profile {
        background: rgba(220, 170, 11, .5)
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .profile .name {
    letter-spacing: 0
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .profile .data {
    width: 24.6354166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .profile .data {
        width: 77.05078125vw
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .serif {
    width: 5.3645833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .serif {
        width: 20.01953125vw
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .changer>div:nth-child(1) {
    width: 2.1875vw;
    height: 8.5416666667vw;
    background: url(../../images/common/character/peakyp-key/icon_sasago-jennifer-yuka_2.png) 0 0 no-repeat;
    background-size: 2.1875vw;
    top: 1.1979166667vw;
    left: 4.4791666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .changer>div:nth-child(1) {
        width: 4.1015625vw;
        height: 16.015625vw;
        background: url(../../images/common/character/peakyp-key/icon_sasago-jennifer-yuka_2.png) 0 0 no-repeat;
        background-size: 4.1015625vw;
        top: 2.24609375vw;
        left: 8.3984375vw
    }
}

.character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .changer>div:nth-child(2) {
    width: 2.7604166667vw;
    height: 8.3333333333vw;
    background: url(../../images/common/character/peakyp-key/icon_sasago-jennifer-yuka_1.png) 0 0 no-repeat;
    background-size: 2.7604166667vw;
    top: 1.3541666667vw;
    left: 4.3229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .sasago-jennifer-yuka .content .frame .changer>div:nth-child(2) {
        width: 5.17578125vw;
        height: 15.625vw;
        background: url(../../images/common/character/peakyp-key/icon_sasago-jennifer-yuka_1.png) 0 0 no-repeat;
        background-size: 5.17578125vw;
        top: 2.5390625vw;
        left: 8.10546875vw
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora {
    margin-top: 8.2291666667vw;
    padding-top: 5.0520833333vw
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame:before {
    background: url(../../images/pc/character/peakyp-key/bg_shimizu-esora.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame:before {
        background: url(../../images/sp/character/peakyp-key/bg_shimizu-esora.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame .images>div:nth-child(1) {
    width: 13.125vw;
    height: 49.21875vw;
    background: url(../../images/common/character/peakyp-key/img_shimizu-esora_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -3.0729166667vw;
    left: 12.1875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .images>div:nth-child(1) {
        width: 47.36328125vw;
        height: 177.44140625vw;
        top: -25.68359375vw;
        left: 25.48828125vw
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame .images>div:nth-child(2) {
    width: 20.2604166667vw;
    height: 50.9375vw;
    background: url(../../images/common/character/peakyp-key/img_shimizu-esora_2.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.0520833333vw;
    left: 8.59375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .images>div:nth-child(2) {
        width: 73.14453125vw;
        height: 183.69140625vw;
        top: -32.03125vw;
        left: 12.5vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .profile {
        background: rgba(39, 131, 93, .5)
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame .profile .data {
    width: 22.6041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .profile .data {
        width: 70.80078125vw
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame .serif {
    width: 2.7604166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .serif {
        width: 10.3515625vw
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame .changer>div:nth-child(1) {
    width: 3.2291666667vw;
    height: 8.125vw;
    background: url(../../images/common/character/peakyp-key/icon_shimizu-esora_2.png) 0 0 no-repeat;
    background-size: 3.2291666667vw;
    top: 1.5625vw;
    left: 3.9583333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .changer>div:nth-child(1) {
        width: 6.0546875vw;
        height: 15.234375vw;
        background: url(../../images/common/character/peakyp-key/icon_shimizu-esora_2.png) 0 0 no-repeat;
        background-size: 6.0546875vw;
        top: 2.9296875vw;
        left: 7.421875vw
    }
}

.character-Detail .detail.peakyp-key .shimizu-esora .content .frame .changer>div:nth-child(2) {
    width: 2.1354166667vw;
    height: 8.0729166667vw;
    background: url(../../images/common/character/peakyp-key/icon_shimizu-esora_1.png) 0 0 no-repeat;
    background-size: 2.1354166667vw;
    top: 1.5625vw;
    left: 4.53125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.peakyp-key .shimizu-esora .content .frame .changer>div:nth-child(2) {
        width: 4.00390625vw;
        height: 15.13671875vw;
        background: url(../../images/common/character/peakyp-key/icon_shimizu-esora_1.png) 0 0 no-repeat;
        background-size: 4.00390625vw;
        top: 2.9296875vw;
        left: 8.49609375vw
    }
}

.character-Detail .detail.photon-maiden>div .content .en {
    color: #dbffed
}

.character-Detail .detail.photon-maiden .izumo-saki {
    margin-top: 2.3958333333vw;
    padding-top: 7.2395833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .izumo-saki {
        margin: 18.5546875vw 0 0 !important
    }
}

.character-Detail .detail.photon-maiden .izumo-saki .content .frame:before {
    background: url(../../images/pc/character/photon-maiden/bg_izumo-saki.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .izumo-saki .content .frame:before {
        background: url(../../images/sp/character/photon-maiden/bg_izumo-saki.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.photon-maiden .izumo-saki .content .frame .images>div:nth-child(1) {
    width: 21.3020833333vw;
    height: 51.0416666667vw;
    background: url(../../images/common/character/photon-maiden/img_izumo-saki_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -7.2395833333vw;
    right: 17.03125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .izumo-saki .content .frame .images>div:nth-child(1) {
        width: 68.359375vw;
        height: 179.4921875vw;
        top: -26.953125vw;
        right: auto;
        left: 0
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .izumo-saki .content .frame .profile {
        background: rgba(160, 191, 170, .5)
    }
}

.character-Detail .detail.photon-maiden .izumo-saki .content .frame .profile .data {
    width: 21.71875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .izumo-saki .content .frame .profile .data {
        width: 67.87109375vw
    }
}

.character-Detail .detail.photon-maiden .izumo-saki .content .frame .serif {
    width: 6.71875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .izumo-saki .content .frame .serif {
        width: 19.921875vw
    }
}

.character-Detail .detail.photon-maiden .niijima-ibuki {
    margin-top: 4.84375vw;
    padding-top: 8.4375vw
}

.character-Detail .detail.photon-maiden .niijima-ibuki .content .frame:before {
    background: url(../../images/pc/character/photon-maiden/bg_niijima-ibuki.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .niijima-ibuki .content .frame:before {
        background: url(../../images/sp/character/photon-maiden/bg_niijima-ibuki.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .images>div:nth-child(1) {
    width: 18.0729166667vw;
    height: 51.25vw;
    background: url(../../images/common/character/photon-maiden/img_niijima-ibuki_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -8.4375vw;
    left: 15.78125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .images>div:nth-child(1) {
        width: 63.4765625vw;
        height: 180.2734375vw;
        top: -28.515625vw;
        left: 7.8125vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .profile {
        background: rgba(172, 185, 181, .5)
    }
}

.character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .profile .data {
    width: 23.75vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .profile .data {
        width: 74.21875vw
    }
}

.character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .serif {
    width: 5.9375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .niijima-ibuki .content .frame .serif {
        width: 17.7734375vw
    }
}

.character-Detail .detail.photon-maiden .hanamaki-towa {
    margin-top: 9.0104166667vw;
    padding-top: 4.2708333333vw
}

.character-Detail .detail.photon-maiden .hanamaki-towa .content .frame:before {
    background: url(../../images/pc/character/photon-maiden/bg_hanamaki-towa.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .hanamaki-towa .content .frame:before {
        background: url(../../images/sp/character/photon-maiden/bg_hanamaki-towa.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .images>div:nth-child(1) {
    width: 16.7708333333vw;
    height: 48.1770833333vw;
    background: url(../../images/common/character/photon-maiden/img_hanamaki-towa_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -4.2708333333vw;
    right: 15.6770833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .images>div:nth-child(1) {
        width: 60.546875vw;
        height: 169.23828125vw;
        top: -17.48046875vw;
        right: auto;
        left: 4.8828125vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .profile {
        background: rgba(117, 209, 250, .5)
    }
}

.character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .profile .data {
    width: 22.6041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .profile .data {
        width: 70.60546875vw
    }
}

.character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .serif {
    width: 6.1458333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .hanamaki-towa .content .frame .serif {
        width: 18.1640625vw
    }
}

.character-Detail .detail.photon-maiden .fukushima-noa {
    margin-top: 6.9791666667vw;
    padding-top: 6.3020833333vw
}

.character-Detail .detail.photon-maiden .fukushima-noa .content .frame:before {
    background: url(../../images/pc/character/photon-maiden/bg_fukushima-noa.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .fukushima-noa .content .frame:before {
        background: url(../../images/sp/character/photon-maiden/bg_fukushima-noa.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.photon-maiden .fukushima-noa .content .frame .images>div:nth-child(1) {
    width: 16.40625vw;
    height: 52.4479166667vw;
    background: url(../../images/common/character/photon-maiden/img_fukushima-noa_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.3020833333vw;
    left: 13.9583333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .fukushima-noa .content .frame .images>div:nth-child(1) {
        width: 54.78515625vw;
        height: 177.734375vw;
        top: -25.9765625vw;
        left: 11.71875vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .fukushima-noa .content .frame .profile {
        background: rgba(169, 178, 144, .5)
    }
}

.character-Detail .detail.photon-maiden .fukushima-noa .content .frame .profile .data {
    width: 25.8333333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .fukushima-noa .content .frame .profile .data {
        width: 80.76171875vw
    }
}

.character-Detail .detail.photon-maiden .fukushima-noa .content .frame .serif {
    width: 6.1458333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.photon-maiden .fukushima-noa .content .frame .serif {
        width: 18.1640625vw
    }
}

.character-Detail .detail.merm4id>div .content .en {
    color: #ffa
}

.character-Detail .detail.merm4id .seto-rika {
    margin-top: 1.875vw;
    padding-top: 7.7604166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .seto-rika {
        margin: 18.5546875vw 0 0 !important
    }
}

.character-Detail .detail.merm4id .seto-rika .content .frame:before {
    background: url(../../images/pc/character/merm4id/bg_seto-rika.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .seto-rika .content .frame:before {
        background: url(../../images/sp/character/merm4id/bg_seto-rika.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.merm4id .seto-rika .content .frame .images>div:nth-child(1) {
    width: 28.8541666667vw;
    height: 51.5625vw;
    background: url(../../images/common/character/merm4id/img_seto-rika_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -7.7604166667vw;
    right: 9.3229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .seto-rika .content .frame .images>div:nth-child(1) {
        width: 101.26953125vw;
        height: 181.34765625vw;
        top: -28.80859375vw;
        right: auto;
        left: 2.05078125vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .seto-rika .content .frame .profile {
        background: rgba(255, 70, 90, .5)
    }
}

.character-Detail .detail.merm4id .seto-rika .content .frame .profile .data {
    width: 22.65625vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .seto-rika .content .frame .profile .data {
        width: 70.703125vw
    }
}

.character-Detail .detail.merm4id .seto-rika .content .frame .serif {
    width: 6.25vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .seto-rika .content .frame .serif {
        width: 22.265625vw
    }
}

.character-Detail .detail.merm4id .mizushima-marika {
    margin-top: 4.21875vw;
    padding-top: 9.0625vw
}

.character-Detail .detail.merm4id .mizushima-marika .content .frame:before {
    background: url(../../images/pc/character/merm4id/bg_mizushima-marika.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .mizushima-marika .content .frame:before {
        background: url(../../images/sp/character/merm4id/bg_mizushima-marika.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.merm4id .mizushima-marika .content .frame .images>div:nth-child(1) {
    width: 17.2916666667vw;
    height: 52.9166666667vw;
    background: url(../../images/common/character/merm4id/img_mizushima-marika_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -9.0625vw;
    left: 13.4895833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .mizushima-marika .content .frame .images>div:nth-child(1) {
        width: 60.64453125vw;
        height: 185.9375vw;
        top: -34.1796875vw;
        left: 0
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .mizushima-marika .content .frame .profile {
        background: rgba(47, 201, 0, .5)
    }
}

.character-Detail .detail.merm4id .mizushima-marika .content .frame .profile .data {
    width: 24.7916666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .mizushima-marika .content .frame .profile .data {
        width: 77.34375vw
    }
}

.character-Detail .detail.merm4id .mizushima-marika .content .frame .serif {
    width: 5.9895833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .mizushima-marika .content .frame .serif {
        width: 21.484375vw
    }
}

.character-Detail .detail.merm4id .hidaka-saori {
    margin-top: 10.15625vw;
    padding-top: 3.125vw
}

.character-Detail .detail.merm4id .hidaka-saori .content .frame:before {
    background: url(../../images/pc/character/merm4id/bg_hidaka-saori.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .hidaka-saori .content .frame:before {
        background: url(../../images/sp/character/merm4id/bg_hidaka-saori.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.merm4id .hidaka-saori .content .frame .images>div:nth-child(1) {
    width: 18.8541666667vw;
    height: 47.03125vw;
    background: url(../../images/common/character/merm4id/img_hidaka-saori_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -3.125vw;
    right: 15.625vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .hidaka-saori .content .frame .images>div:nth-child(1) {
        width: 66.30859375vw;
        height: 165.234375vw;
        top: -13.4765625vw;
        right: auto;
        left: 0
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .hidaka-saori .content .frame .profile {
        background: rgba(255, 0, 170, .5)
    }
}

.character-Detail .detail.merm4id .hidaka-saori .content .frame .profile .data {
    width: 24.4791666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .hidaka-saori .content .frame .profile .data {
        width: 76.3671875vw
    }
}

.character-Detail .detail.merm4id .hidaka-saori .content .frame .serif {
    width: 5.8854166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .hidaka-saori .content .frame .serif {
        width: 20.80078125vw
    }
}

.character-Detail .detail.merm4id .matsuyama-dalia {
    margin-top: 6.71875vw;
    padding-top: 6.5625vw
}

.character-Detail .detail.merm4id .matsuyama-dalia .content .frame:before {
    background: url(../../images/pc/character/merm4id/bg_matsuyama-dalia.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .matsuyama-dalia .content .frame:before {
        background: url(../../images/sp/character/merm4id/bg_matsuyama-dalia.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.merm4id .matsuyama-dalia .content .frame .images>div:nth-child(1) {
    width: 23.59375vw;
    height: 52.7083333333vw;
    background: url(../../images/common/character/merm4id/img_matsuyama-dalia_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.5625vw;
    left: 11.1979166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .matsuyama-dalia .content .frame .images>div:nth-child(1) {
        width: 82.8125vw;
        height: 185.25390625vw;
        top: -33.49609375vw;
        left: 0
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .matsuyama-dalia .content .frame .profile {
        background: rgba(186, 208, 5, .5)
    }
}

.character-Detail .detail.merm4id .matsuyama-dalia .content .frame .profile .data {
    width: 21.9791666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .matsuyama-dalia .content .frame .profile .data {
        width: 68.5546875vw
    }
}

.character-Detail .detail.merm4id .matsuyama-dalia .content .frame .serif {
    width: 6.25vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.merm4id .matsuyama-dalia .content .frame .serif {
        width: 22.265625vw
    }
}

.character-Detail .detail.rondo>div .content .en {
    color: #e4d6ff
}

.character-Detail .detail.rondo .aoyagi-tsubaki {
    margin-top: 2.0833333333vw;
    padding-top: 7.5520833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .aoyagi-tsubaki {
        margin: 18.5546875vw 0 0 !important
    }
}

.character-Detail .detail.rondo .aoyagi-tsubaki .content .frame:before {
    background: url(../../images/pc/character/rondo/bg_aoyagi-tsubaki.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .aoyagi-tsubaki .content .frame:before {
        background: url(../../images/sp/character/rondo/bg_aoyagi-tsubaki.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .images>div:nth-child(1) {
    width: 20.8854166667vw;
    height: 51.3541666667vw;
    background: url(../../images/common/character/rondo/img_aoyagi-tsubaki_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -7.5520833333vw;
    right: 15.0520833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .images>div:nth-child(1) {
        width: 73.33984375vw;
        height: 180.56640625vw;
        top: -28.80859375vw;
        right: auto;
        left: -7.2265625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .profile {
        background: rgba(16, 10, 112, .5)
    }
}

.character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .profile .data {
    width: 26.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .profile .data {
        width: 82.51953125vw
    }
}

.character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .serif {
    width: 6.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .aoyagi-tsubaki .content .frame .serif {
        width: 22.75390625vw
    }
}

.character-Detail .detail.rondo .tsukimiyama-nagisa {
    margin-top: 6.3020833333vw;
    padding-top: 6.9791666667vw
}

.character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame:before {
    background: url(../../images/pc/character/rondo/bg_tsukimiyama-nagisa.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame:before {
        background: url(../../images/sp/character/rondo/bg_tsukimiyama-nagisa.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .images>div:nth-child(1) {
    width: 14.84375vw;
    height: 48.3333333333vw;
    background: url(../../images/common/character/rondo/img_tsukimiyama-nagisa_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.9791666667vw;
    left: 15.3645833333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .images>div:nth-child(1) {
        width: 54.39453125vw;
        height: 176.7578125vw;
        top: -25vw;
        left: 9.86328125vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .profile {
        background: rgba(188, 187, 81, .5)
    }
}

.character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .profile .data {
    width: 25.4166666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .profile .data {
        width: 79.296875vw
    }
}

.character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .serif {
    width: 6.875vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .tsukimiyama-nagisa .content .frame .serif {
        width: 24.70703125vw
    }
}

.character-Detail .detail.rondo .yano-hiro {
    margin-top: 2.3958333333vw;
    padding-top: 10.8854166667vw
}

.character-Detail .detail.rondo .yano-hiro .content .frame:before {
    background: url(../../images/pc/character/rondo/bg_yano-hiro.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .yano-hiro .content .frame:before {
        background: url(../../images/sp/character/rondo/bg_yano-hiro.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.rondo .yano-hiro .content .frame .images>div:nth-child(1) {
    width: 13.4375vw;
    height: 54.7916666667vw;
    background: url(../../images/common/character/rondo/img_yano-hiro_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -10.8854166667vw;
    right: 17.4479166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .yano-hiro .content .frame .images>div:nth-child(1) {
        width: 47.16796875vw;
        height: 192.48046875vw;
        top: -40.72265625vw;
        right: auto;
        left: 12.40234375vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .yano-hiro .content .frame .profile {
        background: rgba(218, 160, 203, .5)
    }
}

.character-Detail .detail.rondo .yano-hiro .content .frame .profile .data {
    width: 24.1666666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .yano-hiro .content .frame .profile .data {
        width: 75.29296875vw
    }
}

.character-Detail .detail.rondo .yano-hiro .content .frame .serif {
    width: 5.78125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .yano-hiro .content .frame .serif {
        width: 20.8984375vw
    }
}

.character-Detail .detail.rondo .miyake-aoi {
    margin-top: 4.2708333333vw;
    padding-top: 9.0104166667vw
}

.character-Detail .detail.rondo .miyake-aoi .content .frame:before {
    background: url(../../images/pc/character/rondo/bg_miyake-aoi.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .miyake-aoi .content .frame:before {
        background: url(../../images/sp/character/rondo/bg_miyake-aoi.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.rondo .miyake-aoi .content .frame .images>div:nth-child(1) {
    width: 14.84375vw;
    height: 48.3333333333vw;
    background: url(../../images/common/character/rondo/img_miyake-aoi_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -9.0104166667vw;
    left: 14.8958333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .miyake-aoi .content .frame .images>div:nth-child(1) {
        width: 52.63671875vw;
        height: 193.9453125vw;
        top: -42.1875vw;
        left: 9.66796875vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .miyake-aoi .content .frame .profile {
        background: rgba(70, 92, 167, .5)
    }
}

.character-Detail .detail.rondo .miyake-aoi .content .frame .profile .data {
    width: 22.4479166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .miyake-aoi .content .frame .profile .data {
        width: 69.921875vw
    }
}

.character-Detail .detail.rondo .miyake-aoi .content .frame .serif {
    width: 6.8229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.rondo .miyake-aoi .content .frame .serif {
        width: 24.8046875vw
    }
}

.character-Detail .detail.lyrical-lily>div .content .en {
    color: #ffe2f5
}

.character-Detail .detail.lyrical-lily .sakurada-miyu {
    margin-top: 3.125vw;
    padding-top: 6.5104166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .sakurada-miyu {
        margin: 18.5546875vw 0 0 !important
    }
}

.character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame:before {
    background: url(../../images/pc/character/lyrical-lily/bg_sakurada-miyu.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame:before {
        background: url(../../images/sp/character/lyrical-lily/bg_sakurada-miyu.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .images>div:nth-child(1) {
    width: 13.6979166667vw;
    height: 49.21875vw;
    background: url(../../images/common/character/lyrical-lily/img_sakurada-miyu_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -6.5104166667vw;
    right: 19.1666666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .images>div:nth-child(1) {
        width: 48.33984375vw;
        height: 173.2421875vw;
        top: -21.484375vw;
        right: auto;
        left: 11.81640625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .profile {
        background: rgba(215, 122, 148, .5)
    }
}

.character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .profile .data {
    width: 26.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .profile .data {
        width: 82.8125vw
    }
}

.character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .serif {
    width: 7.34375vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .sakurada-miyu .content .frame .serif {
        width: 25.1953125vw
    }
}

.character-Detail .detail.lyrical-lily .kasuga-haruna {
    margin-top: 4.0104166667vw;
    padding-top: 9.2708333333vw
}

.character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame:before {
    background: url(../../images/pc/character/lyrical-lily/bg_kasuga-haruna.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame:before {
        background: url(../../images/sp/character/lyrical-lily/bg_kasuga-haruna.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .images>div:nth-child(1) {
    width: 17.5vw;
    height: 51.9791666667vw;
    background: url(../../images/common/character/lyrical-lily/img_kasuga-haruna_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -9.2708333333vw;
    left: 12.03125vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .images>div:nth-child(1) {
        width: 61.71875vw;
        height: 183.0078125vw;
        top: -31.25vw;
        left: 5.078125vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .profile {
        background: rgba(130, 55, 66, .5)
    }
}

.character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .profile .data {
    width: 22.3958333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .profile .data {
        width: 70.5078125vw
    }
}

.character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .serif {
    width: 5.8854166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .kasuga-haruna .content .frame .serif {
        width: 20.21484375vw
    }
}

.character-Detail .detail.lyrical-lily .shiratori-kurumi {
    margin-top: 7.6041666667vw;
    padding-top: 5.6770833333vw
}

.character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame:before {
    background: url(../../images/pc/character/lyrical-lily/bg_shiratori-kurumi.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame:before {
        background: url(../../images/sp/character/lyrical-lily/bg_shiratori-kurumi.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .images>div:nth-child(1) {
    width: 20.9375vw;
    height: 48.3854166667vw;
    background: url(../../images/common/character/lyrical-lily/img_shiratori-kurumi_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.6770833333vw;
    right: 15.5208333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .images>div:nth-child(1) {
        width: 73.6328125vw;
        height: 170.3125vw;
        top: -18.5546875vw;
        right: auto;
        left: -.87890625vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .profile {
        background: rgba(203, 174, 154, .5)
    }
}

.character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .profile .data {
    width: 25.1041666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .profile .data {
        width: 79.4921875vw
    }
}

.character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .serif {
    width: 6.1979166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .shiratori-kurumi .content .frame .serif {
        width: 21.19140625vw
    }
}

.character-Detail .detail.lyrical-lily .takeshita-miiko {
    margin-top: 8.1770833333vw;
    padding-top: 5.1041666667vw
}

.character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame:before {
    background: url(../../images/pc/character/lyrical-lily/bg_takeshita-miiko.png) 0 0 no-repeat;
    background-size: contain
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame:before {
        background: url(../../images/sp/character/lyrical-lily/bg_takeshita-miiko.png) 0 0 repeat-x;
        background-size: 100%
    }
}

.character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .images>div:nth-child(1) {
    width: 17.96875vw;
    height: 47.8125vw;
    background: url(../../images/common/character/lyrical-lily/img_takeshita-miiko_1.png) 0 0 no-repeat;
    background-size: contain;
    top: -5.1041666667vw;
    left: 11.7708333333vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .images>div:nth-child(1) {
        width: 63.28125vw;
        height: 168.359375vw;
        top: -16.6015625vw;
        left: 4.296875vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .profile {
        background: rgba(233, 194, 114, .5)
    }
}

.character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .profile .data {
    width: 21.25vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .profile .data {
        width: 66.6015625vw
    }
}

.character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .serif {
    width: 6.8229166667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .detail.lyrical-lily .takeshita-miiko .content .frame .serif {
        width: 23.4375vw
    }
}

.character-Detail .btn {
    margin: 11.71875vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .btn {
        margin: 14.16015625vw auto 0
    }
}

.character-Detail .btn a {
    width: 10.4166666667vw;
    margin: 0 auto;
    padding: .8333333333vw 0 .9375vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .1em;
    background: #fff;
    border-radius: 1.3541666667vw
}

@media print,
screen and (max-width:1024px) {
    .character-Detail .btn a {
        width: 44.921875vw;
        padding: 3.3203125vw 0 3.7109375vw;
        font-size: 38px;
        font-size: 3.8rem;
        border-radius: 5.37109375vw
    }
}

@media print,
screen and (min-width:1025px) {
    .character-Detail .btn a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .character-Detail .btn a:hover {
        color: #fff;
        background: #ff2bf0
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}