@charset "utf-8";
/* ===================== 
Article header
=====================*/
.article__header {
    padding: 0 8%;
}

.about-contents1 {
    margin-top: 43px;
    width: 61vw;
    aspect-ratio: 230 / 290;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.cafe-stockists {
    width: 100%;
    height: 115%;
    object-fit: cover;
    will-change: transform;
}

.title-inner {
    display: flex;
    margin-top: 50px;
    align-items: end;
}

.title {
    font-size: 3rem;
    font-weight: 500;
}

.about-subTitle {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.about-subTitle::before {
    content: "";
    width: 65px;
    height: 1px;
    background-color: var(--primary-black);
    display: block;
    margin-left: 18px;
    margin-right: 10px;
}

.about-text p:first-of-type {
    margin-top: 65px;
}

.about-text p:last-of-type {
    margin-bottom: 75px;
}

.about-text p {
    font-size: 1.4rem;
    line-height: 2; 
    letter-spacing: 0.03em;
    margin-top: 16px;
}

.about-contents2 {
    width: 100vw;
    max-width: 100vw;
    margin: 65px 0 47px calc(50% - 50vw);
    aspect-ratio: 375 / 215;
    overflow: hidden;
}

.crafters {
    width: 100%;
    height: 115%;
    object-fit: cover;
    will-change: transform;
}

.about-contents3 {
    width: 67vw;
    margin: 65px 0 47px auto;
    aspect-ratio: 254 / 298;
    overflow: hidden;
    border-radius: 4px;
}

.coaster {
    width: 100%;
    height: 115%;
    object-fit: cover;
    will-change: transform;
}

/* フェード */
.js-fade {
    opacity: 0;
    transform: translateY(10px); /* ほんの少しだけ */
    transition: opacity 1.6s ease, transform 1.6s ease;
}

.js-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* パララックス */
.js-parallax {
    overflow: hidden;
}

.js-parallax img {
    will-change: transform;
}


/* Article header pc */
@media screen and (min-width: 769px) {
    .article__header {
        padding: 0 0 0 4%;
    }

    .about-contents1 {
        margin-top: 0;
        width: 32vw;
        aspect-ratio: 459 / 650;
    }

    .cafe-stockists-inner {
        display: flex;
        padding-top: 3vw;
        gap: 14%;
    }

    .cafe-stockists-text {
        display: block;
        margin-top: 18vw;
    }

    .cafe-stockists {
        width: 100%;
        height: 115%;
    }

    .title-inner {
        margin-top: 0;
        align-items: flex-end;
        margin-bottom: 6vw;
    }

    .title {
        font-size: min(3.82vw, 55px);
    }


    .about-subTitle {
        font-size: 1.8rem;
    }

    .about-subTitle::before {
        width: 80px;
        margin-left: 40px;
        margin-right: 14px;
    }

    .about-text {
        width: min(38vw, 550px);
        display: flex;
        flex-direction: column;
        gap: 1.3vw;
    }

    .about-text p:first-of-type {
        margin-top: 0;
    }

    .about-text p:last-of-type {
        margin-bottom: 0;
    }

    .about-text p {
        font-size: 1.6rem;
        line-height: 2.5; 
        margin-top: 0;
    }

    .about-contents2 {
        margin: 0;
        order: 2;
        width: 56vw;
        max-width: 100%;
        aspect-ratio: 806 / 463;
        border-radius: 4px 0 0 4px;
    }

    .crafters-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7.3vw 0 9.4% 5%;
    }

    .crafters {
        width: 100%;
        height: 115%;
    }
    
    .crafters-inner .about-text {
       width: min(28vw, 403px);
    }

   .coaster-inner {
        display: flex;
        align-items: center;
        padding: 0 12% 12.57vw 5%;
        gap: 18%;
    }

    .coaster-inner .about-text {
        width: min(38vw, 550px);
    }

    .about-contents3 {
        margin: 0;
        display: block;
        width: 27vw;
        aspect-ratio: 382 / 449;
    }

    .coaster {
        width: 100%;
        height: 115%;
    }

}/* pc 769px */

/* Article header　ipad */
@media screen and (min-width:769px) and (max-width:960px) {
    .pcBr {
        display: none;
    }

    .article__header {
        padding: 0 0 0 6%;
    }

    .about-subTitle {
        font-size: 1.4rem;
    }

    .about-subTitle::before {
        width: 60px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .about-text p {
        font-size: 1.4rem;
        line-height: 2; 
    }

    .cafe-stockists-inner {
        gap: 10%;
    }

    .crafters-inner {
        padding: 7.3vw 0 9.4% 2%;
        gap: 10%;
    }

    .coaster-inner {
        justify-content: space-between;
    }

   

}
