@charset "UTF-8";

/* scroll-animation
--------------------------------*/
.fadeup {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
    opacity: 1;
    transform: translate(0, 0);
}

/*==========================================================
1.Layout -レイアウト-
==========================================================*/
.l_inner {
    max-width: 1100px;
    width: 91.428571%;
    margin-left: auto;
    margin-right: auto;
}

.section_ttl {
    margin-bottom: 11%;
    text-align: center;
    line-height: 1;
}

.section_contents+.section_ttl {
    margin-top: 20%;
}

.section_ttl .lead {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    max-width: 91.428571vw;
    margin: 2.5em auto 0;
}

.br {
    display: inline-block;
}

#game_lp_wrapper {
    position: relative;
    background-color: #fff;
    color: #000;
}

#game_lp_wrapper a {
    transition-duration: .3s;
}

#game_lp_wrapper a img {
    transition: opacity .3s;
}

#game_lp_wrapper a:hover img {
    opacity: .75;
}

@media only screen and (min-width: 768px) {
    .section_ttl {
        margin-bottom: 75px;
    }

    .section_contents+.section_ttl {
        margin-top: 110px;
    }

    .section_ttl .lead {
        font-size: 18px;
        max-width: inherit;
        margin-top: 2em;
    }

}

/**************************************
HEADER
**************************************/
#game_lp_header {
    position: relative;
}

#game_lp_header::before {
    content: "";
    display: block;
    width: 100%;
    height: 75px;
    background: #c7000a;
}

.game_lp_headerfixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: -moz-linear-gradient(#000000 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
    background: -webkit-linear-gradient(#000000 0%, transparent 100%);
    background: -o-linear-gradient(#000000 0%, transparent 100%);
    background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4.2857145%;
    z-index: 9999;
}

.game_lp_headerfixed.fixed {
    position: fixed;
}

.game_lp_headlogo {
    width: 20%;
    line-height: 1;
    margin-top: 5px;
    margin-left: 5px;
}

.game_lp_headlogo img {
    width: 33px;
}

.game_lp_schedule {
    line-height: 1;
}

.game_lp_schedule img {
    max-height: 30px;
}

.game_lp_mv {
    display: block;
    width: 100%;
    line-height: 1.0;
}

.game_lp_mv source,
.game_lp_mv img {
    display: block;
    width: 100%;
}

.game_lp_ticketlinks {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 91.428571%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    z-index: 99999;
}

.game_lp_ticketlinks li {
    line-height: 1;
    max-width: 260px;
    width: 36.09375%;
}

.game_lp_ticketlinks li.btn_ticket_guide {
    width: 25.46875%;
}

.game_lp_ticketlinks li a {
    display: block;
}

@media only screen and (min-width: 768px) {
    #game_lp_header::before {
        height: 110px;
    }

    .game_lp_headerfixed {
        height: 110px;
        justify-content: center;
        padding: 0 4.2857145%;
    }

    .game_lp_headlogo {
        width: 65px;
        position: absolute;
        left: 2.6%;
        margin-top: 0;
        margin-left: 0;
    }

    .game_lp_headlogo img {
        width: 100%;
    }

    .game_lp_schedule {
        width: calc(100% - 200px);
    }

    .game_lp_schedule img {
        max-height: 34px;
    }

    .game_lp_schedule {
        margin-left: 0;
        font-size: 40px;
        text-align: center;
    }

    .game_lp_ticketlinks {
        left: auto;
        right: 12px;
        bottom: 12px;
        width: 260px;
        gap: 10px 0;
        flex-direction: column;
    }

    .game_lp_ticketlinks li {
        max-width: 100%;
        width: 100%;
    }

    .game_lp_ticketlinks li.btn_ticket_guide {
        width: 100%;
    }
}

/**************************************
FOOTER
*************************************/
#game_lp_footer {
    background-color: #c7000a;
    margin-top: 65px;
    position: relative;
    padding: 7.5% 0 24%;
    text-align: center;
}

#g_pagetop {
    background: #282828;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
}

#g_pagetop a {
    display: block;
    text-align: center;
    padding: 12px 0 15px;
    line-height: 1.0;
    height: 65px;
    transition-property: opacity;
}

#g_pagetop a:hover {
    opacity: 0.75;
}

#g_pagetop img {
    max-width: 95px;
}

.game_lp_footlogo {
    width: 220px;
    margin: 0 auto;
}

.game_lp_footlogo a {
    display: block;
}

.game_lp_sns {
    width: 58.8%;
    margin: 0 auto;
}

.game_lp_snspickup {
    margin-top: 26px;
}

.game_lp_snspickup img {
    width: 100%;
}

.game_lp_snspickup_item+.game_lp_snspickup_item {
    margin-top: 10px;
}

.game_lp_snslist {
    display: flex;
    justify-content: space-between;
    column-gap: 3.125%;
    margin-top: 30px;
    margin-bottom: 38px;
}

.game_lp_snslist li {
    width: 11.4%;
    height: 23px;
}

