/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*PC・SP共に*/
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

a {
    transition: all 0.5s;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: bold;
    scroll-behavior: smooth;
    background-color: #014dc9;
}

div.bg-fixed {
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/bg-guide.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-size: cover; */
    z-index: -1;
}

div.nav-menu {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.nav-menu ul.fvmenu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 14px 30px;
    color: #0B3190;
}

ul.fvmenu-ul li {
    font-size: 18px;
    margin-left: 30px;
    padding-left: 30px;
    text-align: center;
    border-left: 1px #0B3190 solid;
}

ul.fvmenu-ul li span {
    display: block;
    font-size: 12px;
}

.nav-menu img {
    height: 42px;
    margin: 14px 30px;
}

div.fv-match {
    background-color: #0B3190;
    border-bottom: 2px #fff solid;
    border-top: 2px #fff solid;
}

ul.fvmatch-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

li.fvmatch-li {
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    margin: 14px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
}

li.fvmatch-li img.btn {
    margin: 0;
}

li.fvmatch-li img {
    width: 200px;
}

li.fvmatch-li.shimizu img.ma {
    padding: 27px 0 23px;
}

li.fvmatch-li.kumamoto img.ma {
    padding: 3px 0 0;
}

.fvmatch-li ul.list img {
    width: 200px;
    height: auto;
}

div.main-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 430px 1fr;
    grid-template-columns: 1fr 430px 1fr;
}

