@charset "utf-8";
.contents{
	overflow:visible;
	margin-bottom:50px;
}
/*円高還元セール 2020/3*/
#reductionsale{
	color:#491919;
	background-color:#ffffff;
}
#reductionsale a:hover img{
	opacity:0.8;
}
#reductionsale .tbl{
	display:table;
	width:100%;
}
#reductionsale .tbl .cell{
	display:table-cell;
	vertical-align:top;
}
/*ヘッダー*/
#reductionsale .head_area{
	margin:0 0 20px;
}
#reductionsale .head_anima{
	position:relative;
}
#reductionsale .head_ttl{
	position:absolute;
	left:186px;
	top:20px;
}
/*カテゴリー ナビゲーション*/
#reductionsale .cate_nav{
	display:table;
	table-layout:fixed;
	width:755px;
	margin:0 auto 66px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#reductionsale .cate_nav li{
	display:table-cell;
}
#reductionsale .cate_nav li a{
	position:relative;
	display:block;
	padding:20px 0 30px;
	color:#ffffff;
	font-weight:bold;
	font-size:17px;
	line-height:1.3;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}
#reductionsale .cate_nav li a:hover{
	opacity:0.6;
}
#reductionsale .cate_nav li.menu01{
	padding:0 10px 0 0;
}
#reductionsale .cate_nav li.menu02{
	padding:0;
}
#reductionsale .cate_nav li.menu03{
	padding:0 0 0 10px;
}
#reductionsale .cate_nav li.menu01 a{
	color:#ffffff;
	background:#6ab9e6;
}
#reductionsale .cate_nav li.menu02 a{
	color:#ffffff;
	background:#fcae48;
}
#reductionsale .cate_nav li.menu03 a{
	color:#ffffff;
	background:#d996db;
}
#reductionsale .cate_nav li a::before{
	content:'';
	position:absolute;
	bottom:14px;
	left:50%;
	width:15px;
	height:15px;
	margin-left:-6px;
	border:0px;
	border-top:solid 3px #ffffff;
	border-right:solid 3px #ffffff;
	-moz-transform:rotate(135deg);/*FireFox*/
	-o-transform:rotate(135deg);/*Opera*/
	-webkit-transform:rotate(135deg);/*webkit*/
	-ms-transform:rotate(135deg);/*IE9*/
	transform:rotate(135deg);
}
/*商品一覧*/
#reductionsale .cate_box{
	margin-bottom:60px;
}
#reductionsale .cate_title{
	padding:16px 0 12px;
	font-weight:bold;
	font-size:19px;
	line-height:1.2;
	text-align:center;
	letter-spacing:0.1em;
}
#reductionsale #cate01 h2,
#reductionsale #cate02 h2,
#reductionsale #cate03 h2{
	margin-bottom:20px;
	padding: 20px 0 15px;
	text-align:center;
	font-size:25px;
	line-height:1;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
}
#reductionsale #cate01 h2{
	background:#6ab9e6;
	color:#fff;
}
#reductionsale #cate02 h2{
	background:#fcae48;
	color:#fff;
}
#reductionsale #cate03 h2{
	background:#d996db;
	color:#fff;
}
/*商品ボックス*/
#reductionsale .itembox_row{
	margin-bottom: 15px;
}
#reductionsale .itembox_row:after{
	content:"";
	clear:both;
	display:block;
}
#reductionsale .itembox{
	float:left;
	width:370px;
	padding:30px 45px;
	border:1px solid #A4A4A4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
#reductionsale .itembox:first-child{
	margin-right:15px;
}
#reductionsale .itembox .logo{
	margin-bottom:30px;
}
#reductionsale .itembox .name{
	margin-bottom:20px;
	padding:0 10px;
	font-weight:bold;
	font-size:22px;
	line-height:1.4;
	letter-spacing:0.05em;
}
#reductionsale .itembox .name span{
	font-weight:bold;
	font-size:16px;
}
#reductionsale .itembox .photo{
	margin-bottom:20px;
}

