.d-none{
	display: none;
}
.h2-title-head{
	font-size: 35px;
	font-weight: 700;
	color: var(--color--000000);
}
.section__udon .h2-title-head{
	font-size: 45px;
	margin-bottom: 90px;
}
.text_des_1rem{
	font-size: 1rem;
	color: var(--color--000000);
}
.btn__more_b{
	display: block;
	width: 100%;
	max-width: 330px;
	border: 1px solid #e74704;
	background-color: #e74704;
	border-radius: 50px;
	padding: 15px;
	color: var(--color--ffffff);
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.btn__more_b:hover{
	background-color: var(--color--ffffff);
	color: #e74704;
}

/* ================ */
.section__banner{
	position: relative;
}
.image__banner{
	font-size: 0;
}
.text__banner{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* background-color: rgb(255 255 255 / 80%);
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070; */
	width: 100%;
}
.text__banner .h1_title__banner{
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 86px;
	color: #760700;
	font-weight: 700; */
	margin: 0;
	font-size: 0;
	letter-spacing: -0.08em;
	line-height: 1;
	/* padding-top: 8px; */
}
/* ================ */
.section_recommended{
	padding: 60px 0 95px;
}
.title_h2_recommended {
	font-size: 57px;
	font-weight: bold;
	line-height: 1;
}
.title_h2_recommended span{
	line-height: 1;
	position: relative;
}
.title_h2_recommended span::before,
.title_h2_recommended span::after{
	position: absolute;
	content: "";
	top: 0;
	width: 7px;
	border-radius: 8px;
	height: 100%;
	background-color: var(--color--000000);
}
.title_h2_recommended span::before{
	right: calc(100% + 9%);
	transform: rotate(-20deg);
	/* transform: skew(20deg); */
}
.title_h2_recommended span::after{
	left: calc(100% + 9%);
	transform: rotate(20deg);
	/* transform: skew(-20deg); */
}
.body__recommended{
	max-width: 915px;
}
.body__recommended .title__faq .number__txt{
	width: 125px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	margin-right: 18px;
	background-image: url('../images/bg-number.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	color: var(--color--ffffff);
}
.body__recommended .title__faq .txt__text{
	font-weight: 700;
	font-size: 57px;
	color: var(--color--000000);
}
.body__recommended .row__faq,
.body__recommended #options{
	margin-left: -39px;
	margin-right: -39px;
	position: relative;
}
.body__recommended #options{
	display: flex;
	/* align-items: center; */
}
.row__faq .cell-6{
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 39px;
}
#options .item_block{
	flex: 0 0 calc(50% - 78px);
	max-width: calc(50% - 78px);
	margin: 0 auto;
}
#options .item_complete{
	position: relative;
	flex: 0 0 calc(50% - 45px);
	max-width: calc(50% - 45px);
	margin: 0 auto;
	display: block;
	width: 100%;
}
.row__faq .block__item,
#options .item_block,
#options .item_complete{
	position: relative;
}
.row__faq .block__item::after,
#options .item_block::after,
#options .item_complete::after{
	position: absolute;
	content: "";
	left: 26px;
	top: 26px;
	background-color: #FFE2E0;
	border-radius: 40px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.row__faq .item__faq,
#options .item_block .item_col{
	position: relative;
	border-radius: 40px;
	border: 5px solid #EFEFEF;
	/* border: 5px solid #EB645B; */
	padding: 55px 47px 28px;
	background-color: var(--color--ffffff);
	z-index: 10;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	cursor: pointer;
}
#options .item_block .item_col:hover{
	border-color: #EB645B;
}

