@charset "UTF-8";
/*--- コンセプトリード (#concept_lead_block) ---*/
#concept_lead_block {
	position: relative;
	padding: 8vw 0;
	overflow: hidden;
}

.concept_lead_bg_text {
	position: absolute;
	top: 1.5vw;
	right: -2vw;
	font-family: var(--font-en-serif);
	font-size: 13vw;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
	color: rgba(52, 52, 52, 0.04);
	pointer-events: none;
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
	#concept_lead_block {
		padding: 80px 0;
	}

	.concept_lead_bg_text {
		font-size: 20vw;
		top: 12px;
	}
}

/*--- シローの店のこだわり (#concept_flow_block) ---*/
#concept_flow_block {
	padding: 7vw 0 10vw;
	background: #fff;
}
#concept_flow_block .contents_inner {
	max-width: 85vw;
}

.concept_flow_intro {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 1.9em;
	text-align: center;
}

.concept_flow_row {
	display: grid;
	gap: 180px;
	margin-top: 4.5vw;
}

.concept_flow_box {
	position: relative;
	display: grid;
	grid-template-columns: 54% 1fr;
	gap: 5vw;
	align-items: center;
}

.concept_flow_box:nth-child(even) {
	grid-template-columns: 1fr 54%;
}

.concept_flow_box:nth-child(even) .concept_flow_img {
	order: 2;
}

.concept_flow_head {
	display: flex;
	align-items: baseline;
	gap: 0.5em;
	padding-bottom: 0.6em;
}

.concept_flow_num {
	display: block;
	font-family: var(--font-en-serif);
	font-size: 6.4rem;
	line-height: 1;
	color: var(--c-red);
}

.concept_flow_img {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-lg);
}

.concept_flow_img img {
	width: 100%;
	aspect-ratio: 460 / 260;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.concept_flow_box:hover .concept_flow_img img {
	transform: scale(1.05);
}

.concept_flow_en {
    position: absolute;
    left: 16px;
    bottom: -20px;
    font-family: var(--font-en-serif);
    font-size: 12rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
}

.concept_flow_title {
	font-family: var(--font-jp-serif);
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 150%;
	color: var(--c-text);
}

.concept_flow_txt {
	margin-top: 1.5em;
	font-size: 1.5rem;
	line-height: 2em;
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
	.concept_flow_row {
		gap: 64px;
		margin-top: 48px;
	}

	.concept_flow_box,
	.concept_flow_box:nth-child(even) {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.concept_flow_box:nth-child(even) .concept_flow_img {
		order: 0;
	}

	.concept_flow_num {
		font-size: 3.4rem;
	}

	.concept_flow_title {
		font-size: 2.2rem;
	}
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
	#concept_flow_block {
		padding: 80px 0;
	}
	.concept_flow_txt {
		margin-top: 10px;
	}
	.concept_flow_num {
		font-size: 4.2rem;
	}

	.concept_flow_en {
		left: 10px;
		bottom: -9px;
		font-size: 6rem;
	}
	.concept_flow_intro {
		text-align: left;
	}
}

/*--- シローの店 11の特徴 (#concept_features_block) ---*/
#concept_features_block {
	padding: 6vw 0 6.5vw;
	background: var(--c-brown);
}

.concept_features_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 3vw;
}

.concept_features_list li {
	position: relative;
	padding: 26px 24px 24px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius-lg);
	transition: background 0.3s, transform 0.3s;
}

.concept_features_list li:hover {
	background: rgba(255, 255, 255, 0.12);
	transform: translateY(-3px);
}

.concept_features_num {
	position: absolute;
	top: 18px;
	right: 20px;
	font-family: var(--font-en-serif);
	font-size: 4rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.16);
	pointer-events: none;
}

.concept_features_title {
	padding-right: 2.4em;
	font-family: var(--font-jp-serif);
	font-weight: 700;
	font-size: 1.7rem;
	color: #fff;
}

.concept_features_txt {
	margin-top: 0.6em;
	font-size: 1.3rem;
	line-height: 1.8em;
	color: rgba(255, 255, 255, 0.8);
}

/*-----------------------------------
    レスポンシブ: PC小 (max-width: 1280px)
-----------------------------------*/
@media screen and (max-width: 1280px) {
	.concept_features_list {
		gap: 16px;
	}
}

/*-----------------------------------
    レスポンシブ: タブレット (max-width: 840px)
-----------------------------------*/
@media screen and (max-width: 840px) {
	.concept_features_list {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 32px;
	}
}

/*-----------------------------------
    レスポンシブ: スマートフォン (max-width: 640px)
-----------------------------------*/
@media screen and (max-width: 640px) {
	#concept_features_block {
		padding: 80px 0;
	}
	.concept_features_list {
		grid-template-columns: 1fr;
	}

	.concept_features_list li {
		padding: 22px 20px 20px;
	}

	.concept_features_num {
		font-size: 3.4rem;
		top: 16px;
		right: 18px;
	}
}
