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

	- common
	+ special
		- special_item01
		- special_item02
	- limited
	- ryotei

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

#fwCms_wrapper .fwCms_box.frame_MH>*:last-child {
	margin-bottom: 13.3vw !important;
}

#fwCms_wrapper .pagetitle_lower_frame {
	margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .fwCms_box.frame_MH>*:last-child {
		margin-bottom: 90px !important;
	}

	#fwCms_wrapper .pagetitle_lower_frame {
		margin-bottom: 25px;
	}

	#fwCms_wrapper .txt-center-pc {
		text-align: center;
	}
}

/*----------------------------------------
	special
-----------------------------------------*/

#fwCms_wrapper .special {
	width: 100%;
	margin: 0 auto;
}

#fwCms_wrapper .special .brown01 {
	color: #62340c !important;
}

#fwCms_wrapper .special .red01 {
	color: #cf0900 !important;
}

#fwCms_wrapper .special .font14_24 {
	font-size: 3.73vw;
}

#fwCms_wrapper .special .font18_32 {
	font-size: 4.8vw;
}

#fwCms_wrapper .special [class*="box01"]> :is(p, ul) {
	display: flex;
	position: absolute;
	top: -6.66vw;
	left: 0;
	z-index: 10;
}

#fwCms_wrapper .special [class*="box01"]>ul li:nth-child(n+2) {
	margin-left: 0.57vw;
}

#fwCms_wrapper .special :is(.nationwide_delivery, .first_appearance) {
	padding: 3px 7px 2px;
	background-color: #cf0900;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#fwCms_wrapper .special .first_appearance {
	background-color: #c49404;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .special {
		width: min(92%, 1080px);
	}

	#fwCms_wrapper .special .font14_24 {
		font-size: 2.4rem;
	}

	#fwCms_wrapper .special .font18_32 {
		font-size: 3.2rem;
	}

	#fwCms_wrapper .special [class*="box01"]> :is(p, ul) {
		top: -31px;
	}

	#fwCms_wrapper .special [class*="box01"]>ul li:nth-child(n+2) {
		margin-left: 2px;
	}

	#fwCms_wrapper .special :is(.nationwide_delivery, .first_appearance) {
		padding: 4px 10px;
	}
}

/*----------------------------------------
	special_item01
-----------------------------------------*/

#fwCms_wrapper .special_item01 .special_item01_tit01 {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 12.93vw;
}

#fwCms_wrapper .special_item01 .special_item01_tit01 h3 {
	position: relative;
	width: calc(100% - 26.66%);
	padding: 10.13vw 5.33vw 0;
	box-sizing: border-box;
}

#fwCms_wrapper .special_item01 .special_item01_tit01 h3::before {
	content: "";
	position: absolute;
	top: 4vw;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #c49404;
}

#fwCms_wrapper .special_item01 .special_item01_tit01 h3::after {
	content: "";
	position: absolute;
	top: 5.6vw;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c49404;
}

#fwCms_wrapper .special_item01 .special_item01_tit01 h3>span {
	display: block;
}

#fwCms_wrapper .special_item01 .special_item01_tit01 h3>span:nth-child(2) {
	margin-top: 1.6vw;
}

#fwCms_wrapper .special_item01 .special_item01_tit01>p {
	width: 26.66%;
}

#fwCms_wrapper .special_item01 .special_item01_tit01>p>img {
	width: 100%;
}

#fwCms_wrapper .special_item01>p {
	width: 92%;
	margin: 3.06vw auto 7.6vw;
}

#fwCms_wrapper .special_item01 .special_item01_box01 {
	position: relative;
	width: 92%;
	margin: 20vw auto 0;
	background-color: #f2efe6;
}

#fwCms_wrapper .special_item01 .special_item01_box01:nth-of-type(2) {
	margin-top: 0;
}

#fwCms_wrapper .special_item01 .special_item01_box01>div {
	position: relative;
}

#fwCms_wrapper .special_item01 .special_item01_box01>div:first-of-type>p:first-child {
	position: absolute;
	right: 2.9%;
	bottom: -15.945%;
	width: 23.19%;
	z-index: 10;
}

#fwCms_wrapper .special_item01 .special_item01_box01>div:nth-of-type(2) {
	width: min(59.42%, 410px);
	padding: 4.71vw 5.76vw;
	box-sizing: content-box;
}