#reductionsale .itembox .price{
	font-weight:bold;
	font-size:18px;
}
#reductionsale .itembox .price span{
	margin-left:5px;
	color:#fd0402;
	font-size:38px;
}
/*セット商品プルダウンメニュー*/
#reductionsale .sm_btnbox{
	position:relative;
	cursor:pointer;
	width:268px;
	margin:auto;
}
#reductionsale .sm_btnbox a{
	text-decoration:none;
}
#reductionsale .sm_btnbox .sm_btn{
	display:block;
	padding:8px 0 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#f76b6e;
	color:#ffffff;
	font-weight:bold;
	font-size:19px;
	text-align:center;
	letter-spacing:0.1em;
	text-decoration:none;
}
#reductionsale .sm_btnbox .sm_btn:before{
	content:"";
	display:block;
	position:absolute;
	top:10%;
	right:34px;
	width:1px;
	height:80%;
	border-left:1px solid #ffffff;
}
#reductionsale .sm_btnbox .sm_btn:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:14px;
	width:0;
	height:0;
	margin-top:-4px;
	border-style:solid;
	border-width:4px 0 4px 6px;
	border-color:transparent transparent transparent #ffffff;
}
#reductionsale .sm_btnbox:hover .sm_btn{
	opacity:0.8;
}
#reductionsale .sm_btnbox:hover span.sm_btn:after{
	margin-top:-3px;
	border-width:6px 4px 0 4px;
	border-color:#ffffff transparent transparent transparent;
}
#reductionsale .sm_list{
	display:none;
	position:absolute;
	z-index:5;
	width:96%;
	margin:0 2%;
	background-color:#e3ebfc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:0 1px 3px 1px rgba(51,51,51,0.3);
	box-shadow:0 1px 3px 1px rgba(51,51,51,0.3);
}
#reductionsale .sm_btnbox:hover .sm_list{
	display:block;
}
#reductionsale .sm_list li{
	margin:8px 10px;
	padding:8px 0;
	border:1px solid #e3ebfc;
	background-color:#ffffff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#reductionsale .sm_list li:hover{
	background-color:#fefbd7;
}
#reductionsale .sm_list li a{
	display:table;
	width:100%;
	border-collapse:collapse;
	text-decoration:none;
}
#reductionsale .sm_list li .sm_cellbox{
	display:table-cell;
	vertical-align:middle;
	padding:2px 10px;
	font-weight:bold;
	color:#000000;
}
#reductionsale .sm_list li .sm_cellbox:first-child{
	width:90px;
	padding:2px 8px;
	border-right:1px solid #e3ebfc;
	text-align:center;
}
#reductionsale .sm_list li .sm_cellbox .sm_box_name{
	font-size:13px;
}
#reductionsale .sm_list li .sm_cellbox .sm_price{
	font-size:13px;
}
#reductionsale .sm_list li .sm_cellbox .sm_devide{
	display:block;
	color:#ff0303;
	font-size:13px;
}
/*カテゴリー一覧へいくボタン*/
#reductionsale .more_btn_container .col{
	width:500px;
	height:60px;
	margin:0 auto 60px;
	text-align:center;
	vertical-align:middle;
}
#reductionsale .more_btn_container .col_2{
	display:table-cell;
	width:452px;
	height:90px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}
#reductionsale .more_btn_container .btn{
	display:table;
	border-spacing:0;
	width:100%;
	height:100%;
	text-decoration:none !important;
}
#reductionsale .more_btn_container .btn_1day span,
#reductionsale .more_btn_container .btn_2week span,
#reductionsale .more_btn_container .btn_color span{
	display:table-cell;
	color:#ffffff;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

#reductionsale .more_btn_container .btn span:before{
	content:"";
	display:block;
	position:absolute;
	top:32px;
	right:20px;
	vertical-align:middle;
	width:0;
	height:0;
	margin-top:-8px;
	border-style:solid;
	border-width:6px 0 6px 12px;
	border-color:transparent transparent transparent #ffffff;
}
#reductionsale .more_btn_container .btn:hover span{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#reductionsale .tempA_pbox .main_box:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
