/* 
    memo
    ヒラギノ丸ゴ StdN W4　＝　M PLUS Rounded 1c 400
    ヒラギノ丸ゴ StdN W6　＝　M PLUS Rounded 1c 700
    ヒラギノUD角ゴ StdN W5　＝　M PLUS 1p 500
    ヒラギノUD角ゴ StdN W6　＝　M PLUS 1p 700
*/

html {
    font-size: 1px;
}
body {
    font-size: 16px;
}

#footer {
    z-index: 1;
    margin-top: -10px;
}
.wrap {
    min-width: 1200px;
    overflow:hidden;
    font-family: YakuHanJP, "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    margin-top: -10px;
    box-sizing: border-box;
    color: #3E5D58;
}
.inner {
    position: relative;
    width: 1200rem;
    margin-inline:auto;
}
.font_1p {
    font-family: YakuHanJP, "M PLUS 1p", sans-serif;
    /* M PLUS 1pのテキストが乱れる問題に対応 */
    transform:rotateZ(0.03deg);
}
.font_1c {
    font-family: YakuHanJP, "M PLUS Rounded 1c", sans-serif;
    /* M PLUS 1pのテキストが乱れる問題に対応 */
    transform:rotateZ(0.03deg);
}
sub {
    vertical-align: baseline;
    font-size:70%;
    line-height: 1;
}

/* mv */
.mv {
    position: relative;
    z-index: 1;
}
.mv_inner {
    height: 1052rem;
}
.mv_bg {
    height: 750rem;
    background:#e2f2ef;
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.mv_deco_set {
    position: absolute;
    top:0;
    left:0;
    width: 180rem;
    height: 100%;
    display:flex;
    flex-direction: column;
}
.mv_deco_set_0 {
    height: 150rem;
}
.mv_deco_set_1 {
    height: 400rem;
    background:#d3ebe8;
}
.mv_deco_set_2 {
    height: 200rem;
    background:#c4e4e0;
}
.mv_deco_set_3 {
    height: 150rem;
    background:#b3cac7;
}
.mv_deco_set_4 {
    height: 100rem;
    background:#c4e4e0;
}
.mv_deco_set_5 {
    background:#d3ebe8;
    flex: 1;
}
.mv_ttl {
    position: absolute;
    top: 168rem;
    left: 218rem;
    width: 109rem;
    height:auto;
}
.mv_logo {
    display: block;
    width: 200rem;
    height: auto;
    margin-top: 152rem;
    margin-inline: auto;
}
.mv_main_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 900rem;
}
.mv_txt {
    margin-top: 49rem;
    font-size: 31rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
}
.mv_txt_2 {
    margin-top: 28rem;
}
.mv_txt_marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    padding-inline: 10rem;
}
.mv_item_list {
    display: flex;
    justify-content: center;
    gap: 10rem;
    margin-top: 24rem;
}
.mv_item_bbq,
.mv_item_consomme {
    width: 348rem;
    height:auto;
}
.mv_ig_btn {
    font-weight: 700;
    font-size: 14rem;
    text-decoration: none;
    color: #3e5d58;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    top: 40rem;
    right: 40rem;
}
.mv_ig_btn_icon {
    width: 44rem;
    height: 44rem;
}
.mv_ig_btn_txt {
    padding: 0 10rem;
    display: inline-block;
}
@media (hover: hover){
    .mv_ig_btn {
        transition: color 0.4s, background-color 0.4s;
    }
    .mv_ig_btn:hover {
        color: #fff;
        background-color: #3e5d58;
        opacity: 1;
    }
}