#fwCms_wrapper .special_item01 .special_item01_box01>div:nth-of-type(2) p {
	padding-top: 1.3vw;
}

#fwCms_wrapper .special_item01 .special_item01_box01>div:nth-of-type(2) p>span {
	display: inline-block;
	padding-top: 1.01vw;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .special_item01 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, auto);
		align-items: start;
		gap: 0 19.5px;
	}

	#fwCms_wrapper .special_item01 .special_item01_tit01 {
		grid-area: 1 / 1 / 2 / 4;
		width: 100%;
		margin-top: 73px;
	}

	#fwCms_wrapper .special_item01 .special_item01_tit01 h3 {
		width: calc(100% - 22.22%);
		padding: 63px 0 0 40px;
	}

	#fwCms_wrapper .special_item01 .special_item01_tit01 h3::before {
		top: 30px;
	}

	#fwCms_wrapper .special_item01 .special_item01_tit01 h3::after {
		top: 36px;
	}

	#fwCms_wrapper .special_item01 .special_item01_tit01 h3>span:nth-child(2) {
		margin-top: 8px;
	}

	#fwCms_wrapper .special_item01 .special_item01_tit01>p {
		width: 22.22%;
	}

	#fwCms_wrapper .special_item01>p {
		grid-area: 2 / 1 / 3 / 4;
		width: 100%;
		margin: 26px 0 85px;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01 {
		width: 100%;
		margin: 0;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01:nth-of-type(2) {
		grid-area: 3 / 1 / 4 / 2;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01:nth-of-type(3) {
		grid-area: 3 / 2 / 4 / 3;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01:nth-of-type(4) {
		grid-area: 3 / 3 / 4 / 4;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01>div:first-of-type>p:first-child {
		right: 2.88%;
		bottom: -14.41%;
		width: min(23.05%, 80px);
	}

	#fwCms_wrapper .special_item01 .special_item01_box01>div:nth-of-type(2) {
		width: min(62.54%, 217px);
		padding: 3.17% 5.76% 2.02%;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01>div:nth-of-type(2) p {
		padding-top: 5px;
	}

	#fwCms_wrapper .special_item01 .special_item01_box01>div:nth-of-type(2) p>span {
		padding-top: 4px;
	}
}

/*----------------------------------------
	special_item02
-----------------------------------------*/

#fwCms_wrapper .special_item02 .special_item02_tit01 {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 13.33vw;
}

#fwCms_wrapper .special_item02 .special_item02_tit01 h3 {
	position: relative;
	width: calc(100% - 26.66%);
	padding: 10.13vw 5.33vw 0;
	box-sizing: border-box;
}

#fwCms_wrapper .special_item02 .special_item02_tit01 h3::before {
	content: "";
	position: absolute;
	top: 4vw;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #c49404;
}

#fwCms_wrapper .special_item02 .special_item02_tit01 h3::after {
	content: "";
	position: absolute;
	top: 5.6vw;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c49404;
}

#fwCms_wrapper .special_item02 .special_item02_tit01 h3>span {
	display: block;
}

#fwCms_wrapper .special_item02 .special_item02_tit01 h3>span:nth-child(2) {
	margin-top: 1.06vw;
}

#fwCms_wrapper .special_item02 .special_item02_tit01>p {
	width: 26.66%;
}

#fwCms_wrapper .special_item02 .special_item02_tit01>p>img {
	width: 100%;
}

#fwCms_wrapper .special_item02>p {
	width: 92%;
	margin: 3.06vw auto 0;
	padding-bottom: 7.6vw;
}

#fwCms_wrapper .special_item02 .special_item02_box01 {
	position: relative;
	width: 92%;
	margin: 6.66vw auto 0;
	background-color: #f2efe6;
}

#fwCms_wrapper .special_item02 .special_item02_box01>div {
	position: relative;
}

#fwCms_wrapper .special_item02 .special_item02_box01 div:first-child {
	margin-top: -6.66vw;
}

#fwCms_wrapper .special_item02 .special_item02_box01>div:first-of-type>p:first-child {
	position: absolute;
	right: 2.9%;
	bottom: -15.945%;
	width: 23.19%;
	z-index: 10;
}

#fwCms_wrapper .special_item02 .special_item02_box01>div:nth-of-type(2) {
	width: min(59.42%, 410px);
	padding: 4.71vw 5.76vw;
	box-sizing: content-box;
}

