
/* title style */
.tit_area {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.tit_area .tit_txt {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.tit_area .tit_txt::before,
.tit_area .tit_txt::after {
    content: "";
    display: block;
    width: 29px;
    height: 75px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.tit_area.rec_o .tit_txt::before {
    left: 0;
    background: url(/jpn/consumer/common/images/icon_tit_left.svg) left top no-repeat;
}
.tit_area.rec_o .tit_txt::after {
    right: 0;
    background: url(/jpn/consumer/common/images/icon_tit_right.svg) left top no-repeat;
}
.tit_area.rec_r .tit_txt::before {
    left: 0;
    background: url(/jpn/consumer/common/images/icon_tit_left_r.svg) left top no-repeat;
}
.tit_area.rec_r .tit_txt::after {
    right: 0;
    background: url(/jpn/consumer/common/images/icon_tit_right_r.svg) left top no-repeat;
}
.tit_area .main_tit span {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 2px dashed #f58200;
}
.tit_area.rec_r .main_tit span {
    border-color: #ff0a14;
}
.tit_area.rec_o .main_tit {
    color: #f58200;
}
.tit_area.rec_r .main_tit {
    color: #ff0a14;
}
.tit_area .sub_tit_eng {
    padding: 0 0 10px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.tit_area .link_list_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 158px;
    height: 40px;
    line-height: 40px;
}
.tit_area .link_list_btn a {
    position: relative;
    display: block;
    padding-right:  15px;
    background: #f58200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
}
.tit_area.rec_r .link_list_btn a {
    background: #ff0a14;
}
.tit_area .link_list_btn a:hover {
    text-decoration: none;
}
.tit_area .link_list_btn a::before {
    content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 23px;
	height: 6px;
	display: block;
	margin-top: -0.2em;
    transition: all .2s;
    background: url(/jpn/common_v3/images/icon_arrow_wh.png) no-repeat;
}
.tit_area .link_list_btn a:hover::before {
    right: 6px;
}
.tit_area.search .main_tit {
    display: inline-block;
}
.tit_area.search .main_tit span {
    display: flex;
    align-items: center;
}
.tit_area.search .main_tit span::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 37px;
    margin-right: 10px;
    background: url(/jpn/consumer/common/images/icon_search.svg) left top no-repeat;
}



/* btn link */
.btn_type01_arwl a {
    padding: 10px 50px 10px 30px;
    border-radius: 20px;
    min-height: 60px;
}

/* recipe_list_wrap */
.recipe_list_wrap {
}
.recipe_list_inbox {
}
.category_txt {
    margin-bottom: 15px;
    background: #f58200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}
.category_txt a {
    color: #fff;
}
.recipe_img {
    overflow: hidden;
    border-radius: 20px;
    transition-duration: 0.3s;
}
.recipe_img img {
    border-radius: 20px;
    transition-duration: 0.3s;
}
.recipe_img img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.recipe_list_inbox a:hover {
    text-decoration: none;
}
.recipe_list_inbox h3 {
    position: relative;
    margin: 5px 0 15px;
    padding-right: 40px;
    color: #f58200;
    font-size: 21px;
    font-weight: bold;
}
.recipe_list_inbox h3::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 14px;
    width: 23px;
    height: 6px;
    margin: auto 0;
    background: url(/jpn/common_v3/images/icon_arrow_red.png) no-repeat;
    transition: all .2s;
    letter-spacing: 0;
}
.recipe_list_inbox a:hover h3:after {
    right: 0;
}
.recipe_list_inbox .use_item dt {
    font-weight: bold;
    font-size: 18px;
}
.recipe_list_inbox .use_item dd {
    display: flex;
    flex-wrap: wrap;
}
.recipe_list_inbox .use_item dd p {
    margin-right: 15px;
}
.recipe_list_inbox .use_item dd p a {
    color: #222;
    text-decoration: underline;
}
.recipe_list_inbox .use_item dd p a:hover {
    text-decoration: none;
}






/* SEARCH CATEGORY & SEARCH BY PRODUCT */
.search_list_wrap .list_category,
.search_list_wrap .list_product,
.search_list_wrap .list_product_img {
    display: flex;
    flex-wrap: wrap;
}
.search_list_wrap .list_category a {
    position: relative;
    display: block;
    font-weight: bold;
}
.search_list_wrap .list_category a .tit {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    padding: 3px 5px;
    color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    z-index: 1;
}
.search_list_wrap .list_category li .img {
    position: relative;
    border-radius: 20px;
    transition: all .2s;
}
.search_list_wrap .list_category li .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    transition: all .2s;
}
.search_list_wrap .list_category._bg_o5 li .img::after {
    background: rgba(0, 0, 0, .5);
}
.search_list_wrap .list_category li:hover {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
.search_list_wrap .list_category li:hover .img::after {
    background: rgba(0, 0, 0, .2);
    transition: all .2s;
}

.search_list_wrap .list_category li .img img,
.search_list_wrap .list_product li .img img,
.search_list_wrap .list_product_img li .img img {
    border-radius: 20px;
}
.search_pro {
    background: #fef8e4;
}
.search_list_wrap .list_product a {
    position: relative;
    display: block;
    font-weight: bold;
}
.search_list_wrap .list_product a .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3px 5px;
    background: #f4f6f7;
    color: #222;
    border-radius: 0 0 20px 20px;
    text-align: center;
    z-index: 1;
}
.search_list_wrap .list_product a .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all .2s;
}
.search_list_wrap .list_product a .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e8;
    border-radius: 20px;
    z-index: 2;
}
.search_list_wrap .list_product a .img img {
    transition: all .2s;
}
.search_list_wrap .list_product a:hover .img img {
    transform: scale(1.1);
    border-radius: 20px;
    transition: all .2s;
}


