@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap');

#detail #middle_cont_left {
	color: #232323;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'Noto Sans', 'Meiryo', 'MS PGothic', sans-serif;
	letter-spacing: -0.06em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	background: #fff200 url('images/bg@2x.png') right top no-repeat;
	background-size: 392px auto;
	padding: 0 30px;
}

#detail #middle_cont_left a img {
	border: none;
}

#page-top {
	z-index: 99;
}

#dv_latest_recipe .sq dd.naiyo {
	text-align: justify;
	line-break: strict;
}

#ul_kiji {
	padding: 0 28px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------------------------------------------- */
/*
	橙：#dc5310
	土：#a9865f
	黄：#fff67f
	薄紫：#a2aac6
	青緑：#98cac7
	
*/
.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.wrap {
	flex-wrap: wrap;
}

.caption,
.spec {
	font-size: 9px;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

.spec strong {
	display: block;
}

.sp,
.sp5 {
	display: none;
}

.alignRight {
	text-align: right !important;
	transform-origin: right bottom;
}

.alignCenter {
	text-align: center !important;
}

#detail #middle_cont_left p {
	hanging-punctuation: allow-end;
	line-break: strict;
}

#detail #middle_cont_left sup {
	font-size: 80%;
	top: -0.6em;
	line-height: 1;
}

#detail #middle_cont_left em {
	color: #ec6d33;
	font-style: normal;
}

#detail #middle_cont_left em.blue {
	color: #5976ba;
}

.badge_generic {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	font-feature-settings: 'palt';
	margin: 0 0 1em;
	padding-top: 10px;
}

.badge_generic:before {
	display: block;
	content: '';
	width: 48px;
	height: 46px;
	background: transparent url('images/badge@2x.png') left center no-repeat;
	background-size: 48px auto;
	margin: -10px 8px 0 0;
	padding-top: 40px;
}


/* ----------------------------------------------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------------------------------------------- */
#c00 {
	padding: 54px 0 40px;
}

#c00 p.lead {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	text-align: center;
	line-break: strict;
	margin: 0;
	font-feature-settings: 'palt';
}

/* ----------------------------------------------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------------------------------------------- */
#c01 {
	padding-bottom: 80px;
}

#c01a {
	flex-wrap: wrap;
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	margin: 0 0 55px;
}

#c01a figure {
	align-items: center;
}

#c01a figure img {
	margin: 0 -80px 0 10px;
}

#c01a figure .spec {
	font-feature-settings: 'palt';
	letter-spacing: 0;
}

#c01a .flex-div {
	max-width: 50%;
	margin: 0 0 28px;
}

#c01a .flex-div p {
	text-align: justify;
	margin: 0;
}

#c01a dl {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #666;
}

#c01a dt {
	font-weight: normal;
	line-height: 1.5;
}

#c01a dd {
	line-height: 1.5;
}

#c01a div:not(.flex-div) {
	text-align: center;
	width: 100%;
}

#c01a div:not(.flex-div) p {
	margin: 14px 0 0;
}

#c01b {
	text-align: center;
}

#c01b p.lead {
	font-size: 14px;
	font-weight: 600;
	margin: 1em 0 1.5em;
}

#c01b .flex {
	margin: 36px 0 0;
	align-items: center;
}

#c01b .flex div {
	text-align: left;
}

#c01b .flex h4 {
	margin: 0;
	line-height: 1;
}

#c01b .flex p {
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	margin: 2em 0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------------------------------------------- */
#c02 {
	margin-bottom: 60px;
}

#c02a {
	flex-wrap: wrap;
	align-items: flex-end;
	background: #fff;
	margin: 0 -30px 50px;
	padding: 30px 30px 50px;
	position: relative;
}

#c02a h3 {
	margin: 0 0 1em;
}

#c02a_fig03 {
	margin-top: -20px;
	margin-bottom:-14px;
}

#c02a_fig04 {
	position: absolute;
	right: 40px;
	top: -55px;
}

#c02b,
#c02c {
	background: #fff;
	border-radius: 12px;
	padding: 25px 25px 25px 80px;
	position: relative;
	margin-bottom: 40px;
}

#c02b h4,
#c02c h4 {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	font-feature-settings: 'palt';
}

#c02b p,
#c02c p {
	margin: 0;
	text-align: justify;
}

#c02b_fig01 {
	margin-top: 20px;
	margin-left: -60px;
	margin-bottom:-14px;
}

#c02 .badge_column {
	position: absolute;
	left: 25px;
	top: -10px;
}

#c02c .flex img {
	margin: 0 -20px 0 20px;
}

/*----------------------------------------------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------------------------------------------- */
#c03 {
	padding-bottom: 60px;
}