.item__faq .image__item,
#options .item_block .item_image{
	margin-bottom: 40px;
	height: 250px;
	position: relative;
	background-color: var(--color--ffffff);
}
.item__faq .image__item img,
#options .item_block .item_image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
#options  img{
	max-width: 100%;
	height: auto;
}
.item__faq .button_recommended{
	position: relative;
}
.button_recommended a,
#options .btn_faq,
#options button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border-radius: 40px;
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	position: relative;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	color: var(--color--000000);
	cursor: pointer;
}
#options .item_block:last-child button,
#options .item_block:last-child .btn_faq{
	padding-left: 0;
	padding-right: 40px;
}
#options .btn_faq:hover,
#options button:hover{
	opacity: 0.7;
}
.button_recommended a::before,
#options .btn_faq::before,
#options button::before{
	position: absolute;
	content: "";
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../images/icon_btn_op2.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
}

#options .item_block:last-child button::before,
#options .item_block:last-child .btn_faq::before{
	left: auto;
	right: 12px;
	background-image: url('../images/icon_btn2_op2.svg');
}
.body__recommended .text__note{
	font-size: 31px;
	color: #EB645B;
}

#options .item_complete::after{
	left: 21px;
	top: 31px;
	background-color: rgb(254 225 223 / 79%);
}
#options .item_complete:last-child::after{
	background-color: rgb(60 178 232 / 30%);
}
#options .item_complete .item_cell{
	border-radius: 40px;
	border: 5px solid #EB645B;
	background-color: var(--color--ffffff);
	padding: 20px 25px 35px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#options .item_complete:last-child .item_cell{
	border-color: #0071C4;
}
#options .item_complete .item_cell{
	-ms-flex-direction: column;
    flex-direction: column;
	display: flex;
	height: 100%;
}
#options .item_complete:last-child{
	border-color: #0071C4;
}
#options .item_complete .item_head{
	position: relative;
	display: flex;
	font-weight: 700;
	margin-bottom: 20px;
}
#options .item_complete .item_head span{
	width: 104px;
	height: 104px;
	border-radius: 50%;
	color: var(--color--ffffff);
	background-color: #EB645B;
	font-size: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#options .item_complete:last-child .item_head span{
	background-color: #009FE8;
}
#options .item_complete .item_head p{
	margin: 0;
	color: #EB645B;
	font-size: 36px;
	max-width: calc(100% - 104px);
	padding: 0 15px 0 12px;
	align-content: flex-end;
}
#options .item_complete:last-child .item_head p{
	color: #3CB2E8;
}
#options .item_complete .item_image{
	margin-bottom: 27px;
	font-size: 0;
	margin-top: auto;
}
#options .item_complete .item_image img{
	border-radius: 40px;
	width: 100%;
}
#options .item_complete .item_content{
	margin-top: auto;
}
#options .item_complete .item_content p{
	font-weight: 400;
	color: var(--color--000000);
	font-size: 17px;
	margin: 0 0 13px;
}
#options .item_complete .item_content .time__block  p {
	margin-bottom: 0;
}
#options .item_complete .time__block{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#options .item_complete .time__block .item_image{
	margin: 0 21px 0 0;
	font-size: 0;
}
#options .item_complete .time__block .item_image img{
	border-radius: 0;
	margin: 0;
}
#options .item_complete .time__block p{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}
#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 386px;
	margin: 0 auto;
	height: 63px;
	font-size: 27px;
	font-weight: 700;
	border-radius: 35px;
	background-color: #EB645B;
	color: var(--color--ffffff);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(235,100,91,0.65);
	-moz-box-shadow: 0px 3px 0px 0px rgba(235,100,91,0.65);
	box-shadow: 0px 3px 0px 0px rgba(235,100,91,0.65);
}
#options .item_complete:last-child .time__block ~ a,#options .item_complete:last-child .time__block ~ p{
	background-color: #009FE8;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(70,160,201,0.65);
	-moz-box-shadow: 0px 3px 0px 0px rgba(70,160,201,0.65);
	box-shadow: 0px 3px 0px 0px rgba(70,160,201,0.65);
}
#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p::after{
	position: absolute;
	content: "";
	right: 20px;
	top: 12px;
	width: 41px;
	height: 38px;
	background-image: url('../images/icon--button-red.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}
#options .item_complete:last-child .time__block ~ a,#options .item_complete:last-child .time__block ~ p::after{
	background-image: url('../images/icon--button-blue.svg');
}


