@charset "UTF-8";

/* =========================================================
   APPLICATION
========================================================= */

.application-page{
	width:min(900px,92%);
	margin:10px auto;
}

.application-intro{
	margin-bottom:50px;
	text-align:center;
}

.application-intro h2{
	margin-bottom:15px;
	color:#fff;
	font-size:30px;
	font-weight:700;
}

.application-intro p{
	color:#aaa;
	font-size:15px;
	line-height:1.9;
}


/* =========================================================
   FORM
========================================================= */

.application-form{
	width:100%;
	padding:45px 50px 55px;
	background:#0d111a;
	border:1px solid rgba(255,255,255,.08);
	border-radius:12px;
	box-sizing:border-box;
}

.application-form h3{
	margin:45px 0 28px;
	padding-left:14px;
	border-left:4px solid #4a90e2;
	color:#fff;
	font-size:21px;
	font-weight:700;
}

.application-form h3:first-child{
	margin-top:0;
}


/* =========================================================
   FORM GROUP
========================================================= */

.form-group{
	margin-bottom:28px;
}

.form-group label{
	display:block;
	margin-bottom:10px;
	color:#fff;
	font-size:15px;
	font-weight:700;
}

.form-group label .required,
.required{
	display:inline-block;
	margin-left:7px;
	padding:2px 7px;
	background:#d9534f;
	border-radius:3px;
	color:#fff;
	font-size:11px;
	font-weight:500;
	vertical-align:middle;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group select,
.form-group textarea{
	display:block;
	width:100%;
	padding:14px 16px;
	border:1px solid #333b48;
	border-radius:7px;
	outline:none;
	background:#fff;
	color:#222;
	font-family:inherit;
	font-size:15px;
	line-height:1.6;
	box-sizing:border-box;
	transition:
		border-color .2s,
		box-shadow .2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
	border-color:#4a90e2;
	box-shadow:0 0 0 3px rgba(74,144,226,.15);
}

.form-group textarea{
	min-height:150px;
	resize:vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
	color:#999;
}


/* =========================================================
   RADIO
========================================================= */

.radio-group{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}

.radio-label{
	display:flex;
	align-items:center;
	gap:8px;
	padding:12px 18px;
	background:#171d28;
	border:1px solid #343c49;
	border-radius:7px;
	color:#fff;
	cursor:pointer;
	transition:.2s;
}

.radio-label:hover{
	border-color:#4a90e2;
}

.radio-label input{
	margin:0;
}


/* =========================================================
   CHECK
========================================================= */

.form-check{
	display:flex;
	align-items:flex-start;
	gap:10px;
	margin-top:25px;
	color:#ccc;
	font-size:14px;
	line-height:1.7;
}

.form-check input{
	flex-shrink:0;
	margin-top:5px;
	transform:scale(1.15);
}

.form-check a{
	color:#6aa9f4;
	text-decoration:underline;
}


/* =========================================================
   HELP / NOTE
========================================================= */

.form-note,
.input-note{
	margin-top:7px;
	color:#8d96a5;
	font-size:12px;
	line-height:1.7;
}

.form-note strong,
.input-note strong{
	color:#ccc;
}


/* =========================================================
   ERROR
========================================================= */

.error-box,
.error-message{
	margin-bottom:35px;
	padding:18px 20px;
	background:#301719;
	border:1px solid #7c3035;
	border-radius:7px;
	color:#ff9a9f;
	font-size:14px;
	line-height:1.8;
}

.error-box ul{
	margin:0;
	padding-left:20px;
}


/* =========================================================
   PRICE
========================================================= */

.price-box{
	margin:30px 0;
	padding:22px;
	background:#151b25;
	border:1px solid #303846;
	border-radius:8px;
	text-align:center;
}

.price-label{
	margin-bottom:5px;
	color:#aaa;
	font-size:13px;
}

.price-value{
	color:#fff;
	font-size:26px;
	font-weight:700;
}

.price-value strong{
	color:#64a7f5;
	font-size:32px;
}


/* =========================================================
   DOMAIN
========================================================= */

.domain-area{
	margin-top:20px;
}

.domain-row{
	margin-bottom:15px;
}

.domain-row:last-child{
	margin-bottom:0;
}

.domain-preview{
	margin-top:10px;
	padding:12px 15px;
	background:#171d28;
	border-radius:6px;
	color:#bbb;
	font-size:13px;
	word-break:break-all;
}


/* =========================================================
   TEMPLATE
========================================================= */

.template-select{
	width:100%;
}

.template-note{
	margin-top:8px;
	color:#8e97a5;
	font-size:12px;
}


/* =========================================================
   USER ID
========================================================= */

.user-id-wrap{
	position:relative;
}

#user-id-status{
	margin-top:8px;
	font-size:13px;
}