.game_lp_snslist li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game_lp_snslist li img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.game_lp_copyright {
    text-align: center;
}

.game_lp_copyright img {
    /*	max-width: 170px;*/
    width: 161px;
}

@media only screen and (min-width: 768px) {
    #game_lp_footer {
        margin-top: 130px;
        padding: 53px 0 72px;
    }

    #g_pagetop a {
        padding: 20px 0 30px;
        height: 130px;
    }

    #g_pagetop img {
        max-width: 218px;
        /*
		height: 3.9583vw;
		max-height: 76px;
*/
    }

    .game_lp_footlogo {
        width: 441px;
    }

    .game_lp_sns {
        width: 582px;
    }

    .game_lp_snspickup {
        margin-top: 68px;
    }

    .game_lp_snspickup_item+.game_lp_snspickup_item {
        margin-top: 28px;
    }

    .game_lp_snslist {
        column-gap: 50px;
        margin-top: 70px;
        margin-bottom: 80px;
    }

    .game_lp_snslist li {
        width: 75px;
        height: 75px;
    }

    .game_lp_copyright img {
        width: 322px;
    }
}

/*==========================================================
2.CONTENTS -メインコンテンツ-
==========================================================*/
/**************************************
Global Nav
**************************************/
#game_lp_gnav {
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_nav_sp.jpg") no-repeat center top / cover;
    padding: 10% 0 0;
}

#game_lp_gnav .nav-logo {
    max-width: 268px;
    width: 46.857142%;
    margin: 0 auto;
}

#game_lp_gnav .nav-ttl {
    text-align: center;
    color: #c4c4c4;
    font-weight: 900;
    font-size: 18px;
    margin: 15px auto 10px;
}

.game_lp_nav {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
}

.game_lp_nav li {
    max-width: 170px;
    width: calc(33.33% - 10px);
    margin: 5px;
}

.game_lp_nav li a {
    width: 100%;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    background: linear-gradient(to bottom, #59030c, #aa0012);
    transition: opacity .3s;
    transform: translateZ(0);
}

.game_lp_nav li a:hover {
    opacity: .75;
}

#game_lp_gnav .nav_txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    top: 6px;
}

#game_lp_gnav .nav_txt span {
    width: 51%;
    max-width: 640px;
    line-height: 1;
    text-align: center;
}

#game_lp_gnav .nav_txt span img {
    width: 80%;
    max-width: 227px;
}

#game_lp_gnav .nav_txt::before,
#game_lp_gnav .nav_txt::after {
    content: none;
    width: 24%;
    height: 2px;
    background-color: #c7000a;
}

.game_lp_nav source,
.game_lp_nav img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .game_lp_nav li a {
        padding-bottom: 18px;
    }

    .game_lp_nav li a::before {
        content: "";
        width: 14px;
        height: 10px;
        background: url(https://www.volters.jp/files/user/lp/2025-26/template/img/arw_nav.png) no-repeat center / contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    #game_lp_gnav {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_nav_pc.jpg");
        padding: 80px 0 0;
    }

    #game_lp_gnav .nav-ttl {
        font-size: 31px;
        margin: 45px auto 20px;
    }

    .game_lp_nav {
        width: 100%;
        justify-content: center;
    }

    .game_lp_nav li {
        width: 15.45%;
        margin: 10px;
    }

    .game_lp_nav li a {
        height: 120px;
        font-size: 22px;
    }

    #game_lp_gnav .nav_txt {
        margin-top: 112px;
        top: 0;
    }

    #game_lp_gnav .nav_txt::before,
    #game_lp_gnav .nav_txt::after {
        width: calc(50% - 320px);
        height: 5px;
    }
}

/**************************************
youtube
**************************************/
#g_movie {
    padding: 13% 0;
    background-color: #000;
}

#g_movie .moviewrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

#g_movie .moviewrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 768px) {
    #g_movie {
        padding: 159px 0 166px;
    }
}

@media only screen and (max-width: 767px) {
    #g_movie .l_inner {
        width: 100%;
    }
}

/**************************************
Match Info
**************************************/
.g_match_info {
    padding: 16% 0 11.4%;
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_tickets_sp.jpg") no-repeat center top / cover;
    text-align: center;
}

.tickets_inner {
    max-width: 582px;
    width: 88.8%;
    margin-left: auto;
    margin-right: auto;
}

.match_presents {
    margin-bottom: 20px;
}

.presents_bnr {
    max-width: 492px;
    width: 80%;
    margin: 0 auto;
}

.presents_bnr a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.presents_bnr img {
    width: 100%;
    line-height: 46px;
}

.presents_txt {
    width: 22%;
    max-width: 139px;
    line-height: 1;
    margin: 8px auto 30px;
}

.match_info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 34px;
}

.match_info img {
    max-height: 100%;
}

.match_info .m_vs {
    width: 37px;
    margin: 0 15px;
}

.match_info .m_left,
.match_info .m_right {
    width: 35.9%;
    height: 90px;
}

.match_venue {
    margin-bottom: 30px;
}

