@charset "utf-8";

:root {
    --base-size: 1920;
    --pcWidth: 1360;
    --spWidth: 1150;
}

* {
    box-sizing: border-box;
}

#wrapper {
    width: 100% !important;
}

#product_top a {
    text-decoration: none;
}

/* ------------------------------------------------------------
PC
------------------------------------------------------------ */
#product_top * {
    box-sizing: border-box;
}

#product_top .pc {
    display: block !important;
}

#product_top .sp {
    display: none !important;
}

/* ------------------フォント設定------------------- */
#product_top a,
#product_top h2,
#product_top h3,
#product_top li,
#product_top p {
    color: #222222;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8rem;
    font-family: 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#product_top a:hover {
    text-decoration: none;
}

/* ------------------共通タイトル------------------- */
#product_top .title {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto 60px;
}

#product_top .title h2 {
    font-size: 36px;
    letter-spacing: 4px;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px;
}

#product_top .title h2:after,
#product_top .title h2:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    content: '';
    width: 70px;
    height: 30px;
    background-image: url("../../img/top/tit_deco.webp");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.3s;
}

#product_top .title h2:before {
    position: absolute;
    top: -50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    content: '';
    width: 70px;
    height: 30px;
    background-image: url("../../img/top/tit_deco.webp");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.3s;
}

#product_top .title h2:after {
    bottom: -50px;
    height: 40px;
}

#product_top #pickup .title h2:after {
    width: 80px;
    background-image: url("../../img/top/sub_pickup.webp");
}

#product_top #product .title h2:after {
    width: 80px;
    background-image: url("../../img/top/sub_product.webp");
}

#product_top #campaign .title h2:after {
    width: 80px;
    background-image: url("../../img/top/sub_campaign.webp");
}

#product_top #entertainment .title h2:after {
    width: 140px;
    background-image: url("../../img/top/sub_entertainment.webp");
}

#product_top #group .title h2:after {
    width: 140px;
    background-image: url("../../img/top/sub_group.webp");
}


#product_top #shop .title h2:after {
    width: 140px;
    background-image: url("../../img/top/sub_shop.webp");
}

#product_top #news .title h2:after {
    width: 80px;
    background-image: url("../../img/top/sub_news.webp");
}

/* ------------------メインビジュアル------------------- */
#product_top #mv .mv_slider {
    width: 100%;
    margin: 10px auto 100px;
    box-sizing: border-box;
    overflow: visible;
}

#product_top #mv .mv_slider {
    margin: 0 auto 20px;
    max-width: 1220px;
    width: 100%;
}

#product_top #mv .mv_slider img {
    width: 100%;
    margin: 0 auto;
}

.slick-list {
    padding: 0 !important;
}

/* ------------------ボタン------------------- */
#product_top .button_area ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    text-align: center;

}

#product_top .button_area ul li a {
    position: relative;
    display: block;
    width: 360px;
    height: 60px;
    line-height: 30px;
    padding: 14px 0 14px;
    border: #E50012 2px solid;
    color: #E50012;
    font-weight: bold;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

#product_top .button_area ul li a:hover {
    color: #fff;
    background: #E50012;
}

#product_top .button_area ul li a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../../common/img/arrow_red.webp");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.3s;
}

#product_top .button_area ul li a:hover:after {
    right: 15px;
    background-image: url("../../common/img/arrow_white.webp");
}

/* ---１つボタン--- */
#product_top .button_area.one {
    width: 360px;
    margin: 0 auto;
}

/* ---２つボタン--- */
#product_top .two ul {
    width: 750px !important;
    margin: 0 auto !important;
    gap: 0 !important;
}

/* --３-つボタン--- */
#product_top .three ul {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto !important;
    gap: 0 !important;
}


/* ------------------３つ並びのバナー------------------- */
#product_top ul.large {
    max-width: 1220px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 0 40px;
}

#product_top ul.large li {
    width: calc((100% - 80px) / 3);
    padding: 0;
    text-align: center;
}

#product_top ul.large img {
    width: 100%;
    transition: 0.3s;
}

#product_top ul.large img:hover {
    opacity: 0.8;
}


/* ------------------ピックアップ------------------- */
#product_top #pickup {
    position: relative;
    margin: 160px auto 0;
    padding: 0 20px;
}

