@charset "utf-8";

/*------------------------------------------------------------
 layout
------------------------------------------------------------*/
.wrapper{
	overflow: hidden;
}
.leftmenuframe_{
	display: none;
}
.mainframe_{
	float: none;
	width: 100%;
}
#season_goods *,
#season_goods *:before,
#season_goods *:after{
	box-sizing: border-box;
}
.event_{
	overflow: visible;
}
div.mainframe_{
	width: 100%;
}
/*------------------------------------------------------------
 contents
------------------------------------------------------------*/
#season_goods{
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 96px;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}
#season_goods:before{
	content: "";
	width: 10000px;
	height: 100%;
	position: absolute;
	left: calc(50% - 5000px);
	top: 0;
	background: #F6F6E7;
	z-index: 1;
}
#season_goods:before{
	content: "";
	width: 10000px;
	height: 100%;
	position: absolute;
	left: calc(50% - 5000px);
	top: 0;
	background: #F6F6E7;
	z-index: 1;
}
#season_goods:after{
	content: "";
	width: 10000px;
	height: 40px;
	position: absolute;
	left: calc(50% - 5000px);
	top: 100%;
	background: url(../img/usr/freepage/season_goods/season_goods_bg03.png) repeat-x center bottom / 160px auto;
	z-index: 1;
}
#season_goods > *{
	position: relative;
	z-index: 10;
}
#season_goods h2{
	width: 100%;
	padding: 2.8% 0 5.5%;
	background: url(../img/usr/freepage/season_goods/season_goods_bg02.png) repeat-x center center / auto 100%;
	background-color: #F6F6E7;
	text-align: center;
	margin-bottom: 25px;
}
#season_goods h2 img{
	width: 290px;
	height: auto;
	max-width: 90%;
}
#season_goods .lead_text{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	width: 300px;
	max-width: calc(100% - 20px);
	margin:0 auto 20px;
}
#season_goods .lead_text br{
	display: none;
}
#season_goods h3{
	display: inline-block;
	padding: 0 10px;
	color: #78AC35;
	position: relative;
	margin-bottom: 3px;
}
#season_goods h3:before{
	content: "";
	width: 100%;
	height: 14px;
	background: #FFF159;
	position: absolute;
	left: 0;
	bottom: 9px;
	z-index: 1;
}
#season_goods h3 span{
	position: relative;
	z-index: 10;
	font-size: 23px;
}
#season_goods h3 strong{
	font-size: 35px;
	font-weight: normal;
}

.tab_list{
	margin-bottom: 15px;
}
.tab_list ul{
	width: calc(100% - 20px);
	margin: 0 auto 20px;
	font-size: 0;
	text-align: left;
}
.tab_list ul li{
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	width: 32.4%;
	min-height: 45px;
	margin-left: 1.4%;
	vertical-align: bottom;
}
.tab_list ul li:nth-child(3n+1){
	margin-left: 0;
}
.tab_list ul li:nth-child(n+3){
	margin-top: 1.4%;
}
.tab_list ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 35px;
	font-size: 12px;
	width: 100%;
	line-height: 1.2;
	padding: 2px 10px;
	text-align: center;
	color: #6C9D2D;
	background: #D7E9C1;
	border-radius: 10px 10px 0 0;
	text-decoration: none !important;
}
.tab_list ul li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.tab_list ul li.active a{
	min-height: 45px;
	color: #FFF;
	background: url(../img/usr/freepage/season_goods/season_goods_bg01.jpg) repeat center center;
	cursor: default;
	pointer-events: none !important;
	font-size: 14px;
}
.tab_list ul li.active a:hover{
	opacity: 1;
	cursor: default;
}
.season_main{
	width: calc(100% - 20px);
	background: #FFF;
	margin: 0 auto 40px;
}
.season_main_img img{
	width: 100%;
	height: auto;
}
.season_main_info{
	order: 1;
	padding: 30px 8%;
}
.season_main_info_in{
	position: relative;
}
.season_main_star{
	width: 92px;
	position: absolute;
	top: -48px;
	left: -40px;
}
.season_main_star img{
	width: 100%;
	height: auto;
}
.season_goodsname_sub{
	display: inline-block;
	padding: 4px 20px 2px;
	background: #F6F6E7;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.season_main h4{
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
}
.season_main h4 + h4{
	margin-top: 15px;
}
.season_main h4:last-of-type{
	margin-bottom: 20px;
}
.season_main h4 span{
	font-size: 30px;
	position: relative;
}
.season_main h4 span small{
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%,5px);
	white-space: nowrap;
	font-size: 10px;
}

.season_main h5{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.season_main_text{
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}

.season_section{
	width: calc(100% - 20px);
	margin: 0 auto 25px;
	background: #FFF;
}
.season_section_img img{
	width: 100%;
	height: auto;
}
.season_section_info{
	padding: 30px 8%;
	text-align: left;
	font-size: 1.5;
}
.season_section h6{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.season_section_info *:last-child{
	margin-bottom: 0;
}
.season_section p{
	margin-bottom: 15px;
}
.season_section dl{
	margin-bottom: 15px;
}
.season_section dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.season_section dd{
	font-size: 13px;
}
.season_section dd + dt{
	margin-top: 10px;
}
.num_list{
	counter-reset: number 0;
	margin: 0;
}
.num_list li{
	list-style: none;
	padding-left: 1em;
	position: relative;
	margin: 0;
}
.num_list li + li{
	margin-top: 5px;
}
.num_list li:before {
	counter-increment: number 1;
	content: counter(number)"."; 
	position: absolute;
	left: 0;
	top: 0;
}
.season_voice{
	width: calc(100% - 20px);
	margin:  40px auto 30px;
	background: url(../img/usr/freepage/season_goods/season_goods_line02.png) repeat-x center top ,url(../img/usr/freepage/season_goods/season_goods_line02.png) repeat-x center bottom;
	background-size: 100% auto, 100% auto; 
	padding: 30px 0;
}
.season_voice_img{
	width: 180px;
	margin: 0 auto 20px;
}
.season_voice_info{
	text-align: center;
	padding: 0 5%;
	line-height: 1.5;
}
#season_goods .season_voice h3{
	margin-bottom: 10px;
}
.season_voice h3:before{
	bottom: 10px;
}
.season_voice h3:after{
	content: "";
	width: 41px;
	height: 27px;
	position: absolute;
	left: -21px;
	top: -22px;
	background: url(../img/usr/freepage/season_goods/season_goods_hat01.png) no-repeat center center / 100% 100%;
}
.season_voice_info p{
	text-align: left;
}

.season_btn {
	text-align: center;
}
.season_btn a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	width: 295px;
	max-width: 450px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
	padding: 10px 25px;
	background: url(../img/usr/freepage/season_goods/season_goods_bg01.jpg) repeat center center;
	border-radius: 50px;
	text-decoration: none;
}
.season_btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.season_other_title{
	width: calc(100% - 20px);
	margin: 0 auto 20px;
	text-align: center;
	font-size: 20px;
}

/*------------------------------------------------------------
 検索メニュー
------------------------------------------------------------*/
#block_of_filter_wrap,
#navi_style_wrap{
	display: none;
}
.autopagerize_page_element{
	margin-bottom: 70px;
}
.season_goods_btn{
	text-align: center;
}
.season_goods_btn a{
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 295px;
	max-width: calc(100% - 20px);
	min-height: 40px;
	background: url(../img/usr/freepage/season_goods/season_goods_bg01.jpg) repeat center center;
	padding: 5px 20px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	text-decoration: none;
}
.season_goods_btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}