@charset "UTF-8";
/*----------------------------------------

	- common
	- oseiboBnrArea
	- oseiboCategoryArea
	- bessatsuNav
	- bessatsuBtn
	- bessatsuBnr
	- bessatsuRecommender

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

#fwCms_wrapper .fwCms_box.frame_MH>*:last-child:not(.breadcrumb):not(.oseiboBnrArea):not(.rankingList) {
	margin-bottom: 13.3vw !important;
}

#fwCms_wrapper .fwCms_box.frame_MH .pagetitle,
#fwCms_wrapper .fwCms_box.frame_MT .contentstitle,
#fwCms_wrapper .fwCms_box.frame_MB .pagetitle {
	color: #62340c;
}

#fwCms_wrapper .pagination {
	margin-bottom: 0;
}

#fwCms_wrapper .fwCms_box.frame_MH .bessatsuTitle {
	margin: auto;
}

#fwCms_wrapper .frame_MH .breadcrumb[crnt_cate_id="bessatsu"]~.rankingArea .cpBody,
#fwCms_wrapper .frame_MH .breadcrumb[crnt_cate_id="bessatsu"]~.rankingArea .swiper-area {
	background-color: #fcf1f0;
}

#fwCms_wrapper .frame_MT .bessatsu_001~.rankingArea .cpBody,
#fwCms_wrapper .frame_MT .bessatsu_001~.rankingArea .swiper-area {
	background-color: #f2f0f7;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .fwCms_box.frame_MH>*:last-child:not(.breadcrumb):not(.oseiboBnrArea):not(.rankingList) {
		margin-bottom: 60px !important;
	}

	#fwCms_wrapper .txt-center-pc {
		text-align: center;
	}

	@media screen and (min-width: 768px) {
		#fwCms_wrapper .fwCms_box.frame_MH .bessatsuTitle {
			max-width: 1080px;
		}
	}
}

/*----------------------------------------
	oseiboBnrArea
-----------------------------------------*/

#fwCms_wrapper .oseiboBnrArea {
	position: relative;
	overflow: hidden;
}

#fwCms_wrapper .oseiboBnrArea a {
	display: block;
}

#fwCms_wrapper .oseiboBnrArea a:hover {
	opacity: .5;
	transition: opacity .2s ease-out .1s;
}

#fwCms_wrapper .oseiboBnrArea span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 140px;
	width: 18.6%;
	height: 100%;
	background: #ebecf7;
	font-size: 2.66vw;
	line-height: 1.5;
	z-index: 1;
}

#fwCms_wrapper .oseiboBnrArea span::before {
	content: "";
	position: absolute;
	top: calc(50% - .935vw);
	left: 1.3vw;
	width: 1vw;
	height: 1.87vw;
	background: url(../../../../../../excludes/DMO/mo/oseibo/251008/svg/c_oseibo_arrow01.svg) no-repeat left top;
	background-size: 1vw 1.87vw;
}

#fwCms_wrapper .oseiboBnrArea a:hover span {
	text-decoration: none;
}

#fwCms_wrapper .oseiboBnrArea img {
	display: block;
	width: 100%;
	margin: auto auto auto 9.46%;
}

#fwCms_wrapper .oseiboBnrArea a:hover img {
	opacity: 1;
}

#fwCms_wrapper .fwCms_box.frame_MH .oseiboBnrArea {
	margin-bottom: 8vw !important;
	border-bottom: 1px solid #000;
}

#fwCms_wrapper .fwCms_box.frame_MF .oseiboBnrArea {
	position: relative;
	margin: 13.3vw 0 -26.6vw !important;
	border-top: 1px solid #000;
}

@media screen and (min-width: 1350px) {
	#fwCms_wrapper .oseiboBnrArea img {
		margin-left: auto;
	}
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .oseiboBnrArea span {
		max-width: 184px;
		width: 18%;
		font-size: 1.8rem;
		line-height: 1.7;
		font-weight: bold;
	}

	#fwCms_wrapper .oseiboBnrArea span::before {
		top: calc(50% - 9px);
		left: min(11.875%, 19px);
		width: 10px;
		height: 18px;
		background-size: 10px 18px;
	}

	#fwCms_wrapper .oseiboBnrArea img {
		max-width: 1080px;
		width: 92%;
	}

	#fwCms_wrapper .fwCms_box.frame_MH .oseiboBnrArea {
		margin-bottom: 60px !important;
	}

	#fwCms_wrapper .fwCms_box.frame_MF .oseiboBnrArea {
		margin: 100px 0 -100px !important;
	}
}

/*----------------------------------------
	oseiboCategoryArea
-----------------------------------------*/

