/* リセット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: #00AD46;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.5rem, 4.9vw, 4.375rem);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.title_label {
    text-align: center !important;
    font-family: "Noto Sans JP";
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: 500;
    color: #000;
}

.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.cta_sec {
    background: url("./img/cta_bk.webp") top/cover no-repeat;
    padding: clamp(3rem, 6vw, 7.4375rem) 0;
}

section.cta_sec .cta_box {
    border-radius: clamp(0.8rem, 2.6vw, 1.875rem);
    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%;
   padding-bottom: 1rem;
    display: block;
}

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: #00AD46;
}

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

/*-----共通のCSS-----*/
h2.title {
    color: #00AD46;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-size: clamp(2.5rem, 4.9vw, 4.375rem);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.title_label {
    text-align: center !important;
    font-family: "Noto Sans JP";
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: 500;
    color: #000;
}


/* ===========================
   FV Section
=========================== */
section.fv_sec {
    width: 100%;
    overflow: hidden;
    margin-top: 86px;
}

section.fv_sec .fv_inner {
    width: 100%;
}

section.fv_sec .flex_box {
    display: flex;
    width: 100%;
    height: 40.1875rem;
}

/* ===========================
   左側：メイン画像＋タイトル
=========================== */
section.fv_sec .text_sec {
    position: relative;
    flex: 1;
    overflow: hidden;
}

section.fv_sec .fv_img {
    width: 100%;
    height: 100%;
}

section.fv_sec .fv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

section.fv_sec h1.fv_ttl {
    position: absolute;
    bottom: 3rem;
    left: 0;
    margin: 0;
    color: #000;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 150%;
    margin-left: 1.3rem;
}

section.fv_sec h1.fv_ttl span {
    background: #fff;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0.2em 0.5em;
    border: 1.4px solid #222222;
    z-index: 1;
}

section.fv_sec h1.fv_ttl span::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    border: 1.4px solid #565656;
}

section.fv_sec h1.fv_ttl span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translate3d(0.25em, 0.5rem, -1rem);
    border: 1.4px solid #222;
    border-radius: inherit;
    background: #00AD46;
    z-index: -2;
}

section.fv_sec h1.fv_ttl span:first-child {
    margin-bottom: 1.5rem;
}

/* ===========================
   右側：緑背景＋縦ループ
=========================== */
section.fv_sec .loop_sec {
    flex: 0 0 35%;
    background-color: #00AD46;
    overflow: hidden;
}

section.fv_sec .loop_track {
    display: flex;
    flex-direction: column;
    animation: loop-scroll 45s linear infinite;
}

section.fv_sec .loop_track img {
    width: 100%;
    display: block;
    flex-shrink: 0;
}

section.fv_sec .loop_track img:last-child {
    margin-top: -25px;
}

@keyframes loop-scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
        section.fv_sec {
        margin-top: 60px;
    }
    section.fv_sec .loop_sec {
        width: 100%;
        height: 12.5rem;
        padding: 0.375rem;
        overflow: hidden;
    }

    section.fv_sec .loop_track {
        flex-direction: row;
        width: max-content;
        height: 100%;
        animation: loop-scroll-sp 45s linear infinite;
    }

    section.fv_sec .loop_track img {
        width: auto;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
    }

    section.fv_sec .loop_track img:last-child {
        margin-top: 0;
        margin-left: 0rem; /* 25px */
    }

    @keyframes loop-scroll-sp {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
}
    section.fv_sec .loop_track img.pc-dn{
        display: none;
    }
        section.fv_sec .loop_track img.sp-dn{
        display: block;
    }

