@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■private-screening
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#private-screening {
}

#private-screening h2 {
	font-size: 36px;
	font-weight: 400;
	font-family: "Shimanami";
	line-height: 1.333;
	margin-bottom: calc(160px - (((3.6rem * 1.333) - 3.6rem) / 2));
	margin-bottom: calc(160px - (((3.6rem * 1.333) - 3.6rem) / 1));
	margin-bottom: 140px;
}
#private-screening h3 {
	font-size: 32px;
	font-weight: 400;
	font-family: "Shimanami";
	line-height: 1.5;
	text-align: center;
	margin-bottom: calc(160px - (((3.2rem * 1.5) - 3.2rem) / 2));
	margin-bottom: 152px;
}
#private-screening h4 {
	font-size: 20px;
	font-weight: 400;
	font-family: A1 Gothic M;
	margin: 40px 0 30px 0;
	margin-top: calc(40px - (((1.6rem * 2) - 1.6rem) / 2));
	margin-top: 32px;
	margin-bottom: calc(30px - (((1.6rem * 2) - 1.6rem) / 2));
	margin-bottom: 22px;
}
#private-screening p {
	font-size: 16px;
	font-weight: 400;
	font-family: A1 Gothic L;
	line-height: 2;
}
#private-screening p a {
	text-decoration: underline;
}
#private-screening p a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------------*/

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

	#private-screening h2 {
		font-size: 3.6vw;
	}
	#private-screening h3 {
		font-size: 3.2vw;
	}

}
/*------------------------------------------------------------------------*/

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

	#private-screening h2 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: calc(60px - (((2.0rem * 1.5) - 2.0rem) / 1));
		margin-bottom: 51px;
	}
	#private-screening h3 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: calc(60px - (((2.0rem * 1.5) - 2.0rem) / 2));
		margin-bottom: 56px;
	}
	#private-screening h4 {
		font-size: 16px;
		margin: 30px 0 20px 0;
		margin-top: calc(30px - (((1.6rem * 2) - 1.6rem) / 2));
		margin-top: 22px;
		margin-bottom: calc(20px - (((1.6rem * 2) - 1.6rem) / 2));
	}

}