/* CSS Document */

@charset "UTF-8";

@import url('w_reset.css');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://db.onlinewebfonts.com/c/bcb1b1e0ad0324fdd543541292b6f45b?family=Trajan&display=swap');

@import url('https://use.fontawesome.com/releases/v6.3.0/css/all.css');

/*----------------------------------------------------------------------
変数定義
-----------------------------------------------------------------------*/
:root {
	--primary-text-color: #111;
	--link-hover-color: #D1725D;
	--primary-theme-color: #CB6F58;
	--secondary-theme-color: #40414A;
	--tertiary-theme-color: #D2877D;
}

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
body {
	background: #F6F6F6;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.08em;
	color: var(--primary-text-color);
}

hr {
	height: 1px;
	margin: 30px 80px 12px;
	padding: 0;
	border: 0;
	background: #BBB;
}
@media screen and (max-width: 1160px) {
	hr {
		margin: 30px 20px 12px;
	}
}

picture {
	display: block;
}

img {
	max-width: 100%;
}

a {
	display: inline-block;
}

p a {
	display: inline;
}

.bottom {
	margin-bottom: 0 !important;
}

._100 {
	width: calc(100% + 40px);
	max-width: none;
	margin-left: -20px;
}

/*----------------------------------------------------------------------
フェードイン
-----------------------------------------------------------------------*/
.fadein {
	opacity : 0;
	transform: translateY(28px);
	transition: 2.1s;
}

.fadein2 {
	text-align: right;
	transform: translateY(-5.5rem);
}

.fadein2 {
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	transition: 2s ease 0.4s;
}

.fadein2._100 {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*----------------------------------------------------------------------
リンク
-----------------------------------------------------------------------*/
a:link, a:visited {
	color: var(--primary-text-color);
}

#main-top a:hover, main a:hover {
	color: var(--link-hover-color);
}

/*----------------------------------------------------------------------
Movie
-----------------------------------------------------------------------*/
#Movie {
	position: relative;
	width: 100%;
	height: 100svh;
	background: #222;
}

#Movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*----------------------------------------------------------------------
メイン
-----------------------------------------------------------------------*/
main {
	width: 100%;
	margin: 0 auto;
}

main > article {
	padding-bottom: 60px;
	color: var(--primary-text-color);
}
@media screen and (max-width: 1000px) {
	main article {
		padding-left: 20px;
		padding-right: 20px;
	}
}

main p {
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-align: justify;
}

main p > small {
	display: inline-block;
	line-height: 1.7;
}

main p b {
	font-weight: 600;
}

main > article > picture {
	display: block;
	text-align: left;
}
main > article > picture.left {
	text-align: left;
}

/*----------------------------------------------------------------------
main-top
-----------------------------------------------------------------------*/
.wrapper {
	padding-top: 6.5rem;
	background: #F6F6F6;
}
@media screen and (max-width: 736px) {
	.wrapper {
		padding-top: 3rem;
	}
}

#main-top {
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 4rem 20px;
	background-image: url('../images/winter/winter01.jpg');
	background-position: center;
}
@media screen and (max-width: 736px) {
	#main-top {
		padding: 2.75rem 20px;
	}
}

#main-top .inner {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 3.5rem 20px;
	background: rgb(255 255 255 / 0.3);
}
@media screen and (max-width: 736px) {
	#main-top .inner {
		padding: 2rem 20px;
	}
}

#main-top .inner p {
	padding: 0 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.7;
	text-align: center;
}
@media screen and (max-width: 960px) {
	#main-top .inner p {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 900px) {
	#main-top .inner p {
		text-align: justify;
	}
}
@media screen and (max-width: 736px) {
	#main-top .inner p {
		width: 100%;
		padding: 0;
		font-size: 17px;
	}
}

main #main-top p > br {
	display: block !important;
}

main #main-top p+p {
	margin-top: 4rem;
}
@media screen and (max-width: 736px) {
	main #main-top p+p {
		margin-top: 2rem;
	}
}

main #main-top p:last-of-type {
	margin-top: 2rem;
}

#main-top + div {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 4.5rem;
}

@media screen and (min-width: 1000px) {
	#main-top + div .link-button {
		margin-right: 50px;
		margin-left: auto;
	}
}