#product_top #pickup .slider {
    padding: 15px 0;
    margin: 90px auto 0;
}

#product_top #pickup .pickup_slider {
    position: relative;
    max-width: 1260px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: visible;
}

#product_top #pickup .pickup_slider li.banner {
    width: 380px;
    padding: 0 20px;
    box-sizing: border-box;
}

#product_top #pickup .pickup_slider .slick-dots li {
    padding: 0;
    position: relative;
}

#product_top #pickup .pickup_slider img {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    transition: 0.3s;
}

#product_top #pickup .pickup_slider img:hover {
    opacity: 0.8;
}

#product_top #pickup .bg {
    position: absolute;
    z-index: 0;
    top: 98px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    display: block;
    background: #FBE5E7;
    max-width: 1000px;
    width: 100%;
    height: calc(80%);
}

#product_top #pickup .slick-dots {
    bottom: -90px;
}

/* ------------------商品情報------------------- */
#product_top #product {
    margin: 180px auto 0;
    padding: 0 20px;
}

/* ---共通--- */
#product_top #product ul {
    width: 100%;
    max-width: 1220px;
    margin: 70px auto 60px;
    display: flex;
    flex-flow: wrap;
    gap: 0 40px;
}

#product_top #product ul li {
    padding: 0;
    text-align: center;
}

#product_top #product li img {
    width: 100%;
    transition: 0.3s;
}

#product_top #product li img:hover {
    opacity: 0.8;
}

/* ---カテゴリ--- */
#product_top #product .category li {
    width: calc((100% - 120px) / 4);
}

#product_top #product .category li:last-child {
    margin-right: 0px;
}

#product_top #product .category li img {
    border-radius: 20px;
}

#product_top #product .category li p {
    margin: 18px auto 0;
    font-weight: bold;
    transition: 0.3s;
}

#product_top #product .category li:hover p {
    color: #E50012;
}

/* ---大きめバナー--- */
#product_top #product .large {
    margin: 0 auto 40px;
}

/* ---小さめバナー--- */
#product_top #product .small {
    margin: 0 auto 60px;
}

#product_top #product .small li {
    width: calc((100% - 160px) / 5);
}

/* ------------------キャンペーン------------------- */
#product_top #campaign {
    margin: 130px auto 0;
}

#product_top #campaign img {
    max-width: 800px;
    width: 100%;
    transition: 0.3s;
    border-radius: 20px;
}

#product_top #campaign img:hover {
    opacity: 0.8;
}

#product_top #campaign .big a {
    display: block;
    max-width: 840px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
}

#product_top #campaign .small {
    display: flex;
    flex-flow: wrap;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 60px;
}

#product_top #campaign .small li {
    width: 47.5%;
}

#product_top #campaign .small li:first-child {
    margin: 0 auto;
}

/* --------
#product_top #campaign .small li:first-child {
    margin: 0 40px 0 0;
}
    ---------- */
#product_top #campaign .small li img {
    width: 100%;
    border-radius: 20px;
    height: 200px;
}

/* ------------------レシピ------------------- */
#product_top #recipe {
    margin: 140px auto 0;
    padding: 0 20px;
}

#product_top #recipe h2 a:hover {
    opacity: 0.8;
}

#product_top #recipe h2 img {
    display: block;
    width: 400px;
    margin: 0 auto;
}

/* ---スライダー--- */
#product_top #recipe .slider {
    margin: 50px auto 0;
}

#product_top #recipe .recipe_slider {
    z-index: 1;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
    overflow: visible;
}

#product_top #recipe .recipe_slider {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 1050px;
}

#product_top #recipe .recipe_slider li {
    padding: 0 15px 40px;
}

#product_top #recipe .recipe_slider .slick-dots li {
    padding: 0;
    position: relative;
    left: -14px;
}

#product_top #recipe .recipe_slider img {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    transition: 0.3s;
}

#product_top #recipe .recipe_slider img:hover {
    opacity: 0.8;
}

#product_top #recipe .recipe_slider li dl {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 30px auto 0;
}

#product_top #recipe .recipe_slider li dt {
    font-size: 12px;
    font-weight: bold;
    color: #E50012;
    border: #E50012 1px solid;
    width: 119px;
    height: 25px;
    border-radius: 50px;
    padding: 3px 0 0;
    margin: 0 20px 0 0;
    text-align: center;
    line-height: 1.2rem;
}

