﻿/* =============================================
   共通スタイル
============================================= */
[class^="section_content--"] {
    padding-bottom: 50px;
}

.title_block {
    margin-bottom: 25px;
    text-align: center;
}

.section_title {
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.4;
    font-family: var(--main-font);
    margin-bottom: 5px;
}

.section_subtitle {
    font-size: 14px;
    font-weight: bold;
    color: var(--sub-color);
    line-height: 1;
    letter-spacing: 0.12em;
    font-family: var(--en-font);
}

.news_list__no-post {
    text-align: center;
    font-size: 16px;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    [class^="section_content--"] {
        padding-block: 80px;
    }

    .title_block {
        margin-bottom: 50px;
    }

    .section_title {
        font-size: clamp(2.25rem, 2.083rem + 0.35vw, 2.5rem);
        line-height: 1;
        margin-bottom: 10px;
    }

    .section_subtitle {
        font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    }

    .section_subtitle::before {
        width: 20px;
    }
}

/* =============================================
   メインビジュアル
============================================= */
.mv {
    padding: 0px 20px;
    position: relative;
    z-index: 1;
    isolation: isolate;
    margin-bottom: 50px;
}

.mv-container {
    border: 3px solid rgb(142, 94, 68);
    border-radius: 15px;
    overflow: hidden;
}

.mv-container video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) {
    .mv {
        padding: 4.167vw 20px 0px;
        max-width: 1485px;
        margin-bottom: 100px;
    }

    .mv-container {
        border-radius: 30px;
    }

    .mv-container video {
        height: clamp(400px, 40.833vw, 784px);
    }
}

/* =============================================
   お知らせ
============================================= */
.section_content--news {
    overflow: visible;
}

.section_content--news .section_space {
    position: relative;
}

.section_content--news .section_space::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: -21.33vw;
    width: 60.8vw;
    height: 37.6vw;
    background: url("../images/top/news_leaf.png") center center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.section_content--news .section_space::after {
    content: "";
    position: absolute;
    top: min(-7vw, -41px);
    right: min(7.67vw, 29px);
    width: min(22.4vw, 84px);
    height: min(33.33vw, 125px);
    background: url("../images/top/kim01.png") center center / contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.news_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.news_card {
    display: block;
    text-decoration: none;
    color: var(--main-color);
    transition: opacity 0.3s ease;
}

.news_card-photo {
    width: 100%;
    aspect-ratio: 156 / 110;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.news_card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news_card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #573001;
}

.news_card-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border: 1px solid var(--main-color);
    background: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    font-family: var(--text-font);
}

.news_card-category--new {
    background: var(--point-color);
    font-size: 12px;
}

.news_card-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--text-font);
    color: #333333;
}

.news_card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--text-font);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* ----- お知らせ PC ----- */
@media (min-width: 768px) {

    .section_content--news {
        padding: 0 20px 160px;
    }

    .section_content--news .section_space::before {
        top: -2vw;
        left: -21.33vw;
        width: 32.6vw;
        height: 16.67vw;
    }

    .section_content--news .section_space::after {
        top: 6vw;
        right: clamp(-25.33vw, -25vw, -10vw);
        width: 29.48vw;
        height: 35.16vw;
        background: url("../images/top/kim01_group.png") center center / contain no-repeat;
    }

    .section_content--news .content_box {
        max-width: 1313px;
        margin: 0px auto;
    }

    .section_content--news .btn_block {
        margin: 0 auto;
    }

    .news_list {
        grid-template-columns: repeat(4, 1fr);
        gap: clamp(0.938rem, 0.104rem + 1.74vw, 2.188rem);
        margin-bottom: 60px;
    }

    .news_card-photo {
        border-radius: 10px;
        margin-bottom: 25px;
        aspect-ratio: 302 / 230;
    }

    .news_card-title {
        font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
        line-height: 1.7;
    }

    .news_card-body {
        gap: 15px;
    }

    .news_card-category {
        font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
        padding: 3px 20px;
    }

    .news_card-date {
        font-size: 14px;
    }

    /* ホバー時 */
    .news_card:hover {
        opacity: 0.7;
    }
}

/* =============================================
   きじむなぁとは
============================================= */
.section_content--about {
    overflow: visible;
}

.section_content--about .section_space {
    position: relative;
}

