@charset "utf-8";

body:has(.door_bg) {
	background-color: var(--baseItemColor01);
}

.door_bg {
	padding-bottom: 50px;
}

.inner_door {
	max-width: 650px;
	margin: 0 auto;
}

.door_ttl {
	padding-top: 200px;
}

.desc {
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.keyvisual .inner::before {
	content: "";
	display: inline-block;
	padding-top: 40%;
}

#doorImg img {
	width: 80%;
	margin: 50% auto;
	display: block;
}

#main_logo {
	text-align: center;
	margin: 90px auto;
	display: block;
}

.text span::before {
	content: "";
	display: inline-block;
	background: url(/img/web/door/18kin.png) center top no-repeat;
	width: 50px;
	height: 47px;
	position: absolute;
	left: 0;
	background-size: contain;
	top: 0;
}

.text span {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-left: 70px;
}

.text {
	color: #fff;
	margin: 50px auto 30px;
	text-align: center;
}

.btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
	margin: 130px auto 50px;
	list-style: none;
	width: 85%;
}

.btn_list {
	width: calc(50% - 10px);
	line-height: 1.2;
	position: relative;
}

.btn_list:nth-of-type(2) .btn_list-link {
	padding-left: 15px;
}

.btn_list-label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	background-color: var(--baseItemColor06);
	color: var(--baseItemColor09);
	border-radius: 100vh;
	padding: 12px;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0;
}

.btn_list-link {
	padding: 10px 0;
	background: var(--baseItemColor01);
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 50px;
	letter-spacing: 4px;
}

.btn_list-link:hover {
	opacity: 0.7;
	transition: .2s;
}

.btn_list-link.btn_list-link--white {
	background: var(--baseItemColor09);
	color: var(--baseItemColor01);
}

.btn_list-txt {
	font-family: 'linotype-didot', serif;
	line-height: 1;
	font-weight: 400;
	display: block;
	font-size: 26px;
	padding-top: 5px;
}

.btn_list-age {
	font-size: 12px;
}

.fotter_area {
	background-size: cover;
	padding: 50px 0 0;
	font-size: 13px;
}

.bnarea {
	width: 944px;
	margin: 0 auto;
}

.bnarea_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 25px;
}

.bnarea_list-item {
	margin-bottom: 9px;
}

.link_txt {
	text-align: center;
}

.link_txt-link {
	font-size: 16px;
	background: var(--baseItemColor02);
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	width: 50%;
	padding: 10px;
	text-align: center;
	position: relative;
}

.link_txt-link:hover {
	opacity: .8;
	transition: .2s;
}

.link_txt-link::after {
	content: "▶";
	font-size: 13px;
	position: absolute;
	right: 10px;
}

.fotter_area .link_txt {
	padding: 20px 0 0 0;
}

.site_txt {
	text-align: center;
	font-size: 12px;
	color: var(--baseItemColor09);
	line-height: 2;
}

.link_box-sb a {
	max-width: 468px;
	margin: 0 auto 10px;
	display: block;
}

.link_box img {
	vertical-align: inherit;
}

.link_box {
	padding-top: 4rem;
}

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

	.door_ttl {
		padding: 8rem 4rem 0;
	}

	.btn {
		flex-direction: column;
		gap: 20px 0;
		margin: 0;
		padding: 8rem 4rem 6rem;
		box-sizing: border-box;
		width: 100%;
	}

	.btn_list {
		width: 100%;
	}

	.btn_list-txt {
		font-size: 2.4rem;
		padding-bottom: 0;
	}

	.btn_list-link {
		padding: .5rem 0;
	}

	.site_txt {
		padding: 0 4rem;
		font-weight: 600;
		line-height: 1.8;
	}

	.door_ft img {
		max-width: 60%;
		margin: 0 auto 2rem;
		display: block;
	}

	.door_ft .space.--50 {
		padding-bottom: 30px;
		padding: 50px 2rem 3rem;
	}

	.link_box {
		padding: 4rem 1rem 0;
	}

	.link_box-sb img {
		vertical-align: bottom;
	}

	.footer_ttl-info {
		display: flex;
		gap: 0 10px;
	}

	.footer_ttl-info p {
		width: 50%;
		font-size: 1.3rem;
		text-align: center;
		color: #fff;
		letter-spacing: 1px;
	}

	.footer_ttl-info .time {
		text-align: right;
	}

	.footer_ttl-info .tel {
		text-align: left;
	}

	.footer_ttl-info .tel a {
		color: #fff;
	}
}