@charset "UTF-8";
/* CSS Document */

/*==============================
コンテンツ設定
==============================*/

/*ページビジュアル*/
#pageVisual{
	background: url(../img/ordermade/thought/bg_main.webp) no-repeat center center / cover;
}

/*ページビジュアル  見出し英語*/
#pageVisual .pageNav h2::after{
	content: "THOUGHTS";
}

/*------------------------------
コンテンツ共通設定
------------------------------*/

/*thought,design共通*/
#thought,
#design{
	width: 100%;
	background: #333;
}

/*thoughtBox,designBox リスト共通*/
.thoughtBox li,
.designBox li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/*------------------------------
thought設定
------------------------------*/

/*thoughtBox*/
.thoughtBox{
	display: flex;
	flex-direction: column;
	gap: 100px;
}

/*thought リスト 偶数*/
.thoughtBox li:nth-of-type(even){
	flex-direction: row-reverse;
}

/*thought 写真*/
.thoughtBox .photoBox{
	max-width: 50%;
}

/*thought 写真 img*/
.thoughtBox .photoBox img{
	max-width: 550px;
	overflow: hidden;
	object-fit: cover;
	aspect-ratio: 1.48 / 1;
}

/*thought txtBox*/
.thoughtBox .txtBox{
	max-width: calc(50% - 156px);
}

/*thought 見出し*/
.thoughtBox .txtBox h2{
	margin: 0 0 70px 0;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}

/*thought 小見出し*/
.thoughtBox .txtBox h3{
	color: #fff;
	font-size: 2rem;
	line-height: 1.6;
	text-align: justify;
}

/*thought 本文*/
.thoughtBox .txtBox p{
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.1;
	text-align: justify;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*------------------------------
design設定
------------------------------*/

/*design全体*/
#design{
	padding: 0;
}

/*design 見出し*/
#design h2{
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.6;
}

/*designBox*/
.designBox{
	margin: 80px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 150px;
}

/*designBox リスト 奇数*/
.designBox li:nth-of-type(odd){
	flex-direction: row-reverse;
}

/*designBox リスト 3番目*/
.designBox li:nth-of-type(3) {
	justify-content: right;
}

/*designBox photoBox*/
.designBox .photoBox{
	max-width: 600px;
	position: relative;
}

/*designBox photoBox 3番目*/
.designBox li:nth-of-type(3) .photoBox{
	max-width: 460px;
}

/*designBox photoBox img*/
.designBox .photoBox img{
	max-width: 100%;
	overflow: hidden;
	object-fit: cover;
	aspect-ratio: 1.5 / 1;
}

/*designBox photoBox img 3番目*/
.designBox li:nth-of-type(3) .photoBox img{
	aspect-ratio: 0.8 / 1;
}

/*designBox txtBox*/
.designBox .txtBox{
	max-width: calc(100% - 600px);
}

/*design 小見出し*/
.designBox .photoBox h3{
	padding: 20px 10px 30px;
	color: #606060;
	font-size: 2.8rem;
	line-height: 1;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background: #fff;
	position: absolute;
	top: -10px;
	left: 30px;
}

/*design 小見出し 奇数*/
.designBox li:nth-of-type(odd) .photoBox h3{
	left: auto;
	right: 30px;
}

/*design 本文*/
.designBox .txtBox .txt{
	padding: 0 160px 0 60px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.1;
	text-align: justify;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*design 本文 奇数*/
.designBox li:nth-of-type(odd) .txtBox .txt{
	padding: 0 60px 0 160px;
}

/*design 英語*/
.designBox .txtBox .en{
	margin: 40px 0 0 0;
	padding: 5px 40px 5px 0;
	color: #1a1a1a;
	font-size: 1.2rem;
	line-height: 1;
	text-align: right;
	font-family: outfit,sans-serif;
	background: #fff;
}

/*design 英語 奇数*/
.designBox li:nth-of-type(odd) .txtBox .en{
	padding: 5px 0 5px 40px;
	text-align: left;
}

/*design 英語 3番目*/
.designBox li:nth-of-type(3) .txtBox .en{
	margin: 40px 0 150px 0;
}

/*design 外観写真*/
#design .house{
	margin: -120px 0 0 0;
	max-width: 520px;
}


/*==============================
レスポンシブ設定
==============================*/

/*1100px以下の場合*/
@media screen and (max-width:1100px){

	/*------------------------------
	thought設定
	------------------------------*/

	/*thoughtBox*/
	.thoughtBox{
		gap: 80px;
	}

	/*thought 写真*/
	.thoughtBox .photoBox{
		max-width: 45%;
	}

	/*thought 写真 img*/
	.thoughtBox .photoBox img{
		max-width: 100%;
	}

	/*thought txtBox*/
	.thoughtBox .txtBox{
		max-width: calc(55% - 80px);
	}

	/*thought 見出し*/
	.thoughtBox .txtBox h2{
		margin: 0 0 50px 0;
		font-size: 2.6rem;
	}

	/*thought 小見出し*/
	.thoughtBox .txtBox h3{
		font-size: 1.8rem;
	}

	/*thought 本文*/
	.thoughtBox .txtBox p{
		font-size: 1.4rem;
		line-height: 2;
	}

	/*------------------------------
	design設定
	------------------------------*/

	/*design 見出し*/
	#design h2{
		font-size: 2.6rem;
	}

	/*designBox*/
	.designBox{
		margin: 80px 0 0 0;
		gap: 100px;
	}

	/*designBox photoBox*/
	.designBox .photoBox{
		max-width: 600px;
	}

	/*designBox photoBox 3番目*/
	.designBox li:nth-of-type(3) .photoBox{
		max-width: 460px;
	}

	/*designBox txtBox*/
	.designBox .txtBox{
		max-width: calc(100% - 600px);
	}

	/*design 本文*/
	.designBox .txtBox .txt{
		padding: 0 0 0 50px;
		line-height: 2;
	}

	/*design 本文 奇数*/
	.designBox li:nth-of-type(odd) .txtBox .txt{
		padding: 0 50px 0 0;
	}

	/*design 英語*/
	.designBox .txtBox .en{
		margin: 20px 0 0 0;
		padding: 3px 20px 3px 0;
	}

	/*design 英語 奇数*/
	.designBox li:nth-of-type(odd) .txtBox .en{
		padding: 3px 0 3px 20px;
	}

	/*design 英語 3番目*/
	.designBox li:nth-of-type(3) .txtBox .en{
		margin: 20px 0 150px 0;
	}

	/*design 外観写真*/
	#design .house{
		max-width: 50%;
	}




}


