/* content inner */
.content_inner > div:not(.pb-handle) > div:not(.pb-handle) {
    overflow: inherit;
}



/* title style */
.ttl_page .ttl_page_inner:before {
    display: 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.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!important;
    border-radius: 20px;
    min-height: 60px!important;
}

/* 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_product a .img::before {
    border: none!important;
    border-radius: 0!important;
}
.search_list_wrap .list_product a .img img {
    width: 100%;
    height: auto;
}




/* 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;
}


.movie_img_box {
    margin-bottom: 50px;
    text-align: center;
}

.recipe_howto {
    overflow: inherit;
}
.recipe_howto > div:not(.pb-handle) {
    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 {
    z-index: 1;
}
.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-wrap {
    margin-bottom: 40px;
}
.howto_item {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.howto_item-img {
    max-width: 230px;
    margin-right: 30px;
    min-width: 30px;
}
.howto_item-img img {
    width: 100%;
}
.howto_img_displaynone {
    display: none;
}




/* related_products_link */
.related_link-wrap,
.related_link-wrap > div:not(.pb-handle) > div:not(.pb-handle) {
    overflow: inherit;
}
.related_products_link {

}
.related_products_link .related_tit {
    color: #fba105;
    font-size: 24px;
    font-weight: bold;
}
.related_products_link ul {
    display: flex;
    justify-content: flex-start;
    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;
}

.point_box.pbNotEditable {
    background: rgba(32, 32, 32, 0.5);
    border: none;
    border-radius: 0;
    max-width: none!important;
}

/*--------------------------------------------------

PC ver css

--------------------------------------------------*/
@media print, screen and (min-width:768px){
.main.content {
    padding-bottom: 60px;
}
.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 {
    margin-bottom: 24px;
}
.tit_area .main_tit {
    font-size: 36px;
    font-weight: bolder;
    letter-spacing: 7px;
}
.tit_area .main_tit h2 {
    font-weight: bold;
}

.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 .list_product a .tit {
    box-sizing: border-box;
}
.search_list_wrap ul li {
    width: 270px;
    margin-right: 32px;
    margin-top: 35px;
    border: 1px solid #e2e2e8;
    border-radius: 20px;
    box-sizing: border-box;
}
.search_list_wrap ul li:nth-child(4n)  {
    margin-right: 0;
}
.recipe_main_wrap .search_list_wrap ul li {
    margin-top: 15px;
    border: 1px solid #e2e2e8;
    border-radius: 20px;
    box-sizing: border-box;
}

/* recipe detail page ****************************************/
.recipe_tit_box {
    margin-bottom: 55px;
}
.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!important;
}
.point_box .point_box-inner > div:not(.pb-handle) {
    display: flex;
    align-items: center;
}
.point_box .point_box-inner > div:not(.pb-handle) > .point_box-head {
    width: 10%;
    color: #fba105;
    font-weight: bold;
    text-align: center;
}
.point_box .point_box-inner > div:not(.pb-handle) > .point_box-points {
    width: 88%;
    overflow: inherit;
}
.point_box-points .list_num_mark {
    margin: 0 0 0 30px!important;
}

.recipe_howto.pb-layout {
    padding: 75px!important;
}
.howto_item > div:not(.pb-handle) {
    display: flex;
}
.howto_item > div:not(.pb-handle):after {
    display: none;
}
.howto_item-detail {
    width: calc(100% - 260px);
}
.howto_item-img {
    max-width: 230px;
    margin-right: 30px;
}

.related_products_link ul li {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
}
.related_products_link ul li:nth-child(3n) {
    margin-right: 0;
}

.use_item_box {
    margin-top: 50px;
}
}/* PC end */





/*--------------------------------------------------

SP ver css

--------------------------------------------------*/
@media screen and (max-width: 767px) {
.main.content {
    padding-bottom: 50px;
}
.mv_wrap {
    min-height: 500px;
    max-height: 670px;
    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_img img {
    width: 100%;
}
.tit_area {
    position: initial;
    margin-bottom: 24px;
}

.search_list_wrap .list_product a .tit {
    box-sizing: border-box;
}

.tit_area .main_tit {
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 3px;
}
.tit_area .main_tit h2 {
    font-weight: bold;
}
.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;
    border: 1px solid #e2e2e8;
    border-radius: 20px;
}


/* recipe detail page ****************************************/
.content_inner {
    width: auto;
}
.ttl_page.recipe_tit .sub_tit {
    font-size: 20px;
}
.ttl_page.recipe_tit .txt_main {
    font-size: 34px;
}
.recipe_tit_box {
    margin-bottom: 35px;
}
.recipe_tit_box .copy_txt {
    font-size: 24px;
}
.recipe_img_box {
}
.recipe_tit_box .cg_name {
    left: 0;
}
.recipe_clm {
    display: block;
    width: 100%;
}
.main_img {
    width: 96%;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 30px;
}
.use_item,
.search_list_wrap {
    margin: 0;
}
.use_item {
    margin: 0 20px;
}
.search_list_wrap {
    margin-bottom: 30px;
}
.recipe_txt_box {
    margin: 0 20px;
    padding: 30px;
}
.point_box {
    width: auto!important;
    margin: 0 20px 50px!important;
    padding: 15px!important;
    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 {
}

.point_box .point_box-inner > div:not(.pb-handle) > .point_box-head {
    margin-bottom: 15px;
    color: #fba105;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.point_box-points .list_num_mark {
    margin: 0 0 0 30px!important;
}


.recipe_howto {
    padding: 35px;
}
.recipe_howto .howto_tit {
    top: -55px;
}
.howto_item-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;
}

.movie_stretchwrap {
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
    margin-bottom: 0!important;
}
.movie_stretchwrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

}