.user-id-ok{
	color:#63c98b;
}

.user-id-ng{
	color:#ff737b;
}


/* =========================================================
   通常の申込ボタン
========================================================= */

.main-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:320px;
	min-height:56px;
	margin:40px auto 0;
	padding:14px 25px;
	border:0;
	border-radius:50px;
	background:linear-gradient(
		135deg,
		#367ff0,
		#1858dd
	);
	color:#fff;
	font-family:inherit;
	font-size:17px;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	box-sizing:border-box;
	transition:.25s;
	box-shadow:0 8px 20px rgba(27,91,221,.25);
}

.main-btn:hover{
	transform:translateY(-2px);
	box-shadow:0 12px 28px rgba(27,91,221,.35);
}


/* =========================================================
   CONFIRM
========================================================= */

.application-confirm{
	width:min(900px,92%);
}

.application-confirm .application-form{
	padding:45px 50px 50px;
}

.confirm-value{
	width:100%;
	min-height:58px;
	padding:15px 16px;
	background:#f5f6f8;
	border:1px solid #d9dce1;
	border-radius:7px;
	color:#181818;
	font-size:15px;
	line-height:1.8;
	word-break:break-word;
	white-space:normal;
	box-sizing:border-box;
}


/* =========================================================
   CONFIRM BUTTONS
   Premier Webと同じ構成
========================================================= */

.application-confirm .submit-area{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:170px;
	width:100%;
	margin-top:50px;
}


/* 戻る */

.application-confirm .btn-secondary{
	flex:0 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	width:160px;
	height:58px;
	margin:0;
	padding:0 15px;
	border:0;
	border-radius:8px;
	background:#7b838a;
	color:#fff;
	font-family:inherit;
	font-size:16px;
	font-weight:700;
	line-height:1.5;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	transition:.25s;
}

.application-confirm .btn-secondary:hover{
	background:#697178;
}


/* 申し込む */

.application-confirm .btn-primary{
	flex:0 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	width:320px;
	height:58px;
	max-width:none;
	margin:0;
	padding:0 25px;
	border:0;
	border-radius:50px;
	background:linear-gradient(
		135deg,
		#367ff0,
		#1858dd
	);
	color:#fff;
	font-family:inherit;
	font-size:18px;
	font-weight:700;
	line-height:1;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	transition:.25s;
	box-shadow:0 8px 20px rgba(27,91,221,.25);
}

.application-confirm .btn-primary:hover{
	transform:translateY(-2px);
	box-shadow:0 12px 28px rgba(27,91,221,.35);
}


/* =========================================================
   PAGE TITLE
========================================================= */

.page-title{
	padding:75px 20px;
	background:#090d15;
	border-bottom:1px solid rgba(255,255,255,.07);
	text-align:center;
}

.page-title h1{
	margin:0 0 8px;
	color:#fff;
	font-family:"Cormorant Garamond",serif;
	font-size:46px;
	font-weight:700;
	letter-spacing:.12em;
}

.page-title p{
	margin:0;
	color:#929aa7;
	font-size:14px;
	letter-spacing:.08em;
}