/*960px以下の場合*/
@media screen and (max-width:960px){

	/*------------------------------
	thought設定
	------------------------------*/

	/*thoughtBox*/
	.thoughtBox{
		gap: 60px;
	}

	/*thought 写真*/
	.thoughtBox .photoBox{
		max-width: 50%;
	}

	/*thought txtBox*/
	.thoughtBox .txtBox{
		max-width: calc(50% - 40px);
	}

	/*thought 見出し*/
	.thoughtBox .txtBox h2{
		margin: 0 0 30px 0;
		font-size: 2.4rem;
	}

	/*thought 小見出し*/
	.thoughtBox .txtBox h3{
		font-size: 1.8rem;
	}

	/*thought 本文*/
	.thoughtBox .txtBox p{
		font-size: 1.4rem;
		line-height: 2;
	}

	/*------------------------------
	design設定
	------------------------------*/

	/*design 見出し*/
	#design h2{
		font-size: 2.4rem;
	}

	/*designBox*/
	.designBox{
		margin: 50px 0 0 0;
		gap: 80px;
	}

	/*designBox photoBox*/
	.designBox .photoBox{
		max-width: 50%;
	}

	/*designBox photoBox 3番目*/
	.designBox li:nth-of-type(3) .photoBox{
		max-width: 40%;
	}

	/*design 小見出し*/
	.designBox .photoBox h3{
		padding: 10px 10px 20px;
		font-size: 2rem;
		top: -10px;
		left: 30px;
	}

	/*designBox txtBox*/
	.designBox .txtBox{
		max-width: 50%;
	}



}

/*768px以下の場合*/
@media screen and (max-width:768px){

	/*------------------------------
	コンテンツ共通設定
	------------------------------*/

	/*thoughtBox,designBox リスト共通*/
	.thoughtBox > li,
	.designBox > li{
		justify-content: center;
		flex-direction: column-reverse;
		gap: 20px;
	}

	/*------------------------------
	thought設定
	------------------------------*/

	.thoughtBox > li{
		margin: 0 0 40px 0;
	}

	/*thought リスト 偶数*/
	.thoughtBox li:nth-of-type(even){
		flex-direction: column-reverse;
	}

	/*thought 写真*/
	.thoughtBox .photoBox{
		max-width: 400px;
	}

	/*thought txtBox*/
	.thoughtBox .txtBox{
		max-width: 400px;
	}

	/*thought 見出し*/
	.thoughtBox .txtBox h2{
		font-size: 2.2rem;
		text-align: center;
	}

	/*thought 小見出し*/
	.thoughtBox .txtBox h3{
		font-size: 1.6rem;
		text-align: center;
	}

	/*------------------------------
	design設定
	------------------------------*/

	/*design 見出し*/
	#design h2{
		font-size: 2.2rem;
	}

	/*designBox リスト 奇数*/
	.designBox li:nth-of-type(even){
		flex-direction: column;
	}

	/*designBox リスト 3番目*/
	.designBox li:nth-of-type(3) {
		justify-content: center;
	}


	/*designBox photoBox*/
	.designBox .photoBox{
		max-width: 400px;
	}

	/*designBox photoBox 3番目*/
	.designBox li:nth-of-type(3) .photoBox{
		max-width: 400px;
	}

	/*design 小見出し*/
	.designBox .photoBox h3{
		padding: 10px 10px 20px;
		font-size: 1.8rem;
		left: 20px;
	}

	/*designBox txtBox*/
	.designBox .txtBox{
		max-width: 400px;
	}

	/*design 本文*/
	.designBox .txtBox .txt{
		padding: 0;
	}

	/*design 本文 奇数*/
	.designBox li:nth-of-type(odd) .txtBox .txt{
		padding: 0;
	}

	/*design 英語*/
	.designBox .txtBox .en{
		margin: 20px 0 0 0;
		padding: 3px 0 3px 20px;
	}

	/*design 英語 奇数*/
	.designBox li:nth-of-type(even) .txtBox .en{
		padding: 3px 0 3px 20px;
		text-align: left;
	}

	/*design 英語 3番目*/
	.designBox li:nth-of-type(3) .txtBox .en{
		margin: 20px 0 0 0;
	}

	/*design 外観写真*/
	#design .house{
		margin: 60px auto 0;
		max-width: 400px;
	}





}

/*430px以下の場合*/
@media screen and (max-width:430px){

	/*ページビジュアル*/
	#pageVisual{
		background: url(../img/ordermade/thought/bg_main_sp.webp) no-repeat center center / cover;
	}

	/*------------------------------
	thought設定
	------------------------------*/

	/*thought 見出し*/
	.thoughtBox .txtBox h2{
		font-size: 2rem;
	}


	/*------------------------------
	design設定
	------------------------------*/

	/*design 見出し*/
	#design h2{
		font-size: 2rem;
	}




}




































