@charset "UTF-8";
/* w481px以上
------------------------------------------------------------ */
@media all and (min-width:481px) {
	#koreippon a:hover {
		opacity: 0.7;
		transition: .3s;
	}
}
#koreippon {
	font-feature-settings: "palt";
}
#koreippon .cleardiv {
	zoom: 1;
	min-height: 1px;
}
#koreippon .cleardiv:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#koreippon img {
	width: 100%;
	height: auto;
}
/**/
#koreippon .add_pos {
	opacity: 0;
	transition: 1s;
	transform: translateY(35px);
}
#koreippon .add_posex {
	transform: translateY(35px) scale(0.8);
}
#koreippon .pos_on {
	opacity: 1;
	transform: translateY(0px);
}
#koreippon .add_posex.pos_on {
	transform: translateY(0px) scale(1);
}
/* w480px以下
------------------------------------------------------------ */
@media all and (max-width:480px) {
	#koreippon {
		width: 100%;
		margin: 0 auto;
		background-color: #f0831e;
	}
	#koreippon .h1 {
		background: url("../img/main_sp.png") 0 top no-repeat;
		background-size: 100%;
		opacity: 0;
		transition: 1.5s;
	}
	#koreippon .h1.mainfade {
		opacity: 1;
	}
	/**/
	#koreippon .block_mv {
		margin: 60px 20px 0;
	}
	#koreippon .box_mv {
		position: relative;
	}
	#koreippon .box_mv .img_icon1 {
		width: 100px;
		position: absolute;
		right: -15px;
		top: -80px;
	}
	#koreippon .mv_thumb {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		border-radius: 15px;
	}
	#koreippon .mv_thumb iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	#koreippon .txt_mv {
		margin: 15px auto 0;
		width: 96%;
	}
	/**/
	#koreippon .pg_y .block_mv {
		margin: 10px 20px 0;
	}
	/**/
	#koreippon .block_about {
		margin: 80px 20px 0;
		background-color: #fffcdb;
		border-radius: 20px;
		padding: 1px 15px 40px;
		box-sizing: border-box;
		position: relative;
	}
	#koreippon .block_about .h2_1 {
		margin: -60px 0 30px;
	}
	#koreippon .block_about ul {
		box-sizing: border-box;
		margin: 0 auto;
	}
	#koreippon .block_about ul li:nth-of-type(2) {
		margin-top: 20px;
	}
	#koreippon .block_about .txt3 {
		margin: 40px auto 0;
	}
	#koreippon .block_about .box_img {
		margin: 40px 30px 0;
	}
	#koreippon .block_about .btn_link {
		margin: 30px 20px 0;
	}
	/**/
	#koreippon .pg_y {
		background-color: #ffd12e;
		margin: 60px 0 0;
		padding-top: 40px;
	}
	#koreippon .block_dakara {
		margin: 0 20px;
		position: relative;
	}
	#koreippon .box_fukidashi {
		margin-top: 20px;
	}
	#koreippon .txt4 {
		margin: 0 auto 0;
		width: 70%;
	}
	#koreippon .txt5 {
		margin: 40px auto 0;
	}
	#koreippon .txt6 {
		margin: 50px 20px 0;
	}
	#koreippon .block_recipe {
		margin: 60px 20px 0;
		font-size: 0;
	}
	#koreippon .block_recipe .h2_2 {
		font-size: 0;
	}
	#koreippon .block_recipe div {}
	#koreippon .block_recipe div a {
		display: block;
	}
	#koreippon .block_recipe div a img {
		transition: .5s;
	}
	#koreippon .block_recipe ul {
		margin: 30px auto 0;
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: url("../img/bg_btn.png") no-repeat;
		background-size: 40%;
		background-position: right 20px bottom 96px;
	}
	#koreippon .block_recipe ul li {
		margin-bottom: 30px;
		width: calc((100% - 20px)/2);
	}
}
/* w481px以上
------------------------------------------------------------ */
@media all and (min-width:481px) {
	#koreippon {
		min-width: 1200px;
		margin: 0 auto;
		background-color: #f0831e;
	}
	#koreippon .h1 {
		max-width: 1420px;
		margin: 0 auto;
		background: url("../img/main.png") 0 top no-repeat;
		background-size: 100%;
		opacity: 0;
		transition: 1.5s;
	}
	#koreippon .h1.mainfade {
		opacity: 1;
	}
	/**/
	#koreippon .block_mv {
		margin: 130px auto 0;
		width: 742px;
	}
	#koreippon .box_mv {
		position: relative;
		/*z-index: 10;*/
	}
	#koreippon .box_mv .img_icon1 {
		width: 200px;
		position: absolute;
		right: -150px;
		top: -144px;
	}
	#koreippon .mv_thumb {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		border-radius: 50px;
	}
	#koreippon .mv_thumb iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	#koreippon .txt_mv {
		width: 682px;
		margin: 35px auto 0;
	}
	/**/
	#koreippon .pg_y .block_mv {
		margin: 22px auto 0;
	}
	#koreippon .pg_y .txt_mv {
		width: 352px;
		margin: 35px auto 0;
	}
	/**/
	#koreippon .block_about {
		width: 950px;
		margin: 238px auto 0;
		background-color: #fffcdb;
		border-radius: 90px;
		padding: 1px 140px 87px;
		box-sizing: border-box;
		position: relative;
	}
	#koreippon .block_about .h2_1 {
		margin: -175px -68px 75px;
	}
	#koreippon .block_about ul {
		width: 670px;
		padding-right: 12px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#koreippon .block_about ul li:nth-of-type(2) {
		margin-top: 76px;
	}
	#koreippon .block_about .box_img div {
		position: absolute;
		bottom: 45px;
	}
	#koreippon .block_about .box_img div:first-of-type {
		width: 190px;
		left: -90px;
	}
	#koreippon .block_about .box_img div:nth-of-type(2) {
		width: 195px;
		right: -95px;
	}
	#koreippon .block_about .txt3 {
		margin: 100px auto 0;
	}
	#koreippon .block_about .btn_link {
		width: 450px;
		margin: 60px auto 0;
	}
	/**/
	#koreippon .pg_y {
		background-color: #ffd12e;
		margin: 110px 0 0;
		padding-top: 114px;
	}
	#koreippon .block_dakara {
		width: 1180px;
		margin: 0 auto;
		position: relative;
		padding-bottom: 132px;
	}
	#koreippon .box_fukidashi div {
		position: absolute;
	}
	#koreippon .box_fukidashi {}
	#koreippon .fukidashi1 {
		top: 42px;
		left: 3px;
		width: 325px;
	}
	#koreippon .fukidashi2 {
		top: 23px;
		right: 0;
		width: 386px;
	}
	#koreippon .fukidashi3 {
		bottom: 0;
		left: 3px;
		width: 381px;
	}
	#koreippon .fukidashi4 {
		bottom: 12px;
		right: 6px;
		width: 309px;
	}
	#koreippon .txt4 {
		margin: 0 auto;
		width: 292px;
	}
	#koreippon .txt5 {
		margin: 50px auto 0;
		width: 476px;
	}
	#koreippon .txt6 {
		margin: 50px auto 0;
		width: 1040px;
	}
	#koreippon .block_recipe {
		width: 1134px;
		margin: 150px auto 0;
		font-size: 0;
	}
	#koreippon .block_recipe .h2_2 {}
	#koreippon .block_recipe div {
		margin-top: -60px;
		position: relative;
	}
	#koreippon .block_recipe div a {
		background-color: #fff;
		border-radius: 76px;
		opacity: 1;
		display: block;
	}
	#koreippon .block_recipe div a img {
		transition: .5s;
	}
	#koreippon .block_recipe div a:hover img {
		opacity: 0.7;
	}
	#koreippon .block_recipe ul {
		margin: 110px auto 0;
		padding-bottom: 20px;
		width: 1060px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: url("../img/bg_btn.png") no-repeat;
		background-size: 482px;
		background-position: right 20px bottom 96px;
	}
	#koreippon .block_recipe ul li {
		width: 480px;
		margin-bottom: 70px;
	}
}