@charset "UTF-8";
/*==========top==========*/
.page_home .header__title {
	opacity: 1;
}

.top__wrapper {
	position: relative;
}

.top__title {
	display: none;
}

.top-img__wrapper {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
}

.top__img-item:only-child .top-img__wrapper {
	position: static;
	padding-top: 0;
}

.top__img-item:only-child .top__img {
	position: static;
}

.top__img  {
	width: 100%;
}

.top-img__msk {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.hero__item-sp {
	width: 100%;
	padding-top: 100vw;
}