@charset "UTF-8";

/* ===================================
共通スタイル
===================================== */
:root {
    --color-text: #000000;
    --color-main: #85683a;
    --color-light-main: #F8F6F2;

    --color-pink: #C36473;
    --color-blue: #588AB9;
    --color-green: #7A9458;
    --color-light-pink: #FDEFED;
    --color-light-blue: #EDF6FC;
    --color-light-green: #F4F9F1;
    --color-white: #ffffff;
    --color-gray: #ccc;
    --color-light-gray: #f2f2f2;
    --shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    --transition-primary: 0.3s ease;
    --opacity-hover: 0.7;


}

body,
#alpha_cafe,
#alpha_cafe input,
#alpha_cafe button,
#alpha_cafe select,
#alpha_cafe textarea {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    color: var(--color-text);
    line-height: 1.8;
    font-weight: 500;
    font-size: 16px;
    overflow-x: hidden;
}

main {
    background: var(--color-light-gray);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: var(--color-main);
    margin-bottom: 40px;
}

.red-text {
    color: var(--color-main);
    font-weight: bold;
}

a,
button,
summary {
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.sp-none {
    display: none;
}

.link-text,
.link-external {
    font-weight: bold;
    color: var(--color-main) !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    position: relative;
    display: inline-block;
}

.link-external::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238D7348' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .sp-none {
        display: block;
    }
}

/* ===================================
メインビジュアル / 進捗
===================================== */
.mv-container {
    /* padding: 70px 0; */
    padding: 70px 0 160px;
    text-align: center;
    background-color: var(--color-light-gray);

    background-image: url('../images/cloud_1.png'),
        url('../images/cloud_2.png'),
        url('../images/cloud_3.png'),
        url('../images/cloud_4.png');

    background-position: 00% 00%,
        0% 100%,
        100% 0%,
        100% 100%;

    /* background-size:
70%,
50%,
50%,
125%; */
    background-size: 70%,
        40%,
        50%,
        100%;

    background-repeat: no-repeat;
}

.mv-catch {
    font-size: 16px;
    margin-block: 20px 15px;
}

.mv-logo {
    width: min(65%, 350px);
    margin-bottom: 30px;
}

.mv-sub {
    font-size: 2.9vw;
    line-height: 2;
    margin-bottom: 40px;
    padding-inline: 20px;
}

.mv-emotion {
    width: 220px;
}

/*
.mv-progress-area {
max-width: 650px;
margin: 50px auto 25px;
padding: 0 20px;
}

.mv-progress {
padding: 25px 10px;
border-radius: 4px;
box-sizing: border-box;
}

.mv-progress.mini {
background: var(--color-white);
border: 1px solid var(--color-main);
}

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

.progress-label {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
font-size: 14px;
font-weight: bold;
line-height: 1.5;
text-align: left;
margin: 0;
width: 100%;
position: relative;
padding-bottom: 25px;
}

.progress-label::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background-color: #ccc;
}

.progress-label img {
width: 70px;
height: 70px;
flex-shrink: 0;
border: 1px solid #666;
border-radius: 50%;
padding: 12px;
object-fit: contain;
background-color: var(--color-white);
}

.progress-status {
display: flex;
align-items: baseline;
justify-content: center;
font-size: 18px;
font-weight: bold;
margin-block: 30px 0;
}

.progress-status .num {
font-size: 48px;
color: var(--color-main);
padding-inline: 4px;
line-height: 1;
}

.progress-note {
font-size: 12px;
text-align: right;
width: 100%;
margin-block: 4px 80px;
font-weight: bold;
color: var(--color-text);
width: fit-content;
background: color-mix(in srgb, var(--color-white), transparent 30%);
text-align: right;
display: block;
margin-left: auto;
padding-inline: 10px;
border-radius: 2px;
}
*/

@media (min-width: 768px) {
    .mv-container {
        padding-bottom: 160px;
        background-position:
            00% 00%,
            0% 100%,
            100% 0%,
            100% 100%;

        /* background-size:
        60%,
        50%,
        40%,
        125%; */
        background-size:
            60%,
            35%,
            40%,
            90%;
    }

    .mv-catch {
        margin-block: 50px 15px;
    }

    .mv-logo {
        width: 350px;
        margin-bottom: 30px;
    }

    .mv-sub {
        font-size: 16px;
    }

    /*
.mv-progress-area {
    padding: 0;
}

.mv-progress {
    padding: 30px 40px;
}

.progress-inner {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}

.progress-label {
    width: auto;
    padding-bottom: 0;
    gap: 20px;
    font-size: 16px;
}

.progress-label::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -30px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    min-height: 80px;
}

.progress-label img {
    width: 80px;
    height: 80px;
}

.progress-status {
    height: 80px;
    justify-content: flex-start;
}

.progress-note {
    margin-bottom: 10px;
}
*/


}