.match_venue dt {
    line-height: 1.0;
    margin-bottom: 6px;
}

.match_venue dt img {
    width: 160px;
}

.match_venue dd a {
    display: inline-block;
    width: 155px;
    height: 32px;
    background: #050051;
    text-align: center;
}

.match_venue dd img {
    width: 80px;
    vertical-align: -40%;
}

.match_schedule {
    display: flex;
    justify-content: center;
}

.match_schedule .m_schedule_item {
    width: calc(50% - 20px);
    margin: 0 10px;
}

.match_schedule .m_schedule_item .m_day {
    width: 95%;
    margin: 0 auto 15px;
}

.match_schedule .m_watch_list li {
    margin-top: 12px;
}

.match_schedule .m_watch_list a {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.match_schedule .m_ticketbuy a {
    background: #c7000a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    transition: opacity .3s;
}

.match_schedule .m_ticketbuy a:hover {
    opacity: 0.75;
}

.match_schedule .m_streaming a {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match_schedule .m_streaming img {
    height: 11px;
}

@media only screen and (min-width: 768px) {
    .g_match_info {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_tickets_pc.jpg");
        padding: 90px 0 135px;
    }

    .match_presents {
        margin-bottom: 30px;
    }

    .presents_bnr {
        max-width: 492px;
        width: 492px;
    }

    .presents_bnr img {
        width: 100%;
        line-height: 109px;
    }

    .presents_txt {
        max-width: 139px;
        width: 139px;
        margin: 18px auto 58px;
    }

    .match_info {
        margin-bottom: 60px;
    }

    .match_info .m_vs {
        width: 73px;
        margin: 0 42px;
    }

    .match_info .m_left,
    .match_info .m_right {
        width: 39.1%;
        height: 182px;
    }

    .match_venue {
        margin-bottom: 65px;
    }

    .match_venue dt {
        margin-bottom: 20px;
    }

    .match_venue dt img {
        width: 304px;
    }

    .match_venue dd a {
        width: 305px;
        height: 30px;
    }

    .match_venue dd img {
        width: 116px;
        vertical-align: -50%;
    }

    .match_schedule {
        column-gap: 44px;
    }

    .match_schedule .m_schedule_item {
        width: calc(50% - 22px);
        margin: 0;
    }

    .match_schedule .m_schedule_item .m_day {
        max-width: 242px;
        margin: 0 auto 30px;
    }

    .match_schedule .m_watch_list li {
        margin-top: 15px;
    }

    .match_schedule .m_watch_list a {
        height: 48px;
        line-height: 48px;
    }

    .match_schedule .m_ticketbuy a {
        font-size: 22px;
    }

    .match_schedule .m_streaming img {
        height: 21px;
    }
}

/**************************************
GAME PREVIEW
**************************************/
#g_preview {
    border-top: 5px solid #000;
    position: relative;
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_gamepreview_sp.jpg") no-repeat center top / cover;
    color: #fff;
    z-index: 0;
    border-bottom: solid 5px #000;
}

#g_preview .l_inner {
    padding: 11% 0 20%;
}

#g_preview>* {
    position: relative;
    z-index: 2;
}

#g_preview .section_ttl img {
    width: 100%;
    max-width: 232px;
}

.preview_item {
    max-width: 540px;
    width: 84.375%;
    margin: 0 auto;
}

.preview_item+.preview_item {
    margin-top: 65px;
}

.preview_item .item_img {
    margin-bottom: 5px;
    line-height: 1.0;
}

.preview_item .item_ttl {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.0;
}

.preview_item .item_ttl span {
    background-color: #000000;
    color: #fff;
    display: inline-block;
    line-height: 1.25;
}

.preview_item .item_contents p {
    font-size: 14px;
    line-height: 1.71;
}

.preview_item .item_contents p+p {
    margin-top: 1em;
}

#g_preview .btn_wrap {
    padding: 30px 12%;
    background-color: #000;
}

#g_preview .btn_wrap .btn+.btn {
    margin-top: 15px;
}

#g_preview .btn_wrap .btn a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    padding: 8px;
    background-color: #c5c3c3;
    transition: opacity .3s;
}

#g_preview .btn_wrap .btn a::before {
    content: "";
    width: 2px;
    height: calc(100% - 12px);
    background-color: #000;
    position: absolute;
    left: 6px;
    top: 6px;
}

#g_preview .btn_wrap .btn a:hover {
    opacity: .75;
}