.section_content--about .section_space::before {
    content: "";
    position: absolute;
    top: min(9vw, 34px);
    left: min(-5.33vw, -20px);
    width: min(34.93vw, 131px);
    height: min(26.13vw, 98px);
    background: url("../images/top/kim02.png") center center / contain no-repeat;
    z-index: 4;
    pointer-events: none;
}

.section_content--about .section_space::after {
    content: "";
    position: absolute;
    top: -11vw;
    left: 68%;
    width: 47.47vw;
    height: 47.47vw;
    background: url("../images/top/about_leaf_sp.png") center center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.about_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.about_photo {
    display: block;
    aspect-ratio: 335 / 220;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.about_desc {
    margin-bottom: 30px;
}

.about_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--main-color);
    font-family: var(--text-font);
    margin-bottom: 15px;
}

.about_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--main-color);
    font-family: var(--text-font);
}

/* ----- きじむなぁとは PC ----- */
@media (min-width: 768px) {

    .section_content--about {
        padding: 0 0 240px 20px;
    }

    .section_content--about .section_space::before {
        top: -13vw;
        left: -10.33vw;
        width: 39.22vw;
        height: 31.35vw;
        background: url("../images/top/kim02_group.png") center center / contain no-repeat;
    }

    .section_content--about .section_space::after {
        content: none;
    }

    .section_content--about .section_space {
        max-width: 100%;
        margin: 0px auto;
    }

    .about_inner {
        display: flex;
        gap: clamp(40px, 9.896vw, 190px);
        position: relative;
        align-items: center;
        justify-content: flex-end;
    }

    .about_text-area {
        width: clamp(300px, 25.156vw, 483px);
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
    }

    .about_text-area .about_photo {
        display: none;
    }

    .about_text-area .title_block {
        text-align: left;
    }

    .about_heading {
        font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
    }

    .about_text {
        font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    }

    .about_btn-box {
        text-align: left;
    }

    .about_desc {
        margin-bottom: 60px;
    }

    .about_photo-area {
        flex: 1 1 50%;
        max-width: 49.375vw;
        position: relative;
        min-height: clamp(300px, 28.125vw, 540px);
    }

    .about_photo.about_photo--top {
        width: 100%;
        aspect-ratio: 948 / 570;
        overflow: hidden;
        border-radius: 0;
        margin-bottom: 0;
    }

    .about_photo--main {
        width: clamp(120px, 12.083vw, 232px);
        aspect-ratio: 232 / 308;
        overflow: hidden;
        border-radius: 10px;
        position: absolute;
        top: clamp(-40px, -2.083vw, 0px);
        left: clamp(-140px, -7.292vw, -40px);
        z-index: 3;
    }

    .about_photo--sub {
        position: absolute;
        bottom: clamp(-170px, -8.854vw, -60px);
        left: clamp(-100px, -5.208vw, -30px);
        width: clamp(180px, 16.979vw, 326px);
        aspect-ratio: 326 / 238;
        overflow: hidden;
        border-radius: 10px;
        z-index: 3;
    }

    .about_photo--top img {
        border-radius: 0;
    }

    .about_photo--main img,
    .about_photo--sub img {
        border-radius: 10px;
    }
}

/* =============================================
   きじむなぁのこだわり
============================================= */
.section_content--features {
    padding: 30px 0px;
}

.section_content--features .section_space::before,
.section_content--features .section_space::after {
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.features_main {
    margin-bottom: 30px;
}

.features_photo {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    isolation: isolate;
}

.features_photo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 236px;
    height: 234px;
    background: url("../images/top/bg_color_circle.png") center / contain no-repeat;
    z-index: -1;
    pointer-events: none;
    opacity: .5;
}

.features_photo img {
    width: 100%;
    max-width: 335px;
    margin: 0px auto;
    border-radius: 50%;
    position: relative;
}

.features_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 25px 15px;
}

.features_item {
    padding: 0px 5px;
}

.features_item--egg {
    order: 1;
}

.features_item--vegetable {
    order: 2;
}

.features_item--cheese {
    order: 3;
}

.features_item--meat {
    order: 4;
}

.features_item--rice {
    order: 5;
}

.features_item--deco {
    order: 6;
}


.features_item-icon {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0px auto 10px;
    position: relative;
}

.features_item-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url("../images/top/bg_color_circle.png") center / contain no-repeat;
    pointer-events: none;
    z-index: -1;
}

.features_item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.features_item-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    font-family: var(--main-font);
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}

.features_item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--main-color);
    font-family: var(--text-font);
}

