@charset "UTF-8";

/* ================================
mv
================================ */
.mv__ab img{
    height: 100px;
    min-width: 375px;
    width: 100%;
    object-fit: cover;
}

/* mv pc */
@media screen and (min-width:1260px) {
    .mv__ab img{
        height: 200px;
    }
}
/* pc 1260px */

/* ================================
about
================================ */
.about__main{
    padding: 70px var(--sp_padding, 9.8%) 90px;
    background-color: #FAFAEC;
}

.about__item{
    margin-top: 90px;
}

.about__item:first-of-type{
    margin-top: 0;
}

.about__img{
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 0 auto;
}

.about__list{
    margin-top: 60px;
}

.about__caption{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 40px;
}

.about__caption span{
    display: none;
}

.about__txt p{
    color: var(--brack,#333333);
    font-size: 1.6rem;
    margin-top: 26px;
}

.about__txt p:first-of-type{
    margin-top: 0
}

.about__appeal{
    color: var(--ora_apeal, #E07000);
}

.about__txt{
    margin-top: 30px;
}

/* about tb */
@media screen and (min-width:768px) {
    .about__main{
        padding: 80px 10.9% 100px;
    }

    .about__list{
        margin: 80px auto 0;
        min-width: 600px;
    }

    .about__caption{
        font-size: 2rem;
        line-height: 1.8; /* 36px */
        margin-top: 40px;
    }

    .about__caption span{
        display: inline-block;
    }

    .about__item{
        margin-top: 100px;
        min-width: 600px;
    }
}
/* tb 768px */

/* about pc */
@media screen and (min-width:1260px) {
    .about__main{
        padding: 90px 0 110px;
    }

    .about__img--1{
        max-width: 970px;
        max-height: 659px;
    }

    .about__list{
        margin: 120px auto 0;
        max-width: 1160px;
    }

    .about__caption{
        margin-top: 0px;
    }


    .about__caption--pd{
        margin-top: 40px;
    }

    .about__txt--left{
        max-width: 509px;
    }

    .about__txt--center p{
        text-align: center;
    }
        
    .about__item{
        margin-top: 150px;
        min-width: auto;
    }

    .about__item--flex{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 50px;
    }

    .about__item:nth-child(3){
        flex-direction: row-reverse;
    }

    .about__img--2,
    .about__img--3,
    .about__img--4{
        width: 489px;
        height: 326px;
        margin: 0;
    }
}
/* pc 1260px */