div.left-area {
    position: sticky;
    top: 10%;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

div.center-area {
    background-color: #0054dd;
    background-attachment: fixed;
    background-size: contain;
    width: 430px;
    margin: auto;
    position: relative;
    z-index: 1;
    height: 100%;
    background-position: center;
}

div.right-area {
    position: sticky;
    top: 0;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.left-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #0B3190;
}

.left-area h1 img {
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.left-area .side-menu {
    font-size: 18px;
}

.left-area .side-menu li {
    margin-top: 20px;
}

.left-area .side-menu li :nth-of-type(1) {
    margin-top: 0;
}

.left-area .side-menu span {
    display: block;
    font-size: 12px;
}

.right-area .oswald {
    font-size: 32px;
    color: #0B3190;
    margin-bottom: 20px;
}

.right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.right-area .side-match img {
    width: 360px;
    height: auto;
    margin-bottom: 20px;
    padding: 0 20px;
}

.right-area img.r-neetan {
    width: 130px;
    height: auto;
    margin-top: 50px;
}

div.neetan-before::before {
    content: '';
    display: inline-block;
    width: 300px;
    height: 340px;
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/big-neetan.png);
    background-size: cover;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

div.neetan-before {
    position: relative;
    padding: 0 20px;
}

section.match-schedule {
    position: relative;
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 5;
    margin-top: 240px;
}

section h3 span.oswald {
    color: #0B3190;
    font-size: 32px;
    display: block;
}

div.main-area section {
    margin-bottom: 50px;
    padding: 40px 24px 0;
}

section h3 {
    color: #0B3190;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

/*
div.center-area {
    padding: 0 20px;
}
*/

ul.schedule_btn {
    padding: 0 30px;
    margin: 10px 0px 0px;
}

ul.schedule_btn li {
    margin: 10px 0px 0px;
}

li.schedule-li.kumamoto {
    margin-top: 30px;
}

section.memorial-shirt p {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 15px;
}

section.memorial-shirt li.memorial_li.memorial-shirt-photo img {
    max-width: 520px;
    margin-left: -65px;
}

section.memorial-shirt a.btn-li {
    padding: 0 30px;
    margin: 30px 0px 20px;
    display: block;
}

section.special-invitation h3 {
    color: #fff;
}

section.special-invitation h3 span {
    color: #fff;
}

li.invitation_li.special-invitation-photo p.bold {
    font-weight: bold;
    margin: 20px 10px 5px;
}

li.invitation_li.special-invitation-photo ul {
    list-style: none;
    margin: 0 10px;
}

li.invitation_li.special-invitation-photo li {
    margin-left: 2rem;
    text-indent: -1.2rem;
}

li.invitation_li.special-invitation-photo li:before {
    content: "・";
}

li.invitation_li.special-invitation-photo {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0px 10px;
    /*
    text-indent: -1em;
    padding-left: 1em;
*/
    font-weight: 100;
}

section.special-invitation a.btn-li {
    padding: 0 30px;
    margin: 30px 0px 20px;
    display: block;
}

li.benefits_li {
    margin: 30px 0;
}

li.benefits_li.toto {
    margin: 0 20px 40px;
}

section.visitor-benefits a.btn-li {
    padding: 0 30px;
    margin: 30px 0px 20px;
    display: block;
}

section.visitor-benefits li.benefits_li.benefits-shirt-photo img {
    max-width: 520px;
    margin-left: -65px;
}

section.visitor-benefits {
    margin-top: -50px;
}

section.bg-whiteframe {
    background-color: #fff;
    margin: 0 20px;
    border-radius: 20px;
}

section.bg-whiteframe a.btn-li {
    padding: 0 30px;
    margin: 30px 0px 20px;
    display: block;
}

.text-box h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 10px;
}

.text-box p {
    font-size: 18px;
    line-height: 1.5em;
}

.text-box p {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 100;
}


h5.slider-title {
    color: #0B3190;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px #FEB606 solid;
    border-top: 1px #FEB606 solid;
    margin: 20px 0 15px;
    padding: 3px 0;
}

p.slider-text {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}

ul.slide-overview li {
    color: #0B3190;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px 0;
    display: flex;
    align-items: flex-start;
}

ul.slide-overview span {
    background-color: #0B3190;
    color: #fff;
    width: 90px;
    text-align: center;
    padding: 0 3px;
    display: block;
    margin-right: 15px;
    min-width: 90px;
}

footer.footer {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    margin-top: -70px;
}

footer.footer .sns_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.footer img.logo {
    width: 160px;
    height: auto;
}

footer.footer ul {
    margin-top: 30px;
    margin-bottom: 60px;
}

li.sns-li {
    width: 42px;
    height: 42px;
    margin: 0 7px;
}

p.footer__copy {
    color: #0B3190;
    padding: 20px 0 40px;
}

.footer {
    height: auto !important;
}

/*PC表示*/
@media screen and (min-width: 760px) and (max-width: 50000px) {
    /*
	.main-area{
		width: 430px;
	}
*/

    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }

}

/*SP表示*/
@media screen and (min-width: 0px) and (max-width: 760px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    ul.fvmatch-ul {
        margin: 20px 0;
    }


    .nav-menu img {
        height: 30px;
        margin: 10px 0;
    }

    li.fvmatch-li img {
        width: 45%;
    }

    .fvmatch-li ul.list img {
        width: 100%;
        height: auto;
        margin-left: 10px;
    }

    li.fvmatch-li {
        height: 110px;
        margin: 5px 20px;
    }

    /*
	li.fvmatch-li {
		flex-direction: column;
	}
*/

    div.nav-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ul.fvmatch-ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    div.main-area .right-area {
        display: none;
    }

    div.main-area .left-area {
        display: none;
    }

    div.nav-menu ul.fvmenu-ul {
        display: none;
    }

    section.memorial-shirt li.memorial_li.memorial-shirt-photo img {
        max-width: 100%;
        margin-left: 0px;
    }

    section.visitor-benefits li.benefits_li.benefits-shirt-photo img {
        max-width: 100%;
        margin-left: 0px;
    }

    div.center-area {
        max-width: 100%;
    }

    div.main-area {
        display: block;
    }

    footer.footer a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    footer.footer .sns_ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.fvmatch-li ul.list img {
    display: block;
}


/* はじめての観戦ガイド新規スタイル */
.left-area .menu-title {
    font-family: "din-2014", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.left-area .side-menu li a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 21px;
    font-weight: 900;
    color: #fff;
}

.gourmet-guide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 0 0 15px 0;
    background: #fff;
    padding: 12px 20px;
    z-index: 999;
}

.gourmet-guide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.gourmet-guide ul li:not(:last-of-type) {
    border-right: 2px solid #393939;
    padding-right: 20px;
}

.gourmet-guide ul li a {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #393939;
}

.gourmet-guide ul li a:hover {
    opacity: .7;
}

.right-area .please-sp-check {
    position: absolute;
    top: 15%;
    width: 100%;
    max-width: 240px;
    left: 50%;
    transform: translateX(-50%);
}

.buy-ticket {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 330px;
}

.buy-ticket a:hover {
    opacity: 1;
}

.buy-ticket .img-default {
    transition: all 0.5s;
}

.buy-ticket .img-cover {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.buy-ticket .img-default:hover {
    opacity: 0;
}

.buy-ticket .img-cover:hover {
    opacity: 1;
}

#top .fv {
    max-width: 720px;
    margin-left: -145px;
}

@media screen and (min-width: 0px) and (max-width: 760px) {
    #top {
        padding: 20px 0 0 0;
    }

    #top .fv {
        max-width: 100%;
        margin-left: 0;
    }
}

#top .scroll {
    font-family: "din-2014", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: -40px;
}

#section1 .section1-wrap {
    width: 380px;
    margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 760px) {
    #top .scroll {
        margin-top: 0;
    }

    #section1 .section1-wrap {
        width: 100%;
    }
}