#c03 h3 {
	margin: 0 0 50px;
	text-align: center;
}

#c03 h3 img {
	max-width: 100%;
}

#c03a {
	background: #fff;
	margin: 0 -30px 40px;
	padding: 30px 30px 40px;
}

#c03a .flex div p {
	text-align: justify;
}

#c03a .flex {
	align-items: flex-end;
}

#c03a .flex img {
	margin: 0 0 0 30px;
}

#c03a .flex p {
	line-height: 1.7;
	margin: 0;
}

#c03a strong {
	display: block;
	text-align: center;
	font-size: 21px;
	color: #ec6d33;
	font-weight: 600;
	font-feature-settings: 'palt';
	margin: 40px 0 0;
}

#c03b {
	margin-bottom: 40px;
}

#c03c_wrap {
	background: #fff;
	border-radius: 12px;
	padding: 20px 25px;
}

#c03c_fig {
	position: relative;
	background: #f5f2e9;
	border-radius: 12px;
	padding: 16px;
	margin: 0 0 40px;
}

#c03c_fig .flex {
	align-items: center;
	justify-content: space-between;
}

#c03c_fig h5 {
	background: #5976ba;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 6px;
	padding: 0 14px;
	margin: 0;
}

#c03c_arrow {
	position: absolute;
	left: 50%;
	margin-left: -85px;
}

#c03c_wrap>h5 {
	border-left: 6px solid #333;
	padding: 4px 6px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 1em;
}

#c03c_wrap h6 {
	color: #5976ba;
	font-size: 12px;
	font-weight: 500;
	margin: 1em 0 0.5em;
}

#c03c_fig02 {
	margin: 20px auto 1em;
}

#c03c_wrap>p:last-of-type {
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------------------------------------------- */
#c04 {
	padding: 0 0 60px;
	position: relative;
}

#c04a {
	background: #fff;
	margin: 0 -30px 0;
	padding: 30px;
}

#c04a h3 {
	text-align: center;
	margin: 20px 0 30px;
}

#c04a_fig {
	background: #fff;
	list-style: none;
	border: 2px solid #ec6d33;
	border-radius: 12px;
	padding: 20px;
	margin: 25px 0 -230px;
}

#c04a_fig li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#c04a_fig li:not(:last-of-type) {
	margin-bottom: 25px;
}

#c04a_fig h5 {
	color: #ec6d33;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
	font-feature-settings: 'palt';
}

#c04a_fig p {
	margin: 0;
}
#c04a_fig picture{margin:0 auto;}
#c04a_fig img {
	display: block;
	margin: 20px auto 0;
}

#c04b {
	text-align: center;
	padding: 183px 0 50px;
}

#c04b h4 {
	color: #ec6d33;
	display: inline-block;
	position: relative;
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	border-bottom: 1px dotted #ec6d33;
	padding-bottom: 5px;
	margin: 20px 0;
}

#c04b h4 img {
	position: absolute;
	left: -70px;
	top: -60px;
}

#c04c {
	background: #fff;
	margin: 0 -30px 400px;
	padding: 30px;
}

#c04c h4 {
	margin-bottom: 30px;
	line-height: 1.5;
}

#c04c_list {
	list-style: none;
	padding: 0;
	align-items: stretch;
	margin: 0 0 25px;
}

#c04c_list li {
	background: #f7ec96;
	border-radius: 12px;
	padding: 15px;
	width: 48%;
}

#c04c_list li h5 {
	font-size: 16px;
	line-height: 1;
	color: #ec6d33;
	font-weight: 500;
	margin: 0.5em 0 0.8em;
}

#c04c_list li p {
	margin: 0;
	text-align: justify;
	font-feature-settings: 'palt';
}

#c04c_list li:last-of-type {
	background: #d7e7af url('images/c04c_fig01@2x.png') right 15px top 3px no-repeat;
	background-size: 58px auto;
}

#c04c_list li:last-of-type h5 {
	color: #6fba2c;
}

#c04c_fig {
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -400px;
	background: transparent;
}

#c04c_fig02 {
	margin: 0 20px 0 0;
}

#c04c_fig04 {
	display: block;
	margin: 20px auto;
}

#c04d {
	background: #fff;
	padding: 15px 25px 15px;
	border-radius: 12px;
	margin: 0 0 30px;
}

#c04d h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin: -15px 0 0;
}

#c04d .badge_column {
	margin: -10px 25px 0 0;
}

#c04d_fig01 {
	display: block;
	margin: -40px auto 14px;
}

#c04d .caption {
	margin: 0;
}

#c04e p:not(.caption) {
	font-weight: 600;
}

#c04e strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}