/*----------------------------------------------------------------------
見出し
-----------------------------------------------------------------------*/
main h2 {
	padding-inline: calc((100vw - 1200px) / 2);
	padding-top: 3rem;
	padding-bottom: 3.25rem;
	background: #544F50;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 1.75rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
@media screen and (max-width: 1240px) {
	main h2 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 736px) {
	main h2 {
		padding-top: 2.375rem;
	}
}

.box {
	color: #FFF;
}

/*----------------------------------------------------------------------
リンクボタン
-----------------------------------------------------------------------*/
a.link-button {
	display: grid;
	place-items: center;
	position: relative;
	width: 400px;
	max-width: 100%;
	height: 72px;
	margin: 2rem auto;
	padding: 12px 30px;
	background: var(--primary-theme-color);
	border-radius: 50px;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	opacity: 0;
	transform: translateX(-30px);
	transition: 1s ease 0.4s;
}
a.link-button::after {
	position: absolute;
	right: 25px;
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 1.75rem;
	font-weight: 900;
	transform: scaleX(0.8);
}
a:hover.link-button::after {
	right: 22px;
	transition: 0.2s !important;
}

a.link-button.on {
	opacity: 1;
	transform: translateX(0);
}

a.link-button small {
	display: block;
	font-size: 0.9em;
}

a.link-button > span {
	padding-top: 1px;
	font-size: 1.125rem;
}
@media screen and (max-width: 736px) {
	a.link-button {
		max-width: 84vw;
		padding: 9px 30px;
	}

	a.link-button > span {
		font-size: 0.9375rem;
	}

	a.link-button::after {
		font-size: 1.375rem;
	}
}

/*----------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
h2.box {
	position: relative;
	display: flex;
	gap: 0 2.25rem;
	height: 7rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	z-index: 3;
}

h2.box > b {
	position: relative;
	padding: 1rem 8px 1rem 0;
	font-family: "Trajan";
	white-space: nowrap;
}
h2.box > b::after {
	position: absolute;
	top: 0;
	width: 2px;
	height: calc(100% + 41px);
	right: -20px;
	content: "";
	border-right: 6px solid var(--tertiary-theme-color);
}

h2.box > b > small {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.11em;
}

@media screen and (max-width: 1100px) {
	h2.box {
		height: auto;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		font-size: 25px;
	}

	h2.box > b {
		padding-top: 1.75rem;
		padding-right: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 736px) {
	h2.box {
		font-size: 20px;
		line-height: 1.6;
	}
}

article.right, article.left {
	position: relative;
	padding: 2.5rem 0 6rem;
}

article.right {
	text-align: right;
}

article.right img, article.left img {
	position: relative;
	object-fit: cover;
	z-index: 1;
}

article.left img {
	margin-right: auto;
}

div.content-area {
	position: absolute;
}

div.content-area > div {
	position: relative;
	background: #E6E5E2;
}
div.content-area > div::before {
	content: "";
	position: absolute;
	width: 100%;
	background: #C3B9BB;
	z-index: -1;
}

div.content-area p {
	position: relative;
	margin: 0;
	padding: 0.75rem 3rem;
	background: #E6E5E2;
	font-size: 1.125rem;
	z-index: 3;
}
div.content-area p:first-of-type {
	padding-top: 3rem;
}
div.content-area p:last-of-type {
	padding-bottom: 3rem;
}

@media screen and (max-width: 860px) {
	div.content-area p {
		padding: 8px 20px;
	}
}

article.right .link-button, article.left .link-button {
	margin-top: 0;
	margin-bottom: 0;
	z-index: 10;
}

/*----------------------------------------------------------------------
_01
-----------------------------------------------------------------------*/
#_01 div.content-area > div {
	margin-top: 530px;
	margin-left: calc((100vw - 1060px) / 2);
}
#_01 div.content-area > div::before {
	top: -40px;
	left: -16px;
	height: 84%;
}

#_01 div.content-area p {
	width: 760px;
}

#_01 img {
	margin-bottom: 450px;
}

#_01 .link-button {
	margin-top: -36px;
}

/*----------------------------------------------------------------------
@media screen and (min-width: 1200px) {
	#_01 div.content-area > div::after {
		position: absolute;
		top: 99px;
		right: -440px;
		content: "";
		background-image: url('../images/winter/winter03.jpg');
		background-position: center;
		width: 440px;
		aspect-ratio: 10 / 7;
	}
}
-----------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	#_01 img+div {
		margin-left: 670px;
	}
}

/*----------------------------------------------------------------------
_02
-----------------------------------------------------------------------*/
#_02 div.content-area {
	right: 120px;
}

#_02 div.content-area > div {
	margin-right: calc((100vw - 1300px) / 2);
}
#_02 div.content-area > div::before {
	bottom: -40px;
	right: -16px;
	height: 76%;
}