.search_list_wrap .list_product_img a {
    position: relative;
    color: #222;
    border-radius: 20px;
    transition: all .2s;
    overflow: hidden;
    font-weight: bold;
}
.search_list_wrap .list_product_img a .tit {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 5px;
    background: #fff;
    color: #222;
    border-radius: 20px;
    text-align: center;
    z-index: 1;
    opacity: 0.85;
    transition: all .2s;
}
.search_list_wrap .list_product_img a:hover .tit {
    opacity: 0.65;
    transition: all .2s;
}

/* recipe detail page ****************************************/
.recipe_main_wrap {
    background: #fff url(/jpn/consumer/recipe/images/bg_img03.png) center -50px no-repeat;
}
.ttl_page.recipe_tit {
    margin-right: 5%;
    margin-bottom: 0;
    padding: 25px 0 30px 5%;
    background: #fef8e4;
    border-radius: 0 20px 20px 0;
}
.ttl_page.recipe_tit .sub_tit {
    color: #fba105;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.ttl_page.recipe_tit .txt_main {
    color: #222;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
}

.recipe_tit_box {
    position: relative;
    padding: 40px 0 0;
}
.recipe_tit_box .cg_name {
    position: absolute;
    top: 0;
    left: -52px;
    display: inline-block;
    min-height: 28px;
    margin-bottom: 20px;
    padding: 3px 30px;
    background: #fba105;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    box-sizing: border-box;
}
.recipe_tit_box .cg_name a {
    color: #fff;
}
.recipe_tit_box .cg_name a:hover {
    text-decoration: none;
}
.recipe_tit_box .copy_txt {
    position: relative;
    color: #fba105;
    font-size: 28px;
    font-weight: bold;
}
.recipe_tit_box .copy_txt::before {
    content: "";
    position: absolute;
    top: 0.85em;
    left: -52px;
    width: 28px;
    height: 2px;
    background-color: #fba105;
}



.main_img {
    margin-left: -180px;
    margin-bottom: 50px;
}
.main_img img {
    border-radius: 0 20px 20px 0;
}
.use_item {
    font-weight: bold;
    font-size: 18px;
}
.search_list_wrap ul li {
    margin-top: 15px;
}
.recipe_txt_box {
    background: #fef8e4;
    border-radius: 20px;
    box-sizing: border-box;
}
.recipe_txt_box .people_txt {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #fba105;
    font-size: 20px;
    font-weight: bold;
}
.recipe_txt_box .ingredients_txt {
    text-align: left;
}  

.movie_img_box {
    margin-bottom: 50px;
    text-align: center;
}

