@charset "UTF-8";
/*
* design.css
* /ie/design/
*/

.ieDesign {
	background-color: #333;
	color: #fff;
	font-family: "A1 Mincho", "??????", YuMincho, "Yu Mincho", "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "?l?r ?o????", "?l?r ????", serif;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "pkna";
	-webkit-font-feature-settings: "pkna";
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.ieDesign a {
	color: #fff;
	text-decoration: none;
}

.ieDesign img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* heading */
.ieDesign-heading {
	padding: 70px 20px 50px;
	text-align: center;
}
.ieDesign-heading_ttl {
	font-size: 47px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.2em;
}

/* hero */
.ieDesign-hero {
	background-color: #262626;
	margin: 0 auto;
	padding-bottom: 22px;
}
.ieDesign-hero img {
	width: 100%;
	display: block;
	max-height: 495px;
	object-fit: cover;
}

.ieDesign-lead {
	margin: 18px auto 0;
	padding: 0 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}

/* section title + deco */
.ieDesign-secTtl {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.12em;
}
.ieDesign-secDeco {
	position: relative;
	margin: 24px auto 0;
	width: 480px;
	height: 2px;
	background: #fff;
}
.ieDesign-secDeco::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -8px) rotate(45deg);
	background: #333;
	box-sizing: border-box;
}

/* stats */
.ieDesign-stats {
	padding: 32px 40px 63px 40px;
}
.ieDesign-total {
	margin: 52px auto 0;
	text-align: center;
}
.ieDesign-total_label {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.ieDesign-total_sub {
	position: absolute;
	top: 0.15em;
	left: 100%;
	margin-left: 0.35em;
	font-size: 0.38em;
	line-height: 1.15;
	letter-spacing: 0.12em;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.ieDesign-total_num {
	margin: -5px 0 0;
	font-size: 120px;
	line-height: 1;
	letter-spacing: 0.02em;
}
.ieDesign-total_num span {
	font-size: 88px;
}
.ieDesign-total_note {
	margin: 48px auto 0;
	font-family: "Koburina Gothic W3", "Koburina Gothic W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.6;
	opacity: 0.95;
}

.ieDesign-charts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 76px auto 0;
	padding: 0;
	max-width: 980px;
	list-style: none;
}
.ieDesign-chart {
	width: 450px;
	margin-bottom: 68px;
}
.ieDesign-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 18px;
	background: rgba(255, 255, 255, 0.12);
}
.ieDesign-bar_sat {
	display: block;
	width: var(--sat);
	height: 100%;
	background: linear-gradient(90deg, #c5d94a 0%, #7cbc4a 100%);
}
.ieDesign-bar_somewhat {
	display: block;
	width: var(--somewhat);
	height: 100%;
	background: linear-gradient(90deg, #5aaf6e 0%, #2f8f7a 100%);
}
.ieDesign-bar_labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 2% 0 0;
	font-family: "?q???M?m?p?S ProN W3", "Hiragino Kaku Gothic ProN", "???S?V?b?N", YuGothic, "???C???I", Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.4;
	opacity: 0.9;
}
.ieDesign-bar_labels span {
	position: relative;
	padding-top: 8px;
}
.ieDesign-bar_labels span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 6px;
	background: #fff;
}

.ieDesign-stats_lead {
	margin: 0 auto 0;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	line-height: 2.2;
}

/* contents list */
.ieDesign-contentsList {
	background-color: #666;
	padding: 55px 20px 80px 20px;
}
.ieDesign-contentsList .ieDesign-secDeco::after {
	background: #666;
}

.ieDesign-card {
	margin: 56px auto 0;
	padding: 76px 48px 74px;
	max-width: 970px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 22px;
	box-sizing: border-box;
	text-align: center;
}
.ieDesign-card + .ieDesign-card {
	margin-top: 60px;
}

