@charset "utf-8";
/* Normalize CSS */
* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
[hidden] {
	display: none;
}
h1,
p {
	margin: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
textarea {
	overflow: auto;
}

/*-------------------------
	PC
--------------------------*/
body {
	font-family: "a-otf-gothic-bbb-pr6n","游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #4d4d4d;
	background-color: #F5F3F0;
}
.content {
	position: relative;
	width: 60%;
	height: 100vh;
	padding-top: 60px;
	background: #f5f3f0;
}
.content::before {
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
	height: 100vh;
	content: '';
	background: url(../img/bg.jpg) no-repeat center/960px 1440px;
}
.message, form, footer {
	max-width: 60%;
	min-width: 300px;
	margin: 0 auto;
}
.message h1 {
	text-align: center;
	font-family: "acumin-pro","游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 60px;
	font-weight: 200;
	font-style: normal;
	color: #2d2f30;
	letter-spacing: 8px;
}
.message b {
	display: block;
	margin: 54px 0;
	text-align: center;
	font-family: "a-otf-ryumin-pr6n","游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	color: #2d2f30;
	letter-spacing: 4px;
}
.message p {
	line-height: 230%;
	font-size: 15px;
	letter-spacing: 2px;
}
.form {
	margin-top: 66px;
}
.form dl {
	margin: 0 0 36px 0;
}
.form dt {
	margin-bottom: 12px;
	font-weight: bold;
}
.form dd {
	position: relative;
	margin: 0;
}
.form input,
.form select {
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	font-size: 16px;
	border: none;
	outline: none;
}
.form select {
	position: relative;
	z-index: 3;
	background: none;
	cursor: pointer;
	-webkit-appearance: none; /* Chrome、Safari */
	-moz-appearance: none; /* Firefox */
	appearance: none; /* 矢印無効 */
}
.form select::-ms-expand {
	display: none;
}
.select-arrow {
	position: absolute;
	background: #fff;
}
.select-arrow::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 20px;
	height: 20px;
	content: '';
	background: #2d2f30;
	border-radius: 4px;
}
.select-arrow::after {
	display: block;
	z-index: 2;
	position: absolute;
	top: 24px;
	right: 17px;
	width: 4px;
	height: 4px;
	content: '';
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.form textarea {
	display: block;
	width: 100%;
	height: 314px;
	min-height: 120px;
	max-height: 314px;
	line-height: 180%;
	padding: 10px;
	font-size: 16px;
	border: none;
	outline: none;
	resize: vertical;
}
.link {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 44px auto 0 auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background: #2d2f30;
	border-radius: 4px;
	cursor: pointer;
}
.link:hover {
	opacity: 0.7;
}
.back {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin: 24px auto 0 auto;
	text-align: center;
	font-size: 14px;
	color: #aaa;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.back:hover {
	color: #999;
	background: #ddd;
}
.link input,
.back input {
	display: none;
}
footer {
	margin: 104px auto 30px auto;
	text-align: center;
	font-size: 10px;
	color: #888;
}
/* Confirm */
.confirm input,
.confirm select {
	padding: 0 20px;
	background: none;
	border-bottom: 1px solid #ccc;
}
.confirm textarea {
	height: auto;
	min-height: 30px;
	max-height: auto;
	background: none;
	border-bottom: 1px solid #ccc;
}
/* Validation */
.validetta-bubble {
	display: block;
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
	background: #f1a9a0;
}
.validetta-bubble::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
	color: #f1a9a0;
	content: '\FF01';
	background: #fff;
	border-radius: 2px;
}

/*-------------------------
	SP
--------------------------*/
@media screen and (max-width: 559px) {
	body {
		font-size: 13px;
	}
	.content {
		width: 100%;
		height: auto;
		padding: 40px 0 60px 0;
	}
	.content::before {
		display: none;
	}
	.message, form, footer {
		max-width: 90%;
		min-width: auto;
	}
	.message h1 {
		font-size: 44px;
		letter-spacing: 4px;
	}
	.message b {
		margin: 40px 0;
		font-size: 21px;
	}
	.message p {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.form {
		margin-top: 32px;
	}
	.form dl {
		margin: 0 0 26px 0;
	}
	.form input,
	.form select {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.form select {
		font-size: 4vw;
	}
	.select-arrow::before {
		top: 15px;
	}
	.select-arrow::after {
		top: 21px;
	}
	.form textarea {
		font-size: 14px;
		resize: none;
	}
	.link {
		font-size: 16px;
	}
	footer {
		margin: 50px auto 0 auto;
	}
}