@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
    }
}

.anime-Heading h1,
.anime-Heading p {
    width: 23.4375vw;
    margin: 0 auto
}

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

    .anime-Heading h1,
    .anime-Heading p {
        width: 48.4375vw
    }
}

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

.anime-Archive {
    margin: 5.0520833333vw 0 0;
    padding-bottom: 6.25vw
}

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

.anime-Archive .archive .list {
    width: 83.125vw;
    margin: 0 auto
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list {
        width: 92.1875vw
    }
}

.anime-Archive .archive .list>.heading {
    padding: 0 0 1.4583333333vw;
    border-bottom: 2px solid #fff
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.heading {
        padding: 0 0 2.734375vw;
        border-bottom: 1px solid #fff
    }
}

.anime-Archive .archive .list>.heading h2 {
    font-size: 30px;
    font-size: 3rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: .2em
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.heading h2 {
        font-size: 52px;
        font-size: 5.2rem
    }
}

.anime-Archive .archive .list>.body {
    margin: 2.6041666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body {
        margin: 7.32421875vw 0 0
    }
}

.anime-Archive .archive .list>.body>ul {
    margin: 0 -.5208333333vw -5.2083333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul {
        margin: 0 0 -7.8125vw
    }
}

.anime-Archive .archive .list>.body>ul li {
    width: 41.0416666667vw;
    margin: 0 .5208333333vw 5.2083333333vw;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul li {
        width: 92.1875vw;
        margin: 0 0 7.8125vw
    }
}

.anime-Archive .archive .list>.body>ul li .thumbnail a {
    height: 12.8125vw;
    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: .5208333333vw;
    background: #000;
    overflow: hidden;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul li .thumbnail a {
        height: 28.7109375vw;
        border-radius: .9765625vw
    }
}

.anime-Archive .archive .list>.body>ul li .thumbnail a img {
    width: 100%;
    height: auto
}

.anime-Archive .archive .list>.body>ul li .thumbnail a .more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 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) {
    .anime-Archive .archive .list>.body>ul li .thumbnail a .more {
        display: none
    }
}