.ieDesign-card_visual {
	margin: 0 auto;
	max-width: 660px;
}
.ieDesign-card_visual img {
	border-radius: 0 75px 0 75px;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
}
.ieDesign-card_visual--radius img,
.ieDesign-card_photo img,
.ieDesign-card_thumbs img {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.ieDesign-card_visual img,
.ieDesign-card_photo img,
.ieDesign-card_portrait img,
.ieDesign-card_thumbs img,
.ieDesign-card_story img {
	width: 100%;
	display: block;
}

.ieDesign-card_logo {
	margin: 60px 0 0;
}
.ieDesign-card_logoImg {
	margin: 40px auto 0;
	max-width: 420px;
}
.ieDesign-card_logoImg--interior {
	max-width: 460px;
}
.ieDesign-card_logoImg--teitaku {
	max-width: 280px;
	margin-top: 40px;
}
.ieDesign-card_logoImg--works {
	max-width: 380px;
	margin-top: 40px;
}
.ieDesign-card_logoImg img {
	/* logos prepared on black ? blend into card background */
	mix-blend-mode: screen;
}

.ieDesign-card_catch {
	margin: 36px 0 0;
	font-size: 14px;
	letter-spacing: 0.16em;
}
.ieDesign-card_sub {
	margin: 10px 0 0;
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.ieDesign-card_txt {
	margin: 40px auto 0;
	max-width: 565px;
	font-size: 18px;
	line-height: 2.95;
	letter-spacing: 0.2em;
	text-align: left;
}
.ieDesign-card_portrait,
.ieDesign-card_photo,
.ieDesign-card_thumbs,
.ieDesign-card_story {
	margin: 100px auto 0;
	max-width: 520px;
}
.ieDesign-card_photo,
.ieDesign-card_thumbs {
	max-width: 565px;
}
.ieDesign-card_story {
	max-width: 535px;
}
.ieDesign-card_portrait {
	padding-right: 86px;
}
.ieDesign-card_portrait img {
	margin: 0 auto;
	max-width: 380px;
}
.ieDesign-card_story + .ieDesign-card_txt,
.ieDesign-card_portrait + .ieDesign-card_txt {
	text-align: center;
}

.ieDesign-card_btn {
	margin: 55px 0 0;
}
.ieDesign-card_btn a {
	display: inline-block;
	position: relative;
	padding: 22px 64px 22px 48px;
	min-width: 565px;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-size: 18px;
	letter-spacing: 0.16em;
	line-height: 1.4;
	transition: background-color 0.25s ease, color 0.25s ease;
}
.ieDesign-card_btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.25s ease;
}
.ieDesign-card_btn a:hover {
	background: #fff;
	color: #333;
}
.ieDesign-card_btn a:hover::after {
	border-color: #333;
}

@media (min-width: 768px) {
	br.sp { display: none; }
	br.pc { display: inline; }
}

/* SP */
@media (max-width: 767px) {
	#content {
		min-width: auto;
	}
	br.sp { display: inline; }
	br.pc { display: none; }

	.ieDesign-contents {
		padding-bottom: 0;
	}
	.ieDesign-heading {
		padding: 40px 0;
	}
	.ieDesign-heading_ttl {
		font-size: 9vw;
	}
	.ieDesign-hero {
		padding-bottom: 14px;
	}
	.ieDesign-lead {
		margin-top: 11px;
		font-size: 3.2vw;
		line-height: 1.67;
	}
	.ieDesign-stats {
		margin-top: 16px;
		padding: 0 8% 45px;
	}
	.ieDesign-secTtl {
		font-size: 4vw;
	}
	.ieDesign-secDeco {
		margin-top: 10px;
		width: 70%;
	}
	.ieDesign-secDeco::after {
		transform: translate(-50%, -3px) rotate(45deg);
		width: 10px;
		height: 10px;
	}
	.ieDesign-total {
		margin-top: 25px;
	}
	.ieDesign-total_label {
		font-size: 6.4vw;
	}
	.ieDesign-total_sub {
		font-size: 2.8vw;
	}
	.ieDesign-total_num {
		font-size: 16vw;
	}
	.ieDesign-total_num span {
		font-size: 11.2vw;
	}
	.ieDesign-total_note {
		margin-top: 20px;
		font-size: 2.8vw;
		text-align: center;
	}
	.ieDesign-charts {
		display: block;
		margin-top: 30px;
	}
	.ieDesign-chart {
		width: 100%;
		margin-bottom: 23px;
	}
	.ieDesign-chart_ttl {
		font-size: 4vw;
	}
	.ieDesign-chart_rateNum {
		font-size: 11vw;
	}
	.ieDesign-bar {
		height: 14px;
	}
	.ieDesign-bar_labels {
		font-size: 3vw;
	}
	.ieDesign-stats_lead {
		margin-top: 11px;
		padding: 0;
		font-size: 3.2vw;
		line-height: 2.2;
		text-align: center;
	}
	.ieDesign-contentsList {
		padding: 16px 6.6% 16px 6.6%;
	}
	.ieDesign-card {
		margin-top: 27px;
		padding: 26px 7.7% 21px;
		border-radius: 10px;
	}
	.ieDesign-card + .ieDesign-card {
		margin-top: 16px;
	}
	.ieDesign-card_visual img {
		border-radius: 0 40px 0 40px;
		filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
	}
	.ieDesign-card_visual--radius img,
	.ieDesign-card_photo img,
	.ieDesign-card_thumbs img {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	}
	.ieDesign-card_logo {
		margin: 28px auto 0;
		width: 70%;
	}
	.ieDesign-card_logoImg {
		max-width: 78%;
	}
	.ieDesign-card_logoImg--teitaku {
		max-width: 55%;
	}
	.ieDesign-card_sub {
		font-size: 3.733vw;
	}
	.ieDesign-card_txt {
		margin-top: 20px;
		font-size: 3.2vw;
		line-height: 2.2;
	}
	.ieDesign-card_story + .ieDesign-card_txt,
	.ieDesign-card_portrait + .ieDesign-card_txt {
		letter-spacing: 0;
	}
	.ieDesign-card_portrait {
		padding-right: 16%;
	}
	.ieDesign-card_portrait,
	.ieDesign-card_photo,
	.ieDesign-card_thumbs,
	.ieDesign-card_story {
		margin-top: 48px;
	}
	.ieDesign-card_portrait img {
		margin: 0 auto;
		max-width: 76%;
	}
	.ieDesign-card_story img {
		margin: 0 auto;
		max-width: 89%;
	}
	.ieDesign-card_btn {
		margin-top: 26px;
	}
	.ieDesign-card_btn a {
		width: 100%;
		min-width: 0;
		padding: 9px 40px 9px 28px;
		font-size: 3.2vw;
	}
}