/* about */
.about {
    margin-top: 120rem;
    padding-bottom: 60rem;
    overflow: hidden;
}
.about_top {
    background: #f0f8f7;
    padding-top: 1px;
}
.absolute_ttl {
    text-align: center;
    font-size: 38rem;
    letter-spacing: 0.04em;
    margin-top: 30rem;
    font-weight:700;
}
.about_bg_img_set {
    margin-top: 28rem;
    display: flex;
}
.about_bg_img_x {
    flex:1;
    height: 500rem;
}
.about_bg_img_1 {
    background: url(../img/pc/product/protein_2024/about_bg_img_1.jpg) no-repeat 50% 50% / cover;
}
.about_bg_img_2 {
    background: url(../img/pc/product/protein_2024/about_bg_img_2.jpg) no-repeat 50% 50% / cover;
}
.about_snack {
    position: relative;
    display: block;
    width: 325.5rem;
    height: auto;
    margin-top: -86rem;
    margin-inline: auto;
}
.about_txt {
    margin-top: 40rem;
    font-size: 18rem;
    line-height: 2;
    letter-spacing: -0.04em;
    text-align: center;
}
.about_txt_marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    padding-inline: 5rem;
}
.about_box {
    margin-top: 177rem;
    width: 1064rem;
    height: 284rem;
    border: 18rem solid #00b2a0;
    position: relative;
    background:#fff;
    margin-inline: auto;
}
.new_series_protein_hard {
    position: absolute;
    top: -77rem;
    left: -35rem;
    width: 155rem;
    height: auto;
}
.new_series_protein_saku {
    position: absolute;
    top: -77rem;
    right: -30rem;
    width: 155rem;
    height: auto;
}
.about_box_list {
    display: flex;
    font-weight: 700;
}
.about_box_old_catch {
    position: absolute;
    top: 13rem;
    left: 134rem;
    color: #525ea9;
    font-size: 18rem;
    font-weight: 700;
}
.about_box_old_catch::before {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    right: -37rem;
    width: 24rem;
    height: 24rem;
    background: url(../img/pc/product/protein_2024/new_series_deco_hard.svg) no-repeat;
    background-size: contain;
}
.about_box_saku_catch {
    position: absolute;    
    top: 13rem;
    right: 159rem;
    color: #f8b200;
    font-size: 18rem;
    font-weight: 700;
}
.about_box_saku_catch::before {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    left: -34rem;
    width: 24rem;
    height: 24rem;
    background: url(../img/pc/product/protein_2024/new_series_deco_saku.svg) no-repeat;
    background-size: contain;
}
.about_box_old_list {
    position: absolute;
    top: 54rem;
    gap: 54rem;
    left: 54rem;
}
.about_box_saku_list {
    position: absolute;
    top: 55rem;
    gap: 9rem;
    left: 667rem;
}
.about_box_arrow_set {
    position: absolute;
    top: 54rem;
    left: 400rem;
}
.about_item_old_x_name {
    text-align: center;
    margin-top: 13rem;
    font-size: 12rem;
    line-height: 1;
}
.about_item_old_1 {
    width: 135.5rem;
    height:auto;
}
.about_item_old_2 {
    width: 135.5rem;
    height:auto;
}
.about_item_saku_1 {
    width: 170rem;
    height:auto;
}
.about_item_saku_2 {
    width: 170rem;
    height:auto;
}
.about_item_saku_txt_img {
    width: 471rem;
    height:auto;
    position: absolute;
    top: -154rem;
    left: -100rem;
}
.about_item_saku_txt {
    text-align: center;
    margin-top: 37rem;
    font-size: 20rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ed7247;
}
.about_item_saku_x_name {
    text-align: center;
    margin-top: 10rem;
    font-size: 12rem;
    line-height: 1;
}