#product_top #recipe .recipe_slider li dd {
    width: auto;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5rem;
    padding: 2px 0 0;
}

#product_top #recipe .slick-next,
#product_top #recipe .slick-prev {
    top: 36.5%;
}

/* ---バナー--- */
#product_top #recipe ul.large {
    margin: 30px auto 50px;
}

/* ------------------ヤマザキのお店------------------- */
#product_top #shop {
    margin: 150px auto 0;
}

#product_top #shop h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#product_top #shop img {
    transition: 0.3s;
}

#product_top #shop img:hover {
    opacity: 0.8;
}

/* ---デイリーヤマザキ--- */
#product_top #shop .daily_tit {
    width: 620px;
    margin: 70px auto 30px;
    display: flex;
    flex-flow: wrap;
}

#product_top #shop .daily_tit img {
    width: 150px;
    border-radius: 10px;
}

#product_top #shop .daily_tit h3 {
    padding: 20px 0 0 35px;
}

#product_top #shop .daily_area {
    background: #FBE5E7;
    border-radius: 20px;
    width: 100%;
    max-width: 1140px;
    padding: 40px;
    margin: 30px auto 50px;
    box-sizing: border-box;
}

#product_top #shop .daily_area ul {
    display: flex;
    flex-flow: wrap;
}

#product_top #shop .daily_area ul li {
    width: 50%;
    display: flex;
    flex-flow: wrap;
}

#product_top #shop .daily_area ul li a {
    width: 45%;
    border-radius: 10px;
}

#product_top #shop .daily_area ul li a img {
    width: 100%;
    border-radius: 10px;
}

#product_top #shop .daily_area ul li p {
    font-size: 14px;
    width: 55%;
    padding: 0 4%;
    display: grid;
    align-items: center;
}

/* ---ショップ--- */

#product_top #shop h3.shop {
    margin: 90px auto 0;
}

#product_top #shop .shop_area {
    background: #FBE5E7;
    border-radius: 20px;
    width: 100%;
    max-width: 1140px;
    padding: 40px;
    margin: 30px auto 50px;
    box-sizing: border-box;
}

#product_top #shop .shop_area ul {
    display: flex;
    flex-flow: wrap;
}

#product_top #shop .shop_area ul li {
    width: 22%;
    margin: 0 4% 0 0;
    display: flex;
    flex-flow: wrap;
}

#product_top #shop .shop_area ul li:last-child {
    margin: 0;
}

#product_top #shop .shop_area ul li a img {
    width: 100%;
    border: #ddd 1px solid;
    border-radius: 20px;
}

/* ------------------知る楽しむ------------------- */
#product_top #entertainment {
    margin: 150px auto 0;
}

#product_top #entertainment .banner_area {
    position: relative;
    padding: 0 20px;
}

#product_top #entertainment ul.large {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1220px;
    margin: 40px auto 20px;

}

#product_top #entertainment ul.large li {
    padding: 0;
    margin: 0 0 40px 0;
}

#product_top #entertainment ul.large li img {
    border-radius: 20px;
}

#product_top #entertainment .slick-next,
#product_top #entertainment .slick-prev {
    top: 40%;
}

#product_top #entertainment .bg {
    position: absolute;
    z-index: 0;
    top: 40px;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #FBE5E7;
    width: 75%;
    height: 370px;
    border-radius: 20px;
}


/* ------------------ヤマザキグループ------------------- */
#product_top #group {
    margin: 170px auto 0;
}

#product_top #group .banner_area {
    position: relative;
    padding: 0 20px;
}

#product_top #group ul.large {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1220px;
    margin: 40px auto 20px;

}

#product_top #group ul.large li {
    padding: 0;
    margin: 0 0 40px 0;
}

#product_top #group ul.large li img {
    border-radius: 20px;
}

#product_top #group li p {
    margin: 18px auto 0;
    font-weight: bold;
    transition: 0.3s;
}

#product_top #group li:hover p {
    color: #E50012;
}


/* ------------------お知らせ------------------- */

#product_top #news {
    margin: 160px auto 0;
}

#product_top #news .title {
    margin: 0 auto 80px;
}