.page-title span{
	display:block;
	width:45px;
	height:2px;
	margin:18px auto 0;
	background:#4a90e2;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:768px){

	.application-page{
		width:92%;
		margin:45px auto 70px;
	}

	.application-form,
	.application-confirm .application-form{
		padding:30px 22px 35px;
	}

	.application-intro{
		margin-bottom:35px;
	}

	.application-intro h2{
		font-size:25px;
	}

	.application-form h3{
		margin:35px 0 22px;
		font-size:19px;
	}

	.radio-group{
		flex-direction:column;
	}

	.radio-label{
		width:100%;
		box-sizing:border-box;
	}

	/*
	|--------------------------------------------------------------------------
	| 確認画面ボタン
	|--------------------------------------------------------------------------
	*/

	.application-confirm .submit-area{
		flex-direction:column;
		gap:15px;
		margin-top:40px;
	}

	.application-confirm .btn-primary{
		order:1;
		width:100%;
		max-width:350px;
		height:56px;
	}

	.application-confirm .btn-secondary{
		order:2;
		width:100%;
		max-width:350px;
		height:56px;
	}

	.page-title{
		padding:55px 15px;
	}

	.page-title h1{
		font-size:36px;
	}

}


@media(max-width:480px){

	.application-page{
		width:94%;
	}

	.application-form,
	.application-confirm .application-form{
		padding:25px 16px 30px;
	}

	.form-group{
		margin-bottom:23px;
	}

	.form-group input[type="text"],
	.form-group input[type="email"],
	.form-group input[type="tel"],
	.form-group input[type="url"],
	.form-group select,
	.form-group textarea{
		padding:13px 14px;
		font-size:16px;
	}

	.confirm-value{
		padding:13px 14px;
		font-size:14px;
	}

	.page-title h1{
		font-size:31px;
	}

}

/* ==========================================================================
   PAYMENT RESULT
   ========================================================================== */

.payment-result{
	max-width:720px;
	margin:50px auto 80px;
	padding:55px 50px 50px;
	background:#111722;
	border:1px solid rgba(255,255,255,.09);
	border-radius:14px;
	text-align:center;
	box-shadow:
		0 20px 50px rgba(0,0,0,.25),
		inset 0 1px 0 rgba(255,255,255,.03);
}


/* ==========================================================================
   ICON
   ========================================================================== */

.payment-result .complete-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:90px;
	height:90px;
	margin:0 auto 28px;
	border-radius:50%;
	font-size:46px;
}

.payment-result .complete-icon i{
	line-height:1;
}


/* ==========================================================================
   TITLE
   ========================================================================== */

.payment-result h3{
	margin:0 0 24px;
	color:#fff;
	font-size:25px;
	font-weight:700;
	letter-spacing:.04em;
}


/* ==========================================================================
   MESSAGE
   ========================================================================== */

.payment-result > p{
	margin:0;
	color:#b7c0cc;
	font-size:15px;
	line-height:2;
}


/* ==========================================================================
   SUCCESS
   ========================================================================== */

.payment-success{
	border-color:rgba(54,127,240,.28);
}

.payment-success .complete-icon{
	color:#4d91f7;
	background:rgba(54,127,240,.10);
	border:1px solid rgba(54,127,240,.35);
	box-shadow:0 0 35px rgba(54,127,240,.10);
}


/* ==========================================================================
   PENDING
   ========================================================================== */

.payment-pending{
	border-color:rgba(232,181,61,.28);
}

.payment-pending .complete-icon{
	color:#e8b53d;
	background:rgba(232,181,61,.10);
	border:1px solid rgba(232,181,61,.35);
	box-shadow:0 0 35px rgba(232,181,61,.08);
}


/* ==========================================================================
   FAILED
   ========================================================================== */

.payment-failed{
	border-color:rgba(238,80,80,.28);
}

