@charset "utf-8";


/* ========================================
article header
===========================================*/
.article__header {
    display: block;
    height: 720px;
    width: 100%;
    margin-top: 58px;
    background-image: url(../images/roasted-beans_hero-img_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(40, 46, 36, 0.10);
    background-blend-mode: darken;
}

.mainCaption {
    color: #FAFAF2;
    font-family: "IBM Plex Sans JP";
    padding: 0 var(--contentPadding);
}

.mainCaption1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;

    padding-top: 405px;
}

.mainCaption2__heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 8px;
}

.mainCaption2__caption {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 24px;
}

/* article header pc */
@media screen and (min-width: 769px) {
    .article__header {
        height: 750px;
        margin-top: 82px;
        background-image: url(../images/roasted-beans_hero-img_pc.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .mainCaption {
        display: block;
        width: 600px;
        margin-left: auto;
        margin-right: 5.5%;
        padding: 0;
    }

    .mainCaption1 {
        font-size: 5.4rem;
        padding-top: 429px;
    }
    
    .mainCaption2__caption {
        font-size: 2.2rem;
        margin-top: 48px;
    }

    .mainCaption2__heading {
        font-size: 4.2rem;
        margin-top: 8px;
    }
    
    .companyName--top {
        font-family: Rokkitt;
        font-size: 4rem;
    }  
}
/* pc 769px */

/* ========================================
handwork
===========================================*/
.section--handwork {
    background: #FAFAF2;
    background-image: url(../images/coffee_blob_1-sp.png);
    background-position: 10px -60px; /* X=10px, Y=-60px */
    background-repeat: no-repeat;
}

.handwork__item {
    width: 100%;
    max-width: 343px;
    border-radius: 24px;
    border: 1px solid rgba(90, 51, 3, 0.25);
    background: #FFF;
    margin: 24px auto 0;
}

.handwork__item:first-of-type {
    margin-top: 48px;
}

.handwork__itemNo {
    color: rgba(90, 51, 3, 0.50);
    text-align: center;
    font-family: Rokkitt;
    font-size: 4rem;
    font-weight: 700;
    margin-top: 21px;
}

.handwork__itemTitle {
    color: #5A3303;
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.handwork__itemTxt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 286px;
    height: 77px;
    margin: 13px auto 24px;
}

.handwork__item img {
    border-radius: 0px 0px 24px 24px;
    width: 100%;
}


/* handwork pc */
@media screen and (min-width: 769px) {
    .section--handwork {
        background-image: url(../images/coffee_blob_1.png);
        background-position: 10px -115px; /* X=10px, Y=-115px */
        background-repeat: no-repeat;
    }

    .handwork__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 64px;
    }
    
    .handwork__item {
        /* width: 343px; */
        margin: 0;
    }
    
    .handwork__item:first-of-type {
        margin-top: 0;
    }      
}
 /* pc 769px */


@media screen and (min-width: 1400px) {
    .handwork__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1280px;
        margin: 64px auto 0;
    }

    .handwork__item {
        margin: 0;
        max-width: 400px;
    }

    .handwork__item:first-of-type {
        margin-top: 0;
    }
    
    .handwork__itemNo {
        font-size: 4.8rem;
        margin-top: 24px;
    }
    
    .handwork__itemTitle {
        font-size: 2.8em;
        margin-top: 26px;
    }
    
    .handwork__itemTxt {
        font-size: 1.8rem;
        width: 334px;
        height: 90px;
        margin: 15px auto 28px;
    }
}
/* pc 1440px */


/* ========================================
how to drip
===========================================*/
.section--howToDrip {
    background-image: url(../images/coffee_blob_2-sp.png), url(../images/coffee_blob_3-sp.png);
    background-position: right 16% top 0, right 25% bottom 23px;
    background-repeat: no-repeat, no-repeat;
    
}

.topic--howToDrip {
    font-family: "IBM Plex Sans JP";
    font-size: 2.8rem;
}

