@charset "utf-8";

.sp_only {
	display: none;
}

.p_introduction{
	position: relative;
	padding-top: 50px;
}
.p_introduction-youtube{
	margin: 108px 0 158px 0;
}
.p_introduction-youtube__bg{
	background: #000000;
}
.p_introduction-youtube__movie-wrap{
	margin-top: 89.5px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.p_introduction-youtube__movie{
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.p_introduction-youtube__movie iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.p_introduction-youtube__txt{
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-align: left;
	color: #525252;
	text-align: center;
	margin-top: 19px;
}

.p_introduction-gallery{
	margin-top: 131px;
	margin-bottom: 42px;
}
/* .p_introduction-gallery-text01{
	display: none;
} */
.p_introduction-gallery-list{
	margin-top: 89.5px;
}
.p_introduction-gallery-list__cap{
	display: flex;
	justify-content: space-between;
}
.p_introduction-gallery-list__img{
	width: calc((100% - 10px) / 2);
}
.p_introduction-gallery-list__item + .p_introduction-gallery-list__item{
	margin-top: 10px;
}



@media screen and (max-width : 780px ){
	.p_introduction-youtube{
		margin: 51.6px 0 70.1px 0;
	}
	.p_introduction-youtube__movie-wrap{
		margin-top: 40px;
		width: auto;
	}
	.p_introduction-youtube__txt{
		font-size: 14px;
		letter-spacing: 0.07em;
		line-height: 1.86;
		text-align: left;
		margin-top: 15px;
	}
	.p_introduction-gallery{
		margin-top: 80.6px;
		margin-bottom: 0;
	}
	/* .p_introduction-gallery-text01{
		font-size: 14px;
		letter-spacing: 0.07em;
		line-height: 1.86;
		text-align: left;
		color: #525252;
		display: block;
		margin-top: 21px;
	} */
	.p_introduction-gallery-list{
		margin-top: 32.5px;
	}
	.p_introduction-gallery-list__img{
		width: auto;
	}
	.p_introduction-gallery-list__cap{
		display: block;
	}
	.p_introduction-gallery-list__img + .p_introduction-gallery-list__img{
		margin-top: 11px;
	}

}