#_02 div.content-area p {
	width: 790px;
}

#_02 .white-bg {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#_02 .white-bg > span {
	width: 326px;
	max-width: 100%;
	padding: 6px 1.25rem 4px;
	background: #F2F2F5;
	white-space: nowrap;
}
@media screen and (min-width: 960px) {
	#_02 .white-bg > span {
		margin-left: 2rem;
	}
}

#_02 img {
	margin-top: 374px;
}

#_02 .link-button {
	margin-top: -36px;
}

/*----------------------------------------------------------------------
_03
-----------------------------------------------------------------------*/
#_03 div.content-area > div {
	margin-top: 512px;
	margin-left: calc((100vw - 690px) / 2);
}
#_03 div.content-area > div::before {
	bottom: -16px;
	right: -40px;
	height: 84%;
}
#_03 img {
	margin-bottom: 401px;
}

#_03 .link-button {
	margin-top: -36px;
}

@media screen and (min-width: 1200px) {
	#_03 img+div {
		margin-left: 670px;
	}
}

/*----------------------------------------------------------------------
_04
-----------------------------------------------------------------------*/
#_04 div.content-area {
	right: 120px;
}

#_04 div.content-area > div {
	margin-right: calc((100vw - 1000px) / 2);
}
#_04 div.content-area > div::before {
	bottom: -40px;
	right: -16px;
	height: 87%;
}

#_04 img {
	margin-top: 300px;
}

#_04 .link-button {
	margin-top: 20px;
}

@media screen and (min-width: 1200px) {
	#_04 img+div {
		margin-left: 180px;
	}
}

/*----------------------------------------------------------------------
_05
-----------------------------------------------------------------------*/
#_05 div.content-area {
	top: 60px;
	left: calc((100vw - 1000px) / 2);
}

#_05 div.content-area > div::before {
	bottom: -38px;
	left: -12px;
	height: 85%;
}

@media screen and (min-width: 1200px) {
	#_05 img+div {
		margin-right: 414px;
		padding-bottom: 130px;
	}

	#_05 .link-button {
		margin-top: -202px;
	}
}

/*----------------------------------------------------------------------
_01～_05レスポンシブ調整
-----------------------------------------------------------------------*/
@media screen and (max-width: 1360px) {
	article.right, article.left {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

@media screen and (max-width: 1200px) {
	article.right .link-button , article.left .link-button {
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 1100px) {
	article.right, article.left {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	div.content-area {
		position: static;
	}

	div.content-area > div::before {
		display: none;
	}

	div.content-area p {
		font-size: 1.0625rem;
	}
	div.content-area p:first-of-type {
		padding-top: 2rem;
	}
	div.content-area p:last-of-type {
		padding-bottom: 2rem;
	}

	div.content-area > div, article.right img, article.left img {
		margin: 0 !important;
	}
}

@media screen and (max-width: 736px) {
	div.content-area p {
		font-size: 0.9375rem;
	}
}

/*----------------------------------------------------------------------
Q and A
-----------------------------------------------------------------------*/
main > article#Question {
	padding: 0;
}

main > article#Question h2 {
	padding-inline: calc((100vw - 1100px) / 2);
	padding-bottom: 1.5rem;
	background: none;
	font-size: 1.625rem;
}

#Question > div {
	background: #E1DCDB;
}

#Question dl {
	position: relative;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 3;
}

#Question dt {
	padding: 0.625rem 1rem;
	background: #40414A;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	color: #FFF;
}
#Question dd {
	padding: 1.5rem 1rem 1.625rem;
	background: #FFF;
}

#Question dt p {
	width: 1000px;
	font-size: 1.1875rem;
	line-height: 1.6;
}

#Question dt p > span, #Question dd p > span {
	margin-right: 0.75rem;
	font-family: "Trajan";
	font-size: 22px;
}
#Question dd p > span {
	display: block;
}

#Question dd p {
	width: 1000px;
	font-size: 1rem;
	line-height: 1.6;
}

main > article#Question dd+dt {
	margin-top: 2.5rem;
}

main > article#Question > div:nth-of-type(2) {
	display: grid;
	align-content: center;
	margin-top: -2.5rem;
	height: 140svh;
	padding-bottom: 13rem;
	background-image: url('../images/winter/winter08.jpg');
	background-size: cover;
	background-position: center;
}

main > article#Question > div:nth-of-type(2) p {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	line-height: 2;
	text-align: center;
	color: #FFF;
}

