@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------
2026特別
-------------------------------------------------------*/
.top-content {
    margin: 0 auto;
    width: 94%;
}

.top-content img {
    width: 100%;
}

.passport-title {
    background-color: #ff5662;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 8px 0 8px 8px;
    width: calc(100% - 8px);
}

.passport-title .title-text {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    padding: 0.7em;
}

.title-subtext {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.passport {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 100px;
    width: 100%;
}

.passport .passport-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: #ff5662 solid 1px;
    border-radius: 6px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    width: 49%;
}

.passport .passport-content p {
    font-size: 20px;
}

.passport .passport-content .head {
    background: #ff99a0;
    font-weight: 900;
    padding: 8px 0;
    width: 100%;
}

.passport .passport-content .head h2 {
    color: #fff;
    font-size: 20px;
}

.passport .passport-content .head h2 p {
    font-size: 16px;
}

.passport .passport-content .price {
    font-size: 18px;
    margin: 30px 0;
    width: 100%;
}

.passport .passport-content .price p {
    font-size: 16px;
    margin: 0;
    width: 100%;
}

.passport .passport-btn {
    background: #ff1f2e;
    border-radius: 50px;
    color: #fff;
    font-style: italic;
    height: 100%;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.passport .passport-btn a {
    color: #fff !important;
    display: block;
    font-size: 18px;
    height: 100%;
    line-height: 1.4;
    padding: 10px 0;
    text-decoration: none !important;
    transition: all .5s;
    width: 100%;
}

.passport .passport-btn a:hover {
    opacity: .6;
}

.passport .passport-caution {
    font-size: 14px;
    text-align: left;
    width: 100%;
}



.race-event-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
}

.race-event-block .race-event-content {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.race-event-block .race-event-content a {
    text-decoration: none !important;
    transition: all 1.2s;
}

.race-event-block .race-event-content a:hover {
    opacity: .6;
}

.race-event-block .race-event-content .race-event-title {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    left: 40px;
    position: absolute;
    top: 0;
}

.race-event-block .race-event-content .race-event-subtitle {
    bottom: 60px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.3;
    position: absolute;
    text-align: center;
    width: 100%;
}

.race-event-block .race-event-content .race-event-subtitle.event {
    bottom: 10px;
}

.race-event-block .race-event-content .race-event-text {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
}

.race-event-block .race-event-content .race-event-text p {
    font-size: 14px;
}





.park-block {
    margin: 50px 0;
    width: 100%;
}

.park-block .park-title {
    background-color: #0496ff;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 0.5em 0.7em;
    width: calc(100% - 1.4em);
}

.park-block .park-block-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 50px;
    width: 98%;
}

.park-block .park-block-content .park-image {
    line-height: 0;
    margin-bottom: 10px;
    width: 100%;
}

.park-block .park-block-content .park-text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
}

.park-block .park-block-content .park-text .park-subttl {
    color: #0496ff;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.3;
}

.park-btn {
    background: #0496ff;
    border-radius: 50px;
    color: #fff;
    font-style: italic;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.park-btn a {
    color: #fff !important;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
    text-decoration: none !important;
    transition: all .5s;
    width: 100%;
}

.park-btn a:hover {
    opacity: .6;
}





.attraction-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px 0 80px;
    width: 100%;
}

.attraction-title {
    background-color: #df99f0;
    border-radius: 6px;
    color: #fff;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 8px 0 8px 8px;
    position: relative;
    width: calc(100% - 8px);
}

.attraction-title .title-text {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    padding: 0.7em;
}

.attraction-block .title-subtext {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5;
}

.attraction-block .attraction-block-content {
    color: #c72cb8;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px auto;
    width: 100%;
}

.attraction-block .attraction-block-content img.fix-image {
    display: block;
    margin-bottom: 10px;
}