/* ================ */
.section__udon{
	background-color: #FFF7D6;
	padding: 100px 0 90px;
}
.body__udon{
	max-width: 941px;
}
.item__udon{
	background-color: var(--color--ffffff);
	padding: 45px 80px 75px 73px;
	border-radius: 20px;
}
.item__udon:not(:last-child){
	margin-bottom: 55px;
}
.item__udon .title--head{
	font-size: 38px;
	line-height: 1;
}
.item__udon .image_ud{
	flex: 0 0 383px;
	max-width: 383px;
}
.item__udon .image_ud img{
	border-radius: 24px;
}
.item__udon .text__content{
	flex: 0 0 calc(100% - 383px);
	max-width: calc(100% - 383px);
	padding-left: 80px;
}
@media (min-width: 1024px){
	.item__udon .text__content{
		padding-top: 15px;
	}
}
.item__udon .title_item{
	font-size: 29px;
	font-weight: 700;
	color: #EB645B;
}
.item__udon .txt_des{
	font-size: 17px;
	text-align: left;
}
.item__udon .inline_txt{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item__udon .inline_txt span{
	color: #EB645B;
	display: block;
	width: 100%;
	padding-top: 5px;
	font-weight: 700;
}
.item__udon .time_i{
	font-size: 24px;
	font-weight: 700;
}
.item__udon .btn__udon{
	max-width: 323px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 40px;
	background-color: #EB645C;
	color: var(--color--ffffff);
	font-size: 21px;
	font-weight: 700;
	padding-right: 25px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(226,56,45,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(226,56,45,1);
	box-shadow: 0px 3px 0px 0px rgba(226,56,45,1);
	position: relative;
}
.item__udon .btn__udon::after{
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	width: 32px;
	height: 30px;
	background-image: url(../images/icon--right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.btn__more_udon{
	width: 100%;
	max-width: 568px;
	display: inline-block;
	position: relative;
}
.btn__more_udon::before{
	position: absolute;
	content: "";
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background-color: #D9D6C7;
	border-radius: 10px;
	z-index: 1;
}
.btn__more_udon span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	position: relative;
	width: 100%;
	border-radius: 10px;
	background-color: var(--color--ffffff);
	color: var(--color--000000);
	font-size: 28px;
	font-weight: 700;
	z-index: 10;
}
.btn__more_udon span::after{
	position: absolute;
	content: "";
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 13px;
	background-image: url('../images/icon-btn-undon.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}
/* ================== */
.section_anc_product{
	background-color: #ffdbdb;
	padding: 90px 0;
}
.product_list01{
	position: relative;
	max-width: 828px;
}
.product_list01 li{
	padding: 0 12px;
	max-width: 33.3333%;
	flex: 0 0 33.3333%;
	margin-bottom: 25px;
}
.product_list01 .itemPro{
	display: block;
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.product_list01 .itemPro:hover{
	opacity: 1;
}
.product_list01 .itemPro .image_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product_list01 .itemPro .image_bg img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product_list01 .itemPro .image_pro{
	position: relative;
	padding-top: 66%;
}
.product_list01 .itemPro .image_pro img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 10;
}
.product_list01 .itemPro:hover .image_pro img{
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.product_list01 .product_list01_label01{
	display: block;
  	padding: 10px;
	text-align: center;
	position: relative;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	background-color: #ffffff;
}
.product_list01 .product_list01_label01 .product_icon01{
	background-color: #0196fd;
	border-radius: 50px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 100%;
	display: inline-block;
	padding: 4px 8px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.product_list01 .product_list01_label01 .product_icon02{
	background-color: #ff3a5b;
	border-radius: 50px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 100%;
	display: inline-block;
	padding: 4px 8px;
	position: absolute;
	left: 10px;
	top: 10px;
}


.section_anc_recipe{
	background-color: #F2ECCC;
	padding: 70px 20px;
}
.body_anc_recipe{
	max-width: 950px;
}
.block__recipe.mb-22{
	margin-bottom: 22px;
}
.block__recipe{
	background-color: var(--color--ffffff);
	padding: 20px;
	height: 100%;
	border-radius: 16px;
}
.block__recipe .title_recipe{
	color: var(--color--000000);
	font-size: 26px;
	margin-bottom: 12px;
}
.list__inc_season{
	margin: 0 -2.5px;
}
.list__inc_season li{
	padding: 2.5px;
	position: relative;
	width: 20%;
}
.list__inc_season li a{
	display: block;
	width: 100%;
	color: var(--color--000000);
}
.list__inc_season li span{
	display: block;
	width: 100%;
	padding-top: 5px;
}
.list__inc_season li a:hover{
	color: var(--color--000000);
}

.row__Xrecipe{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px 70px;
}
.row__Xrecipe .cell-6{
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 11px;
}
.row__Xrecipe .title_recipe{
	font-size: 24px;
}
.row__Xrecipe .title_recipe span{
	font-size: 18px;
	padding-left: 13px;
}
.row__Xrecipe .images_left{
	max-width: 45%;
	flex: 0 0 45%;
	font-size: 0;
}
.row__Xrecipe .content__right{
	max-width: calc(100% - 45%);
	flex: 0 0 calc(100% - 45%);
	padding-left: 15px;
	color: var(--color--000000);
}
/* ========= */
.section__breadcrumb{
	position: relative;
	border-top: 2px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.section__breadcrumb .breadcrumb{
	max-width: 980px;
	margin: 0 auto;
	padding: 12px 15px 9px;
	display: flex;
	align-items: center;
	font-size: 11px;
}
.section__breadcrumb .breadcrumb li:not(:last-child){
	margin-right: 30px;
}
.section__breadcrumb .breadcrumb li{
	position: relative;
}
.section__breadcrumb .breadcrumb li:not(:last-child)::after{
	content: "＞";
	position: absolute;
	right: -22px;
	top: 0;
	font-size: 10px;
	color: #000;
}
.section__breadcrumb .breadcrumb a{
	color: #1380cc;
}
/* ======== */

.m-sp767{
	display: none;
}

.top-banner {
	width: 45%;
}

@media (max-width: 1199px){
	.text__banner .h1_title__banner img{
		max-width: 500px;
	}
}
@media (max-width: 991px){
	.top-banner {
		width: 100%;
	}
	/* .text__banner .h1_title__banner{
		font-size: 36px;
		height: 66px;
	} */
	.text__banner .h1_title__banner img{
		max-width: 420px;
	}
	.title_h2_recommended{
		font-size: 42px;
		margin-bottom: 40px;
	}
	.title_h2_recommended span::before, .title_h2_recommended span::after{
		width: 5px;
	}
	.body__recommended .row__faq{
		margin-left: -15px;
    	margin-right: -15px;
	}
	.body__recommended .title__faq .number__txt{
		font-size: 50px;
		width: 115px;
		height: 84px;
		background-size: 100% 100%;
	}
	.body__recommended .title__faq .txt__text{
		font-size: 47px;
	}
	.row__faq .cell-6{
		padding: 0 15px;
	}
	.body__recommended #options{
		margin-left: -15px;
		margin-right: -15px;
	}
	#options .item_block,
	#options .item_complete{
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.row__faq .block__item::after,
	
	#options .item_complete::after{
		left: 15px;
		top: 15px;
		border-radius: 18px;
	}
	#options .item_block::after{
		content: none;
	}
	.row__faq .item__faq,
	#options .item_block .item_col{
		padding: 25px 25px 18px;
		border-width: 3px;
		border-radius: 18px;
	}
	#options .item_complete .item_cell{
		padding: 15px 18px 20px;
		border-width: 3px;
		border-radius: 18px;
	}
	.button_recommended a,
	#options .btn_faq,
	#options button{
		height: 43px;
		font-size: 18px;
		padding-top: 3px;
	}
	#options .btn_faq::before,
	#options button::before{
		width: 30px;
		height: 30px;
		left: 8px;
	}
	#options .item_block:last-child button::before,
	#options .item_block:last-child .btn_faq::before{
		right: 8px;
	}
	#options .item_complete .item_head span{
		width: 70px;
		height: 70px;
		font-size: 38px;
	}
	#options .item_complete .item_head p{
		max-width: calc(100% - 70px);
		font-size: 21px;
		padding-right: 0;
	}
	#options .item_complete .item_image{
		margin-bottom: 18px;
	}
	#options .item_complete .item_image img{
		border-radius: 18px;
	}
	#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p{
		height: 53px;
		font-size: 18px;
	}
	#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p::after{
		right: 12px;
		top: 8px;
		width: 39px;
		height: 37px;
	}



	.section__udon .h2-title-head{
		font-size: 35px;
	}
	.item__udon .title--head{
		font-size: 28px;
	}
	.item__udon .image_ud,
	.item__udon .text__content{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.item__udon .image_ud{
		text-align: center;
		margin-bottom: 15px;
	}
	.item__udon .text__content{
		padding-left: 0;
	}
	.item__udon .txt_des{
		text-align: center;
	}
	.item__udon .btn__udon{
		margin: 0 auto;
	}

	.row__Xrecipe .title_recipe{
		font-size: 18px;
	}
	.row__Xrecipe .title_recipe span{
		font-size: 15px;
	}
	.row__Xrecipe .content__right .text_txt{
		font-size: 13px;
		height: 78px;
	}

	#options .item_block .item_col{
		border-radius: 0;
		border: none;
		box-shadow: none;
	}
}
@media (max-width: 767px){
	.top-banner {
		width: 70%;
	}
	.m-pc767{
		display: none;
	}
	.m-sp767{
		display: block;
	}
	.text__banner .h1_title__banner img{
		max-width: 320px;
	}
	.image__banner img{
		min-height: 350px;
		object-fit: cover;
	}
	/* .text__banner .h1_title__banner{
		font-size: 26px;
		height: 52px;
		border: 0;
		padding-top: 2px;
	} */
	.title_h2_recommended{
		font-size: 28px;
		margin-bottom: 25px;
	}
	.title_h2_recommended span::before, .title_h2_recommended span::after{
		width: 2.5px;
	}
	.section_recommended{
		padding: 45px 0 40px;
	}
	.body__recommended .title__faq{
		margin-bottom: 45px;
	}
	.body__recommended .title__faq .txt__text{
		font-size: 37px;
	}
	.body__recommended .title__faq .number__txt {
        font-size: 40px;
        width: 105px;
        height: 74px;
    }
	.body__recommended .text__note{
		font-size: 24px;
	}
	

	#options .item_block .item_col{
		padding: 15px 15px 17px;
		border-radius: 12px;
	}
	#options .item_block .item_image{
		height: 220px;
		margin-bottom: 10px;
	}
	#options .btn_faq,
	#options button{
		font-size: 14px;
		height: 35px;
		line-height: 1.2;
	}
	#options .btn_faq::before,
	#options button::before{
		width: 25px;
        height: 25px;
        left: 5px;
	}
	#options .item_block:last-child button::before,
	#options .item_block:last-child .btn_faq::before{
		right: 5px;
	}
	#options .item_complete::after{
		left: 9px;
        top: 9px;
        border-radius: 9px;
	}
	#options .item_complete .item_cell{
		padding: 12px 10px 12px;
		border-radius: 10px;
		border-width: 2px;
	}
	#options .item_complete .item_head{
		margin-bottom: 9px;
	}
	#options .item_complete .item_head span {
        width: 35px;
        height: 35px;
        font-size: 21px;
    }
	#options .item_complete .item_head p{
		max-width: calc(100% - 35px);
		font-size: 15px;
		padding-left: 8px;
		min-height: 45px;
	}
	#options .item_complete .item_image{
		margin-bottom: 12px;
		margin-top: 0;
	}
	#options .item_complete .item_image img{
		border-radius: 10px;
	}
	#options .item_complete .item_content p{
		font-size: 13px;
		margin-bottom: 10px;
	}
	#options .item_complete .time__block .item_image img{
		width: 36px;
	}
	#options .item_complete .time__block p{
		font-size: 15px;
	}
	#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p{
		padding-right: 25px;
		height: 45px;
        font-size: 15px;
	}
	#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p::after{
		right: 8px;
        top: 10px;
        width: 27px;
        height: 25px;
	}

	/* =========== */
	.product_list01{
		margin-left: -4.5px;
		margin-right: -4.5px;
	}
	.product_list01 li{
		padding: 0 4.5px;
	}
	.product_list01 .product_list01_label01,
	.product_list01 .product_list01_label02{
		font-size: 11.5px;
		padding: 5px;
	}
	.product_list01 .itemPro .image_pro{
		padding-top: 87%;
	}
	.product_list01 .product_list01_label01 .product_icon01,
	.product_list01 .product_list01_label01 .product_icon02{
		font-size: 9px;
		left: 7px;
    	top: 5px;
	}
	.row__Xrecipe .cell-6{
		max-width: 100%;
    	flex: 0 0 100%;
	}
	.row__Xrecipe .cell-6:first-child{
		margin-bottom: 22px;
	}
	/* ======= */
	.section__udon .h2-title-head{
		font-size: 25px;
		margin-bottom: 35px;
	}
	.item__udon{
		padding: 25px 20px 25px ;
		border-radius: 6px;
	}
	.item__udon:not(:last-child){
		margin-bottom: 25px;
	}
	.item__udon .title--head{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.item__udon .image_ud img{
		border-radius: 8px;
	}
	.item__udon .title_item{
		font-size: 17px;
		margin-bottom: 7px;
	}
	.item__udon .txt_des{
		font-size: 14px;
		text-align: center;
		margin-bottom: 15px;
	}
	.item__udon .time_i{
		font-size: 15px;
	}
	.item__udon .time_item{
		margin-bottom: 14px;
	}
	.item__udon .btn__udon{
		height: 45px;
		font-size: 14px;
	}
	.item__udon .btn__udon::after{
		width: 25px;
		height: 23px;
	}
	.btn__more_udon::before{
		left: 4px;
		top: 4px;
	}
	.btn__more_udon span{
		height: 52px;
		font-size: 18px;
	}
	.body__recommended .title__faq .txt__text{
		font-size: 37px;
	}
	
}
@media (max-width: 575px){
	.top-banner {
		width: 100%;
	}
	.h2-title-head{
		font-size: 20px;
	}
	.text_des_1rem{
		font-size: 12.5px;
	}
	.title_h2_recommended{
		font-size: 24px;
	}
	.title_h2_recommended span::before, .title_h2_recommended span::after{
		width: 2px;
	}
	.section__breadcrumb{
		border-top-width: 1px;
	}
	.section_recommended,
	.section__udon{
		padding: 40px 0;
	}
	.body__recommended .title__faq{
		margin-bottom: 20px;
	}
	.body__recommended .title__faq .txt__text{
		font-size: 27px;
	}
	.body__recommended .title__faq .number__txt {
        font-size: 30px;
        width: 95px;
        height: 64px;
    }
	
	.body__recommended #options{
		margin-left: -5px;
        margin-right: -5px;
		margin-bottom: 30px;
	}
	#options .item_block,
	#options .item_complete{
		flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
	}
	#options .item_block::after,
	#options .item_complete::after{
		content: none;
	}
	#options .item_block .item_col{
		box-shadow: none;
		border: none;
		padding: 0 5px;
	}
	#options .item_block .item_image{
		height: 160px;
	}
	/* #options .item_block:last-child .item_image img{
		width: 130px;
	} */
	#options .btn_faq,
	#options button{
		line-height: 1.2;
		padding-left: 32px;
		font-size: 12.5px;
		padding-right: 10px;
		padding-bottom: 0;
	}
	#options .item_block:last-child button,
	#options .item_block:last-child .btn_faq{
		padding-right: 32px;
	}


	#options .item_complete .item_cell{
		padding: 8px 8px 11px;
	}
	#options .item_complete .item_head span{
		width: 24px;
        height: 24px;
        font-size: 14px;
	}
	#options .item_complete .item_head p {
        max-width: calc(100% - 24px);
        font-size: 12px;
        padding-left: 7px;
		min-height: 36px;
		align-content: flex-start;
    }
	#options .item_complete .time__block .item_image{
		margin-right: 8px;
	}
	#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p {
        padding-right: 25px;
        height: 38px;
        font-size: 12px;
    }
	#options .item_complete .time__block p{
		font-size: 13px;
	}
	#options .item_complete .time__block ~ a,#options .item_complete .time__block ~ p::after {
        right: 6px;
        top: 8px;
        width: 23px;
        height: 21px;
    }


	.section_anc_product{
		padding: 50px 0;
	}
	.product_list01 li{
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 10px;
	}
	.product_list01 .itemPro .image_pro img{
		max-height: 135px;
	}


	.body__recommended .text__note{
		font-size: 17px;
	}
	.row__Xrecipe{
		margin-bottom: 25px;
	}
	.row__Xrecipe .content__right .text_txt{
		font-size: 11px;
		height: auto;
	}
	.block__recipe{
		border-radius: 6px;
	}
	.block__recipe .title_recipe{
		font-size: 18px;
	}
	.list__inc_season{
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.list__inc_season li span{
		font-size: 11px;
	}
}
@media (max-width: 450px){
	.text__banner .h1_title__banner img{
		max-width: 260px;
	}
	.text__banner{
		border: none;
	}
	.image__banner img{
		min-height: 250px;
	}
	.section__breadcrumb .breadcrumb{
		padding: 9px 10px 6px;
	}
	.body__recommended .title__faq .number__txt{
		font-size: 26px;
        width: 85px;
        height: 54px;
		margin-right: 8px;
	}
	.body__recommended .title__faq .txt__text{
		font-size: 24px;
	}
	.section__udon .h2-title-head{
		margin-bottom: 18px;
	}
	#options .item_complete .item_content p{
		font-size: 10.5px;
	}
}




