@charset "UTF-8";
/* CSS Document */

#imokiri .movie iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#imokiri .reviews {
	margin: 0 auto;
	padding-bottom: 8%;
	background: url(/ec/products/32400/img/beniharuka2_03.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
#imokiri .reviews .movie {
	position: relative;
	width: 60%;
	height: 0;
	margin: 0 auto;
	padding-top: 35%;
}

#imokiri .producer {
	margin: 0 auto;
	padding: 0;
	background: url(/ec/products/32400/img/beniharuka3_02.jpg) no-repeat;
	background-size: contain;
	text-align: center;
}
#imokiri .producer .movie {
	position: relative;
	width: 60%;
	height: 0;
	margin: 0 auto;
	padding-top: 34.84%;
}

#imokiri .recipe_movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  margin-top: 5%;
  margin-bottom: 5%;
}

#imokiri .recipe_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#attention {
  border: 3px solid #E60039;
  border-radius: 10px;
  color: #333333;
  margin: 30px 15px 15px;
}
#attention .pc {
  display: none !important;
}
#attention h3 {
  background: #E60039;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin: 0;
  padding: 15px;
  text-align: center;
}
#attention h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin: 1em 0;
  padding: 0 15px;
}
#attention h4.point {
  color: #E60039;
}
#attention p {
  margin: 1em 0 !important;
  padding: 0 15px;
}
#attention p strong {
  color: #E60039;
}