@media (min-width: 1024px) {
    .mv-container {
        /* padding: 70px 0; /
padding: 70px 0 180px;
text-align: center;
background: var(--color-light-gray);
background-image: url('../images/cloud_1.png'), url('../images/cloud_2.png'), url('../images/cloud_3.png'), url('../images/cloud_4.png');
background-position: left top, left bottom, right top, right bottom;
background-repeat: no-repeat;
/ background-size:
35%,
35%,
35%,
65%; */
        background-size:
            35%,
            25%,
            35%,
            55%;
    }

    .mv-catch {
        margin-top: 0;
    }

    /*
.progress-note {
    margin-bottom: 10px;
}
*/


}

/* ===================================
02. ナビゲーション
===================================== */
.cp-nav {
    background: var(--color-light-gray);
    padding: 15px 10px;
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
}

.cp-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cp-nav-item {
    display: flex;
    align-items: center;
}

.cp-nav-item::after {
    content: "|";
    display: inline-block;
    color: var(--color-main);
    margin: 0 10px;
    font-size: 16px;
}

.cp-nav-item:last-child::after {
    display: none;
}

.cp-nav-link {
    font-size: 16px;
    text-decoration: none;
    color: var(--color-text);
    font-weight: bold;
}

.cp-nav-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .cp-nav {
        padding: 15px 0;
    }

    .cp-nav-item::after {
        margin: 0 20px;
    }


}

@media (min-width: 1024px) {
    .cp-nav-item::after {
        margin: 0 30px;
    }
}

/* ===================================
03. 寄付について（イントロ）
===================================== */
.section-donation-intro {
    padding: 70px 0;
    background: var(--color-white);
}

.donation-header-box {
    margin-bottom: 50px;
}

.donation-desc {
    font-size: 18px;
}

.donation-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.flow-item {
    width: 100%;
    max-width: 300px;
    background: var(--color-light-main);
    border: 1px solid var(--color-main);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.flow-text-wrap {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flow-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.flow-img {
    padding: 0 20px 20px;
    text-align: center;
}

.flow-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid var(--color-text);
    background: var(--color-white);
    object-fit: contain;
}

.flow-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #999;
}

.btn-area {
    text-align: center;
}

