@charset "UTF-8";
html {
    container-type: inline-size;
}
.kogashibutter {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-inline: min(600px - 50cqw, -30px);
    position: relative;
}
.section_title_jp {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.section_title {
    text-align: center;
    margin-bottom: 40px;
}
.section_title_en {
    height: 36px;
    margin-bottom: 18px;
}
.section_title_en img {
    height: 100%;
    width: auto;
}

section#mv {
    padding-block: 70px 260px;
    background: url(/img/usr/detail_design/sugarbuttertree/kogashibutter/mv.jpg) no-repeat center / cover;
}
.mv_test {
    width: min(1250px, 100%);
    margin-inline: auto;
    padding-inline: 30px;
    text-align: right;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 0 6px #2b1807;
}
.content {
    background: #F5BD36;
    padding-block: 100px;
}
.content_inner {
    width: min(1250px, 100%);
    margin-inline: auto;
    padding-inline: 30px;
    display: flex;
    flex-flow: column wrap;
    gap: 100px;
}
section#brand {
    background: #529CBA;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 70px 40px 54px;
}
.brand_text {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
}
.oishisa_title {
    text-align: center;
    background: #0061AB;
    margin-bottom: 40px;
    padding-block: 22px;
    position: relative;
}
.oishisa_title::before,
.oishisa_title::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 80px;
    background: transparent;
    background: linear-gradient(0deg, transparent 0%, transparent 20%, #083976 20%, #083976 30%, transparent 30%, transparent 40%, #083976 40%, #083976 50%, transparent 50%, transparent 60%, #083976 60%, #083976 70%, transparent 70%, transparent 80%, #083976 80%, #083976 90%, transparent 90%);
    position: absolute;
    bottom: 50%;
    translate: 0 55%;
}
.oishisa_title::before {
    left: 0;
}
.oishisa_title::after {
    right: 0;
}
.oishisa_title img {
    width: 328px;
    height: auto;
}
.oishisa_img {
    width: min(1111px,100%);
    margin-inline: auto;
}
section#deta {
    border-top: 1px solid #fff;
    padding-top: 100px;
}
.deta_content {
    display: flex;
    flex-flow: column wrap;
    gap: 2px;
    margin-bottom: 40px;
}
.deta_content dl {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}
.deta_content dt {
    width: 230px;
    background: #529CBA;
    padding: 20px 16px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.deta_content dd {
    width: calc(100% - 230px);
    background: #fff;
    padding: 20px 16px 16px;
    font-size: 18px;
}
.deta_note {
    color: #fff;
    font-size: 15px;
}
section#lineup {
    background: #FFF6DB;
    padding-block: 100px;
}
.lineup_inner {
    width: min(1250px, 100%);
    margin-inline: auto;
    padding-inline: 30px;
}
.lineup_title {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 450px;
    background: #0061AB;
    border-radius: 300px;
    margin-inline: auto;
    margin-bottom: 30px;
    padding-block: 17px 21px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}
.lineup_text {
    text-align: center;
    color: #0061AB;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
}
.lineup_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.lineup_item {
    width: 347px;
}
.lineup_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.lineup_item a::after {
    content: "※包装紙がけはございません。";
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.lineup_item_img {
    width: 100%;
    margin-bottom: 5px;
}
.lineup_item_text {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.lineup_item_text::after {
    content: "(税込)";
    font-size: 16px;
}

  [data-browse-mode=P] {
}



[data-browse-mode=S] {
    .section_title {
        margin-bottom: 20px;
    }
    .section_title_en {
        height: 26px;
        margin-bottom: 10px;
    }
    .section_title_jp {
        font-size: 14px;
    }
    section#mv {
        padding-block: 30px;
        background-image: url(/img/usr/detail_design/sugarbuttertree/kogashibutter/mv_sp.jpg);
    }
    .mv_test {
        padding-inline: 23px;
        font-size: 18px;
        text-shadow: 0 0 6px #703111;
    }
    .content {
        padding-block: 50px;
    }
    .content_inner {
        padding-inline: 15px;
        gap: 50px;
    }
    section#brand {
        padding: 45px 30px 35px;
    }
    .brand_text {
        font-size: 13px;
    }
    .oishisa_title {
        margin-inline: -15px;
        margin-bottom: 20px;
        padding-block: 18px;
    }
    .oishisa_title::before, .oishisa_title::after {
        width: 25px;
        height: 59px;
    }
    .oishisa_title img {
        width: min(224px, 100% - 60px);
    }
    section#deta {
        padding-top: 50px;
    }
    .deta_content {
        margin-bottom: 20px;
    }
    .deta_content dt {
        width: 109px;
        padding: 18px 10px 15px;
        font-size: 13px;
    }
    .deta_content dd {
        width: calc(100% - 109px);
        padding: 18px 10px 15px;
        font-size: 13px;
    }
    .deta_note {
        font-size: 13px;
    }
    section#lineup {
        padding-block: 50px;
    }
    .lineup_inner {
        padding-inline: 40px;
    }
    .lineup_title {
        width: 100%;
        padding-block: 15px;
        font-size: 22px;
    }
    .lineup_text {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .lineup_content {
        gap: 40px;
    }
    .lineup_item {
        width: 100%;
    }
    .lineup_item_img {
        width: min(100%, 360px);
        margin-inline: auto;
        margin-bottom: 0;
    }
    .lineup_item_text {
        font-size: 14px;
    }
    .lineup_item a::after,
    .lineup_item_text::after {
        font-size: 10px;
    }
}