#c04e strong em {
	font-size: 20px;
}

#c04e {
	text-align: center;
}

#c04e_arrow {
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* c05 */
/* ----------------------------------------------------------------------------------------------------------- */
#c05 {
	padding-bottom: 50px;
}

#c05a {
	background: #fff;
	margin: 0 -30px -50px;
	padding: 50px 30px 90px;
}

#c05a h3 {
	text-align: center;
	margin: 0 0 20px;
}

#c05a h4 {
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	font-feature-settings: 'palt';
}

#c05a h4:before,
#c05a h4:after {
	font-size: 150%;
	font-weight: 300;
	content: '　／';
}

#c05a h4:before {
	content: '＼　';
}

#c05a p.lead {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}

#c05_figure {
	padding: 15px;
	background: #eeeadc;
	border-radius: 12px;
	margin-bottom: 40px;
}

#c05_figure>div:first-of-type {
	flex-wrap: wrap;
	width: 56%;
}

#c05_figure>div:first-of-type img {
	margin: -15px 0 0 0;
	width: 213px;
}

#c05_figure>div:first-of-type p {
	width: calc(100% - 233px);
	text-align: justify;
	line-break: strict;
	font-feature-settings: 'palt';
	margin: 0;
}

#c05_figure div:last-of-type {
	width: 40%;
}

#c05_figure div:last-of-type p {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	font-feature-settings: 'palt';
	margin: 0;
}

#c05_figure h5 {
	color: #fff;
	background: #ed6d34;
	border-radius: 10px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	font-feature-settings: 'palt';
	margin: 0 0 12px;
	width: 100%;
}

#c05_figure h5 span {
	font-size: 11px;
}

#c05_conclusion {
	color: #ed6d34;
	font-size: 21px;
	line-height: 1;
	font-weight: 600;
	font-feature-settings: 'palt';
	background: transparent url('images/c05b_sub@2x.png') left top no-repeat;
	background-size: 50px auto;
	list-style: none;
	padding-left: 60px;
	margin: 0;
}

#c05_conclusion li:not(:last-of-type) {
	margin-bottom: 10px;
}

#c05_fig02 {
	margin-top: -70px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* retina */
