@charset "UTF-8";
.btn_other-contents {
	margin: 0 0 40px;
	text-align: left;
}

.btn_other-contents a {
	background-color: rgba(141, 0, 72, 0.5);
	background-image: url(../../../common/img/subnavi_corner_purple_on.svg) , url(../../../common/img/silhouette01.svg);
	background-position: 0 0 , 92% 50%;
	background-repeat: no-repeat;
	background-size: 16px auto , 20px auto;
	font-weight: bold;
	padding: 20px 50px 20px 20px;
	font-size: 1.6rem;
	color: rgb(141, 0, 72);
	text-decoration: none;
}

.btn_other-contents a:hover {
	background-color: rgba(141, 0, 72, 0.2);
	background-image: url(../../../common/img/subnavi_corner_purple_off.svg) , url(../../../common/img/silhouette01.svg);
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

main h4 + p {
	margin: 0 0 20px;
}


.swiper-parent {
	position: relative;
}

.swiper-container {
	width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}

.swiper-button-prev,
.swiper-button-next {
	top: calc((100% - 50px) * 0.5);	
}

.swiper-button-prev {
	background-image: url(../img/arrow_prev.svg);
}

.swiper-button-next {
	background-image: url(../img/arrow_next.svg);
}

@media screen and (max-width: 768px) {

	.swiper-container {
		width: calc(100% - 80px);
	}
	
	.swiper-button-prev,
	.swiper-button-next {
		background-size: 15px auto;
	}

}