@charset "UTF-8";

/* 共通クラス */
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}
.vis-sp{
	display: none;
}
.hide-sp{
	display: block;
}

.u-mincho.-min {
    font-family: "游明朝", "YuMincho" , serif;
}
.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol34/bg-main@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color:#0388EA;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

.sechero {
	height: 300px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.secttl {
	margin: -40px auto 50px;
	height: 80px;
	line-height: 1;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	position: relative;
}

.secttl::before,
.secttl::after {
	border-style: solid;
	border-width: 40px 20px;
	border-color: #000000 transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.secttl::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.secttl::after {
	right: 0;
	transform: translate(50%, -50%);
}

.secttl span {
	font-size: 30px;
	z-index: 10;
}

.sectxt {
	text-align: center;
}

.kind {
	background: #fff;
	padding: 6px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
	color: #882849;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #882849;
	color: #882849;
	width: 6px;
	height:100%;
	/*border-right-color: transparent;
	border-bottom-color: transparent;*/
}

/*.kind.-green {
	color: #2C7B44;
}

.kind.-orange {
	color: #E5645B;
}*/

.kind.-bggray {
	background-color: #F2F2EF;
}

/* ここから */
.inner {
	margin: auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}
.intro {
	margin: 0 auto 100px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.main_ttl {
	line-height: 1;
	font-size: 40px;
	font-weight: 500;
	position: relative;
	margin-bottom: 60px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;

}
.main_ttl::after{
	content: "";
	display: inline-block;
	background-image: url(/assets/img/feature_vol34/icn-ub.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 206px;
	height: 3px;
	position: absolute;
	transform: translateX(-50%);
	bottom: -20px;
	left: 50%;
}
.main_sub_ttl{
	font-size: 35px;
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.main_sub_ttl span{
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #E54458;
	color: #FFF;
	text-align: center;
	padding: 4px 15px;
}

.intro_text {
	margin-bottom: 30px;
	text-align: left;
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 50px;
	gap:10px 20px;
}

.intro_link_item {
	width: 300px;
	/*margin: 0 10px;*/
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #ED9AA4;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	transition: opacity 0.5s;
	/* outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px; */
}


.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	gap: 10px;
	align-items: center;
	color:#FFF;
}
.intro_link_item_txt::after{
	display: inline-block;
	content: "";
	background-image: url(/assets/img/feature_vol34/icn-arr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-bottom: -10px;
	/* margin-left: 5px; */
	/* position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 30px; */

}
.int_sub_hero.-fst{
	padding-top: 20px;
}
.int_point_ttl{
	display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ED9AA4;
}
.intro_exp{
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 40px 10px;
}
.intro_exp > h4{
	font-size: 25px;
	font-weight:500;
}
.intro_exp > p{
	padding-bottom: 20px;
}
.about{
	padding-bottom: 50px;
}
.about_txt{
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 60px 20px 40px;
    margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.about_txt .about_ttl{
	position: absolute;
	top: -35px;
	/* left: 50%;
	transform: translateX(-50%); */
	background-color: #fff;
	padding: 10px 20px;
	
}
.about_main_txt{
	padding-left: 1em;
    text-indent: -1em;
}
.about_box{
	margin-bottom: 50px;
}
.about_box .about_trw{
	display: block;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.about_img{
	width: 100%;
}
.about_img img{
	width: 100%;
	height: auto;
}
.point {
	margin-bottom: 160px;
	/* min-height: 700px; */
	padding: 80px 0;
	background-color: #FAFAEC;
	/* border-radius: 109px 109px 0 0; */
}


.point_cnt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding: 30px 0;
	/* border-bottom: 1px solid #ED9AA4; */
}

.point_cnt:nth-child(even){
	flex-direction: row-reverse;
}
.point_cnt.-gari{
	flex-direction: row;
}
.point_cnt:last-child{
	border-bottom: none;
}
.point_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;

}
.-movie .point_box{
	max-width: 50%;
	width: 100%;

}
.point_box > span{
	font-size: 19px;
	color: #ED9AA4;
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.point_sub_ttl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	line-height: 1.3;
}
.point_img.-pi01{
}
.point_img.-pi02{
}
.point_img.-pi03{
	position: relative;
}

.point_img.-pi03 .-logo{
	position: absolute;
	right: -80px;
	bottom: -30px;
}

.point_img.-pi03 .point_img_detail {
	position: relative;
	top: -30px;
}

.point_img.-pi05{
}
.point_img.-pi05 figcaption,
.point_img.-pi06 figcaption{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}
.point_img.-pi05 figcaption span,
.point_img.-pi06 figcaption span{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
}
.point_recipe{
	background-color: #0388EA;
	color: #fff;
	border: 1px solid #0388EA;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: all 0.3s;
	font-weight:bold;
	font-size: 19px;
}
.point_recipe:hover{
	color: #0388EA;
	background-color: #fff;
	transition: all 0.3s;

}

.point_img img{
	height: auto;
	max-width: 510px;
}
.point_img.-pi05 img{
	height: revert-layer;
}

.point_box > span.point_num{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.point_box > span.point_num::after{
	content: "";
	width: 37px;
	height: 1px;
	background-color: #E44458;
    display: block;
}
.point_movie {
	width: 310px;
	height: 249px;
	background-color: #dbdbdb;
}
.point_movie iframe{
	aspect-ratio: 9/6;
	width: 100%;
	height: auto;
	margin-top: 22px;
}
.interview {
	margin-bottom: 120px;
	padding-bottom: 100px;
}
.interview_hero{
	padding: 20px 50px 70px;
	border-bottom: 1px solid #ED9AA4;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.int_hero_img{
	text-align: center;
	margin: 50px auto 30px;
	padding: 0 10px;
}
.int_hero_img img{
	width: 100%;
	max-width: 1160px;
	height: auto;
}

.int_sub_ttl{
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #ED9AA4;
	border: 1px solid #ED9AA4;
	padding: 5px 20px;
	width: fit-content;
}
.int_txt{
	max-width: 800px;
	width: 100%;
}
.int_cnt{
	border-bottom: 1px solid #ED9AA4;
	padding: 70px 0;
}
.wish{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 50px;
}
.wish_img{
	flex: none;
}
.wish_cnt{
	display: flex;
	flex-direction: column;
	gap:10px;
	justify-content: flex-start;
}
.wish_images{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wish_images li{
	height: 200px;
	object-fit: cover;
}

/* レシピ */

#recipe {}
.recipe {
	padding-bottom: 110px;
    border-bottom: solid 2px #fafaec;
    margin-bottom: 140px;
}

.recipe .main_ttl {
    margin-bottom: 90px;
}

.recipe_hero_01_02 {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 100px;
}

.recipe_pt {
	width: 310px;
	margin-bottom: 30px;
}

.recipe_pt02 {
	display: flex;
	gap: 40px;
}

.cooking_name {
	display: flex;
	font-family: serif;
	font-size: 26px;
	font-weight: 600;
}

.cooking_name span {
	margin-right: 10px;
	flex: none;
}

.recipe_btn_cnt {
	display: flex;
	justify-content: center;
}

.recipe_btn {
	display: inline-block;
	width: 310px;
	border-radius: 20px;
}

.recipe_btn p {
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	border-radius: 25px;
	font-weight: bold;
	transition: background-color 3s ease, opacity 0.5s ease;
}

.recipe_btn p:hover {
	opacity: 0.6;
}

.recipe_01 {
	width: 31%;
}

.recipe_01 .cooking_name {
	margin-bottom: 40px;
}

.recipe_01 .recipe_btn p {
	background-color: #0388EA;
}
.recipe_02 {
	width: 66%;
}
.recipe_02 p {
	margin-bottom: 10px;
}
.recipe_02 .recipe_btn p {
	background-color: #ee8895;
}

.recipe_hero_03 {
	margin-bottom: 100px;
	
}
.recipe_03,
.recipe_04 {
	width: 100%;
}

.recipe_03 .top_txt,
.recipe_04 .top_txt {
	margin-bottom: 45px;
}

.recipe_03 .cooking_name,
.recipe_04 .cooking_name {
	margin-bottom: 20px;
}

.recipe_03 b {
	color: #FF0000;
	font-weight: 100;
}

.recipe_03_menu,
.recipe_04_menu {
	width: 31.6%;
}

.recipe_03_menu.big {
	width: 65.4%;
}

.recipe_03_menu.big .recipe_03_name {
	margin-bottom: 49.5px;
}

.recipe_03_menu img ,
.recipe_04_menu img {
	width: 100%;
	margin-bottom: 20px;
}

.recipe_03_menu_cnt,
.recipe_04_menu_cnt {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 25px;
}

.recipe_03 .recipe_btn p {
	background-color: #33be02;
}
.recipe_04 .recipe_btn p {
	background-color: #FF8822;
}

.recipe_03 .recipe_btn,
.recipe_04 .recipe_btn {
	width: 100%;
}

.recipe_03 .recipe_03_menu.big .recipe_btn {
	width: 310px;
}

.recipe_03_name {
	margin-bottom: 20px;
}
.last_lane {
	display: flex;
	gap: 25px;
}

.last_lane .recipe_03_menu img {
	margin-bottom: 35px;
}


.attempt{
	padding-bottom: 100px;
}
.attempt_hero{
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 40px 10px;
	margin-bottom: 50px;
}
.att_txt{
	text-align: center;
}
.att_cnt{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.att_box{
	width: 48%;
}
.att_box dt{
	background-color: #34BE01;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.att_box dd{
	padding: 30px;
	background-color: rgba(52, 190, 1, 0.2);
	font-weight: 500;
}
.att_box.-kenmin dt{
	background-color: rgba(6, 136, 234, 1);
}
.att_box.-kenmin dd{
	background-color: rgba(6, 136, 234, 0.2);
}





@media screen and (max-width:1399px) {
	.point_cont.-img img.-main {
		transform: translate(50px, -85px);
	}

	.point_cont.-img img.-sub {
		right: -50px;
		bottom: -120px;
	}

}



@media screen and (max-width:1039px) {
	img.vis-tb {
		margin: auto;
	}

	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	.sechero {
		height: 300px;
	}

	.secttl {
		margin-top: -35px;
		max-width: 600px;
		height: 70px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 35px 17.5px;
	}

	.secttl span {
		font-size: 24px;
	}

	.intro {
		margin-bottom: 100px;
	}

	.intro_link_item_txt {
		padding: 0px 10px;
	}
	.intro_exp > p{
		text-align: left;
	}
	.about_txt{
		text-align: left;
	}

	.point {
		margin-bottom: 100px;
		/* min-height: auto;
		padding-top: 0; */
	}

	.point_inner{
		padding: 0;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.point_cont.-desc {
		margin-top: 30px;
		max-width: none;
	}

	.point_intro{
		margin-top: 10px;
	}

	.point_ttl {
		display: block;
		text-align: center;
	}

	.point_ttl img:first-child {
		margin: 0;
	}

	.point_link {
		margin: 40px auto;
	}

	.point_cont.-img {
		max-width: none;
		width: 100%;
	}

	.point_cont.-img figure {
		line-height: 1;
		font-size: 0;
		text-align: center;
	}

	.point_cont.-img img.-main {
		max-width: 50%;
		width: 100%;
		height: 340px;
		object-fit: cover;
		transform: none;
	}

	.point_cont.-img img.-sub {
		max-width: 50%;
		width: 100%;
		height: 340px;
		object-fit: cover;
		position: static;
	}
	.point_img.-pi03 .-logo {
		right: -10px;
	}

	.recipe_03_menu {
		width: 30%;
	}

	.recipe_03_menu_cnt {
		justify-content: center;
	}

	.last_lane {
		justify-content: center;
	}
}

@media screen and (max-width:960px) {
	.bunka_images{
		bottom: 100px;
	}
	.recipe_01 {
		width: 50%;
		margin: 0 auto 60px;
	}
	.recipe_02 {
		width: 100%;
	}
	.recipe_pt02 {
		justify-content: center;
	}
	.recipe_hero_01_02 {
		margin-bottom: 60px;
	}

	.recipe_01 .cooking_name {
		justify-content: center;
	}
	.recipe_01 .recipe_pt {
		width: 310px;
		display: block;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 12px;
	}

	img.vis-sp {
		margin: auto;
	}
	.vis-sp{
		display: block;
	}
	.hide-sp{
		display: none;
	}
	.about_box .about_trw{
		font-size: 18px;
	}
	.point_img img{
		width: 100%;
	}
	.point_img.-pi05 img,
	.point_img.-pi06 img{
		height: auto;
	}

	.point_movie {
		width: 100%;
		height: auto;
		background-color: unset;
	}

	.point_movie iframe{
		margin-top: 0px;
	}

	.-movie .point_box{
		max-width: 100%;
	}
	.vis {
		height: 200px;
	}

	.vis_areattl {
		width: 79px;
		height: 79px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	.sechero {
		height: 200px;
	}

	.secttl {
		margin-top: -30px;
		max-width: 500px;
		height: 60px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 30px 15px;
	}

	.secttl span {
		font-size: 20px;
	}

	/* ここから */
	.intro_link {
		flex-direction: column;
		gap:10px;
	}

	.intro_link_item {
		margin: 0 auto;
		/*max-width: 300px;*/
		width: 100%;
	}

	.intro_link_item:last-child {
		margin-bottom: 0;
	}

	.interview_ttl {
		/*max-width: 500px;*/
	}

	.interview_intro .-cont {
		padding: 40px 20px;
		display: block;
	}

	.interview_intro .-ttl {
		/*right: -50%;*/
		/*top:-15%*/

	}

	.interview_intro .-tbl {
		margin: 0 auto;
	}
	.view_hero_txt{
		flex-direction: column-reverse;
	}
	.view_hero_txt figcaption{
		flex-direction: row;
		align-items: center;
		text-align: center;
		font-size: 20px;
		line-height: 1.25;
	}
	.view_hero_txt figcaption:before{
		transform: rotate(90deg);
	}
	.view_hero_txt figcaption:after{
		transform: rotate(270deg);
	}
	.interview_pro_img_cnt{
		flex-direction: column;
		gap:10px;
		align-items: center;
	}
	.recipe_list li figure{
		flex-direction: column;
		align-items: center;
		gap:10px;
	}
	.recipe_list .-desc{
		align-items: center;
	}
	.takumi_box{
		padding: 20px 15px;
	}
	.bunka_cnt{
		padding-bottom: 800px;
	}
	
	.bunka_images{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		bottom: 30px;
	}
	.bunka_images li img{
		width: auto;
		max-height: 200px;
		object-fit: cover;
	}
	.point_recipe{
		font-size: 16px;
	}



}

@media screen and (max-width:640px) {
	.sechero {
		height: 150px;
	}

	.secttl {
		max-width: calc(100% - 30px);
	}

	/* ここから */
	.intro {
		margin-bottom: 50px;
	}

	.intro_ttl img {
		width: auto;
		height: 24px;
	}

	.intro_text {
		text-align: left;
	}

	.point {
		margin-bottom: 50px
	}

	.point_ttl img {
		width: auto;
		height: 24px;
	}

	.point_box > span.point_num{
		flex-direction: column;
		gap: 8px;
	}

	
	.recipe_sublist li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_sublist li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_sublist .-link {
		min-height: auto;
	}

	.recipe_sublist .-ttl {
		padding-bottom: 25px;
		font-size: 18px;
	}
	.main_ttl{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.main_ttl img{
		width: 280px;
	}
	.main_sub_ttl{
		line-height: 1.25;
		text-align: center;
	}
	.point_cnt,.point_cnt:nth-child(even){
		flex-direction: column;
	}
	.point_img.-pi03 .-logo{
		width: 120px;
		right: -15px;
		bottom: -40px;
	}

	.point_img.-pi03 .point_img_detail {
		top: -20px;
	}
	
	.point_sub_ttl{
		font-size: 25px;
		text-align: center;
	}
	.point_box{
		align-items: center;
		width: 100%;
	}
	.interview_hero{
		padding: 20px 10px 70px;
	}
	.wish{
		flex-direction: column;
	}
	.wish_img{
		width: 100%;
	}
	.wish_images{
		flex-wrap: wrap;
	}
	.wish_images li{
		width: 50%;
		overflow: hidden;
	}


	#recipe {}
	.recipe {
		padding-bottom: 60px;
		border-bottom: solid 2px #fafaec;
		margin-bottom: 60px;
	}
	
	.recipe .main_ttl {
		margin-bottom: 90px;
	}
	
	.recipe_hero_01_02 {
		margin-bottom: 0px;
	}
	
	.recipe_pt {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.recipe_pt02 {
		display: flex;
		flex-wrap: wrap;
		gap: unset;
		margin-bottom: 30px;
		justify-content: unset;
	}
	
	.cooking_name {
		font-size: 20px;
	}
	
	.cooking_name span {
	}

	.cooking_name span img {
		width: 40px;
		height: auto;
		margin-top: 1px;
	}
	
	.recipe_btn_cnt {
		display: flex;
	}
	
	.recipe_btn {
		display: inline-block;
		width: 100%;
		border-radius: 20px;
	}
	
	.recipe_01 {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.recipe_01 .cooking_name {
		margin-bottom: 40px;
		justify-content: unset;
	}

	.recipe_01 .recipe_pt {
		width: 100%;
	}
	
	.recipe_01 .recipe_btn p {
		background-color: #0388EA;
	}
	.recipe_02 {
		width: 100%;
		margin-bottom: 60px;
	}
	.recipe_02 p {
		margin-bottom: 10px;
	}
	.recipe_02 .recipe_btn p {
		background-color: #ee8895;
	}
	
	.recipe_hero_03 {
		
	}
	.recipe_03 {
		width: 100%;
	}
	
	.recipe_03 .top_txt ,
	.recipe_04 .top_txt {
		margin-bottom: 45px;
	}
	
	.recipe_03 .cooking_name ,
	.recipe_04 .cooking_name {
		margin-bottom: 20px;
	}
	
	.recipe_03 b {
		color: #FF0000;
		font-weight: 100;
	}
	
	.recipe_03_menu ,
	.recipe_04_menu {
		width: 46%;
	}
	.recipe_04_menu{
		width: 100%;
	}
	
	.recipe_03_menu.big {
		width: 100%;
	}
	
	.recipe_03_menu.big .recipe_03_name {
		margin-bottom: 10px;
	}
	
	.recipe_04_menu img ,
	.recipe_03_menu img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.recipe_03_menu_cnt ,
	.recipe_04_menu_cnt {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 25px;
	}
	.recipe_04_menu_cnt{
	}
	
	.recipe_03 .recipe_btn p {
		background-color: #33be02;
	}
	
	.recipe_03 .recipe_btn {
		width: 100%;
	}
	
	.recipe_03 .recipe_03_menu.big .recipe_btn {
		width: 310px;
	}
	
	.recipe_03_name ,
	.recipe_04_name {
		margin-bottom: 10px;
		font-size: 11px;
	}
	.last_lane {
		display: none;
	}
	
	.last_lane .recipe_03_menu img {
		margin-bottom: 35px;
	}


	.att_cnt{
		flex-direction: column;
		gap: 15px;
	}
	.att_box{
		width: 100%;
	}

}

@media screen and (max-width:374px) {
	.recipe_03_menu_cnt {
        gap: 30px;
    }
	.recipe_03_name {
        margin-bottom: 10px;
        font-size: 15px;
    }
	.recipe_03_menu {
        width: 100%;
    }
}