/* ----------------------------------------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio:2) and (min-width:641px),
(min-resolution:2dppx) and (min-width:641px) {}

/* ----------------------------------------------------------------------------------------------------------- */
/* iPad */
/* ----------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {}

/* ----------------------------------------------------------------------------------------------------------- */
/* iPhone */
/* ----------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:640px) {
	.flex {
		flex-wrap: wrap;
	}

	.caption,
	.spec {
		transform: scale(1);
		font-size: 9px;
		line-height: 13px;
		letter-spacing: -0.05em;
	}
	.badge_generic{padding-top:0;font-size:18px;line-height:1.3;}
	.badge_generic:before{flex-shrink:0;width:32px;height:30px;background-size:contain;margin-top:-5px;}

	#detail #middle_cont_left {
		background-size: 65vw auto;
		padding: 0;
	}

	#c00 {
		padding: 20px 15px 15px;
	}

	#c00 p.lead {
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
		margin: 0;
	}
	
	#c01{padding:0 15px 30px;margin:0;}
	#c01a{padding:20px 15px;margin-bottom:40px;}
	#c01a figure{justify-content:center;width:100%;}
	#c01a figure img{width:200px;margin-right:-70px;}
	#c01a .flex-div{max-width:100%;margin:20px 0;}
	#c01a_title{max-width:85%;}
	#c01b p.lead{font-size:13px;}
	#c01b img{display:block;max-width:100%;margin:0 auto;}
	#c01b .flex div{margin:0 auto 20px;text-align:center;font-feature-settings:'palt';}

	#c02{padding:0 15px 30px;margin-bottom:0;}
	#c02a{margin:0 -15px 30px;padding:30px 15px;justify-content:center;}
	#c02a h3{text-align:center;width:100%;}
	#c02a img{display:block;max-width:100%;margin:0 auto;}
	#c02a>picture:not(:nth-of-type(2)) img{max-width:calc(100% + 6px);margin: auto -3px;}
	#c02b{padding:15px;margin-bottom:20px;}
	#c02c{padding:15px;margin:0;}
	#c02b h4,#c02c h4{padding-left:50px;line-height:1.3;}
	#c02 .badge_column{width:40px;left:15px;top:15px;}
	#c02b_fig01{display:block;max-width:100%;margin:20px auto 0;}
	#c02c .flex img{max-width:100%;margin:20px auto 0;}
	
	#c03{margin:0;padding:0 15px 30px;}
	#c03a{padding:30px 15px;margin:0 -15px;}
	#c03a h3{margin:0 0 30px;}
	#c03a .flex img{margin:20px auto 0;max-width:100%;}
	#c03a strong{line-height:1.3;}
	#c03b{padding:30px 0;margin:0;}
	#c03b p{text-align:justify;margin:0;}
	#c03b_fig01{display:block;max-width:100%;margin:20px auto 0;}
	#c03c{padding:0;margin:0;}
	#c03c_wrap{padding:15px;}
	#c03c_fig{display:block;padding:15px;margin:0 0 60px;}
	#c03c_fig h5{height:auto;line-height:1.5;padding:4px 0;width:100%;font-size:12px;margin:0 0 15px;}
	#c03c_fig .flex img{display:block;max-width:100%;margin:0 auto 15px;}
	#c03c_fig02{display:block;max-width:100%;margin:20px auto 1em;}
	
	#c04{padding:0 15px;}
	#c04a{padding:30px 15px;margin:0 -15px;}
	#c04a h3{margin:0 0 30px;}
	#c04a h3 img{max-width:100%;}
	#c04a_fig h5{margin:0 0 0.5em;}
	#c04a_fig li{display:block;width:100%;}
	#c04a_fig img{display:block;max-width:100%;margin:1em auto;}
	#c04b{padding:188px 0 30px;}
	#c04b_arrow{width:192px;}
	#c04b h4{font-size:18px;line-height:1.3;}
	#c04b h4 img{left:-40px;width:100px;top:-30px;}
	#c04b p{text-align:justify;margin:0;}
	#c04c_list{flex-wrap:wrap;}
	#c04c_list li{width:100%;}
	#c04c_list li:first-of-type{margin-bottom:14px;}
	#c04c_fig{justify-content:center;}
	#c04c_fig img{max-width:100%;margin:0 auto 20px;}
	#c04d{position:relative;padding:15px;}
	#c04d h4{padding-left:50px;line-height:1.3;margin:0;}
	#c04d .badge_column{position:absolute;width:40px;left:15px;top:15px;margin:0;}
	#c04d_fig01{
		max-width:100%;margin:-10px auto 20px;
	}
	#c04e p{font-feature-settings: 'palt';}
	#c04e strong{line-height:1.5;margin:1em 0;}
	#c04e_fig01{display:block;max-width:100%;margin:0 auto;}
	
	#c05{padding:30px 15px;}
	#c05a{margin:0 -15px -60px;padding:30px 15px 90px;}
	#c05_figure{flex-wrap:wrap;}
	#c05_figure div:first-of-type{
		display:block;width:100%;
	}
	#c05_figure div:last-of-type{width:100%;}
	#c05_figure div:first-of-type p{width:100%;margin:1em 0;}
	#c05_conclusion{padding:40px 0 0;font-size:18px;line-height:1.3;}
	#c05_conclusion li{padding-left:1.3em;text-indent:-1.3em;}
	#c05_fig01{display:block;max-width:100%;margin:0 auto;}
	#c05_fig02{display:block;width:100%;margin:-20px auto 0;}
	.sp {
		display: inherit;
	}

	.nosp {
		display: none !important;
	}
}

@media only screen and (max-width:320px) {
	.sp5 {
		display: inherit;
	}

	#detail #middle_cont_left {
		font-size: 12px;
		line-height: 1.5;
		width: 95vw;
	}

	#c00 p.lead {
		font-size: 12px;
		line-height: 1.8;
	}

	#c01{padding:0 10px 30px;}
	#c02{padding:0 10px 30px;}
	#c03{padding:0 10px 30px;}
	#c04{padding:0 10px;}
	#c05 {padding:30px 10px;}

	#c01a figure img{width:190px;margin-right:-60px;}
	#c01b .flex div p{}
	#c02a h3 img{max-width:75%;}
	#c02b, #c02c{padding:10px;}
	#c02b h4,#c02c h4{padding-top:6px;font-size:16px;}
	#c03a h3 img{max-width:85%;}
	#c03a strong{font-size:18px;}
	#c03c_wrap{padding:10px;}
	#c04a h3 img{max-width:75%;}
	#c04b_arrow{width:150px;}
	#c04b{padding:190px 0 30px;}
	#c04b h4 img{left:-25px;}
	#c04d{padding:15px 10px 10px;}
	#c05 h3 img{max-width:75%;}
	#c05 h4{font-size:13px;}
	#c05 h4:before,#c05 h4:after{font-size:120%;}
	#c05_conclusion{font-size:16px;}
	.badge_generic{font-size:16px;margin-bottom:0.5em;}
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Android4 Legacy */
/* ----------------------------------------------------------------------------------------------------------- */