.attraction-block-content a.attraction-btn {
    background: #c64ee4;
    border-radius: 50px;
    color: #fff !important;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.attraction-list-btn {
    background: #d783ec;
    border-radius: 50px;
    color: #fff !important;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}


/*------------------------------------------------------
チケット発売告知テキスト
-------------------------------------------------------*/
.toggle-ticket-text {
    background: #fff;
    color: #e3301d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px 0 5px;
    text-align: center;
    width: 100%;
}



.ticket-btn {
    background-color: #e3301d;
    border-radius: 40px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    margin: 0 auto 50px;
    padding: 10px 32px;
    text-decoration: none !important;
    transition: all .7s;
    width: fit-content;
}

.ticket-btn:hover {
    opacity: .7;
}









/*



PC



*/

@media (min-width: 750px) {

    /*------------------------------------------------------
2026特別
-------------------------------------------------------*/
    .top-content {
        margin: 0 auto;
        width: 1220px;
    }

    .passport-title {
        position: relative;
    }

    .passport-title .title-text {
        font-size: 40px;
    }

    .passport-title .title-subtext {
        color: #fff;
        font-size: 20px;
        font-style: italic;
        font-weight: 900;
        line-height: 1.5;
        position: absolute;
        left: 700px;
        top: 25%;
    }

    .passport {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px 0;
        width: 100%;
    }


    .passport .passport-content {
        width: 24%;
    }

    .passport .passport-content .head h2 {
        font-size: 28px;
    }

    .passport .passport-content .head h2 p {
        font-size: 20px;
    }


    .passport .passport-btn {
        margin-top: 30px;
        width: 48%;
    }

    .passport .passport-btn a {
        font-size: 24px;
    }


    .passport .passport-caution {
        text-align: right;
        width: 100%;
    }




    .race-event-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 120px 0;
        width: 100%;
    }

    .race-event-block .race-event-content {
        margin-bottom: 0;
        width: 49%;
    }

    .race-event-block .race-event-content .race-event-title {
        font-size: 50px;
        left: 50px;
        position: absolute;
        top: 0;
    }

    .race-event-block .race-event-content .race-event-subtitle {
        color: #fff;
        font-size: 20px;
        font-style: italic;
        font-weight: 900;
        line-height: 1.3;
        position: absolute;
        right: 30px;
        text-align: center;
        top: 16px;
        width: inherit;
    }

    .race-event-block .race-event-content .race-event-subtitle.event {
        right: 150px;
        bottom: 30px;
        top: inherit;
    }

    .race-event-block .race-event-content .race-event-text {
        bottom: 20px;
        color: #fff;
        font-size: 18px;
        font-style: italic;
        font-weight: 700;
        left: 30px;
        line-height: 1.4;
        position: absolute;
    }







    .park-block {
        margin: 120px 0;
        width: 100%;
    }

    .park-block .park-title {
        font-size: 40px;
    }

    .park-block .park-block-content .park-text .park-subttl {
        font-size: 26px;
    }


    .park-block .park-block-content .park-image {
        width: 44%;
    }

    .park-block .park-block-content .park-text {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        width: 54%;
    }

    .park-block .park-block-content .park-text img.fix-image {
        display: block;
        margin-bottom: 10px;
        max-height: 60px;
        width: auto;
    }


    .park-btn a {
        font-size: 24px;
        transition: all .5s;
    }

    .park-btn a:hover {
        opacity: .6;
    }





    .attraction-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 120px 0;
        width: 100%;
    }

    .attraction-block .attraction-block-content {
        width: 48%;
    }


    .attraction-title {
        font-size: 40px;
        position: relative;
    }

    .attraction-title .title-text {
        font-size: 40px;
        padding: 0.7em;
    }

    .attraction-title .title-subtext {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        left: 350px;
        top: 25%;
    }


    .attraction-block .attraction-block-content {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .attraction-block .attraction-block-content img.fix-image {
        display: block;
        margin-bottom: 10px;
    }

    .attraction-block-content a.attraction-btn {
        font-size: 20px;
        margin-top: 20px;
        transition: all .5s;
    }

    .attraction-block-content a.attraction-btn:hover {
        opacity: .6;
    }

    .attraction-list-btn {
        font-size: 20px;
        transition: all .5s;
    }

    .attraction-list-btn:hover {
        opacity: .6;
    }


    .attraction-list-btn {
        font-size: 20px;
        padding: 20px 0;
        width: 100%;
    }




    /*------------------------------------------------------
チケット発売告知テキスト
-------------------------------------------------------*/
    .toggle-ticket-text {
        font-size: 3.2rem;
    }

    .ticket-btn {
        font-size: 22px;
        padding: 16px 100px;
    }










    .top-wrap {
        margin: 0 auto;
        padding: 15px 0;
        width: 1220px;
    }

    .top-wrap h1 {
        font-size: 3rem;
        line-height: 1.3;
        text-align: center;
    }

    .top-wrap h2 {
        font-size: 2.4rem;
        text-align: center;
    }

    .top-information {
        font-size: 1.8rem;
        margin: 0 auto;
        padding: 20px 0;
        width: 1220px;
    }

    /*------------------------------------------------------
ギャラリー
-------------------------------------------------------*/

    .gallery {
        margin: 60px auto 120px;
        width: 1220px;
    }

    .gallery h2 {
        color: #000;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .thumbnail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .thumbnail div {
        transition: all 1s;
        width: calc(100% / 3.0001 - 10px);
    }

    .thumbnail div:hover {
        opacity: .7;
    }

    .thumbnail div img,
    .slick-slide img {
        width: 100%;
        cursor: pointer;
    }

    /* モーダルのスタイル */
    .modal {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        /* 初期は隠す */
        justify-content: center;
        align-items: center;
    }

    /* 表示時 */
    .modal.show {
        display: flex;
    }

    .modal-content {
        max-width: 90%;
        max-height: 90%;
        height: auto;
    }

    .close {
        position: absolute;
        top: 20px;
        right: 40px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }



    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/
    .top-caution {
        background: #fff;
        margin: 0 auto 60px;
        padding: 1em 0;
        text-align: center;
        width: calc(1220px - 2px);
    }

    .top-caution h3 {
        font-size: 3.3rem;
        margin-bottom: 0;
        text-align: center;
    }

    .top-caution h3 span {
        color: black;
    }

    .top-caution a {
        background: #d20202;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 10px auto;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        width: 360px;
    }

    /*-------------------------------------------------------------------------------------
バナー画像
--------------------------------------------------------------------------------------*/
    .top-banner-section {
        margin: 0 auto 90px;
        width: 1220px;
    }

    .top-banner-section a {
        display: block;
        line-height: 0;
        transition: all 0.7s;
    }

    .top-banner-section a:hover {
        opacity: 0.7;
    }

    .top-banner-section img {
        height: auto;
        width: 100%;
    }

    /*-------------------------------------------------------------------------------------
メルマガ登録
--------------------------------------------------------------------------------------*/
    .top-ml-registration {
        background: #fff;
        border: 1px solid #f00;
        color: #000;
        margin: 0 auto 30px;
        padding: 1em;
        text-align: center;
        width: calc(1220px - 2px - 2em);
    }

    .top-ml-registration h2 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .top-ml-registration a {
        color: #f00;
        text-decoration: underline;
    }

    .top-ml-registration a:after {
        content: "\00bb";
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-ml-registration a.regist-btn {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 16px 0;
        text-decoration: none;
        transition: all 0.7s;
        width: 360px;
    }

    .top-ml-registration a.regist-btn:after {
        content: "\00bb";
        color: #fff;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-ml-registration a.regist-btn:hover {
        opacity: 0.7;
    }

    /* ----------------------------------------------
	Home
	home-logo
---------------------------------------------- */
    #home-logo {
        margin: 0 auto;
        padding: 49px 0 0;
        text-align: center;
        width: 280px;
    }

    #home-logo img {
        width: 100%;
    }

    /*-------------------------------------------------------------------------------------
top main visual
--------------------------------------------------------------------------------------*/
    .top-main-visual {
        overflow: hidden;
        /* margin-bottom: 50px; */
        width: 100%;
    }

    .top-main-visual p.image {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        transition: all 0.6s;
        width: 100%;
    }

    .top-main-visual p.image img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
    }

    .item-container {
        position: relative;
        margin-bottom: 30px;
    }

    .item-container .items div img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .item-container p {
        background: #808287;
        font-size: 14px;
        padding: 0.5em;
    }

    .top-main-visual .slick-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30px;
        position: relative;
        display: none;
    }

    .top-main-visual .slick-dotted.slick-slider {
        overflow: hidden;
    }

    .top-main-visual .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 4px !important;
    }

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .top-main-visual .slick-dots li button:before {
        display: none !important;
    }

    .top-main-visual .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .top-main-visual .slick-prev,
    .top-main-visual .slick-next {
        position: relative !important;
        width: 30px !important;
        height: 30px !important;
    }

    .top-main-visual .slick-prev {
        position: relative !important;
        order: 1;
    }

    .top-main-visual .slick-next {
        position: relative !important;
        order: 3;
    }

    .top-main-visual .slick-prev::before,
    .top-main-visual .slick-next::before {
        display: none;
    }

    .top-main-visual .slick-prev {
        background: url(../common/images/main_visual_arrow_left.png) center 50% no-repeat;
        background-size: contain;
    }

    .top-main-visual .slick-next {
        background: url(../common/images/main_visual_arrow_right.png) center 50% no-repeat;
        background-size: contain;
    }

    .top-main-visual .main-title-wrap {
        display: flex;
        flex-direction: column;
        padding: 5px 0;
        width: 100%;
    }

    .top-main-visual .main-title-wrap h2.main-title {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 40px;
        margin: 0 auto;
        width: 1220px;
    }

    .top-main-visual .main-title-wrap h3.sub-title {
        color: #000;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto;
        width: 1220px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    /*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
    .top-shortcut-link {
        margin: 40px auto;
        width: 1220px;
    }

    .shortcut-3-column {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .shortcut-link-box {
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
        list-style: none;
        margin: 0;
        margin-bottom: 20px;
        min-height: 270px;
        position: relative;
        transition: 0.7s;
        width: calc((100% - 30px) / 3);
    }

    .shortcut-link-box.bisection {
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
        list-style: none;
        margin: 0;
        margin-bottom: 20px;
        min-height: 380px !important;
        position: relative;
        transition: 0.7s;
        width: calc((100% - 30px) / 2);
    }

    .shortcut-link-box:hover {
        opacity: 0.7;
    }

    .shortcut-link-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none;
        padding: 15px;
        box-sizing: border-box;
        position: relative;
    }

    .shortcut-link-box a img {
        width: 100px;
    }

    .shortcut-link-box.map img {
        width: 180px;
    }

    .shortcut-link-box.pic img {
        width: 150px;
    }

    .shortcut-link-box a .text {
        font-size: 26px;
        margin: 20px 0;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .shortcut-link-box.s-taikyu_s a .text {
        font-size: 20px;
        line-height: 1.3;
    }

    .shortcut-link-box a .text .fs-sm {
        font-size: 17px;
    }

    .shortcut-link-box.color01 {
        background-color: #283641;
    }

    .shortcut-link-box.color02 {
        background-color: #31aa27;
    }

    .shortcut-link-box.color03 {
        background-color: #22a8dd;
    }

    .shortcut-link-box.color04 {
        background-color: #ff4066;
    }

    .shortcut-link-box.color05 {
        background-color: #d3ab30;
    }

    .shortcut-link-box.color06 {
        background-color: #333d94;
    }

    .shortcut-link-box.color07 {
        background-color: #f35c5a;
    }

    .shortcut-link-box.color08 {
        background-color: #31e0b2;
    }

    .shortcut-link-box.color09 {
        background-color: #009f8b;
    }

    .shortcut-link-box.color10 {
        background-color: #fff;
    }

    .shortcut-link-box.color10 a .text {
        color: #000;
    }

    .shortcut-link-box.na {
        background: #a5a5a5;
        pointer-events: none;
    }

    /*-------------------------------------------------------------------------------------
top twitter
--------------------------------------------------------------------------------------*/
    .top-twitter_blk {
        text-align: center;
        background-color: #fff;
        margin-top: -35px;
        padding-bottom: 100px;
    }

    .top-twitter_blk .blk_inr {
        min-width: 980px;
        margin: 0 auto;
    }

    .top-twitter_blk .ttl {
        padding-top: 80px;
        margin: 30px 0;
        font-family:
            Hiragino Mincho Pro,
            MS PMincho,
            serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
    }

    .top-twitter_blk .text .txt_blue {
        color: #1da1f2;
    }

    .top-twitter_blk .text.-sm {
        font-size: 12px;
        margin-top: 10px;
    }

    .top-twitter_blk .twitter_tl {
        width: 640px;
        margin: 50px auto 0;
    }

    .top-twitter_blk .btn_red {
        margin-top: 20px;
    }

    .top-twitter_blk .btn_red a {
        background: #e10600;
    }

    .top-twitter_blk .btn a {
        display: inline-block;
        min-width: 450px;
        padding: 18px 30px;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        border-radius: 5px;
        text-decoration: none;
        transition-duration: 0.5s;
    }

    .top-twitter_blk .btn a:hover {
        opacity: 0.8;
    }

    /*-------------------------------------------------------------------------------------
top 3column
--------------------------------------------------------------------------------------*/
    .top-3-column {
        padding: 80px 0;
    }

    .top-3-column h2 {
        color: #000;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-align: center;
    }


    .top-3-column ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style-type: none;
        margin: 0 auto;
        overflow: hidden;
        width: 1220px;
    }

    .top-3-column ul li {
        display: block;
        font-size: 2rem;
        line-height: 26px;
        text-align: center;
        vertical-align: top;
        transition: all 0.6s;
    }

    .top-3-column ul li span {
        display: block;
        font-size: 1.6rem;
    }

    .top-3-column ul li:first-child {
        margin-left: 0;
    }

    .top-3-column ul a {
        background: #f4f4f4;
        border-radius: 6px;
        display: block;
        margin: 0 5px 20px;
        overflow: hidden;
        text-decoration: none !important;
        transition: all 0.6s;
        width: calc(100% / 3.0001 - 1%);
    }

    .top-3-column ul a:nth-child(-n + 2) {
        background: #f4f4f4;
        display: block;
        margin: 0 4px 20px;
        text-decoration: none !important;
        width: calc(100% / 2 - 1%);
    }

    .top-3-column ul a:nth-child(n + 3) {
        background: #f4f4f4;
        display: block;
        margin: 0 4px 20px;
        text-decoration: none !important;
        width: calc(100% / 3.0001 - 1%);
    }

    .top-3-column ul a:hover {
        background: #696969;
        overflow: hidden;
    }

    .top-3-column ul a:hover li p {
        color: #fff;
        transition: all 0.6s;
    }

    .top-3-column ul a li p {
        line-height: 26px;
        margin: 18px 20px;
        text-decoration: none !important;
    }

    .top-3-column ul a li p.smalltext {
        font-size: 1.9rem;
        line-height: 1.2;
    }

    .top-3-column ul li img {
        height: auto;
        width: 100%;
    }

    /*-------------------------------------------------------------------------------------
更新情報
--------------------------------------------------------------------------------------*/
    .update-wrap {
        margin-bottom: 90px;
        padding: 30px 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .update-wrap .update-title {
        color: #1d1d1b;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .update-wrap ul {
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        margin: 0 auto;
        overflow: hidden;
        width: 1220px;
    }

    .update-wrap ul li span,
    .update-wrap ul li a {
        display: block;
        padding: 7px 0 0;
        text-decoration: none !important;
    }

    .update-wrap ul li {
        display: block;
        font-size: 1.6rem;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .update-wrap ul li:nth-child(n + 7) {
        display: none;
    }

    .update-wrap ul li span:after,
    .update-wrap ul li a:after {
        border-bottom: 1px dotted #888888;
        content: "";
        display: block;
        margin-top: 10px;
    }

    .update-wrap ul li:last-child a:after,
    .update-wrap ul li:nth-child(6) a:after {
        border-bottom: none;
    }

    .update-wrap ul li dl {
        margin: 0 20px;
        text-align: left;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt {
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none !important;
        width: 130px;
    }

    .update-wrap ul li dl dt:after {
        content: "\00bb";
        color: #f44321;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dd {
        display: inline-block;
        text-decoration: none !important;
        vertical-align: text-top;
        width: calc(100% - 140px);
    }

    .update-wrap ul li a:hover dl dd {
        text-decoration: underline !important;
    }

    .update-wrap .more-btn {
        background: #c31c3b;
        line-height: 50px;
        margin: 35px auto 0;
        width: 390px;
    }

    .update-wrap .more-btn a {
        color: #fff !important;
        display: block;
        font-size: 1.4rem;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .update-wrap .more-btn a:hover {
        background: #c31c3b;
        color: #fff !important;
        display: block;
        text-decoration: none !important;
    }

    /*-------------------------------------------------------------------------------------
チケット発売予定
--------------------------------------------------------------------------------------*/
    .ticket-buy-text {
        font-size: 4rem;
        font-weight: 700;
        margin-top: 30px;
        text-align: center;
    }
}

/*



SP



*/

@media (max-width: 749px) {
    /*------------------------------------------------------
ギャラリー
-------------------------------------------------------*/

    .gallery {
        margin: 60px auto;
        width: 94%;
    }

    .gallery h2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .thumbnail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .thumbnail div {
        width: calc(100% / 2 - 4px);
    }

    .thumbnail div img,
    .slick-slide img {
        width: 100%;
        cursor: pointer;
    }

    /* モーダルのスタイル */
    .modal {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        /* 初期は隠す */
        justify-content: center;
        align-items: center;
    }

    /* 表示時 */
    .modal.show {
        display: flex;
    }

    .modal-content {
        max-width: 94%;
        max-height: 94%;
        height: auto;
    }

    .modal-close {
        position: absolute;
        top: 20px;
        right: 40px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }


    .top-wrap {
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }

    .top-wrap h1 {
        font-size: 18px;
        text-align: center;
    }

    .top-wrap h2 {
        font-size: 15px;
        text-align: center;
    }

    .top-information {
        margin: 0 auto;
        padding: 10px 1em;
        width: calc(100% - 2px - 2em);
    }

    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/
    .top-caution {
        background: #fff;
        margin: 0 auto 30px;
        padding: 1em;
        text-align: center;
        width: calc(94% - 2em);
    }

    .top-caution h3 {
        margin-bottom: 0;
    }

    .top-caution h3 span {
        color: black;
    }

    .top-caution a {
        background: #d20202;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 10px auto;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    /*-------------------------------------------------------------------------------------
バナー画像
--------------------------------------------------------------------------------------*/
    .top-banner-section {
        margin: 0 auto;
        width: 94%;
    }

    .top-banner-section a {
        display: block;
        line-height: 0;
        transition: all 0.7s;
    }

    .top-banner-section a:hover {
        opacity: 0.7;
    }

    .top-banner-section img {
        height: auto;
        width: 100%;
    }

    /*-------------------------------------------------------------------------------------
メルマガ登録
--------------------------------------------------------------------------------------*/
    .top-ml-registration {
        background: #fff;
        border: 1px solid #f00;
        color: #000;
        margin: 30px auto 20px;
        padding: 1em;
        text-align: center;
        width: calc(94% - 2px - 2em);
    }

    .top-ml-registration h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .top-ml-registration a {
        color: #f00;
        text-decoration: underline;
    }

    .top-ml-registration a:after {
        content: "\00bb";
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-ml-registration a.regist-btn {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        max-width: 320px;
        padding: 16px 0;
        text-decoration: none;
        width: 90%;
    }

    .top-ml-registration a.regist-btn:after {
        content: "\00bb";
        color: #fff;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    /* ----------------------------------------------
	Home
	home-logo
---------------------------------------------- */
    #home-logo {
        margin: 0 auto;
        padding: 30px 0 10px;
        text-align: center;
        width: 70%;
    }

    #home-logo img {
        max-width: 200px;
        width: 100%;
    }

    /*-------------------------------------------------------------------------------------
    top main visual
    --------------------------------------------------------------------------------------*/
    .top-main-visual {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .top-main-visual p.image {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        transition: all 0.6s;
        width: 100vw;
    }

    .top-main-visual p.image img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
    }

    .item-container {
        position: relative;
        margin-bottom: 30px;
    }

    .item-container .items div img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .item-container p {
        background: #808287;
        font-size: 14px;
        padding: 0.5em;
    }

    .top-main-visual .slick-pagination {
        display: flex;
        height: 30px;
        justify-content: center;
        margin: -30px 0 30px;
        position: relative;
        width: 100%;
        display: none;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .top-main-visual .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: -4px !important;
    }

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .top-main-visual .slick-dots li button:before {
        display: none !important;
    }

    .top-main-visual .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .top-main-visual .slick-prev,
    .top-main-visual .slick-next {
        position: relative !important;
        width: 20px !important;
        height: 20px !important;
    }

    .top-main-visual .slick-prev {
        position: relative !important;
        order: 1;
    }

    .top-main-visual .slick-next {
        position: relative !important;
        order: 3;
    }

    .top-main-visual .slick-prev::before,
    .top-main-visual .slick-next::before {
        display: none;
    }

    .top-main-visual .slick-prev {
        background: url(../common/images/main_visual_arrow_left.png) center 50% no-repeat;
        background-size: contain;
    }

    .top-main-visual .slick-next {
        background: url(../common/images/main_visual_arrow_right.png) center 50% no-repeat;
        background-size: contain;
    }

    .top-main-visual .main-title-wrap {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 5px 0;
        width: 100%;
    }

    .top-main-visual .main-title-wrap h2.main-title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 auto;
        width: 94%;
    }

    .top-main-visual .main-title-wrap h3.sub-title {
        color: #000;
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0 auto;
        width: 94%;
    }

    /*-------------------------------------------------------------------------------------
    top caution
    --------------------------------------------------------------------------------------*/
    .top-caution {
        margin-top: 1em;
        padding: 22px 0;
    }

    .top-caution .cuation-block {
        margin: 0 auto;
        width: 94%;
    }

    .top-caution .cuation-block h3 {
        margin-bottom: 0.5em;
        text-align: center;
    }

    .top-caution .cuation-block h3 span {
        color: black;
    }

    .top-caution .cuation-block p {
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
    .top-shortcut-link {
        margin: 0 auto 20px;
        width: 94%;
    }

    .shortcut-3-column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .shortcut-link-box {
        background: #fff;
        border-radius: 5px;
        list-style: none;
        margin: 0;
        position: relative;
        width: calc((100% - 20px) / 2);
    }

    .shortcut-link-box:nth-child(n + 3) {
        margin-top: 10px;
    }

    .shortcut-link-box a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        height: 100%;
        text-decoration: none !important;
        padding: 5px 5px 15px;
        box-sizing: border-box;
        position: relative;
    }

    .shortcut-link-box a img {
        width: 35%;
    }

    .shortcut-link-box.map img {
        width: 60%;
    }

    .shortcut-link-box.pic img {
        width: 60%;
    }

    .shortcut-link-box.s-taikyu_s img {
        width: 100%;
    }

    .shortcut-link-box a .text {
        display: block;
        font-size: 14px;
        margin-top: 7px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
        word-break: break-all;
        width: 100%;
    }

    .shortcut-link-box a .text .fs-sm {
        font-size: 12px;
    }

    .shortcut-link-box.color01 {
        background-color: #283641;
    }

    .shortcut-link-box.color02 {
        background-color: #31aa27;
    }

    .shortcut-link-box.color03 {
        background-color: #22a8dd;
    }

    .shortcut-link-box.color04 {
        background-color: #ff4066;
    }

    .shortcut-link-box.color05 {
        background-color: #d3ab30;
    }

    .shortcut-link-box.color06 {
        background-color: #333d94;
    }

    .shortcut-link-box.color07 {
        background-color: #333d94;
    }

    .shortcut-link-box.color08 {
        background-color: #31e0b2;
    }

    .shortcut-link-box.color09 {
        background-color: #009e8b;
    }

    .shortcut-link-box.color10 {
        background-color: #fff;
    }

    .shortcut-link-box.color10 a .text {
        color: #000;
        font-size: 11px;
    }

    .shortcut-link-box.na {
        background: #a5a5a5;
        pointer-events: none;
    }

    /*-------------------------------------------------------------------------------------
top twitter
--------------------------------------------------------------------------------------*/
    .top-twitter_blk {
        text-align: center;
        background-color: #fff;
        margin-top: 5px;
        padding-bottom: 50px;
    }

    .top-twitter_blk .blk_inr {
        margin: 0 auto;
        width: 94%;
    }

    .top-twitter_blk .ttl {
        padding-top: 40px;
        font-family:
            Hiragino Mincho Pro,
            MS PMincho,
            serif;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 10px;
        font-size: 20px;
    }

    .top-twitter_blk .text .txt_blue {
        color: #1da1f2;
    }

    .top-twitter_blk .text.-sm {
        font-size: 12px;
        margin-top: 10px;
    }

    .top-twitter_blk .twitter_tl {
        width: 100%;
        margin: 30px auto;
    }

    .top-twitter_blk .btn_red {
        margin-top: 20px;
    }

    .top-twitter_blk .btn_red a {
        background: #e10600;
    }

    .top-twitter_blk .btn a {
        display: inline-block;
        border-radius: 5px;
        padding: 18px 28px;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        text-decoration: none !important;
    }

    /*-------------------------------------------------------------------------------------
    top 3column
    --------------------------------------------------------------------------------------*/
    .top-3-column {
        padding: 20px 0;
    }

    .top-3-column ul {
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .top-3-column h2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .top-3-column ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        width: 100%;
    }

    .top-3-column ul a {
        background: #f4f4f4;
        border: 1px #7e7e7e solid;
        border-radius: 6px;
        color: #000;
        display: block;
        margin: 5px auto;
        overflow: hidden;
        text-decoration: none !important;
    }

    .top-3-column ul a li img {
        height: auto;
        min-width: 120px;
        width: 120px;
    }

    .top-3-column ul a li p {
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 5px 14px;
        text-decoration: none !important;
    }

    .top-3-column ul a li .smalltext {
        font-size: 1.2rem;
    }

    /*-------------------------------------------------------------------------------------
    更新情報
    --------------------------------------------------------------------------------------*/
    .update-wrap {
        margin-bottom: 60px;
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .update-wrap .update-title {
        color: #1d1d1b;
        font-size: 22px;
        font-weight: 700;
        margin: 10px 0;
    }

    .update-wrap ul {
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .update-wrap ul li span,
    .update-wrap ul li a {
        color: #000 !important;
        display: block;
        padding: 7px 0 0;
        text-decoration: none !important;
    }

    .update-wrap ul li {
        display: block;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .update-wrap ul li:nth-child(5) a:after {
        border-bottom: none;
    }

    .update-wrap ul li:nth-child(n + 6) {
        display: none;
    }

    .update-wrap ul li span:after,
    .update-wrap ul li a:after {
        border-bottom: 1px dotted #888888;
        content: "";
        display: block;
        margin-top: 10px;
    }

    .update-wrap ul li:last-child span:after,
    .update-wrap ul li:last-child a:after {
        border-bottom: none;
    }

    .update-wrap ul li dl {
        margin: 0 20px;
        text-align: left;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt {
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt:after {
        content: "\00bb";
        color: #f44321;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dd {
        display: block;
        text-decoration: none !important;
        vertical-align: text-top;
        width: 100%;
    }

    .update-wrap ul li a:hover dl dd {
        text-decoration: underline !important;
    }

    .update-wrap .more-btn {
        background: #fff;
        line-height: 50px;
        margin: 20px auto 0;
        width: 90%;
    }

    .update-wrap .more-btn a {
        background: #c31c3b;
        color: #fff !important;
        display: block;
        font-size: 14px;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    /*-------------------------------------------------------------------------------------
チケット発売予定
--------------------------------------------------------------------------------------*/
    .ticket-buy-text {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }
}