#fwCms_wrapper .oseiboCategoryArea {
	width: 100%;
	margin-top: 1.3vw;
	padding: 4vw 0;
	background-color: #f9f5f2;
}

#fwCms_wrapper .oseiboCategoryArea+.oseiboCategoryArea {
	margin-top: 1.3vw;
}

#fwCms_wrapper .oseiboCategoryArea .oseiboCategoryAreaTitle {
	width: 92%;
	margin: auto;
}

#fwCms_wrapper .oseiboCategoryArea ul {
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: 4vw auto 0;
}

#fwCms_wrapper .oseiboCategoryArea ul li {
	width: calc((100% - 4.8%)/3);
	margin-right: 2.4%;
	margin-top: 4.8vw;
}

#fwCms_wrapper .oseiboCategoryArea ul li:nth-child(3n) {
	margin-right: 0;
}

#fwCms_wrapper .oseiboCategoryArea ul li:nth-child(-n+3) {
	margin-top: 0;
}

#fwCms_wrapper .oseiboCategoryArea ul li h4 {
	display: block;
	margin: 1.6vw 2.6vw 0 0;
}

#fwCms_wrapper .recommend-items+.oseiboCategoryArea ul li:last-of-type {
	display: none;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .oseiboCategoryArea {
		width: 100%;
		margin-top: 10px;
		padding: 23px 0 64px;
	}

	#fwCms_wrapper .oseiboCategoryArea+.oseiboCategoryArea {
		margin-top: 10px;
	}

	#fwCms_wrapper .oseiboCategoryArea .oseiboCategoryAreaTitle {
		max-width: 1080px;
	}

	#fwCms_wrapper .oseiboCategoryArea ul {
		max-width: 1080px;
		margin-top: 33px;
	}

	#fwCms_wrapper .oseiboCategoryArea ul li {
		width: calc(20% - 16px);
		margin: 34px 20px 0 0;
	}

	#fwCms_wrapper .oseiboCategoryArea ul li:last-of-type {
		display: block;
	}

	#fwCms_wrapper .oseiboCategoryArea ul li:nth-child(3n) {
		margin-right: 20px;
	}

	#fwCms_wrapper .oseiboCategoryArea ul li:nth-child(5n) {
		margin-right: 0;
	}

	#fwCms_wrapper .oseiboCategoryArea ul li:nth-child(-n+5) {
		margin-top: 0;
	}

	#fwCms_wrapper .recommend-items+.oseiboCategoryArea ul li:last-of-type {
		display: block;
	}

	#fwCms_wrapper .oseiboCategoryArea ul li h4 {
		margin: 10px 10px 0 0;
	}
}

/*----------------------------------------
	bessatsuNav
-----------------------------------------*/

#fwCms_wrapper .bessatsuNav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.3vw 1.3vw;
	margin: 1.3vw auto 0;
}

#fwCms_wrapper .bessatsuNav li {
	width: calc((100% - 1.3vw)/2);
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .bessatsuNav {
		justify-content: stretch;
		gap: 10px 10px;
		max-width: 1080px;
		margin-top: 10px;
	}

	#fwCms_wrapper .bessatsuNav li {
		width: calc((100% - 30px)/4);
	}
}

/*----------------------------------------
	bessatsuRecommender
-----------------------------------------*/

#fwCms_wrapper .bessatsuRecommender {
	padding: 2.1vw 0 5.3vw;
	background: #f2f0f7;
}

#fwCms_wrapper .bessatsuRecommender>p {
	width: 40%;
	margin: 0 auto;
}

#fwCms_wrapper .bessatsuRecommender>div {
	width: 92%;
	margin: 4.2vw auto 0;
}

#fwCms_wrapper .bessatsuRecommender>div h3 {
	text-align: center;
	margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .bessatsuRecommender {
		padding: 13px 30px 30px;
	}

	#fwCms_wrapper .bessatsuRecommender>p {
		margin: 0 auto 18px;
	}

	#fwCms_wrapper .bessatsuRecommender>div {
		width: 100%;
		margin: 0;
	}

	#fwCms_wrapper .bessatsuRecommender>div h3 {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 950px) {
	#fwCms_wrapper .bessatsuRecommender {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#fwCms_wrapper .bessatsuRecommender>p {
		max-width: 200px;
		width: 100%;
		margin: 0;
	}

	#fwCms_wrapper .bessatsuRecommender>div {
		width: 68.42%;
		margin: 0 0 0 40px;
	}

	#fwCms_wrapper .bessatsuRecommender>div h3 {
		text-align: left;
		margin-top: 20px;
	}
}