/* ------------------SNS------------------- */
#product_top #sns {
    margin: 150px auto 0;
    background: #FBE5E7;
    position: relative;
}

#product_top #sns:before {
    position: absolute;
    top: -50px;
    content: '';
    width: 100%;
    background: #fbe5e7;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 160px;
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
}

#product_top #sns ul {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#product_top #sns ul li {
    width: 12%;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

#product_top #sns ul li .circle_height {
    position: relative;
    padding-top: 100%;
    padding-top: 100%;
    height: 0;
}

#product_top #sns ul li .circle_height a {
    position: absolute;
    top: calc((100% - 60%)/2);
    left: 0;
    right: 0;
    text-decoration: none;
}

#product_top #sns ul li img {
    width: 35%;
}

#product_top #sns ul li p {
    font-size: 12px;
    margin: 2px auto 0;
    letter-spacing: -1px;
}

#product_top #sns ul li a:hover {
    text-decoration: underline;
}

#product_top #sns hr {
    border-top: none;
    width: 100%;
    max-width: 1150px;
    margin: 30px auto 0;
}

/* ------------------フッターカラー------------------- */
#product_top #top_footer {
    background: #FBE5E7;
}

/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 800px) {

    #product_top .pc {
        display: none !important;
    }

    #product_top .sp {
        display: block !important;
    }

    /* ------------------フォント設定------------------- */
    #product_top a,
    #product_top h2,
    #product_top h3,
    #product_top li,
    #product_top p {
        font-size: 16px;
        text-decoration: none;
        line-height: 1.8rem;
    }

    /* ------------------ボタン------------------- */
    #product_top .button_area ul {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #product_top #product ul li {
        margin: 0 auto 40px;
    }

    #product_top .button_area ul li a {
        width: 90%;
        margin: 0 auto;
        padding: 14px 0 10px;
    }

    /* ---１つボタン--- */
    #product_top .button_area.one {
        width: 95%;
    }

    /* ---２つボタン--- */
    #product_top .two ul {
        width: 95% !important;
    }

    #product_top .button_area.two li:first-child {
        margin: 0 auto 20px;
    }


    #product_top .button_area ul li a:after {
        right: 8px;
        width: 14px;
        height: 14px;
    }

    #product_top .button_area ul li a:hover:after {
        right: 8px;
    }

    /* ---３つボタン--- */
    #product_top .three ul {
        width: 95% !important;
    }

    #product_top .three ul li {
        margin: 0 auto 20px;
    }

    /* ------------------３つ並びのバナー------------------- */
    #product_top ul.large {
        width: 90%;
        display: block;
    }

    #product_top ul.large li {
        width: 100%;
        padding: 0 1.5%;
        margin: 0 auto 20px;
    }

    /* ------------------共通タイトル------------------- */
    #product_top .title {
        margin: 0 auto 50px;
    }

    #product_top .title h2 {
        font-size: 28px;
        letter-spacing: 2px;
        padding: 0;
    }

    #product_top .title h2:before {
        top: -36px;
        width: 50px;
    }

    #product_top .title h2:after {
        bottom: -50px;
        height: 40px;
    }

    /* ------------------ピックアップ------------------- */
    #product_top #pickup {
        position: relative;
        margin: 120px auto 0;
        padding: 0;
    }

    #product_top #pickup .slider {
        margin: 30px auto 0;
        background: #FBE5E7;
    }

    #product_top #pickup .pickup_slider {
        z-index: 1;
        margin: 0 auto;
        width: 86%;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: visible;
        padding: 20px 0;
    }


    #product_top #pickup .pickup_slider li.banner {
        width: 100%;
        padding: 0 3%;
    }


    #product_top #pickup .pickup_slider .slick-dots li {
        padding: 0;
        position: relative;
    }

    #product_top #pickup .pickup_slider img {
        width: 100%;
        border-radius: 20px;
        margin: 0 auto;
        transition: 0.3s;
    }

    #product_top #pickup .bg {
        display: none;

    }

    #product_top #pickup .slick-next {
        right: -7%;
        top: 50%;
        width: 40px;
        height: 40px;
    }

    #product_top #pickup .slick-prev {
        left: -7%;
        top: 50%;
        width: 40px;
        height: 40px;
    }

    #product_top #pickup .slick-dots {
        bottom: -60px;
    }

    /* ------------------商品情報------------------- */

    #product_top #product {
        padding: 0;
        margin: 140px auto 0;
    }

    /* ---共通--- */
    #product_top #product ul {
        margin: 0 auto 10px;
        display: block;
    }

    #product_top #product ul li {
        width: 100%;
        padding: 0 2%;
        margin: 0 auto 24px;
        text-align: center;
    }

    /* ---カテゴリ--- */
    #product_top #product .category {
        width: 90%;
        display: flex;
        gap: 0;
        flex-flow: wrap;
    }

    #product_top #product .category li {
        width: 50%;

    }

    #product_top #product .category li img {
        border-radius: 10px;
    }

    #product_top #product .category li p {
        margin: 10px auto 0;

    }

    /* ---大きめバナー--- */
    #product_top #product .large {
        width: 90%;
        margin: 0 auto 1.5%;
    }

    /* ---小さめバナー--- */
    #product_top #product .small {
        width: 90%;
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        margin: 0 auto 30px;
        gap: 0;
    }

    #product_top #product .small li {
        width: 50%;
    }

    /* ------------------キャンペーン------------------- */
    #product_top #campaign {
        margin: 100px auto 0;
    }

    #product_top #campaign img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    #product_top #campaign img:hover {
        opacity: 0.8;
    }

    #product_top #campaign .big {
        width: 80%;
        margin: 0 auto 0;
    }

    #product_top #campaign .big a {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;

    }

    #product_top #campaign .small {
        display: block;
        width: 80%;
        max-width: 90%;
        margin: 0 auto 40px;
    }

    #product_top #campaign .small li {
        width: 100%;
    }

    #product_top #campaign .small li:first-child {
        margin: 0 auto;
    }

    #product_top #campaign .small li a {
        width: 100%;
        margin: 0 auto 20px;
        display: block;
    }



    #product_top #campaign .small li img {
        width: 100%;
        height: auto;
    }

    /* ------------------レシピ------------------- */
    #product_top #recipe {
        margin: 100px auto 0;
        padding: 0;
    }

    #product_top #recipe h2 img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    /* ---スライダー--- */
    #product_top #recipe .slider {
        margin: 30px auto 0;
    }

    #product_top #recipe .slider {
        z-index: 1;
        margin: 0 auto;
        width: 80%;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: visible;
        padding: 20px 0;
    }

    #product_top #recipe .slider .img_area {
        position: relative;
    }

    #product_top #recipe .slider .img_area p {
        position: absolute;
        bottom: 8px;
        left: 8px;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        color: #E50012;
        border: #E50012 1px solid;
        width: 140px;
        border-radius: 50px;
        background: #fff;
        padding: 2px 0 0;
        margin: 0;
        text-align: center;
    }

    #product_top #recipe .recipe_slider {
        margin: 0 auto;
    }

    #product_top #recipe .recipe_slider li {
        padding: 0 8px;
    }

    #product_top #recipe .recipe_slider li dl {
        display: block;
        text-align: center;
        margin: 20px auto;
    }

    #product_top #recipe .recipe_slider img {
        border-radius: 10px;
    }

    #product_top #recipe .recipe_slider li dd {
        width: 100%;
        padding: 0;

    }

    #product_top #recipe .slick-next {
        right: -7%;
        top: 50%;
        width: 40px;
        height: 40px;
    }

    #product_top #recipe .slick-prev {
        left: -7%;
        top: 50%;
        width: 40px;
        height: 40px;
    }




    /* ---バナー--- */
    #product_top #recipe ul.large {
        margin: 10px auto 0;
        display: flex;
        flex-flow: wrap;
        gap: 0;
        width: 100%;
        padding: 0;
    }

    #product_top #recipe ul.large li {
        width: 100%;
    }


    /* ---　レシピバナー、1/2　指示
    #product_top #recipe ul.large li {
        width: 50%;
        padding: 0 2%;
    }

    #product_top #recipe ul.large li:first-child {
        width: 100%;
    }
    -->
    --- */

    #product_top #recipe ul.large li img {
        border-radius: 20px;
    }

    #product_top #recipe .slick-next {
        left: 94%;
        top: 35%;
    }

    #product_top #recipe .slick-prev {
        left: -7%;
        top: 35%;
    }

    /* ------------------ヤマザキのお店------------------- */
    #product_top #shop {
        margin: 80px auto 0;
    }

    #product_top #shop h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    #product_top #shop h3.shop {
        margin: 60px auto 0;
        text-align: center;
    }

    #product_top #shop img {
        transition: 0.3s;
    }

    #product_top #shop img:hover {
        opacity: 0.8;
    }

    /* ---デイリーヤマザキ--- */
    #product_top #shop .daily_tit {
        width: 80%;
        align-items: flex-start;
        margin: 70px auto 20px;
    }

    #product_top #shop .daily_tit a {
        width: 35%;
    }

    #product_top #shop .daily_tit img {
        width: 100%;
    }

    #product_top #shop .daily_tit h3 {
        padding: 0 0 0 20px;
    }

    #product_top #shop .daily_area {
        border-radius: 20px;
        width: 90%;
        padding: 30px 20px 10px;
        margin: 0 auto 50px;
    }

    #product_top #shop .daily_area ul {
        display: block;
        margin: 0 2%;
    }

    #product_top #shop .daily_area ul li {
        width: 100%;
    }

    #product_top #shop .daily_area ul li a {
        width: 100%;
        border-radius: 10px;
    }

    #product_top #shop .daily_area ul li a img {
        width: 100%;
        border-radius: 10px;
    }

    #product_top #shop .daily_area ul li p {
        font-size: 16px;
        line-height: 1.8rem;
        width: 100%;
        padding: 0;
        margin: 20px auto;
    }

    /* ---ショップ--- */
    #product_top #shop .shop_area {
        border-radius: 20px;
        width: 90%;
        padding: 30px 20px 10px;
        margin: 25px auto 50px;
    }

    #product_top #shop .shop_area ul li {
        width: 46%;
        margin: 0 2% 4%;
    }

    #product_top #shop .shop_area ul li:last-child {
        margin: 0 2% 4%;
    }

    #product_top #shop .shop_area ul li a img {
        width: 100%;
        border: #ddd 1px solid;
        border-radius: 10px;
    }

    /* ------------------知る楽しむ------------------- */
    #product_top #entertainment {
        margin: 100px auto 0;
    }

    #product_top #entertainment .banner_area {
        background: #fbe5e7;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(251, 229, 231, 1) 10%, rgba(251, 229, 231, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
        padding: 28px 0 0;
        margin: 0 auto 20px;
    }

    #product_top #entertainment ul.large {
        width: 90%;
        display: flex;
        margin: 0 auto;
        gap: 0;
        padding: 0;
    }

    #product_top #entertainment ul.large li {
        width: 50%;
        padding: 0 2%;
        box-sizing: border-box;

    }

    #product_top #entertainment ul.large li img {
        border-radius: 10px;
    }

    #product_top #entertainment .bg {
        display: none;
    }

    /* ------------------ヤマザキグループ------------------- */
    #product_top #group {
        margin: 120px auto 0;
    }

    #product_top #group .banner_area {
        padding: 0;
    }

    #product_top #group ul.large {
        width: 80%;
        margin: 60px auto 20px;

    }

    #product_top #group ul.large li {
        padding: 0;
        margin: 0 0 30px 0;
    }

    #product_top #group ul.large li img {
        border-radius: 0;
    }


    /* ------------------お知らせ------------------- */

    #product_top #news {
        margin: 120px auto 0;
    }

    #product_top #news .title {
        margin: 0 auto 50px;
    }

    /* ------------------SNS------------------- */
    #product_top #sns {
        margin: 100px auto 0;
        padding: 0 0 30px;
    }

    #product_top #sns ul {
        width: 90%;
    }

    #product_top #sns ul li {
        width: 47%;
        height: auto;
        padding: 10px 9px;
        margin: 0 1% 10px;
        border-radius: 100px;

    }

    #product_top #sns ul li .circle_height {
        padding-top: 0;
        height: auto;
    }

    #product_top #sns ul li .circle_height a {
        position: relative;
        display: flex;
        flex-flow: wrap;
    }

    #product_top #sns ul li img {
        width: 30px;
    }

    #product_top #sns ul li p {
        font-size: 12px;
        text-align: left !important;
        margin: 2px 0 0 6px;
    }

    #product_top #sns hr {
        margin: 0 auto 0;
    }


}