@media only screen and (min-width: 768px) {
    #g_preview {
        border-top-width: 10px;
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_gamepreview_pc.jpg");
        border-bottom: none;
    }

    #g_preview .l_inner {
        max-width: 1130px;
        padding: 70px 0 100px;
    }

    #g_preview .section_contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #g_preview .section_ttl img {
        max-width: 1130px;
    }

    .preview_item {
        width: calc((100% - 55px) / 2);
    }

    .preview_item+.preview_item {
        margin-top: 0;
    }

    .preview_item .item_img {
        margin-bottom: 40px;
    }

    .preview_item .item_ttl {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .preview_item .item_ttl span {
        line-height: 1.375;
        padding: 0 8px;
    }

    .preview_item .item_contents p {
        font-size: 16px;
        line-height: 1.75;
    }

    #g_preview .btn_wrap {
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 70px 0;
        background-color: #000;
    }

    #g_preview .btn_wrap .btn+.btn {
        margin-top: 0;
    }

    #g_preview .btn_wrap .btn {
        width: 45%;
        max-width: 470px;
    }

    #g_preview .btn_wrap .btn a {
        width: 100%;
        font-size: 24px;
        line-height: 1.5;
        padding: 27px;
    }

    #g_preview .btn_wrap .btn a::before {
        width: 5px;
        height: calc(100% - 30px);
        left: 11px;
        top: 15px;
    }
}

/**************************************
V-CLUB
**************************************/
#g_vclub {
    padding: 20% 0;
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_vclub_sp.jpg") top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

#g_vclub .section_ttl {
    margin-bottom: 4.5%;
}

#g_vclub .section_ttl img {
    max-width: 192px;
}

#g_vclub .vclub_link {
    text-align: center;
    margin-top: 36px;
}

#g_vclub .vclub_link a {
    display: inline-block;
    background: #c7000a;
    width: 275px;
    height: 65px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 68px;
    transition: opacity .3s;
}

#g_vclub .vclub_link a:hover {
    opacity: 0.75;
}

@media only screen and (max-width: 1220px) {
    #g_vclub .section_ttl img {
        width: 44.35%;
    }
}

@media only screen and (min-width: 768px) {
    #g_vclub {
        padding: 78px 0 119px;
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_vclub_pc.jpg");
    }

    #g_vclub .section_ttl {
        margin-bottom: 60px;
    }

    #g_vclub .section_ttl img {
        max-width: 541px;
    }

    #g_vclub .vclub_link {
        margin-top: 80px;
    }

    #g_vclub .vclub_link a {
        width: 550px;
        height: 70px;
        font-size: 28px;
        line-height: 70px;
    }
}

/**************************************
EVENT INFORMATION
**************************************/
#g_event {
    position: relative;
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_event_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    background-size: cover;
    padding: 15% 0;
    overflow: hidden;
}

#g_event::after {
    content: none;
    width: 41.43vw;
    height: 35.86vw;
    background: url(https://www.volters.jp/files/user/lp/2025-26/template/img/bg_event_logo.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 14.72vw;
    mix-blend-mode: multiply;
}

.event_featured .section_ttl img {
    width: 100%;
    max-width: 215px;
}

.event_item_list {
    margin: 0 15px 85px;
}

.event_item {
    background: #aa0012;
    color: #fff;
    font-size: 15px;
    line-height: 1.44;
}

.event_item+.event_item {
    margin-top: 35px;
}

.event_item .item_ttl {
    font-weight: 700;
    padding: 10px 15px;
}

.event_item .item_img {
    line-height: 1;
}

.event_item .item_img img {
    width: 100%;
}

.event_item .item_contents {
    padding: 12px 14px 27px;
    text-align: justify;
}

.event_item .item_more {
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}

.event_item .item_more a {
    display: inline-block;
    max-width: 300px;
    width: 60%;
    background: #000;
    color: #fff;
    padding: 8px 0;
    transition: opacity .3s;
}

.event_item .item_more a:hover {
    opacity: 0.75;
}

.event_other .section_ttl {
    margin-bottom: 38px;
}

.event_other .section_ttl img {
    max-width: 168px;
}

.event_item .item_txt {
    display: none;
}

.info_item_list {
    overflow: hidden;
}

.info_item_list .info_item {
    position: relative;
    width: 66vw !important;
    margin: 0 2.25vw;
    background: #fff;
    /*	width: 46.5625%;*/
    line-height: 1.44;
    font-size: 15px;
    color: #000;
}

.info_item_list .item_meta {
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
}

.info_item_list .info_item .item_img {
    line-height: 1;
}

.info_item_list .info_item .item_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.info_item_list .info_item .item_contents {
    padding: 12px 14px 27px;
}

.info_item_list .item_ttl {
    font-size: 15px;
    line-height: 1.3;
    text-align: justify;
    font-weight: 700;
    padding: 12px 24px;
}

.info_item_list .item_ttl_sp {
    font-size: 15px;
    line-height: 1.3;
    text-align: justify;
    font-weight: 700;
    padding: 12px 24px;
}

#cboxLoadedContent .item_ttl_sp {
    display: none;
}

.info_item_list .item_more {
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}

.info_item_list .item_more a {
    display: inline-block;
    max-width: 218px;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 5px 0;
    transition: opacity .3s;
}

.info_item_list .item_more a:hover {
    opacity: 0.75;
}

.event_item .item_hide,
.info_item_list .item_hide,
.goods_item_list .item_hide {
    display: none;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    max-width: 540px;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
    width: 0;
    height: 0;
    background: transparent;
}

#cboxTopCenter,
#cboxBottomCenter {
    height: 0;
    background: transparent;
}

