@charset "utf-8";

/*----------------------------
	detail05.css
------------------------------*/
.furisode {
	position: relative;
}
.furisode h1.logo {
	position: absolute;
	top: 3rem;
	left: 2rem;
	width: 16.7rem;
}
.pageTitle {
	text-align: center;
	padding: 3rem 0;
}
.pageTitle p {
	font-size: 1.5rem;
	color: #ea5506;
	font-weight: 700;
}
.pageTitle p span {
	margin-top: -0.5rem;
	display: inline-block;
	font-size: 2.7rem;
	line-height: 1.2;
	vertical-align: middle;
	border-bottom: 1px solid #ea5506;
}
.pageTitle h2 {
	font-size: 3.8rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 600;
	line-height: 5.3rem;
}
.pageTitle h2 span {
	font-size: 2.4rem;
	line-height: 4.5rem;
}
.lead {
	padding: 3rem 0 7rem;
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: center;
	position: relative;
}
.lead::before {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5rem;
	content: "";
	display: block;
	width: 10rem;
	height: 1px;
	background-color: #000;
}
@media (max-width: 768px) {
	.furisode h1.logo {
		top: 2.5rem;
		left: 2.5rem;
	}
	.pageTitle {
		padding: 9rem 0 5.5rem;
	}
	.pageTitle p {
		font-size: 2.1rem;
	}
	.pageTitle p span {
		display: inline-block;
		font-size: 3.7rem;
		line-height: 1.2;
		border-bottom: 1px solid #ea5506;
	}
	.pageTitle h2 {
		font-size: 5.1rem;
		line-height: 6.6rem;
	}
	.pageTitle h2 span {
		display: inline-block;
		margin-top: 11rem;
		font-size: 3.2rem;
		line-height: 6.1rem;
	}
	.lead {
		padding: 5rem 0;
		font-size: 3rem;
		line-height: 4.6rem;
	}
	.lead::before {
		width: 9rem;
		height: 0.2rem;
	}
}

/*=====detail05=====*/
.detail05 h2 {
	margin-top: 4.5rem;
}
.detail05 .item {
	margin: 0 auto;
	max-width: 107rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6.5rem 3rem;
}
.detail05 .itemBox {
	width: 33.5rem;
}
.detail05 .itemBox .price {
	margin-top: 1rem;
	font-size: 1.6rem;
	text-align: left;
}
.detail05 .itemBox .btn {
	margin: 1rem auto 0;
	width: 22rem;
}
.detail05 .itemBox .btn a {
	display: block;
	padding: 1.3rem 4rem 1.7rem 2.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #ff4400;
	border-radius: 3rem;
	position: relative;
}
.detail05 .itemBox .btn a::after {
	content: '';
	width: 2.2rem;
	height: 1.5rem;
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/arrow02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 2.5rem;
}
@media (max-width: 768px) {
	.detail05 h2 {
		margin-top: 7rem;
	}
	.detail05 .lead {
		padding-left: 4rem;
		padding-right: 4rem;
		text-align: left;
	}
	.detail05 .item {
		padding: 4rem 4rem 14rem;
		gap: 8.5rem 2.5rem;
	}
	.detail05 .itemBox {
		width: 48%;
	}
	.detail05 .itemBox .price {
		font-size: 2rem;
	}
	.detail05 .itemBox .btn {
		margin: 2.5rem auto 0;
		width: 26.8rem;
	}
	.detail05 .itemBox .btn a {
		padding: 1.3rem 4rem 1.7rem 1.5rem;
		font-size: 2rem;
	}
	.detail05 .itemBox .btn a::after {
		width: 3.4rem;
		height: 2.4rem;
		top: calc(50% - 1.2rem);
		right: 3rem;
	}
}