#section1 .subtitle1 {
    width: 305px;
    margin: auto;
}

#section1 .main-text {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 2.3em;
}

#section1 .main-text>p {
    margin-top: 40px;
}

#section1 .start-character {
    margin-top: 40px;
}

.section1-slider {
    width: 100%;
    height: auto;
}

.sectiona-slider li {
    aspect-ratio: 16 / 9;
    /* 比率に合わせて変更可 */
    overflow: hidden;
}

.section1-slider li img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.center-area .line-container {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-top: 15px;
}

.center-area .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #fff;
    animation: LineAnimation 1.5s linear infinite;
}

@keyframes LineAnimation {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.center-area .point-block {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}

.point-block .main-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
}

.point-block .check {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    margin-top: 16px;
}

.point-block .point-01 {
    padding: 40px 24px 0;
}

.point-block .point-01 .game-schedule {
    margin-top: 40px;
}

.point-block .point-01 .btn-block {
    margin-top: 40px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
}

.point-block .point-01 .btn-block .game-info-btn {
    width: calc((100% - 8px) / 2);
    padding: 10px 24px 10px 10px;
    background-color: #fff;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .point-block .point-01 .btn-block .game-info-btn {
        padding: 10px;
    }
}

.point-block .point-01 .btn-block .game-info-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.point-block .point-01 .btn-block .game-info-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .point-block .point-01 .btn-block .game-info-btn::after {
        right: 14px;
    }
}

.point-block .point-01 .btn-block .game-info-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.point-block .point-01 .btn-block .ticket-info-btn {
    width: calc((100% - 8px) / 2);
    padding: 10px 24px 10px 10px;
    background-color: #fff;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .point-block .point-01 .btn-block .ticket-info-btn {
        padding: 10px 28px 10px 10px;
    }
}

.point-block .point-01 .btn-block .ticket-info-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.point-block .point-01 .btn-block .ticket-info-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/blank.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .point-block .point-01 .btn-block .ticket-info-btn::after {
        right: 10px;
    }
}

.point-block .point-01 .btn-block .ticket-info-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/blank-white.png');
}

.point-block .point-01 .btn-block .game-schedule-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.point-block .point-01 .btn-block .game-schedule-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.point-block .point-01 .btn-block .game-schedule-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.point-block .point-01 .btn-block .game-schedule-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.point-block .point-02 {
    margin-top: 60px;
    padding: 40px 24px 0;
}

.point-block .point-02 .map-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.point-block .point-02 .map-wrap iframe {
    width: 100%;
    height: 100%;
}

.point-block .point-02 .btn-block {
    margin-top: 80px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

.point-block .point-02 .btn-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 334px;
    height: 76px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/dome.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 50%;
    top: -65px;
    transform: translateX(50%);
    pointer-events: none;
}

.point-block .point-02 .btn-block .access-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.point-block .point-02 .btn-block .access-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.point-block .point-02 .btn-block .access-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.point-block .point-02 .btn-block .access-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.point-block .point-03 {
    margin-top: 60px;
}

.point-block .point-03>img {
    padding: 0 24px;
}

.point-03 .point-block-slider {
    margin-top: 40px;
}

.point-03 .point-block-slider li {
    width: calc(100% - 20px);
    border-radius: 24px;
    background-color: #fff;
    padding: 15px;
    margin: 5px;
}

.point-03 .point-block-slider .slider-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 17px;
}

.point-03 .point-block-slider .slider-title .large-text {
    font-size: 26px;
    font-weight: 900;
}

.point-03 .point-block-slider li img {
    margin-top: 20px;
}

.point-03 .point-block-slider .slider-main-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 64px;
    height: 100px;
}

.point-03 .point-block-slider .slick-prev,
.point-03 .point-block-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.point-03 .point-block-slider .slick-prev::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #0054dd;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.point-03 .point-block-slider .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0054dd;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    opacity: 1;
}

.point-03 .point-block-slider .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    position: static;
}

.point-03 .point-block-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    background-color: transparent;
    width: auto;
    padding: 0;
}

.point-03 .point-block-slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.point-03 .point-block-slider .slick-dots button::before {
    display: none;
}

.point-03 .point-block-slider .slick-dots .slick-active button {
    background: #0047ba;
}

.point-03 .point-block-slider .slick-dots li.slick-active button:before {
    display: none;
}

.point-block .point-03 .btn-block {
    margin-top: 40px;
    padding: 0 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

.point-block .point-03 .btn-block .otherticket-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.point-block .point-03 .btn-block .otherticket-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.point-block .point-03 .btn-block .otherticket-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.point-block .point-03 .btn-block .otherticket-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.point-block .point-04 {
    margin-top: 60px;
    padding: 0 24px;
}

.point-block .point-04 .kids-space-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 32px;
}