.recipe_howto {
    position: relative;
}
.recipe_howto::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fef8e4;
    border-radius: 20px 0 0 20px;
    width: 94%;
    height: 100%;
    z-index: 0;
}
.recipe_howto .howto_tit {
    position: absolute;
    max-width: 232px;
    left: 0;
    right: 0;
    top: -95px;
    margin: 0 auto;
    padding: 5px 0;
    background: #fba105;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.recipe_howto .content_inner {
    position: relative;
    z-index: 1;
}
.houto_tit {
    display: inline-block;
    background: #fba105;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.howto_list {
    margin-bottom: 40px;
}
.howto_list .step_box {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

.howto_img {
}
.howto_img img {
    width: 100%;
}
.step_num {
    margin-bottom: 10px;
    color: #fba105;
    font-size: 18px;
    font-weight: bold;
}
.step_num span {
    font-size: 32px;
}

.movie_box {
    text-align: center;
}
.movie_tit {
    margin-bottom: 20px;
    font-weight: bold;
}




/* related_products_link */
.related_products_link {

}
.related_products_link .related_tit {
    color: #fba105;
    font-size: 24px;
    font-weight: bold;
}
.related_products_link ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.related_products_link li a {
    position: relative;
    display: block;
}
.related_products_link li .item_img {
    box-shadow: 12px 8px 29px -10px rgba(0,0,0,0.2);
    border-radius: 20px;
    text-align: center;
}
.related_products_link li .item_img img {
    border-radius: 20px;
}
.item_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 55px 20px 30px;
    color: #222;
    border-radius: 0 0 20px 20px;
    font-weight: bold;
    z-index: 1;
}
.related_products_link li a::after {
    position: absolute;
    width: 29px;
    height: 9px;
    right: 20px;
    transition: right .2s;
    bottom: 30px;
    content: "";
    background: url(/jpn/common_v3/images/icon_arrow_red.png) center center no-repeat;
}
.related_products_link li a:hover::after {
    right: 10px;
    transition: right .2s;
}


/*--------------------------------------------------

PC ver css

--------------------------------------------------*/
@media print, screen and (min-width:768px){
    .content_inner {
        padding: 0;
    }
.mv_wrap {
    height: 500px;
    background: #fef8e4 url(/jpn/consumer/recipe/images/mv.png) center center no-repeat;
    background-size: cover;
}



.recipe_main {
    padding: 70px 0 80px;
}

/* recipe_list_wrap */
.recipe_main_wrap {
    padding: 50px 0 70px;
}
.recipe_list_wrap {
    display: flex;
    justify-content: initial;
    flex-wrap: wrap;
}
.recipe_list_inbox {
    max-width: 352px;
    margin-right: 60px;
}
.recipe_list_inbox:nth-child(3n) {
    margin-right: 0;
}
.recipe_list_wrap.imgtxt .recipe_list_inbox {
    margin-bottom: 20px;
}

.tit_area .main_tit {
    font-size: 36px;
    font-weight: bolder;
    letter-spacing: 7px;
}

.re_movie {
    background: #fff url(/jpn/consumer/recipe/images/bg_img01.png) center center no-repeat;
}
.new_recipe {
    background: #fef8e4 url(/jpn/consumer/recipe/images/bg_img02.png) center -80px no-repeat;
}


/* SEARCH CATEGORY & SEARCH BY PRODUCT */
.search_list_wrap ul li {
    width: 270px;
    margin-right: 32px;
    margin-top: 35px;
}
.search_list_wrap ul li:nth-child(4n)  {
    margin-right: 0;
}
.recipe_main_wrap .search_list_wrap ul li {
    margin-top: 15px;
}

/* recipe detail page ****************************************/
.recipe_tit_box {
    margin-bottom: 55px;
}
.ttl_page.recipe_tit .txt_main {
    font-size: 38px;
}
.recipe_clm {
    display: flex;
    min-width: 1124px;
    max-width: 1176px;
    margin: 0 auto 70px;
}
.recipe_img_box {
    margin-right: 60px;
}
.recipe_txt_box {
    min-width: 496px;
    padding: 30px 50px;
}
.recipe_txt_box .ingredients_txt._col2 p {
    column-count: 2;
}

.point_box {
    margin: 0 auto 70px;
    padding: 15px;
    background: #fff;
    border: 2px solid #fba105;
    border-radius: 20px;
}
.point_box dl {
    display: flex;
    align-items: center;
}
.point_box dl dt {
    width: 10%;
    color: #fba105;
    font-weight: bold;
    text-align: center;
}
.point_box dl dd {
    width: 88%;
}

.recipe_howto {
    padding: 75px;
}
.howto_list .step_box {
    display: flex;
    justify-content: space-between;
}
.howto_img {
    max-width: 230px;
}
.howto_txt {
    width: calc(100% - 260px);
}

.use_item_box {
    margin: 50px 0;
}


.related_products_link .content_inner {
    padding: 0;
}
}/* PC end */





