@charset "UTF-8";
@media screen and (min-width: 1024px) {

    /*!header---------------------------------------------------------------------------------------------------------------------------------------------*/


    .header-nav-ul {
        display: flex;
        gap: 20px;
        font-size: 18px;
    }

    .header-nav-li a {
        color: #000000;
        transition: color .5s ease;
    }

    .header-nav-li a:hover,
    .header-nav-li a:focus {
        color: #c9c9c9;
    }

    .header-nav {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .insta-btn {
        background-color: #ff9494;
        margin: 20px 20px;
        border-radius: 30px;
        text-align: center;
        cursor: pointer;
        transition: background-color .5s ease;
        overflow: hidden;
    }

    .insta-btn a {
        color: #fff;
        display: block;
        padding: 10px 60px 10px 40px;
    }

    .insta-btn:hover {
        background-color: #fff297;
    }

    .insta-btn a:hover {
        color: #000000;
    }

    .sp-nav {
        display: none;
    }

    /*!ファーストビューセクション---------------------------------------------------------------------------------------------------------------------------------------------*/


    .fv-main-container h1 img {
        max-width: 600px;
    }

    .fv-item-runner {
        width: 13%;
    }

    .promo-content {
        max-width: 600px;
    }

    .main-img-top {
        top: 50%;
        left: -60%;
        max-width: 500px;
    }

    .main-img-bottom {
        bottom: 50%;
        left: 100%;
        max-width: 500px;
    }

    .top-view-down h2 {
        font-size: 40px;
    }

    .top-view-down h5 {
        font-size: 24px;
    }

    .deco-mike {
        top: 170px;
        max-width: 170px;
    }

    .deco-flag {
        bottom: 150px;
        right: 10%;
        max-width: 300px;
    }

    /*!開催情報セクション---------------------------------------------------------------------------------------------------------------------------------------------*/

    .date-schedule {
        background-size: contain;
    }

    .date-schedule {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .date-info-box {
        display: flex;
        align-items: center;

        justify-content: flex-start;
        width: 100%;
        max-width: 650px;
        margin: 0 auto;

        margin-bottom: 30px;
    }

    .date-info-mini-cap {
        flex-shrink: 0;
        width: 180px;
        margin: 0 40px 0 0;
    }

    .date-info-text {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .date-info-box p {
        text-align: left;
        margin: 0;
    }

    .date-p-span {
        font-size: 36px;
        line-height: 1;
    }

    .date-p-second,
    .date-schedule-place-and-charge {
        font-size: 24px;
    }

    .date-schedule-place-and-charge {
        font-size: 36px;
    }

    .date-p {
        text-align: center;
        margin-top: 20px;
    }

    /*!イベント内容セクション--------------------------------------------------------------------------------------------------z-------------------------------------------*/



    #event-box-no1-title span {
        font-size: 48px;
    }

    .event-box-no1-subbox h4 {
        font-size: 29px;
    }


    .event-box-no1-subbox-no1 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 100px;
    }

    .insta-caption {
        max-width: 450px;
    }

    .event-box-no1-subbox-no2 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 100px;
    }

    .event-box-no1-subbox-youtube {
        margin: 0;
    }

    .event-box-youtube-caption {
        max-width: 450px;
    }

    .guest-info {
        margin-left: 50px;
        margin-right: 50px;
    }

    .guest-info-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    #guest-info-title span {
        font-size: 48px;
    }

    .event-box-no2 h4 span {
        font-size: 45px;
    }

    .event-box-no2 h5 {
        font-size: 29px;
        text-align: left;
    }

    .event-box-no2 p {
        margin-left: 0;
    }

    .event-box-no2-subbox {
        max-width: 1000px;
        margin: auto;
        display: flex;
        justify-content: center;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 100px;
    }

    .event-box-no2-subbox-no1 {
        flex-direction: row-reverse;
    }

    .event-box-no2-subbox-no2 {
        flex-direction: row;
    }

    .event-box-no2-subbox p {
        max-width: 600px;
    }

    .event-box-no2-subbox-img {
        max-width: 400px;
        margin: 0;
    }


    /*!交通情報セクション---------------------------------------------------------------------------------------------------------------------------------------------*/

    .traffic-info-box-map-address h3 {
        font-size: 40px;
    }

    /*!Instagram宣伝セクション---------------------------------------------------------------------------------------------------------------------------------------------*/

    .insta-check h3 {
        font-size: 48px;
    }

    .insta-check p {
        font-size: 28px;
    }

    /*!footer-----------------------------------------------------------------------------*/

}