/* リセットCSS */

* {
    margin: 0;
    padding: 0;
}

*,
 ::before,
 ::after {
    border-style: solid;
    box-sizing: border-box;
    border-width: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif!important;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    text-rendering: optimizeSpeed;
    color: #222222;
    overflow-x: hidden;
    letter-spacing: 0!important;
}

.is-fixed body {
    overflow: hidden;
}

html {
    height: 100%;
    margin: 0!important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

img {
    width: 100%;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (max-width: 1188px) {
    html {
        font-size: 1.4134275618vw;
    }
}

.pc-dn {
    display: none;
}

.sp-dn {
    display: block;
}

@media screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .pc-dn {
        display: block;
    }
    .sp-dn {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    html {
        font-size: 4.2105263158vw;
    }
    body {
        overflow-x: hidden;
    }
}

a,
button,
.btn {
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
button:hover,
.btn:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    a:hover,
    button:hover,
    .btn:hover {
        opacity: 1;
    }
}

h2.title {
    color: #AF000C;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.title_label {
    text-align: center !important;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #222;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    h2.title {
        font-size: 2.25rem;
    }
    .title_label {
        font-size: 1rem;
    }
}

.title_text {
    margin-top: clamp(1.4rem, 3.2vw, 2.12rem);
    text-align: center !important;
}


/*-----共通のCSS-----*/


/*コンテンツ幅*/

.wrap {
    max-width: calc(1188px + clamp(2rem, 6vw, 3rem));
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 1.5rem);
}

@media screen and (1440px > width) {}

@media screen and (430px > width) {
    .wrap {
        padding: 0 1rem;
    }
}


/*-----ファーストビュー-----*/

section.fv_sec {
    margin-top: 86px;
    background: #1a0505;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1858 / 1040;
    min-height: 32rem;
}

section.fv_sec .fv_bk {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.fv_sec .fv_inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: clamp(2rem, 6vw, 4.5rem);
    width: 90%;
    margin: auto;
}

section.fv_sec .fv_logo {
    width: clamp(12rem, 42vw, 52.25831rem);
    height: auto;
    margin-bottom: 4rem;
}

section.fv_sec h1 {
    color: #FFF;
    font-size: 2.35463rem;
    font-weight: 700;
    line-height: 110%;
}

section.fv_sec h1 .num {
    font-size: 3.13956rem;
}

section.fv_sec .fv_text {
    margin-top: clamp(0.75rem, 2vw, 1.25rem);
    color: #FFF;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 500;
    line-height: 170%;
}


/*-----ファーストビュー（個人支援ページ）-----*/

section.fv_sec.fv_sec_personal {
    background: #FFF;
}

section.fv_sec.fv_sec_personal .fv_personal_heading {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.6vw, 1.25rem);
    color: #AF000C;
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 900;
    line-height: 120%;
}

section.fv_sec.fv_sec_personal .fv_personal_tag {
    background: #1a1a1a;
    color: #FFF;
    font-size: clamp(0.85rem, 1.3vw, 1.0625rem);
    font-weight: 700;
    line-height: 150%;
    padding: 0.4rem 1rem;
    border-radius: 50rem;
}

section.fv_sec.fv_sec_personal .fv_text {
    color: #1a1a1a;
    font-weight: 700;
}


/*-----応募条件・応募対象（個人支援ページ）-----*/

section.terms_sec {
    position: relative;
    background: #0A0A0A;
    padding: clamp(3rem, 7.7vw, 6.25rem) 0;
}

section.terms_sec .terms_sec_inner {
    background: #FFF;
    padding: 2rem;
    margin-top: -9rem;
    position: relative;
}

section.terms_sec .wrap {
    position: relative;
}

section.terms_sec .terms_heading {
    text-align: center;
    color: #AF000C;
    font-size: clamp(1.75rem, 3.6vw, 2.5rem);
    font-weight: 700;
    line-height: 150%;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

section.terms_sec .terms_list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 3.5vw, 2.5rem);
    max-width: 46rem;
}