#cboxMiddleLeft,
#cboxMiddleRight {
    width: 0;
    background: transparent;
}

#cboxContent {
    max-width: 540px;
    height: auto;
    max-height: 90%;
}

#cboxLoadedContent {
    padding: 40px 0;
    margin-bottom: 0;
    max-width: 100%;
    color: #000;
}

#cboxLoadedContent .item_img {
    width: 100%;
    line-height: 1.0;
}

#cboxLoadedContent .item_contents {
    padding: 12px 14px 0;
}

#cboxLoadedContent .item_ttl {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1em;
}

#cboxLoadedContent>.item_ttl {
    padding: 0 15px 10px;
}

#cboxLoadedContent .item_contents p {
    font-size: 14px;
    line-height: 1.75;
}

#cboxClose {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    bottom: inherit;
    background: transparent;
}

#cboxClose::before,
#cboxClose::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    margin-left: -50%;
}

#cboxClose::before {
    transform: rotate(45deg);
}

#cboxClose::after {
    transform: rotate(-45deg);
}

.info_item_slider .slick-track {
    display: flex;
}

.info_item_slider .slick-slide {
    float: none !important;
    height: auto !important;
}

.info_item_slider .slick-slide>div,
.info_item_slider .info_item {
    height: 100%;
}

.info_item_slider_wrap {
    position: relative;
    width: 100%;
}


.info_item_slider_wrap .slider_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
}

.info_item_slider_wrap .slider_nav .txt {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 0 49px;
}

.info_item_slider_wrap .slider_nav .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-property: opacity;
}

.info_item_slider_wrap .slider_nav .slick-arrow:hover {
    opacity: 0.75;
}

.info_item_slider_wrap .slider_nav .slick-arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.info_item_slider_wrap .slider_nav .nav-slick-prev {
    left: 12vw;
}

.info_item_slider_wrap .slider_nav .nav-slick-next {
    right: 12vw;
}

.info_item_slider_wrap .slider_nav .nav-slick-prev::before {
    background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/arrow_circle_left.png");
}

.info_item_slider_wrap .slider_nav .nav-slick-next::before {
    background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/arrow_circle_right.png");
}

/*unslick*/
.info_item_slider.unslick {
    display: flex;
    justify-content: center;
    gap: 0;
}

.info_item_slider.unslick .info_item {
    height: auto;
}

@media only screen and (max-width: 1220px) {
    .event_other .section_ttl img {
        width: 80.1%;
    }
}

@media only screen and (min-width: 768px) {
    #g_event {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_event_pc.jpg");
        padding: 180px 0 14vw;
    }

    #g_event::after {
        width: 15.3125vw;
        height: 13.28125vw;
        left: auto;
        right: 5.10416vw;
        bottom: 9.375vw;
    }

    .event_featured .l_inner {
        max-width: 1118px;
    }

    .event_featured .section_ttl {
        margin-bottom: 55px;
    }

    .event_featured .section_ttl img {
        max-width: 1118px;
    }

    .event_item_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 140px;
    }

    .event_item {
        width: 45.45%;
        max-width: 500px;
        margin: 20px;
        font-size: 16px;
        line-height: 1.75;
    }

    .event_item+.event_item {
        margin-top: 20px;
    }

    .event_item .item_ttl {
        font-size: 22px;
        line-height: 1.545;
        padding: 16px 30px;
    }

    .event_item .item_contents {
        padding: 20px 24px 39px;
    }

    .event_item .item_more {
        margin-top: 25px;
    }

    .event_item .item_more a {
        font-size: 22px;
        padding: 1px 0;
    }

    .event_item .item_txt {
        font-size: 16px;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .event_other .section_ttl {
        margin-bottom: 50px;
    }

    .event_other .section_ttl img {
        max-width: 522px;
    }

    .info_item_list {
        column-gap: 30px;
    }

    .info_item_list .info_item {
        /*		width: calc(33.33% - 30px);*/
        width: 350px !important;
        line-height: 1.75;
        font-size: 16px;
        margin: 0 17px
    }

    .info_item_list .info_item .item_img img {
        aspect-ratio: 1;
    }

    .info_item_list .item_meta {
        font-size: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .info_item_list .info_item .item_contents {
        padding: 14px 16px 24px;
    }

    .info_item_list .item_ttl {
        font-size: 18px;
        line-height: 1.5;
        display: block;
    }

    .info_item_list .item_ttl_sp {
        display: none;
    }

    .info_item_list .item_more {
        margin-top: 14px;
    }

    .info_item_list .item_more a {
        padding: 2px 0;
    }

    #cboxLoadedContent {
        padding: 50px 0;
    }

    #cboxLoadedContent .item_contents {
        padding: 20px 24px 0;
    }

    #cboxLoadedContent .item_ttl {
        font-size: 20px;
    }

    #cboxLoadedContent>.item_ttl {
        padding: 0 30px 16px;
    }

    #cboxLoadedContent .item_contents p {
        font-size: 16px;
        display: block;
    }

    #cboxClose {
        width: 40px;
        height: 40px;
    }

    .info_item_slider_wrap .slider_nav {
        margin-top: 74px;
    }

    .info_item_slider_wrap .slider_nav .txt {
        font-size: 28px;
        margin: 0 76px;
    }

    .info_item_slider_wrap {
        max-width: 1100px;
        width: 91.428571%;
        margin-left: auto;
        margin-right: auto;
    }

    .info_item_slider_wrap .slider_nav .slick-arrow {
        width: 56px;
        height: 56px;
    }

    .info_item_slider_wrap .slider_nav .nav-slick-prev {
        left: -6.25vw;
    }

    .info_item_slider_wrap .slider_nav .nav-slick-next {
        right: -6.25vw;
    }
}

