/* =========================================
 イベント情報
========================================= */
.event-2024.event-2025 .red-text {
    text-align: center;
}

.event-2024.event-2025 .supporter-flex .left,
.event-2024 .supporter-flex .right {
    max-width: 100%;
    width: auto;
    text-align: center;
}

.event-2024.event-2025 .supporter-flex {
    gap: 24px;
    align-items: flex-end;
}

.event-2024.event-2025 .left h4.am-name::after {
    max-width: 74px;
}

.event-2024.event-2025 .center h4.am-name::after {
    max-width: 60px;
}

.event-2024.event-2025 .supporter-flex h4.am-name {
    text-align: center;
}

.event-2024.event-2025 .supporter-flex .left h4.am-name {
    padding: 0 0 10px;
}

.event-2024.event-2025 .supporter-flex .center h4.am-name {
    padding: 0 0 10px;
}

.event-2024.event-2025 .guest-box h4.am-name::after {
    left: 50%;
    max-width: 147px;
    transform: translateX(-50%);
}

.event-2024.event-2025 .guest .txt-box {
    max-width: 640px;
}

.event-2025 .pamp-wrap {
    max-width: 660px;
}

.page.event-2024.event-2025 .supporter .txt-box {
    padding-right: 0;
    padding-left: 0;
}
.event-2024.event-2025 .supporter-flex {
    gap: 0;
    max-width: 750px;
    width: 750px;
    margin: 0 auto;
}
.event-2024.event-2025 .supporter-flex .left, 
.event-2024.event-2025 .supporter-flex .center,
.event-2024.event-2025 .supporter-flex .right {
    max-width: 33.33333%;
    width: 100%;
    text-align: center;
}
.event-2025 .center h4.am-name::after {
    left: 50%;
    transform: translateX(-50%);
}
.event-2025 .right h4.am-name {
    letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
    .event-2024.event-2025 .supporter-flex .left h4.am-name {
        padding: 0 12px 10px;
    }

    .event-2024.event-2025 .supporter-flex .center h4.am-name {
        padding: 0 17px 10px;
    }

    .event-2024.event-2025 .guest-box h4.am-name::after {
        left: 50%;
        max-width: 120px;
        transform: translateX(-50%);
    }

    .event-2024.event-2025 .supporter-flex {
        gap: 20px;
    }

    .event-2024.event-2025 .right h4.am-name {
        font-size: 16px;
    }
 .event-2024.event-2025 .left h4.am-name::after,
 .event-2024.event-2025 .center h4.am-name::after,
    .event-2024.event-2025 .right h4.am-name::after {
        max-width: 84.5px;
    }
}
@media screen and (max-width: 750px) {
    .page.event-2024 .guest-img {
        max-width: 33.3333%;
        width: 33.3333%;
    }
    .event-2024.event-2025 .supporter-flex {
        gap: 0;
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
}

/* =========================================
 協賛企業
========================================= */
.company-cooperation-lists {
    max-width: 560px;
    margin: 0 auto;
}

.company-cooperation-lists .company-bnr-list {
    max-width: 560px;
    width: 100%;
    margin-right: 20px;
}

.company-cooperation-lists .company-bnr-list:nth-child(n + 2) {
    margin-top: 40px;
}

.sponsor_company .company-cooperation-lists .bnr-caption {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 3px 0 5px;
    background-color: #202020;
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .company-cooperation-lists {
        width: 100%;
        max-width: 352px;
        margin: 0 auto;
    }

    .sponsor_company .company-cooperation-lists .bnr-caption {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        padding: 3px 0 5px;
        background-color: #202020;
        margin-bottom: 20px;
    }

    .sponsor_company .company-cooperation-lists .bnr-text {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        padding: 0 15px;
    }
}


/* =========================================
 インスタグラムキャンペーン
========================================= */
.insta .page-ttl {
    position: relative;
    margin: 80px 0 0;
    height: 128px;
    padding: 0;
    z-index: 100;
    border-bottom: 4px solid #c0c040;
    background: rgb(208, 0, 24);
    background: linear-gradient(180deg, rgba(208, 0, 24, 1) 50%, rgba(232, 88, 56, 1) 100%);
}

.insta .page-ttl span {
    position: relative;
    z-index: 100;
    max-width: 360px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    height: 128px;
    align-items: center;
}

.insta .page-ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 124px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/2024/page-ttl-pattern-bg.png);
    mix-blend-mode: multiply;
}

.insta .main-area {
    background: #FEFBC8 url(../images/2025/instagram/VF_instaCP_PC_back.png) repeat;
    background-size: 808px auto;
    padding: 0 0 80px;
}

.insta .mainImg {
    max-width: 1200px;
    width: calc(100% - 48px);
    margin: -100px auto 0;
}

