@charset "UTF-8";
/*----------
	secret
----------*/
.secret-kv {
	background-image: url("/entier/image/secret/kv.jpg");
}
@media (min-width: 768px) {
	.secret-kv {
		background-image: url("/entier/image/secret/kv_pc.jpg");
	}
}

.secret1 {
	padding-top: 72px;
	padding-bottom: 96px;
}
.secret1 .entier-content {
	position: relative;
}
.secret1__sholder {
	width: 90px;
	position: absolute;
	top: -40px;
	left: 5%;
}
.secret1__copy {
	text-align: center;
}
.secret1__image {
	display: none;
}
@media (min-width: 768px) {
	.secret1 {
		padding-top: 170px;
		padding-bottom: 120px;
	}
	.secret1__sholder {
		width: 112px;
		top: -80px;
	}
	.secret1__copy {
		text-align: left;
	}
	.secret1__image {
		display: block;
		width: 446px;
		position: absolute;
		top: 50%;
		right: -30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.secret2 {
	background: url("/entier/image/secret/secret2_bg.jpg") no-repeat top center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.secret2 .entier-content {
	padding-top: 64.0625%;
	padding-bottom: 48px;
	position: relative;
}
.secret2__sholder {
	width: 100px;
	position: absolute;
	bottom: 360px;
	left: 5%;
}
.secret2 .entier-subtitle {
	font-size: 2.8rem;
}
.secret2__caption {
	position: absolute;
	bottom: 10px;
	right: 5%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	color: #fff;
}
@media (min-width: 768px) {
	.secret2 {
		background-image: url("/entier/image/secret/secret2_bg_pc.jpg");
	}
	.secret2 .entier-content {
		padding-top: 290px;
		padding-bottom: 90px;
		position: relative;
	}
	.secret2__sholder {
		width: 132px;
		bottom: 260px;
		left: 210px;
	}
	.secret2 .entier-subtitle {
		font-size: 3rem;
	}
	.secret2__caption {
		bottom: 30px;
		right: 0;
	}
}