/* feature */
.feature_ttl_wrap {
    position: relative;
    overflow: hidden;
    height: 360rem;
    background: #fff200;
}
.feature_ttl_txt {
    display: block;
    margin-top: 94rem;
    margin-inline: auto;
    width: 220.5rem;
    height: auto;
}
.feature_ttl_box_wrap {
    position:relative;
    margin-top: 49rem;
}
.feature_ttl_box_wrap::before {
    content: "";
    position: absolute;
    top: 25rem;
    left: 50%;
    width: 90rem;
    height: 130rem;
    background: #3E5D58;
    transform: translate(-50%, -50%);
    clip-path:polygon(50% 0%, 0% 100%, 50% 75%, 100% 100%);
}
.feature_ttl_box {
    position:relative;
    width: 397rem;
    height: 52rem;
    background:#fff;
    border: 4rem solid #3E5D58;
    margin-inline: auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
.feature_ttl {
    font-size: 30rem;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.feature_1 {
    position:relative;
    overflow: hidden;
    height: 1175rem;
}
.feature_2 {
    position:relative;
    overflow: hidden;
    height: 1261rem;
}
.feature_x_bg {
    background: #f0f8f7;
    position: absolute;
    width: 100%;
}
.feature_1_bg {
    top: 0;
    left: 0;
    height:450rem;
}
.feature_2_bg {
    top: 150rem;
    left: 0;
    height: 1114rem;
}

.feature_subttl {
    font-size: 55rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05em;
}
.feature_subttl_accent_color {
    color:#ED7247;
}
.feature_1_subttl {
    position: absolute;
    top: 98rem;
    left: 110rem;
}
.feature_2_subttl {
    position: absolute;
    top: 623rem;
    left: 706rem;
}
.feature_txt {
    font-size: 22rem;
    line-height:1.45;
}
.feature_1_txt {
    position: absolute;
    top: 125rem;
    left: 600rem;
    width: 480rem;
}
.feature_2_txt {
    position: absolute;
    top: 870rem;
    right: 305rem;
    width: 185rem;
}
.feature_1_img {
    position: absolute;
    top: 300rem;
    right: 0;
    width: 1000rem;
    height: 300rem;
    background: url(../img/pc/product/protein_2024/feature_1_img.jpg) no-repeat 50% 50% / cover;
}
.feature_2_img {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 1000rem;
    height: 300rem;
    background: url(../img/pc/product/protein_2024/feature_2_img.jpg) no-repeat 50% 50% / cover;
}
.feature_1_main_img_wrap {
    position: absolute;
    top: 550rem;
    left: 0;
    width:100%;
    text-align:center;
}
.feature_1_main_img {
    width: 570rem;
    height: auto;
    display:block;
    margin-inline: auto;
}
.feature_1_main_img_cap {
    margin-top: 30rem;
    font-size: 16rem;
    padding-left: 35rem;
}
.feature_2_sizzle_img {
    position: absolute;
    top: 228rem;
    right: 104rem;
    width: 313rem;
    height: auto;
}
.feature_2_img_dish {
    position: absolute;
    top: 370rem;
    left: -51rem;
    width: 649rem;
    height: auto;
}
.feature_2_main_img {
    position: absolute;
    top: 873rem;
    right: 125rem;
    width: 150rem;
    height: auto;
}

/* select */
.select {
    position: relative;
    overflow: hidden;
    padding-bottom: 158rem;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(226,242,239,1) 100%);
}
.select_bg_decoration_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 1410rem;
    height: 830rem;
    background: linear-gradient(180deg, rgba(242,203,218,1) 0%, rgba(233,206,149,1) 50%, rgba(233,206,149,1) 100%);
    clip-path: polygon(0% 0%, 1140rem 830rem, 100% 0%);
}
.select_bg_decoration_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d6ece9;
    clip-path: polygon(0% 0%, 1140rem 830rem, 1060rem 580rem);
}
.select_bg_decoration_2 {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #9eaeab;
    clip-path: polygon(1060rem 580rem, 1140rem 100%, 100% 0%);
}
.select_inner {
    position:relative;
}
.select_ttl {
    margin-top: 125rem;
    text-align:center;
    font-size: 55rem;
    font-weight: 700;
}
.select_ttl_accent_color {
    color: #00B2A0;
}
.select_txt {
    margin-top: 18rem;
    text-align: center;
    font-size: 20rem;
    line-height: 1.6;
}
.select_list {
    margin-top: 108rem;
    display: flex;
    justify-content: center;
    gap: 7rem;
}
.select_list > li {
    position: relative;
}
.select_item_bbq,
.select_item_consomme {
    width: 346rem;
    height: auto;
}
.select_item_sizzle_bbq {
    position: absolute;
    top: 338rem;
    left: -130rem;
    width: 250rem;
    height: auto;
}
.select_item_sizzle_consomme {
    position: absolute;
    top: 328rem;
    right: -156rem;
    width: 268rem;
    height: auto;
}

/* detail */
.detail {
    overflow:hidden;
    background: #e2f2ef;
    padding-bottom: 62rem;
}
.detail_set {
    display: flex;
}
.detail_img_wrap {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 400rem;
}
.detail_img_bg {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 400rem;
}
.detail_bbq .detail_img_bg {
    background: #fff200;
}
.detail_consomme .detail_img_bg {
    background: #F8B200;
}

