@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400&display=swap');

@import url("reset.css");
@import url("header.css?02");

/* 共通定義
=========================================================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
	scroll-behavior: auto;
}

body {
	overflow-x: hidden;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'M PLUS 1p', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.75em;
	color: #1A1311;
	text-align: left;
	background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-weight: 100;*/
	letter-spacing: 0.05em;
}

strong {
	font-weight: 600;
}

main {
	overflow: hidden;
	position: relative;
}

/* 画像サイズ
-----------------------------------------------------------*/
img,svg {
	overflow: hidden;
	width: 100%;
	height: auto;
}

/* デスクトップ・スマホ分岐
-----------------------------------------------------------*/
.pc {
	display: block;
}

.sp {
	display: none;
}

/* loarding
-----------------------------------------------------------*/
#progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
	z-index: 99999;
	transition: all 1.25s ease-in-out;
}

#progress.end {
	opacity: 0;
	z-index: -10;
}

#progress.none {
	display: none;
	z-index: -10;
}

#logo_mark {
	width: 200px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#base path {
	fill: #000;
	/* 塗りの色 */
}

#mask path {
	fill: none;
	/* 塗りの色 */
	stroke: #ffffff;
	/* 線の色 */
	stroke-width: 20px;
	/* 線幅 */
	stroke-linecap: round;
	/* 線端の形状 */
	stroke-linejoin: round;
	/* 角の形状 */
}

/* footer
-----------------------------------------------------------*/
footer {
	overflow: hidden;
	position: relative;
	padding: 60px 0 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
}

footer h2 {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	font-size: 18px;
	transform: translateY(400%);
	transition: 1s;
}

footer h2.open {
	transform: translateY(0);
}

@media(hover: hover) {
	footer h2 {
		cursor: pointer;
	}
}

footer h2::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid .5px #1A1311;
	border-right: solid .5px #1A1311;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	transform: rotate(135deg);
}

footer h2.open::before {
	transform: rotate(-45deg);
}

footer h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background-color: #1A1311;
	transform: scale(0, 1);
	transform-origin: center;
	z-index: -1;
	transition: 0.6s;
}

@media(hover: hover) {
	footer h2:hover::after {
		transform: scale(1, 1);
	}
}

footer .info {
	transform: translateY(200%);
	transform-origin: bottom;
	transition: 1s;
}

footer .info.open {
	transform: translateY(0);
}

footer .info dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	max-width: 600px;
	text-align: left;
}

footer .info dl dt {
	width: calc(120 / 600 * 100%);
	font-weight: 300;
	white-space: nowrap;
}

footer .info dl dd {
	padding-left: 1em;
	width: calc(480 / 600 * 100%);
}

footer p {
	position: relative;
	padding: 10px 0 30px;
	background-color: #FFF;
	z-index: 2;
}

/* Animation
-----------------------------------------------------------*/
.clip_element {
	/*z-index: 2;*/
	clip-path: inset(0 100% -20% 0);
	transition: clip-path ease-in;
}

.clip_element.is-show {
	clip-path: inset(0 0 -20% 0);
}

/* コンテンツ
-----------------------------------------------------------*/
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1720px;
}

@media screen and (max-width:1760px) {
	.inner {
		padding: 0 50px;
		width: 100%;
	}
}

.inner_narrow {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1330px;
}

@media screen and (max-width:1370px) {
	.inner_narrow {
		padding: 0 50px;
		width: 100%;
	}
}

.inner_1200 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

@media screen and (max-width:1370px) {
	.inner_1200 {
		padding: 0 50px;
		width: 100%;
	}
}

.inner_gallery {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1720px;
}

.page_title {
	padding: 150px 0 60px;
}

.page_title h1 {
	font-weight: 100;
	font-size: 40px;
	line-height: 1em;
	transition-delay: 2s;
	transition-duration: 1.5s;
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* デスクトップ・スマホ分岐
	-----------------------------------------------------------*/
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* loarding
	-----------------------------------------------------------*/
	#logo_mark {
		width: 40%;
		max-width: 200px;
	}

	/* footer
	-----------------------------------------------------------*/
	footer {
		padding: 40px 0 0;
		font-size: 12px;
	}

	footer h2 {
		font-size: 16px;
	}

	footer h2::before {
		bottom: -15px;
	}

	/* コンテンツ
	-----------------------------------------------------------*/
	.inner {
		padding: 0 20px;
	}

	.inner_narrow {
		padding: 0 20px;
	}

	.inner_1200 {
		padding: 0 20px;
	}

	.page_title {
		padding: 100px 0 60px;
	}

	.page_title h1 {
		font-size: 28px;
		text-align: center;
	}

	.lg-close {
		display: block !important;
		font-size: 28px;
		/* モバイルでCloseボタンを少し大きく */
		top: 15px;
		right: 15px;
	}
}

/*  420px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:420px) {}