.howToDrip__item {
    margin: 32px auto 0;
    padding: 0 16px;
    max-width: 534px;
}

.howToDrip__item:first-of-type {
    margin-top: 48px;
}

.howToDrip__title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.howToDrip__title img {
    width: 26px;
}

.howToDrip__title h5 {
    color: #5A3303;
    font-family: "IBM Plex Sans JP";
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.1;
}

.howToDrip__txt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
    padding-left: 38px;
}

.howToDrip__video {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    aspect-ratio: 11 / 13;
    margin: 48px auto 0;
    border-radius: 24px;
    object-fit: cover;
}

.howToDrip__message {
    font-family: "IBM Plex Sans JP";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    display: block;
    max-width: 534px;
    margin: 48px auto 0;
}


/* how to drip pc */
@media screen and (min-width: 769px) {
    .section--howToDrip {
        background-image: url(../images/coffee_blob_2.png), url(../images/coffee_blob_3.png);
        background-position: right 5.5% top 0, right 25% bottom -60px;
        background-repeat: no-repeat, no-repeat;
        
    }

    .flexBoxPc {
        display: flex;
        gap: 36px;
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .flexBoxPcLeft {
        order: -1;
    }

    .flexBoxPcRight {
        padding: 0 80px;
    }
    
    .topic--howToDrip {
        font-size: 3.6rem;
    }

    .howToDrip__item {
        margin: 24px auto 0;
    }
    
    .howToDrip__item:first-of-type {
        margin-top: 64px;
    }
    
    .howToDrip__title {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    
    .howToDrip__title img {
        width: 28px;
    }
    
    .howToDrip__title h5 {
        font-size: 2.4rem;
    }
    
    .howToDrip__txt {
        font-size: 1.8rem;
        padding-left: 44px;
    }
    
    .howToDrip__video {
        display: block;
        width: 520px;
        margin-top: 24px;
        /* height: 600px; */
    }
    
    .howToDrip__message {
        max-width: 770px;
        margin: 64px auto 0;
    }
}
/* pc 769px */

@media screen and (min-width: 1349px) {
    .flexBoxPcRight {
        padding: 0 0 0 80px;
    }
}
/* pc 1349px */


/* ========================================
q & a
===========================================*/
.section--qa {
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), #F2E5D5;
}

.qa__list {
    padding: 24px 16px;
    background-color: #FFF;
    justify-content: center;
    margin: 32px auto 0;
    max-width: 534px;
}

.qa__list:first-of-type {
    margin-top: 48px;
}

.qa__q {
    color: #5A3303;
    font-family: "IBM Plex Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1.5px solid rgba(178, 51, 3, 0.50);
    padding: 6px 0 12px 38px;

    background-image: url(../images/icon_q.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left 0 top 0;
}

.qa__a {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 24px;
    padding-left: 38px;

    background-image: url(../images/icon_a.svg);
    background-size: 30px auto ;
    background-repeat: no-repeat;
    background-position: left 0 top 0;
}



/* q & a pc */
@media screen and (min-width: 769px) {
    .qa__list {
        max-width: 900px;
    }

    .qa__list:first-of-type {
        margin-top: 64px;
    }

    .qa__q {
        font-size: 2rem;
    }

    

}
/* pc 769px */

/* ========================================
onlin shop
===========================================*/
.contentBox {
    background-image: url(../images/online-shop_background_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    margin: 0 auto;
    padding: 48px 0;
}

.onlineShopTxt {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 24px;
}

.nav__btn--OnlineshopSection {
    display: block;
    margin: 48px auto 0;
}


/* online shop pc */
@media screen and (min-width: 769px) {
    .contentBox {
        background-image: url(../images/online-shop_background_pc.png);
        padding: 64px 0;
        max-width: 1280px;
    }

    .onlineShopTxt {
        font-size: 1.8rem;
        margin-top: 48px;
    }

    .nav__btn--OnlineshopSection {
        display: block;
        margin: 64px auto 0;
    }
    
}
/* pc 769px */