@charset "utf-8";
/* CSS Document */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【CSS information 】
 file name  : sale.css
 style info : セールページ用CSS 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*---------------------------------------------------------
	共通項目
----------------------------------------------------------- */

h2{
	font-size:12px;
}

.cols-1 h3{
	font-size:12px;
	border-bottom:1px #680000 solid;
	border-left:5px #680000 solid;
}

.cols-2 h3{
	font-size:12px;
	white-space:nowrap;  
	overflow:hidden;  
	text-overflow:ellipsis;  
	-webkit-text-overflow:ellipsis;  
	-o-text-overflow:ellipsis;
}

/*---------------------------------------------------------
	CLEAR FIX
----------------------------------------------------------- */


/*---------------------------------------------------------
	MEDIA QUERIES
----------------------------------------------------------- */
.item-list > ul.cols-2 > li > .inner{
	padding:2%;
}

.item-list > ul.cols-3 > li > .inner,
.item-list > ul.cols-4 > li > .inner{
	padding:3%;
}

/*---------------------------------------------------------
	ITEM LIST
----------------------------------------------------------- */

.item-list > ul.cols-3 > li{
	width:50%;
}

.item-list > ul.cols-4 > li{
	width:33.33333%;
}

.item-list{
	padding:20px;
	background-color:#fff;
}

/*---------------------------------------------------------
	switchBtn
----------------------------------------------------------- */

.switchBtn{
	display:none;
}

/*---------------------------------------------------------
	side_banner
----------------------------------------------------------- */

#side_banner{
	position:absolute;
	z-index:200;
	position:fixed;
	bottom:0;
}

#side_banner ul{
	display:table;
	table-layout:fixed;
	text-align:center;
	width:100%;
}

#side_banner ul li{
	display:table-cell;
	vertical-align:middle;
	border-right:1px #fff solid;
	border-top:1px #fff solid;
}

#side_banner ul li a{
	display:block;
	padding:15px 16px 15px 0px;
	line-height:1.0;
	color:#fff;
	background-color:#F4B518;
	font-size:12px;
}

#side_banner ul li a:hover{
	opacity:1.0;
}

#side_banner ul li a span{
	color:#fff;
	font-size:12px;
}

.arrow{
    position: relative;
}

.arrow::before{
    content:'';
    width:14px;
    height:14px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    bottom:50%;
    right:10px;
	margin-bottom:-7px;
}
.arrow::after{
    content:'';
    width:0;
    height:0;
    border:solid 3px transparent;
    border-left:solid 5px #F4B518;
    position:absolute;
    bottom:50%;
    right:11px;
	margin-bottom:-3px;
}

/*---------------------------------------------------------
	wrapper
----------------------------------------------------------- */

#wrapper{
	padding:5%;
}


/*---------------------------------------------------------
	header
----------------------------------------------------------- */

#header .item-list p{
	font-size:10px;
}

/*---------------------------------------------------------
	contents_head
----------------------------------------------------------- */

ul.contents_head{
	width:100%;
}

ul.contents_head li{
	font-size:12px;
}

/*------------------------- cols-1 ------------------------- */

.cols-1 ul.contents_head{
	display:table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:8px;
}

.cols-1 ul.contents_head li{
	display:table-cell;
}

.cols-1 ul.contents_head li:first-child{
	width:50%;
	white-space:nowrap;  
	overflow:hidden;  
	text-overflow:ellipsis;  
	-webkit-text-overflow:ellipsis;  
	-o-text-overflow:ellipsis;
}

.cols-1 ul.contents_head li:nth-child(n+2){
	width:20%;
	font-size:11px;
}

/*------------------------- cols-2 ------------------------- */

.cols-2 .contents_head:before,
.cols-2 .contents_head:after{
    content:" ";
    display:table;
}

.cols-2 .contents_head:after{
    clear:both;
}

.cols-2 .contents_head{
    *zoom:1;
}

.cols-2 ul.contents_head{
	padding:2% 4% 4%;
	font-size:0;
}

.cols-2 ul.contents_head li{
	float:right;
}

.cols-2 ul.contents_head li:first-child{
	color:#fff;
	width:100%;
	white-space:nowrap;  
	overflow:hidden;  
	text-overflow:ellipsis;  
	-webkit-text-overflow:ellipsis;  
	-o-text-overflow:ellipsis;
}

