@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address,
em, img,
small, strong, sub, sup,
b, u, i,
ul, ol, li, dl, dt, dd,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, figure, figcaption,
header, footer, nav, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, section, aside, figure, figcaption, header, footer, nav { display: block; }
body { line-height: 1; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight:bold;}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*================================================

　全体

=================================================*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }
body { 
	position: relative;
	min-height: 100vh;
	color: #333;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF;
}
a, a:link, a:focus, a:visited {
	color: #000;
	text-decoration: none;
	opacity: 1;
	transition: all 0.5s ease;
}
a:hover {
	opacity: 0.3;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"]{
		pointer-events: none;
	}
}

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
	body {
		/* The hack for Safari */
		height: -webkit-fill-available;
	}
}

/*================================================

　レイアウト共通

=================================================*/
#content {
	overflow: hidden;
	padding: 0;
}
.content-wrap {
	padding: 60px 0 0;
}
.toppage .content-wrap {
	padding: 0;
}

@media screen and (min-width: 1081px) {

	.tab-sp-new-line {
		display: none;
	}

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

	.pc-new-line {
		display: none;
	}
	.pcsp-new-line {
		display: none;
	}

}

@media screen and (min-width: 768px) {

	.sp-new-line {
		display: none;
	}

}

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

	.content-wrap {
		padding: 50px 0 0;
	}
	.pc-tab-new-line {
		display: none;
	}
	.pcsp-new-line {
		display: non;
	}

}


/*================================================

　header

=================================================*/
.header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #2F0000;
	z-index: 99999;
}
.header-wrap.fix {
    position: fixed;
    top: 0;
}
.toppage .header-wrap {
	top: 20px;
}
.toppage .header-wrap.fix {
	top: 0;
}
.header-wrap-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 min(7.03125%, 90px);
	font-size: clamp(0.8rem, (100vw - 375px) * 7 / 905 + 8px, 1.5rem);
	line-height: 1;
}
.header-wrap-inner .logo {
	width: 70px;
}

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

	.header-wrap-inner {
		padding: 0 min(11.111111%, 120px) 0 min(3.703704%, 40px);
	}

}

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

	.header-wrap-inner {
		height: 50px;
		padding: 0 60px 0 min(3.703704%, 40px);
	}
	.header-wrap-inner .logo {
		width: 60px;
	}
	.header-wrap-inner div:last-child {
		width: 60%;
		text-align: right;
	}

}

/*　ナビメニュー
=================================================*/
.header-wrap-inner .navlist {
	margin: 0 0 0 20px;
	padding: 0;
}
.header-wrap-inner .navlist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.header-wrap-inner .navlist ul li {
	margin: 0 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(1.4rem, (100vw - 1080px) * 3 / 200 + 14px, 1.7rem);
	letter-spacing: 0.05em;
}
.header-wrap-inner .navlist ul li a {
	display: flex;
	align-items: center;
	color: #FFF;
}
.header-wrap-inner .navlist ul li a i {
	padding: 0 6px 0 0;
}

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

	.header-wrap-inner .navlist {
		position: fixed;
		justify-content: flex-start;
		flex-direction: column;
		top: 0;
		left: 100%;
		width: 340px;
		height: 100%;
		margin-top: 50px;
		padding: 25px 20px 0;
		background: rgba(47,0,0,0.9);
		transition: 0.5s ease-out;
	}
	.toppage .header-wrap .header-wrap-inner .navlist {
		margin-top: 70px;
	}
	.toppage .header-wrap.fix .header-wrap-inner .navlist {
		margin-top: 50px;
	}
	.header-wrap-inner .navlist li {
		display: block;
		width: 100%;
		padding: 18px 0;
	}

}

/*　ハンバーガー
=================================================*/
.menu-btn {
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.menu-btn .toggle {
	display: block;
	position: relative;
	width: 42px;
	height: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}
.menu-hamburger,
.menu-hamburger::before,
.menu-hamburger::after {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	transition: 0.2s ease-out;
}
.menu-hamburger::before,
.menu-hamburger::after {
	position: absolute;
	top: -7px;
	left: 0;
	content: '';
}
.menu-hamburger::after {
	top: 7px;
}
.menu-btn.open .menu-hamburger {
	background-color: transparent;
}
.menu-btn.open .menu-hamburger::before,
.menu-btn.open .menu-hamburger::after {
	top: 0;
}
.menu-btn.open .menu-hamburger::before {
	transform: rotate(45deg);
}
.menu-btn.open .menu-hamburger::after {
	transform: rotate(-45deg);
}

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

	.menu-btn {
		display: block;
	}
	.menu-btn.open + .navlist {
		transform: translateX(-100%);
	}

}

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

	.menu-btn {
		right: 10px;
	}
	.menu-btn .toggle {
		width: 36px;
	}

}

/*================================================

　メインビジュアル　共通

=================================================*/
.mainvisual {
	position: relative;
	overflow: hidden;
	margin: 0;
	z-index: 20;
}
.mainvisual-wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
.mainvisual-text {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.mainvisual {
		margin: -8px 0 0;
	}

}

/*================================================

　ページタイトル共通

=================================================*/
.title {
	position: relative;
	max-width: 472px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 5 / 905 + 14px, 1.9rem);
	font-weight: 700;
	line-height: 1;
}
.title span {
	display: inline-block;
	position: relative;
	width: 198px;
	margin: 0;
	padding: 4px 0 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.title span::before,
.title span::after {
	position: absolute;
	left: -136px;
	top: 12px;
	content: '';
	width: 136px;
	height: 1px;
	background: #000;
}
.title span::after {
	left: auto;
	right: -136px;
}

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

	.title {
		max-width: 335px;
		line-height: 1;
	}
	.title span::before,
	.title span::after {
		left: -68px;
		width: 68px;
	}
	.title span::after {
		left: auto;
		right: -68px;
	}

}

/*================================================

　フッター

=================================================*/
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
}
footer ul {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background-color: #000;
}
footer ul li {
	display: inline-block;
	margin: 0;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
	color: #FFF;
}
#copy {
	margin: 0;
	padding: 13px 0;
	color: #FFF;
	text-align: center;
	background-color: #2F0000;
}
#copy p {
	margin: 0 0 5px;
}

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

	footer {
		margin: 0;
		font-size: 1.1rem;
	}
	#copy {
		padding: 13px 0;
	}
	#copy p {
		margin: 0 0 5px;
	}
	#copy small {
		font-size: 1rem;
	}

}