.features_topping {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.features_topping-ribbon {
    text-align: center;
    margin: 0px auto 20px;
    max-width: 350px;
    height: 83px;
    background: url("../images/top/features_ribbon.png") center center / 100% 100% no-repeat;
    padding-top: 4px;
    display: flex;
    justify-content: center;
}

.features_topping-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    font-family: var(--main-font);
    line-height: 1.2;
}

.features_topping-title span {
    color: var(--sub-color);
}

.features_topping-section:not(:last-child) {
    margin-bottom: 25px;
}

.features_topping-label {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    font-family: var(--main-font);
    margin-bottom: 15px;
}

.features_tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.features_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    padding: 10px;
    border: 1px solid var(--main-color);
    background: rgb(255, 236, 214);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    font-family: var(--text-font);
}

.features_tag--wide {
    width: 287px;
}


/* ----- きじむなぁのこだわり PC ----- */
@media (min-width: 768px) {

    .section_content--features {
        padding: 110px 20px;
    }

    .section_content--features .section_space::before {
        top: -12vw;
        left: 12.67vw;
        width: 12.396vw;
        height: 14.948vw;
        background: url("../images/top/kim07.png") center center / contain no-repeat;
    }

    .section_content--features .section_space::after {
        top: 10vw;
        right: clamp(-22.33vw, -20vw, -5vw);
        width: 29.844vw;
        height: 33.073vw;
        background: url("../images/top/kim08_group.png") center center / contain no-repeat;
    }

    .section_content--features .content_box {
        position: relative;
    }

    .section_content--features .content_box::before {
        content: "";
        position: absolute;
        z-index: 2;
        pointer-events: none;
        top: -25vw;
        left: -30vw;
        width: 32.552vw;
        height: 78.125vw;
        background: url("../images/top/features_leaf_group.png") center center / cover no-repeat;
    }


    .section_content--features .title_block {
        margin-bottom: 110px;
    }

    .section_content--features .content_box {
        max-width: 1160px;
        margin: 0px auto;
    }

    .features_main {
        position: relative;
        height: clamp(400px, 38.021vw, 730px);
        margin-bottom: clamp(50px, 5.208vw, 100px);
    }

    .features_photo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: 0px;
        z-index: 1;
        isolation: isolate;
    }

    .features_photo::before {
        width: clamp(400px, 38.021vw, 730px);
        height: clamp(400px, 38.021vw, 730px);
        background: url("../images/top/bg_color_circle.png") center / contain no-repeat;
        opacity: .5;
    }

    .features_photo img {
        width: clamp(400px, 38.021vw, 730px);
        max-width: none;
        position: relative;
    }

    .features_list {
        display: block;
        position: absolute;
        inset: 0;
    }


    .features_item {
        position: absolute;
        width: clamp(120px, 21%, 245px);
        padding: 1.2% 2.5%;
        text-align: left;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        border: 2px solid var(--main-color);
        z-index: 1;
        overflow: visible;
    }

    .features_item--deco {
        display: none;
    }

    .features_item-icon::before {
        content: none;
    }

    .features_item-icon {
        position: absolute;
        top: -25%;
        left: -25%;
        width: 40%;
        height: auto;
        aspect-ratio: 1;
        margin: 0;
        z-index: 2;
    }

    .features_item-title {
        font-size: clamp(12px, 1.25vw, 24px);
        font-weight: bold;
        margin-bottom: clamp(5px, 1.042vw, 20px);
    }

    .features_item-text {
        font-size: clamp(10px, 0.833vw, 16px);
        line-height: 1.6;
    }

    .features_item::after {
        content: "";
        position: absolute;
        background: var(--main-color);
        height: 2px;
        transform-origin: 0 0;
        z-index: 1;
    }

    .features_item--rice {
        top: -5%;
        left: 13%;
    }

    .features_item--rice::after {
        bottom: 36%;
        right: -71%;
        width: 70.5%;
        transform: rotate(35deg);
    }

    .features_item--egg {
        top: -9%;
        right: 10%;
        left: auto;
    }

    .features_item--egg::after {
        bottom: 38%;
        left: -56%;
        width: 55%;
        transform: rotate(-40deg);
        transform-origin: 100% 0;
    }

    .features_item--vegetable {
        top: 43%;
        left: 6%;
    }

    .features_item--vegetable::after {
        top: 45%;
        right: -35%;
        width: 35%;
        transform: rotate(-5deg);
    }

    .features_item--cheese {
        top: 18.72vw;
        right: 0%;
        left: auto;
    }

    .features_item--cheese::after {
        top: 60%;
        left: -80.5%;
        width: 80%;
        transform: rotate(30deg);
        transform-origin: 100% 0;
    }

    .features_item--meat {
        bottom: -2.656vw;
        left: 54%;
        transform: none;
    }

    .features_item--meat::after {
        top: 0%;
        width: 50%;
        transform: rotate(-110deg);
        right: 0%;
    }

    .features_topping {
        position: relative;
        padding: 80px;
    }

    .features_topping::before {
        content: "";
        position: absolute;
        top: -8vw;
        left: 4.67vw;
        width: 14.479vw;
        height: 11.146vw;
        background: url("../images/top/kim09.png") center center / contain no-repeat;
        z-index: 2;
        pointer-events: none;
    }

    .features_topping::after {
        content: "";
        position: absolute;
        bottom: -5vw;
        right: clamp(-10.33vw, -7vw, -2vw);
        width: 12.188vw;
        height: 15.469vw;
        background: url("../images/top/kim04.png") center center / contain no-repeat;
        z-index: 2;
        pointer-events: none;
    }

    .features_topping-ribbon {
        max-width: 590px;
        margin: 0px auto 50px;
        background: url("../images/top/features_ribbon.png") center center / 100% 100% no-repeat;
        padding-top: 13px;
    }

    .features_topping-ribbon img {
        max-width: 100%;
    }

    .features_topping-label {
        margin-bottom: 30px;
    }

    .features_topping-title {
        font-size: 26px;
    }

    .features_tag-list {
        gap: 25px;
    }

    .features_topping-section:not(:last-child) {
        margin-bottom: 50px;
    }


    .features_tag {
        font-size: 16px;
        padding: 10px 20px;
        width: fit-content;
        line-height: 1.2;
    }

}