/**************************************
schedule_price 背景用
**************************************/
#schedule_price {
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_schedule_price_sp.jpg") no-repeat center bottom / cover;
}

@media only screen and (min-width: 768px) {
    #schedule_price {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_schedule_price_pc.jpg");
    }
}

/**************************************
TIME SCHEDULE
**************************************/

#g_schedule {
    padding: 15.7% 0 0;
}

#g_schedule .section_ttl {
    margin-bottom: 12%;
}

#g_schedule .section_ttl img {
    width: 100%;
    max-width: 268px;
}

#g_schedule .section_contents {
    max-width: 830px;
    margin: 0 auto;
}

.tabWrap .note-list {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}

.tabWrap .note-list li {
    text-indent: -1em;
    margin-left: 1em;
}

.tabNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.tabNav li {
    width: 48.28%;
    height: 39px;
    padding: 5px 20px 5px 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s;
}

.tabNav li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 6px;
    bottom: 5px;
    transition: border-color .3s;
}

.tabNav li:hover::before,
.tabNav li.onActive::before {
    border-color: #fff transparent transparent transparent;
}

.tabNav li:hover,
.tabNav li.onActive {
    background-color: #000;
}

.tabNav li img {
    height: 28px;
    transition: opacity .3s;
}

.tabNav li img.on {
    opacity: 0;
    position: absolute;
}

.tabNav li:hover img.off,
.tabNav li.onActive img.off {
    opacity: 0;
}

.tabNav li:hover img.on,
.tabNav li.onActive img.on {
    opacity: 1;
}

.tabCon.hide {
    display: none;
}

.tabCon .timetable {
    border-spacing: 0 5px;
    border-collapse: separate;
    width: 100%;
}

.tabCon .timetable th,
.tabCon .timetable td {
    font-weight: 500;
    line-height: 1.44;
}

.tabCon .timetable th {
    background-color: #000;
    color: #fff;
    text-align: center;
    min-width: 4em;
    padding: 2px 0;
}

.tabCon .timetable td {
    background-color: #fff;
    padding: 2px 10px;
}

@media only screen and (min-width: 768px) {

    #g_schedule {
        padding: 190px 0 0;
    }

    #g_schedule .l_inner {
        max-width: 1163px
    }

    #g_schedule .section_ttl {
        margin-bottom: 70px;
    }

    #g_schedule .section_ttl img {
        max-width: 1163px;
    }

    .tabWrap .note-list {
        font-size: 18px;
        margin-top: 40px;
    }

    .tabWrap .note-list li {
        line-height: 1.933;
    }

    .tabNav {
        margin-bottom: 45px;
    }

    .tabNav li {
        width: 400px;
        height: 100px;
    }

    .tabNav li::before {
        border-width: 10px 6px 0 6px;
        border-color: #000000 transparent transparent transparent;
        right: 10px;
        bottom: 10px;
    }

    .tabNav li img {
        height: 76px;
    }

    .tabCon .timetable {
        border-spacing: 0 6px;
    }

    .tabCon .timetable th,
    .tabCon .timetable td {
        font-size: 18px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .tabCon .timetable th {
        width: 3em;
    }

    .tabCon .timetable td {
        width: calc(100% - 3em);
    }
}

/**************************************
TICKET
**************************************/
#g_price {
    padding: 25% 0 18%;
}

#g_price .l_inner {
    max-width: 1280px;
}

#g_price .section_ttl img {
    width: 40.86%;
    max-width: 184px;
}

#g_price .section_contents {
    text-align: center;
}

#g_price .section_contents img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #g_price {
        padding: 100px 0 230px;
    }

    #g_price .section_ttl {
        margin-bottom: 100px;
    }

    #g_price .section_ttl img {
        max-width: 523px;
    }

    #g_price .section_contents img {
        max-width: 1163px;
    }
}

/**************************************
GOODS
**************************************/
#g_goods {
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_goods_sp.jpg") no-repeat center top / cover;
    background-size: cover;
    padding: 18.28% 0 24.57%;
    overflow: hidden;
}

#g_goods .section_ttl {
    margin-bottom: 8.5%;
}

#g_goods .section_ttl img {
    max-width: 174px;
}

#g_goods .goods_standard .section_ttl img {
    max-width: 284px;
}