/* ===========================
   レスポンシブ（SP）
=========================== */
@media (max-width: 768px) {
    section.fv_sec .flex_box {
        flex-direction: column;
        height: auto;
    }

    section.fv_sec .text_sec {
        flex: none;
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    section.fv_sec .loop_sec {
        flex: none;
        width: 100%;
        height: 200px;
        padding: 6px;
    }

    section.fv_sec .fv_ttl span:first-child {
        font-size: 1.2rem;
        margin-bottom: 0.3rem !important;
    }

    .fv_ttl span:last-child {
               font-size: 1.2rem;
        white-space: normal;
    }
    section.fv_sec h1.fv_ttl span{
        line-height: 2.5;
    }
    section.fv_sec h1.fv_ttl{
        bottom:1.5rem;
        margin-left: 1rem;
    }
    section.fv_sec h1.fv_ttl span{
        border: none;
    }
    section.fv_sec .loop_track img.sp-dn{
        display: none;
    }
        section.fv_sec .loop_track img.pc-dn{
        display: block;
    }
}
/* ===========================
  プロジェクトについて
=========================== */
section.project_sec {
    background: #EEEAE4;
    padding: clamp(2rem, 5vw, 2.5rem) 0;
}

section.project_sec h3 {
    color: #222;
    text-align: center;
    font-size: clamp(1.1rem, 2.2vw, 1.5625rem);
    font-weight: 500;
    line-height: 1.5;
    margin-top: clamp(2rem, 5vw, 3.58rem);
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

section.project_sec h3 span {
    color: #00AD46;
    font-size: clamp(1.2rem, 2.6vw, 1.875rem);
    font-weight: 900;
    line-height: 1.5;
}

section.project_sec .bk_box {
    border-radius: 1.875rem;
    background: #FFF;
    padding: clamp(2rem, 5vw, 4.56rem) clamp(1rem, 4vw, 2rem);
}

/* ===========================
 ごあいさつ
=========================== */
section.greeting_sec {
    padding: clamp(2rem, 5vw, 3.12rem) 0;
}

section.greeting_sec .flex_box {
    gap: clamp(1rem, 2vw, 0.94rem);
    display: flex;
    margin-top: clamp(2rem, 5vw, 3.12rem);
}

section.greeting_sec > .wrap > .flex_box > div:last-child {
    display: flex;
    gap: clamp(1rem, 2vw, 0.94rem);
    flex-direction: column;
}

section.greeting_sec .greeting_box .flex_box {
    gap: clamp(1rem, 2vw, 1.31rem);
    display: flex;
    align-items: flex-start;
}

section.greeting_sec .greeting_box .flex_box.reverse {
    flex-direction: row-reverse;
    margin-top: clamp(3rem, 5vw, 5rem);
}

section.greeting_sec .greeting_box .flex_box img {
    width: clamp(12rem, 28vw, 23rem);
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.greeting_text {
    flex: 1;
    min-width: 0;
}

.greeting_text .label {
    color: #222;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
}

.greeting_text h2 {
    color: #222;
    font-size: clamp(1.4rem, 3vw, 1.875rem);
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: baseline;
}

.greeting_text h2 span {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.greeting_text h3 {
    color: #222;
    font-size: clamp(1rem, 2.4vw, 1.25rem);
    font-weight: 500;
    line-height: 1.5;
    margin-top: clamp(1.5rem, 4vw, 2.56rem);
    margin-bottom: clamp(1rem, 2.5vw, 2.19rem);
    background: #eeeae4;
  padding: clamp(0.875rem, 1vw, 1rem) clamp(1.25rem, 4vw, 2.5rem);
}

.comment_box {
    width: 100%;
    margin-top: 2rem;
}

.comment_btn {
    width: 100%;
    min-height: 3.5rem;
    padding: 1rem 3.5rem;
    border: none;
    background: #00AD46;
    color: #fff;
    font-size: clamp(1rem, 2.4vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: block;
}

.comment_btn span {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.75rem;
    height: 0.75rem;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.35s ease;
}

.comment_btn span::before,
.comment_btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.125rem;
    background: #fff;
    border-radius: 999px;
}

.comment_btn span::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.comment_btn span::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}

.comment_box.is-open .comment_btn span {
    transform: translateY(-50%) rotate(180deg);
}

.comment_body {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
    will-change: max-height, opacity;
}

.comment_box.is-open .comment_body {
    opacity: 1;
    margin-top: 1.75rem;
}

.comment_inner {
    width: 100%;
}

.comment_inner p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 2;
    color: #222;
}

.comment_inner p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    section.greeting_sec .flex_box,
    section.greeting_sec .greeting_box .flex_box,
    section.greeting_sec .greeting_box .flex_box.reverse {
        flex-direction: column;
    }

    section.greeting_sec .greeting_box .flex_box img {
        width: 75%;
        max-width: 22rem;
        margin: 0 auto;
    }

    .comment_box {
        margin-top: 1.5rem;
    }

    .comment_btn {
        min-height: 2.75rem;
        padding: 0.75rem 2.75rem;
        font-size: 1rem;
    }

    .comment_btn span {
        right: 1rem;
        width: 0.625rem;
        height: 0.625rem;
    }

    .comment_box.is-open .comment_body {
        margin-top: 1.25rem;
    }

    .comment_inner p {
        font-size: 0.875rem;
        line-height: 1.9;
        margin-bottom: 1.125rem;
    }
    .comment_btn span::before{
            left: -3px;
    }
}

/* ===========================
 授賞式レポート
=========================== */
section.report_sec {
    padding-top: clamp(3rem, 8vw, 6.25rem);
}

section.report_sec h3 {
    text-align: center;
    margin: clamp(1.5rem, 3vw, 2.19rem) 0;
    color: #222;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.5;
}

section.report_sec h3 span {
    color: #00AD46;
}

section.report_sec .text {
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.56rem);
}

section.report_sec .list_sec h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-top: clamp(3rem, 8vw, 6.25rem);
    margin-bottom: clamp(2rem, 5vw, 3.13rem);
}