/* =============================================
   メニュー
============================================= */
.section_content--menu {
    padding: 50px 0px;
    overflow: visible;
}

.section_content--menu .section_space {
    position: relative;
}

.section_content--menu .section_space::before {
    content: "";
    position: absolute;
    top: min(-10vw, -75px);
    left: min(1.67vw, 6px);
    width: min(28.53vw, 107px);
    height: min(36vw, 135px);
    background: url("../images/top/kim04.png") center center / contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.section_content--menu .section_space::after {
    content: "";
    position: absolute;
    top: -9vw;
    left: 54.6667%;
    width: 74.93vw;
    height: 42.67vw;
    background: url("../images/top/menu_flower.png") center center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.menu_list {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    gap: 30px;
    margin-bottom: 30px;
}

.menu_item-photo {
    border-radius: 5px;
    overflow: hidden;
}

.menu_item-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    aspect-ratio: 335 / 200;
    object-fit: cover;
    margin-bottom: 10px;
}

.menu_item-caption {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    font-family: var(--main-font);
    text-align: center;
    line-height: 1.5;
}

/* ----- メニュー PC ----- */
@media (min-width: 768px) {

    .section_content--menu {
        padding: 150px 20px;
    }

    .section_content--menu .content_box {
        max-width: 1278px;
        margin: 0px auto;
        position: relative;
    }

    .section_content--menu .btn_block {
        margin: 0 auto;
    }

    .section_content--menu .section_space::before {
        content: "";
        position: absolute;
        top: -7vw;
        left: 7.67vw;
        width: 18.333vw;
        height: 11.458vw;
        background: url("../images/top/kim10.png") center center / contain no-repeat;
        z-index: 2;
        pointer-events: none;
    }

    .section_content--menu .section_space::after {
        top: -4vw;
        left: auto;
        right: -21vw;
        width: 34.479vw;
        height: 19.583vw;
    }

    .section_content--menu .content_box::before {
        content: "";
        position: absolute;
        top: auto;
        bottom: -20vw;
        left: clamp(-29vw, -28vw, -3vw);
        width: 31.927vw;
        height: 33.75vw;
        background: url("../images/top/kim11_group.png") center center / cover no-repeat;
        z-index: 2;
        pointer-events: none;
        mix-blend-mode: multiply;
    }


    .menu_list {
        flex-direction: row;
        gap: clamp(1.563rem, 0.729rem + 1.74vw, 2.813rem);
        margin-bottom: 60px;
    }

    .menu_item {
        flex: 1 1 0%;
    }

    .menu_item-photo img {
        border-radius: 10px;
        aspect-ratio: 617 / 410;
        margin-bottom: 20px;
    }

    .menu_item-caption {
        font-size: 18px;
    }
}




/* =============================================
   店舗情報
============================================= */
.section_content--shop {
    padding: 50px 0px;
}

.section_content--shop .section_space {
    position: relative;
}

.section_content--shop .section_space::before {
    content: "";
    position: absolute;
    top: -9vw;
    left: -26.33vw;
    width: 45.33vw;
    height: 63.73vw;
    background: url("../images/top/shop_leaf.png") center center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.section_content--shop .section_space::after {
    content: "";
    position: absolute;
    top: min(-10vw, -75px);
    right: min(1.67vw, 6px);
    width: min(26.67vw, 100px);
    height: min(36.53vw, 137px);
    background: url("../images/top/kim05.png") center center / contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.shop_inner {
    display: flex;
    flex-direction: column;
}

.shop_text {
    margin-bottom: 15px;
}

.shop_lead {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    font-family: var(--text-font);
    margin-bottom: 15px;
    line-height: 1.1;
    text-align: center;
}

.shop_desc {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
    font-family: var(--text-font);
    line-height: 1.7;
}

.shop_pin {
    display: none;
}

.shop_map {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.shop_map img {
    width: 100%;
    height: auto;
    display: block;
}

.btn_block--shop-pc {
    display: none;
}

/* ----- 店舗情報 PC ----- */
@media (min-width: 768px) {

    .section_content--shop {
        padding: 100px 20px;
    }

    .section_content--shop .content_box {
        max-width: 1255px;
        margin: 0px auto;
    }

    .section_content--shop .section_space::before {
        content: none;
    }

    .section_content--shop .section_space::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -10vw;
        right: -23.33vw;
        width: 34.427vw;
        height: 35.208vw;
        background: url("../images/top/kim05_group.png") center center / contain no-repeat;
        z-index: 2;
        pointer-events: none;
    }

    .section_content--shop .title_block {
        text-align: left;
    }

    .shop_inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: clamp(40px, 5.729vw, 110px);
    }

    .shop_text {
        flex-shrink: 0;
        width: clamp(300px, 25vw, 480px);
    }

    .shop_lead {
        text-align: left;
        font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .shop_lead-map {
        display: inline-block;
    }

    .shop_desc {
        font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
        margin-bottom: 60px;
    }

    .shop_map_wrapper {
        position: relative;
        flex: 1 1 0%;
        max-width: 907px;
        margin-left: clamp(-240px, -12.5vw, -60px);
    }

    .shop_map {
        display: block;
    }

    /* --- ピン（ホバーターゲット） --- */
    .shop_pin {
        display: none;
        position: absolute;
        font-size: 16px;
        font-family: var(--text-font);
        color: transparent;
        white-space: nowrap;
        cursor: pointer;
        z-index: 1;
        transform: translateX(-50%);
    }

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

    /* ポップアップ画像（::after） */
    .shop_pin::after {
        content: "";
        position: absolute;
        width: clamp(300px, 35vw, 556px);
        height: clamp(228px, 26.5vw, 422px);
        background: center / contain no-repeat;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 10;
        bottom: calc(100% + 8px);
        left: 50%;
        transform: translateX(-50%);
        border: 2px solid var(--main-color);
        border-radius: 10px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

    .shop_pin:hover::after {
        opacity: 1;
    }

    /* --- 各店舗ポップアップ画像 --- */
    .shop_pin--onna::after {
        background-image: url("../images/top/shop_popup_onna.jpg");
    }

    .shop_pin--depo::after {
        background-image: url("../images/top/shop_popup_depo.jpg");
    }

    .shop_pin--rycom::after {
        background-image: url("../images/top/shop_popup_rycom.jpg");
    }

    .shop_pin--parco::after {
        background-image: url("../images/top/shop_popup_parco.jpg");
    }

    .shop_pin--sakurazaka::after {
        background-image: url("../images/top/shop_popup_sakurazaka.jpg");
    }

    .shop_pin--umikaji::after {
        background-image: url("../images/top/shop_popup_umikaji.jpg");
    }

    .shop_pin--iias::after {
        background-image: url("../images/top/shop_popup_iias.jpg");
    }

    .shop_pin--aeon::after {
        background-image: url("../images/top/shop_popup_aeon.jpg");
    }

    /* --- 各店舗ピン位置（マップ画像に対して%で調整） --- */
    .shop_pin--onna {
        left: 37.8%;
        top: 45.9%;
    }

    .shop_pin--depo {
        left: 21%;
        top: 64.8%;
    }

    .shop_pin--rycom {
        left: 77.1%;
        top: 70.6%;
    }

    .shop_pin--parco {
        left: 15.6%;
        top: 71.8%;
    }

    .shop_pin--sakurazaka {
        left: 59.9%;
        top: 77.6%;
    }

    .shop_pin--umikaji {
        left: 9.6%;
        top: 80.8%;
    }

    .shop_pin--iias {
        left: 11.5%;
        top: 87.5%;
    }

    .shop_pin--aeon {
        left: 60%;
        top: 87.5%;
    }

    .btn_block--shop-pc {
        display: block;
    }

    .btn_block--shop-sp {
        display: none;
    }
}

/* =============================================
   Instagram
============================================= */
.section_content--instagram {
    padding: 50px 0px;
    overflow: visible;
}

.section_content--instagram .section_space {
    position: relative;
}

.section_content--instagram .section_space::after {
    content: "";
    position: absolute;
    top: -23vw;
    right: -24.33vw;
    width: 40.6vw;
    height: 57.07vw;
    background: url("../images/top/instagram_leaf.png") center center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
}

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

.instagram_item img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px;
}

/* =============================================
   採用情報
============================================= */
.section_content--recruit {
    padding: 0 0 50px;
}

.recruit_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
}

.recruit_inner::before {
    content: "";
    position: absolute;
    bottom: min(25vw, 94px);
    left: min(2.67vw, 10px);
    width: min(21.6vw, 81px);
    height: min(33.6vw, 126px);
    background: url("../images/top/kim06.png") center center / contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.recruit_photo {
    overflow: hidden;
}

.recruit_photo img {
    width: 100%;
    height: auto;
    display: block;
}

.recruit_text {
    position: relative;
    background: rgba(255, 234, 226, 0.6);
    padding-block: 25px;
    mix-blend-mode: multiply;
    text-align: center;
}

.recruit_desc {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    font-family: var(--text-font);
    line-height: 1.7;
}

/* ----- Instagram PC ----- */
@media (min-width: 768px) {

    .section_content--instagram {
        padding: 100px 20px;
    }

    .section_content--instagram .content_box {
        max-width: 1065px;
        margin: 0px auto;
    }

    .section_content--instagram .section_space::before {
        content: "";
        position: absolute;
        top: -16vw;
        left: clamp(-21.33vw, -28vw, -3vw);
        width: 30.573vw;
        height: 27.656vw;
        background: url("../images/top/kim12_group.png") center center / cover no-repeat;
        z-index: 2;
        pointer-events: none;
        mix-blend-mode: multiply;
    }

    .section_content--instagram .section_space::after {
        content: "";
        position: absolute;
        top: 0vw;
        right: -15.33vw;
        width: 19.521vw;
        height: 26.406vw;
        background: url("../images/top/instagram_leaf.png") center center / cover no-repeat;
        z-index: 2;
        pointer-events: none;
        mix-blend-mode: multiply;
    }

    .section_content--instagram .btn_block {
        margin: 0 auto;
    }

    .instagram_list {
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 60px;
    }

    .instagram_item img {
        border-radius: 10px;
    }
}

/* ----- 採用情報 PC ----- */
@media (min-width: 768px) {

    .section_content--recruit {
        padding: 0 20px 100px;
    }

    .section_content--recruit .title_block {
        margin-bottom: 30px;
    }

    .recruit_inner::before {
        content: "";
        position: absolute;
        bottom: -3vw;
        left: -4.33vw;
        width: 8.49vw;
        height: 13.177vw;
        z-index: 2;
        pointer-events: none;
    }

    .section_content--recruit .content_box {
        max-width: 1000px;
        margin: 0px auto;
    }

    .recruit_inner {
        flex-direction: row;
        gap: 0;
        border: 4px solid var(--main-color);
        border-radius: 10px;
    }

    .recruit_photo {
        flex: 1 1 55%;
        max-width: 549px;
        margin-bottom: 0px;
    }

    .recruit_text {
        padding: clamp(20px, 2.083vw, 40px);
        flex: 1 1 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .recruit_desc {
        font-size: clamp(14px, 1.042vw, 20px);
        line-height: 1.75;
    }
}