@media screen and (max-width: 1100px) {
	main > article#Question h2 {
		padding: 1.25rem 20px;
	}

	main > article#Question > div:nth-of-type(2) {
		margin-top: 0;
	}
}
@media screen and (max-width: 1000px) {
	main > article#Question h2 {
		font-size: 1.5rem;
	}

	main > article#Question > div:nth-of-type(2) {
		padding: 0 20px;
	}

	main > article#Question > div:nth-of-type(2) p {
		text-align: justify;
	}
}
@media screen and (max-width: 736px) {
	main > article#Question h2 {
		font-size: 1.375rem;
	}

	#Question dt p {
		font-size: 1.125rem;
	}
	#Question dd p {
		font-size: 0.9375rem;
	}

	main > article#Question > div:nth-of-type(2) {
		height: 130svh;
	}

	main > article#Question > div:nth-of-type(2) p {
		font-size: 18px;
	}
}

/*----------------------------------------------------------------------
モデルハウス
-----------------------------------------------------------------------*/
main > article#Modelhouse {
	margin-top: 5rem;
	padding-inline: calc((100vw - 1400px) / 2);
	padding-top: 8rem;
	background: var(--secondary-theme-color);
}
@media screen and (max-width: 736px) {
	main > article#Modelhouse {
		padding-top: 4.5rem;
	}
}

#Modelhouse > img {
	display: table;
	max-width: 84vw;
	margin: 0 auto 0.375rem;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#Modelhouse h2 {
	margin: 0 auto 2.25rem;
	padding: 0;
	background: none;
	font-size: 2.25rem;
	line-height: 1.7;
	color: #FFF;
	text-align: center;
}

#Modelhouse p {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.375rem;
	line-height: 1.7;
	color: #FFF;
}

@media screen and (max-width: 960px) {
	#Modelhouse p {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 736px) {
	#Modelhouse h2 {
		font-size: 1.6875rem;
	}

	#Modelhouse p {
		font-size: 1rem;
	}
}

#Modelhouse .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px 12px;
	width: 100%;
	margin-top: 2.5rem;
}

#Modelhouse figure {
	position: relative;
}

#Modelhouse figure > figcaption {
	position: absolute;
	bottom: 0;
	right: 8%;
	padding: 0 0 2rem 0.75rem;
	border-left: 6px solid var(--tertiary-theme-color);
	font-size: 1.875rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.3;
}

#Modelhouse figure > figcaption > small {
	display: block;
	position: relative;
	font-size: 0.7em;
}
#Modelhouse figure > figcaption > small::before {
	display: block;
	position: absolute;
	top: 0;
	left: -108px;
	content: "";
	width: 70px;
	aspect-ratio: 1 / 1;
}
#Modelhouse figure.G3 > figcaption > small::before {
	background-image: url('../images/winter/G3.svg');
}
#Modelhouse figure.G2 > figcaption > small::before {
	background-image: url('../images/winter/G2.svg');
}

@media screen and (max-width: 1000px) {
	#Modelhouse figure > figcaption {
		font-size: 1.5625rem;
	}

	#Modelhouse figure > figcaption > small::before {
		left: -88px;
		width: 55px;
	}
}
@media screen and (max-width: 736px) {
	#Modelhouse figure > figcaption {
		font-size: 1.4375rem;
	}

	#Modelhouse figure > figcaption > small::before {
		left: -80px;
		width: 52px;
	}
}

#Modelhouse .link-button {
	margin-bottom: 0;
}
#Modelhouse .link-button+.link-button {
	margin-top: 1.125rem;
}

/*----------------------------------------------------------------------
間隔
-----------------------------------------------------------------------*/
main p+p {
	margin-top: 1.75rem;
}

/*----------------------------------------------------------------------
強調・装飾
-----------------------------------------------------------------------*/
main article mark {
	background: linear-gradient(transparent 70%, #F1BE73 70%);
	font-weight: 600;
}

main article h2 > mark {
	font-weight: 800;
}

/*----------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
footer {
	width: 100%;
	padding: 5rem 0 1.75rem;
	background: var(--primary-theme-color);
	border-top: 5rem solid #FFF;
	text-align: center;
}

footer img {
	max-width: 80vw;
}

#footer-bottom {
	margin-top: 4.75rem;
	padding: 1.25rem 20px 1rem;
	background: var(--secondary-theme-color);
}

#footer-bottom img {
	max-width: 56vw;
}

/*----------------------------------------------------------------------
レスポンシブ
-----------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	main br {
		display: none;
	}
}

@media screen and (min-width: 736px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}

	br.sp {
		display: block !important;
	}
}
