@charset "utf-8";

/*
 * まだ_common.cssに統合できない部分
 * --------------------------------------------------
 */

* {
	min-height: 0 !important;
	min-width: 0 !important;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-size: 62.5%;
	font-weight: 400;
}

a {
	color: #1a1a1a;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

/* タブレット */
body {
	min-width: 1100px;
	width: 100%;
	overflow-x: hidden;
}

/* スマホ */
@media screen and (max-width: 767px) {
	body {
		min-width: initial;
		max-width: 100%;
	}
}

/*
 * ila
 * --------------------------------------------------
 */

.ila-title {
	display: none;
}

.ila-main {
	display: flex;
	width: 100vw;
	height: 100vh;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ila-content {
	display: flex;
	flex-direction: column;
}

.ila-content img {
	width: 70cqi;
	height: auto;
	max-width: 1000px;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.ila-main {
		height: auto;
		aspect-ratio: 16/10;
	}

	.ila-content img {
		width: 100cqi;
	}
}

/*
 * コンタクト
 * --------------------------------------------------
 */

.ila-contact {
	background: #261e1e;
	color: #ffffff;
}

.ila-contact a {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	background: #900000;
	color: #ffffff;
	font-size: 1.8cqi;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.5cqi;
	border-radius: 0.5cqi;
	padding: 3cqi;
	box-shadow: 0px 0.5cqi 0px #810000;
	line-height: 1;
	transition: all 0.3s ease;
}

.ila-contact a:hover {
	filter: brightness(1.2);
}

.ila-contact a img {
	width: 3.5cqi;
	margin-right: 1.5cqi;
}

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

	.ila-contact a {
		font-size: 4.5cqi;
		letter-spacing: 1cqi;
		border-radius: 1cqi;
		box-shadow: 0px 1cqi 0px #810000;
		padding: 4.5cqi;
	}

	.ila-contact a img {
		width: 8cqi;
		margin-right: 4cqi;
	}

}

/*
 * モデルバナー
 * --------------------------------------------------
 */

.page-banner_model {
	text-align: center;
}

.page-banner_model img {
	width: 100%;
	height: auto;
	max-width: 531px;
}