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

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

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

*{
	font-size:12px;
}

h2{
	font-size:16px;
}

h3{
	font-size:16px;
	line-height:1.2em;
}

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


/*---------------------------------------------------------
	MEDIA QUERIES
----------------------------------------------------------- */

.item-list > ul > li > .inner{
	padding:2%;
}

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

.item-list > ul[class*='cols-'] > li{
  width:100%;/*すべてを１列に*/
}

#header .item-list > ul.campaign > li{
	width:100%;
}

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

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

.item-list > ul > li:nth-child(n+11){
	display:none;
}

.item-list > ul.cols-3,
.item-list > ul.cols-4{
	margin-left:-10px;/*セル間ガター分マイナスマージン*/
}

.item-list > ul.cols-3 > li,
.item-list > ul.cols-4 > li{
	padding-left:10px;/*セル間ガター*/
	margin-top:10px;
}

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

.switchBtn{
	background-color:#F4B518;
	padding:4%;
}

.switchBtn ul{
	display: table;
	table-layout: fixed;
	text-align: center;
	width:100%;
	border:1px #fff solid;
}

.switchBtn > p{
	text-align:center;
	padding-bottom:2%;
	color:#fff;
}

.switchBtn ul li{
	display:table-cell;
	vertical-align:middle;
}

.switchBtn ul li:first-child{
	border-right:1px #fff solid;
}

.switchBtn ul li a{
	display:block;
	padding:10% 5%;
	font-weight:900;
	line-height:1.0;
	color:#fff;
	font-size:12px;
}

.switchBtn ul li{
	position:relative;
}

.fa-desktop{
	position:absolute;
	top:50%;
	left:25%;
	color:#fff;
	margin-top:-6px;
}

.fa-mobile{
	position:absolute;
	top:50%;
	left:10%;
	color:#fff;
	margin-top:-13px;
}

/*---------------------------------------------------------
	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:10px 5px 20px;
	font-weight:900;
	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:10px;
}

.arrow{
    position: relative;
}

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

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

#wrapper{
	padding:3%;
}


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

#header .sale_time p{
	font-size:10px;
	top:6%;
	left:3%;
}

#header .sale_time p span{
	font-size:15px;
}

#header .sale_period_top{
	font-size:10px;
}

#header .cut_price_top p{
	top:5%;
	right:0%;
	font-size:10px;
}

#header .cut_price_top span{
	font-size:15px;
}

#header .item-list > ul.category > li{
  width:50%;/*すべてを１列に*/
}

#header .item-list > ul > li > .inner{
	padding:0;
	margin:0;
}

#header .item-list > ul > li a {
    padding:8%;
	font-size:12px;
}

#header .item-list > ul > li a span{
	font-size:18px;
	line-height:1.5em;
}

#header .item-list > ul.category > li a span{
	font-size:12px;
}

#header .item-list > ul.category > li a{
    padding:12% 8%;	
	font-size:9px;
}

#header .item-list > ul.category > li a:before{
	content:"";
	width:26px;
	height:26px;
	position:absolute;
	top:50%;
	left:8px;
	margin-top:-13px;
}

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

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

.contents_head:after{
    clear:both;
}

.contents_head{
    *zoom:1;
}

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

ul.contents_head li{
	float:right;
}

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

ul.contents_head li:nth-child(n+2){
	width:48%;
}

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

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

.cols-3 ul.contents_head li:nth-child(n+2){
	display:none;
}

.cols-3 ul.contents_head li{
	font-size:10px;
}


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

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

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

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

.main_contents{
	padding:3%;
}

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

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

.left_contents > ul li p{
	padding:1%;
}

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


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

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

.right_contents p.sale_period{
	padding:5px 30px;
	font-size:11px;
}

.right_contents p.sale_period:before{
	width:30px;
	height:30px;
	top:50%;
	left:5px;
	margin-top:-15px;
}

.right_contents p.sale_period:after{
	width:30px;
	height:30px;
	top:50%;
	right:5px;
	margin-top:-15px;
}

.right_contents > ul > li{
	padding:2% 0;
}

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

.right_contents > ul > li span{
	line-height:0.8em;
}

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

.cols-3 .right_contents{
	background-color:transparent;
	padding:0%;
	border-radius:0;
	border:none;
}

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

.cols-3 .right_contents > ul > li{
	background-color:#BF0000;
	color:yellow;
	border-radius:5px;
	padding:4% 0;
	font-size:8px;
}

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

.cols-3 .right_contents p.sale_period{
	display:none;
}

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

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

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

p.sale_price{
	line-height:2.5em;
	font-size:13px;
	margin-bottom:4%;
}

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

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

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

.menu a{
	padding:8px;
	margin-bottom:2%;
}

/*.cols-3 .menu a:nth-child(1),
.cols-3 .menu a:nth-child(2){
	display:none;
}*/

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

.cols-4 .menu a:before{
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-6px;
}

.cols-4 .menu a:before{
	background:url(../img/menu_03.png);
	background-size:contain;
}

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

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

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



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

.top_page_01 p{
	font-size:14px;
	padding:1%;
}

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

.top_page_02{
	margin-bottom:2%;
}

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

.top_page_03{
	padding:10px;
}

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

.top_page_03 .tabs nav ul li a span{
	font-size:7px;
}

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



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

.top_page_03 .mediabox{
	width:33%;
	padding:0 3px;
}

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

.top_page_03 .mediabox:nth-child(n+4){
	display:none;
}

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

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

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

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

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

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

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

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

.top_page_03 .ribon{
	font-size:14px;
}

.top_page_03 .ribon{
	margin:0 -10px 20px;
}

/*---------------------------------------------------------
	sale_top_btn
----------------------------------------------------------- */

.button a{
	width:100%;
	padding:3% 2%;
	margin-left:0;
}