.goods_featured .section_ttl img {
    width: 100%;
    max-width: 215px;
}

.goods_item_list {
    margin: 0 15px 85px;
}

.goods_item {
    background: #aa0012;
    color: #fff;
    font-size: 15px;
    line-height: 1.44;
}

.goods_item+.goods_item {
    margin-top: 35px;
}

.goods_item .item_ttl {
    font-weight: 700;
    padding: 10px 15px;
}

.goods_item .item_img {
    line-height: 1;
}

.goods_item .item_img img {
    width: 100%;
}

.goods_item .item_contents {
    padding: 12px 14px 27px;
    text-align: justify;
}

.goods_item .item_more {
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}

.goods_item .item_more a {
    display: inline-block;
    max-width: 300px;
    width: 60%;
    background: #000;
    color: #fff;
    padding: 8px 0;
    transition: opacity .3s;
}

.goods_item .item_more a:hover {
    opacity: 0.75;
}

.goods_other .section_ttl {
    margin-bottom: 38px;
}

.goods_other .section_ttl img {
    max-width: 168px;
}

.goods_item .item_txt {
    display: none;
}

@media only screen and (max-width: 1220px) {
    #g_goods .section_ttl img {
        width: 78%;
    }

    #g_goods .goods_standard .section_ttl img {
        width: 63.6%;
    }
}

@media only screen and (min-width: 768px) {
    #g_goods {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_goods_pc.jpg");
        padding: 172px 0;
    }

    #g_goods .section_ttl {
        margin-bottom: 60px;
    }

    #g_goods .section_ttl img {
        max-width: 878px;
    }

    #g_goods .goods_standard .section_ttl img {
        max-width: 700px;
    }

    .goods_featured .l_inner {
        max-width: 1118px;
    }

    .goods_featured .section_ttl {
        margin-bottom: 55px;
    }

    .goods_featured .section_ttl img {
        max-width: 1118px;
    }

    .goods_item_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 140px;
    }

    .goods_item {
        width: 45.45%;
        max-width: 500px;
        margin: 20px;
        font-size: 16px;
        line-height: 1.75;
    }

    .goods_item+.goods_item {
        margin-top: 20px;
    }

    .goods_item .item_ttl {
        font-size: 22px;
        line-height: 1.545;
        padding: 16px 30px;
    }

    .goods_item .item_contents {
        padding: 20px 24px 39px;
    }

    .goods_item .item_more {
        margin-top: 25px;
    }

    .goods_item .item_more a {
        font-size: 22px;
        padding: 1px 0;
    }

    .goods_item .item_txt {
        font-size: 16px;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .goods_other .section_ttl {
        margin-bottom: 50px;
    }

    .goods_other .section_ttl img {
        max-width: 522px;
    }
}

/**************************************
GOURMET
**************************************/
#g_gourmet {
    background: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_gourmet_sp.jpg") no-repeat center top / cover;
    background-size: cover;
    padding: 20.28% 0 15.71%;
    overflow: hidden;
}

#g_gourmet .section_ttl {
    margin-bottom: 4.5%;
}

#g_gourmet .section_ttl img {
    max-width: 246px;
}

#g_gourmet .info_item_list .info_item .item_more a {
    background: #000;
}

@media only screen and (max-width: 1220px) {
    #g_gourmet .section_ttl img {
        width: 58.12%;
    }
}

@media only screen and (min-width: 768px) {
    #g_gourmet {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_gourmet_pc.jpg");
        padding: 92px 0 82px;
    }

    #g_gourmet .section_ttl {
        margin-bottom: 60px;
    }

    #g_gourmet .section_ttl img {
        max-width: 709px;
    }
}


/**************************************
GOURMET
**************************************/
#g_cashless {
    padding: 30px 0;
    background-color: #000;
}

#g_cashless .txt {
    text-align: center;
    color: #fff000;
    font-weight: 700;
    font-size: 18px;
}

#g_cashless .btn {
    margin-top: 7px;
}

#g_cashless .btn a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    padding: 8px 0;
    background-color: #fff000;
    margin: 0 auto;
    transition: opacity .3s;
}

#g_cashless .btn a:hover {
    opacity: .75;
}

@media only screen and (min-width: 768px) {
    #g_cashless {
        padding: 36px 0 42px;
    }

    #g_cashless .txt {
        font-size: 40px;
    }

    #g_cashless .btn a {
        max-width: 593px;
        font-size: 24px;
        line-height: 1.5;
        padding: 6px;
    }

    #g_cashless .btn a:hover {
        opacity: .75;
    }
}

/**************************************
ARENA
**************************************/
#g_arena {
    background: #000;
    padding: 14.28% 0 15%;
}

#g_arena .arena_logo {
    width: 45%;
    margin: 0 auto 48px;
}

#g_arena .section_ttl {
    margin-bottom: 9%;
}

#g_arena .section_ttl img {
    width: 46%;
    max-width: 179px;
}

.arena_image {
    margin-bottom: 50px;
}

.arena_image .img {
    margin-bottom: 10px;
}