.anime-Archive .archive .list>.body>ul li .thumbnail a .more:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 0, 223, .4);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.anime-Archive .archive .list>.body>ul li .thumbnail a .more>p {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
    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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.anime-Archive .archive .list>.body>ul li .thumbnail a .more>p:after {
    content: "";
    width: 1.71875vw;
    height: .6770833333vw;
    margin: 0 0 0 .6770833333vw;
    background: url(../../images/pc/icon_more.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    display: block;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.anime-Archive .archive .list>.body>ul li .thumbnail a .more>p span {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    display: block;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media print,
screen and (min-width:1025px) {
    .anime-Archive .archive .list>.body>ul li .thumbnail a .more:before {
        -webkit-transition: .3s;
        transition: .3s
    }

    .anime-Archive .archive .list>.body>ul li .thumbnail a .more>p:after {
        -webkit-transition: -webkit-transform .3s .2s;
        transition: -webkit-transform .3s .2s;
        transition: transform .3s .2s;
        transition: transform .3s .2s, -webkit-transform .3s .2s;
        transition: transform .3s .2s, -webkit-transform .3s .2s
    }

    .anime-Archive .archive .list>.body>ul li .thumbnail a .more>p span {
        -webkit-transition: -webkit-transform .3s .2s;
        transition: -webkit-transform .3s .2s;
        transition: transform .3s .2s;
        transition: transform .3s .2s, -webkit-transform .3s .2s;
        transition: transform .3s .2s, -webkit-transform .3s .2s
    }

    .anime-Archive .archive .list>.body>ul li .thumbnail a:hover .more:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .anime-Archive .archive .list>.body>ul li .thumbnail a:hover .more>p {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .anime-Archive .archive .list>.body>ul li .thumbnail a:hover .more>p:after {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    .anime-Archive .archive .list>.body>ul li .thumbnail a:hover .more>p span {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

.anime-Archive .archive .list>.body>ul li .title {
    margin: 1.0416666667vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul li .title {
        margin: 3.90625vw 0 0
    }
}

.anime-Archive .archive .list>.body>ul li .title a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
    color: #ffea3c;
    letter-spacing: .1em
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul li .title a {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.619047619
    }
}

@media print,
screen and (min-width:1025px) {
    .anime-Archive .archive .list>.body>ul li .title a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .anime-Archive .archive .list>.body>ul li .title a:hover {
        color: #ff00df
    }
}

.anime-Archive .archive .list>.body>ul li .content {
    margin: .78125vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul li .content {
        margin: 1.953125vw 0 0
    }
}

.anime-Archive .archive .list>.body>ul li .content p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8888888889
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list>.body>ul li .content p {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.875
    }
}

.anime-Archive .archive .list>.body>ul li .content ol li,
.anime-Archive .archive .list>.body>ul li .content ul li {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8888888889
}

.anime-Archive .archive .list>.body>ul li .content img.aligncenter {
    display: block;
    margin: 0 auto
}

.anime-Archive .archive .list>.body>ul li .content img.alignright {
    display: block;
    margin: 0
}

.anime-Archive .archive .list>.body>ul li .content img.alignleft {
    display: block;
    margin: 0
}

.anime-Archive .archive .list>.body>ul li .content strong {
    font-weight: 900
}

.anime-Archive .archive .list>.body>ul li .content a {
    color: #ffea3c
}

@media print,
screen and (min-width:1025px) {
    .anime-Archive .archive .list>.body>ul li .content a {
        -webkit-transition: .3s;
        transition: .3s
    }

    .anime-Archive .archive .list>.body>ul li .content a:hover {
        color: #ff00df
    }
}

.anime-Archive .archive .list+.list {
    margin: 5.2083333333vw auto 0
}

@media print,
screen and (max-width:1024px) {
    .anime-Archive .archive .list+.list {
        margin: 13.671875vw auto 0
    }
}

.anime-Detail {
    margin: 5.0520833333vw 0 0;
    padding-bottom: 6.25vw
}

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

.anime-Detail .detail .article {
    width: 62.5vw;
    margin: 0 auto;
    padding: 3.4895833333vw 0;
    background: #fff
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article {
        width: 100%;
        padding: 7.8125vw 0 13.671875vw
    }
}

.anime-Detail .detail .article>.heading {
    padding: 0 3.125vw
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.heading {
        padding: 0 3.90625vw
    }
}

.anime-Detail .detail .article>.heading .title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    color: #08020f;
    line-height: 1.9285714286
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.heading .title {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.9047619048
    }
}

.anime-Detail .detail .article>.body {
    margin: 3.125vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body {
        margin: 8.7890625vw 0 0
    }
}

.anime-Detail .detail .article>.body .eyecatch {
    padding: 0 3.125vw;
    text-align: center
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .eyecatch {
        padding: 0 3.90625vw
    }
}

.anime-Detail .detail .article>.body .eyecatch img {
    max-width: 100%;
    height: auto
}

.anime-Detail .detail .article>.body .eyecatch+.content {
    margin: 3.6458333333vw 0 0
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .eyecatch+.content {
        margin: 8.7890625vw 0 0
    }
}

.anime-Detail .detail .article>.body .content {
    padding: 0 3.125vw;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content {
        padding: 0 3.90625vw
    }
}

.anime-Detail .detail .article>.body .content img {
    max-width: 100%;
    height: auto
}

.anime-Detail .detail .article>.body .content h2 {
    padding: 1.0416666667vw 1.5625vw 1.1458333333vw;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    background: -webkit-linear-gradient(left, #741e6d 0, #41157e 100%);
    background: linear-gradient(to right, #741e6d 0, #41157e 100%)
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h2 {
        padding: 3.41796875vw 4.8828125vw 3.61328125vw;
        font-size: 44px;
        font-size: 4.4rem
    }
}

.anime-Detail .detail .article>.body .content h3 {
    margin: 1em 0;
    padding: 0 0 0 1.5625vw;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #08020f;
    line-height: 1.6;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h3 {
        padding: 0 0 0 5.46875vw;
        font-size: 36px;
        font-size: 3.6rem
    }
}

.anime-Detail .detail .article>.body .content h3:before {
    content: "";
    width: .4166666667vw;
    height: 2.0833333333vw;
    min-height: 1px;
    position: absolute;
    top: -.2083333333vw;
    left: 0;
    background: #08020f;
    display: block
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h3:before {
        width: 1.5625vw;
        height: 7.8125vw;
        top: -.9765625vw
    }
}

.anime-Detail .detail .article>.body .content h4 {
    margin: 0 0 1em;
    padding: 0 0 .78125vw;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #08020f;
    line-height: 1.6;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h4 {
        padding: 0 0 2.44140625vw;
        font-size: 32px;
        font-size: 3.2rem
    }
}

.anime-Detail .detail .article>.body .content h4:before {
    content: "";
    width: 100%;
    height: .1041666667vw;
    min-height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #08020f;
    display: block
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h4:before {
        height: .390625vw
    }
}

.anime-Detail .detail .article>.body .content h5 {
    margin: 0 0 1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8888888889;
    font-weight: 500;
    color: #08020f;
    line-height: 1.6;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h5 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.875
    }
}

.anime-Detail .detail .article>.body .content h5:before {
    content: "";
    width: .7291666667vw;
    height: .8333333333vw;
    margin: 0 .625vw 0 0;
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.77 87.02"><g fill="%23ff00df" stroke="%23ff00df" stroke-width="4px"><path d="m0 0v13.31l30.2 30.21-30.2 30.18v13.32l43.51-43.5z"/><path d="m40.26 0v13.31l30.2 30.21-30.2 30.18v13.32l43.51-43.5z"/></g></svg>') 0 0 no-repeat;
    background-size: contain;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(.3125vw);
    transform: translateY(.3125vw)
}

@media all and (-ms-high-contrast:none) {
    .anime-Detail .detail .article>.body .content h5:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My43NyA4Ny4wMiI+PGcgZmlsbD0iI2ZmMDBkZiIgc3Ryb2tlPSIjZmYwMGRmIiBzdHJva2Utd2lkdGg9IjRweCI+PHBhdGggZD0ibTAgMHYxMy4zMWwzMC4yIDMwLjIxLTMwLjIgMzAuMTh2MTMuMzJsNDMuNTEtNDMuNXoiLz48cGF0aCBkPSJtNDAuMjYgMHYxMy4zMWwzMC4yIDMwLjIxLTMwLjIgMzAuMTh2MTMuMzJsNDMuNTEtNDMuNXoiLz48L2c+PC9zdmc+) 50% 50% no-repeat;
        background-size: 90%
    }
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content h5:before {
        width: 2.734375vw;
        height: 3.125vw;
        margin: 0 2.34375vw 0 0;
        -webkit-transform: translateY(1.5625vw);
        transform: translateY(1.5625vw)
    }
}

.anime-Detail .detail .article>.body .content p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #08020f;
    line-height: 2.2222222222
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content p {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.875
    }
}

.anime-Detail .detail .article>.body .content img.aligncenter {
    display: block;
    margin: 0 auto
}

.anime-Detail .detail .article>.body .content img.alignright {
    display: block;
    margin: 0
}

.anime-Detail .detail .article>.body .content img.alignleft {
    display: block;
    margin: 0
}

.anime-Detail .detail .article>.body .content iframe {
    max-width: 100%
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .content iframe {
        width: 100%;
        height: 51.85546875vw
    }
}

.anime-Detail .detail .article>.body .content strong {
    font-weight: 900
}

.anime-Detail .detail .article>.body .content a {
    color: #ff00df;
    text-decoration: underline
}

.anime-Detail .detail .article>.body .share {
    margin: 4.1666666667vw 0 0;
    padding: 0 3.125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .share {
        margin: 11.71875vw 0 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.anime-Detail .detail .article>.body .share>p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #08020f;
    letter-spacing: .2em
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .share>p {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.anime-Detail .detail .article>.body .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) {
    .anime-Detail .detail .article>.body .share>ul {
        margin: 0 0 0 8.3984375vw
    }
}

.anime-Detail .detail .article>.body .share>ul li {
    width: 2.0833333333vw
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .share>ul li {
        width: 8.69140625vw
    }
}

.anime-Detail .detail .article>.body .share>ul li a {
    display: block
}

.anime-Detail .detail .article>.body .share>ul li a img {
    width: 100%;
    height: auto
}

@media print,
screen and (min-width:1025px) {
    .anime-Detail .detail .article>.body .share>ul li a img {
        -webkit-transition: .3s;
        transition: .3s
    }

    .anime-Detail .detail .article>.body .share>ul li a:hover img {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
    }
}

.anime-Detail .detail .article>.body .share>ul li+li {
    margin: 0 0 0 1.25vw
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .article>.body .share>ul li+li {
        margin: 0 0 0 5.2734375vw
    }
}

.anime-Detail .detail .pagenavi {
    width: 36.4583333333vw;
    margin: 2.6041666667vw auto 0;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi {
        width: 68.359375vw;
        margin: 11.71875vw auto 0;
        padding: 0 0 22.4609375vw
    }
}

.anime-Detail .detail .pagenavi .archives {
    width: 12.5vw;
    margin: 0 auto
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi .archives {
        width: 44.140625vw
    }
}

.anime-Detail .detail .pagenavi .archives a {
    width: 100%;
    height: 2.7083333333vw;
    margin: 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;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    border-radius: 1.3541666667vw;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi .archives a {
        height: 10.7421875vw;
        font-size: 36px;
        font-size: 3.6rem;
        border-radius: 5.37109375vw
    }
}

.anime-Detail .detail .pagenavi .prev,
.anime-Detail .detail .pagenavi .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

    .anime-Detail .detail .pagenavi .prev,
    .anime-Detail .detail .pagenavi .next {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.anime-Detail .detail .pagenavi .prev a,
.anime-Detail .detail .pagenavi .next a {
    width: 7.8125vw;
    height: 2.7083333333vw;
    margin: 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;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    border-radius: 1.3541666667vw;
    position: relative
}

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

    .anime-Detail .detail .pagenavi .prev a,
    .anime-Detail .detail .pagenavi .next a {
        width: 31.25vw;
        height: 10.7421875vw;
        font-size: 36px;
        font-size: 3.6rem;
        border-radius: 5.37109375vw
    }
}

.anime-Detail .detail .pagenavi .prev a:after,
.anime-Detail .detail .pagenavi .next a:after {
    content: "";
    width: .4166666667vw;
    height: .6770833333vw;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 83.1"><path fill="%23000" d="M2.8,80.2c-3.7-3.8-3.7-9.9,0-13.7l0,0l24.4-25l-24.4-25l0,0c-3.7-3.8-3.7-9.9,0-13.7l0,0c3.5-3.7,9.3-3.8,13-0.3c0.1,.1,.2,.2,.3,.3l0,0l31.1,31.9C49,36.5,50,39,50,41.5l0,0c0,2.6-1,5-2.8,6.8l0,0L16.1,80.2c-1.7,1.8-4.1,2.9-6.6,2.9l0,0C6.9,83.1,4.5,82.1,2.8,80.2L2.8,80.2L2.8,80.2z"/></svg>') 0 0 no-repeat;
    background-size: contain
}

@media all and (-ms-high-contrast:none) {

    .anime-Detail .detail .pagenavi .prev a:after,
    .anime-Detail .detail .pagenavi .next a:after {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA4My4xIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMi44LDgwLjJjLTMuNy0zLjgtMy43LTkuOSwwLTEzLjdsMCwwbDI0LjQtMjVsLTI0LjQtMjVsMCwwYy0zLjctMy44LTMuNy05LjksMC0xMy43bDAsMGMzLjUtMy43LDkuMy0zLjgsMTMtMC4zYzAuMSwwLjEsMC4yLDAuMiwwLjMsMC4zbDAsMGwzMS4xLDMxLjlDNDksMzYuNSw1MCwzOSw1MCw0MS41bDAsMGMwLDIuNi0xLDUtMi44LDYuOGwwLDBMMTYuMSw4MC4yYy0xLjcsMS44LTQuMSwyLjktNi42LDIuOWwwLDBDNi45LDgzLjEsNC41LDgyLjEsMi44LDgwLjJMMi44LDgwLjJMMi44LDgwLjJ6Ii8+PC9zdmc+) 50% 50% no-repeat;
        background-size: 90%
    }
}

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

    .anime-Detail .detail .pagenavi .prev a:after,
    .anime-Detail .detail .pagenavi .next a:after {
        width: 1.26953125vw;
        height: 1.953125vw;
        top: 51%
    }
}

.anime-Detail .detail .pagenavi .prev {
    left: 0
}

.anime-Detail .detail .pagenavi .prev a {
    text-indent: .2604166667vw
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi .prev a {
        text-indent: 0
    }
}

.anime-Detail .detail .pagenavi .prev a:after {
    left: 1.0416666667vw;
    -webkit-transform: scale(-1, 1) translateY(-50%);
    transform: scale(-1, 1) translateY(-50%)
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi .prev a:after {
        left: 4.8828125vw
    }
}

.anime-Detail .detail .pagenavi .next {
    right: 0
}

.anime-Detail .detail .pagenavi .next a {
    text-indent: -.2604166667vw
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi .next a {
        text-indent: 0
    }
}

.anime-Detail .detail .pagenavi .next a:after {
    right: 1.0416666667vw
}

@media print,
screen and (max-width:1024px) {
    .anime-Detail .detail .pagenavi .next a:after {
        right: 4.8828125vw
    }
}

#lightbox .lb-outerContainer .lb-container .lb-nav {
    display: none !important
}

#lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev,
#lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
    background: transparent
}

#lightbox .lb-outerContainer .lb-container .lb-loader .lb-cancel {
    background: transparent
}

#lightbox .lb-dataContainer {
    padding: 0
}

#lightbox .lb-dataContainer .lb-data {
    padding: 0
}

#lightbox .lb-dataContainer .lb-data .lb-closeContainer a {
    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;
    float: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer
}

@media print,
screen and (max-width:1199px) {
    #lightbox .lb-dataContainer .lb-data .lb-closeContainer a {
        width: 12.6953125vw;
        height: 12.6953125vw;
        margin: 4.78515625vw auto 0
    }
}

@media print,
screen and (min-width:1025px) {
    #lightbox .lb-dataContainer .lb-data .lb-closeContainer a {
        -webkit-transition: .3s;
        transition: .3s
    }

    #lightbox .lb-dataContainer .lb-data .lb-closeContainer a:hover {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}