.payment-failed .complete-icon{
	color:#ee5a5a;
	background:rgba(238,80,80,.10);
	border:1px solid rgba(238,80,80,.35);
	box-shadow:0 0 35px rgba(238,80,80,.08);
}


/* ==========================================================================
   BUTTON AREA
   ========================================================================== */

.payment-result .submit-area{
	margin-top:38px;
}

.payment-result .btn-primary{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:230px;
	min-height:52px;
	padding:13px 32px;
	border:1px solid #367ff0;
	border-radius:50px;
	background:#367ff0;
	color:#fff;
	font-size:15px;
	font-weight:700;
	letter-spacing:.04em;
	text-decoration:none;
	transition:
		background .25s ease,
		border-color .25s ease,
		transform .25s ease,
		box-shadow .25s ease;
}

.payment-result .btn-primary:hover{
	background:#4b8df3;
	border-color:#4b8df3;
	transform:translateY(-2px);
	box-shadow:0 8px 25px rgba(54,127,240,.25);
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media(max-width:768px){

	.payment-result{
		margin-bottom:50px;
		padding:42px 22px 38px;
		border-radius:10px;
	}

	.payment-result .complete-icon{
		width:76px;
		height:76px;
		margin-bottom:24px;
		font-size:38px;
	}

	.payment-result h3{
		margin-bottom:20px;
		font-size:21px;
	}

	.payment-result > p{
		font-size:14px;
		line-height:1.9;
	}

	.payment-result .submit-area{
		margin-top:32px;
	}

	.payment-result .btn-primary{
		width:100%;
		min-width:0;
	}

}

/* ==========================================================================
   PAYMENT PAGE TITLE
   ========================================================================== */

.page-title{
	position:relative;
	padding:70px 20px 55px;
	background:
		linear-gradient(
			180deg,
			#0b0f17 0%,
			#101722 100%
		);
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,.07);
	overflow:hidden;
}

.page-title::before{
	content:"";
	position:absolute;
	top:-120px;
	left:50%;
	width:500px;
	height:250px;
	transform:translateX(-50%);
	background:radial-gradient(
		ellipse,
		rgba(54,127,240,.12) 0%,
		rgba(54,127,240,0) 70%
	);
	pointer-events:none;
}

.page-title .container{
	position:relative;
	z-index:1;
}

.page-title h1{
	margin:0;
	color:#fff;
	font-family:"Cormorant Garamond",serif;
	font-size:46px;
	font-weight:600;
	line-height:1;
	letter-spacing:.14em;
}

.page-title p{
	margin:14px 0 0;
	color:#9da8b7;
	font-size:14px;
	font-weight:500;
	letter-spacing:.08em;
}

.page-title span{
	display:block;
	width:45px;
	height:2px;
	margin:22px auto 0;
	background:#367ff0;
	border-radius:2px;
}


/* ==========================================================================
   APPLICATION PAGE
   ========================================================================== */

.application-page{
	padding-top:55px;
	padding-bottom:20px;
}


/* ==========================================================================
   PAYMENT INTRO
   ========================================================================== */

.application-intro{
	margin:0 auto 35px;
	text-align:center;
}

.application-intro h2{
	position:relative;
	margin:0;
	padding-bottom:20px;
	color:#fff;
	font-size:28px;
	font-weight:700;
	line-height:1.5;
	letter-spacing:.04em;
}

.application-intro h2::after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	width:35px;
	height:2px;
	transform:translateX(-50%);
	background:#367ff0;
	border-radius:2px;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media(max-width:768px){

	.page-title{
		padding:50px 15px 40px;
	}

	.page-title h1{
		font-size:36px;
		letter-spacing:.12em;
	}

	.page-title p{
		margin-top:11px;
		font-size:13px;
	}

	.page-title span{
		margin-top:17px;
	}

	.application-page{
		padding-top:40px;
	}

	.application-intro{
		margin-bottom:28px;
	}

	.application-intro h2{
		padding-bottom:17px;
		font-size:22px;
	}

}
