@charset "utf-8";

:not(str-inner) > :where(.plain-html) #wrapper{
	color: #000;
}

.gallery__person__name-jp{
	color: #000;
}

.profile__acc h6 span{
	color: #FFF;
}

.gallery__sumbnail.flex-start{
	justify-content: flex-start;
	gap: 20px;
}

.gallery__sumbnail.flex-start2{
	justify-content: flex-start;
	gap: 9px;
}

.inquiry .secretariat,
.inquiry .copy{
	color: #000;
}

@media (min-width: 768px) {
	.kv{
		margin-top: 10px;
	}
	
	.gallery__sumbnail-movie.big img{
		height: 394px;
	}
}

@media (max-width: 767px) {
	.gallery__person__name-en.height-low img{
		height: 5.63333vw;
	}

	.gallery__sumbnail li img{
		height: 9.76666vw;
	}

	.gallery__sumbnail.flex-start{
		gap: 2vw;
	}

	.gallery__sumbnail.flex-start2{
		gap: 0.9vw;
	}

	.profile__acc h5{
		font-size: 3.73333vw;
	}

	.profile__acc h5.ls-non{
		letter-spacing: 0;
		white-space: nowrap;
	}
}