.cols-2 ul.contents_head li:nth-child(n+2){
	width:48%;
	font-size:10px;
}

.cols-2 ul.contents_head li:nth-child(3){
	margin-right:4%;
}

/*------------------------- cols-3 ------------------------- */

.cols-3 .contents_head:before,
.cols-3 .contents_head:after{
    content:" ";
    display:table;
}

.cols-3 .contents_head:after{
    clear:both;
}

.cols-3 .contents_head{
    *zoom:1;
}

.cols-3 ul.contents_head{
	padding:2% 4% 4%;
	font-size:0;
}

.cols-3 ul.contents_head li{
	float:right;
}

.cols-3 ul.contents_head li:first-child{
	color:#fff;
	width:100%;
	white-space:nowrap;  
	overflow:hidden;  
	text-overflow:ellipsis;  
	-webkit-text-overflow:ellipsis;  
	-o-text-overflow:ellipsis;
}

.cols-3 ul.contents_head li:nth-child(n+2){
	width:48%;
	font-size:10px;
}

.cols-3 ul.contents_head li:nth-child(3){
	margin-right:4%;
}

/*------------------------- cols-4 ------------------------- */


.cols-4 ul.contents_head li{
	padding:3%;
	font-size:11px;
}


/*---------------------------------------------------------
	main_contents
----------------------------------------------------------- */

.cols-2 .main_contents,
.cols-3 .main_contents{
	padding:2%;
}

.cols-4 .main_contents{
	padding:3%;
}

/*---------------------------------------------------------
	left_contents
----------------------------------------------------------- */

.cols-1 .left_contents{
	float:left;
	width:50%;
}

.cols-1 .left_contents > ul li p{
	padding:2%;
	font-size:10px;
}


.cols-2 .left_contents > ul li p{
	padding:1%;
	font-size:10px;
}

.cols-3 .left_contents{
	margin-bottom:2%;
}

/*---------------------------------------------------------
	spec
----------------------------------------------------------- */


/*---------------------------------------------------------
	right_contents
----------------------------------------------------------- */

/*------------------------- cols-1 ------------------------- */

.cols-1 .right_contents{
	float:left;
	width:50%;
	background-color:#fff;
	padding:2%;
	border-radius:10px;
	border:1px #eee solid;
}

.cols-1 .right_contents p.sale_period span{
	font-size:13px;
}

.cols-1 .right_contents p.sale_period{
	padding:5px 10px;
	font-size:9px;
}

.cols-1 .right_contents p.sale_period:before{
	width:26px;
	height:26px;
	top:50%;
	left:5px;
	margin-top:-13px;
}

.cols-1 .right_contents p.sale_period:after{
	width:26px;
	height:26px;
	top:50%;
	right:5px;
	margin-top:-13px;
}

.cols-1 .right_contents > ul{
	border-spacing:5px 0;
}

.cols-1 .right_contents > ul > li{
	font-size:11px;
}

.cols-1 .right_contents > ul > li span{
	color:yellow;
	font-size:12px;
}

.cols-1 .right_contents > ul > li:first-child{
	font-size:10px;
}


/*------------------------- cols-2 ------------------------- */

.cols-2 .right_contents{
	padding:3%;
	border-radius:5px;
}

.cols-2 .right_contents p.sale_period span{
	font-size:12px;
}

.cols-2 .right_contents p.sale_period{
	padding:8px 20px 5px;
	font-size:9px;
}

.cols-2 .right_contents p.sale_period:before{
	width:20px;
	height:20px;
	top:50%;
	left:5px;
	margin-top:-10px;
}

.cols-2 .right_contents p.sale_period:after{
	width:20px;
	height:20px;
	top:50%;
	right:5px;
	margin-top:-10px;
}

.cols-2 .right_contents > ul{
	border-spacing:5px 0;
}

.cols-2 .right_contents > ul > li{
	padding:2% 0;
	font-size:10px;
}

.cols-2 .right_contents > ul > li:first-child{
	font-size:12px;
	width:60%;
}

.cols-2 .right_contents > ul > li span{
	line-height:0.8em;
	font-size:12px;
}