/*--------------------------------------------------

SP ver css

--------------------------------------------------*/
@media screen and (max-width: 767px) {
    .ttl_page .ttl_page_inner {
        padding: 0 20px;
    }
.mv_wrap {
    min-height: 500px;
    max-height: 840px;
    background: #fef8e4 url(/jpn/consumer/recipe/images/mv_sp.png) center top no-repeat;
    background-size: cover;
}
.recipe_main {
    padding: 50px 0 60px;
}
.recipe_main_wrap {
    padding: 25px 0 50px;
}
.recipe_main.re_movie,
.recipe_main.new_recipe {
    position: relative;
    padding: 60px 0 100px;
}
.recipe_tit_box .copy_txt {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
}
.recipe_img img {
    width: 100%;
}
.tit_area {
    position: initial;
}

.tit_area .main_tit {
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 3px;
}
.tit_area .link_list_btn {
    top: initial;
    left: 0;
    margin: auto;
    width: 55%;
    bottom: 30px;
}
.recipe_list_inbox {
    margin-bottom: 30px;
}
.category_txt {
    padding: 5px;
    font-size: 14px;
}

.re_movie {
    background: #fff url(/jpn/consumer/recipe/images/bg_img01_sp.png) center top no-repeat;
    background-size: contain;
}
.new_recipe {
    background: #fef8e4 url(/jpn/consumer/recipe/images/bg_img01_sp.png) center top no-repeat;
    background-size: contain;
}


/* SEARCH CATEGORY & SEARCH BY PRODUCT */
.search_list_wrap ul {
    justify-content: space-between;
}
.search_list_wrap ul li {
    width: 48%;
    margin-top: 20px;
}


/* recipe detail page ****************************************/
.content_inner {
    width: auto;
}
.recipe_tit_box {
    margin-bottom: 25px;
}
.ttl_page.recipe_tit .txt_main {
    font-size: 34px;
}
.ttl_page.recipe_tit .sub_tit {
    font-size: 20px;
}
.recipe_img_box {
}
.recipe_tit_box .cg_name {
    left: 0;
}
.recipe_clm {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.main_img {
    width: 96%;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 30px;
}
.use_item {
    margin: 0 20px;
}
.search_list_wrap {
    margin: 0;
}
.recipe_img_box .search_list_wrap {
    margin: 0 20px 20px;
}
.search_list_wrap {
    margin-bottom: 30px;
}
.recipe_txt_box {
    margin: 0 20px;
    padding: 30px;
}
.content_inner .recipe_txt_box {
    margin: 0;
}
.point_box {
    margin: 0 20px 50px;
    padding: 15px;
    background: #fff;
    border: 2px solid #fba105;
    border-radius: 20px;
    box-sizing: border-box;
}
.point_box dl {
}
.point_box dl dt {
    margin-bottom: 15px;
    color: #fba105;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.point_box dl dd {
}


.recipe_howto {
    padding: 35px;
}
.recipe_howto .howto_tit {
    top: -55px;
}
.howto_img {
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
}

.use_item_box {
    margin-top: 20px;
}


.related_products_link ul {
    display: block;
}
.related_products_link ul li {
    width: 100%;
    margin-bottom: 15px;
}



}



/* coming soon **********************************************
*************************************************************/
#recipe.c_soon .tit_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
#recipe.c_soon .tit_wrap .main_tit {
    margin-bottom: 20px;
}

/*--------------------------------------------------*/
@media print, screen and (min-width:768px){
    #recipe.c_soon .mv_wrap {
        height: 700px;
        background: #fef8e4 url(/jpn/consumer/recipe/images/cs_mv.png) center center no-repeat;
    }
    #recipe.c_soon .tit_wrap {
        padding-bottom: 90px;
    }
}
/*--------------------------------------------------*/
@media screen and (max-width: 767px) {
    #recipe.c_soon .mv_wrap {
        min-height: 500px;
        max-height: 840px;
        background: #fef8e4 url(/jpn/consumer/recipe/images/cs_mv_sp.png) center top no-repeat;
        background-size: cover;
        padding-top: 100px;
    }
    #recipe.c_soon .tit_wrap {
        max-width: 65%;
        margin: auto;
    }
}
