@charset "utf-8";

/* ------------------------------------------------------------------------------------
	lower.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;
	}
}
/* item */
.item {
	padding-bottom: 9rem;
}
.itemNum {
	width: 16rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
	text-align: center;
	border-radius: 3rem;
	padding: 0.7rem 0.5rem;
}
.itembox + .itemNum {
	margin-top: 10rem;
}
.itemNum + .itembox {
	margin-top: 2.5rem;
}
.itembox {
	display: flex;
	align-items: center;
	width: 104rem;
	margin: 0 auto;
	gap: 0 5rem;
}
.itembox.reverse {
	flex-direction: row-reverse;
}
.itembox + .itembox {
	margin-top: 10rem;
}
.itembox .image {
	width: 58rem;
}
.itembox .txt {
	margin-top: 2.5rem;
	width: 40rem;
}
.itembox .txt.mg {
	margin-top: 0;
} 
.itembox .txt p {
	line-height: 2.7rem;
}
.itembox .txt p + p {
	margin-top: 1.5rem;
}
.itembox .txt .txt01 {
	font-size: 1.8rem;
	line-height: 3.5rem;
	font-weight: 600;
}
.itembox .txt p + .txt01 {
	margin-top: 5.5rem;
}
.itembox .txt .txt01.icn {
	padding-top: 6.5rem;
	position: relative;
}
.itembox .txt p + .txt01.icn {
	margin-top: 5.5rem;
}
.itembox .txt .txt01 + .catch {
	margin-top: 0;
}
.itembox .txt .catch {
	font-family: "Noto Serif CJK JP", serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3.5rem;
}
.itembox .txt .catch.icn {
	/* padding-top: 8rem; */
	position: relative;
}
.itembox .txt .catch.icn::before {
	content: '';
	width: 6.2rem;
	height: 6.2rem;	
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/tagasode.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -8rem;
	left: 0;
}
.itembox .txt .txt01.icn::before {
	content: '';
	width: 6.2rem;
	height: 6.2rem;	
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/tagasode.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0rem;
	left: 0;
}
.itembox .txt .txtBg {
	margin-top: 2.5rem;
	width: 41rem;
	background: url("/base/pc/store/special/gofuku/furisode2026/img/common/bg.png") no-repeat;
	background-size: contain;
	padding: 2rem;
}
.itembox .txt .txtBg .ttl {
	margin-top: -2rem;
	font-size: 5rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 600;
	line-height: 1;
}
.itembox .txt .txtBg .ttl .small {
	font-size: 2rem;
	font-weight: 500;
}
.itembox .txt .txtBg .ttl .middle {
	font-size: 4rem;
	font-weight: 400;
}
.itembox .txt .txtBg .ttl .price {
	font-size: 2.7rem;
}
.itembox .txt .txtBg .itemList {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem;
}
.itembox .txt .txtBg .itemList li {
	width: 20%;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.itembox .txt .itemNote {
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 2.1rem;
}
.itembox .txt .ornaments {
	font-size: 1.6rem;
	line-height: 2.7rem;
}
.itembox .txt .ornaments .small {
	font-size: 1.3rem;
}
@media (max-width: 768px) {
	.item {
		padding-top: 7rem;
		padding-bottom: 14rem;
	}
	.itemNum {
		width: 40rem;
		margin: 0 auto;
		padding: 2.5rem 2rem;
		border-radius: 5rem;
		font-size: 4.6rem;
		line-height: 4.2rem;
	}
	/* .detail03 .itemNum , .detail03 .itemNum {
		padding-top: 2.5rem;
	} */
	.itemNum span {
		font-size: 2.2rem;
	}
	.itembox + .itemNum {
		margin-top: 21rem;
	}
	.itemNum + .itembox {
		margin-top: 5rem;
	}
	.itembox {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.itembox.reverse {
		flex-direction: column;
	}
	.itembox + .itembox {
		margin-top: 21rem;
	}
	.itembox .image {
		margin-top: 5rem;
		width: 100%;
	}
	.itembox .image > p img {
		width: 100%;
	}
	.itembox .txt {
		margin-top: 3rem;
		width: 100%;
		padding: 0 3rem;
	}
	.itembox .txt p {
		line-height: 4.6rem;
	}
	.itembox .txt p + p {
		margin-top: 2rem;
	}
	.itembox .txt .catch.icn {
		padding-top: 13.5rem;
	}
	.itembox .txt .catch.icn::before {
		width: 10.6rem;
		height: 10.6rem;
		top: 0;
		left: 0;
	}
	.itembox .txt .txt01 {
		font-size: 3rem;
		line-height: 5.9rem;
	}
	.itembox .txt .txt01.icn {
		padding-top: 16.5rem;
	}
	.itembox .txt .txt01.icn::before {
		width: 10.6rem;
		height: 10.6rem;
		top: 4rem;	
	}
	.itembox .txt p + .txt01.icn {
		margin-top: 3rem;
	}
	.itembox .txt .txt01 + .catch {
		margin-top: 0;
	}
	.itembox .txt .catch {
		font-size: 3.9rem;
		line-height: 5.9rem;
	}
	.itembox .txt .txtBg {
		margin-top: 2.5rem;
		width: 100%;
		padding: 3.5rem 4.5rem;
	}
	.itembox .txt .txtBg .ttl {
		font-size: 4.1rem;
		line-height: 5.3rem;
	}
	.itembox .txt .txtBg .ttl .small {
		font-size: 3.1rem;
	}
	.itembox .txt .txtBg .itemList {
		margin-top: 1rem;
		gap: 0 2rem;
	}
	.itembox .txt .txtBg .itemList li {
		width: 23%;
		font-size: 3.1rem;
		line-height: 5.3rem;
	}
	.itembox .txt .itemNote {
		margin-top: 1rem;
		font-size: 2.2rem;
		line-height: 4.5rem;
	}
	.itembox .txt .ornaments {
		font-size: 2.7rem;
		line-height: 4.5rem;
	}
	.itembox .txt .ornaments .small {
		font-size: 2.2rem;
	}
}
/* interview */
.interview {
	margin: 6rem auto 0;
	width: 76.9rem;
}
.interview .interviewTtl {
	font-size: 2.4rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 600;
	text-align: center;
}
.interview .interviewTtl.ttl01 {
	color: #e7532d;
}
.interview .interviewTtl.ttl02 {
	color: #972136;
}
.interview .interviewTtl.ttl03 {
	color: #296b7a;
}
.interview .interviewTtl.ttl04 {
	color: #142e73;
}
.interview .movie {
	margin-top: 1.5rem;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.interview .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.interview + .itembox {
	margin-top: 12rem;
}
@media (max-width: 768px) {
	.interview {
		margin-top: 8rem;
		width: 100%;
	}
	.interview .interviewTtl {
		font-size: 4rem;
	}
	.interview .movie {
		width: 100%;
		margin: 4rem auto 0;
	}
	.interview + .itembox {
		margin-top: 20rem;
	}
}

/* detail01 */
.detail01 .pageTitle h2 {
	width: 61.3rem;
	margin: 0 auto;
}
.detail01 .itembox .txt .catch.catch01 {
	color: #e7532d;
}
.detail01 .itembox .txt .catch.catch02 {
	color: #0c73aa;
	margin-right: -3rem;
}
.detail01 .itembox .txt .catch.catch03 {
	color: #972136;
}
.detail01 .itembox .txt .catch.catch04 {
	color: #d12931;
}
.detail01 .itembox .txt .catch.catch05 {
	color: #232e50;
}
.detail01 .itembox .txt .catch.catch06 {
	color: #a42b48;
}
.detail01 .itembox .txt .catch.catch07 {
	color: #1b5a57;
}
.detail01 .itembox .txt .catch.catch08 {
	color: #4d9299;
}
.detail01 .itembox .txt .catch.catch09 {
	color: #b52a31;
}
.detail01 .itembox .txt .catch.catch10 {
	color: #1c8299;
}
.detail01 .itembox .txt .catch.catch11 {
	color: #e54335;
}
@media (max-width: 768px) {
	.detail01 .itembox .txt .catch.catch01 {
		margin-right: 0;
	}
	.detail01 .itembox .txt .catch.catch02 {
		margin-right: 0;
	}
}

/* detail03 */
.detail03 .pageTitle {
	width: 45rem;
	margin: 0 auto;
	text-align: left;
}
.detail03 .pageTitle h2 {
	padding-left: 10rem;
	position: relative;
}
.detail03 .pageTitle h2::before {
	content: "";
	width: 8.1rem;
	height: 8.1rem;
	background: url(/base/pc/store/special/gofuku/furisode2026/img/detail03/tagasode.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 2rem;
	left: 0;
}
.detail03 .pageTitle p {
	text-align: center;
}
.detail03 .itemNum {
	margin-left: auto;
	color: #92763f;
	border: 1px solid #92763f;
}
.detail03 .itembox .txt .catch.catch01 {
	color: #183c70;
}
.detail03 .itembox .txt .catch.catch02 {
	color: #bc2737;
}
.detail03 .itembox .txt .catch.catch03 {
	color: #cd6e38;
}
.detail03 .itembox .txt .catch.catch04 {
	color: #b92a2f;
}
.detail03 .itembox .txt .catch.catch05 {
	color: #526bb2;
}
@media (max-width: 768px) {
	.detail03 .pageTitle {
		width: 62rem;
	}
	.detail03 .pageTitle h2 {
		padding-left: 11rem;
	}
	.detail03 .pageTitle h2::before {
		width: 11.1rem;
		height: 11.1rem;
		top: 12rem;
		left: -2.5rem;
	}
	.detail03 .itemNum {
		margin: 0 auto;
	}
}
/* detail04 */
.detail04 .itemNum {
	color: #e55505;
	border: 1px solid #e55505;
	background-color: #fff;
}
.detail04 .itembox .txt .catch.catch01 {
	color: #ea5506;
}
.detail04 .itembox .txt .catch.catch02 {
	color: #ea5506;
}
.detail04 .itembox .txt .catch.catch03 {
	color: #972136;
}
.detail04 .itembox .txt .txtBg {
	background: url("/base/pc/store/special/gofuku/furisode2026/img/detail04/bg.png") no-repeat;
	background-size: contain;
	padding: 2rem;
}
.detail04 .stretch {
	align-items: stretch;
}
.detail04 .item02 {
	padding: 6rem 0 6.5rem;
	background-color: #fef5e8;
}
.detail04 .item02 h3 {
	font-size: 2.4rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 700;
	color: #ea5506;
	text-align: center;
}
.detail04 .item02 .subTtl {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 700;
	text-align: center;
}
.detail04 .item02 .subTtl img {
	padding-right: 1rem;
	width: 23rem;
}
.detail04 .item02 .lead {
	padding-top: 2.5rem;
	padding-bottom: 5.5rem;
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: center;
}
.detail04 .item02 .lead::before {
	display: none;
}
@media (max-width: 768px) {
	.detail04 .itembox .txt .txtBg {
		padding: 3.5rem 4.5rem;
	}
	.detail04 .item02 {
		padding: 6rem 0 6.5rem;
		background-color: #fef5e8;
	}
	.detail04 .item02 h3 {
		font-size: 3.9rem;
    line-height: 5.9rem;
	}
	.detail04 .item02 .subTtl {
		font-size: 3.1rem;
	}
	.detail04 .item02 .subTtl img {
		width: 25rem;
	}
	.detail04 .item02 .lead {
		font-size: 3rem;
		line-height: 5rem;
	}
}

/* detail04 */
/* .detail04 .ttlArea {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1rem;
}
.detail04 .ttlArea .itemNum {
	width: 7.9rem;
	height: 7.9rem;
	font-size: 2.7rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #d84d00;
	border-radius: 50%;
}
.detail04 .ttlArea .itemNum span {
	display: inline-block;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}
.detail04 .ttlArea .itemTtl {
	font-size: 2.4rem;
	line-height: 3.5rem;
	color: #d84d00;
	text-align: center;
}
.detail04 .ttlArea .itemTtl span {
	font-weight: 600;
}
.detail04 .itembox {
	margin-top: 5rem;
	align-items: flex-start;
}
.detail04 .itembox .itemPic {
	width: 58rem;
}
.detail04 .itembox .txt {
	margin-top: 0;
	width: 38.7rem;
}
.detail04 .itembox .pic {
	margin-left: auto;
	margin-right: auto;
	width: 34.5rem;
}
.detail04 #item02,
.detail04 #item03 {
	margin-top: 7rem;
}
@media (max-width: 768px) {
	.detail04 .item {
		padding-top: 0;
	}
	.detail04 .ttlArea {
		display: block;
	}
	.detail04 .ttlArea .itemNum {
		width: 11rem;
		height: 11rem;
		font-size: 3.8rem;
		padding: 0.5rem 1rem 2rem
	}
	.detail04 .ttlArea .itemNum span {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}
	.detail04 .ttlArea .itemTtl {
		margin-top: 3rem;
		font-size: 3.3rem;
		line-height: 4.9rem;
	}
	.detail04 .itembox {
		margin-top: 4rem;
	}
	.detail04 .itembox .itemPic {
		width: 100%;
		text-align: center;
	}
	.detail04 .itembox .pic {
		margin-top: 7rem;
		width: 57.6rem;
	}
	.detail04 .itembox .pic + .pic {
		margin-top: 2rem;
	}
	.detail04 .itembox .txt {
		margin: 5rem auto 0;
		padding: 0 4rem;
		width: 100%;
		font-size: 2.5rem;
	}
	.detail04 #item02,
	.detail04 #item03 {
		margin-top: 10rem;
	}
} */


