@charset "utf-8";

/*==========================
Article header
========================= */
.keyImg2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
    height: 50vw;
    background-image: url(../images/keyVisual2.jpg);
    background-size: cover;
}

.section--Vegetable .vertical-rl {
    font-family: "Zen Maru Gothic";
    color: var(--primary-beige);
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
    font-weight: 700;
    text-shadow: 0 0 4px #4c1900;
    position: absolute;
    bottom: 8%;
}

@media screen and (max-width:767px) {
    .keyImg2SP {
        background-image: url(../images/keyVisual2SP.jpg);
        min-height: 630px;
    }

    .section--Vegetable .vertical-rl {
        writing-mode: vertical-rl;
        top: 30%;
        right: 10%;
        font-size: 2.4rem;
        line-height: 1.3;
        letter-spacing: 4px;
    }
}

/*==========================
vegetableIntro
========================= */
.vegetableIntro {
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 0 120px;
    text-align: center;
    position: relative;
}

.intro__text {
    margin-bottom: 32px;
}

.supply img {
    width: 305px;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.rawEgg img {
    border-radius: 50%;
    width: 268px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.intro__text span img {
    width: 251px;
    object-fit: cover;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 767px) {
    .vegetableIntro {
        padding: 48px var(--contentPadding);
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .intro__text span img,
    .intro__text .rawEgg img,
    .intro__text .supply img {
        width: 107px;
    }

    .intro__text .supply img {
        left: -10%;
        top: 160px;
    }

    .intro__text span img,
    .intro__text .rawEgg img {
        right: -9%;
    }

    .intro__text span img {
        bottom: 100px;
    }

    .intro__text {
        margin-bottom: 16px;
    }
}

/*==========================
vegetableCommitment
========================= */
.commitment {
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
}

.illustration {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.commitment__img {
    position: relative;
    width: 46.25%;
    height: 690px;
}

.commitment__img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
}

.commitment__img2 {
    position: absolute;
    bottom: 0;
    left: 11%;
    width: 48%;
}

.commitment__img3 {
    position: absolute;
    bottom: 50px;
    left: 66%;
    width: 35%;
}

.illustration__appeal {
    width: 53%;
    padding: 0 11% 35px 6.6%;
}

.appeal__text {
    color: #823C28;
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
}

.commitment .SNS__item {
    max-width: 500px;
    margin-bottom: 48px;
}

.SNS__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
    gap: 16px;
}

.SNS__farmer {
    display: flex;
    gap: 24px;
}

/* Instagram画像ギャラリー */
.title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.Instagram__gallery .section__title {
    margin-bottom: 0;
}

/* ▽Instagram埋め込み▽ */

/* Instagramの埋め込み画像コンテナ */
.image-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Instagram投稿のスタイル */
.instagram-media {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* 埋め込まれたInstagram画像のスタイル */
.instagram-media blockquote {
    margin: 0;
    padding: 0;
}

/* 画像の中央配置 */
.instagram-media img {
    display: block;
    margin: 0 auto;
}

.commitment .section__title {
    margin-bottom: 0;
}

/* △Instagram埋め込み△ */

@media screen and (max-width: 767px) {
    .commitment {
        padding: 48px var(--contentPadding);
    }

    .illustration {
        margin-bottom: 0;
    }

    .commitment__img {
        width: 100%;
        height: 95.73vw;
    }

    .illustration__appeal {
        width: 100vw;
        padding: 8.6vw 0 0;
        margin: 0 auto;
    }

    .appeal__text {
        font-size: 16px;
    }

    .Instagram {
        overflow: scroll hidden;
        justify-content: start;
    }

    .commitment .section__title {
        margin-bottom: 0;
    }

    ._ac7v {
        display: block;
    }
}

/*==========================
    section vegetableSale
========================= */
.commitment::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100px;
    margin: 0 0 -78px -10%;
    border-radius: 100%;
    background-image: url(../images/BackgroundStone.jpg);
    content: "";
}

.vegetableStore {
    margin: 0 auto;
    padding: 80px 0 120px;
    background-image: url(../images/BackgroundStone.jpg);
    position: relative;
    overflow: hidden;
}

.area {
    padding: 0 9.4%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fill, minmax(317px, 100%));
    column-gap: 40px;
    row-gap: 24px;
    grid-template-areas:
        "vegetable rice"
        "vegetableTxt riceTxt";
}

.area span {
    position: absolute;
    top: 0;
    left: 20%;
}

.VegetableSaleArea {
    grid-area: vegetable;
}

.RiceArea {
    grid-area: rice;
}

.vegetableStore__txt {
    grid-area: vegetableTxt;
}

.riceStore__txt {
    grid-area: riceTxt;
}

@media screen and (max-width: 767px) {
    .vegetableStore {
        padding: 48px var(--contentPadding);
    }

    .area {
        display: block;
        padding: 0;
    }

    .VegetableSaleArea,
    .RiceArea {
        margin-bottom: 16px;
    }

    .vegetableStore__txt {
        margin-bottom: 24px;
    }

    .area span {
        left: 40%;
        object-fit: cover;
        width: 65px;
    }
}

/*==========================
article__footer
========================= */
.img6 {
    background-image: url(../images/VegetableSaleArea.JPG);
}