@charset "UTF-8";

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

.toggle-ticket-text.is-active {
    opacity: 1;
    /* 背景フェードイン */
    --opacity: 1;
    --scale: 1;
}

.char {
    display: inline-block;
    transform: scale(var(--scale, 0));
    opacity: var(--opacity, 0);
    transition:
        opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1),
        transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: calc(0.016s * var(--char-index));
}

/* 初期CSS */
.container {
    width: 94%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visuallyHidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


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

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


/*



PC



*/

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

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

    .gallery h2 {
        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% / 4 - 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;
    }

    /*------------------------------------------------------
イベント終了告知
-------------------------------------------------------*/
    .message-gratitude {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #ce0336, #ff3366, #e50036);
        color: #fff;
        font-size: 2.6rem;
        font-weight: 700;
        margin: 0 auto 120px;
        padding: 10px 0 5px;
        width: 1220px;
    }

    /*-------------------------------------------------------------------------------------
リザルトバナー画像
--------------------------------------------------------------------------------------*/
    .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%;
    }







    .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;
    }

    .ticket-btn {
        font-size: 24px;
        padding: 10px 32px 6px;
    }


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

    .top-wrap h1 {
        font-size: 3.2rem;
        text-align: center;
    }

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

    .top-information h1 {
        font-size: 3.8rem;
    }

    .top-information h1 span {
        display: block;
        font-size: 2.6rem;
    }

    .top-information h2 {
        font-size: 3.2rem;
        margin: 20px auto;
        padding: 7px 0;
        text-align: center;
        width: 1220px;
    }

    .top-information h2 a {
        color: #fff !important;
        text-decoration: underline;
    }

    .top-information > .caution-text-red {
        padding-left: 0;
    }

    .top-information dl {
        display: flex;
        flex-wrap: wrap;
    }

    .top-information dl dt {
        font-weight: normal;
        margin-left: 1em;
        width: 6em;
    }

    .top-information dl dd {
        width: calc(100% - 7em);
    }

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

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

    .top-banner-section a:hover {
        opacity: .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 .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: .7;
    }


    /*-------------------------------------------------------------------------------------
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: .7s;
        width: calc((100% - 30px) / 3.001);
    }

    .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: .7s;
        width: calc((100% - 30px) / 2);
    }

    .shortcut-link-box:hover {
        opacity: .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 main visual
--------------------------------------------------------------------------------------*/
    .top-main-visual {
        overflow: hidden;
        width: 100%;
        height: 55vw;
    }

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

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

    .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;
    }

    .top-main-visual .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

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

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !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 {
        content: url(../common/images/main_visual_arrow_left.png) !important;
    }

    .top-main-visual .slick-next::before {
        content: url(../common/images/main_visual_arrow_right.png) !important;
    }


    .top-main-visual .main-title-wrap {
        display: flex;
        flex-direction: column;
        padding: 5px 0 30px;
        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 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto;
        width: 1220px;
    }


    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/
    .top-caution {
        background: #fff;
        border: 1px solid #f00;
        margin: 20px auto 0;
        padding: 1em 0;
        width: calc(1220px - 2px);
    }

    .top-caution h3 {
        color: #f00;
        font-size: 2.3rem;
        margin-bottom: 0;
        text-align: center;
    }

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

    .top-caution p {
        font-size: 2.2rem;
        margin: 0 auto;
        text-align: center;
        width: 780px;
    }

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

    .top-3-column h2 {
        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 !important;
        margin: 0 auto;
        overflow: hidden;
        width: 1220px;
    }

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

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


    .top-3-column ul a {
        background: #f4f4f4;
        display: block;
        margin: 0 6px 20px;
        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 auto 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 6px 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 {
        padding: 80px 0;
        position: relative;
        text-align: center;
        width: 100%;

    }

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

    .update-wrap ul {
        border-top: 1px solid #0000008f;
        border-bottom: 1px solid #0000008f;
        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 #0000008f;
        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;
    }



    /* --------------------- アンケート --------------------- */


    .questionnaire-btn a {
        background: #0080e3;
        border: 2px solid #0080e3;
        color: #fff !important;
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin: 20px auto;
        padding: 15px 10px;
        text-align: center;
        transition: .3s;
        text-decoration: none;
        width: 800px;
        border-radius: 10px;
    }

    .questionnaire-btn a:hover {
        color: #0080e3 !important;
        background-color: #fff;
    }



    .questionnaire-btn span {
        background: #0080e3;
        border: 2px solid #0080e3;
        color: #fff !important;
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin: 20px auto;
        padding: 15px 10px;
        text-align: center;
        transition: .3s;
        text-decoration: none;
        width: 800px;
        border-radius: 10px;
    }

    .questionnaire-btn span:hover {}





}