.point-block .point-04 .kids-space-list {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 32px;
}

.point-block .point-04 .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

.point-block .point-04 .btn-block .more-info-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.point-block .point-04 .btn-block .more-info-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.point-block .point-04 .btn-block .more-info-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.point-block .point-04 .btn-block .more-info-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

#section2 {
    padding: 0;
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    margin-bottom: 0;
    position: relative;
    z-index: -10;
}

#section2::before {
    content: '';
    position: absolute;
    top: -42px;
    right: 50%;
    transform: translateX(50%);
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #0054dd;
    z-index: 2;
}

#section2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/mask-image.png');
    background-repeat: repeat;
    background-position: top left;
    z-index: -5;
    pointer-events: none;
}

#section2 .top-image {
    padding-top: 54px;
    position: relative;
    z-index: 2;
}

#section2 .slider-block .section2-slider li {
    border-radius: 24px;
    background-color: #fff;
    padding: 15px;
    margin: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

#section2 .slider-block .time-notation {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin-top: 32px;
}

#section2 .slider-block .slider-title {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin-top: 20px;
}

#section2 .slider-block .section2-slider {
    position: relative;
    margin-top: 10px;
}

#section2 .slider-block .section2-slider li img {
    margin-top: 20px;
}

#section2 .slider-block .section2-slider .slider-main-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 64px;
    height: 100px;
}

#section2 .slider-block .section2-slider .slick-prev,
#section2 .slider-block .section2-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#section2 .slider-block .section2-slider .slick-prev::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #0054dd;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

#section2 .slider-block .section2-slider .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0054dd;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    opacity: 1;
}

#section2 .slider-block .section2-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0 24px;
    margin: 20px 0 0;
    list-style: none;
    position: absolute;
    top: -640px;
    left: 50%;
    transform: translateX(-50%);
}

#section2 .slider-block .section2-slider .slick-dots li {
    flex: 1;
    margin: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

#section2 .slider-block .section2-slider .slick-dots button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #dedede;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

#section2 .slider-block .section2-slider .slick-dots button::before {
    display: none;
}

#section2 .slider-block .section2-slider .slick-dots .slick-active button {
    background: #0054dd;
    /* 好きな色に */
}

#section2 .slider-block .section2-slider li.slick-active button:before {
    display: none;
}

#section2 .event-check {
    padding: 0 24px;
    margin-top: 60px;
}

#section2 .event-check p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin-top: 24px;
}

#section2 .event-check .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

#section2 .event-check .btn-block .mdp-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #393939 solid;
}

#section2 .event-check .btn-block .mdp-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

#section2 .event-check .btn-block .mdp-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

#section2 .event-check .btn-block .mdp-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

#section2 .many-gourmet {
    padding: 0 24px 54px;
    margin-top: 60px;
}

#section2 .many-gourmet p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin-top: 24px;
}

#section2 .many-gourmet .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

#section2 .many-gourmet .btn-block .toriguru-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #393939 solid;
}

#section2 .many-gourmet .btn-block .toriguru-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

#section2 .many-gourmet .btn-block .toriguru-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

#section2 .many-gourmet .btn-block .toriguru-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

#section2 .payment-method {
    margin: 0 24px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 24px;
}

#section2 .payment-method .inner-block {
    padding: 24px 24px 0 24px;
}

#section2 .payment-method .inner-block .sub-title {
    font-size: 16px;
    font-weight: 700;
    color: #393939;
    text-align: center;
}

#section2 .payment-method .inner-block .sub-title .large-text {
    font-size: 18px;
    font-weight: 900;
    display: block;
    margin-top: 12px;
}

#section2 .payment-method .inner-block .main-text {
    font-size: 14px;
    font-weight: 700;
}

#section2 .payment-method .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

#section2 .payment-method .btn-block .cashless-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    color: #0054dd;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #0054dd solid;
}

#section2 .payment-method .btn-block .cashless-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

#section2 .payment-method .btn-block .cashless-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#section2 .payment-method .btn-block .cashless-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

#section2 .sns-share {
    padding: 0 24px 54px;
    margin-top: 85px;
    position: relative;
}

#section2 .sns-share:after {
    content: '';
    position: absolute;
    bottom: -42px;
    right: 50%;
    transform: translateX(50%);
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #0054dd;
    z-index: 2;
}

#section2 .sns-share p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin-top: 24px;
}

#section2 .sns-share .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

#section2 .sns-share .btn-block .more-info-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #393939 solid;
}

#section2 .sns-share .btn-block .more-info-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

#section2 .sns-share .btn-block .more-info-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

