@charset "utf-8";
/*what.html・swiperに関するcssはsw.css*/
.what_top_div{
	width: 100%;
	background-color: #FFF;
	padding-bottom: 40px;
    color: #666;
}
.what_top_div h2{
	margin: 0;padding: 0;
	font-size: 0;
}
.what_top_giza_img{
	display: block;
	width: 100%;
	height: auto;
}
.what_top_giza_img_sp{
	display: none;
}
.what_top_img{
	width: 99%;
	max-width: 409px;
	height: auto;
	margin-bottom: 40px;
}
.what_flex_div{
	display: flex;
	width: 90%;
	max-width: 1024px;
	margin: 0px auto;
	align-items: center;
}
.what_syokai_div{
	display: block;
}
.what_syokai_div p{
	text-align: right;
	color: #ccc;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 400;
	padding: 4px 0;
}
.what_moji_div{
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	padding-top: 60px;
}
.what_b{
	font-size: 24px;
	color: #666;
	line-height: 40.80px;
}
.what_b span{
	color: #844500;
}
.what_p{
	font-weight: 500;
	color: #666;
	text-align: center;
	line-height: 27.20px;
	margin: 34px auto;
}
.what_mini_p_pc,.what_mini_p_sp{
	font-weight: 400;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
	line-height: 18px;
	color: #B399A0;
	font-size: 12px;
}
.what_mini_p_sp{display: none;}
.what_cute_img{
	width: auto;
	height: 315px;
	max-width: 570px;
}
.what_next_flex_div{
	display: flex;
	justify-content: center;
}
.what_next_flex_div a{
	width: auto;
	margin: 0 16px;
}
/*成分表示*/
.siyo_aji_title_b{
	margin: 1em auto;
	margin-top: 2em;
	font-size: 16px;
}
.siyo_aji_div{
	width: 100%;
	max-width: 1012px;
	margin: 1em auto;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.siyo_aji_ko_div{
	width: 90%;
	max-width: 500px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding:8px;
	margin-bottom: 20px;
}
.siyo_aji_b{	
	font-weight: 700;
	margin-bottom: 4px;
	font-size: 14px;
}
.siyo_aji_p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	overflow-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0;
}
.siyo_mini_p{
	font-family: sans-serif;
	text-align: left;
	width: 90%;
	max-width: 360px;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 2em auto;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
	color: #FFF;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	.what_cute_img{
		width: 100%;
		height:auto;
	}
	.what_b{font-size: 2.5vw;}
	.what_p{font-size: 1.2vw;line-height: 1.8em;}
	.what_mini_p_pc{font-size: 1vw;}
	.btn_img{max-width: 345px;}
	.what_next_flex_div a{
		margin: 0 8px;
	}
	.what_r_div{width: 48%;}
	.siyo_aji_div{
		display: block;
		margin: 0 auto;
		width: 90%;
		max-width: 600px;
	}
	.siyo_aji_ko_div{
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.what_flex_div{
		display: block;
	}
	.what_next_flex_div {
		display: block;
	}
	.what_next_flex_div a{margin: 0 auto;}
	.what_btn_img{
		margin: 16px auto;
	}
	.what_top_giza_img{
		display: none;
	}
	.what_top_giza_img_sp{
		display: block;
		width: 100%;
		height: auto;
	}
	.what_top_img{
		width: 96%;
		max-width: 287px;
		margin-bottom: 24px;
	}
	.what_syokai_div p{
		font-size: 10px;
		letter-spacing: 0;
	}
	.what_l_div,.what_r_div{width: 100%;}
	.what_b{
		font-size: 16px;
		line-height: 27.20px;
	}
	.what_p{
		font-size: 13px;
		line-height: 22.10px;
		margin: 0px auto;
		margin-top: 20px;
	}
	.what_mini_p_sp{
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
	line-height: 16.50px;
	font-size: 11px;
	}
	.what_mini_p_pc{font-size: 10px;
		margin: 1em auto;}
	.what_cute_img{
		margin: 4px auto;
		width: 100%; 
		max-width: 368px;
	}
	
	.what_syokai_div p{
		text-align: center;
	}
}
@media screen and (max-width: 440px) {
	.what_b{
		font-size: 5vw;
		line-height: 1.7em;
	}
	.what_p{font-size: 3.3vw;
		line-height: 1.9em;
	}
	.siyo_aji_p{
		font-size: 12px;
		line-height: 1.6em;
	}
	.what_top_div{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 320px) {
	.siyo_aji_b{font-size: 10px;}
	.siyo_aji_p{font-size: 10px;}
}