/* ===== Base ===== */
body {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
}

.content-section {
    margin-top: 0;
    margin-bottom: 100px;
    padding: 0;
}

/* ===== Header ===== */
.okzrm2026-header-h1 {
    margin: 0;
    padding: 0;
}

.okzrm2026-header-img {
    width: 100%;
    margin-bottom: 100px;
}

.okzrm2026-header-img-pc {
    display: block;
}

.okzrm2026-header-img-sp {
    display: none;
}

/* ===== Typography ===== */
.okzrm2026-h2 {
    color: #1922fa;
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(1.25rem, 4vw, 2rem); /* 最小20px, 最大32px */
}

.okzrm2026-h3 {
    color: #1922fa;
    text-align: center;
    font-size: clamp(1.125rem, 3vw, 1.5rem); /* 最小18px, 最大24px */
    margin-bottom: 10px;
}

.okzrm2026-p {
    color: #333333;
    font-size: clamp(1rem, 2.5vw, 1.25rem); /* 最小16px, 最大20px */
    line-height: 2;
    text-align: center;
}

.okzrm2026-h2 span,
.okzrm2026-p span {
    display: inline-block;
}

/* ===== Table ===== */
.okzrm2026-table {
    margin-bottom: 100px;
}

.okzrm2026-table th,
.okzrm2026-table td {
    font-size: clamp(1rem, 2.5vw, 1.25rem); /* 最小16px, 最大20px */
}

.okzrm2026-table th {
    color: #1922fa;
}

.okzrm2026-date_num {
	font-size: 1.7em;
}
/* ===== Button ===== */
.okzrm2026-btn {
    font-size: 20px;
    font-weight: bold;
}

/* ===== Map ===== */
.okzrm2026-map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.okzrm2026-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}

/* ===== Images ===== */
.okzrm2026-goods-img {
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.okzrm2026-photos-img {
    width: 100%;
    margin-bottom: 30px;
}

/* ===== Responsive ===== */
@media (max-width: 575.98px) {
    .okzrm2026-header-img {
        margin-bottom: 40px;
    }

    .okzrm2026-header-img-pc {
        display: none;
    }

    .okzrm2026-header-img-sp {
        display: block;
    }

    .okzrm2026-h2,
    .okzrm2026-h3,
    .okzrm2026-p {
        text-align: left;
    }

    .okzrm2026-h2 span,
    .okzrm2026-p span {
        display: inline;
    }

    .content-section {
        margin-bottom: 40px;
    }

    .okzrm2026-credit {
        font-size: 16px;
    }

    .okzrm2026-table th,
    .okzrm2026-table td {
        display: block;
    }

    .okzrm2026-table td {
        margin-bottom: 20px;
    }
}

/* ===== h3 ===== */
.okzrm2026-h3 {
    font-size: clamp(1.125rem, 3vw, 1.5rem); /* 最小18px, 最大24px */
    margin-bottom: 20px;
    padding: 16px 20px;
    background-color: #f0f5fe;
    border: 1px solid #c1d7fc;
    border-radius: 6px;
}

/* ===== table ===== */
.okzrm2026-table {
    margin-bottom: 100px;
    border-collapse: collapse;
    width: 100%;
}

.okzrm2026-table th,
.okzrm2026-table td {
    font-size: clamp(1rem, 2.5vw, 1.25rem); /* 最小16px, 最大20px */
    padding: 1em;
    border: 1px solid #c1d7fc;
    vertical-align: middle;
    text-align: left;
}

.okzrm2026-table th {
    color: #ffffff;
    background-color: #1922fa;
}

.okzrm2026-table td {
    background-color: #ffffff;
}    

.okzrm2026-splide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 20px;
}

.okzrm2026-splide .splide__slide {
    width: 360px;
}

.okzrm2026-splide .splide__slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}

.okzrm2026-splide .splide__arrows,
.okzrm2026-splide .splide__pagination {
    display: none;
}

.okzrm2026-splide-wrapper{
    /*background-color: #1922fa;*/
    padding-top: 20px;
    padding-bottom: 1px;
}

@media (max-width: 575.98px) {
    .okzrm2026-splide .splide__slide {
        width: 240px;
    }
    .okzrm2026-splide .splide__slide img {
        height: 160px;
    }
}

/* ===== Results Section ===== */
.okzrm2026-results {
    background-color: #f7f7f7;
}

.okzrm2026-results-heading {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #141414;
    margin-bottom: 40px;
}

.okzrm2026-results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.okzrm2026-results-card {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f0e8f5;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.okzrm2026-results-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.okzrm2026-results-card__visual {
    position: relative;
    aspect-ratio: 3 / 2;
    background-color: #e8eefb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.okzrm2026-results-card .okzrm2026-results-card__visual { background-color: #dce8fd; }

.okzrm2026-results-card__year-bg {
    font-size: clamp(5rem, 12vw, 9rem);
    font-weight: 700;
    color: rgba(256, 256, 256, 0.8);
    line-height: 1;
    position: absolute;
    bottom: -0.1em;
    right: 0.1em;
    letter-spacing: -0.04em;
}

.okzrm2026-results-card__visual.okzrm2026-results-card__visual2025{
    background-image: url("../images/result_2025.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.okzrm2026-results-card__visual.okzrm2026-results-card__visual2024{
    background-image: url("../images/result_2024.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.okzrm2026-results-card__visual.okzrm2026-results-card__visual2023{
    background-image: url("../images/result_2023.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.okzrm2026-results-card__visual.okzrm2026-results-card__visual2022{
    background-image: url("../images/result_2022.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.okzrm2026-results-card__icon {
    position: relative;
    z-index: 1;
    width: 50%;
    max-width: 160px;
}

.okzrm2026-results-card__footer {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.okzrm2026-results-card__label {
    font-size: clamp(0.875rem, 2vw, 1rem);
    color: #333;
    font-weight: 500;
}

.okzrm2026-results-card__arrow {
    font-size: 1.1rem;
    color: #1922fa;
    transition: transform 0.3s ease;
}

.okzrm2026-results-card:hover .okzrm2026-results-card__arrow {
    transform: translateX(4px);
}

.okzrm2026-results-footer {
    margin-top: 32px;
}

.okzrm2026-btn{
    font-weight: bold;
}

.okzrm2026-results-see-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border: 1px solid #141414;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #141414;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.okzrm2026-results-see-all:hover {
    background-color: #141414;
    color: #fff;
}

@media (max-width: 575.98px) {
    .okzrm2026-results-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .okzrm2026-results-card__visual {
        aspect-ratio: 16 / 7;
    }
}