/*



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;
    }

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




    /*------------------------------------------------------
イベント終了告知
-------------------------------------------------------*/
    .message-gratitude {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #ce0336, #ff3366, #e50036);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto 80px;
        padding: 10px;
        width: calc(94% - 20px);
    }

    /*-------------------------------------------------------------------------------------
リザルトリンク
--------------------------------------------------------------------------------------*/
    .result-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-grow: 1;
        margin: 80px auto 15px;
        width: 94%;
    }

    .result-wrap .result-banner {
        font-weight: 700;
        margin: 0 auto 30px;
        text-align: center;
        width: 100%;
    }

    .result-wrap .result-banner img {
        width: 100%;
    }

    .result-wrap .result-banner a,
    .result-wrap .result-banner a:visited {
        color: #fff !important;
    }






    /*------------------------------------------------------
チケット発売告知テキスト
-------------------------------------------------------*/
    .toggle-ticket-text {
        font-size: 5vw;
        margin-top: 0;
        padding: 10px 20px 10px;
        text-align: center;
    }





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

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

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

    .top-information h1 {
        font-size: 2.2rem;
    }

    .top-information h1 span {
        display: block;
        font-size: 1.6rem;
    }

    .top-information h2 {
        font-size: 2rem;
        margin: 20px auto;
        padding: 6px 0;
        text-align: center;
        width: 100%;
    }

    .top-information h2 a {
        color: #fff !important;
        text-decoration: underline;
    }

    .top-information > .caution-text-red {
        padding-left: 0;
    }

    .top-information dl {
        display: flex;
        flex-wrap: wrap;
    }

    .top-information dl dt {
        font-weight: normal;
        margin-left: 1em;
        width: 6em;
    }

    .top-information dl dd {
        width: calc(100% - 7em);
    }

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

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

    .top-banner-section a:hover {
        opacity: .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;
    }



    /*-------------------------------------------------------------------------------------
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;
        min-height: 130px;
        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 main visual
    --------------------------------------------------------------------------------------*/
    .top-main-visual {
        height: 55vw;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .top-main-visual p.image {
        display: block;
        height: 55vw;
        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: 100%;
    }


    .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%;
    }

    .top-main-visual .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

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

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !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 {
        content: url(../common/images/main_visual_arrow_left.png) !important;
    }

    .top-main-visual .slick-next::before {
        content: url(../common/images/main_visual_arrow_right.png) !important;
    }


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

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

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

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

    .top-caution h3 {
        color: #f00;
        margin-bottom: 0;
        text-align: center;
    }

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

    .top-caution p {
        margin: 0 auto;
        text-align: center;
    }

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

    .top-3-column ul {
        list-style-type: none !important;
        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;
        color: #000;
        display: block;
        margin: 5px auto;
        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 {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .update-wrap .update-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }

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

    .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;
        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 #0000008f;
        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;
    }

    /* --------------------- アンケート --------------------- */


    .questionnaire-btn a {
        background: #0080e3;
        color: #fff !important;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin: 20px auto;
        padding: 15px 10px;
        text-align: center;
        border: 2px solid #0080e3;
        border-radius: 10px;
        transition: .3s;
        text-decoration: none !important;
        width: 90%;
    }

    .questionnaire-btn span {
        background: #0080e3;
        color: #fff !important;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin: 20px auto;
        padding: 15px 10px;
        text-align: center;
        border: 2px solid #0080e3;
        border-radius: 10px;
        transition: .3s;
        text-decoration: none !important;
        width: 90%;
    }


}