.btn-more {
    display: inline-block;
    padding: 15px 50px;
    background: var(--color-main);
    font-size: 18px;
    color: var(--color-white) !Important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.btn-more:hover {
    background-color: #444;
    opacity: 1;
}

@media (min-width: 768px) {
    .donation-header-box {
        text-align: center;
    }

    .donation-flow {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }

    .flow-item {
        flex: 1;
    }

    .flow-arrow {
        width: 20px;
        height: 30px;
        border: none;
        align-self: center;
        position: relative;
    }

    .flow-arrow::after {
        content: "▶";
        color: var(--color-main);
        font-size: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* ===================================
04. 第2回テーマ
===================================== */
.section-theme {
    padding: 80px 0;
    background: var(--color-white);
    border-top: 1px solid var(--color-main);
}

.theme-main-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-block: 0;
}

.theme-sub-title {
    font-size: 22px;
    color: var(--color-main);
    font-weight: bold;
    text-align: center;
    margin-block: 0;
}

.theme-period {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
    border-top: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    padding: 4px 16px;
    display: block;
    width: fit-content;
}

.theme-intro {
    font-size: 16px;
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 50px;
}

.category-item {
    padding: 20px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    width: min(100%, 300px);
    margin-inline: auto;
    box-sizing: border-box;
}

.category-item.green {
    background: var(--color-light-green);
}

.category-item.blue {
    background: var(--color-light-blue);
}

.category-item.pink {
    background: var(--color-light-pink);
}

.cat-name {
    font-size: 20px;
    color: var(--color-main);
    font-weight: bold;
    text-align: center;
    margin-block: 0 20px;
    line-height: 1.4;
}

.cat-name span {
    font-size: 16px;
}

.cat-desc {
    font-size: 16px;
    margin-block: 0;
}

.theme-apply-area {
    text-align: center;
    padding-top: 40px;
}

.apply-note {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.apply-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-apply-area {
    text-align: center;
    margin-top: 20px;
}

.btn-apply {
    text-decoration: none;
    color: var(--color-white) !important;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: var(--shadow);
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    display: block;
    box-sizing: border-box;
}

.btn-apply.green {
    background: var(--color-green);
}

.btn-apply.blue {
    background: var(--color-blue);
}

.btn-apply.pink {
    background: var(--color-pink);
}

.btn-apply:hover {
    background-color: #444;
    opacity: 1;
}

.btn-apply-text {
    display: block;
    font-size: 20px;
    color: var(--color-main);
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (min-width: 768px) {
    .theme-sub-title {
        font-size: 24px;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .category-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .btn-apply-area {
        margin-top: auto;
    }

    .apply-btns {
        flex-direction: row;
        justify-content: center;
    }

    .btn-apply {
        flex: 1;
        max-width: 320px;
    }

    .btn-apply-area .btn-apply {
        max-width: 100%;
    }
}

/* ===================================
05. 審査員
===================================== */
.section-judge {
    padding: 80px 0;
}

.judge-box {
    background: var(--color-white);
    padding: 40px 20px;
    margin-bottom: 50px;
    border: 1px solid var(--color-main);
    border-radius: 4px;
}

.judge-cat {
    font-size: 24px;
    color: var(--color-main);
    font-weight: bold;
    border-bottom: 1px solid var(--color-main);
    margin-block: 0 30px;
    padding-bottom: 10px;
}

.judge-profile {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.judge-img {
    width: 180px;
    margin: 0 auto;
    box-shadow: var(--shadow);
}

.judge-info .job {
    font-size: 18px;
    font-weight: bold;
    margin-block: 0;
}

.judge-info .name {
    font-size: 26px;
    font-weight: bold;
    margin-block: 0 15px;
}

.judge-info .profile-text {
    font-size: 16px;
    line-height: 1.8;
}

.judge-comment {
    border: 1px solid var(--color-main);
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 30px;
    font-size: 16px;
}

.judge-comment.green {
    background: var(--color-light-green);
}

.judge-comment.blue {
    background: var(--color-light-blue);
}

.judge-comment.pink {
    background: var(--color-light-pink);
}

.judge-work {
    text-align: center;
}

.work-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.judge-work img {
    box-shadow: var(--shadow);
}

@media (min-width: 768px) {
    .judge-box {
        padding: 40px;
    }

    .judge-profile {
        flex-direction: row;
        align-items: flex-start;
    }

    .judge-info {
        width: calc(75% - 30px);
    }

    .judge-img {
        margin: 0;
        width: calc(25% - 30px);
    }

    .judge-work img {
        width: 75%;
    }
}

/* ===================================
06. 応募方法 / 組写真
===================================== */
.section-how-to {
    padding: 80px 0;
    background: var(--color-white);
}

.how-to-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.how-to-img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--color-main);
}

#how-to .cat-name {
    margin-bottom: 0;
}

.series-guide {
    padding: 40px 20px;
    margin: 40px auto 50px;
    width: min(600px, 100%);
    text-align: center;
    background: var(--color-light-main);
    border: 1px solid var(--color-main);
    border-radius: 4px;
    box-sizing: border-box;
}

.series-title {
    font-size: 20px;
    font-weight: bold;
    margin-block: 0 20px;
}

.upload-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 500px;
    width: 100%;
    justify-content: center;
    margin: 20px auto 0;
}

.upload-box {
    background-color: #FEF6EC;
    border: 2.5px dotted #E67A15;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 2;
    color: #E67A15;
    font-weight: bold;
    box-sizing: border-box;
}

.upload-text {
    font-size: 14px;
    margin-bottom: 12px;
}

.plus-circle {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1.5px solid #E67A15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}

@media (min-width: 768px) {
    .series-guide {
        padding: 40px;
    }

    .upload-grid {
        gap: 12px;
    }

    .upload-text {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

/* ===================================
07. 賞品
===================================== */
.section-prize {
    padding: 80px 0;
}

.prize-container {
    margin-bottom: 60px;
}

.prize-header-box {
    background: var(--color-white);
    padding: 40px 20px;
    font-weight: bold;
    margin: 0 auto 30px;
    border-radius: 4px;
}

.prize-header-box h3 {
    font-size: 24px;
    text-align: center;
    padding-block: 0 20px;
    margin-block: 0;
}

.prize-grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--color-main);
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.prize-item {
    padding: 30px;
}

.prize-item:last-child {
    border-bottom: none;
}

.prize-item.green {
    background: var(--color-light-green);
}

.prize-item.blue {
    background: var(--color-light-blue);
}

.prize-item.pink {
    background: var(--color-light-pink);
}

.prize-item .cat {
    font-size: 20px;
    color: var(--color-main);
    font-weight: bold;
    margin-block: 0 15px;
}

.prize-item .gift {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-block: 0 15px;
}

.prize-item .gift span {
    font-size: 30px;
    color: var(--color-main);
}

@media (min-width: 768px) {
    .prize-header-box {
        padding: 40px;
    }

    .prize-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .prize-item {
        border-bottom: none;
        border-right: 1px solid var(--color-main);
    }

    .prize-item:last-child {
        border-right: none;
    }
}

/* ===================================
08. 寄付の詳細
===================================== */
.section-donation-detail {
    padding: 80px 0;
    background: var(--color-white);
}

/*
.donation-table-area {
max-width: 600px;
margin: 50px auto;
}

.donation-table-area .mv-progress {
background: var(--color-light-main);
padding: 15px 10px;
margin-block: 0;
border: 1px solid var(--color-main);
}

.table-title {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}

.donation-table-wrap {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-top: 50px;
}

.donation-table {
width: 100%;
border-collapse: collapse;
border-radius: 4px;
margin-bottom: 40px;
}

.donation-table th,
.donation-table td {
border: 1px solid var(--color-main);
padding: 15px;
text-align: center;
}

.donation-table th {
background: var(--color-light-gray);
font-size: 18px;
font-weight: bold;
}

.donation-table td {
font-size: 16px;
}
*/

.nacsj-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
    border: 1px solid var(--color-main);
    border-radius: 4px;
    margin-top: 50px;
}

.nacsj-logo {
    width: 180px;
    margin: 0 auto;
}

.nacsj-info {
    text-align: left;
}

.nacsj-catch {
    font-size: 18px;
    font-weight: bold;
    margin-block: 0;
}

.nacsj-text {
    font-size: 16px;
    margin-block: 5px;
}

@media (min-width: 768px) {
    /*
.donation-table-area .mv-progress {
padding: 15px;
}

.donation-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
    margin-bottom: 40px;
    min-width: 400px;
}
*/

    .nacsj-box {
        flex-direction: row;
        align-items: center;
        padding: 40px;
    }

    .nacsj-logo {
        width: 29%;
        margin: 0;
    }

    .nacsj-info {
        width: calc(70% - 30px);
    }
}

/* ===================================
09. 応募要項
===================================== */
.section-overview {
    padding: 80px 0;
}

.overview-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.ac-item {
    background: var(--color-white);
    border: 1px solid var(--color-main);
    margin-bottom: 10px;
    border-radius: 4px;
}

.ac-title {
    padding: 18px 25px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.ac-title::-webkit-details-marker {
    display: none;
}

.ac-title::after {
    content: "＋";
    position: absolute;
    right: 25px;
    font-size: 20px;
    transition: transform 0.3s;
}

.ac-item[open] .ac-title::after {
    content: "－";
}

.ac-title:hover {
    background-color: var(--color-light-main);
}

.ac-content {
    padding: 0 25px 25px;
    font-size: 16px;
}

.ac-content ol {
    padding-left: 20px;
    margin: 10px 0;
}

.ac-content li {
    margin-bottom: 10px;
}

/* ===================================
10. 撮り方のコツ
===================================== */
.section-tips {
    padding: 80px 0;
    background: var(--color-white);
}

.tips-intro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tips-grid img {
    box-shadow: var(--shadow);
    border-radius: 4px;
}

.tips-banner {
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.tips-banner img {
    box-shadow: var(--shadow);
    border-radius: 4px;
}

@media (min-width: 768px) {
    .tips-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===================================
11. おすすめコンテンツ
===================================== */
.section-recommended {
    padding: 80px 0;
}

.section-recommended img {
    border-radius: 4px;
    box-shadow: var(--shadow);
}

.banner-bottom {
    text-align: center;
    margin-top: 100px;
}

.banner-bottom img {
    width: min(100%, 380px);
    height: auto;
    box-shadow: var(--shadow);
}