.insta .mainText {
    max-width: 1147px;
    width: calc(100% - 74px);
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.insta .insta-btn {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 40px auto 0;
}

.insta h2.ud {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.insta h2.ud {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 auto 40px;
}

.insta .sec1 {
    padding: 80px 0 74px;
}

.insta h2.ud::after {
    content: "";
    width: 100%;
    max-width: 50px;
    height: 2px;
    background: #e00010;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.insta .sec1 .inner,
.insta .sec2 .inner,
.insta .sec3 .inner {
    max-width: 714px;
    width: 100%;
    margin: 0 auto;
}

.insta .sec1 .p1 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.005em;
}

.insta .sec2 {
    padding: 86px 0 80px;
    position: relative;
}

.insta .sec2 .p1 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.insta .sec2 h2.ud {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.insta .sec2 h2.ud::after,
.insta .sec3 h2.ud::after {
    content: "";
    width: 100%;
    max-width: 100px;
    height: 2px;
    background: #e00010;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.insta .sec2 ol {
    margin-top: 29px;
}

.insta .sec2 ol li {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    text-indent: -1.15em;
    padding-left: 1.15em;
    letter-spacing: -0.02em;
}

.insta .sec2 ol li:nth-child(2) {
    letter-spacing: -0.005em;
}

.insta .sec2 ol li+li {
    margin-top: 40px;
}

.insta .sec2 ol li span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
    padding-left: 1.5em;
}

.insta .sec2 .p2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.insta .sec2 .p2 {
    margin-top: 40px;
}

.insta .sec2 .p2+.p2 {
    margin-top: 54px;
    letter-spacing: -0.01em;
}

.insta .sec3 {
    padding: 80px 0 80px;
    position: relative;
}

.insta .sec3 h2.ud {
    margin-bottom: 80px;
}

.insta .sec3 .txt {
    font-size: 16px;
    line-height: 20px;
}

.insta .sec3 .indent-1 {
    text-indent: -1em;
    display: inline-block;
    padding-left: 1em;
}

.insta .sec3 .indent-3 {
    text-indent: -2.5em;
    display: inline-block;
    padding-left: 2.5em;
}

.insta .sec3 .txt--50 {
    letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
    .insta .mainImg {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: -20px auto 0;
    }

    .insta .mainImg img.sp {
        width: 506px;
        max-width: none;
        /* ← これで縮小を止める */
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        flex: 0 0 auto;
        /* 親がflexでも縮まないよう保険 */
        display: block;
        /* 余白防止のため */
    }

    .insta .page-ttl {
        margin: 44px auto 0;
        height: 66px;
        padding: 0;
        border-bottom: 4px solid #c0c040;
    }

    .insta .page-ttl span {
        height: 64px;
        justify-content: center;
    }

    .insta .page-ttl img {
        max-width: 182px;
        width: 100%;
    }

    .insta .page-ttl::after {
        height: 64px;
    }

    .insta .sec1 {
        padding: 60px 0;
    }

    .insta .sec1 .inner,
    .insta .sec2 .inner,
    .insta .sec3 .inner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 26px 0 25px;
    }

    .insta h2.ud {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 6px !important;
        line-height: 1.5;
        letter-spacing: 0;
        margin: 0 auto 8px !important;
    }

    .insta .sec1 h2.ud {
        margin-bottom: 29px !important;
    }

    .insta .sec1 .p1 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .insta .sec2 .p1 {
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
    }

    .insta .sec2 ol {
        margin-top: 32px;
    }

    .insta h2.ud::after {
        max-width: 42px;
    }

    .insta .sec2 h2.ud::after,
    .insta .sec3 h2.ud::after {
        max-width: 80px;
    }

    .insta .sec2 {
        padding: 60px 0 60px;
        position: relative;
    }

    .insta .sec2 ol li {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-indent: -1.15em;
        padding-left: 1.15em;
        letter-spacing: -0.02em;
    }

    .insta .sec2 ol li+li {
        margin-top: 25px;
    }

    .insta .sec2 ol li span {
        font-size: 12px;
        line-height: 17px;
        font-weight: 400;
        display: block;
        letter-spacing: 0;
        padding-left: 0;
        text-indent: 0;
    }

    .insta .sec2 .p2 {
        margin-top: 40px;
        font-size: 12px;
        line-height: 17px;
    }

    .insta .sec2 .p2+.p2 {
        margin-top: 40px;
        letter-spacing: -0.01em;
    }

    .insta .sec3 {
        padding: 60px 0;
        position: relative;
    }

    .insta .sec3 h2.ud {
        margin: 0 auto 32px !important;
    }

    .insta .sec3 .txt {
        font-size: 14px;
        line-height: 20px;
    }

    .insta .sec3 .sp-txt--75 {
        letter-spacing: -0.075em;
    }

    .insta .insta-btn {
        display: block;
        max-width: 304px;
        width: 100%;
        margin: 26px auto 0;
    }

    .insta .mainText {
        margin-top: 13px;
    }

    .insta .mainText {
        width: calc(100% - 50px);
        margin-top: 13px;
    }

    .insta .main-area {
        background: #FEFBC8 url(../images/2025/instagram/VF_instaCP_PC_back.png) repeat;
        background-size: 693px auto;
        padding: 0 0 60px;
    }
}



/* =========================================
 会場マップ
========================================= */
.ccl img {
    width: 41px;
}