#section2 .sns-share .btn-block .more-info-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

#section3 .qa-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

#section3 .qa-list li {
    width: calc((100% - 10px) / 2);
}

#section3 #about-access .about-title {
    width: 175px;
    margin: 60px auto 30px;
}

#section3 #about-stadium .about-title {
    width: 194px;
    margin: 60px auto 30px;
}

#section3 #about-ticket .about-title {
    width: 176px;
    margin: 60px auto 30px;
}

#section3 #about-game .about-title {
    width: 176px;
    margin: 60px auto 30px;
}

/* アコーディオンエリア */
#section3 .accordion-area {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}

#section3 .accordion-area li {
    margin: 10px 0;
    margin-bottom: 16px;
}

#section3 .accordion-area .accordion-section {
    border: 1px solid #ccc;
    padding: 0;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 0;
}

#section3 .accordion-area .title-block {
    position: relative;
}

#section3 .accordion-area .question {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 900;
    color: #0054dd;
}

#section3 .accordion-area .accordion-title {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    padding: 24px 36px 24px 24px;
    transition: all .5s ease;
    color: #393939;
    text-align: start;
    margin-left: 40px;
    margin-right: 14px;
    margin-bottom: 0;
}

#section3 .accordion-area .title-block::before,
#section3 .accordion-area .title-block::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 4px;
    background-color: #0054dd;
    border-radius: 6px;
}

#section3 .accordion-area .title-block::before {
    top: 48%;
    right: 25px;
    transform: rotate(135deg);

}

#section3 .accordion-area .title-block::after {
    top: 48%;
    right: 31px;
    transform: rotate(45deg);
}

#section3 .accordion-area .title-block.close::before {
    transform: rotate(45deg);
}

#section3 .accordion-area .title-block.close::after {
    transform: rotate(135deg);
}

#section3 .accordion-area .inline-contents {
    display: none;
    padding: 24px;
}

#section3 .accordion-area .inline-contents p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2.8rem;
}

#section3 .accordion-area .inline-contents p:nth-child(1) {
    margin-top: 0;
}

#section3 .accordion-area .inline-contents figure {
    margin-top: 30px;
}


#section3 .accordion-area .inline-contents .btn-block {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

#section3 .accordion-area .inline-contents .btn-block .more-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    color: #0054dd;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #0054dd solid;
}

#section3 .accordion-area .inline-contents .btn-block .more-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}


#section3 .accordion-area .inline-contents .btn-block .more-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

#section3 .accordion-area .inline-contents .btn-block .more-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.waiting-character {
    margin-top: 80px;
}

.footer .check-please {
    font-size: 20px;
    font-weight: 900;
    color: #0054dd;
    text-align: center;
}


@media screen and (min-width: 0px) and (max-width: 1100px) {
    .buy-ticket {
        position: fixed;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        z-index: 1005;
    }

    .buy-ticket .buy-ticket-inner {
        position: relative;
        max-width: 430px;
        margin: 0 auto;
    }

    .buy-ticket-background {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 65px;
        background-color: #FFF100;
        border: 1px solid #D9CD00;
        z-index: 9999;
    }

    .buy-ticket .img-default {
        display: block;
        transition: all 0.5s;
        width: 100%;
        max-width: 430px;
        margin: auto;
        position: relative;
        z-index: 10000;
    }

    .buy-ticket .img-default:hover {
        opacity: 0;
    }

}

@media screen and (min-width: 761px) and (max-width: 1100px) {
    div.left-area .menu-block {
        display: none;
    }

    .sp-only.tab {
        display: block;
    }

    .sp-only.tab-flex {
        display: flex;
    }

    .pc-only {
        display: none;
    }

    .pc-only.tab {
        display: block;
    }
}


@media screen and (min-width: 0px) and (max-width: 400px) {
    .buy-ticket .buy-ticket-inner {
        display: none;
    }
}

/* フェーズ2 */

.openbtn-block {
    position: absolute;
    top: 26px;
    right: 26px;
}

.openbtn,
.openbtn2 {
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 64px;
    height: 64px;
    border-radius: 35px;
    z-index: 10000;
}

.openbtn span,
.openbtn2 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background: #000;
    width: 45%;
}

.openbtn span:nth-of-type(1),
.openbtn2 span:nth-of-type(1) {
    top: calc(50% + 10px);
}

.openbtn span:nth-of-type(2),
.openbtn2 span:nth-of-type(2) {
    top: 50%;
}

.openbtn span:nth-of-type(3),
.openbtn2 span:nth-of-type(3) {
    top: calc(50% - 10px);
}

.openbtn.active span:nth-of-type(1),
.openbtn2.active span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}

