@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_left,
.ila-contact_right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}

.ila-contact h3 {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 3cqi;
	line-height: 1;
	letter-spacing: 0.1cqi;
}

.ila-contact img {
	width: 100%;
}


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

	.ila-contact h3 {
		font-size: 4.5cqi;
		letter-spacing: 0.1cqi;
	}

	.ila-contact_left,
	.ila-contact_right {
		display: flex;
		padding: 0px 15px;
	}

	.ila-contact_left img {
		width: 20cqi;
	}

}

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

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

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