@charset "UTF-8";

@import url("/common/css/default.css");
@import url("/common/css/layout_contents.css");
@import url("/common/css/navi.css");

@media screen and (min-width: 811px) {
    .chuuka_sp_only {
        display: none;
    }
}

@media screen and (min-width: 1020px) {
    .chuuka {
        display: grid;
        grid-template-columns: 770px 200px;
        gap: 10px;
        display: grid;
    }
}
@media screen and (min-width: 811px) {
    .chuuka {
        margin-top: 16px;
    }
}
@media not screen and (min-width: 1020px) {
    .chuuka_content {
        width: 770px;
        margin-inline: auto;
    }
}

.chuuka_mv {
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_mv_bg_pc.jpg)no-repeat center/cover;
    padding: 20px 20px 49px;
}
@media screen and (max-width: 810px) {
    .chuuka_mv {
        background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_mv_bg_sp.jpg)no-repeat center/cover;
        padding: 16px 24px 34px;
    }
}
.chuuka_mv_tit {
    position: relative;
    background: linear-gradient(180deg, #E60012 6.96%, #C0000F 100%);
    border: 3px solid #C8AE74;
    width: initial;
    min-height: initial;
    margin: 0;
    padding: 8px 45px;
}
@media screen and (max-width: 810px) {
    .chuuka_mv_tit {
        padding: 6px 49px 3px 49px;
    }
}
.chuuka_mv_tit::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -13px;
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_1.svg)no-repeat center/contain;
    width: 66px;
    height: 35px;
}
@media screen and (max-width: 810px) {
    .chuuka_mv_tit::before {
        top: -11px;
        left: -16px;
        width: 60px;
        height: 35px;
    }
}
.chuuka_mv_tit::after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: -15px;
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_2.svg)no-repeat center/contain;
    width: 69px;
    height: 52px;
}
@media screen and (max-width: 810px) {
    .chuuka_mv_tit::after {
        bottom: -8px;
        right: -16px;
        width: 61px;
        height: 50px;
    }
}
.chuuka_mv_product {
    margin-top: 35px;
}
@media screen and (min-width: 811px) {
    .chuuka_mv_product {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 36px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_mv_product {
        margin-top: 28px;
    }
}
.chuuka_mv_product_item {
    position: relative;
}
@media screen and (min-width: 811px) {
    .chuuka_mv_product_item {
        max-width: 270px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_mv_product_item {
        padding: 0 9px;
    }
    .chuuka_mv_product_item:nth-child(1) {
        margin-left: initial!important;
        margin-right: initial!important;
    }
    .chuuka_mv_product_item:nth-child(2) {
        margin-left: initial!important;
        margin-right: initial!important;
    }
    .chuuka_mv_product_item + .chuuka_mv_product_item {
        margin-top: 32px;
    }
}
.chuuka_mv_product_item_name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.chuuka_mv_product_item:nth-child(1) > .chuuka_mv_product_item_name {
    right: -73px;
}
@media screen and (max-width: 810px) {
    .chuuka_mv_product_item:nth-child(1) > .chuuka_mv_product_item_name {
        width: 23.846vw!important;
        right: 3.128vw;
    }
}
.chuuka_mv_product_item:nth-child(2) > .chuuka_mv_product_item_name {
    left: -72px;
}
@media screen and (max-width: 810px) {
    .chuuka_mv_product_item:nth-child(2) > .chuuka_mv_product_item_name {
        width: 23.846vw!important;
        left: 1.764vw;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_mv_product_item_name img {
        width: 100%;
        height: auto;
    }
}
.chuuka_mv_product_item_img {
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 810px) {
    .chuuka_mv_product_item_img {
        width: 74.074%!important;
    }
    .chuuka_mv_product_item:nth-child(1) > .chuuka_mv_product_item_img {
        margin-left: initial!important;
    }
    .chuuka_mv_product_item:nth-child(2) > .chuuka_mv_product_item_img {
        margin-right: 5px!important;
    }
}
.chuuka_mv_product_item_img img {
    width: 100%;
    height: auto;
}

/* overview */
.chuuka_overview {
    background: linear-gradient(180deg, #E60012 6.96%, #C0000F 100%);
}
@media screen and (min-width: 811px) {
    .chuuka_overview {
        position: relative;
        padding: 46px 0 73px;
    }
    .chuuka_overview::before,
    .chuuka_overview::after {
        content: "";
        position: absolute;
        background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_5.svg)repeat-x center/contain;
        width: 100%;
        height: 19px;
    }
    .chuuka_overview::before {
        top: 10px;
    }
    .chuuka_overview::after {
        bottom: 20px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview {
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_nav_wrap {
        background: linear-gradient(180deg, #E60012 6.96%, #C0000F 100%);
        margin-bottom: 30px;
    }
}
.chuuka_overview_nav {
    display: grid;
}
@media screen and (min-width: 811px) {
    .chuuka_overview_nav {
        grid-template-columns: repeat(3, auto);
        justify-content: center;
        gap: 20px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_nav {
        position: relative;
        grid-template-columns: 1fr;
        gap: 7px;
        margin: 0 32px!important;
        padding: 62px 0 26px!important;
    }
    .chuuka_overview_nav::before {
        content: "";
        position: absolute;
        top: 17px;
        left: -32px;
        background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_5.svg)repeat-x center/contain;
        width: 100vw;
        height: 19px;
    }
}
.chuuka_overview_nav_item_link {
    display: block;
    box-shadow: 4px 4px 0 0 #000;
    transition: 0.3s;
}
@media screen and (min-width: 811px) {
    .chuuka_overview_nav_item_link:hover {
        opacity: 0.8;
    }
}
.chuuka_overview_nav_item_link img {
    background: linear-gradient(180deg, #F8CB2A 0%, #E1AB1C 105.38%);
}
@media screen and (max-width: 810px) {
    .chuuka_overview_nav_item_link img {
        width: 100%;
        height: auto;
    }
}
.chuuka_overview_box {
    background: rgba(0, 0, 0, 0.20);
    margin: 32px 30px 0;
    padding: 36px 32px 24px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box {
        margin: 0;
        padding: 24px 16px 16px;
    }
    .chuuka_overview_box + .chuuka_overview_box {
        margin-top: 32px;
    }
}
.chuuka_overview_box_tit {
    position: relative;
    background: #003364;
    border: 3px solid #C8AE74;
    text-align: center;
    width: initial;
    min-height: initial;
    padding: 7px 60px;
    margin: 0 23px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_tit {
        padding: 11px 0;
        margin: 0 9px;
    }
    .chuuka_overview_box_tit img {
        height: 7.579vw!important;
    }
    .chuuka_overview_box_tit.chuuka_overview_box_tit_tall img {
        height: 13.077vw!important;
    }
}
.chuuka_overview_box_tit::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -36px;
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_3.svg)no-repeat center/contain;
    width: 66px;
    height: 35px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_tit::before {
        top: -2.877vw;
        left: -4.641vw;
        width: 14.872vw;
        height: 7.692vw;
    }
}
.chuuka_overview_box_tit::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -39px;
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_4.svg)no-repeat center/contain;
    width: 69px;
    height: 52px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_tit::after {
        bottom: -1.308vw;
        right: -4.641vw;
        width: 15.128vw;
        height: 11.282vw;
    }
}
.chuuka_overview_box_content {
    position: relative;
    background: #FFF;
    margin-top: 20px;
    padding: 44px 32px 54px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content {
        margin-top: 24px;
        padding: 32px 24px;
    }
}
.chuuka_overview_box_content::before,
.chuuka_overview_box_content::after {
    content: "";
    position: absolute;
    background: #C8AE74;
    width: calc(100% - 56px);
    height: 1.436px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content::before,
    .chuuka_overview_box_content::after {
        width: calc(100% - 42px);
    }
}
.chuuka_overview_box_content::before {
    top: 13px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content::before {
        top: 5px;
    }
}
.chuuka_overview_box_content::after {
    bottom: 12px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content::after {
        bottom: 5px;
    }
}
.chuuka_overview_box_content_decoration_border {
    position: relative;
}
.chuuka_overview_box_content_decoration_border::before,
.chuuka_overview_box_content_decoration_border::after {
    content: "";
    position: absolute;
    background: #C8AE74;
    width: 1.436px;
    height: calc(100% + 30px);
    top: calc(50% + 5px);
    transform: translateY(-50%);
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_decoration_border::before,
    .chuuka_overview_box_content_decoration_border::after {
        height: calc(100% + 12px);
        top: 50%;
    }
}
.chuuka_overview_box_content_decoration_border::before {
    left: -19px;
}
.chuuka_overview_box_content_decoration_border::after {
    right: -19px;
}
.chuuka_overview_box_content_decoration_tp,
.chuuka_overview_box_content_decoration_bt {
    position: relative;
}
.chuuka_overview_box_content_decoration_tp::before,
.chuuka_overview_box_content_decoration_tp::after,
.chuuka_overview_box_content_decoration_bt::before,
.chuuka_overview_box_content_decoration_bt::after {
    content: "";
    position: absolute;
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_7.svg)no-repeat center/contain;
    width: 17.72px;
    height: 23.85px;
}
.chuuka_overview_box_content_decoration_tp::before,
.chuuka_overview_box_content_decoration_tp::after {
    top: -32px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_decoration_tp::before,
    .chuuka_overview_box_content_decoration_tp::after {
        top: -28px;
    }
}
.chuuka_overview_box_content_decoration_tp::before,
.chuuka_overview_box_content_decoration_bt::before {
    left: -20px;
}
.chuuka_overview_box_content_decoration_tp::after,
.chuuka_overview_box_content_decoration_bt::after {
    right: -20px;
}
.chuuka_overview_box_content_decoration_bt::before,
.chuuka_overview_box_content_decoration_bt::after {
    bottom: -43px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_decoration_bt::before,
    .chuuka_overview_box_content_decoration_bt::after {
        bottom: -28px;
    }
}
.chuuka_overview_box_content_decoration_tp::after {
    transform: scale(-1, 1);
}
.chuuka_overview_box_content_decoration_bt::before {
    transform: scale(-1, 1) rotate(180deg);
}
.chuuka_overview_box_content_decoration_bt::after {
    transform: rotate(180deg);
}
.chuuka_overview_box_content section + section {
    margin-top: 46px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content section + section {
        margin-top: 41px;
    }
}
.chuuka_overview_box_content_tit {
    position: relative;
    width: initial;
    color: #231815;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
    z-index: 1;
    padding-bottom: 14px;
}
.chuuka_overview_box_content_tit::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -12px;
    background: url(/assets/img/products/frozen/chuuka/frozen_chuuka_decoration_6.svg)no-repeat center/contain;
    width: 277px;
    height: 16px;
    z-index: -1;
}
.chuuka_overview_box_content_lead {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
@media screen and (min-width: 811px) {
    .chuuka_overview_box_content_lead {
        grid-template-columns: auto 184px;
        gap: 18px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_lead {
        gap: 18px;
    }
}
.chuuka_overview_box_content_lead_txt {
    color: #231815;
    font-size: 14px;
    line-height: 1.75;
}
.chuuka_overview_box_content_lead_img {
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_lead_img {
        width: 100%!important;
    }
}
.chuuka_overview_box_content_lead_img img {
    width: 100%;
    height: auto;
}
.chuuka_overview_box_content_figure {
    border-radius: 11px;
    overflow: hidden;
    margin: 15px 0 0;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_figure {
        margin-top: 20px!important;
    }
}
@media screen and (min-width: 811px) {
    .chuuka_overview_box_content_media {
        display: grid;
        grid-template-columns: 270px auto;
        gap: 32px;
        margin-top: 32px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_media {
        margin-top: 16px;
    }
    .chuuka_overview_box_content_media + .chuuka_overview_box_content_media {
        margin-top: 32px;
    }
}
.chuuka_overview_box_content_media_img {
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_media_img {
        margin-left: 20px!important;
        margin-right: 20px!important;
    }
}
.chuuka_overview_box_content_media_img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_box_content_media_txt {
        margin-top: 24px;
    }
}
.chuuka_overview_box_content_media_txt_large {
    display: inline-block;
    position: relative;
    color: #231815;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    z-index: 1;
}
.chuuka_overview_box_content_media_txt_large::after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 6.967px;
    background: linear-gradient(180deg, #F8CB2A 0%, #E1AB1C 105.38%); 
    width: 100%;
    height: 6px;
    z-index: -1;
}
.chuuka_overview_box_content_media_txt_normal {
    color: #231815;
    font-size: 14px;
    line-height: 1.5;
}
.chuuka_overview_arrange {
    background: #FFF;
    margin-top: 20px;
    padding: 30px 32px 20px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange {
        padding: 35px 16px 24px;
    }
}
.chuuka_overview_arrange_tit {
    width: initial;
    padding: 0;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_tit {
        height: 6.154vw;
    }
    .chuuka_overview_arrange_tit img {
        height: 100%!important;
        width: auto;
    }
}
@media screen and (min-width: 811px) {
    .chuuka_overview_arrange_img {
        display: grid;
        grid-template-columns: 346px 189px;
        align-items: center;
        gap: 40px;
        margin-top: 28px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_img {
        margin-top: 24px;
    }
}
.chuuka_overview_arrange_img_cooking {
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_img_cooking img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_img_product {
        width: 47.546%!important;
        margin-top: 24px;
    }
}
.chuuka_overview_arrange_img_product img {
    width: 100%;
    height: auto;
}
.chuuka_overview_arrange_list {
    margin-top: 24px;
}
@media screen and (min-width: 811px) {
    .chuuka_overview_arrange_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_list section + section {
        margin-top: 26px;
    }
}
.chuuka_overview_arrange_list_head {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
}
.chuuka_overview_arrange_list_ingredients,
.chuuka_overview_arrange_list_recipe {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 1.62;
    margin-top: 8px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_list_ingredients,
    .chuuka_overview_arrange_list_recipe {
        margin-top: 4px!important;
    }
}
.chuuka_overview_arrange_list_ingredients li {
    border-top: 1px solid #D9D9D9;
    padding: 9px 0!important;
}
.chuuka_overview_arrange_list_ingredients li:last-child {
    border-bottom: 1px solid #D9D9D9;
}
.chuuka_overview_arrange_list_head_small {
    color: #1A1A1A;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 22px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_list_head_small {
        margin-top: 24px;
    }
}
.chuuka_overview_arrange_list_recipe li {
    position: relative;
    border-top: 1px solid #D9D9D9;
    padding: 12px 0 12px 37px!important;
}
.chuuka_overview_arrange_list_recipe li:last-child {
    border-bottom: 1px solid #D9D9D9;
}
.chuuka_overview_arrange_list_recipe li span {
    position: absolute;
    color: #E60012;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    top: 7px;
    left: 2px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_arrange_list_recipe {
        padding: 0!important;
        margin: 0!important;
    }
}
@media screen and (min-width: 811px) {
    .chuuka_overview_lineup {
        display: grid;
        grid-template-columns: 264px 264px;
        justify-content: center;
        gap: 40px;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_lineup {
        margin: 0 20px!important;
        padding: 26px 0!important;
    }
}
.chuuka_overview_lineup_product {
    text-align: center;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_lineup_product + .chuuka_overview_lineup_product {
        margin-top: 62px;
    }
}
.chuuka_overview_lineup_product_img {
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.29);
}
.chuuka_overview_lineup_product_img img {
    width: 100%;
    height: auto;
}
.chuuka_overview_lineup_product_name {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 28px;
}
.chuuka_overview_lineup_product_name span {
    display: block;
    font-size: 24px;
    margin-top: 4px;
}
@media screen and (max-width: 810px) {
    .chuuka_overview_lineup_product_name {
        margin-top: 20px!important;
    }
}
.chuuka_overview_lineup_product_btn_1,
.chuuka_overview_lineup_product_btn_2 {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    border-radius: 8px;
    border: 2px solid #FFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
    padding: 14px 0;
    margin: 12px 36px 0;
    transition: 0.3s;
}
.chuuka_overview_lineup_product_btn_1 {
    background: linear-gradient(180deg, #E60012 6.96%, #C0000F 100%);
}
.chuuka_overview_lineup_product_btn_2 {
    background: linear-gradient(180deg, #0068CC 6.96%, #003364 100%);
}
@media screen and (min-width: 811px) {
    .chuuka_overview_lineup_product_btn_1:hover,
    .chuuka_overview_lineup_product_btn_1:focus,
    .chuuka_overview_lineup_product_btn_2:hover,
    .chuuka_overview_lineup_product_btn_2:focus {
        color: #FFF;
        text-decoration: none;
        opacity: 0.8;
    }
}
@media screen and (max-width: 810px) {
    .chuuka_overview_lineup_product_btn_1,
    .chuuka_overview_lineup_product_btn_2 {
        margin: 12px 39px 0;
    }
}
@media screen and (min-width: 811px) {
    .chuuka_localnav_head {
        border-radius: 8px 8px 0 0;
        background: linear-gradient(180deg, #E60012 6.96%, #C0000F 100%);
        padding: 9px;
    }
    .chuuka_localnav_product {
        text-align: center;
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        background: #FAFAFA;
    }
    .chuuka_localnav_product_link {
        display: block;
        text-decoration: none;
        border-bottom: 1px dashed #D9D9D9;
        padding: 15px 8px 6px;
        transition: 0.3s;
    }
    .chuuka_localnav_product_link:hover,
    .chuuka_localnav_product_link:focus {
        text-decoration: none;
        opacity: 0.8;
    }
    .chuuka_localnav_product_name {
        display: block;
        color: #4E4E4E;
        font-size: 11px;
        line-height: 1.3;
    }
    .chuuka_localnav_product_img {
        display: block;
        width: 120px;
        margin: 8px auto 0;
    }
    .chuuka_localnav_product_img img {
        width: 100%;
        height: auto;
    }
    .chuuka_localnav_product_btn {
        display: block;
        margin-top: 14px;
    }
}
@media not screen and (min-width: 1020px) {
    .chuuka_localnav {
        display: none;
    }
}