@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 {
    overflow: hidden
}

.switch_List {
    margin: 9.11458vw 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;
    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 50px;
        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
}

.panel-item {
    display: none;
    position: relative;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(.22, 1, .36, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(.22, 1, .36, 1);
    transition: transform 1s cubic-bezier(.22, 1, .36, 1), opacity 1s;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1), opacity 1s, -webkit-transform 1s cubic-bezier(.22, 1, .36, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.panel-item.is-show {
    display: block
}

.panel-item.is-animation {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.theater_Wrapper {
    margin: 9.11458vw 0 0
}

@media print,
screen and (min-width:1025px) {
    .theater_Wrapper {
        margin: 56px auto 0;
        width: 100%
    }
}

.theater-coming {
    text-align: center;
    margin: 0 0 2em;
    font-size: 24px;
    color: #777;
    letter-spacing: .1em
}

@media print,
screen and (max-width:1024px) {
    .theater-coming {
        font-size: 4.42708vw
    }
}

.thater-Detail {
    line-height: 1.8em;
    color: #333;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail {
        width: 980px;
        margin: 50px auto 0;
        font-size: 15px;
        letter-spacing: .08em
    }
}

@media print,
screen and (max-width:1024px) {
    .thater-Detail {
        width: 96%;
        margin: 0 auto;
        font-size: 2.93333vw
    }
}

.thater-Detail h2 {
    color: #777
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail h2 {
        font-size: 26px;
        margin: 0 0 18px
    }
}

@media print,
screen and (max-width:1024px) {
    .thater-Detail h2 {
        font-size: 4vw;
        margin: 7.33333vw auto 2.66667vw;
        padding: 0 0 0 2.66667vw
    }
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail h2:not(:first-of-type) {
        margin: 60px 0 18px
    }
}

.thater-Detail .tablepress a {
    color: #34a;
    text-decoration: none
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress a:hover {
        text-decoration: underline
    }
}

.thater-Detail .tablepress caption {
    display: none
}

.thater-Detail .tablepress .column-1 {
    width: 14%
}

@media print,
screen and (max-width:1024px) {
    .thater-Detail .tablepress .column-1 {
        text-align: center;
        width: 20%
    }
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress .column-2 {
        width: 43%
    }
}

@media print,
screen and (max-width:1024px) {
    .thater-Detail .tablepress .column-2 {
        width: 52%
    }
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress .column-3 {
        width: 43%
    }
}

@media print,
screen and (max-width:1024px) {
    .thater-Detail .tablepress .column-3 {
        width: 28%
    }
}

.thater-Detail .tablepress tfoot th,
.thater-Detail .tablepress thead th {
    background-color: #34a;
    color: #fff;
    font-weight: 500;
    border-bottom: 0
}

@media print,
screen and (min-width:1025px) {

    .thater-Detail .tablepress tfoot th,
    .thater-Detail .tablepress thead th {
        padding: 10px 0
    }
}

@media print,
screen and (max-width:1024px) {

    .thater-Detail .tablepress tfoot th,
    .thater-Detail .tablepress thead th {
        padding: 2vw 0;
        text-align: center
    }
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress thead th.column-1 {
        padding: 10px 25px
    }
}

.thater-Detail .tablepress tbody tr {
    background: #fff
}

.thater-Detail .tablepress tbody tr:first-child td {
    border-top: 0
}

.thater-Detail .tablepress td {
    vertical-align: middle;
    border-top: 1px solid #eee
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress td {
        padding: 16px 0
    }
}

@media print,
screen and (max-width:1024px) {
    .thater-Detail .tablepress td {
        padding: 4vw 2.66667vw 4vw 0
    }
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress td.column-1 {
        padding: 16px 0 16px 25px
    }
}

@media print,
screen and (min-width:1025px) {
    .thater-Detail .tablepress td.column-3 {
        padding: 16px 25px 18px 0
    }
}