
@charset "utf-8";
.wrapper_lp {
	max-width: 900px;
	margin: 0 auto;
}
.lead {
	font-size: 24px;
	margin: 20px 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
}
.text {
	font-size: 16px;
	font-weight: lighter;
	display: inline-block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding: 10px;

}
.wrapper_lp img {
	max-width: 100%;
	margin-bottom: 30px;
}

.youtube{
	max-width: 900px;
	margin: 40px 0;
}
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wrapper_lp a:hover {
	opacity: 70%;
}