.mainvisual {
	position: relative;
}
.mainvisual:before {
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	background: url(/sp/ohgon/tamadare/img/mv_txt_pc.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}

.tamadare_text {
	/*padding: 110px 20px;*/
	padding: 110px 20px 0;
}
.tamadare_text_ttl {
	font-size: 40px;
	text-align: center;
}
.tamadare_text figure {
	text-align: center;
}
.tamadare_text figure img {
	display: inline-block;
}
.tamadare_logo {
	margin-bottom: 70px;
}
.tamadare_logo img {
	max-width: 320px;
}

.recipe_box:nth-child(odd) {
	background-color: #F2D9C6;
}
.recipe_box:nth-child(even) {
	background-color: #FFFDEF;
}
.recipe_box_detail_name_egg {
	background: url(/sp/ohgon/tamadare/img/egg01.png) no-repeat left top;
	min-height: 100px;
	font-size: 50px;
	padding-top: 20px;
	padding-left: 70px;
	margin-bottom: 25px;
}
.recipe_box:nth-child(even) .recipe_box_detail_name_egg {
	background-image: url(/sp/ohgon/tamadare/img/egg02.png);
}
.recipe_box_detail_name_egg span {
	color: #C4000B;
}
.recipe_box_img figure {
	border: none;
}
.recipe_box_detail {
	padding-top: 40px;
	width: 50%;
}
.recipe_box_img {
	width: 45%;
}
.bottols_img {
	margin-bottom: 0;
}

.recipe_movie {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.recipe_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.recipe_ratio {
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	position: relative;
}
.recipe_ratio:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 50px 35px 0 35px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.recipe_ratio img {
	display: inline-block;
}

.recipe_box_ttl_wrap {
	margin-top: 180px;
}

@media (max-width: 1200px) {
	.mainvisual:before {
		background-size: 60% auto;
	}
}

@media (max-width: 640px) {
	.mainvisual:before {
		background-image: url(/sp/ohgon/tamadare/img/mv_txt_sp.png);
		background-size: 80% auto;
		content: none;
	}
	.tamadare_logo img {
		max-width: 200px;
	}
	.tamadare_text {
		padding: 40px 10px;
	}
	.tamadare_logo {
		margin-bottom: 20px;
	}
	.tamadare_text_ttl {
		font-size: 22px;
	}
	.recipe_box_detail_name_egg {
		background-size: 50px auto;
		font-size: 25px;
		padding-top: 12px;
		padding-left: 17px;
		min-height: 50px;
		margin-bottom: 15px;
	}
	.recipe_box_detail {
		padding-top: 10px;
	}

	.recipe_ratio {
		padding: 25px 10px;
	}
	.recipe_ratio:before {
		border-width: 25px 17px 0 17px;
		bottom: -25px;
	}

	.recipe_box_ttl_wrap {
		margin-top: 90px;
	}

	.recipe_box_detail {
		width: 100%;
	}
	.recipe_box_img {
		width: 100%;
	}
}
.movie_block {
	position: relative;
}
.movie_block:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #000;
	opacity: .2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4%;
}
.movie_ico {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}
.movie_ico:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border: solid 6px #fff;
	border-radius: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.movie_ico:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 20px 0 20px 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: -8px;
	bottom: 0;
	margin: auto;
}
.movie_ico:hover:before {
	border-color: #e10000;
}
.movie_ico:hover:after {
	border-color: transparent transparent transparent #e10000;
}
.top_movie {
	text-align: center;
}
.top_movie_wrap {
	position: relative;
}

.top_movie_wrap:after {
content: "";
    display: block;
    position: absolute;
    background-color: #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}