.detail_bbq_img {
    position: relative;
    width: 350rem;
    height: auto;
    margin-top: 52rem;
}
.detail_main_wrap {
    flex:1;
    padding-inline: 50rem;
}
.detail_main_pop {
    margin-top: 16rem;
    font-size: 20rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}
.detail_main_name {
    margin-top: -4rem;
    font-size: 26rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}
.detail_main_table_txt {
    margin-top:10rem;
}
.detail_main_table {
    width: 703.5rem;
    height:auto;
}
.detail_main_txt_set {
    margin-top: 22rem;
    margin-left: 3rem;
}
.detail_main_txt_set > dt {
    font-size: 16rem;
    font-weight:700;
}
.detail_main_txt_set > dd {
    font-size: 16rem;
    margin-top: 7rem;
    line-height: 1.25;
}
.detail_main_btn_list {
    margin-top: 32rem;
    display: flex;
    justify-content: center;
    gap: 50rem;
}
.detail_main_btn_list > li > a {
    width: 200rem;
    height: 70rem;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 20rem;
    font-weight: 700;
    text-decoration: none;
    background: var(--btn_bg_color);
    color:var(--btn_txt_color);
}
.btn_detail {
    --btn_bg_color:#fff;
    --btn_txt_color:#3E5D58;    
}
.btn_amazon {
    --btn_bg_color:#000;
    --btn_txt_color:#fff;    
}
.btn_yudobashi {
    --btn_bg_color:#f00;
    --btn_txt_color:#fff;    
}
@media (hover: hover){
    .detail_main_btn_list > li > a {
        transition: color 0.4s, background-color 0.4s;
    }
    .detail_main_btn_list > li > a:hover {
        background: var(--btn_txt_color);
        color:var(--btn_bg_color);
    
    }
    
}
.detail_consomme {
    margin-top: 73rem;
}

/* bnr_area */
.bnr_area {
    position: relative;
    padding-top: 0;
    padding-bottom: 140rem;
    background: #f7f5e2;
}
.bnr_wrap {
    position: relative;
    text-align: center;
    font-size: 0;
}
.bnr_wrap a > img {
    width:100%;
    height:auto;
}
.floating_bnr_cover {
    height:150rem;
}
.floating_bnr_wrap {
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    min-width: 1200px;
    z-index: 10;
    opacity: 0;
    transition: 0.4s opacity;
    pointer-events: none;
    text-align: center;
}
.floating_bnr_wrap.is_show {
    opacity: 1;
    pointer-events: all;
}
.floating_bnr_wrap.is_no_floating {
    position: relative;
    transform: translateX(0)!important;
}

.bnr_link {
    position: relative;
    display:inline-block;
    width: 800rem;
}
.bnr_link:hover {
    opacity:1;
}
.bnr_on {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    opacity:0;
    transition: opacity 0.4s;
}
@media (any-hover:hover) {
    .bnr_link:hover .bnr_on {
        opacity: 1;
    }
}

