@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
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    font-size: 62.5%
}

body {
    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;
    overflow-x: hidden;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    letter-spacing: .1em;
    color: #333;
    background: #fff
}

@media print,
screen and (max-width:1024px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-overflow-scrolling: touch
    }
}

::selection {
    background: #ddf;
    color: #34a
}

::-moz-selection {
    background: #ddf;
    color: #34a
}

.rufina {
    font-family: Rufina, serif;
    font-weight: 700
}

.rufina-r {
    font-family: Rufina, serif;
    font-weight: 500
}

.min {
    font-family: Noto Serif JP, serif;
    font-weight: 500
}

a {
    color: #333;
    text-decoration: none
}

.barlow-r {
    font-family: Barlow, sans-serif;
    font-weight: 400
}

.barlow-b {
    font-family: Barlow, sans-serif;
    font-weight: 700
}

.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
    }
}

.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
    }
}

img {
    height: auto
}

@media print,
screen and (max-width:1024px) {
    img {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1
}

.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.center_x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.center_y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.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
}

.w100 img,
img.w100 {
    width: 100%;
    height: auto
}

@media print,
screen and (min-width:1025px) {
    .hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: .2s opacity;
        transition: .2s opacity
    }

    .hover:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        cursor: pointer
    }
}

.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
    }
}

.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
    }
}

.guard {
    pointer-events: none
}

.st-Frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    pointer-events: none
}

.st-Frame_Line {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: solid 1px #ddf
}

@media print,
screen and (max-width:1024px) {
    .st-Frame_Line {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        outline: solid 1px #ddf;
        width: calc(100% - 6px);
        height: calc(100% - 6px)
    }
}

.st-Frame_Line_Inner {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
    outline: solid 2px #ddf;
    width: calc(100% - 22px);
    height: calc(100% - 22px)
}

@media print,
screen and (max-width:1024px) {
    .st-Frame_Line_Inner {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
        width: calc(100% - 14px);
        height: calc(100% - 14px)
    }
}

.st-Frame_Item {
    position: fixed;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
    width: calc(100% - 22px);
    height: calc(100% - 22px)
}

@media print,
screen and (max-width:1024px) {
    .st-Frame_Item {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
        width: calc(100% - 14px);
        height: calc(100% - 14px)
    }
}

.st-Frame_Item_Top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 86px;
    background: url(../../images/common/corner_top-l.svg) left top/100% auto no-repeat
}

@media print,
screen and (max-width:1024px) {
    .st-Frame_Item_Top:before {
        width: 37px;
        height: 46px
    }
}

.st-Frame_Item_Top:after {
    left: auto;
    right: 0
}

.st-Frame_Item_Bottom:before,
.st-Frame_Item_Bottom:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 86px
}

@media print,
screen and (max-width:1024px) {

    .st-Frame_Item_Bottom:before,
    .st-Frame_Item_Bottom:after {
        width: 37px;
        height: 46px
    }
}

.st-Frame_Item_Bottom:before {
    left: 0;
    background: url(../../images/common/corner-bottom-l.svg) left top/100% auto no-repeat
}

.st-Frame_Item_Bottom:after {
    right: 0;
    background: url(../../images/common/corner-bottom-r.svg) left top/100% auto no-repeat
}

.st-Menu {
    display: block;
    width: 19.27083vw;
    height: 19.27083vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300
}

@media print,
screen and (min-width:1025px) {
    .st-Menu {
        width: 104px;
        height: 96px
    }
}

.st-Menu .bg {
    width: 28.38542vw;
    height: 28.38542vw;
    position: fixed;
    display: block;
    top: -8.85417vw;
    right: -8.07292vw;
    z-index: 300
}

@media print,
screen and (min-width:1025px) {
    .st-Menu .bg {
        width: 140px;
        height: 140px;
        top: -33px;
        right: -26px
    }
}

.st-Menu .bg:before {
    width: 23.4375vw;
    height: 23.4375vw;
    content: '';
    display: block;
    position: absolute;
    background: white;
    border: .52083vw solid #b3b7ea;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 300
}

@media print,
screen and (min-width:1025px) {
    .st-Menu .bg:before {
        width: 114px;
        height: 114px;
        border: 3px solid #b3b7ea
    }
}

.st-Menu .bg:after {
    width: 28.38542vw;
    height: 28.38542vw;
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/common/menu_bg.svg) left top/100% auto no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 300
}

@media print,
screen and (min-width:1025px) {
    .st-Menu .bg:after {
        width: 140px;
        height: 140px
    }
}

.st-Menu .line {
    position: absolute;
    display: block;
    background: #34a;
    width: 38px;
    height: 3px;
    z-index: 300;
    border-radius: 2px;
    -webkit-transition: all .3s, background .2s, -webkit-transform .7s cubic-bezier(.33, 1, .68, 1);
    transition: all .3s, background .2s, -webkit-transform .7s cubic-bezier(.33, 1, .68, 1);
    transition: all .3s, background .2s, transform .7s cubic-bezier(.33, 1, .68, 1);
    transition: all .3s, background .2s, transform .7s cubic-bezier(.33, 1, .68, 1), -webkit-transform .7s cubic-bezier(.33, 1, .68, 1)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu .line {
        width: 7.55208vw;
        height: .52083vw;
        border-radius: .26042vw
    }
}

.st-Menu .line:nth-of-type(1) {
    top: 42px;
    left: 38px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu .line:nth-of-type(1) {
        width: 8.07292vw;
        top: 7.29167vw;
        left: 7.55208vw
    }
}

.st-Menu .line:nth-of-type(2) {
    top: 40px;
    left: 50%;
    width: 0;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu .line:nth-of-type(2) {
        width: 0;
        top: 7.03125vw;
        left: 50%
    }
}

.st-Menu .line:nth-of-type(3) {
    top: 42px;
    left: 38px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu .line:nth-of-type(3) {
        width: 8.07292vw;
        top: 7.29167vw;
        left: 7.55208vw
    }
}

.st-Menu.closed .bg:before {
    background: rgba(255, 255, 255, .9);
    -webkit-transition: background .2s;
    transition: background .2s
}