#fwCms_wrapper .special_item02 .special_item02_box01>div:nth-of-type(2) p {
	padding-top: 1.3vw;
}

#fwCms_wrapper .special_item02 .special_item02_box01>div:nth-of-type(2) p>span {
	display: inline-block;
	padding-top: 1.01vw;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .special_item02 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
		gap: 0 60px;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01 {
		margin-top: 80px;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01:first-of-type {
		grid-area: 1 / 1 / 2 / 2;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01:nth-of-type(3) {
		grid-area: 1 / 2 / 2 / 3;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01 h3 {
		width: calc(100% - 31.37%);
		padding: 42px 5px 0 40px;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01 h3::before {
		top: 20px;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01 h3::after {
		top: 26px;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01 h3>span:nth-child(2) {
		margin-top: 10px;
	}

	#fwCms_wrapper .special_item02 .special_item02_tit01>p {
		width: 31.37%;
	}

	#fwCms_wrapper .special_item02>p {
		width: 100%;
		margin: 26px 0 85px;
		padding-bottom: 0;
	}

	#fwCms_wrapper .special_item02>p:first-of-type {
		grid-area: 2 / 1 / 3 / 2;
	}

	#fwCms_wrapper .special_item02>p:nth-of-type(2) {
		grid-area: 2 / 2 / 3 / 3;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01 {
		width: min(78.43%, 400px);
		margin-top: 0;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01:nth-of-type(2) {
		grid-area: 3 / 1 / 4 / 2;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01:nth-of-type(4) {
		grid-area: 3 / 2 / 4 / 3;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01 div:first-child {
		margin-top: 0;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01>div:first-of-type>p:first-child {
		right: 2.5%;
		bottom: -12.5%;
		width: min(23.05%, 80px);
	}

	#fwCms_wrapper .special_item02 .special_item02_box01>div:nth-of-type(2) {
		width: min(67.5%, 270px);
		padding: 2.75% 5% 2.02%;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01>div:nth-of-type(2) p {
		padding-top: 5px;
	}

	#fwCms_wrapper .special_item02:last-of-type .special_item02_box01>div:nth-of-type(2) p {
		padding-bottom: 0;
	}

	#fwCms_wrapper .special_item02 .special_item02_box01>div:nth-of-type(2) p>span {
		padding-top: 4px;
	}

	#fwCms_wrapper .special_item02:last-of-type .special_item02_box01>div:nth-of-type(2) p>span {
		padding-top: 3px;
	}
}

/*----------------------------------------
	limited
-----------------------------------------*/

#fwCms_wrapper .limited {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 7.4vw;
}

#fwCms_wrapper .limited>div {
	width: calc(50% - (2.4vw/4));
}

#fwCms_wrapper .limited>div:not(:nth-child(-n+2)) {
	margin-top: 7.4vw;
}

#fwCms_wrapper .limited>div>dl>dd>span {
	display: block;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .limited {
		justify-content: flex-start;
		margin-top: 56px;
	}

	#fwCms_wrapper .limited>div {
		max-width: 347px;
		width: calc((100% - 40px)/3);
	}

	#fwCms_wrapper .limited>div:not(:nth-child(3n)) {
		margin-right: 20px;
	}

	#fwCms_wrapper .limited>div:not(:nth-child(-n+2)) {
		margin-top: 0;
	}

	#fwCms_wrapper .limited>div:not(:nth-child(-n+3)) {
		margin-top: 55px;
	}
}

/*----------------------------------------
	ryotei
-----------------------------------------*/

#fwCms_wrapper .ryotei {
	margin-top: 6.6vw;
}

#fwCms_wrapper .ryotei>div:not(:first-of-type) {
	margin-top: 7.4vw;
}

#fwCms_wrapper .ryotei>div>div>dl>dd>span {
	display: block;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .ryotei {
		margin-top: 55px;
	}

	#fwCms_wrapper .ryotei>div {
		display: flex;
		justify-content: space-between;
	}

	#fwCms_wrapper .ryotei>div:not(:first-of-type) {
		margin-top: 60px;
	}

	#fwCms_wrapper .ryotei>div>p {
		width: 37%;
	}

	#fwCms_wrapper .ryotei>div>div {
		width: 57.4%;
	}
}