@media print {
	.head--wrapper,
  	#header_top,
	.container-footer,
	.card-container .desc .messages,
	.btn__more_udon{
		display: none !important;
    	height: 0;
	}
	.image__banner img{
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
	.section_udon_recommended{
		min-height: 550px;
		height: 550px;
	}
	.isPCClickMode .card{
		height: auto;
	}
	.section__udon .h2-title-head{
		margin-bottom: 15px;
	}
	.item__udon .image_ud img{
		height: 230px;
		object-fit: cover;
	}
	.block__recipe{
		margin-bottom: 35px;
	}
	.item__udon .btn__udon,
	.btn__more_b{
		color: #EB645C;
		box-shadow: none;
		border: 1px solid #EB645C;
	}
	.section_udon_recommended .title__faq{
		margin-bottom: 15px;
	}
	.section_udon_recommended .section_udon_recommended__options .item_block .item_col{
		border: 3px solid #efefef !important;
	}
	.section_udon_recommended .section_udon_recommended__options .btn_faq{
		color: #000000 !important;
		box-shadow: none;
		border: 1px solid #000000 !important;
		font-size: 15px !important;
		padding: 0 !important;
		background-color: #efefef !important;
	}
	.section_udon_recommended .section_udon_recommended__options .btn_faq::before{
		content: none !important;
	}
	.body__recommended .title__faq .number__txt{
		margin: 0 !important;
	}
	.section_anc_product {
		padding-top: 300px;
	}
	.section_anc_product .h2-title-head{
		padding-top: 10px;
	}
}