.st-Menu.closed .line:nth-of-type(1) {
    top: 28px;
    left: 38px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu.closed .line:nth-of-type(1) {
        width: 7.55208vw;
        left: 7.8125vw;
        top: 4.6875vw
    }
}

.st-Menu.closed .line:nth-of-type(2) {
    top: 40px;
    left: 38px;
    width: 38px;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu.closed .line:nth-of-type(2) {
        width: 7.55208vw;
        top: 7.03125vw;
        left: 7.8125vw
    }
}

.st-Menu.closed .line:nth-of-type(3) {
    top: 53px;
    left: 38px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media print,
screen and (max-width:1024px) {
    .st-Menu.closed .line:nth-of-type(3) {
        width: 7.55208vw;
        left: 7.8125vw;
        top: 9.375vw
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Menu:hover .bg:before {
        background: white
    }

    .st-Menu:hover .line {
        background: rgba(51, 69, 170, .5)
    }
}

.st-Header {
    position: fixed;
    z-index: 99;
    width: 100%
}

.st-Header_Bg {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    background: rgba(0, 0, 0, .92);
    overflow: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.st-Header_Bg.closed {
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: height 0s .3s, opacity .2s;
    transition: height 0s .3s, opacity .2s
}

.st-Header_Nav {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.st-Header_Nav.closed {
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: height 0s .3s, opacity .2s;
    transition: height 0s .3s, opacity .2s
}

.st-Header_Nav_Inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 880px;
    height: 530px;
    padding: 50px 0;
    position: absolute;
    top: calc((100vh - 530px)/ 2)
}

@media(max-height:640px) {
    .st-Header_Nav_Inner {
        top: 0
    }
}

@media print,
screen and (max-width:1024px) {
    .st-Header_Nav_Inner {
        width: 100%;
        height: auto;
        padding: 23.4375vw 8.59375vw;
        top: 0
    }
}

@media print,
screen and (max-width:1024px) {
    .st-Header_Menu {
        width: 100%
    }
}

.st-Header_Menu .logo {
    width: 58.59375vw
}

@media print,
screen and (min-width:1025px) {
    .st-Header_Menu .logo {
        width: 390px
    }
}

.st-Header_Menu_List {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8.85417vw 0 0
}

@media print,
screen and (min-width:1025px) {
    .st-Header_Menu_List {
        margin: 40px 0 0
    }
}

.st-Header_Menu_List .item {
    font-size: 4.16667vw
}

@media print,
screen and (min-width:1025px) {
    .st-Header_Menu_List .item {
        width: calc(100%/3)
    }

    .st-Header_Menu_List .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin: 40px 0 0
    }
}

@media print,
screen and (max-width:1024px) {
    .st-Header_Menu_List .item {
        width: 58%
    }

    .st-Header_Menu_List .item:nth-child(even) {
        width: 42%
    }

    .st-Header_Menu_List .item:not(:first-child):not(:nth-child(2)) {
        margin: 8.07292vw 0 0
    }
}

.st-Header_Menu_List .item .icon {
    width: 3.25521vw;
    height: 3.125vw;
    fill: #ddf;
    margin: 0 .78125vw 0 0
}

@media print,
screen and (min-width:1025px) {
    .st-Header_Menu_List .item .icon {
        width: 20px;
        height: 19px;
        margin: 0 8px 0 0
    }
}

@media print,
screen and (min-width:1025px) {
    .st-Header_Menu_List .item {
        font-size: 26px;
        letter-spacing: .1em
    }
}

.st-Header_Menu_List .item a {
    color: #ddf
}

@media print,
screen and (min-width:1025px) {
    .st-Header_Menu_List .item a {
        -webkit-transition: color .2s;
        transition: color .2s
    }

    .st-Header_Menu_List .item a .icon {
        -webkit-transition: fill .2s;
        transition: fill .2s
    }

    .st-Header_Menu_List .item a:hover {
        color: #ba9e7e
    }

    .st-Header_Menu_List .item a:hover .icon {
        fill: #ba9e7e
    }
}

.st-Header_Menu_List .item.close {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    pointer-events: none
}

.st-Footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    gap: 0 0;
    grid-template-areas: "menu" "share" "chara" "link";
    padding: 10.41667vw 0 13.02083vw
}

.st-Footer .menu {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: menu;
    padding: 0 8.59375vw;
    margin: 0 auto
}

.st-Footer .menu_List {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.st-Footer .menu_List .item {
    width: 58%;
    font-size: 4.16667vw
}

.st-Footer .menu_List .item:nth-child(even) {
    width: 42%
}

.st-Footer .menu_List .item:not(:first-child):not(:nth-child(2)) {
    margin: 7.29167vw 0 0
}

.st-Footer .menu_List .item .icon {
    width: 3.25521vw;
    height: 3.125vw;
    fill: #34a;
    margin: 0 .78125vw 0 0
}

.st-Footer .menu_List .item a {
    color: #34a
}

.st-Footer .menu_List .item.close {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    pointer-events: none
}

.st-Footer .share {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: share;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9.375vw 0 0
}

.st-Footer .share .ttl {
    color: #666;
    font-size: 3.90625vw;
    letter-spacing: .15em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.st-Footer .share_List {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 4.16667vw
}

.st-Footer .share_List li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.st-Footer .share_List li:last-child .Item-Anchor {
    margin: 0
}

.st-Footer .share .Item-Anchor {
    display: block;
    width: 8.85417vw;
    height: 8.85417vw;
    margin: 0 3.90625vw 0 0
}

.st-Footer .share .Item-Anchor svg {
    width: 8.85417vw;
    height: 8.85417vw
}

.st-Footer .chara {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: chara;
    width: 100%;
    height: 156.25vw
}

.st-Footer .chara .img {
    display: block;
    width: 100%;
    height: 100%
}

.st-Footer .chara .img-yukina {
    background: url(../../images/sp/common/footer_yukina.jpg) left top/100% auto no-repeat
}

.st-Footer .chara .img-sayo {
    background: url(../../images/sp/common/footer_sayo.jpg) left top/100% auto no-repeat
}

.st-Footer .chara .img-lisa {
    background: url(../../images/sp/common/footer_lisa.jpg) left top/100% auto no-repeat
}

.st-Footer .chara .img-ako {
    background: url(../../images/sp/common/footer_ako.jpg) left top/100% auto no-repeat
}

.st-Footer .chara .img-rinko {
    background: url(../../images/sp/common/footer_rinko.jpg) left top/100% auto no-repeat
}

.st-Footer .link {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: link;
    padding: 0 8.59375vw
}

.st-Footer .link_List {
    padding: 2.60417vw 0 0
}

.st-Footer .link_List .item {
    font-size: 2.86458vw;
    font-weight: 700;
    color: #666;
    padding: .78125vw 0 .78125vw 3.125vw;
    position: relative
}

.st-Footer .link_List .item:before {
    height: 100%;
    width: .52083vw;
    content: '';
    display: block;
    position: absolute;
    background: #ddf;
    top: 0;
    left: 0
}

.st-Footer .link_List .item a {
    color: #34a;
    margin: 1em 0 0;
    display: block
}

.st-Footer .link_List .item a .icon {
    width: 2.60417vw;
    height: 2.60417vw;
    display: inline-block;
    margin: 0 0 0 .6em;
    -webkit-transform: translateY(.1em);
    transform: translateY(.1em)
}

.st-Footer .link_List .item:nth-child(2) {
    margin: 5.20833vw 0 0
}

.st-Footer .link_Official {
    padding: 7.8125vw 0 0
}

.st-Footer .link_Official .item {
    font-size: 2.60417vw;
    font-weight: 700;
    color: #666;
    line-height: 4.42708vw
}

.st-Footer .link_Official .item .icon {
    width: 4.42708vw;
    height: 4.42708vw;
    display: inline-block;
    margin: 0 .8em 0 0;
    -webkit-transform: translateY(.5em);
    transform: translateY(.5em)
}

.st-Footer .link_Official .item a {
    color: #666;
    letter-spacing: .15em
}

.st-Footer .link_Official .item:not(:first-child) {
    margin: 2.86458vw 0 0
}

.st-Footer .link .logo {
    padding: 10.41667vw 0 0
}

.st-Footer .link .logo a {
    display: block;
    width: 54.6875vw;
    margin: 0 auto
}

.st-Footer .link .company {
    padding: 6.51042vw 0 0
}

.st-Footer .link .company_List {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.st-Footer .link .company_List .item:nth-child(1) {
    width: 15.49479vw
}

.st-Footer .link .company_List .item:nth-child(2) {
    width: 26.69271vw;
    margin: 0 0 0 6.51042vw
}

.st-Footer .link .company_List .item:nth-child(3) {
    width: 23.30729vw;
    margin: 0 0 0 6.51042vw
}

.st-Footer .link .company_List .item:nth-child(4) {
    width: 29.55729vw;
    margin: 3.90625vw 0 0
}

.st-Footer .link .company_List .item:nth-child(5) {
    width: 26.5625vw;
    margin: 3.90625vw 0 0 7.8125vw
}

/* プライバシーポリシー追加(2025/07/11) */

.st-Footer .link .privacy {
    text-align: center;
    margin: 9.11458vw 0 0;
    font-size: 2.60417vw;
    color: #666;
    line-height: 4.16667vw
}

.st-Footer .link .privacy a {
    color: #666;
}

.st-Footer .link .privacy a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

/* プライバシーポリシー追加(2025/07/11) ここまで*/

.st-Footer .link .copy {
    text-align: center;
    margin: 9.11458vw 0 0;
    font-size: 2.60417vw;
    color: #b9b9c4;
    line-height: 4.16667vw
}

.st-Footer .link .copy p+p {
    margin: 1em 0 0
}

@media print,
screen and (min-width:1025px) {
    .st-Footer {
        max-width: 1200px;
        padding: 0 40px;
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 560px 1fr;
        grid-template-columns: 560px 1fr;
        -ms-grid-rows: 320px auto auto;
        grid-template-rows: 320px auto auto;
        gap: 0 0;
        grid-template-areas: "menu chara" "share chara" "link chara"
    }

    .st-Footer .menu {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: menu;
        padding: 100px 0 0;
        margin: 0;
        position: relative
    }

    .st-Footer .menu_List {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .st-Footer .menu_List .item {
        width: 300px;
        font-size: 22px
    }

    .st-Footer .menu_List .item:nth-child(even) {
        width: 260px
    }

    .st-Footer .menu_List .item:not(:first-child):not(:nth-child(2)) {
        margin: 28px 0 0
    }

    .st-Footer .menu_List .item .icon {
        width: 17px;
        height: 17px;
        fill: #34a;
        margin: 0 6px 0 0
    }

    .st-Footer .menu_List .item a {
        color: #34a;
        letter-spacing: .08em;
        -webkit-transition: color .2s;
        transition: color .2s
    }

    .st-Footer .menu_List .item a .icon {
        -webkit-transition: fill .2s;
        transition: fill .2s
    }

    .st-Footer .menu_List .item a:hover {
        color: #ba9e7e
    }

    .st-Footer .menu_List .item a:hover .icon {
        fill: #ba9e7e
    }

    .st-Footer .menu_List .item.close {
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        pointer-events: none
    }

    .st-Footer .share {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: share;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 50px 0 0;
        position: relative
    }

    .st-Footer .share .ttl {
        color: #666;
        font-size: 19px;
        letter-spacing: .15em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .st-Footer .share_List {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 24px
    }

    .st-Footer .share_List li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .st-Footer .share_List li:last-child .Item-Anchor {
        margin: 0
    }

    .st-Footer .share .Item-Anchor {
        display: block;
        width: 41px;
        height: 41px;
        margin: 0 18px 0 0
    }

    .st-Footer .share .Item-Anchor svg {
        width: 41px;
        height: 41px
    }

    .st-Footer .chara {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2;
        grid-area: chara;
        width: 100%;
        height: 1035px;
        position: relative;
        z-index: -1
    }

    .st-Footer .chara .img {
        display: block;
        width: 700px;
        height: 1035px;
        position: absolute;
        top: 0;
        right: 0
    }

    .st-Footer .chara .img-yukina {
        background: url(../../images/pc/common/footer_yukina.jpg) left top/100% auto no-repeat
    }

    .st-Footer .chara .img-sayo {
        background: url(../../images/pc/common/footer_sayo.jpg) left top/100% auto no-repeat
    }

    .st-Footer .chara .img-lisa {
        background: url(../../images/pc/common/footer_lisa.jpg) left top/100% auto no-repeat
    }

    .st-Footer .chara .img-ako {
        background: url(../../images/pc/common/footer_ako.jpg) left top/100% auto no-repeat
    }

    .st-Footer .chara .img-rinko {
        background: url(../../images/pc/common/footer_rinko.jpg) left top/100% auto no-repeat
    }

    .st-Footer .link {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: link;
        padding: 0;
        position: relative;
        padding: 0 0 100px
    }

    .st-Footer .link_List {
        padding: 50px 0 0
    }

    .st-Footer .link_List .item {
        font-size: 14px;
        font-weight: 700;
        color: #666;
        padding: 2px 0 3px 16px;
        position: relative;
        letter-spacing: .08em
    }

    .st-Footer .link_List .item:before {
        height: 100%;
        width: 3px;
        content: '';
        display: block;
        position: absolute;
        background: #ddf;
        top: 0;
        left: 0
    }

    .st-Footer .link_List .item a {
        color: #34a;
        margin: 1em 0 0;
        display: block
    }

    .st-Footer .link_List .item a .icon {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 0 0 .4em;
        -webkit-transform: translateY(.1em);
        transform: translateY(.1em)
    }

    .st-Footer .link_List .item:nth-child(2) {
        margin: 28px 0 0
    }

    .st-Footer .link_Official {
        padding: 44px 0 0
    }

    .st-Footer .link_Official .item {
        font-size: 12px;
        font-weight: 700;
        color: #666;
        line-height: 22px
    }

    .st-Footer .link_Official .item .icon {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin: 0 .8em 0 0;
        -webkit-transform: translateY(.5em);
        transform: translateY(.5em)
    }

    .st-Footer .link_Official .item a {
        color: #666;
        letter-spacing: .15em
    }

    .st-Footer .link_Official .item:not(:first-child) {
        margin: 14px 0 0
    }

    .st-Footer .link .logo {
        padding: 40px 0 0
    }

    .st-Footer .link .logo a {
        display: block;
        width: 230px;
        margin: 0
    }

    .st-Footer .link .company {
        padding: 20px 0 0
    }

    .st-Footer .link .company_List {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .st-Footer .link .company_List .item:nth-child(1) {
        width: 55px
    }

    .st-Footer .link .company_List .item:nth-child(2) {
        width: 96px;
        margin: 0 0 0 28px
    }

    .st-Footer .link .company_List .item:nth-child(3) {
        width: 83px;
        margin: 0 0 0 28px
    }

    .st-Footer .link .company_List .item:nth-child(4) {
        width: 106px;
        margin: 0 0 0 28px
    }

    .st-Footer .link .company_List .item:nth-child(5) {
        width: 95px;
        margin: 0 0 0 28px
    }

    /* プライバシーポリシー追加(2025/07/11) */

    .st-Footer .link .privacy {
        text-align: left;
        margin: 30px 0 0;
        font-size: 12px;
        line-height: 1em
    }

    .st-Footer .link .privacy a {
        color: #666;
    }

    .st-Footer .link .privacy a:hover {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
    }

    /* プライバシーポリシー追加(2025/07/11) ここまで*/

    .st-Footer .link .copy {
        text-align: left;
        margin: 30px 0 0;
        font-size: 12px;
        color: #b9b9c4;
        line-height: 1em
    }

    .st-Footer .link .copy p+p {
        margin: 1em 0 0
    }
}

.st-Top {
    position: fixed;
    z-index: 98;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 82px;
    bottom: 46px;
    right: 44px
}

@media print,
screen and (min-width:1025px) {
    .st-Top {
        -webkit-transition: opacity .3s, -webkit-transform .2s;
        transition: opacity .3s, -webkit-transform .2s;
        transition: opacity .3s, transform .2s;
        transition: opacity .3s, transform .2s, -webkit-transform .2s
    }
}

@media print,
screen and (max-width:1024px) {
    .st-Top {
        width: 15.625vw;
        bottom: 28px;
        right: 19px;
        max-width: 80px
    }
}

.st-Top:not(.st-Top-Show) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none
}

.sw-Ttl {
    text-align: center;
    font-size: 5.72917vw;
    color: #34a;
    letter-spacing: .5em;
    padding: 11.19792vw 0 0;
    position: relative
}

.sw-Ttl:before {
    content: '';
    position: absolute;
    display: block;
    width: 24.08854vw;
    height: 7.16146vw;
    background: url(../../images/common/ttl_deco.svg) left top/100% auto no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media print,
screen and (min-width:1025px) {
    .sw-Ttl {
        font-size: 28px;
        padding: 56px 0 0
    }

    .sw-Ttl:before {
        width: 119px;
        height: 35px
    }
}

.sw-Btn {
    width: 75.52083vw;
    height: 13.02083vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.16667vw;
    color: #ba9e7e;
    letter-spacing: .5em;
    background: url(../../images/common/btn_bg.svg) left top/100% auto no-repeat
}

@media print,
screen and (min-width:1025px) {
    .sw-Btn {
        background: url(../../images/common/btn_bg-p.svg) left top/100% auto no-repeat;
        width: 350px;
        height: 60px;
        font-size: 17px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: .2s opacity;
        transition: .2s opacity
    }

    .sw-Btn:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        cursor: pointer
    }
}

@media print,
screen and (max-width:1024px) {
    .sw-Btn-s {
        width: 59.89583vw;
        height: 11.71875vw;
        background: url(../../images/common/btn_bg-s.svg) left top/100% auto no-repeat;
        font-size: 3.64583vw;
        letter-spacing: .3em
    }
}

.sw-Lower {
    background: #fbfafd;
    padding: 8.46354vw 0 15.625vw
}

@media print,
screen and (min-width:1025px) {
    .sw-Lower {
        padding: 56px 0 120px
    }
}

.sw-Lower_Logo a {
    width: 50.26042vw;
    display: block;
    margin: 0 auto
}

@media print,
screen and (min-width:1025px) {
    .sw-Lower_Logo a {
        width: 340px
    }
}

.sw-Ttl {
    margin: 11.71875vw 0 0
}

@media print,
screen and (min-width:1025px) {
    .sw-Ttl {
        margin: 72px 0 0
    }
}

.sw-Loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 500;
    top: 0;
    left: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s
}

.sw-Loading.loaded {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none
}

.btn-Wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media print,
screen and (max-width:1024px) {
    .btn-Wrapper a:last-of-type {
        margin: 0
    }
}

.btn_Item {
    width: 350px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 38px;
    font-size: 19px;
    letter-spacing: .06em;
    line-height: 0;
    text-align: center;
    color: #34a;
    position: relative;
    margin: 0 15px;
    border: 2px solid #b3b7ea
}

@media print,
screen and (max-width:1024px) {
    .btn_Item {
        width: 72vw;
        height: 14.66667vw;
        border-radius: 7.33333vw;
        font-size: 4vw;
        margin: 0 0 2.66667vw
    }
}

.btn_Item:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #b3b7ea;
    right: 25px;
    -webkit-transition: .3s right;
    transition: .3s right;
    top: 0;
    bottom: 0;
    margin: auto 0
}

@media print,
screen and (max-width:1024px) {
    .btn_Item:after {
        border-width: 1.2vw 0 1.2vw 2vw;
        right: 3.33333vw
    }
}

@media print,
screen and (min-width:1025px) {
    .btn_Item {
        -webkit-transition: .3s background, .4s color;
        transition: .3s background, .4s color
    }

    .btn_Item:hover {
        background: #34a;
        color: #fff;
        border-color: #34a;
        cursor: pointer
    }

    .btn_Item:hover:after {
        content: "";
        border-color: transparent transparent transparent #fff;
        right: 20px
    }
}

.btn_Item.anchor:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #b3b7ea transparent transparent;
    right: 25px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    top: 0;
    bottom: 0;
    margin: auto 0
}

@media print,
screen and (max-width:1024px) {
    .btn_Item.anchor:after {
        border-width: 2vw 1.2vw 0;
        right: 3.33333vw
    }
}

@media print,
screen and (min-width:1025px) {
    .btn_Item.anchor {
        -webkit-transition: .3s background, .4s color;
        transition: .3s background, .4s color
    }

    .btn_Item.anchor:hover {
        background: #34a;
        color: #fff;
        border-color: #34a;
        cursor: pointer
    }

    .btn_Item.anchor:hover:after {
        content: "";
        border-color: #fff transparent transparent;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

.sw-Subheading {
    position: relative;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #777;
    border-top: 1px solid #b3b7ea;
    border-bottom: 1px solid #b3b7ea
}

@media print,
screen and (min-width:768px) {
    .sw-Subheading {
        font-size: 26px;
        letter-spacing: .08em;
        padding: 16px 10px 18px;
        margin: 0 0 40px;
        line-height: 1.3
    }
}

@media print,
screen and (max-width:767px) {
    .sw-Subheading {
        font-size: 4.26667vw;
        padding: 2.60417vw 0;
        margin: 0 0 5.33333vw
    }
}

.sw-Lower.character {
    background: #fff;
    padding: 56px 0 0;
    overflow: hidden
}

@media print,
screen and (max-width:1024px) {
    .sw-Lower.character {
        padding: 8.46354vw 0 0
    }
}

.character_Wrapper {
    margin: 40px 0 0;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .character_Wrapper {
        margin: 5.20833vw 0 0
    }
}

.character_Profile_Item {
    height: 1112px;
    position: relative
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item {
        height: auto;
        width: 100%
    }
}

.character_Profile_Item .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 513px;
    bottom: 0;
    left: 0
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item .bg {
        width: 75.13021vw;
        height: calc(100% - 7.8vw);
        top: 15.8vw;
        bottom: auto
    }
}

.character_Profile_Inner {
    max-width: 1200px;
    height: 100%;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Inner {
        display: block;
        padding: 0
    }
}

.character_Profile_Inner .deco {
    position: absolute;
    display: block
}

.character_Profile_Inner .deco.roselia {
    background: url(../../images/pc/character/txt_roselia.png) left top/100% auto no-repeat;
    width: 465px;
    height: 111px;
    top: 599px;
    right: 0
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Inner .deco.roselia {
        width: 14.45312vw;
        height: 60.67708vw;
        top: 15.8vw;
        left: 75.26042vw;
        right: auto
    }
}

.character_Profile_Inner .deco.part {
    bottom: 513px;
    right: 0
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Inner .deco.part {
        top: 15.8vw;
        bottom: auto;
        right: 24.73958vw
    }
}

.character_Profile_Inner .deco.name {
    top: 107px;
    left: 27px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Inner .deco.name {
        top: 15.8vw;
        right: 82.03125vw;
        left: auto
    }
}

.character_Profile_Img {
    width: 560px;
    position: relative;
    height: 100%;
    padding-top: 62px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Img {
        width: 100%;
        height: 143.22917vw;
        padding-top: 8.07292vw
    }
}

.character_Profile_Img .body {
    display: block;
    position: absolute;
    top: 0
}

.character_Profile_Txt {
    width: calc(100% - 560px)
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt {
        width: 67.96875vw;
        padding: 0 0 21.48438vw 9.11458vw
    }
}

.character_Profile_Txt .heading {
    margin: 0 0 40px;
    padding: 110px 0 0
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt .heading {
        margin: 0 0 6.77083vw;
        padding: 20.83333vw 0 0
    }
}

.character_Profile_Txt .part {
    font-size: 22px;
    margin: 0 0 20px;
    letter-spacing: .05em
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt .part {
        font-size: 3.64583vw;
        margin: 0 0 3.38542vw
    }
}

.character_Profile_Txt .name {
    font-size: 62px;
    margin: 0 0 22px;
    letter-spacing: .05em
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt .name {
        font-size: 9.76562vw;
        margin: 0 0 4.16667vw
    }
}

.character_Profile_Txt .en {
    font-size: 18px;
    letter-spacing: .08em
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt .en {
        font-size: 2.99479vw
    }
}

.character_Profile_Txt .cv {
    font-size: 26px;
    margin: 0 0 40px;
    letter-spacing: .05em
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt .cv {
        font-size: 4.6875vw;
        margin: 0 0 5.98958vw
    }
}

.character_Profile_Txt .detail {
    font-size: 16px;
    line-height: 2.25
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Txt .detail {
        font-size: 3.125vw;
        line-height: 2
    }
}

.character .swiper-button-prev,
.character .swiper-button-next {
    width: 5.20833vw;
    height: 4.94792vw;
    top: 82.03125vw;
    mix-blend-mode: difference;
    outline: none;
    width: 34px;
    height: 32px;
    top: 222px
}

@media print,
screen and (max-width:1024px) {

    .character .swiper-button-prev,
    .character .swiper-button-next {
        display: none
    }
}

.character .swiper-button-prev {
    left: 3.38542vw;
    background: url(../../images/common/page_arw-l.svg) left top/100% auto no-repeat
}

@media print,
screen and (min-width:1025px) {
    .character .swiper-button-prev {
        right: calc(50% + 564px);
        left: auto;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s
    }

    .character .swiper-button-prev:hover {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
    }
}

@media print,
screen and (max-width:1200px) {
    .character .swiper-button-prev {
        right: auto;
        left: 20px
    }
}

.character .swiper-button-next {
    right: 3.38542vw;
    background: url(../../images/common/page_arw-r.svg) left top/100% auto no-repeat
}

@media print,
screen and (min-width:1025px) {
    .character .swiper-button-next {
        left: calc(50% + 564px);
        right: auto;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s
    }

    .character .swiper-button-next:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
    }
}

@media print,
screen and (max-width:1200px) {
    .character .swiper-button-next {
        left: auto;
        right: 20px
    }
}

.character_Nav {
    width: 560px;
    position: absolute;
    top: 679px;
    left: 50%
}

@media print,
screen and (max-width:1200px) {
    .character_Nav {
        left: auto;
        right: 20px
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Nav {
        width: 15.88542vw;
        height: 100% !important;
        padding: 0;
        top: auto;
        left: auto;
        right: auto;
        position: relative
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Nav_Box {
        width: 21.48438vw;
        height: 100% !important;
        right: 0;
        top: 0;
        position: absolute;
        padding: 0 5.20833vw 0 0
    }
}

.character_Nav_Wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,
screen and (max-width:1024px) {
    .character_Nav_Wrapper {
        height: calc(88.54167vw + 80px);
        padding: 60px 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.character_Nav_Item {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: background .2s;
    transition: background .2s
}

@media print,
screen and (max-width:1024px) {
    .character_Nav_Item {
        width: 15.88542vw !important;
        height: 15.88542vw
    }
}

.character_Nav_Item .icon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .2s;
    transition: background .2s
}

.character_Nav_Item.swiper-slide-thumb-active .icon {
    mix-blend-mode: screen
}

@media print,
screen and (min-width:768px) {
    .character_Nav_Item:hover {
        cursor: pointer
    }
}

.character_Profile_Item.yukina .body {
    background: url(../../images/common/character/body_yukina2.png) left top/100% auto no-repeat;
    width: 352.8px;
    height: 962.64px;
    left: 101px;
    top: 11px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.yukina .body {
        width: 54.71484vw;
        height: 149.29336vw;
        left: 12.89062vw;
        top: .13021vw
    }
}

.character_Profile_Item.yukina .eor1 .body {
    background: url(../../images/common/character/body_yukina.png) left top/100% auto no-repeat;
    width: 495.25px;
    height: 921.448px;
    left: 36px;
    top: 62px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.yukina .eor1 .body {
        width: 75.99284vw;
        height: 141.3901vw;
        left: 2.34375vw;
        top: 8.07292vw
    }
}

.character_Profile_Item.yukina .heading {
    color: #818
}

.character_Profile_Item.yukina .bg {
    background: #818;
    opacity: .04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)"
}

.character_Profile_Item.yukina .deco.part {
    background: url(../../images/pc/character/txt_part-yukina.png) left top/100% auto no-repeat;
    width: 357px;
    height: 110px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.yukina .deco.part {
        background: url(../../images/sp/character/txt_part-yukina.png) left top/100% auto no-repeat;
        width: 14.24323vw;
        height: 46.46419vw
    }
}

.character_Profile_Item.yukina .deco.name {
    background: url(../../images/pc/character/txt_name-yukina.png) left top/100% auto no-repeat;
    width: 321px;
    height: 599px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.yukina .deco.name {
        background: url(../../images/sp/character/txt_name-yukina.png) left top/100% auto no-repeat;
        width: 16.3276vw;
        height: 142.95339vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.yukina .deco.roselia {
        background: url(../../images/sp/character/txt_roselia-yukina.png) left top/100% auto no-repeat
    }
}

.character_Nav_Item.yukina {
    background: #f3e7f3
}

.character_Nav_Item.yukina span.icon {
    background: url(../../images/common/character/nav_yukina2.png) left top/100% auto no-repeat
}

.character_Nav_Item.yukina.swiper-slide-thumb-active {
    background: #818
}

@media print,
screen and (min-width:768px) {
    .character_Nav_Item.yukina:hover {
        background: #818
    }
}

.eor1 .character_Nav_Item.yukina span.icon {
    background: url(../../images/common/character/nav_yukina.png) left top/100% auto no-repeat
}

.character_Profile_Item.sayo .body {
    background: url(../../images/common/character/body_sayo2.png) left top/100% auto no-repeat;
    width: 523.6px;
    height: 992.88px;
    left: 3px;
    top: 10px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.sayo .body {
        width: 81.20378vw;
        height: 153.9832vw;
        left: 2.99479vw;
        top: .13021vw
    }
}

.character_Profile_Item.sayo .eor1 .body {
    background: url(../../images/common/character/body_sayo.png) left top/100% auto no-repeat;
    width: 575.622px;
    height: 944.088px;
    left: -30px;
    top: 62px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.sayo .eor1 .body {
        width: 88.32539vw;
        height: 144.86406vw;
        left: -3.64583vw;
        top: 8.07292vw
    }
}

.character_Profile_Item.sayo .heading {
    color: #0ab
}

.character_Profile_Item.sayo .bg {
    background: #0ab;
    opacity: .04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)"
}

.character_Profile_Item.sayo .deco.part {
    background: url(../../images/pc/character/txt_part-sayo.png) left top/100% auto no-repeat;
    width: 405px;
    height: 103px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.sayo .deco.part {
        background: url(../../images/sp/character/txt_part-sayo.png) left top/100% auto no-repeat;
        width: 13.28789vw;
        height: 52.80417vw
    }
}

.character_Profile_Item.sayo .deco.name {
    background: url(../../images/pc/character/txt_name-sayo.png) left top/100% auto no-repeat;
    width: 306px;
    height: 627px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.sayo .deco.name {
        background: url(../../images/sp/character/txt_name-sayo.png) left top/100% auto no-repeat;
        width: 21.53854vw;
        height: 123.49922vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.sayo .deco.roselia {
        background: url(../../images/sp/character/txt_roselia-sayo.png) left top/100% auto no-repeat
    }
}

.character_Nav_Item.sayo {
    background: #e5f6f8
}

.character_Nav_Item.sayo span.icon {
    background: url(../../images/common/character/nav_sayo2.png) left top/100% auto no-repeat
}

.character_Nav_Item.sayo.swiper-slide-thumb-active {
    background: #0ab
}

@media print,
screen and (min-width:768px) {
    .character_Nav_Item.sayo:hover {
        background: #0ab
    }
}

.eor1 .character_Nav_Item.sayo span.icon {
    background: url(../../images/common/character/nav_sayo.png) left top/100% auto no-repeat
}

.character_Profile_Item.lisa .body {
    background: url(../../images/common/character/body_lisa2.png) left top/100% auto no-repeat;
    width: 507.36px;
    height: 982.24px;
    left: 1px;
    top: 11px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.lisa .body {
        width: 78.68516vw;
        height: 152.33307vw;
        left: -.65104vw;
        top: -.91146vw
    }
}

.character_Profile_Item.lisa .eor1 .body {
    background: url(../../images/common/character/body_lisa.png) left top/100% auto no-repeat;
    width: 444.876px;
    height: 943.522px;
    left: 43px;
    top: 62px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.lisa .eor1 .body {
        width: 68.26328vw;
        height: 144.77721vw;
        left: 3.77604vw;
        top: 8.07292vw
    }
}

.character_Profile_Item.lisa .heading {
    color: #d20
}

.character_Profile_Item.lisa .bg {
    background: #d20;
    opacity: .04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)"
}

.character_Profile_Item.lisa .deco.part {
    background: url(../../images/pc/character/txt_part-lisa.png) left top/100% auto no-repeat;
    width: 279px;
    height: 97px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.lisa .deco.part {
        background: url(../../images/sp/character/txt_part-lisa.png) left top/100% auto no-repeat;
        width: 12.50625vw;
        height: 36.30286vw
    }
}

.character_Profile_Item.lisa .deco.name {
    background: url(../../images/pc/character/txt_name-lisa.png) left top/100% auto no-repeat;
    width: 311px;
    height: 375px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.lisa .deco.name {
        background: url(../../images/sp/character/txt_name-lisa.png) left top/100% auto no-repeat;
        width: 15.11172vw;
        height: 87.71745vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.lisa .deco.roselia {
        background: url(../../images/sp/character/txt_roselia-lisa.png) left top/100% auto no-repeat
    }
}

.character_Nav_Item.lisa {
    background: #fce8e5
}

.character_Nav_Item.lisa span.icon {
    background: url(../../images/common/character/nav_lisa2.png) left top/100% auto no-repeat
}

.character_Nav_Item.lisa.swiper-slide-thumb-active {
    background: #d20
}

@media print,
screen and (min-width:768px) {
    .character_Nav_Item.lisa:hover {
        background: #d20
    }
}

.eor1 .character_Nav_Item.lisa span.icon {
    background: url(../../images/common/character/nav_lisa.png) left top/100% auto no-repeat
}

.character_Profile_Item.ako .body {
    background: url(../../images/common/character/body_ako2.png) left top/100% auto no-repeat;
    width: 290.64px;
    height: 918.96px;
    left: 129px;
    top: 49px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.ako .body {
        width: 45.07461vw;
        height: 142.51914vw;
        left: 14.84375vw;
        top: 7.16146vw
    }
}

.character_Profile_Item.ako .eor1 .body {
    background: url(../../images/common/character/body_ako.png) left top/100% auto no-repeat;
    width: 468.648px;
    height: 884.092px;
    left: 71px;
    top: 62px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.ako .eor1 .body {
        width: 71.91094vw;
        height: 135.65807vw;
        left: 5.46875vw;
        top: 8.07292vw
    }
}

.character_Profile_Item.ako .heading {
    color: #d08
}

.character_Profile_Item.ako .bg {
    background: #d08;
    opacity: .04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)"
}

.character_Profile_Item.ako .deco.part {
    background: url(../../images/pc/character/txt_part-ako.png) left top/100% auto no-repeat;
    width: 441px;
    height: 97px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.ako .deco.part {
        background: url(../../images/sp/character/txt_part-ako.png) left top/100% auto no-repeat;
        width: 12.50625vw;
        height: 57.49401vw
    }
}

.character_Profile_Item.ako .deco.name {
    background: url(../../images/pc/character/txt_name-ako.png) left top/100% auto no-repeat;
    width: 366px;
    height: 758px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.ako .deco.name {
        background: url(../../images/sp/character/txt_name-ako.png) left top/100% auto no-repeat;
        width: 21.45169vw;
        height: 131.05508vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.ako .deco.roselia {
        background: url(../../images/sp/character/txt_roselia-ako.png) left top/100% auto no-repeat
    }
}

.character_Nav_Item.ako {
    background: #fce5f3
}

.character_Nav_Item.ako span.icon {
    background: url(../../images/common/character/nav_ako2.png) left top/100% auto no-repeat
}

.character_Nav_Item.ako.swiper-slide-thumb-active {
    background: #d08
}

@media print,
screen and (min-width:768px) {
    .character_Nav_Item.ako:hover {
        background: #d08
    }
}

.eor1 .character_Nav_Item.ako span.icon {
    background: url(../../images/common/character/nav_ako.png) left top/100% auto no-repeat
}

.character_Profile_Item.rinko .body {
    background: url(../../images/common/character/body_rinko2.png) left top/100% auto no-repeat;
    width: 505.68px;
    height: 992.32px;
    left: 22px;
    top: 22px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.rinko .body {
        width: 78.42461vw;
        height: 153.89635vw;
        left: 2.99479vw;
        top: 1.95312vw
    }
}

.character_Profile_Item.rinko .eor1 .body {
    background: url(../../images/common/character/body_rinko.png) left top/100% auto no-repeat;
    width: 592.602px;
    height: 949.182px;
    left: -44px;
    top: 62px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.rinko .eor1 .body {
        width: 90.93086vw;
        height: 145.6457vw;
        left: -3.38542vw;
        top: 8.07292vw
    }
}

.character_Profile_Item.rinko .heading {
    color: #bbb
}

.character_Profile_Item.rinko .bg {
    background: #bbb;
    opacity: .04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)"
}

.character_Profile_Item.rinko .deco.part {
    background: url(../../images/pc/character/txt_part-rinko.png) left top/100% auto no-repeat;
    width: 623px;
    height: 145px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.rinko .deco.part {
        background: url(../../images/sp/character/txt_part-rinko.png) left top/100% auto no-repeat;
        width: 18.84622vw;
        height: 81.03008vw
    }
}

.character_Profile_Item.rinko .deco.name {
    background: url(../../images/pc/character/txt_name-rinko.png) left top/100% auto no-repeat;
    width: 321px;
    height: 844px
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.rinko .deco.name {
        background: url(../../images/sp/character/txt_name-rinko.png) left top/100% auto no-repeat;
        width: 16.41445vw;
        height: 160.23633vw
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.rinko .deco.roselia {
        background: url(../../images/sp/character/txt_roselia-rinko.png) left top/100% auto no-repeat
    }
}

.character_Nav_Item.rinko {
    background: #f8f8f8
}

.character_Nav_Item.rinko span.icon {
    background: url(../../images/common/character/nav_rinko2.png) left top/100% auto no-repeat
}

.character_Nav_Item.rinko.swiper-slide-thumb-active {
    background: #bbb
}

@media print,
screen and (min-width:768px) {
    .character_Nav_Item.rinko:hover {
        background: #bbb
    }
}

.eor1 .character_Nav_Item.rinko span.icon {
    background: url(../../images/common/character/nav_rinko.png) left top/100% auto no-repeat
}

.character_Profile_Item.rinko .bg {
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

@media print,
screen and (min-width:1025px) {
    .character_Profile_Item.rinko .deco.part {
        -webkit-transform: translateY(35px);
        transform: translateY(35px)
    }
}

@media print,
screen and (max-width:1024px) {
    .character_Profile_Item.lisa .deco.name {
        -webkit-transform: translateX(-1.2vw);
        transform: translateX(-1.2vw)
    }
}

.character_Profile_Item .character_Profile_Inner {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    position: relative;
    z-index: 10;
    pointer-events: none
}

.character_Profile_Item .body {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition: opacity .8s .2s, -webkit-transform .8s .2s cubic-bezier(.22, 1, .36, 1);
    transition: opacity .8s .2s, -webkit-transform .8s .2s cubic-bezier(.22, 1, .36, 1);
    transition: opacity .8s .2s, transform .8s .2s cubic-bezier(.22, 1, .36, 1);
    transition: opacity .8s .2s, transform .8s .2s cubic-bezier(.22, 1, .36, 1), -webkit-transform .8s .2s cubic-bezier(.22, 1, .36, 1)
}

.character_Profile_Item:not(.swiper-slide-active) .bg {
    width: 0 !important;
    -webkit-transition: width .6s cubic-bezier(.22, 1, .36, 1);
    transition: width .6s cubic-bezier(.22, 1, .36, 1);
    z-index: 0
}

.character_Profile_Item:not(.swiper-slide-active) .character_Profile_Inner {
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, transform 0s;
    transition: opacity 0s, transform 0s, -webkit-transform 0s
}

.character_Profile_Item:not(.swiper-slide-active) .body {
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, transform 0s;
    transition: opacity 0s, transform 0s, -webkit-transform 0s
}

.swiper-slide-active.character_Profile_Item .character_Profile_Inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active.character_Profile_Item .bg {
    -webkit-transition: width .4s .2s;
    transition: width .4s .2s
}

.swiper-slide-active.character_Profile_Item .body {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.inner-wrapper-sticky {
    z-index: 50
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.switch_List {
    margin: 9.11458vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 88.4vw
}

.switch_List:before,
.switch_List:after {
    content: '';
    display: block;
    height: 1px;
    width: 50vw;
    position: absolute;
    background: #bbb;
    bottom: 0
}

.switch_List:before {
    right: 100%
}

.switch_List:after {
    left: 100%
}

@media print,
screen and (min-width:1025px) {
    .switch_List {
        margin: 56px auto 0;
        width: 950px
    }
}

.switch_List li {
    font-size: 4.6875vw;
    position: relative;
    padding: 4.16667vw 0;
    width: 50%;
    text-align: center;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background: rgba(0, 0, 0, .03);
    border-radius: 10px 10px 0 0;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    color: #888
}

.switch_List li:nth-child(2) {
    border-right: 1px solid #bbb
}

@media print,
screen and (min-width:1025px) {
    .switch_List li {
        font-size: 26px;
        padding: 22px 0
    }
}

@media print,
screen and (min-width:1025px) {
    .switch_List li {
        border-radius: 15px 15px 0 0
    }

    .switch_List li:hover {
        cursor: pointer
    }
}

.switch_List li.current {
    background: none;
    border-bottom: none;
    color: #333
}

@-webkit-keyframes showDetail {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: auto
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: auto
    }
}

@keyframes showDetail {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: auto
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: auto
    }
}

@-webkit-keyframes hideDetail {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 0
    }

    1% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 0
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 0
    }
}

@keyframes hideDetail {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 0
    }

    1% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 0
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 0
    }
}

@-webkit-keyframes switchImg {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes switchImg {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.character_Wrapper .detail .eor1 {
    display: none
}

.character_Wrapper .detail .eor2 {
    display: block
}

.character_Wrapper.eor1 .detail .eor1 {
    display: block
}

.character_Wrapper.eor1 .detail .eor2 {
    display: none
}