section.terms_sec .terms_item {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

section.terms_sec .terms_icon {
    width: clamp(2.5rem, 4vw, 3rem);
    height: clamp(2.5rem, 4vw, 3rem);
    flex-shrink: 0;
}

section.terms_sec .terms_body {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: clamp(1.25rem, 2.5vw, 1.75rem);
    border-left: 1px solid rgba(0, 0, 0, .15);
}

section.terms_sec .terms_body h3 {
    color: #1a1a1a;
    font-size: clamp(1.1rem, 1.8vw, 1.3125rem);
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0.5rem;
}

section.terms_sec .terms_body p {
    color: rgba(0, 0, 0, .75);
    font-size: clamp(0.85rem, 1.1vw, 0.9375rem);
    line-height: 170%;
}

section.terms_sec .terms_body ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

section.terms_sec .terms_body ul li {
    color: rgba(0, 0, 0, .75);
    font-size: clamp(0.85rem, 1.1vw, 0.9375rem);
    line-height: 170%;
}

section.terms_sec .terms_body .terms_note {
    color: rgba(0, 0, 0, .5);
    font-size: clamp(0.78rem, 1vw, 0.85rem);
}

section.terms_sec .terms_photos {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: clamp(16rem, 26vw, 22rem);
    height: clamp(16rem, 26vw, 22rem);
    z-index: 0;
}

section.terms_sec .terms_photo_1 {
    top: 0;
    left: 0;
    width: clamp(14rem, 24vw, 29.6875rem);
    height: clamp(13.8rem, 23.7vw, 29.3125rem);
    object-position: 20% 30%;
    z-index: 1;
}


/*スマホ*/

@media (max-width: 900px) {
    section.terms_sec .terms_list {
        max-width: none;
    }
    section.terms_sec .terms_photos {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 16rem;
        height: 16rem;
        margin: clamp(2rem, 5vw, 3rem) auto 0;
    }
}

@media (max-width: 480px) {
    section.terms_sec .terms_sec_inner {
        margin-top: -5rem;
    }
    section.terms_sec .terms_item {
        align-items: center;
    }
    section.terms_sec .terms_photos {
        display: none;
    }
    section.support_sec .support_group {
        padding: 0;
    }
    section.support_sec .support_group.sp_ {
        padding: 1.5rem;
    }
}

section.fv_sec .fv_btns {
    --slant: 1.25rem;
    display: flex;
    gap: 0;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

section.fv_sec .fv_btns .btn {
    position: relative;
    display: inline-flex;
    text-decoration: none;
}

section.fv_sec .fv_btns .btn .btn_shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

section.fv_sec .fv_btns .btn_personal .btn_shape polygon {
    fill: rgba(223, 0, 11, .60);
    stroke: #AA070F;
    stroke-width: 0.5px;
}

section.fv_sec .fv_btns .btn_group .btn_shape polygon {
    fill: rgba(0, 0, 0, .80);
    stroke: #FFF;
    stroke-width: 0.5px;
}

section.fv_sec .fv_btns .btn .btn_inner {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: clamp(0.6rem, 1.1vw, 0.85rem);
    padding: clamp(0.75rem, 1.4vw, 1.05rem) clamp(1.1rem, 1.8vw, 1.5rem);
}

section.fv_sec .fv_btns .btn_personal .btn_inner {
    padding-right: calc(clamp(1.1rem, 1.8vw, 1.5rem) + var(--slant));
}

section.fv_sec .fv_btns .btn_group .btn_inner {
    padding-left: calc(clamp(1.1rem, 1.8vw, 1.5rem) + var(--slant));
}

section.fv_sec .fv_btns .btn .icon {
    width: clamp(1.4rem, 1.9vw, 1.75rem);
    height: auto;
    flex-shrink: 0;
}

section.fv_sec .fv_btns .btn .btn_text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

section.fv_sec .fv_btns .btn .btn_head {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

section.fv_sec .fv_btns .btn strong {
    color: #FFF;
    font-size: clamp(0.95rem, 1.4vw, 1.125rem);
    font-weight: 700;
    line-height: 100%;
}

section.fv_sec .fv_btns .btn small {
    color: rgba(255, 255, 255, .8);
    font-size: clamp(0.7rem, 0.85vw, 0.8rem);
    font-weight: 400;
    line-height: 100%;
}

section.fv_sec .fv_btns .btn .arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
}


/*スマホ*/

@media (max-width: 1000px) {
    section.fv_sec {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    section.fv_sec {
        aspect-ratio: auto;
        min-height: 34rem;
    }
    section.fv_sec.fv_sec_personal {
        min-height: 0;
        aspect-ratio: 1544 / 2056;
    }
    section.fv_sec.fv_sec_personal .fv_inner {
        display: none;
    }
    section.fv_sec.fv_sec_personal .fv_personal_heading {
        font-size: 2rem;
    }
    section.fv_sec .fv_inner {
        align-items: flex-start;
        padding-bottom: 1.5rem;
    }
    section.fv_sec .fv_logo {
        width: 20rem;
        margin-bottom: 0.75rem;
    }
    section.fv_sec h1 {
        font-size: 1.6rem;
    }
    section.fv_sec h1 .num {
        font-size: 2.1rem;
    }
    section.fv_sec .fv_text {
        font-size: 0.8125rem;
    }
    section.fv_sec .fv_btns {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }
    section.fv_sec .fv_btns .btn {
        width: 100%;
    }
    section.fv_sec .fv_btns .btn .btn_shape {
        display: none;
    }
    section.fv_sec .fv_btns .btn .btn_inner {
        padding: 1rem 1.5rem;
    }
    section.fv_sec .fv_btns .btn_personal .btn_inner {
        background: rgba(223, 0, 11, .60);
        border: 0.5px solid #AA070F;
        padding-right: 1.5rem;
    }
    section.fv_sec .fv_btns .btn_group .btn_inner {
        background: rgba(0, 0, 0, .80);
        border: 0.5px solid #FFF;
        padding-left: 1.5rem;
    }
    section.fv_sec .fv_btns .btn strong {
        font-size: 1.05rem;
    }
}


/*-----プロジェクトについて-----*/

section.project_sec {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: clamp(3rem, 7.7vw, 6.25rem) 0;
}

section.project_sec .wrap {
    position: relative;
    z-index: 1;
}

section.project_sec .project_img {
    position: absolute;
    top: clamp(2rem, 5vw, 4.5rem);
    right: 0;
    z-index: 0;
    width: clamp(18rem, 40vw, 41rem);
    object-fit: cover;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

section.project_sec .project_head {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

section.project_sec .project_head .title {
    text-align: left;
    margin: 0;
}

section.project_sec .project_head .title_label {
    text-align: left !important;
    margin: 0;
}

section.project_sec h3 {
    color: #1a1a1a;
    text-align: left;
    font-size: clamp(1.75rem, 3.4vw, 2.75rem);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

section.project_sec h3 .accent {
    color: #AF000C;
}

section.project_sec .lead {
    color: #1a1a1a;
    text-align: left;
    font-size: clamp(0.95rem, 1.3vw, 1.0625rem);
    font-weight: 700;
    line-height: 170%;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

section.project_sec .project_body p {
    text-align: left;
    line-height: 190%;
    margin-bottom: 1.25rem;
}

section.project_sec .project_body p:last-child {
    margin-bottom: 0;
}

section.project_sec .project_closing {
    color: #AF000C;
    text-align: left;
    font-size: clamp(1.1rem, 1.6vw, 1.375rem);
    font-weight: 700;
    margin-top: clamp(1.5rem, 3vw, 2rem);
}


/*スマホ*/

@media (max-width: 768px) {
    section.project_sec .project_img {
        position: relative;
        z-index: 1;
        inset: auto;
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
        clip-path: none;
    }
    section.project_sec .project_text {
        max-width: none;
    }
    section.project_sec .project_head {
        flex-wrap: wrap;
    }
}


/*-----支援内容-----*/

section.support_sec {
    background: #0A0A0A;
    padding-bottom: clamp(3rem, 7.7vw, 6.25rem);
}

section.support_sec.support_sec_personal {
    background: none;
}

section.support_sec .support_head_band {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem);
}

section.support_sec .support_head_title {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

section.support_sec .support_head_title .title,
section.support_sec .support_head_title .title_label {
    text-align: left;
    margin: 0;
}

section.support_sec .support_head_title .title_label {
    color: #FFF !important;
}

section.support_sec .title_text {
    margin-top: clamp(1rem, 2vw, 1.5rem);
    color: rgba(255, 255, 255, .85);
    text-align: left !important;
    font-size: 1rem;
}

section.support_sec.support_sec_personal .support_head_title .title_label {
    color: #222 !important;
}

section.support_sec.support_sec_personal .title_text {
    color: rgba(0, 0, 0, .7);
}


/*-----個人アスリート応募CTA（個人支援ページ）-----*/

section.personal_cta_sec {
    position: relative;
    overflow: hidden;
    background: #0A0A0A;
    padding: clamp(3rem, 7vw, 5rem) 0;
}

section.personal_cta_sec .personal_cta_bk {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

section.personal_cta_sec .wrap {
    position: relative;
    z-index: 1;
}

section.personal_cta_sec .personal_cta_inner {
    text-align: center;
}

section.personal_cta_sec .personal_cta_kicker {
    color: #FFF;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 700;
    line-height: 150%;
}

section.personal_cta_sec .personal_cta_heading {
    color: #FFF;
    font-size: clamp(1.5rem, 2.8vw, 2.1875rem);
    font-weight: 700;
    line-height: 150%;
    margin-top: 0.25rem;
}

section.personal_cta_sec .personal_cta_box {
    display: block;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .15);
    margin-top: clamp(2rem, 4vw, 3rem);
    text-decoration: none;
}

section.personal_cta_sec .personal_cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    padding: clamp(1.5rem, 3vw, 2rem);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    text-decoration: none;
    background: rgba(223, 0, 11, 0.60);
}

section.personal_cta_sec .personal_cta_icon {
    flex-shrink: 0;
    width: clamp(3.5rem, 8vw, 7.5rem);
    height: clamp(3.5rem, 8vw, 7.5rem);
    border-radius: 50%;
    background: #5c1414;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.9rem, 1.6vw, 1.2rem);
}

section.personal_cta_sec .personal_cta_icon img {
    width: 100%;
    height: auto;
}

section.personal_cta_sec .personal_cta_btn_text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
}

section.personal_cta_sec .personal_cta_btn_head {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #FFF;
    font-size: clamp(1.25rem, 2.6vw, 1.875rem);
    font-weight: 700;
    line-height: 130%;
}

section.personal_cta_sec .personal_cta_btn_head .arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
}

section.personal_cta_sec .personal_cta_btn_text small {
    color: rgba(255, 255, 255, .8);
    font-size: clamp(0.8rem, 1vw, 0.875rem);
    font-weight: 400;
}

section.personal_cta_sec .personal_cta_deadline {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    background: rgba(119, 0, 5, 0.70);
}

section.personal_cta_sec .personal_cta_deadline .deadline_label {
    align-self: center;
    color: #0A0A0A;
    background: #FFF;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 700;
    padding: 0.4rem 0.75rem;
}

section.personal_cta_sec .personal_cta_deadline .deadline_date {
    color: #FFF;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.2rem, 4.5vw, 3.125rem);
    font-weight: 700;
    line-height: 100%;
}

section.personal_cta_sec .personal_cta_deadline .deadline_date .day {
    margin-left: 0.25rem;
    font-family: "Noto Sans JP";
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 700;
}

section.personal_cta_sec .personal_cta_deadline .deadline_time {
    color: #FFF;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 500;
}


/*スマホ*/

@media (max-width: 480px) {
    section.personal_cta_sec .personal_cta_btn {
        flex-direction: column;
        text-align: center;
    }
    section.personal_cta_sec .personal_cta_btn_text {
        align-items: center;
    }
    section.personal_cta_sec .personal_cta_btn_head {
        font-size: 1.375rem;
    }
}


/*支援グループ（個人／団体）*/

section.support_sec .support_group {
    background: #fff;
    padding: 3rem;
    margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

section.support_sec .support_group:last-child {
    margin-bottom: 0;
}

section.support_sec .support_group_head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

section.support_sec .support_group_icon {
    flex-shrink: 0;
    width: clamp(3rem, 4.5vw, 3.75rem);
    height: clamp(3rem, 4.5vw, 3.75rem);
    border-radius: 50%;
    background: #AF000C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.7rem, 1.1vw, 0.9rem);
}

section.support_sec .support_group_icon img {
    width: 100%;
    height: auto;
}

section.support_sec .support_group_name {
    flex-shrink: 0;
    padding-left: clamp(0.75rem, 1.5vw, 1.25rem);
    border-left: 4px solid #AF000C;
}

section.support_sec .support_group_name .ja {
    color: #AF000C;
    font-size: clamp(1.375rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 130%;
}

section.support_sec .support_group_name .en {
    color: #AF000C;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(0.75rem, 0.95vw, 0.875rem);
    font-weight: 700;
    letter-spacing: .05em;
}

section.support_sec .support_group_desc {
    font-size: 1rem;
    line-height: 160%;
}


/*カード*/

section.support_sec .support_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
}

section.support_sec .support_cards_team {
    grid-template-columns: 1fr;
}

section.support_sec .support_card {
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
    padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.25rem, 2vw, 1.75rem);
}

section.support_sec .support_cards:not(.support_cards_team) .card_row:nth-of-type(2) {
    flex: 1;
}

section.support_sec .card_gold {
    border-color: #E3C589;
    background: #FFFBF2;
}

section.support_sec .card_silver {
    border-color: #D3D3D3;
    background: #FAFAFA;
}

section.support_sec .card_bronze {
    border-color: #E0B48B;
    background: #FFF8F2;
}

section.support_sec .card_badge {
    display: block;
    width: clamp(9rem, 13vw, 11.5625rem);
    margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
}

section.support_sec .card_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: clamp(0.9rem, 1.6vw, 1.25rem) 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

section.support_sec .row_text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.4rem;
}

section.support_sec .group .card_row {
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-top: none;
}

.grouppage {
    padding: 0!important;
}

section.support_sec .support_cards:not(.support_cards_team) .card_row {
    flex-wrap: nowrap;
}

section.support_sec .card_row:first-of-type {
    border-top: none;
}

section.support_sec .card_row_label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

section.support_sec .label_text {
    color: #1a1a1a;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 700;
    line-height: 150%;
}

section.support_sec .row_icon {
    width: clamp(2.25rem, 3.2vw, 2.75rem);
    height: clamp(2.25rem, 3.2vw, 2.75rem);
    object-fit: contain;
    flex-shrink: 0;
}


/*活動資金*/

section.support_sec .card_row_money {
    gap: 0.75rem;
}

section.support_sec .money_label {
    color: #1a1a1a;
    font-size: 1.30319rem;
    font-weight: 700;
    line-height: 100%;
}

section.support_sec .money_num {
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 4.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(109deg, #A77D34 2.6%, #D3A101 50%, #A87E33 97.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.support_sec .money_num span {
    margin-left: 0.25rem;
    color: #AF831E;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 2.39656rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-text-fill-color: initial;
}

section.support_sec .card_silver .money_num {
    background: linear-gradient(109deg, #8B8B8B 2.6%, #CDCDCD 50%, #8A8A8A 97.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.support_sec .card_silver .money_num span {
    color: #434146;
}

section.support_sec .card_bronze .money_num {
    background: linear-gradient(109deg, #B77533 2.6%, #EFBF92 50%, #B67331 97.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.support_sec .card_bronze .money_num span {
    color: #BE7D3E;
}


/*奥出雲地方のお米*/

section.support_sec .card_row_rice {
    gap: 0.75rem;
}

section.support_sec .rice_label {
    color: #1a1a1a;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

section.support_sec .rice_num {
    color: #1a1a1a;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: lowercase;
}

section.support_sec .label_text {
    display: block;
    min-width: 0;
}

section.support_sec .sub {
    display: block;
    color: #8C8C8C;
    font-size: 0.75rem;
    font-weight: 400;
}

section.support_sec .card_row_note {
    color: #8C8C8C;
    font-size: 0.75rem;
}

section.support_sec .money_amount {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

section.support_sec .card_wide .card_badge {
    margin: 0 0 0 0;
}

section.support_sec .card_wide {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 2vw, 2rem);
}

section.support_sec .card_wide .card_badge {
    width: clamp(9rem, 11vw, 10rem);
    margin: 0;
}

section.support_sec .card_wide .card_row {
    justify-content: center;
    min-width: 220px;
    padding: 0 0 0 clamp(1.5rem, 2.5vw, 2rem);
    display: flex;
    flex-wrap: nowrap;
}

section.support_sec .card_wide .card_row:first-of-type {
    border-left: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
}

section.support_sec .card_wide .money_num span {
    text-transform: lowercase;
}


/*スマホ*/

@media (max-width: 768px) {
    section.support_sec .support_group {
        padding: 0rem;
    }
    section.support_sec .money_num {
        font-size: 3rem;
        text-align: center;
    }
    section.support_sec .money_num span {
        font-size: 1.625rem;
    }
    section.support_sec .support_cards {
        grid-template-columns: 1fr;
    }
    section.support_sec .card_wide .card_row {
        flex: 1 1 100%;
        padding: 0.9rem 0 0;
        min-width: 0;
        width: auto;
        display: grid;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }
    section.support_sec .card_wide .card_row:first-of-type {
        border-top: none;
        padding-top: 0;
    }
    section.support_sec .card_wide .card_badge {
        margin: auto;
    }
    section.support_sec .card_row:first-of-type {
        border-top: 1px solid rgba(0, 0, 0, .08);
        border-left: none;
        flex-direction: column;
        text-align: center;
    }
    section.support_sec .card_row {
        border-top: 1px solid rgba(0, 0, 0, .08);
        border-left: none;
        flex-direction: column;
        text-align: center;
    }
    section.support_sec .rice_num {
        text-align: center;
    }
    section.support_sec .card_wide .card_row:first-of-type {
        display: flex;
        align-items: center;
    }
    section.support_sec .row_icon {
        margin: auto;
    }
}


/*-----対象商品-----*/

section.item_sec {
    padding-bottom: clamp(3rem, 7.7vw, 6.25rem);
}

section.item_sec h2 {
    color: #222;
    text-align: center;
    font-size: clamp(1.8rem, 3.1vw, 2.1875rem);
    font-weight: 700;
    line-height: 150%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}


/* ===== 見出し ===== */

.sec_title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.sec_lead {
    margin-top: 16px;
    text-align: center;
    font-size: 15px;
}


/* ===== 商品リスト（Flex） ===== */

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.44rem;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}


/* ===== カード ===== */

.product-card {
    width: calc(100% / 4 - 1.44rem);
    min-height: 13rem;
    border: 1px solid #AF000C;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding-top: 1rem;
}


/* タイトル */

.product-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 110%;
    margin: auto 0;
}


/* グレー文字 */

.product-card .sub-text {
    color: #919191;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
}


/* 説明文 */

.product-card .desc {
    font-weight: 400;
    line-height: 130%;
    text-align: justify;
    padding: 0.5rem 1rem 0.5rem 1rem;
}


/* CTA */

.product-card .btn_sec {
    display: flex;
    width: 100%;
    border-top: 1px solid #AF000C;
    padding: 0.5rem;
    justify-content: center;
}

.product-card .btn_sec:hover {
    background: #01A654;
    opacity: 1;
    transtion: 0.3;
}

.product-card .more {
    margin-top: auto;
    font-size: 1rem;
    font-weight: 700;
    color: #AF000C;
    text-decoration: none;
}

.product-card .btn_sec:hover .more {
    color: #fff;
}


/* ===== SP ===== */

@media (max-width: 768px) {
    .product-card {
        width: calc(100% / 2 - 0.4rem);
        max-width: 100%;
    }
    .product-card .desc {
        font-size: 0.85rem;
        padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    }
    .product-card h3 {
        font-size: 1.15rem;
        padding: 0 0.3rem;
    }
    .product-card .sub-text {
        font-size: 0.8rem;
    }
    .product-list {
        gap: 0.8rem;
        justify-content: space-between;
    }
}


/* ===== 商品リスト（Flex）2 ===== */

.product-list_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}


/* ===== カード ===== */

.product-card_2 {
    width: calc(100% / 4 - 0.8rem);
    min-height: 13rem;
    border-right: 1px solid #AF000C;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding: clamp(0.6rem, 1.6vw, 1rem);
    gap: 0.625rem;
}

.product-card_2:nth-child(4),
.product-card_2:last-child {
    border-right: none;
}


/* タイトル */

.product-card_2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 110%;
    margin: auto 0;
}


/* グレー文字 */

.product-card_2 .sub-text {
    color: #919191;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
}


/* 説明文 */

.product-card_2 .desc {
    font-weight: 400;
    line-height: 130%;
    text-align: justify;
    padding: 0.5rem 0;
}


/*商品画像*/

.product-card_2 .item_img {
    padding: 0.5rem 2rem;
    background: #efeae4;
    width: 100%;
    text-align: center;
}

.product-card_2 .item_img img {
    height: clamp(3.2rem, 5.5vw, 5rem);
}


/* CTA */

.product-card_2 .btn_sec {
    display: flex;
    width: 100%;
    border: 1px solid #AF000C;
    padding: 0.5rem;
    justify-content: center;
}

.product-card_2 .btn_sec:hover {
    background: #01A654;
    opacity: 1;
    transtion: 0.3;
}

.product-card_2 .more {
    margin-top: auto;
    font-size: 1rem;
    font-weight: 700;
    color: #AF000C;
    text-decoration: none;
}

.product-card_2 .btn_sec:hover .more {
    color: #fff;
}


/* ===== SP ===== */

@media (max-width: 900px) {
    .product-list_2 {
        gap: 2rem 0rem;
        justify-content: flex-start;
        list-style: none;
    }
    .product-card_2 {
        width: calc(100% / 2 - 0.5rem);
    }
    .product-card_2:nth-child(even) {
        border-right: none;
    }
    .product-card_2 .item_img img {
        height: clamp(4rem, 8vw, 5.2rem);
        width: auto;
        margin: auto;
    }
}

@media (max-width: 480px) {
    .product-card_2 {
        width: 100%;
        max-width: 100%;
        border-right: none;
        padding: 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #AF000C;
    }
    .product-card_2 .desc {
        font-size: 0.85rem;
        padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    }
    .product-card_2 h3 {
        font-size: 1.15rem;
        padding: 0 0.3rem;
    }
    .product-card_2 .sub-text {
        font-size: 0.8rem;
    }
    .product-list_2 {
        gap: 1.5rem;
        justify-content: space-between;
    }
    .product-card_2 .btn_sec {
        width: 80%;
    }
    .product-card_2 .item_img {
        width: 100%;
    }
    .product-card_2 .item_img img {
        margin: auto;
        height: 3.5rem;
    }
}


/*-----応募ボタン-----*/

section.cta_sec {
    background: url("./img/cta_bk.webp") top/cover no-repeat;
    padding: clamp(3rem, 6vw, 7.4375rem) 0;
}

section.cta_sec .cta_box {
    text-align: center;
    background: #ffffffba;
    padding: clamp(1rem, 4vw, 3.81rem);
    box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.60);
}

section.cta_sec .cta_box strong {
    text-align: center;
    font-size: clamp(1rem, 2.2vw, 1.5625rem);
    font-weight: 700;
    line-height: 130%;
    display: block;
    margin-bottom: 1rem;
}

section.cta_sec .cta_box h2 {
    font-size: clamp(1.375rem, 2.8vw, 1.875rem);
    font-weight: 700;
    line-height: 150%;
    margin-bottom: clamp(0.75rem, 1.6vw, 1.31rem);
}

section.cta_sec .cta_box h2 span {
    color: #AF000C;
}

section.cta_sec .cta_box img {
    max-width: 46.20563rem;
    height: 5.18681rem;
    margin: auto;
}

section.cta_sec .cta_box .note {
    font-weight: 400;
    line-height: 130%;
    margin-top: clamp(0.75rem, 1.6vw, 1.31rem);
}

section.cta_sec .deadline {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: clamp(0.3rem, 1vw, 0.5rem);
}

section.cta_sec .deadline .label {
    color: #FFF;
    background: #000;
    text-align: center;
    font-size: clamp(1rem, 1.9vw, 1.30169rem);
    font-weight: 700;
    line-height: 100%;
    padding: 0.5rem;
    margin-top: 0.4rem;
}

section.cta_sec .deadline .time {
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.2rem, 5.5vw, 3.75rem);
    font-weight: 700;
    line-height: 120 %;
}

section.cta_sec .deadline .time span {
    font-family: "Noto Sans JP";
    font-size: clamp(1rem, 1.9vw, 1.30169rem);
    font-weight: 700;
    line-height: 100%;
}


/*スマホ*/

@media (max-width: 480px) {
    section.cta_sec .cta_box h2 {
        line-height: 120%;
        padding: 0.4rem;
    }
    section.cta_sec .cta_box .note {
        font-size: 0.8rem;
    }
    section.cta_sec .cta_box img {
        max-width: 100%;
        height: auto;
        margin: auto;
    }
}


/*-----メッセージ-----*/

section.message_sec {
    padding: 0;
    overflow: hidden;
}

section.message_sec .message_flex {
    display: flex;
    align-items: stretch;
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

section.message_sec .message_photo {
    flex: 0 0 50%;
    width: 50%;
    margin-left: calc(50% - 50vw);
}

section.message_sec .message_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.message_sec .message_text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

section.message_sec .message_head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

section.message_sec .message_head .title,
section.message_sec .message_head .title_label {
    text-align: left;
    margin: 0;
}

section.message_sec .message_head .title_label {
    text-align: left !important;
}

section.message_sec h3 {
    color: #1a1a1a;
    font-size: clamp(1.5rem, 2.8vw, 2.25rem);
    font-weight: 700;
    line-height: 140%;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

section.message_sec h3 .accent {
    color: #AF000C;
}

section.message_sec .lead {
    color: #1a1a1a;
    font-size: clamp(0.95rem, 1.3vw, 1.0625rem);
    font-weight: 700;
    line-height: 180%;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

section.message_sec .message_body p {
    font-size: 1rem;
    line-height: 200%;
}

section.message_sec .message_name {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    text-align: right;
    color: #1a1a1a;
    font-size: clamp(0.85rem, 1.05vw, 0.9375rem);
}

section.message_sec .message_name strong {
    margin-left: 0.5rem;
    font-size: clamp(1.1rem, 1.6vw, 1.375rem);
    font-weight: 700;
}


/*スマホ*/

@media (max-width: 900px) {
    section.message_sec .message_flex {
        flex-direction: column;
    }
    section.message_sec .message_photo {
        flex-basis: auto;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        height: clamp(16rem, 60vw, 22rem);
    }
    section.message_sec .message_photo img {
        object-position: 0 -4rem;
    }
    section.message_sec .message_text {
        padding: 2rem 0;
    }
}


/*-----後援・協力団体------*/

section.official_support_sec {
    background: #0A0A0A;
    padding: 2.5rem 0;
}

section.official_support_sec .official_support_box {
    padding: clamp(2rem, 4.8vw, 3.75rem) clamp(1.8rem, 4.2vw, 3.5rem);
    background: #FFF;
}

section.official_support_sec .official_support_head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

section.official_support_sec .official_support_head .title,
section.official_support_sec .official_support_head .title_label {
    text-align: left;
    margin: 0;
}

section.official_support_sec .official_support_head .title_label {
    text-align: left !important;
}

section.official_support_sec .official_support_box .flex_box {
    display: flex;
    gap: clamp(1.8rem, 3.8vw, 2.88rem);
    margin-top: 2rem;
    align-items: center;
}

section.official_support_sec .official_support_box .flex_box>img,
section.official_support_sec .official_support_box .flex_box .text {
    flex: 1 1 0;
    min-width: 0;
}


/* 画像は枠に合わせてトリミング */

section.official_support_sec .official_support_box .flex_box>img {
    width: 100%;
    height: auto;
    /* 高さ固定したいなら下のheightに変更 */
    display: block;
    object-fit: cover;
}

section.official_support_sec .official_support_box .flex_box h3 {
    font-size: clamp(1.25rem, 2.1vw, 1.875rem);
    font-weight: 700;
    line-height: 110%;
    margin-bottom: clamp(0.6rem, 1.6vw, 1rem);
}

section.official_support_sec .official_support_box .flex_box h3 span {
    color: #919191;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 1rem;
}

section.official_support_sec .official_support_box .flex_box>img {}

section.official_support_sec .official_support_box .flex_box p {
    margin-bottom: 1rem;
}

section.official_support_sec .official_support_box .flex_box p span {
    color: #6B6969;
    font-family: "Noto Sans JP";
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
}

section.official_support_sec .official_support_box .flex_box p span a {
    color: #AF000C;
    font-size: 0.9375rem;
    text-decoration: underline;
}

section.official_support_sec .official_support_box .flex_box a.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.81rem 4rem 0.81rem 3.5rem;
    background: #AF000C;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #AF000C;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}


/* 〉を疑似要素で */

section.official_support_sec .official_support_box .flex_box a.btn::after {
    content: "〉";
    position: absolute;
    right: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: currentColor;
    transition: transform 0.25s ease, color 0.25s ease;
}


/* hover */

section.official_support_sec .official_support_box .flex_box a.btn:hover {
    background: #fff;
    color: #AF000C;
    border-color: #AF000C;
    opacity: 1;
}

section.official_support_sec .official_support_box .flex_box a.btn:hover::after {
    transform: translateX(4px);
}


/*スマホ*/

@media (max-width: 480px) {
    section.official_support_sec .official_support_box .flex_box {
        display: flex;
        flex-direction: column;
    }
    section.official_support_sec .official_support_box .flex_box a.btn {
        display: flex;
    }
}


/*---- 過去の受賞者 ----*/

section.past_sec {
    position: relative;
    overflow: hidden;
    padding: clamp(3rem, 7.7vw, 6.25rem) 0;
}

section.past_sec .past_bk {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

section.past_sec .wrap {
    position: relative;
    z-index: 1;
}

section.past_sec .past_photo {
    position: absolute;
    top: 15%;
    right: 0;
    width: clamp(20rem, 42vw, 34rem);
    height: clamp(22rem, 44vw, 49.1875rem);
    object-fit: cover;
    z-index: 0;
}

section.past_sec .past_photo_sp {
    display: none;
}

section.past_sec .past_inner {
    position: relative;
    z-index: 1;
    max-width: 42rem;
}

section.past_sec .past_head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

section.past_sec .past_head .title,
section.past_sec .past_head .title_label {
    text-align: left;
    margin: 0;
}

section.past_sec .past_head .title_label {
    text-align: left !important;
}

section.past_sec .past_award {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.75rem, 1.5vw, 1rem);
    background: #FFF;
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

section.past_sec .past_year {
    background: #AF000C;
    color: #FFF;
    font-family: "Barlow Semi Condensed";
    font-weight: 700;
    font-size: clamp(1.1rem, 1.8vw, 1.375rem);
    line-height: 100%;
    padding: 0.4rem 0.6rem;
}

section.past_sec .past_year span {
    margin-left: 0.15rem;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
}

section.past_sec .past_award_text {
    color: #1a1a1a;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 700;
}

section.past_sec .past_name {
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

section.past_sec .past_name .kana {
    color: #1a1a1a;
    font-size: 0.8125rem;
    font-weight: 500;
}

section.past_sec .past_name .name {
    color: #1a1a1a;
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    font-weight: 700;
    line-height: 130%;
}

section.past_sec .past_name .sport {
    color: #AF000C;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 700;
}

section.past_sec .past_message {
    position: relative;
    z-index: 1;
    width: clamp(30rem, 62vw, 56rem);
    max-width: 90vw;
    background: #F5F5F5;
    padding: clamp(1.75rem, 3.6vw, 2.75rem);
}

section.past_sec .past_message .message_title {
    color: #AF000C;
    font-family: "Barlow Semi Condensed";
    font-style: italic;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

section.past_sec .message_body p {
    font-size: 1rem;
    line-height: 200%;
    margin-bottom: 1.25rem;
}

section.past_sec .message_body p:last-child {
    margin-bottom: 0;
}


/*スマホ*/

@media (max-width: 900px) {
    section.past_sec .past_photo {
        display: none;
    }
    section.past_sec .past_photo_sp {
        display: block;
        width: 100%;
        height: clamp(16rem, 60vw, 24rem);
        object-fit: cover;
        margin-bottom: 1.5rem;
    }
    section.past_sec .past_inner {
        max-width: none;
    }
    section.past_sec .past_message {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }
}


/*-----審査員紹介（トップアスリート）------*/

section.athlete_judges_sec {
    padding-top: clamp(3rem, 7.7vw, 6.25rem);
    padding-bottom: clamp(3rem, 7.7vw, 6.25rem);
}

section.athlete_judges_sec .support_head_title {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

section.athlete_judges_sec .support_head_title .title,
section.athlete_judges_sec .support_head_title .title_label {
    text-align: left;
    margin: 0;
}

section.athlete_judges_sec .support_head_title .title_label {
    text-align: left !important;
}

section.athlete_judges_sec .sub_title {
    text-align: left;
    font-size: clamp(1.6rem, 3.6vw, 2.375rem);
    font-weight: 700;
    line-height: 150%;
    margin: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

section.athlete_judges_sec .sub_title span {
    color: #AF000C;
}

section.athlete_judges_sec .athlete_judges_box {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

section.athlete_judges_sec .athlete_judges_box .judge_card {
    position: relative;
    padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
    --athlete-img-w: clamp(14rem, 30vw, 23.6875rem);
    --athlete-gap: clamp(0.5rem, 2vw, 1rem);
    --athlete-overlap: clamp(2.5rem, 4vw, 3.5rem);
    --athlete-diag-h: clamp(4rem, 7vw, 5.5rem);
    --athlete-msg-shift: clamp(11rem, 24vw, 15rem);
    --athlete-msg-rise: clamp(-7rem, -12vw, -5rem);
}

section.athlete_judges_sec .athlete_judges_box .judge_card.last {
    margin-bottom: 0;
}

section.athlete_judges_sec .athlete_judges_box .flex_box {
    display: flex;
    align-items: flex-start;
    gap: var(--athlete-gap);
    position: relative;
    z-index: 1;
}

section.athlete_judges_sec .athlete_judges_box .flex_box.reverse {
    flex-direction: row-reverse;
}

section.athlete_judges_sec .athlete_judges_box .flex_box>img {
    position: relative;
    z-index: 2;
    width: clamp(14rem, 30vw, 23.6875rem);
    height: clamp(10.875rem, 23vw, 18.375rem);
    object-fit: cover;
    flex-shrink: 0;
}

section.athlete_judges_sec .athlete_judges_box .flex_box .text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1rem;
}

section.athlete_judges_sec .athlete_judges_box .flex_box .name_sec {
    display: flex;
    gap: 0.5rem;
    align-items: end;
}

section.athlete_judges_sec .athlete_judges_box .flex_box h4 {
    font-size: clamp(1.2rem, 2.2vw, 1.625rem);
    font-weight: 700;
}

section.athlete_judges_sec .athlete_judges_box .flex_box h4 span {
    font-size: clamp(0.9rem, 1.5vw, 1.0625rem);
    color: #919191;
    font-weight: 400;
    line-height: 150%;
    padding-left: 1rem;
}

section.athlete_judges_sec .athlete_judges_box .flex_box .name_sec a img {
    width: clamp(1.5rem, 2.8vw, 2.1875rem);
    flex-shrink: 0;
}

section.athlete_judges_sec .athlete_judges_box .flex_box ul {
    margin: 0.75rem 0 1.5rem;
    display: flex;
    flex-direction: column;
}

section.athlete_judges_sec .athlete_judges_box .flex_box ul li {
    color: #919191;
    font-size: clamp(0.85rem, 1.3vw, 1rem);
    font-weight: 400;
    line-height: 150%;
}

section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec {
    position: relative;
    z-index: 2;
    background: #919191;
    padding: 1px;
    clip-path: polygon(2.5rem 0, 100% 0, 100% 100%, 0 100%, 0 var(--athlete-diag-h));
    width: auto;
    margin-left: var(--athlete-msg-shift);
    margin-top: var(--athlete-msg-rise);
}

section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec .message_inner {
    background: #F6F6F6;
    padding: clamp(1.75rem, 3.2vw, 2.5rem);
    padding-left: clamp(3.25rem, 5.5vw, 4.25rem);
    clip-path: polygon(2.5rem 0, 100% 0, 100% 100%, 0 100%, 0 var(--athlete-diag-h));
}

section.athlete_judges_sec .athlete_judges_box .judge_card.reverse .message_sec {
    margin-left: 0;
    margin-right: var(--athlete-msg-shift);
    clip-path: polygon(0 0, calc(100% - 2.5rem) 0, 100% var(--athlete-diag-h), 100% 100%, 0 100%);
}

section.athlete_judges_sec .athlete_judges_box .judge_card.reverse .message_sec .message_inner {
    padding-left: clamp(1.75rem, 3.2vw, 2.5rem);
    padding-right: clamp(3.25rem, 5.5vw, 4.25rem);
    clip-path: polygon(0 0, calc(100% - 2.5rem) 0, 100% var(--athlete-diag-h), 100% 100%, 0 100%);
}

section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec h5 {
    color: #AF000C;
    font-family: "Barlow Semi Condensed";
    font-style: italic;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: clamp(1.1rem, 2.2vw, 1.5rem);
}

section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec p {
    line-height: 200%;
    margin-bottom: 1.1rem;
}

section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec p:last-child {
    margin-bottom: 0;
}


/*スマホ*/

@media (max-width: 900px) {
    section.athlete_judges_sec .support_head_title {
        flex-direction: column;
    }
    section.athlete_judges_sec .athlete_judges_box .judge_card {
        padding-bottom: 0;
    }
    section.athlete_judges_sec .athlete_judges_box .flex_box,
    section.athlete_judges_sec .athlete_judges_box .flex_box.reverse {
        flex-direction: column;
    }
    section.athlete_judges_sec .athlete_judges_box .flex_box>img,
    section.athlete_judges_sec .athlete_judges_box .flex_box.reverse>img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    section.athlete_judges_sec .athlete_judges_box .flex_box .name_sec {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    section.athlete_judges_sec .athlete_judges_box .flex_box h4 span {
        display: block;
        padding-left: 0;
    }
    section.athlete_judges_sec .athlete_judges_box .flex_box ul {
        margin: 0.75rem 0 0rem;
    }
    section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec,
    section.athlete_judges_sec .athlete_judges_box .judge_card.reverse .message_sec {
        clip-path: none;
        position: static;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1.5rem;
        padding: 0;
        border: 1px solid #919191;
        background: none;
    }
    section.athlete_judges_sec .athlete_judges_box .judge_card .message_sec .message_inner,
    section.athlete_judges_sec .athlete_judges_box .judge_card.reverse .message_sec .message_inner {
        clip-path: none;
        padding: clamp(1.75rem, 4vw, 2.25rem);
    }
}


/*-----審査員・面接者の紹介------*/

section.judges_sec {
    padding-bottom: clamp(3rem, 7.7vw, 6.25rem);
}

section.judges_sec .judges_box {
    background: #EEEAE4;
    padding: 3.75rem 0;
    margin-top: 2.75rem;
    margin-bottom: 2.5rem;
}

section.judges_sec h3 {
    color: #222;
    text-align: center;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 150%;
    margin-bottom: clamp(1.6rem, 3.8vw, 2.5rem);
}

section.judges_sec p.label {
    text-align: center;
    font-size: clamp(1.1rem, 1.75vw, 1.5625rem);
    font-weight: 700;
    line-height: 130%;
}

section.judges_sec .judges_box .flex_box {
    display: flex;
    justify-content: center;
    gap: clamp(3rem, 6vw, 5rem);
}

section.judges_sec .judges_box .flex_box div>img {
    width: clamp(12rem, 22vw, 20rem);
    height: clamp(12rem, 22vw, 20rem);
    margin: auto;
}

section.judges_sec .judges_box .flex_box p.text {
    margin-top: 1.13rem;
    margin-bottom: 1.06rem;
    text-align: center;
    font-size: clamp(1.05rem, 2vw, 1.4375rem);
    font-weight: 700;
    line-height: 130%;
}

section.judges_sec .judges_box .flex_box p.text span {
    color: #919191;
    font-size: clamp(1rem, 2.8vw, 1.25rem);
}

section.judges_sec .judges_box .flex_box div>h4 {
    text-align: center;
    font-size: clamp(1.5rem, 2.6vw, 1.875rem);
    font-weight: 700;
    line-height: 130%;
}

section.judges_sec .judges_box .flex_box div>h4 span {
    font-size: clamp(1.1rem, 2.2vw, 1.5625rem);
}

section.judges_sec .judges_box .flex_box div>h4 strong {
    font-size: clamp(1.05rem, 2vw, 1.4375rem);
}

section.judges_sec .interviewer_head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    border-left: 4px solid #AF000C;
    padding-left: clamp(1rem, 2vw, 1.5rem);
    margin: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(1.5rem, 3vw, 2rem);
}

section.judges_sec .interviewer_head .interviewer_icon {
    flex-shrink: 0;
    line-height: 0;
}

section.judges_sec .interviewer_head .interviewer_icon img {
    width: clamp(3rem, 5vw, 3.75rem);
    height: clamp(3rem, 5vw, 3.75rem);
}

section.judges_sec .interviewer_head h3 {
    color: #1a1a1a;
    font-size: clamp(1.75rem, 3.2vw, 2.25rem);
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    flex-shrink: 0;
}

section.judges_sec .interviewer_head p.label {
    text-align: left;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 400;
    line-height: 170%;
    margin: 0;
}

section.judges_sec .interviewers_box {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
}

section.judges_sec .interviewer_item {
    display: flex;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid #919191;
    background: #F6F6F6;
    padding: clamp(1.25rem, 2.8vw, 2rem);
}

section.judges_sec .interviewer_item img {
    width: clamp(9rem, 16vw, 13.4375rem);
    height: clamp(10.8rem, 19.3vw, 16.16325rem);
    object-fit: cover;
    flex-shrink: 0;
}

section.judges_sec .interviewer_item .text {
    display: flex;
    width: 100%;
    min-width: 0;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

section.judges_sec .interviewer_item .text h4 {
    flex-shrink: 0;
    padding-right: clamp(1.5rem, 3vw, 2.5rem);
    border-right: 1px solid #919191;
    font-weight: 700;
    line-height: 150%;
}

section.judges_sec .interviewer_item .text>div {
    min-width: 0;
}

section.judges_sec .interviewer_item .text h4 span {
    display: block;
    font-size: clamp(0.9rem, 1.3vw, 1rem);
    font-weight: 700;
}

section.judges_sec .interviewer_item .text h4 span.label {
    color: #666;
    font-weight: 400;
}

section.judges_sec .interviewer_item .text h4 strong {
    font-size: clamp(1.3rem, 2vw, 1.625rem);
    font-weight: 700;
}

section.judges_sec .interviewer_item .text p {
    line-height: 190%;
}

section.judges_sec .interviewer_item .text p+p {
    margin-top: 1.25rem;
}


/*スマホ*/

@media (max-width: 480px) {
    section.judges_sec .judges_box .flex_box {
        flex-direction: column;
        align-items: center;
    }
    section.judges_sec .interviewer_head {
        flex-direction: column;
        align-items: flex-start;
    }
    section.judges_sec .interviewer_item {
        flex-direction: column;
    }
    section.judges_sec .interviewer_item img {
        width: 90%;
        height: 21rem;
        margin: 0 auto;
    }
    section.judges_sec .interviewer_item .text {
        flex-direction: column;
        gap: 1.25rem;
    }
    section.judges_sec .interviewer_item .text h4 {
        padding-right: 0;
        padding-bottom: 1.25rem;
        border-right: none;
        border-bottom: 1px solid #919191;
    }
}


/*---- スケジュール -----*/

section.schedule_sec {
    padding-top: clamp(3rem, 7.7vw, 6.25rem);
    padding-bottom: clamp(3rem, 7.7vw, 6.25rem);
    text-align: center;
}

section.schedule_sec .schedule_head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

section.schedule_sec .schedule_head .title {
    text-align: left;
    margin: 0;
}

section.schedule_sec .schedule_head .title_label {
    text-align: left !important;
    margin: 0;
}

section.schedule_sec .schedule_box {
    display: inline-flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
    position: relative;
}

section.schedule_sec .schedule_box::before {
    content: "";
    position: absolute;
    top: 5%;
    left: clamp(3.6rem, 6.7vw, 5.8rem);
    width: 3px;
    height: 90%;
    background: repeating-linear-gradient(to bottom, #AF000C 0px, #AF000C 6px, transparent 6px, transparent 14px);
    z-index: -1;
}

section.schedule_sec .schedule_box .flex_box {
    display: inline-flex;
    gap: clamp(1.6rem, 3.6vw, 2.44rem);
    align-items: center;
}

section.schedule_sec .schedule_box .flex_box .line {}

section.schedule_sec .schedule_box .flex_box img {
    width: clamp(7.5rem, 14vw, 11.625rem);
    height: clamp(7.5rem, 14vw, 11.625rem);
}

section.schedule_sec .schedule_box .flex_box .text {
    text-align: justify;
}

section.schedule_sec .schedule_box .flex_box .text .time {
    color: #AF000C;
    font-weight: 400;
    line-height: 150%;
    display: inline-flex;
    align-items: center;
    padding: 0.3125rem 0.9375rem;
    justify-content: center;
    border: 2px solid #AF000C;
}

section.schedule_sec .schedule_box .flex_box .text h3 {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: clamp(1.35rem, 2.3vw, 1.875rem);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0.56rem 0 0.31rem 0;
}

section.schedule_sec .schedule_box .flex_box .text p span {
    color: #6B6969;
}

@media (max-width: 480px) {
    section.schedule_sec .schedule_box .flex_box {
        flex-direction: column;
        background: #fff;
    }
    section.schedule_sec .schedule_box .flex_box .text {
        text-align: center;
    }
    section.schedule_sec .schedule_box .flex_box .text p {
        text-align: justify;
    }
    section.schedule_sec .schedule_box::before {
        display: none;
    }
}


/*-----最終CTA-----*/

section.final_cta_sec {
    position: relative;
    overflow: hidden;
    background: #0A0A0A;
    padding: clamp(3.5rem, 8vw, 6rem) 0;
}

section.final_cta_sec .final_cta_bk {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

section.final_cta_sec .wrap {
    position: relative;
    z-index: 1;
}

section.final_cta_sec .final_cta_inner {
    text-align: center;
}

section.final_cta_sec .final_cta_kicker {
    color: #FFF;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 700;
    line-height: 150%;
}

section.final_cta_sec .final_cta_heading {
    color: #FFF;
    font-size: clamp(1.5rem, 2.6vw, 2.1875rem);
    font-weight: 700;
    line-height: 150%;
}

section.final_cta_sec .final_cta_heading .accent {
    font-size: clamp(2rem, 3.6vw, 3.125rem);
}

section.final_cta_sec .final_cta_text {
    color: rgba(255, 255, 255, .85);
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    margin-top: clamp(0.75rem, 1.6vw, 1.25rem);
}

section.final_cta_sec .final_cta_btns {
    --slant: 1.75rem;
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 4vw, 3rem);
}

section.final_cta_sec .final_cta_btns .btn {
    position: relative;
    display: inline-flex;
    height: clamp(4.25rem, 9vw, 6.75rem);
    text-decoration: none;
}

section.final_cta_sec .final_cta_btns .btn_shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

section.final_cta_sec .btn_personal .btn_shape polygon {
    fill: #AF000C;
    stroke: #AF000C;
    stroke-width: 0.5px;
}

section.final_cta_sec .btn_group .btn_shape polygon {
    fill: transparent;
    stroke: #FFF;
    stroke-width: 1px;
}

section.final_cta_sec .final_cta_btns .btn_inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1.4vw, 1.1rem);
    padding: clamp(1.1rem, 2vw, 1.5rem) clamp(1.25rem, 2vw, 1.75rem);
    width: 100%;
}

section.final_cta_sec .btn_personal .btn_inner {
    padding-right: calc(clamp(1.25rem, 2vw, 1.75rem) + var(--slant));
}

section.final_cta_sec .btn_group .btn_inner {
    padding-left: calc(clamp(1.25rem, 2vw, 1.75rem) + var(--slant));
}

section.final_cta_sec .final_cta_btns .icon {
    width: clamp(2rem, 2.8vw, 2.5rem);
    height: auto;
    flex-shrink: 0;
}

section.final_cta_sec .final_cta_btns .btn_text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    text-align: left;
}

section.final_cta_sec .final_cta_btns .btn_head {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

section.final_cta_sec .final_cta_btns .btn strong {
    color: #FFF;
    font-size: clamp(1.1rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 120%;
}

section.final_cta_sec .final_cta_btns .btn small {
    color: rgba(255, 255, 255, .8);
    font-size: clamp(0.75rem, 0.95vw, 0.8125rem);
    font-weight: 400;
    line-height: 100%;
}

section.final_cta_sec .final_cta_btns .arrow {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
}

section.final_cta_sec .final_cta_deadline {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: clamp(2rem, 4vw, 3rem);
}

section.final_cta_sec .deadline_label {
    align-self: center;
    color: #0A0A0A;
    background: #FFF;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 700;
    padding: 0.4rem 0.75rem;
}

section.final_cta_sec .deadline_date {
    color: #FFF;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.2rem, 4.5vw, 3.125rem);
    font-weight: 700;
    line-height: 100%;
}

section.final_cta_sec .deadline_date .day {
    margin-left: 0.25rem;
    font-family: "Noto Sans JP";
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 700;
}

section.final_cta_sec .deadline_time {
    color: #FFF;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 500;
}


/*スマホ*/

@media (max-width: 480px) {
    section.final_cta_sec .final_cta_btns {
        flex-direction: column;
        gap: 0.75rem;
    }
    section.final_cta_sec .final_cta_btns .btn {
        width: 100%;
        height: auto;
    }
    section.final_cta_sec .final_cta_btns .btn strong {
        font-size: 1.25rem;
        white-space: normal;
    }
    section.final_cta_sec .final_cta_btns .btn_shape {
        display: none;
    }
    section.final_cta_sec .final_cta_btns .btn_personal {
        background: #AF000C;
    }
    section.final_cta_sec .final_cta_btns .btn_group {
        background: transparent;
        border: 1px solid #FFF;
    }
    section.final_cta_sec .btn_personal .btn_inner,
    section.final_cta_sec .btn_group .btn_inner {
        padding-left: clamp(1.25rem, 2vw, 1.75rem);
        padding-right: clamp(1.25rem, 2vw, 1.75rem);
    }
}


/*---- 応募方法 -----*/

section.howto_sec {
    background: #0A0A0A;
    padding: 2.5rem 0;
}

section.howto_sec .support_head_title {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

section.howto_sec .support_head_title .title,
section.howto_sec .support_head_title .title_label {
    text-align: left;
    margin: 0;
}

section.howto_sec .support_head_title .title_label {
    text-align: left !important;
    color: #FFF !important;
}

section.howto_sec .howto_box {
    background: #FFF;
    text-align: center;
    padding: clamp(1.6rem, 3.8vw, 2.5rem);
    margin-top: clamp(1.6rem, 3.8vw, 2.5rem);
}

section.howto_sec .howto_box .howto_content {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 1.8rem;
}

section.howto_sec .howto_box .flex_box {
    display: inline-flex;
    margin-top: clamp(1.6rem, 3.8vw, 2.5rem);
    gap: clamp(1.5rem, 4vw, 2.9rem) clamp(0.7rem, 1.6vw, 1rem);
}

section.howto_sec .howto_box .flex_box .step_no {
    color: #AF000C;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.8rem, 6.5vw, 5rem);
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
    border-right: 1px solid #AF000C;
    width: 6rem;
}

section.howto_sec .note {
    font-size: clamp(0.9rem, 1.4vw, 1rem);
}

section.howto_sec .howto_box .flex_box .step_no span {
    font-size: clamp(1.2rem, 2.6vw, 1.875rem);
    line-height: 10%;
}

section.howto_sec .howto_box .flex_box .text {
    text-align: justify;
    width: calc(100% - 6rem);
}

section.howto_sec .howto_box .flex_box .text.last {
    border-bottom: none;
    padding-bottom: 0;
}

section.howto_sec .howto_box .flex_box .text h3 {
    font-size: clamp(1.25rem, 2.2vw, 1.5625rem);
    font-weight: 700;
    line-height: 150%;
}

section.howto_sec .howto_box a {
    color: #AF000C;
    text-decoration: underline;
}

section.howto_sec .howto_box .note span {
    font-weight: 700;
}

@media (max-width: 480px) {
    section.howto_sec .howto_box p {
        text-align: justify;
    }
    section.howto_sec .howto_box .flex_box {
        flex-direction: column;
        gap: 0;
    }
    section.howto_sec .howto_box .flex_box .step_no {
        text-align: left;
        padding-right: 0;
        border-right: none;
    }
    section.howto_sec .howto_box .flex_box .text {
        text-align: justify;
        border-bottom: 1px solid #aa070f;
        padding-bottom: 1rem;
        width: 100%;
    }
}


/*---- 応援コメント -----*/

section.comment_sec {
    padding: clamp(3rem, 7.7vw, 6.25rem) 0;
}

section.comment_sec h3 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.1875rem);
    font-weight: 700;
    line-height: 130%;
    margin: 2.5rem 0;
}

section.comment_sec h3 span {
    color: #AF000C;
}

section.comment_sec .comment_box {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

section.comment_sec .comment_box .flex_box {
    display: flex;
    gap: clamp(1rem, 4vw, 2rem);
}

section.comment_sec .comment_box .flex_box.reverse {
    flex-direction: row-reverse;
}

section.comment_sec .comment_box .flex_box.last {
    margin-bottom: 5.19rem;
}

section.comment_sec .comment_box .flex_box>img {
    width: clamp(12rem, 22vw, 17.9375rem);
    height: clamp(14.5rem, 26vw, 21.625rem);
}

section.comment_sec .comment_box .flex_box .text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.comment_sec .comment_box .flex_box .text .name_sec {
    display: flex;
    gap: 0.5rem;
    align-items: end;
}

section.comment_sec .comment_box .flex_box .text .sns_sec {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

section.comment_sec .comment_box .flex_box .text h4 {
    font-size: clamp(1.2rem, 2.6vw, 1.875rem);
    font-weight: 700;
}

section.comment_sec .comment_box .flex_box .text h4 span {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: #919191;
    font-weight: 400;
    line-height: 150%;
    padding-left: 1rem;
}

section.comment_sec .comment_box .flex_box .text .name_sec a img {
    width: clamp(1.6rem, 3.2vw, 2.47031rem);
    flex-shrink: 0;
}

section.comment_sec .comment_box .flex_box .text ul {
    margin-bottom: clamp(2.8rem, 5.8vw, 4.38rem);
    margin-top: 0.88rem;
    display: flex;
    flex-direction: column;
}

section.comment_sec .comment_box .flex_box .text ul li {
    color: #919191;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 400;
    line-height: 150%;
}

section.comment_sec .comment_box .flex_box .text ul li>ul {
    margin: 0;
    padding-left: 1rem;
}

section.comment_sec .comment_box .flex_box .text .message_sec {
    background: #EEEAE4;
    padding: clamp(1.4rem, 3.2vw, 2.12rem) 1rem clamp(1rem, 2.4vw, 1.5rem) 1rem;
}

section.comment_sec .comment_box .flex_box .text .message_sec h5 {
    color: #AF000C;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: clamp(-4rem, -6vw, -2.8rem);
}


/*スマホ*/

@media (max-width: 1024px) {
    section.comment_sec .comment_box .flex_box>img {
        margin: 0;
    }
}

@media (max-width: 480px) {
    section.comment_sec .comment_box .flex_box,
    section.comment_sec .comment_box .flex_box.reverse {
        flex-direction: column;
    }
    section.comment_sec .comment_box .flex_box .text {
        width: auto;
    }
    section.comment_sec .comment_box .flex_box .text h4 {
        text-align: center;
    }
    section.comment_sec .comment_box .flex_box .text h4 span {
        display: block;
        padding-left: 0;
    }
    section.comment_sec .comment_box .flex_box>img {
        margin: auto;
    }
    section.comment_sec .comment_box .flex_box .text .name_sec {
        flex-direction: column;
        align-items: center;
    }
}


/*よくある質問*/

section.faq_sec {
    background: #0A0A0A;
    padding-top: clamp(3rem, 7.7vw, 6.25rem);
    padding-bottom: clamp(3rem, 7.7vw, 6.25rem);
}

section.faq_sec .support_head_title {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

section.faq_sec .support_head_title .title,
section.faq_sec .support_head_title .title_label {
    text-align: left;
    margin: 0;
}

section.faq_sec .support_head_title .title_label {
    text-align: left !important;
    color: #FFF !important;
}

.faq_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.faq_item {
    background: #F5F5F5;
    overflow: hidden;
    transition: background-color .3s ease, box-shadow .3s ease;
}


/* summaryの標準マーカー消す */

.faq_item>summary {
    list-style: none;
}

.faq_item>summary::-webkit-details-marker {
    display: none;
}

.faq_q {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1.1rem 1.2rem;
    cursor: pointer;
    user-select: none;
    color: #1a1a1a;
    font-weight: 700;
}

.faq_qMark {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 100%;
    flex: 0 0 auto;
}

.faq_qText {
    flex: 1 1 auto;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
}

.faq_icon {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-right: 0.5rem;
    border-right: 2px solid #AF000C;
    border-bottom: 2px solid #AF000C;
    transform: rotate(45deg);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}


/* 開いたら矢印を上向きに */

.faq_item[open] .faq_icon {
    transform: rotate(-135deg);
}

.faq_a {
    display: flex;
    gap: .75rem;
    margin: 0 1.2rem;
    /* ← 下余白を消す */
    padding-top: 0;
    /* ← 閉じてる時は0 */
    border-top: 0;
    /* ← 閉じてる時は0 */
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.2, .8, .2, 1), opacity .25s ease, transform .35s ease, padding-top .35s ease, margin-bottom .35s ease;
}

.faq_item[open] .faq_a {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 1.25rem;
    margin-bottom: 1.2rem;
    /* ← 開いた時にだけ下余白 */
    border-top: 1px solid #222;
}

.faq_aMark {
    color: #AF000C;
    font-family: Montserrat;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 100%;
}

.faq_aBody {
    line-height: 1.9;
    font-size: 0.95rem;
    font-weight: 400;
    color: #333;
}


/* JSで閉じる時に付与するクラス（閉じアニメ用） */

.faq_item.is-closing .faq_a {
    max-height: 0 !important;
    opacity: 0 !important;
    transform: translateY(-6px) !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
}


/*----SNS----*/

section.sns_sec {
    background: url("./img/sns_bk.webp") top/cover no-repeat;
    padding: clamp(3rem, 7.7vw, 6.25rem) 0;
    text-align: center;
}

section.sns_sec h2 {
    color: #FFF;
    text-align: center;
    font-size: clamp(1.3rem, 2.6vw, 1.875rem);
    font-weight: 700;
    line-height: 115%;
    letter-spacing: normal;
}

section.sns_sec .flex_box {
    display: flex;
    gap: clamp(1rem, 3vw, 3.06rem);
    justify-content: center;
    margin-top: 2.25rem;
    margin-bottom: 1.94rem;
}

section.sns_sec .flex_box img {
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
    width: clamp(3.5rem, 12vw, 7.375rem);
    height: clamp(3.5rem, 12vw, 7.375rem);
}

.shop-link {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.6rem, 1.5vw, 1rem);
    padding: 1.3rem 3.12rem;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.35);
    color: #000;
    text-decoration: none;
    font-weight: 600;
}


/* ロゴ */

.shop-link img {
    width: clamp(10rem, 30vw, 14.24625rem);
    height: clamp(2rem, 6vw, 2.30831rem);
}


/* テキスト */

.shop-link .text {
    font-size: clamp(1.1rem, 2.6vw, 1.85356rem);
    font-weight: 700;
    line-height: 130%;
}


/* 右の三角 */

.shop-link .triangle {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #000;
    margin-left: 1.8rem;
    margin-top: 0.2rem;
}


/*スマホ*/

@media (max-width: 1024px) {
    .shop-link .text {
        letter-spacing: -1px;
        padding-left: 0.2rem;
    }
    .shop-link .triangle {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 12px solid #000;
        margin-left: 0.5rem;
        margin-top: 0.1rem;
    }
    .shop-link {
        padding: 1.3rem 1rem;
        gap: 0;
    }
    .shop-link img {
        width: 32%;
        height: auto;
    }
}


/*-----応募ボタン-----*/

section.cta_sec_sp {
    position: fixed;
    z-index: 999;
    bottom: 0.5rem;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
}


/* 表示状態 */

section.cta_sec_sp.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    display: none;
}

section.cta_sec_sp .wrap {
    padding: 0 0.5rem;
}

section.cta_sec_sp .cta_box {
    text-align: center;
    background: #ffffffba;
    padding: 0.5rem;
    box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.80);
}

section.cta_sec_sp .cta_box .note {
    font-weight: 400;
    line-height: 130%;
    margin-top: clamp(0.75rem, 1.6vw, 1.31rem);
}

section.cta_sec_sp .deadline {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: -0.4rem;
}

section.cta_sec_sp .deadline .label {
    color: #FFF;
    background: #000;
    text-align: center;
    font-size: clamp(1rem, 1.9vw, 1.30169rem);
    font-weight: 700;
    line-height: 100%;
    padding: 0.5rem;
    margin-top: 0.4rem;
}

section.cta_sec_sp .deadline .time {
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.2rem, 5.5vw, 3.75rem);
    font-weight: 700;
    line-height: 120 %;
}

section.cta_sec_sp .deadline .time span {
    font-family: "Noto Sans JP";
    font-size: clamp(1rem, 1.9vw, 1.30169rem);
    font-weight: 700;
    line-height: 100%;
}

@media (min-width: 769px) {
    section.cta_sec_sp {
        display: none;
    }
}


/*-----お知らせ-----*/

section.news_sec {
    background: #f6f6f6;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

section.news_sec .news_head {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

section.news_sec .news_head .title,
section.news_sec .news_head .title_label {
    text-align: left;
    margin: 0;
}

section.news_sec .news_list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

section.news_sec .news_item[hidden] {
    display: none;
}

section.news_sec .news_item {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    padding: clamp(0.9rem, 2vw, 1.25rem) 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    cursor: pointer;
}

section.news_sec .news_item:hover {
    background: #fff;
}

section.news_sec .news_date {
    color: #1a1a1a;
    font-weight: 700;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    flex-shrink: 0;
}

section.news_sec .news_tag {
    background: #AF000C;
    color: #FFF;
    font-size: clamp(0.75rem, 1vw, 0.85rem);
    font-weight: 700;
    padding: 0.3rem 0.9rem;
    border-radius: 0.2rem;
    flex-shrink: 0;
    text-align: center;
}

section.news_sec .news_row_title {
    color: #1a1a1a;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 500;
}

section.news_sec .news_item_extra {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .4s ease, transform .4s ease;
}

section.news_sec .news_item_extra.is-shown {
    opacity: 1;
    transform: translateY(0);
}

section.news_sec .news_more_wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

section.news_sec .news_more_wrap[hidden] {
    display: none;
}

section.news_sec .news_more {
    background: #4a4a4a;
    color: #FFF;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.6rem 2.5rem;
    border: none;
    border-radius: 0.2rem;
    cursor: pointer;
}

section.news_sec .news_more:hover {
    background: #333;
}

@media (max-width: 600px) {
    section.news_sec .news_item {
        flex-wrap: wrap;
    }

    section.news_sec .news_row_title {
        width: 100%;
        margin-top: 0.35rem;
    }
}


/*-----お知らせ モーダル-----*/

.news_modal_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .6);
    padding: 5vh 1rem;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility 0s linear .3s;
}

.news_modal_overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .3s ease;
}

.news_modal {
    position: relative;
    background: #FFF;
    max-width: 50rem;
    width: 100%;
    max-height: 90vh;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .3s ease, transform .3s ease;
}

.news_modal_overlay.is-open .news_modal {
    opacity: 1;
    transform: translateY(0);
}

.news_modal_close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #1a1a1a;
    cursor: pointer;
}

.news_modal_head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.news_modal_head .news_date {
    color: #1a1a1a;
    font-weight: 700;
}

.news_modal_head .news_tag {
    background: #AF000C;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 0.9rem;
    border-radius: 0.2rem;
}

.news_modal_head .news_row_title {
    color: #1a1a1a;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
}

.news_modal_body {
    padding-top: clamp(1.25rem, 3vw, 1.75rem);
    color: #1a1a1a;
    font-size: 0.9rem;
    line-height: 180%;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.news_modal_person {
    margin-top: 1.5rem;
}

.news_modal_person_role {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.news_modal_person img {
    max-width: 14rem;
    width: 100%;
    height: auto;
    display: block;
}

.news_modal_footer {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.news_modal_close_btn {
    background: #FFF;
    color: #1a1a1a;
    font-weight: 700;
    padding: 0.6rem 2.5rem;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0.2rem;
    cursor: pointer;
}
