@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*font-family: "Noto Sans JP", serif;*/
/*font-family: "Noto Serif JP", serif;*/
/*font-family: "Crimson Text", serif;*/
/*font-family: "Libre Bodoni", serif;*/
/*font-family: "Nunito Sans", serif;*/

/*font-family: "din-2014", sans-serif;*/

/* Common
-----------------------------------*/
:root {
	--main-color: #373582;
}
*{
	box-sizing: border-box;
	vertical-align: middle;
}
html{
	font-size: 62.5%;
	overscroll-behavior: none;
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 180%;
	color: #333;
	font-size: 1.4rem;
	/*background: #FCFCFC;*/
	overflow-x: hidden;
}
a{
	color: inherit;
	text-decoration: none;
}
img,svg{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
input,select,textarea,label,button{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
	line-height: 140%;
}
*::-webkit-media-controls-panel{
	display: none!important;
	-webkit-appearance: none;
}

*::--webkit-media-controls-play-button{
	display: none!important;
	-webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button{
	display: none!important;
	-webkit-appearance: none;
}
.pc{display: block;}
.sp{display: none;}

/* Header
-----------------------------------*/
header{
	font-family: "din-2014", sans-serif;
}
header{
	width: 100%;
	display: flex;
	align-items: center;
	height: 80px;
	color: #000;
	/*background: #fff;*/
	border-bottom: 1px solid #e2041b;
	padding: 0 0 0 50px;
	/*position: sticky;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px) brightness(130%);
}
header nav{
	display: flex;
	align-items: center;
	margin-left: auto;
	font-size: 12px;
}
header nav ul{
	display: flex;
	align-items: center;
	gap: 0 45px;
}
header nav ul li{
	line-height: 15px;
	font-weight: 600;
}
header nav ul li a{
	transition: color 0.2s;
}
header nav ul li a:hover{
	color: #E2041B;
}
header nav .btn{
	margin-left: 45px;
	border-left: 1px solid #e2041b;
	width: 80px;
}
header nav .btn a{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	transition: color 0.2s, background 0.2s;

	background: transparent;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 80px;
}
header nav .btn a:hover{
	background: #e2041b;
	color: #fff;
}
header .switch{
	display: none;
}
header #drawer{
	display: none;
}
#copyright_fixed{
	position: fixed;
	color: #333;
	width: 100vh;
	text-align: center;
	bottom: 0;
	z-index: 9997;
	height: 0;
	left: 0;
	transform: rotate(-90deg);
	transform-origin: left center;
}
#copyright_fixed span{
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	letter-spacing: 0.16em;
	font-size: 10px;
	line-height: 1;
	display: block;
	transform: rotate(180deg);
	padding-bottom: 18px;
}

/* Footer
-----------------------------------*/
footer{
	color: #FFF;
	background: #000;
	padding: 90px 20px 75px 20px;
}
footer .bloc{
	max-width: 546px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer .bloc .logo{
	max-width: 117px;
	width: 100%;
}
footer .bloc .box{
	max-width: 380px;
	width: 100%;
	margin-top: 7px;
}
footer .bloc .box nav{
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 4px;
}
footer .bloc .box nav ul{
	display: flex;
	align-items: center;
	gap: 0 25px;
}
footer .bloc .box nav ul li a{
	display: block;
}
footer .bloc .box a{
	transition: color 0.2s;
}
footer .bloc .box a:hover{
	color: #E2041B;
}
footer .bloc .box .ftr_nav{
	display: flex;
	align-items: center;
	gap: 0 25px;
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}
footer .ftr_copyright{
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
}
#contact_area{
	text-align: center;
	position: relative;
}
#contact_area a{
	display: block;
	padding: 170px 0 152px 0;
	background: transparent;
	transition: background 0.2s;
}
#contact_area a:hover{
	background: #E2041B;
}
#contact_area a h2{
	font-family: "din-2014", sans-serif;
	font-size: 100px;
	font-weight: 600;
	color: #E2041B;
	margin-bottom: 30px;
	line-height: 100px;
	transition: color 0.2s;
}
#contact_area a:hover h2{
	color: #FFF;
}
#contact_area a .txt{
	font-size: 16px;
	line-height: 25px;
	text-decoration: underline;
}
#contact_area.top_contact:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.inner1000{
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner800{
	width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner1360{
	width: 1360px;
	margin-left: auto;
}


/* 1025px以上の場合 */
@media screen and (min-width: 1025px) {
}

/* 1024px以下の場合 */
@media screen and (max-width: 1024px) {
	/* Common
	-----------------------------------*/
	.pc{display: none;}
	.sp{display: block;}
	img{
		width: 100%;
	}

	/* Header
	-----------------------------------*/
	header{
		height: 17.9487vw;
		padding: 0 0 0 3.8462vw;
		backdrop-filter: blur(5px);
	}
	header .logo{
		max-width: 21.2821vw;
	}
	header nav{
		font-size: 3.0769vw;
	}
	header nav ul{
		display: none;
	}
	header nav .btn{
		margin-left: auto;
		width: 18.2051vw;
	}
	header nav .btn a{
		height: 17.9487vw;
		color: #333;
	}
	header .switch{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-left: 1px solid #e2041b;
		width: 18.2051vw;
		/*height: 17.9487vw;*/
		height: 17.6923vw;
		background: #E2041B;
		transition: background 0.2s;
	}
	header .switch.active{
		background: #FFF;
	}
	header .switch span{
		width: 3.5897vw;
		margin-bottom: 1.2821vw;
		height: 1px;
		background: #FFF;
		transition: transform 0.2s;
	}
	header .switch span:last-child{
		margin-bottom: 0;
	}
	header .switch.active span{
		margin-top: -1px;
		margin-bottom: 0;
		background: #E2041B;
	}
	header .switch.active span:nth-child(1){
		width: 4.8718vw;
		transform: rotate(45deg);
	}
	header .switch.active span:nth-child(2){
		display: none;
	}
	header .switch.active span:nth-child(3){
		width: 4.8718vw;
		transform: rotate(-45deg);
	}
	#copyright_fixed{
		display: none;
	}

	/* Footer
	-----------------------------------*/
	footer{
		padding: 5.1282vw 5.1282vw 4.6154vw 5.1282vw;
	}
	footer .bloc{
		max-width: 100%;
		display: block;
	}
	footer .bloc .logo,
	footer .bloc .box nav,
	footer .bloc .box .ftr_nav{
		display: none;
	}
	footer .bloc .box{
		max-width: 100%;
		margin-top: 0;
	}
	footer .ftr_copyright{
		text-align: center;
		font-size: 2.5641vw;
		line-height: 3.3333vw;
	}
	#contact_area{
		border-top: 1px solid #e2401b;
	}
	#contact_area a{
		padding: 10vw 0 10.5128vw 0;
	}
	#contact_area a h2{
		font-size: 11.5385vw;
		line-height: 14.8718vw;
		margin-bottom: 0.5128vw;
	}
	#contact_area a .txt{
		font-size: 3.0769vw;
		line-height: 5.3846vw;
	}
	.inner1000{
		width: 100%;
		padding: 0;
	}
	.inner800{
		width: 100%;
		padding: 0;
	}
	.inner1360{
		width: 100%;
	}

	header #drawer{
		display: block;
		position: absolute;
		top: 17.9487vw;
		right: -100%;
		width: 100%;
		/*min-height: 152.3077vw;*/
		min-height: calc(100dvh - 17.9487vw);
		color: #FFF;
		transition: right 0.2s;
	}
	header #drawer .box{
		height: calc(100dvh - 17.9487vw);
		overflow-y: auto;
		width: 100%;
		padding: 0 11.5385vw;
		padding-top: 17.9487vw;
	display: flex;
	/*justify-content: flex-end;*/
	/*justify-content: center;
	align-items: center;*/
	flex-direction: column;
	}
	header #drawer.active{
		right: 0;
	}
	header #drawer:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/*height: 100%;*/
		height: calc(100dvh - 17.9487vw);
		background: #E2041B;
		mix-blend-mode: multiply;
		z-index: -1;
	}
	header #drawer .video{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100dvh - 17.9487vw);
		overflow: hidden;
		z-index: -2;
	}
	header #drawer .video video{
		/*width: 270.7692vw;
		transform: translateX(-128.2051vw);*/
		height: 100dvh;
		/*transform: translateX(-218.2051vw);*/
		position: absolute;
		right: -55%;
	}
	header #drawer .list01{
		font-family: "din-2014", sans-serif;
		font-weight: 600;
		font-size: 6.6667vw;
		line-height: 8.4615vw;
		margin-bottom: 15.3846vw;
		/*margin-top: 15.1282vw;*/
		text-align: center;
	}
	header #drawer .list01 ul{
		display: inline-block;
	}
	header #drawer .list01 ul li{
		margin-bottom: 8.9744vw;
		text-align: left;
	}
	header #drawer .list01 ul li:last-child{
		margin-bottom: 0;
	}
	header #drawer .list01 ul li a{
		position: relative;
	}
	header #drawer .list01 ul li a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background: #FFF;
		transition: width 0.2s;
	}
	header #drawer .list01 ul li a:hover:after{
		width: 100%;
	}
	header #drawer .list02{
		width: 100%;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 2.5641vw 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 6.4103vw;
		margin-top: auto;
	}
	header #drawer .list02 li{
		font-size: 2.5641vw;
		line-height: 3.8462vw;
	}
	header #drawer .copyright{
		font-family: "din-2014", sans-serif;
		font-weight: 400;
		text-align: center;
		font-size: 2.5641vw;
		line-height: 3.3333vw;
		padding: 5.1282vw 0 4.6154vw 0;

	}


}