@charset "utf-8";

/*----------------------------------------------
	ヘッダー
---------------------------------------------*/

.l_header {
	width: 100%;
	height: 80px;
	background: var(--wh);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.l_header h1,
.l_header_link,
.l_header_link picture {
	width: 100%;
	height: 100%;
}

.l_header_logo {
	height: 100%;
}

.l_header_link:hover {
	opacity: 60%;
}

.l_header_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 100%;
}

.l_header_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 100%;
	width: 320px;
	background: var(--ye);
	border-radius: 60px;
}

.l_header_btn:hover {
	opacity: 60%;
}

.l_header_txt {
	color: var(--dbl);
	line-height: 1;
}

.l_header_txt-01 {
	font-size: 2.6rem;
}

.l_header_txt-02 {
	font-size: 3rem;
}


@media (max-width: 1150px) {
	.l_header_txt {
		display: none;
	}

	.l_header_btn {
		gap: 0px;
		height: 60px;
		width: 60px;
		border-radius: 50%;
	}
}

@media (max-width: 650px) {

	.l_header {
		height: 50px;
		padding: 10px;
	}

	.l_header_box {
		gap: 10px;
	}

	.l_header_btn {
		width: 30px;
		height: 30px;
	}



}


/*----------------------------------------------
	l_topbtn
---------------------------------------------*/
.l_topbtn {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 999;
	transition: .3s;
	transform: translateY(100px);
	mix-blend-mode: multiply;
}

.l_topbtn.is_active {
	transform: translateY(0);
}

.l_topbtn_link {
	background: var(--bl);
	mix-blend-mode: multiply;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: .3s;
}

.l_topbtn_up {
	margin-bottom: 2px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid var(--wh);
	border-top: 0;
	box-sizing: border-box;
	border-radius: 3px;
}

.l_topbtn_link:hover {
	background: var(--dbl);
}

@media (max-width: 1050px) {
	.l_topbtn {
		right: 10px;
	}

	.l_topbtn_link:hover {
		background: var(--or);
	}
}

@media (max-width: 500px) {
	.l_topbtn {
		right: 5px;
		bottom: 5px;
	}

	.l_topbtn_link {
		width: 30px;
		height: 30px;
	}

	.l_topbtn_up {
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-bottom: 8px solid var(--wh);
	}
}

/*----------------------------------------------
	フッター
---------------------------------------------*/
.l_footer {
	background: var(--bl);
	padding: 80px 0 0;
}

.l_footer_container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
}

.l_footer_txtbox {
	flex-shrink: 0;
}

.l_footer_logo {
	margin-bottom: 20px;
}

.l_footer_logo:hover {
	filter: opacity(70%);
}

.l_footer_img {
	height: 66px;
	width: auto;
	object-fit: contain;
}

.l_footer_txt {
	margin-bottom: 20px;
}

.l_footer_link {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--wh);
	padding: 20px 0;
	border-radius: 60px;
}

.l_footer_link:hover {
	filter: opacity(70%);
}

.l_footer_span-02 {
	font-size: 3.4rem;
	line-height: 1;
}

.l_footer_copy {
	font-size: 1.2rem;
	padding: 10px;
	background: var(--dbl);
}

.l_footer_map {
	display: block;
	width: 100%;
	height: 320px;
	border-radius: 20px;
}

.l_footer_ul {
	margin-bottom: 40px;
}

@media (max-width: 1270px) {
	.l_footer {
		padding: 40px 0 0;
	}

	.l_footer_container {
		gap: 20px;
	}

	.l_footer_logo {
		margin-bottom: 10px;
	}

	.l_footer_span-02 {
		font-size: 2.8rem;
	}

	.l_footer_map {
		height: 280px;
		border-radius: 10px;
	}
}

@media (max-width: 500px) {

	.l_footer_container {
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.l_footer_img {
		height: 30px;
	}

	.l_footer_link {
		padding: 0;
		width: 100%;
		height: 60px;
	}

	.l_footer_span-01 {
		font-size: 1.2rem;
	}

	.l_footer_span-02 {
		font-size: 2.4rem;
	}

	.l_footer_ul {
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	.l_footer_map {
		height: 200px;
		margin-bottom: 20px;
	}
}

/*----------------------------------------------
	404
---------------------------------------------*/

.l_404,
.l_thanks {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 90vh;
}

.l_404 h2 {
	font-size: 8rem;
	font-family: "Outfit", sans-serif;
	color: var(--dbl);
	margin-bottom: 20px;
}

.l_thanks h2 {
	font-size: 8rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: var(--dbl);
	margin-bottom: 20px;
}

.l_404 p,
.l_thanks p {
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 20px;
}

.l_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 60px;
	border-radius: 40px;
	color: var(--wh);
	background: var(--bl);
	transition: .3s;
	font-size: 2.4rem;
}

.l_btn:hover {
	filter: opacity(70%);
}

@media (max-width: 500px) {

	.l_404 h2,
	.l_thanks h2 {
		font-size: 4rem;
	}

	.l_404 p,
	.l_thanks p {
		font-size: 1.6rem;
	}

	.l_btn {
		width: 250px;
		height: 40px;
		font-size: 1.8rem;
	}

}