/* recipe */
.recipe {
    padding: 90rem 0 132rem;
    background-color: #f7f5e2;
}
.recipe_ttl {
    width: 633rem;
    height: auto;
    margin: 0 auto;
    display: block;
}
.recipe_list {
    width: 1100rem;
    margin: 80rem auto 0;
    display: flex;
    justify-content: space-between;
}
.recipe_list > li {
    padding: 20rem 15rem 15rem;
    background-color: #fff;
}
.recipe_list_ttl {
    margin: 0 auto;
    display: block;
}
.recipe_list_ttl_1,
.recipe_list_ttl_3 {
    width: 233rem;
    height: auto;
}
.recipe_list_ttl_2 {
    width: 208rem;
    height: auto;
}
.recipe_list_img {
    width: 318rem;
    height: auto;
    margin-top: 20rem;
    display: block;
}
.recipe_list_btn {
    margin-top: 25rem;
    margin-left: auto;
    font-weight: 700;
    font-size: 17rem;
    color: #00b2a0;
    border: none;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.recipe_list_btn_icon {
    width: 25rem;
    height: 25rem;
    margin-left: 5rem;
    border-radius: 50%;
    background-color: #00b2a0;
    display: block;
    position: relative;
}
.recipe_list_btn_icon::before,
.recipe_list_btn_icon::after {
    content: '';
    width: 15rem;
    height: 3rem;
    margin: auto;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.recipe_list_btn_icon::after {
    rotate: 90deg;
}
@media (hover: hover){
    .recipe_list_btn {
        transition: opacity 0.4s;
        cursor: pointer;
    }
    .recipe_list_btn:hover {
        opacity: 0.7;
    }
}
/* ------------
     modal
------------ */
body.is_modal_show {
    overflow: hidden;
}
.modal_content * {
    box-sizing: border-box;
}
.modal_content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 20;
    opacity: 0;
    transform: translateY(100%);
    background: rgb(0 0 0 / 50%);
    transition: opacity 0.3s 0s, transform 0s 0.3s;
}
.modal_content.is_modal_show {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.3s 0s, transform 0s 0s;
}
.modal_scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    letter-spacing: -0.5em; /*inline-blockの隙間をなくす*/
}
.modal_scroll_inner {
    text-align: center;
    margin: auto;
    padding: 50rem;
    max-width: 1100rem;
    min-width: 1100rem;
    width: 100%;
    letter-spacing: normal; /* letter-spacing 戻す*/
    line-height: 1.5;
    box-sizing: border-box;
}
.modal_inner {
    background-color: #fff;
    position: relative;
    padding-bottom: 80rem;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
.is_modal_show .modal_inner {
    opacity: 1;
}
/* centering */
.modal_scroll_inner,
.modal_scroll:after {
    display: inline-block;
    vertical-align: middle;
}
.modal_scroll:after {
    content: '';
    height: 100%;
}
/* close */
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9eaeab;
    border: none;
    width: 55rem;
    height: 55rem;
    cursor: pointer;
}
.modal_close::before,
.modal_close::after {
    content: "";
    display: block;
    width: 35rem;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.modal_close::before {
    rotate: 0 0 1 45deg;
}
.modal_close::after {
    rotate: 0 0 1 -45deg;
}

.modal_top {
    padding: 30rem 100rem;
    background-color: #c4e4e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal_top_txt {
    font-size: 17rem;
    color: #3e5d58;
}
.modal_top_logo {
    width: 160rem;
    height: auto;
    display: block;
}
.modal_ttl {
    width: 550rem;
    height: auto;
    margin: 60rem auto 0;
    display: block;
}
.modal_recipe_box {
    margin-top: 60rem;
    padding: 0 105rem;
}
.modal_recipe_img_wrap {
    width: 790rem;
    height: auto;
    display: block;
}
.modal_recipe_txt_wrap {
    margin-top: 40rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.modal_recipe_txt_inner {
    width: 378rem;
}
.modal_recipe_ingredients_wrap {
    display: flex;
    flex-wrap: wrap;
}
.modal_recipe_ingredients_ttl,
.modal_recipe_steps_ttl {
    font-weight: 700;
    font-size: 20rem;
    text-align: center;
    color: #1bbaaa;
    border: 4rem solid #1bbaaa;
}
.modal_recipe_steps,
.modal_recipe_ingredients {
    font-size: 17rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 20rem;
    letter-spacing: 0.05em;
}
.modal_recipe_ingredients > li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.modal_recipe_ingredients > li + li {
    margin-top:0.1rem;
}
.modal_recipe_steps > li {
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.modal_recipe_steps .modal_recipe_steps_small {
    font-size: 0.2rem;
    padding-left: 0;
    text-indent: 0;
    margin-top: 0.06rem;
}
.modal_btn_print {
    width: 250rem;
    margin-top: 60rem;
    padding: 10rem 0;
    font-size: 24rem;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background:#1bbaaa;
}

/*print*/
@media print{
    body {
        zoom: 80%;
    }
    #header,
    #footer,
    .mv,
    .about,
    .feature,
    .select,
    .detail,
    .modal_btn_print { 
        display: none;
    }
    .modal_scroll_inner, 
    .modal_scroll:after  {
        vertical-align: top;
    }
    .modal_scroll_inner {
        padding: 0;
    }
    .modal_content {
        background-color: #fff;
    }
    .modal_inner {
        border: none;
    }
}


/* modal_snack */
.btn_modal_snack {
    width: 630rem;
    margin-inline: auto;
    margin-top: 16rem;
    display: block;
    padding: 10rem 20rem;
    font-size: 26rem;
    background-color: #3e5d58;
    border: 2rem solid #3e5d58;
    color: #fff;
}
.modal_snack {
    text-align: left;
}
.modal_snack_logo {
    text-align: right;
    padding: 20rem 104rem 20rem 20rem;
}
.modal_snack_logo > img {
    width: 248rem;
    height: auto;
}
.modal_snack_item {
    display: flex;
    text-align: left;
    overflow: hidden;
}
.modal_snack .modal_inner {
    padding-bottom: 0;
}
.modal_snack_txt {
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.33;
    padding: 23rem 0rem 19rem 29rem;
    text-align: left;
}
.modal_snack_ttl_wrap {
    color: #fff;
    font-weight: 700;
    padding: 15rem 42rem 11rem 42rem;
}
.modal_snack_bbq .modal_snack_ttl_wrap {
    background-color: #35b05d;
}
.modal_snack_sco .modal_snack_ttl_wrap {
    background-color: #f8b200;
}
.modal_snack_ttl_s {
    font-size: 18rem;
    line-height: 1;
}
.modal_snack_ttl_l {
    font-size: 24rem;   
    line-height: 1;
    margin-top: 5rem;
}
.modal_snack_img_wrap {
    width: 332rem;
    position: relative;
}
.modal_snack_img_pkg {   
    position: absolute;
    left: 4%;
    z-index: 1;
    height: auto;
    width: 91%;
    top: 7.2%;
}
.modal_snack_img_chip {
    position: absolute;
    height: auto;
}
.modal_snack_bbq .modal_snack_img_chip {
    width: 178.5%;
    left: -67%;
    bottom: -38%;
}
.modal_snack_sco .modal_snack_img_chip {
    width: 173.5%;
    left: -60%;
    bottom: -47%;
}
.modal_snack_img_bg {
    height: 100%;
}
.modal_snack_bbq .modal_snack_img_bg {
    background-color: #fff200;
}
.modal_snack_sco .modal_snack_img_bg {
    background-color: #35b05d;
}
.modal_snack_txt_wrap {
    flex: 1;
    position: relative;
}
.modal_snack_info_wrap {
    padding: 7rem 40rem 40rem 40rem;
}
.modal_snack_info_ttl {
    font-size: 15rem;
}
.modal_snack_info_set {    
    padding-right: 240rem;
    font-size: 15rem;
    margin-top: 20rem;
    line-height: 1.25;
    min-height: 180rem;
}
.modal_snack_info_set > dt {
    font-weight: 700;
}
.modal_snack_info_set > dd {
    margin-top: 7rem;
}
.modal_snack_info_table {
    width: 100%;
    height: auto;
}
.modal_snack_info_image {
    position: absolute;
    width: 51.5%;
    height: auto;
    right: -9.8%;
    bottom: -23.8%;
}
.modal_snack_info_note {
    position: absolute;
    right: 42%;
    bottom: 1%;
    font-size: 13rem;
}
@media (hover:hover) {
    .btn_modal_snack {
        cursor: pointer;
        transition: color .3s,background .3s;
    }
    .btn_modal_snack:hover {
        background-color: #fff;
        color: #3e5d58;
    }
}

.sns_btn_wrap {
    padding-bottom: 70rem;
    background-color: #f7f5e2;
}
.sns_btn {
    width: 440rem;
    height: 110rem;
    margin-inline: auto;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    color: #3e5d58;
    background: url(../img/pc/product/protein_2024/sns_btn_bg.jpg) no-repeat 50% / contain;
    display: flex;
    align-items: center;
}
.sns_btn_icon {
    width: 70rem;
    height: 70rem;
    padding-inline: 25rem;
    display: block;
}
.sns_btn_txt {
    font-size: 18rem;
}
.sns_btn_txt_l {
    font-size: 24rem;
}