@charset "utf-8";


/* base */
picture{
	display: block;
}

/* common */
#container .orange{
	color: #ff551e;
}
#container .bg_orange{
	background-color: #fff5e6;
}
#container .bg_white{
	background-color: #fff;
}

#container .mat30{
	margin-top: 30px;
}
#container .mab30{
	margin-bottom: 30px;
}
#container .w100{
	width: 100%;
}


/*==============================================================
	kodomo vol
==============================================================*/
/* kodomo_mv */
.kodomo_mv{
	padding: 90px 0 100px;
}
.kodomo_mv .ttl{
	font-size: 37px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
}
.kodomo_mv .ttl::before{
	content: '';
	position: absolute;
	background-image: url(../img/ttl_line.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 930px;
	height: 6px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.kodomo_mv .num_icon{
	max-width: 110px;
	margin: 0 auto 35px;
}
.kodomo_mv .catch{
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 37px;
}
.kodomo_mv .catch span{
	color: #503700;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.12em;
	display: block;
	margin-bottom: 12px;
}

@media screen and (max-width: 1150px) {
	.kodomo_mv .ttl{
		font-size: calc(37/1150*100vw);
	}
	.kodomo_mv .ttl::before{
		width: calc(930/1150*100vw);
	}
	.kodomo_mv .catch{
		font-size: calc(34/1150*100vw);
	}
	.kodomo_mv .catch span{
		font-size: calc(26/1150*100vw);
	}
}

@media screen and (max-width: 768px) {
	.kodomo_mv{
		padding: 40px 0;
	}
	.kodomo_mv .ttl{
		font-size: 18px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 1px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.kodomo_mv .ttl::before{
		background-image: url(../img/ttl_line_sp.svg);
		width: 340px;
		height: 4px;
	}

	.kodomo_mv .num_icon{
		max-width: 42px;
		margin: 0 auto 15px;
	}
	.kodomo_mv .catch{
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.kodomo_mv .catch span{
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0;
		margin-bottom: 3px;
	}
}


/* column_sec */
.column_sec{
	padding: 90px 0;
	color: #503700;
	font-family: "Noto Sans JP", sans-serif;
}
.column_sec .sttl{
	color: #fff;
	position: relative;
	margin-bottom: 80px;
}
.column_sec .sttl h3{
	z-index: 10;
	position: relative;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-align: center;
	padding: 29px 0;
	background-color: #fff;
	border-radius: 60px;
}
.column_sec .sttl h3.st_org{
	background-color: #ff7346;
}
.column_sec .sttl span{
	display: block;
	max-width: 1031px;
	position: absolute;
	right: -15px;
	bottom: -10px;
	z-index: 5;
}

.column_sec .txt_flex {
	display: flex;
	gap: 0 50px;
}
.column_sec .txt_flex .item{
	width: 49%;
}
.column_sec .txt_flex .txt{
	font-size: 19px;
	line-height: 2.05;
	letter-spacing: 0.1em;
}
.column_sec .txt_flex .txt span{
	font-weight: 700;
}
.column_sec .txt_flex .item .img{
	width: 95%;
	margin: 0 auto;
}
.column_sec .source{
	font-size: 15px;
	line-height: 1.65;
	letter-spacing: 0.03em;
	margin-top: 12px;
	text-indent: -2em;
	padding-left: 2em;
}
.column_sec .border_red{
	width: 100%;
	height: 1px;
	margin: 60px 0;
}
.column_sec .border_red img{
	max-width: initial;
	width: 100%;
	height: revert-layer;
}

@media screen and (max-width: 1150px) {
	.column_sec .sttl{
		margin-bottom: 8.69vw;
	}
	.column_sec .sttl h3{
		font-size: calc(29/1150*100vw);
		padding: 3.13vw 0;
	}
	.column_sec .sttl span{
		max-width: calc(1031/1150*100vw);
		right: -1.3vw;
		bottom: -0.86vw;
	}
	.column_sec .txt_flex {
		gap: 0 4.3vw;
	}
	.column_sec .txt_flex .txt{
		font-size: calc(19/1150*100vw);
	}
	.column_sec .source{
		font-size: calc(15/1150*100vw);
	}
}

@media screen and (max-width: 768px) {
	.column_sec{
		padding: 40px 0;
	}
	.column_sec .sttl{
		max-width: 351px;
		margin: 0 auto 25px;
	}
	.column_sec .sttl h3{
		font-size: 15px;
		line-height: 1.375;
		letter-spacing: 0;
		padding: 7px 0;
		background-color: #fff;
		border-radius: 30px;
	}
	.column_sec .sttl span{
		max-width: 337px;
		right: -5px;
		bottom: -5px;
	}
	.column_sec .sttl span picture img{
		height: 56px;
	}

	.column_sec .txt_flex {
		flex-direction: column;
		gap: 20px 0;
	}
	.column_sec .txt_flex .item{
		width: 100%;
	}
	.column_sec .txt_flex .txt{
		font-size: 14px;
		line-height: 1.785;
		letter-spacing: 1px;
	}
	.column_sec .txt_flex .item .img{
		width: 90%;
		max-width: 500px;
	}
	.column_sec .source{
		font-size: 11px;
		text-align: left;
		letter-spacing: 0;
		margin-top: 8px;
	}
	.column_sec .source._03{
		text-align: justify;
	}
	.column_sec .border_red{
		margin: 30px 0;
	}
	#container .column_sec .mab30 {
		margin-bottom: 20px;
	}
	#container .column_sec .mat30 {
		margin-top: 20px;
	}
}


/* recipe_sec */
.recipe_sec{
	background-color: #f4f4f1;
	padding: 90px 0 125px;
	color: #503700;
	font-family: "Noto Sans JP", sans-serif;
}
.recipe_sec .icon{
	max-width: 163px;
	margin: 0 auto 75px;
}
.recipe_sec .sttl_area{
	margin-bottom: 65px;
	text-align: center;
}
.recipe_sec .sttl_area .source{
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.16em;
	margin: 0 auto 20px;
	padding: 8px 35px;
	background-color: #fff;
	border-radius: 20px;
	width: fit-content;
}
.recipe_sec .sttl_area .menu_name{
	font-size: 44px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}
.recipe_sec .sttl_area .sub{
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.recipe_sec .menu_img{
	max-width: 920px;
	margin: 0 auto 80px;
}

@media screen and (max-width: 1150px) {
	.recipe_sec .sttl_area .source{
		font-size: calc(24/1150*100vw);
	}
	.recipe_sec .sttl_area .menu_name{
		font-size: calc(44/1150*100vw);
	}
	.recipe_sec .sttl_area .sub{
		font-size: calc(23/1150*100vw);
	}
}

@media screen and (max-width: 768px) {
	.recipe_sec{
		padding: 40px 0 80px;
	}
	.recipe_sec .icon{
		max-width: 65px;
		margin: 0 auto 20px;
	}
	.recipe_sec .sttl_area{
		margin-bottom: 20px;
	}
	.recipe_sec .sttl_area .source{
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0;
		margin: 0 auto 15px;
		padding: 9px 15px;
		border-radius: 50px;
	}
	.recipe_sec .sttl_area .menu_name{
		font-size: 24px;
		font-weight: 700;
		line-height: 1.54;
		letter-spacing: 0.02em;
		margin-bottom: 15px;
	}
	.recipe_sec .sttl_area .sub{
		font-size: 13px;
		line-height: 1.53;
		letter-spacing: 0;
	}
	.recipe_sec .menu_img{
		max-width: 500px;
		margin: 0 auto 30px;
	}
}


.recipe_sec .recipe_area{
	margin: 0 auto 70px;
	max-width: 900px;
	display: flex;
	gap: 0 35px;
}
.recipe_sec .recipe_area .item{
	width: 49%;
}
.recipe_sec .recipe_area .item .recipe_sttl{
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 12px 0;
	background-color: #ff7346;
	border-radius: 25px;
	margin-bottom: 30px;
}
.recipe_sec .recipe_area .item dl{
	display: flex;
	justify-content: space-between;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.recipe_sec .recipe_area .item dl:not(:last-of-type){
	margin-bottom: 20px;
}
.recipe_sec .recipe_area .item dl::before{
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 1.5px dotted #503700;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.recipe_sec .recipe_area .item dl dt{
	position: relative;
	background-color: #f4f4f1;
	padding: 0 5px 0 20px;
}
.recipe_sec .recipe_area .item dl dd{
	position: relative;
	background-color: #f4f4f1;
	padding: 0 20px 0 5px;
}

.recipe_sec .recipe_area .item ul li{
	position: relative;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left: 45px;
}
.recipe_sec .recipe_area .item ul li:not(:last-of-type){
	margin-bottom: 22px;
}
.recipe_sec .recipe_area .item ul li::before{
	content: '1';
	position: absolute;
	width: 22px;
	height: 22px;
	left: 15px;
	top: 3px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background-color: #503700;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	letter-spacing: 0;
}
.recipe_sec .recipe_area .item ul li:nth-child(2):before{
	content: "2";
}
.recipe_sec .recipe_area .item ul li:nth-child(3):before{
	content: "3";
}

.recipe_sec .sub_area{
	display: flex;
	gap: 0 20px;
	max-width: 900px;
	margin: 0 auto;
}
.recipe_sec .sub_area .sub_sttl{
	width: 29%;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.01em;
	padding: 24px 40px;
	text-align: left;
	background-color: #ff7346;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recipe_sec .sub_area .txt{
	width: 71%;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
	.recipe_sec .recipe_area .item .recipe_sttl{
		font-size: calc(21/1000*100vw);
	}
	.recipe_sec .recipe_area .item dl{
		font-size: calc(20/1000*100vw);
	}
	.recipe_sec .recipe_area .item ul li{
		font-size: calc(17/1000*100vw);
	}
	.recipe_sec .sub_area .sub_sttl{
		font-size: calc(21/1000*100vw);
		padding: 2.4vw 4vw;
	}
	.recipe_sec .sub_area .txt{
		font-size: calc(17/1000*100vw);
	}
}

@media screen and (max-width: 768px) {
	.recipe_sec .recipe_area{
		margin: 0 auto 30px;
		max-width: 500px;
		flex-direction: column;
		gap: 30px 0;
	}
	.recipe_sec .recipe_area .item{
		width: 100%;
	}
	.recipe_sec .recipe_area .item .recipe_sttl{
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0;
		padding: 10px 0;
		border-radius: 40px;
		margin-bottom: 20px;
	}
	.recipe_sec .recipe_area .item dl{
		font-size: 14px;
		letter-spacing: 0;
	}
	.recipe_sec .recipe_area .item dl:not(:last-of-type){
		margin-bottom: 13px;
	}
	.recipe_sec .recipe_area .item dl dt{
		padding: 0 8px 0 15px;
	}
	.recipe_sec .recipe_area .item dl dd{
		padding: 0 15px 0 8px;
	}

	.recipe_sec .recipe_area .item ul li{
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0;
		padding-left: 33px;
	}
	.recipe_sec .recipe_area .item ul li:not(:last-of-type){
		margin-bottom: 13px;
	}
	.recipe_sec .recipe_area .item ul li::before{
		width: 16px;
		height: 16px;
		left: 10px;
		top: 2px;
		font-size: 11px;
		font-weight: 400;
		line-height: 1.3;
	}

	.recipe_sec .sub_area{
		flex-direction: column;
		gap: 15px 0;
		max-width: 500px;
	}
	.recipe_sec .sub_area .sub_sttl{
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
		padding: 10px 0;
		text-align: center;
		border-radius: 40px;
	}
	.recipe_sec .sub_area .txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.55;
		letter-spacing: 0;
	}
}

/* page_sec */
.page_sec{
	background-color: #ff7346;
	padding: 35px 0;
	margin-bottom: 120px;
}
.page_sec .btn_flex{
	display: flex;
	gap: 0 72px;
	margin: 0 auto;
	position: relative;
	justify-content: center;
}
.page_sec .btn_flex .left{
	width: 50%;
}
.page_sec .btn_flex .right{
	width: 50%;
}
.page_sec .btn_flex::after{
	content: '';
	position: absolute;
	background-image: url(../img/page_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 39px;
	height: 71px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.page_sec .btn_flex .prev{
	position: relative;
	width: fit-content;
	margin-left: auto;
}

.page_sec .btn_flex .prev a{
	display: block;
}
.page_sec .btn_flex .next{
	position: relative;
	width: fit-content;
	margin-right: auto;
}

.page_sec .btn_flex .next a{
	display: block;
}


@media screen and (max-width: 768px) {
	.page_sec{
		padding: 15px 0;
		margin-bottom: 50px;
	}
	.page_sec .btn_flex{
		gap: 0 64px;
	}
	.page_sec .btn_flex::after{
		width: 24px;
		height: 44px;
	}
}