section.report_sec .list_sec .award_box {
    background: #EEEAE4;
    padding: clamp(1.5rem, 4vw, 2.56rem) 0;
}

section.report_sec .list_sec .award_box h3 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.125rem;
    padding: 0.56rem 0;
    margin-top: 0;
}

section.report_sec .list_sec .award_box .flex_box {
    display: flex;
    gap: clamp(1.5rem, 3vw, 2.37rem);
    margin-top: clamp(2rem, 5vw, 3.13rem);
}

section.report_sec .list_sec .award_box .flex_box .content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 0 0 40%;
    align-items: center;
    min-width: 0;
}

section.report_sec .list_sec .award_box .flex_box .content h4 {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(1.1rem, 2.5vw, 1.5625rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 0;
    background: #fff;
    width: 100%;
}

section.report_sec .list_sec .award_box .flex_box .content > div:last-of-type {
    display: flex;
    gap: 0.81rem;
    width: 100%;
}

section.report_sec .list_sec .award_box .flex_box .content > div .bk_white {
    flex: 1;
}

section.report_sec .list_sec .award_box .flex_box .content .bk_white {
    border-radius: 0.9375rem;
    background: #FFF;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

section.report_sec .list_sec .award_box .flex_box .content .bk_white p {
    color: #222;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.56rem;
}

section.report_sec .list_sec .award_box .flex_box .content .bk_white img {
    margin: auto 0;
}

section.report_sec .list_sec .award_box .flex_box .content .bk_white.money {
    display: inline-block;
}

section.report_sec .list_sec .award_box .flex_box .content .bk_white.money img {
    width: min(100%, 13.75194rem);
    height: auto;
    margin: auto;
}

section.report_sec .list_sec .award_box .flex_box .content .bk_white.rice img {
    width: 80%;
    margin: auto;
}

section.report_sec .list_sec .award_box .flex_box .photo {
    flex: 1;
    min-width: 0;
}

section.report_sec .list_sec .award_box .flex_box .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
   border-radius: clamp(1rem, 2vw, 1.875rem);
}

@media screen and (max-width: 767px) {
    section.report_sec .list_sec .award_box .flex_box {
                flex-direction: column-reverse;
    }

    section.report_sec .list_sec .award_box .flex_box .content,
    section.report_sec .list_sec .award_box .flex_box .photo {
        width: 100%;
        flex: none;
    }
    section.report_sec .text{
        text-align: justify;
    }
}

/***
受賞者一覧
***/
section.report_sec .list.wrap {
    padding-top: clamp(2rem, 5vw, 3.12rem);
    padding-bottom: clamp(2rem, 5vw, 3.12rem);
}

section.report_sec .list.wrap .flex_box {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

section.report_sec .list.wrap.special .flex_box {
    justify-content: center;
}

section.report_sec .list.wrap .flex_box > div {
    width: calc(50% - 1.5rem);
}

section.report_sec .list.wrap .flex_box .photo img {
    width: 100%;
    max-width: 25.6875rem;
    aspect-ratio: 411 / 365;
    height: auto;
    border-radius: 0.9375rem;
    margin: auto;
    object-fit: cover;
}

section.report_sec .list.wrap .flex_box h2 {
    margin: 1rem 0 0;
    font-size: clamp(1.4rem, 3vw, 1.875rem);
    font-weight: 700;
    line-height: 1.2;
}

section.report_sec .list.wrap .flex_box h2 span {
    font-size: clamp(0.95rem, 2vw, 1.125rem);
}

section.report_sec .list.wrap .flex_box .competition {
    color: #919191;
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

section.report_sec .list.wrap .flex_box .comment_box {
    margin-top: 0.95rem;
}

section.report_sec .list.wrap .flex_box .comment_btn {
    font-size: clamp(1rem, 2.2vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.5;
}

.comment_box.is-open .comment_body {
    max-height: 23.5rem;
    margin-top: 0;
    padding: 1.5rem;
    background: #EEEAE4;
}

/* 色分け */
section.report_sec .list_sec .award_box.gold h3,
section.report_sec .list.wrap.gold .flex_box .comment_btn {
    background: #AC772B;
}
section.report_sec .list_sec .award_box.gold .flex_box .content h4 {
    color: #AC772B;
}

section.report_sec .list_sec .award_box.silver h3,
section.report_sec .list.wrap.silver .flex_box .comment_btn {
    background: #7A7673;
}
section.report_sec .list_sec .award_box.silver .flex_box .content h4 {
    color: #7A7673;
}

section.report_sec .list_sec .award_box.bronze h3,
section.report_sec .list.wrap.bronze .flex_box .comment_btn {
    background: #905B30;
}
section.report_sec .list_sec .award_box.bronze .flex_box .content h4 {
    color: #905B30;
}

section.report_sec .list_sec .award_box.special h3,
section.report_sec .list.wrap.special .flex_box .comment_btn {
    background: #00AD46;
}
section.report_sec .list_sec .award_box.special .flex_box .content h4 {
    color: #00AD46;
}
section.report_sec .list_sec .award_box.silver .bk_white.money{
padding: 0.5rem 4rem;
}
section.report_sec .list_sec .award_box.bronze .bk_white,
section.report_sec .list_sec .award_box.special .bk_white
{
width: 70%!important;
}

@media screen and (max-width: 767px) {
    section.report_sec .list.wrap .flex_box > div {
        width: 100%;
    }
    section.report_sec .list.wrap .flex_box .photo img{
        width: 75%;
    }
    section.report_sec .list_sec .award_box.bronze .bk_white,
section.report_sec .list_sec .award_box.special .bk_white
{
width: 95%!important;
}
}
/***
スライダー
***/
.award_slider {
    width: 100%;
}

.award_slider_main {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 1rem;
}

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

.award_thumb_area {
    position: relative;
    margin: 2.5rem auto 0;
    padding: 0 2.75rem;
    width: min(95%, 75rem);
}

.award_thumb_mask {
    position: relative;
    overflow: hidden;
}

.award_thumb_mask::before,
.award_thumb_mask::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.5rem;
    z-index: 2;
    pointer-events: none;
}

.award_thumb_mask::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.award_thumb_mask::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.award_thumb_track {
    display: flex;
    align-items: stretch;
    gap: 0.375rem;
    transition: transform 0.35s ease;
    will-change: transform;
}

.award_thumb {
    flex: 0 0 clamp(8rem, 22vw, 23.47781rem);
    width: clamp(8rem, 22vw, 23.47781rem);
    aspect-ratio: 375.645 / 214;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    opacity: 1;
    overflow: hidden;
}

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

.award_thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.18);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.award_thumb:hover::after,
.award_thumb.is-active::after {
    opacity: 1;
}

.award_arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    z-index: 3;
    cursor: pointer;
}

.award_arrow.prev {
    left: 0.5rem;
}

.award_arrow.next {
    right: 0.5rem;
}

.award_arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1.5px solid #222;
    border-right: 1.5px solid #222;
}

