@charset "UTF-8";

/* P19　3名店 =========================*/
/* おせちのこだわり */
.sec-bottom {
    padding: 50px 100px 40px;
    font-weight: 400;
    color: #fff;
    background-image: url("/img/usr/goods/26osechi/4901010867743/bg_bottom.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
}

.sec-bottom p {
    text-align: justify;
}

.sec-bottom .wrap_block_txt {
    padding: 0 30px 40px;
}

.sec_wrapper {
    padding-bottom: 60px;
    background-image: url("/img/usr/goods/26osechi/4901010867743/kumo_gold.webp");
    background-repeat: no-repeat;
    background-position: bottom 60px left -50px;
    background-size: 340px;
}

.sec_wrapper_r {
    background-image: url("/img/usr/goods/26osechi/4901010867743/kumo_gold.webp");
    background-repeat: no-repeat;
    background-position: bottom 60px right -50px;
    background-size: 340px;
}

.sec-bottom h3 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    font-size: 30px;
    color: #222;
    background-image: url("/img/usr/goods/26osechi/4901010866982/bg_copy.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec-bottom .wrap_block {
    margin: 40px 30px auto;
}

.sec-bottom .portrait {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 170px;
    margin: 10px 20px 15px 0;
    float: left;
    font-size: 14px;
}

.sec-bottom .portrait_r {
    margin: 10px 0 15px 20px;
    float: right;
}

.sec-bottom h4 {
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 1.2;
}

.bottom_img {
    width: calc(70% - 100px);
    margin: 25px 0 0 auto;
}

.bottom_img_l {
    width: calc(70% - 100px);
    margin: 25px auto 0 0;
}

/* スマホ用調整------------------------------------------------ */
@media (max-width: 780px) {

    /* おせちのこだわり */
    .sec-bottom {
        padding: 30px 0 0;
    }

    .sec-bottom .wrap_block_txt {
        padding: 0 20px 30px;
    }

    .sec_wrapper {
        padding-bottom: 60px;
        background-image: url("/img/usr/goods/26osechi/4901010867743/kumo_gold.webp");
        background-repeat: no-repeat;
        background-position: bottom 8px left -30px;
        background-size: 210px;
    }

    .sec_wrapper_r {
        background-image: url("/img/usr/goods/26osechi/4901010867743/kumo_gold.webp");
        background-repeat: no-repeat;
        background-position: bottom 8px right -30px;
        background-size: 210px;
    }

    .sec-bottom h3 {
        padding: 4px 0;
        font-size: 24px;
        background-image: url("/img/usr/goods/26osechi/4901010866982/bg_copy.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .sec-bottom .wrap_block {
        margin: 20px;
        line-height: 1.8;
    }

    .sec-bottom .portrait {
        width: 120px;
        margin: 5px 20px 0 0;
        font-size: 12px;
    }
    
    .sec-bottom .portrait_r {
        margin: 5px 0 0 20px;
    }

    .sec-bottom h4 {
        margin: 0 auto 10px;
        font-size: 20px;
    }

    .bottom_img {
        width: calc(100% - 20px);
        /* margin: 20px 20px 0 0; */
    }
}