@charset "UTF-8";
/*=============================
Article header
=============================*/

.article__header {
    margin-bottom: clamp(60px, 10vw, 300px);
}

.storyMain__spVisual {
    position: relative;
}

.storyMain__title {
    position: absolute;
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    color: var(--primary-darkBrown,#605146);
    text-shadow: 0 4px 4px #FFF6EF;
    top: 20px;
    left: 10px;
    font-size: 2.4rem;
}

.whiteback__sp {
    position: absolute;
    top: 80%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 30px 0 0 0;
    width: 80%;
}

.whiteback__title {
    font-size: 1.6rem;
    font-weight: 700;
}

.whiteback__p {
    font-size: 1.4rem;
    margin-top: 14px;
    font-weight: 400;
}

.storyMain__pcVisual {
    display: none;
}

/* Article header tab */
@media screen and (min-width: 769px) and (max-width: 1149px) {
    .storyMain__pcVisual {
        display: block;
        position: relative;
        /* min-width: 1070px; */
        margin-right: 130px;
        margin-bottom: 250px;

    }

    .storyMain__spVisual {
        display: none;
    }

    .storyMain__title {
        position: absolute;
        top: 30px;
        left: 80px;
        font-size: 3.2rem;
    }

    .whiteback__tab {
        position: absolute;
        top: 250px;
        left: 60px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px;
        border-radius: 30px;
        width: 620px;
        font-size: 1.4rem;
    }

    .whiteback__pc {
        display: none;
    }

    .btnToTop {
        background-color: #FDD57D;
        width: 120px;
        border-radius: 50px;
        text-align: center;
        padding: 8px 12px;
        margin-top: 20px;
    }

    .article__header {
        margin-bottom: 30px;
    }
    
}

/* Article header pc */
@media screen and (min-width: 1150px) {
    .storyMain__pcVisual {
        display: block;
        position: relative;
        /* min-width: 1070px; */
        margin-right: 130px;

    }

    .storyMain__spVisual {
        display: none;
    }

    .storyMain__title {
        position: absolute;
        top: 30px;
        left: 80px;
        font-size: 3.2rem;
    }

    .whiteback__pc {
        position: absolute;
        top: 100px;
        left: 60px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px;
        border-radius: 30px;
        width: 406px;
        font-size: 1.4rem;
    }

    .whiteback__tab {
        display: none;
    }

    .btnToTop {
        background-color: #FDD57D;
        width: 120px;
        border-radius: 50px;
        text-align: center;
        padding: 8px 12px;
        margin-top: 20px;
    }

    .article__header {
        margin-bottom: 30px;
    }
    
}

/*=============================
section--story
=============================*/

.section--story {
    padding: 0 5.3%;
    margin-top: 300px;
}

.topic {
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    text-align: center;
    color: #A58974;
    font-weight: 700;
}

.story__txt {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.story__txt__r {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.storyImg {
    max-width: 250px;
    margin: 0 auto;
}

.txt {
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
    line-height: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 400;
    margin-top: 30px;
}

.txtBold {
    font-weight: 700;
    border-bottom: dotted 3px var(--primary-yellow);
}

.pcBr {
    display: none;
}

.story__stitle {
    font-size: 2rem;
    text-align: center;
    color: #A58974;
    font-weight: 700;
    margin-top: 43px;
}

.story__whiteback {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 1.4rem;
    font-weight: 400;
    margin: 30px auto 50px;
    text-align: center;
}

.story__p {
    margin-top: 20px;
}

.txt__BigBold {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    line-height: clamp(2.8rem, 4vw, 4rem);
    margin-top: 40px;
    font-weight: 700;
    color: #A58974;
    text-align: left;
}

.spItemBtn {
    margin: 0 auto 50px;
    text-align: center;
    background-color: #FFE1EC;
    width: 180px;
    padding: 10px 28px;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 10px;
}

#item {
    display: none;
}

.section__cut_sp {
    display: none;
}

.section__cut {
        display: block;
        margin: 30px auto;
}


/* Section story pc */
@media screen and (min-width: 769px) {

    .section--story {
        margin-top: 1px;
    }

    .topic {
        font-size: 4.8rem;
        margin-top: 40px;
    }

    .spBr {
        display: none;
    }

    .pcBr {
        display: block;
    }

    .story__txt {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .story__txt__r {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 60px;
    }

    .storyImg {
        max-width: 448px;
    }

    .txt {
        /* font-size: 2.4rem; */
        /* line-height: 48px; */
        font-size: clamp(1.4rem, 1.8vw, 1.8rem);
        line-height: clamp(2.2rem, 4vw, 3.2rem);

    }

    .txt::first-letter {
        font-size: 3.2rem;
    }

    .story__stitle {
        font-size: 3.2rem;
    }

    .txtBold {
        font-weight: 700;
        border-bottom: dotted 5px var(--primary-yellow);
    }

    .txt__BigBold {
        font-size: 2.4rem;
        color: #A58974;
        padding-bottom: 5px;
        display: inline-block;
        text-align: center;
    }

    .spItemBtn {
        display: none;
    }

    #item {
        display: block;
    }

    .section__cut_sp {
        display: block;
        margin: 0 auto;
    }
    
}