.openbtn.active span:nth-of-type(2),
.openbtn2.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3),
.openbtn2.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #114ECA;
    color: #fff;
    transition: right 0.3s ease;
    padding: 64px 24px 46px;
    z-index: 1000;
}

.nav-menu ul {
    list-style: none;
    padding: 0;
}

.nav-menu ul li {
    margin: 20px 0;
}

.nav-menu.active {
    right: 0;
}

.nav-menu .menu-block {
    border-bottom: 1px solid #fff;
    padding-left: 75px;
}

.nav-menu .menu-block.block-first {
    padding-left: 0;
}

.nav-menu .menu-block .menu-title {
    font-family: "din-2014", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding-bottom: 30px;
}

.nav-menu .menu-block .menu-main-text {
    display: block;
    font-size: 20px;
    font-weight: 900;
    padding: 36px 0 12px;
    color: #fff;
    position: relative;
}

.nav-menu .menu-block .menu-main-text::after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 65%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.nav-menu .menu-block .menu-main-text.menu-01::after {
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/menu-01.png);
    width: 33px;
    height: 37px;
    left: -55px;
}

.nav-menu .menu-block .menu-main-text.menu-02::after {
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/menu-02.png);
    width: 49px;
    height: 35px;
    left: -67px;
}

.nav-menu .menu-block .menu-main-text.menu-03::after {
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/menu-03.png);
    width: 44px;
    height: 40px;
    left: -60px;
    top: 50%;
}

.nav-menu .menu-block .menu-main-text.menu-04::after {
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/menu-04.png);
    width: 38px;
    height: 34px;
    left: -55px;
    top: 50%;
}

.nav-menu .menu-block .menu-main-text.menu-05::after {
    background-image: url(../../../../../wp-content/themes/trinita-v2/images/guide/menu-05.png);
    width: 30px;
    height: 30px;
    left: -55px;
    top: 50%;
}

.nav-menu .menu-block .menu-main-text.only {
    padding: 36px 0;
}

.nav-menu .menu-block .menu-sub-text {
    font-size: 16px;
    font-weight: 900;
    padding-left: 1em;
    position: relative;
}

.nav-menu .menu-block .menu-sub-text a {
    color: #fff;
}

.nav-menu .menu-block .menu-sub-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}


@media screen and (min-width: 0px) and (max-width: 1100px) {
    .openbtn-block {
        position: sticky;
        top: 0;
        right: 0;
        z-index: 1001;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
    }

    .openbtn,
    .openbtn2 {
        width: 60px;
        height: 60px;
        border-radius: 0;
        z-index: 1001;
    }

    .openbtn span,
    .openbtn2 span {
        width: 32px;
        left: auto;
        right: 0;
    }

    .gourmet-guide-sp {
        background: #fff;
        padding: 15px 20px;
    }

    .gourmet-guide-sp ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .gourmet-guide-sp ul li:not(:last-of-type) {
        border-right: 2px solid #393939;
        padding-right: 20px;
    }

    .gourmet-guide-sp ul li a {
        font-family: "Noto Sans JP", serif;
        font-weight: 700;
        letter-spacing: 0.05em;
        font-size: 20px;
        color: #393939;
    }

    .gourmet-guide-sp ul li a:hover {
        opacity: .7;
    }

    .nav-menu {
        position: fixed;
        padding: 95px 24px 110px;
        max-height: 100vh;
        overflow-y: scroll;
    }

    .nav-menu .menu-block {
        padding-left: 60px;
    }

    .nav-menu .menu-block .menu-main-text.menu-01::after {
        left: -48px;
    }

    .nav-menu .menu-block .menu-main-text.menu-02::after {
        left: -61px;
    }

    .nav-menu .menu-block .menu-main-text.menu-03::after {
        left: -57px;
    }

    .nav-menu .menu-block .menu-main-text.menu-04::after {
        left: -52px;
    }

    .nav-menu .menu-block .menu-main-text.menu-05::after {
        left: -50px;
    }
}

.top-menu {
    margin-bottom: 60px;
}

.top-menu .top-menu-inner {
    padding: 0 24px;
}

.top-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.top-menu ul li {
    width: calc((100% - 10px) / 2);
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 235px;
}

.top-menu ul li a {
    color: #0054DD;
    font-size: 16px;
}