.arena_image .img img {
    display: block;
}

.arena_image .txt {
    text-align: center;
}

.arena_image .txt .name {
    font-weight: bold;
    font-size: 18px;
    color: #c7000a;
}

.arena_image .txt .btn {
    font-weight: bold;
    margin-top: 10px;
}

.arena_image .txt .btn a {
    display: inline-block;
    background: #fff;
    color: #000;
    min-width: 130px;
    line-height: 37px;
    transition-property: background-color;
}

.arena_image .txt .btn a:hover {
    background-color: #e70012;
}

.access_map .img {
    padding: 0 10px;
    margin-bottom: 15px;
}

.access_map .note {
    font-size: 11px;
    line-height: 1.59;
}

.access_map .note .btn {
    margin-top: 15px;
}

.access_map .note .btn a {
    display: block;
    width: 80%;
    background-color: #c90012;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 6px;
    transition-property: opacity;
    margin: 0 auto;
}

.access_map .note .btn a:hover {
    opacity: .75;
}

.access_map .note p {
    color: #fff;
}

.access_map .note p+p {
    margin-top: 1.5em;
}

.access_map .note .btn+p {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    #g_arena {
        background-image: url("https://www.volters.jp/files/user/lp/2025-26/template/img/bg_arena_pc.jpg");
        padding: 140px 0 230px;
    }

    #g_arena .arena_logo {
        width: 239px;
        margin: 0 auto 148px;
    }

    #g_arena .section_ttl {
        margin-bottom: 75px;
    }

    #g_arena .section_ttl img {
        max-width: 505px;
    }

    .arena_image {
        margin-bottom: 60px;
    }

    .arena_image .img {
        margin-bottom: 50px;
    }

    .arena_image .txt .name {
        font-size: 22px;
    }

    .arena_image .txt .btn {
        margin-top: 30px;
        font-size: 17px;
    }

    .arena_image .txt .btn a {
        min-width: 200px;
        line-height: 30px;
    }

    .access_map {
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }

    .access_map .img {
        padding: 0;
        margin-bottom: 15px;
        max-width: 600px;
        margin: 0 auto 60px;
    }

    .access_map .note {
        font-size: 16px;
        line-height: 1.81;
    }

    .access_map .note .btn._akkipa {
        margin-top: 35px;
    }

    .access_map .note .btn._charichari {
        margin-top: 25px;
    }

    .access_map .note .btn a {
        width: 100%;
        max-width: 600px;
        font-size: 24px;
        padding: 10px;
    }

    .access_map .note p+p {
        margin-top: 2em;
    }

    .access_map .note .btn+p {
        margin-top: 60px;
    }
}

/**************************************
PLAYERS / VG
**************************************/
#g_team {
    padding: 17.7% 0 14.3%;
    background-color: #000;
}

#g_team .players .section_ttl img {
    max-width: 230px;
}

#g_team .vg .section_ttl img {
    max-width: 127px;
}

#g_team .vg {
    margin-top: 15%;
}

.slider {
    display: flex;
    overflow: hidden;
}

#g_team .slider li {
    padding: 0 5px;
}

#team_players .slider img {
    width: 48.57vw;
    max-width: 340px;
}

#team_vg .slider img {
    width: 54.28vw;
    max-width: 308px;
}

#team_voltan {
    margin: 17.14% auto 0;
    max-width: 64.43%;
}

@media only screen and (max-width: 1220px) and (min-width: 768px) {
    #g_team .players .section_ttl img {
        max-width: 53.61%;
    }

    #g_team .vg .section_ttl img {
        max-width: 20.33%;
    }
}

@media only screen and (min-width: 768px) {
    #g_team {
        padding: 65px 0 110px;
    }

    #g_team .section_ttl {
        margin-bottom: 54px;
    }

    #g_team .players .section_ttl img {
        max-width: 654px;
    }

    #g_team .vg .section_ttl img {
        max-width: 248px;
    }

    #g_team .vg {
        margin-top: 60px;
    }

    #g_team .slider li {
        padding: 0 12px;
    }

    #team_voltan {
        margin-top: 160px;
        max-width: 780px;
        padding-right: 100px;
    }
}


/**************************************
game_schedule
**************************************/
#g_game_schedule {
    padding: 11% 0 13%;
    background-color: #000;
}

#g_game_schedule .section_ttl img {
    width: 84%;
    max-width: 535px;
}

#g_game_schedule .section_contents {
    padding: 0 4.43vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6.28vw 0;
}

@media only screen and (min-width: 768px) {
    #g_game_schedule {
        padding: 80px 0 110px;
    }

    #g_game_schedule .l_inner {
        max-width: 1228px;
    }

    #g_game_schedule .section_ttl img {
        width: 100%;
        max-width: 1228px;
    }

    #g_game_schedule .section_contents {
        padding: 0 5px;
        flex-direction: row;
        justify-content: space-between;
    }

    #g_game_schedule .section_contents .schedule_item {
        width: 47.5%;
        max-width: 578px;
    }
}