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

	- common
	+ yutaiBnrGroup
		- yutaiBnrArea
		- summergiftBnrArea
	- yutaiNav

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

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

#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;
}

/*----------------------------------------
	yutaiBnrGroup
-----------------------------------------*/

#fwCms_wrapper .fwCms_box.frame_MH .yutaiBnrGroup {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 6.6vw !important;
}

#fwCms_wrapper .fwCms_box.frame_MF .yutaiBnrGroup {
	margin: 13.3vw 0 -26.6vw !important;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .fwCms_box.frame_MH .yutaiBnrGroup {
		margin-bottom: 60px !important;
	}

	#fwCms_wrapper .fwCms_box.frame_MF .yutaiBnrGroup {
		margin: 100px 0 -100px !important;
	}
}

/*----------------------------------------
	yutaiBnrArea
-----------------------------------------*/

#fwCms_wrapper .yutaiBnrArea {
	position: relative;
	background: #ff791f;
	overflow: hidden;
}

#fwCms_wrapper .yutaiBnrArea img {
	display: block;
	width: 100%;
	margin: auto;
}

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

/*----------------------------------------
	summergiftBnrArea
-----------------------------------------*/

#fwCms_wrapper .summergiftBnrArea {
	position: relative;
	overflow: hidden;
	background: url(../../../../../../../excludes/DMO/mo/ochugen/250807/img/c_bg01.png) repeat-x center top;
	background-size: auto 100%;
}

#fwCms_wrapper .summergiftBnrArea a {
	display: block;
}

#fwCms_wrapper .summergiftBnrArea span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 140px;
	width: 18.6%;
	height: 100%;
	background: rgba(5, 26, 23, 0.5);
	font-size: 2.66vw;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
}

#fwCms_wrapper .summergiftBnrArea span::before {
	content: "";
	position: absolute;
	top: calc(50% - .935vw);
	left: 1.3vw;
	width: 1vw;
	height: 1.87vw;
	background: url(../../../../../../../excludes/DMO/mo/ochugen/250807/svg/c_summergift_arrow01.svg) no-repeat left top;
	background-size: 1vw 1.87vw;
}

#fwCms_wrapper .summergiftBnrArea a:hover span {
	text-decoration: none;
	opacity: .5;
	transition: opacity .2s ease-out .1s;
}

#fwCms_wrapper .summergiftBnrArea img {
	display: block;
	width: 100%;
	margin: auto;
}

#fwCms_wrapper .summergiftBnrArea a:hover img {
	opacity: 1;
}

#fwCms_wrapper .fwCms_box.frame_MH .summergiftBnrArea {
	margin-bottom: 2px;
}

#fwCms_wrapper .fwCms_box.frame_MF .summergiftBnrArea {
	margin-top: 2px;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .summergiftBnrArea::before {
		max-width: 184px;
		width: 18%;
	}

	#fwCms_wrapper .summergiftBnrArea span {
		max-width: 184px;
		width: 18%;
		font-size: 1.8rem;
		line-height: 1.7;
		font-weight: bold;
	}

	#fwCms_wrapper .summergiftBnrArea span::before {
		top: calc(50% - 9px);
		left: min(11.875%, 19px);
		width: 10px;
		height: 18px;
		background-size: 10px 18px;
	}

	#fwCms_wrapper .summergiftBnrArea img {
		max-width: 1080px;
		width: 92%;
	}
}

/*----------------------------------------
	yutaiNav
-----------------------------------------*/

#fwCms_wrapper .yutaiNav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px 1px;
}

#fwCms_wrapper .yutaiNav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 4vw 3.4vw;
	background: #ffeacc;
}

#fwCms_wrapper .yutaiNav li a
#fwCms_wrapper .yutaiNav li a:visited {
	transition: opacity 0s;
}

#fwCms_wrapper .yutaiNav li a:hover {
	text-decoration: none;
	opacity: .5;
	transition: opacity .2s ease-out .1s;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .yutaiNav li a {
		justify-content: center;
		padding: 17px 15px 16px;
	}
}