/*------------------------- cols-3 ------------------------- */

.cols-3 .right_contents{
	padding:3%;
	border-radius:5px;
}

.cols-3 .right_contents p.sale_period span{
	font-size:12px;
}

.cols-3 .right_contents p.sale_period{
	padding:8px 20px 5px;
	font-size:9px;
}

.cols-3 .right_contents p.sale_period:before{
	width:20px;
	height:20px;
	top:50%;
	left:5px;
	margin-top:-10px;
}

.cols-3 .right_contents p.sale_period:after{
	width:20px;
	height:20px;
	top:50%;
	right:5px;
	margin-top:-10px;
}


.cols-3 .right_contents > ul > li{
	background-color:#7C0005;
	color:yellow;
	border-radius:5px;
	padding:2% 0;
	font-size:10px;
}

.cols-3 .right_contents > ul > li span{
	font-size:12px;
}

/*------------------------- cols-4 ------------------------- */

.cols-4 .right_contents > ul > li{
	font-size:11px;
}

/*---------------------------------------------------------
	sale_price
----------------------------------------------------------- */

.cols-1 p.sale_price{
	line-height:2em;
	font-size:12px;
	margin-bottom:2%;
}

.cols-1 p.sale_price span{
	font-size:25px;
}

.cols-3 p.sale_price,
.cols-2 p.sale_price{
	line-height:2.5em;
	font-size:10px;
	margin-bottom:4%;
}

.cols-3 p.sale_price span,
.cols-2 p.sale_price span{
	font-size:28px;
}

.cols-4 p.sale_price{
	font-size:10px;
}

.cols-4 p.sale_price span{
	font-size:20px;
}

/*---------------------------------------------------------
	menu
----------------------------------------------------------- */

.menu a{
	width:48%;
	margin-right:4%;
	float:left;
	padding:6px 6px 6px 12px;
	font-size:12px;
}

.menu a:before{
	content:"";
	width:14px;
	height:14px;
	left:5px;
	margin-top:-7px;
}

.cols-2 .menu a,
.cols-3 .menu a{
	padding:10px 10px 10px 15px;
}

.cols-2 .menu a:before,
.cols-3 .menu a:before{
	content:"";
	width:12px;
	height:12px;
	left:5px;
	margin-top:-6px;
}

.cols-2 .menu a,
.cols-3 .menu a{
	font-size:8px;
}

/*---------------------------------------------------------
	other
----------------------------------------------------------- */

p.other a{
	font-size:12px;
	margin-top:4%;
}

/*---------------------------------------------------------
	top_wrapper
----------------------------------------------------------- */

#top_wrapper{
	background-attachment:fixed;
}

/*---------------------------------------------------------
	top_page_01
----------------------------------------------------------- */

.top_page_01 img{
	padding:0 10%;
}

.top_page_01 p{
	font-size:10px;
	line-height:1.3em;
	padding:1%;
}

/*---------------------------------------------------------
	top_page_02
----------------------------------------------------------- */

.top_page_02{
	margin-bottom:2%;
}


/*---------------------------------------------------------
	top_page_03
----------------------------------------------------------- */

.top_page_03 .mediabox h4{
	font-size:9px;
}

.top_page_03 .mediabox .cut_price{
	font-size:10px;
}

.top_page_03 .mediabox .cut_price span{
	font-size:12px;
}

.top_page_03 .mediabox p.nomal_price_top{
	font-size:11px;
}

.top_page_03 .mediabox p.nomal_price_top:before{
	content:"通常価格：";
	font-size:9px;
}

.top_page_03 .mediabox p.nomal_price_top:after{
	content:"円";
	font-size:9px;
}

.top_page_03 .mediabox p:last-child{
	font-size:10px;
}

.top_page_03 .mediabox p:last-child span{
	font-size:13px;
}

/*---------------------------------------------------------
	tabs
----------------------------------------------------------- */



/*---------------------------------------------------------
	content
----------------------------------------------------------- */



/*---------------------------------------------------------
	mediabox
----------------------------------------------------------- */

.top_page_03 .mediabox{
	width:25%;
}

.top_page_03 .mediabox:last-child{
	display:none;
}

/*---------------------------------------------------------
	ribon
----------------------------------------------------------- */

