/*　Util
 ------------------------------------------------------- */
.l-hamburger::after {
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	bottom: 5px;
	display: block;
	width: 70px;
	content: 'MENU';
	text-align: center;
	letter-spacing: .08em;
	color: #f0f0f0;
}
.l-hamburger.is-open::after {
	content: 'CLOSE';
}
.homeYoutubeItem_img > img {
	top: -16.7%;
}
#last_name_kana::placeholder,
#last_name::placeholder,
#last_name_en::placeholder,
#first_name_en::placeholder {
  color: #555;
}