@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5% !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #40220F;
    font-weight: 400;
    background-color: #F8F2E8;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #40220F;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

section {
    margin-top: 150px;
}

main img {
    vertical-align: bottom;
}

.bakedsweets-sp {
    display: none;
}

.zen {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

/* メインビジュアル */

#bakedsweets-mainvisual {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

#bakedsweets-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* コンテンツ */

.bakedsweets-wrap {
    background-color: #F8F2E8;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bakedsweets-illust01 {
    display: block;
    width: 372px;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}

.bakedsweets-illust02 {
    display: block;
    width: 387px;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: -1;
}

.bakedsweets-illust03 {
    display: block;
    width: 263px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bakedsweets-illust04 {
    display: block;
    width: 332px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: -1;
}

/* 焼菓子について */

.bakedsweets-about-box {
    padding-top: 140px;
    width: 1180px;
    margin: 0 auto;
}

.bakedsweets-about {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 120px;
    align-items: center;
}

.bakedsweets-about:nth-of-type(even) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 40px;
    margin-bottom: 120px;
    align-items: center;
}

.bakedsweets-product-img {
    width: 650px;
    box-shadow: 0px 0px 6px 0px rgba(168, 84, 84, 0.6);
}

.bakedsweets-product-text {
    font-size: 1.8rem;
    line-height: 2.6;
    text-align: center;
    color: #D96E26;
}

.bakedsweets-pickup {
    width: 370px;
}

.bakedsweets-bottom-text {
    font-size: 1.6rem;
    color: #D96E26;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 50px;
}

@media screen and (max-width:767px) {
    .bakedsweets-sp {
            display: block;
        }

    /* コンテンツ */

    .bakedsweets-illust01 {
        width: 172px;
        top: -50px;
        left: 0;
    }

    .bakedsweets-illust02 {
        width: 187px;
        top: -30px;
        right: -30px;
    }

    .bakedsweets-illust03 {
        width: 163px;
        bottom: 70px;
        left: -30px;
    }

    .bakedsweets-illust04 {
        width: 180px;
        bottom: 0px;
        right: -50px;
    }

    /* 焼菓子について */

    .bakedsweets-about-box {
        padding-top: 80px;
        width: 100%;
    }

    .bakedsweets-about {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .bakedsweets-about:nth-of-type(even) {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 80px;
    }

    .bakedsweets-product-img {
        width: 100%;
    }

    .bakedsweets-product-text {
        font-size: 1.6rem;
        line-height: 2.4;
    }

    .bakedsweets-pickup {
        width: 300px;
    }

    .bakedsweets-bottom-text {
        font-size: 1.6rem;
        color: #D96E26;
        letter-spacing: 0.1em;
        text-align: center;
        padding-bottom: 50px;
    }
    
        /* 25.5.15add_商品一覧_SP */ 
    
    .feature-item #stollenImage {
        width: 85%;
        margin:auto;
        display:block;
    }

    .stollen-price {
        text-align: center!important;
        font-size: 15px;
        color: #111;
        margin:0;
    }

    .stollen-item-list {
        text-align:  center;
    }

    .stollen-item-name {
        text-align: center!important;
        line-height: 1.6;
        font-size: 18px;
        font-weight: bold;
        color: #111;
        margin:0;
    }

}