img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (min-width: 768px), print {
	.main::before {
		top: 800px;
	}
}
.p-firstview {
	position: relative;
	z-index: 2;
	margin: 30px 0 0;
}
.p-firstview__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-firstview__heading span {
	white-space: nowrap;
}
.p-firstview__heading span > * {
	display: inline-block;
	opacity: 0;
	transform: skew(50deg, 30deg) rotate(-40deg) translate(20px, 40px) scale(0.8, 0.8);
	transition: 0.5s 0.15s ease-in;
}
.p-firstview.active .p-firstview__heading span span {
	opacity: 1;
	transform: none;
}
.p-firstview__text {
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.9;
	opacity: 0;
	transition: opacity 0.6s ease-in;
}
.p-firstview.active .p-firstview__text {
	opacity: 1;
}
@media (max-width: 767px) {
	.p-firstview__block {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 20px;
	}
	.p-firstview__heading span {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.p-firstview.active .p-firstview__heading,
	.p-firstview.active .p-firstview__text {
		opacity: 1;
		transform: none;
	}
	.p-firstview__image {
		flex: 0 0 100%;
		width: 100%;
	}
	.p-firstview__image picture {
		display: block;
		width: 0;
		overflow: hidden;
		transition: width 1s ease-out;
	}
	.p-firstview__image img {
		width: 100vw;
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-firstview {
		margin: 40px 0 0;
	}
	.p-firstview__block {
		order: 2;
		flex: 1 1 567px;
		width: 567px;
	}
	.p-firstview__image {
		order: 1;
		position: relative;
		flex: 1 1 712px;
		width: 100vw;
		min-width: 100%;
		height: 345px;
	}
	.p-firstview__image picture {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 0;
		overflow: hidden;
		transition: width 0.6s ease-in;
	}
	.p-firstview__image img {
		width: max(100%, 100vw);
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: max(1033px, 100%);
	}
	.p-firstview__heading {
		width: 188px;
		margin: -50px auto;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
	.p-firstview__heading span {
		position: relative;
		font-size: 60px;
	}
	.p-firstview.active .p-firstview__heading {
		opacity: 1;
		transform: none;
	}
	.p-firstview__text {
		margin: 120px 0 0;
		text-align: center;
		font-size: 20px;
		white-space: nowrap;
	}
}
.p-image {
	margin: 35px 0 0;
}
.p-image picture,
.p-image img {
	display: block;
	width: 100%;
	height: 100%;
}
.p-image__main {
	height: 60.8vw;
}
.p-image__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.p-image__item {
	flex: 0 0 30%;
	height: 22.13vw;
}
@media screen and (min-width: 768px), print {
	.p-image {
		margin: 55px 0 0;
	}
	.p-image__main {
		height: 520px;
	}
	.p-image__item {
		flex: 0 0 20%;
		height: auto;
	}
}
.p-charm {
	padding: 50px 0;
	margin: 40px 0 0;
	background: url('../images/modelhouse/charm_background@2x.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
.p-charm__heading {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
.p-charm__list {
	margin: 40px 0 0;
	gap: 60px;
}
.p-charm__item {
	color: #fff;
}
.p-charm__title {
	margin: 30px 0 0;
	text-align: center;
}
.p-charm__title span {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
.p-charm__text {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.p-charm__item + .p-charm__item {
		margin: 60px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-charm {
		padding: 140px 0;
		margin: 60px 0 0;
	}
	.p-charm__heading {
		font-size: 42px;
	}
	.p-charm__list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 60px 0 0;
		gap: 60px;
	}
	.p-charm__item {
		flex: 1 1 30%;
	}
	.p-charm__title span {
		font-size: 28px;
	}
	.p-charm__text {
		margin: 30px 0 0;
		font-size: 18px;
	}
}
.p-firsttime {
	margin: 100px 0 0;
}
.p-firsttime__heading {
	padding: 30px 0;
	text-align: center;
	background-color: #002972;
}
.p-firsttime__heading span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.p-firsttime__text {
	margin: 30px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.p-firsttime__list {
	margin: 30px 0 0;
}
.p-firsttime__item {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.p-firsttime__image {
	flex: 0 0 50%;
}
.p-firsttime__item .p-firsttime__text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50%;
	margin: 0;
	background-color: #002972;
	color: #fff;
}
@media (max-width: 767px) {
	.p-firsttime__item + .p-firsttime__item {
		margin: 15px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-firsttime {
		margin: 160px 0 0;
	}
	.p-firsttime__heading {
		padding: 30px 0;
	}
	.p-firsttime__heading span {
		font-size: 42px;
	}
	.p-firsttime__text {
		margin: 80px 0 0;
		font-size: 24px;
		line-height: 2;
	}
	.p-firsttime__list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 50px;
		margin: 80px 0 0;
	}
	.p-firsttime__image {
		flex: 0 0 60%;
	}
	.p-firsttime__item .p-firsttime__text {
		flex: 0 0 40%;
		font-size: 14px;
		line-height: 2;
	}
}
.p-recommend {
	margin: 100px 0 0;
}
.p-recommend__heading {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.p-recommend__heading span {
	background: linear-gradient(transparent 60%, #ecf100 60%);
}
.p-recommend__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 30px 0 0;
}
.p-recommend__item {
	flex: 0 0 50%;
	padding: 20px;
	background-color: #fff9ed;
}
.p-recommend__image {
	display: block;
	border-radius: 100%;
	overflow: hidden;
}
.p-recommend__text {
	margin: 15px -10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.p-recommend__item {
		flex: 0 0 50%;
		padding: 20px;
		background-color: #fff9ed;
	}
	.p-recommend__item:nth-of-type(1),
	.p-recommend__item:nth-of-type(4) {
		background-color: #e6e0d3;
	}
}
@media screen and (min-width: 768px), print {
	.p-recommend {
		margin: 100px 0 0;
	}
	.p-recommend__heading {
		font-size: 42px;
	}
	.p-recommend__list {
		margin: 65px 0 0;
	}
	.p-recommend__item {
		flex: 0 0 25%;
		padding: 65px 40px;
	}
	.p-recommend__item:nth-of-type(1),
	.p-recommend__item:nth-of-type(3) {
		background-color: #e6e0d3;
	}
	.p-recommend__text {
		margin: 50px -30px 0;
		font-size: 18px;
	}
}
.p-banner {
	margin: 20px 0 0;
	background-color: #002972;
}
.p-banner__inner {
	padding: 30px 18px;
}
.p-banner__text span {
	position: relative;
	display: block;
	padding: 70px 0 0;
	margin: 20px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.p-banner__text span::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 60px;
	background: url('../images/modelhouse/banner_text@2x.png') no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (min-width: 768px), print {
	.p-banner {
		margin: 180px 0 0;
		background-color: rgba(0, 0, 0, 0);
	}
	.p-banner__inner {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		padding: 0;
	}
	.p-banner__image {
		flex: 0 0 50%;
	}
	.p-banner__text {
		flex: 0 0 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #002972;
	}
	.p-banner__text span {
		position: relative;
		display: block;
		padding: 90px 0 30px;
		margin: 0;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
	.p-banner__text span::before {
		width: 160px;
		height: 80px;
	}
}
.p-model {
	margin: 60px 0 0;
}
.p-model__heading {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.p-model__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 40px 10px;
	margin: 20px 0 0;
}
.p-model__item {
	flex: 0 0 calc(50% - 5px);
}
.p-model__title {
	margin: 15px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.p-model__button {
	margin: 15px 0 0;
}
.p-model__button .c-all-button {
	padding: 10px 0;
}
.p-model__button .c-all-button + .c-all-button {
	margin: 10px 0 0;
}

@media screen and (max-width: 767px), print {
	.p-model__list {
		align-items: stretch;
	}
	.p-model__item {
		position: relative;
		padding: 0 0 100px;
	}

	.p-model__button {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media screen and (min-width: 768px), print {
	.p-model {
		margin: 200px 0 0;
	}
	.p-model__heading {
		font-size: 42px;
	}
	.p-model__list {
		display: block;
		margin: 0;
	}
	.p-model__item {
		flex: 0 0 100%;
		width: 100%;
		padding: 80px 0 60px;
		border-bottom: 1px solid #222;
	}
	.p-model__image {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		height: 400px;
	}
	.p-model__image picture {
		display: block;
		flex: 0 0 50%;
		width: 50%;
		height: 100%;
	}
	.p-model__image picture img {
		display: block;
		height: 100%;
	}
	.p-model__title {
		margin: 50px 0 0;
		text-align: left;
		font-size: 36px;
	}
	.p-model__block {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 100px;
		margin: 30px 0 0;
	}
	.p-model__box {
		flex: 0 0 700px;
	}
	.p-model__big-text {
		color: #002972;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 0em;
		line-height: 1.6;
	}
	.p-model__text {
		margin: 30px 0 0;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
	.p-model__button {
		flex: 0 0 400px;
		margin: 0;
	}
	.p-model__button .c-all-button {
		padding: 28px 0;
	}
	.p-model__button .c-all-button + .c-all-button {
		margin: 20px 0 0;
	}
}