.top-menu ul li .arrow-wrapper {
    position: absolute;
    width: 24px;
    height: 12px;
    margin: 0 auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.top-menu ul li .arrow {
    position: absolute;
    width: 12px;
    height: 4px;
    background-color: #0054dd;
    border-radius: 6px;
    bottom: 0;
}

.top-menu ul li .arrow.left {
    left: 3px;
    transform: rotate(45deg);
}

.top-menu ul li .arrow.right {
    right: 3px;
    transform: rotate(-45deg);
}

.top-menu ul li a span {
    display: block;
    font-family: "din-2014", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 4.2rem;
}

.top-menu ul li .point-image {
    width: 43.5px;
    height: auto;
    padding-top: 10px;
    margin: auto;
    display: block;
}

.top-menu ul li .section2-image {
    width: 53.5px;
    height: auto;
    padding-top: 10px;
    margin: auto;
    display: block;
}

.top-menu ul li .section3-image {
    width: 53.5px;
    height: auto;
    padding-top: 10px;
    margin: auto;
    display: block;
}

.top-menu ul li .club-image {
    width: 47px;
    height: auto;
    padding-top: 10px;
    margin: auto;
    display: block;
}

#point .point-01 .next-home-game {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

#point .point-01 .game-schedule .next-game-announcement {
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
}

#point .point-01 .game-schedule .next-game-announcement-inner {
    padding: 40px 45px;
}

#point .point-01 .game-schedule .next-game-announcement .game-date {
    position: relative;
    text-align: center;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

#point .point-01 .game-schedule .next-game-announcement .game-date .date {
    font-size: 74px;
}

#point .point-01 .game-schedule .next-game-announcement .game-date .date:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 80%;
    height: 10px;
    background-color: #FEF100;
    transform: translateX(-50%);
    z-index: -1;
}

#point .point-01 .game-schedule .next-game-announcement .game-date .day-of-the-week {
    font-size: 38px;
}

#point .point-01 .game-schedule .next-game-announcement .game-time {
    font-family: "din-2014", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

#point .next-game-announcement .team-wrap {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

#point .next-game-announcement .team-wrap .team-block {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

#point .next-game-announcement .team-wrap .team-block .team-logo {
    width: auto;
    height: 100px;
    margin: auto;
}

#point .next-game-announcement .team-wrap .team-block .team-logo img {
    max-height: 100%;
    max-width: auto;
}

#point .next-game-announcement .team-wrap .team-block .vs {
    font-size: 40px;
    font-weight: 700;
}

#point .next-game-announcement .team-wrap .team-block .team-name {
    font-size: 12px;
    font-weight: 900;
}

.point-block .point-05 {
    margin-top: 60px;
}

.point-block .point-05>img {
    padding: 0 24px;
}

.point-05 .point-block-slider {
    margin-top: 40px;
}

.point-05 .point-block-slider li {
    margin: 5px;
}

.point-05 .point-block-slider .slider-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 17px;
}

.point-05 .point-block-slider .slider-title .large-text {
    font-size: 26px;
    font-weight: 900;
}

.point-05 .point-block-slider li img {
    margin-top: 20px;
}

.point-05 .point-block-slider .slider-main-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 64px;
    height: 100px;
}

.point-05 .point-block-slider .slick-prev,
.point-05 .point-block-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.point-05 .point-block-slider .slick-prev::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #0054dd;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.point-05 .point-block-slider .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0054dd;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    opacity: 1;
}

.point-05 .point-block-slider .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    position: static;
}

.point-05 .point-block-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    background-color: transparent;
    width: auto;
    padding: 0;
}

.point-05 .point-block-slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.point-05 .point-block-slider .slick-dots button::before {
    display: none;
}

.point-05 .point-block-slider .slick-dots .slick-active button {
    background: #0047ba;
}

.point-05 .point-block-slider .slick-dots li.slick-active button:before {
    display: none;
}

.point-05 .point-05-inner {
    padding: 0 24px;
}

.point-05 .lets-support {
    background-color: #fff;
    border-radius: 24px;
}

.point-05 .lets-support .main-text {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #000;
}

.point-block .point-05 .btn-block {
    margin-top: 20px;
    padding: 0 46px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

.point-block .point-05 .btn-block .purchase-goods-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    color: #0054dd;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #0054dd solid;
}

.point-block .point-05 .btn-block .purchase-goods-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/blank-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.point-block .point-06 {
    margin-top: 60px;
    padding: 0 24px;
}

.point-06 .dome-image {
    margin-top: 40px;
}

.point-06 .about-dome-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}

#section2 .confirm-stadium-map {
    padding: 0 24px;
    margin-top: 60px;
}

#section2 .confirm-stadium-map p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin-top: 24px;
}

#section2 .lots-of-fun-events {
    padding: 0 24px;
    margin-top: 60px;
}

#section2 .lots-of-fun-events p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin-top: 24px;
}

#section2 .lear-the-basic-rules {
    padding: 0 24px;
    margin-top: 60px;
}

#section2 .lear-the-basic-rules p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin-top: 24px;
}

#section2 .lear-the-basic-rules .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