.award_arrow.prev span {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.award_arrow.next span {
    transform: translate(-65%, -50%) rotate(45deg);
}

.award_arrow:disabled {
    opacity: 0.45;
    cursor: default;
}

@media screen and (max-width: 767px) {
    .award_thumb_area {
        padding: 0 2.2rem;
        width: 100%;
    }

    .award_thumb_mask::before,
    .award_thumb_mask::after {
        width: 2rem;
    }

    .award_thumb {
        flex: 0 0 9rem;
        width: 9rem;
    }

    .award_arrow {
        width: 2rem;
        height: 2rem;
    }
}

/**
プロジェクトを終えて
**/
section.message_sec {
    background: #00AD46;
    padding: clamp(2rem, 5vw, 2.5rem) 0;
    margin-top: clamp(3rem, 8vw, 6rem);
    margin-bottom: clamp(3rem, 8vw, 6rem);
}

section.message_sec .bk_white {
    border-radius: 0.9375rem;
    background: #FFF;
    padding: clamp(1.5rem, 4vw, 3.75rem);
}

section.message_sec .bk_white h2 {
    color: #222;
    text-align: center;
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.5;
}

section.message_sec .bk_white .label {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

section.message_sec .bk_white h3 {
    font-size: clamp(1.4rem, 3vw, 1.875rem);
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: baseline;
}

section.message_sec .bk_white .flex_box {
    display: flex;
    gap: clamp(1rem, 2vw, 1.5rem);
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

section.message_sec .bk_white h3 span {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

section.message_sec .bk_white .comment_text {
    display: flex;
    gap: clamp(1rem, 2vw, 1.5rem);
    flex-direction: column;
    margin-top: 1.5rem;
}

section.message_sec .bk_white .flex_box .img img {
    border-radius: 1.6875rem;
    width: min(100%, 29.1875rem);
    aspect-ratio: 467 / 485;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    section.message_sec{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.message_sec .bk_white .flex_box {
        flex-direction: column;
    }

    section.message_sec .bk_white .flex_box .img img {
        width: 75%;
        max-width: 24rem;
        margin: 0 auto;
    }
}

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

/**
yotube
**/

section.youtube_sec{
    background: #eeeae4;
    padding: 2rem 0;
}
section.youtube_sec iframe{
height: 15rem;
    width: 50%;
    margin: 2rem auto;
    display: block;
}
section.youtube_sec p{
text-align: center;
    font-size: 0.9rem
}
@media (max-width: 1024px) {
    section.youtube_sec iframe{
height: 10rem;
    width: 100%;
}
}