/*==========================
基本CSS
==========================*/


/*==========================
PCフレーム
==========================*/
.pc_cont_wrap {
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 0;
}

.pc_cont_wrap::before {
	content: "";
	width: 100%;
	height: calc(100% - 2.60rem);
	background-image: url(/chapelpresent/img/bg_pc.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

/* MV */
.pc_cont_wrap .pc_mv {
	height: calc(100% - 2.60rem);
	position: relative;
}

.pc_cont_wrap .pc_mv .in {
	height: 100%;
}

.pc_cont_wrap .pc_mv .logo {
	width: 100%;
	max-width: 5.64rem;
	position: absolute;
	bottom: 0.06rem;
	left: 0.35rem;
	z-index: 1;
}

/* QRコード */
.pc_cont_wrap .pc_qr_wrap {
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 2.60rem;
	padding: 0.20rem 0;
	box-sizing: border-box;
}

.pc_cont_wrap .pc_qr_wrap::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #caa846;
	position: absolute;
	top: 0.06rem;
	left: 0;
}

.pc_cont_wrap .pc_qr_wrap::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #caa846;
	position: absolute;
	bottom: 0.06rem;
	left: 0;
}

.pc_cont_wrap .pc_qr_wrap .qr_box {
	width: 100%;
	max-width: 7.68rem;
	margin-left: 0.15rem;
}

@media screen and (max-width: 1439px) {
	.pc_cont_wrap .pc_qr_wrap .qr_box {
		max-width: 48%;
	}
}


/*==========================
SPフレーム
==========================*/
.sp_cont_wrap {
	position: relative;
	z-index: 1;
}

.sp_cont_wrap .in {
	padding-left: 0;
	padding-right: 0.19rem;
	max-width: 13.10rem;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .in {
		padding-right: 0;
	}
}

.sp_cont_wrap .sp_cont {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	position: relative;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont {
		max-width: 100%;
		margin: 0;
	}
}

/* SP画像 */
.sp_img img {
	display: block;
	position: relative;
	z-index: 0;
}

#sp_cont_header {
	position: relative;
}

/* キャンペーンバナー */
#sp_cont_header .campaing_bnr {
	width: 90%;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 1;
}

#sp_cont_header .campaing_bnr a {
	display: block;
}

/* 応募フォーム */
.sp_cont_wrap .sp_cont #contact {
	background-color: #e9ebf1;
	padding: 50px 20px 45px;
}
.confirm .sp_cont_wrap .sp_cont #contact {
	margin-top: 0px;
}

.sp_cont_wrap .sp_cont #contact .sec_title {
	font-family: 'Noto Serif Display', serif;
	font-size: 56px;
	color: #263779;
	text-align: center;
	padding-bottom: 58px;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont #contact .sec_title {
		font-size: 46px;
	}
}

.sp_cont_wrap .sp_cont #contact .form_inner {
	background-color: #FFF;
	position: relative;
	padding: 0 25px 20px;
}

.sp_cont_wrap .sp_cont #contact .form_inner .deco {
	max-width: 340px;
	margin: auto;
	position: relative;
	top: -27px;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont #contact .form_inner .deco {
		max-width: 275px;
		top: -22px;
	}
}

.sp_cont_wrap .sp_cont #contact .form_inner .lead {
	font-size: 16px;
	line-height: 1.66;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont #contact .form_inner .lead {
		font-size: 13px;
	}
}

/* 項目タイトル */
.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_header_title {
	background-color: #cfb158;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	line-height: 0;
	padding: 23px 0;
	margin-top: 22px;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 767px) {
.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_header_title {
	font-size: 14px;
}
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_header_title02 {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.41;
	padding: 13px 0 10px;
	margin-top: 22px;
	letter-spacing: 0.10em;
}

/* 必須アイコン */
.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .required_icon {
	padding: 12px 0;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .required_icon span {
	display: inline-block;
	background-color: #b40046;
	font-size: 10px;
	color: #FFF;
	padding: 4px 7px 2px;
	line-height: 1;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list {
	width: 100%;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .title {
	font-size: 16px;
	letter-spacing: 0.10em;
	padding-right: 12px;
	font-weight: 400;
	padding-bottom: 13px;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .text {
	padding-bottom: 13px;
}

/* 入力フォーム */
.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .input_bg {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	background-color: #e6e4f3;
	border: 0;
	border-radius: 0;
	transition: all 0.3s;
	outline: none;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .input_bg:focus {
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list textarea {
	margin-top: 0.15rem;
	height: 130px;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .small_text {
	padding-top: 7px;
	font-size: 13px;
	line-height: 1.36;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .mail_confirm_wrap {
	border-bottom: 1px solid #262626;
	font-size: 14px;
	padding: 10px 0;
	display: flex;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .mail_confirm_wrap .mail_confim_title {
	color: #909090;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_list .mail_confirm_wrap .mail_confirm {
	font-weight: 700;
}

/* ラスト（応募ボタンエリア）*/
.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap {
	text-align: center;
	padding: 40px 0 25px;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .form_last_title {
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .text {
	font-size: 14px;
	line-height: 1.66;
	padding-bottom: 10px;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .text a {
	color: #3c3c3c;
}

/* 応募ボタン */
.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .submit_btn_wrap {
	width: 100%;
	max-width: 270px;
	margin: 20px auto 0;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background-color: #b40046;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .submit_btn_wrap input {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 0;
	padding: 24px 0 26px;
	border-radius: 4px;
	border: 0;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	z-index: 1;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .submit_btn_wrap::after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(/chapelpresent/img/submit_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 2;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .submit_btn_wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #cfb158;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: 1;
}

.sp_cont_wrap .sp_cont #contact .form_inner .form_wrap .form_last_wrap .submit_btn_wrap:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* 施設情報 */
.sp_cont_wrap .sp_cont .info {
	padding: 30px 0 20px;
	text-align: center;
}

.sp_cont_wrap .sp_cont .info .logo {
	width: 160px;
	margin: auto;
	padding-bottom: 15px;
}

.sp_cont_wrap .sp_cont .info .text {
	font-size: 13px;
	line-height: 1.66;
	padding-bottom: 18px;
}

.sp_cont_wrap .sp_cont .info .text a {
	color: #3c3c3c;
	text-decoration: none;
}

.sp_cont_wrap .sp_cont .info .copyright {
	font-family: 'Noto Serif Display', serif;
	font-size: 13px;
	padding-top: 18px;
}

@media screen and (max-width: 767px) {
	.last_caption {
		background-color: #caa846;
	}
}

/* footer */
footer {
	background-color: #263779;
	padding: 5px 25px 100px;
	color: #FFF;
	text-align: center;
}

@media screen and (max-width: 767px) {
	footer {
		padding: 14px 40px 23vw;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		box-sizing: border-box;
	}
}

footer .entry_btn {
	padding-bottom: 19px;
}

footer .text {
	font-size: 12.5px;
	font-weight: 500;
	padding-top: 10px;
}


/*==================================
フローティングバナー（PC用）
==================================*/
.sp_cont_wrap .sp_cont .sp_floating_bnr {
	position: fixed;
	bottom: 0;
	right: calc((100% - 12.71rem) / 2);
	width: 500px;
	z-index: 1;
}


.sp_cont_wrap .sp_cont .sp_floating_bnr img {
	display: block;
}

@media screen and (max-width: 767px) {
	.sp_cont_wrap .sp_cont .sp_floating_bnr {
		width: 100%;
		right: auto;
	}

	.sp_cont_wrap .sp_cont .sp_floating_bnr img {
		width: 100%;
	}
}