#section2 .lear-the-basic-rules .btn-block .lear-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #393939 solid;
}

#section2 .lear-the-basic-rules .btn-block .lear-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

#section2 .lear-the-basic-rules .btn-block .lear-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/blank.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

#section2 .lear-the-basic-rules .btn-block .lear-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/blank-white.png');
}

#section2 .player-check {
    margin-top: 60px;
}

#section2 .player-check>img {
    padding: 0 24px;
}

#section2 .slider-block .player-check-slider {
    position: relative;
    margin-top: 40px;
}

#section2 .slider-block .player-check-slider li {
    border-radius: 24px;
    background-color: #fff;
    padding: 15px 15px 40px;
    margin: 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

#section2 .slider-block .player-check-slider li img {
    margin-top: 20px;
}

#section2 .slider-block .player-check-slider .slider-title {
    font-size: 26px;
    font-weight: 900;
}

#section2 .slider-block .player-check-slider .slider-title .small-text {
    font-size: 22px;
}

#section2 .slider-block .player-check-slider .slider-main-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 64px;
    height: 100px;
}

#section2 .slider-block .player-check-slider .slick-prev,
#section2 .slider-block .player-check-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#section2 .slider-block .player-check-slider .slick-prev::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #0054dd;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

#section2 .slider-block .player-check-slider .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0054dd;
    top: 50%;
    right: 45%;
    transform: translate(50%, -50%);
    opacity: 1;
}

#section2 .slider-block .player-check-slider .slick-dots li {
    padding: 0;
    width: 12px;
    height: 12px;
}

#section2 .slider-block .player-check-slider .slick-dots li.slick-active {
    background: #0047ba;
}

#section2 .slider-block .player-check-slider .slick-dots li button:before {
    display: none;
}

.section4 {
    background: repeating-linear-gradient(-45deg,
            #1354DD,
            #1354DD 10px,
            #165CDE 10px,
            #165CDE 20px);
}

.section1-slider li,
.section3-slider li {
    width: 430px;
}

.section4 .trinita-origin {
    margin-top: 40px;
}

.section4 .trinita-origin .main-image {
    margin-top: 25px;
}

.section4 .trinita-origin .main-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}

.section4 .trinita-emblem {
    margin-top: 60px;
}

.section4 .trinita-emblem .main-image {
    margin-top: 25px;
}

.section4 .trinita-emblem .main-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}

.section4 .progress-so-far {
    margin-top: 60px;
}

.section4 .progress-so-far .main-image {
    margin-top: 24px;
}

.section4 .progress-so-far .main-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}

.section4 .progress-so-far .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

.section4 .progress-so-far .btn-block .site-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #393939 solid;
}

.section4 .progress-so-far .btn-block .site-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.section4 .progress-so-far .btn-block .site-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.section4 .progress-so-far .btn-block .site-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.section4 .mascot-character {
    margin-top: 60px;
}

.section4 .mascot-character .ridgey {
    margin-top: 30px;
}

.section4 .mascot-character .main-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}

.section4 .mascot-character .name {
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    margin-top: 10px;
}

.section4 .mascot-character .btn-block {
    margin-top: 32px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
}

.section4 .mascot-character .btn-block .about-club-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFF100;
    color: #393939;
    text-align: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px #393939 solid;
}

.section4 .mascot-character .btn-block .about-club-btn:hover {
    color: #fff;
    background-color: #0047ba;
    opacity: 1;
}

.section4 .mascot-character .btn-block .about-club-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.section4 .mascot-character .btn-block .about-club-btn:hover::after {
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-white.png');
}

.section4 .movie {
    margin-top: 60px;
}

.section4 .movie .youtube {
    margin-top: 40px;
}

.section4 .movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 24px;
}

.section4 .movie .main-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}

div.main-area section.section4 {
    padding: 0;
}

.section4 .section4-inner {
    padding: 40px 24px 0;
}

.nav-menu-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.section2-slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 0 14px 20px;
}

.section2-slider-dots li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.section2-slider-dots li:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../../../../../wp-content/themes/trinita-v2/images/guide/triangle-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -6px;
    top: 40%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.section2-slider-dots li.last:after {
    display: none;
}

.section2-slider-dots li .dots-inner {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2-slider-dots li .time {
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}

.section2-slider-dots li p {
    font-size: 12px;
    font-weight: 900;
    color: #0054DD;
    position: absolute;
    margin-top: 95px;
}

.section2-slider-dots li img {
    width: 59px;
    height: 59px;
    margin-top: 25px;
}

.section2-slider-dots li .gauge {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #dedede;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 50px;
}


.section2-slider-dots li.active .gauge {
    background: #0054DD;
}