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

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




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

*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
	/*font-family:Shin Go Bold;*/
	font-family: 黎ミン U;
	color:#222;
}

ul li{
	list-style:none;
}

body{
	margin:0 auto;
	max-width:1000px;
	background-image:url(../img/bg_img_02.gif);
}

a{
	text-decoration:none;
	color:#222;
}

a:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}

h1{
	font-size:16px;
	color:#F4B518;
	font-family: 黎ミン U;
}

h2{
	padding:2%;
	background-image:url(../img/bg_img.gif);
	border:5px double #7C0005;
	color:#7C0005;
}

h3{
	padding:0.5% 1%;
	margin-bottom:2%;
}

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

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

.cf:after{
    clear:both;
}

.cf{
    *zoom:1;
}

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

.item-list > ul.cols-1 > li{
	width:100%;
}

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

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

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

.item-list > ul.cols-5 > li{
	width:20%;
}

.item-list > ul.cols-6 > li{
	width:16.66666%;
}

.item-list > ul.cols-7 > li{
	width:14.28571%;
}

.item-list > ul.cols-8 > li{
	width:12.5%;
}

.item-list > ul > li > .inner{
	margin:0;
	width:100%;
	height:100%;
	padding:1%;
	border:3px #680000 solid;
	background:-webkit-gradient(linear, left top, right bottom, from(#7C0005), color-stop(0.25, #7C0005), color-stop(0.25, #B1676A), color-stop(0.5, #B1676A), color-stop(0.5, #7C0005), color-stop(0.75, #7C0005), color-stop(0.75, #B1676A), to(#B1676A));
	background:-moz-linear-gradient(-45deg, #7C0005 25%, #B1676A 25%, #B1676A 50%, #7C0005 50%, #7C0005 75%, #B1676A 75%, #B1676A);
	background:linear-gradient(-45deg, #7C0005 25%, #B1676A 25%, #B1676A 50%, #7C0005 50%, #7C0005 75%, #B1676A 75%, #B1676A);
	background-size:4px 4px;
}

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

.item-list{
	padding:10px 0;
	margin-bottom:2%;
}

.item-list > ul{
	margin-left:-20px;/*セル間ガター分マイナスマージン*/
	overflow:hidden;
	background-color:transparent;
}

.item-list > ul > li{
	float:left;
	list-style-type:none;
	padding-left:20px;/*セル間ガター*/
	margin-top:20px;
}

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

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

#header{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}

#header .item-list{
	padding:2%;
	background-color:transparent;
}

#header > .item-list > p{
	padding:4%;
	background-image:url(../img/bg_img.gif);
    box-shadow: 0 0 0 3px #F4B518 inset, 0 0 0 5px rgba(248,205,95,0.3) inset;
	text-align:center;
}

#header .sale_time p{
	position:absolute;
	top:12%;
	left:5%;
	padding:8% 7% 8% 5%;
	background-image:url(../img/cut_price.png);
	background-size:contain;
	background-repeat:no-repeat;
	line-height:1.3em;
	text-align:center;
	font-size:18px;
	line-height:1em;
	transform: rotate(-5deg);
	color:#F4B518;
	font-family: 黎ミン U;
}

#header .sale_time p span{
	font-size:35px;
	color:#F4B518;
	font-family: 黎ミン U;
}

#header .sale_period_top{
	text-align:center;
	background-color:#F4B518;
	padding:2%;
	margin-bottom:4%;
	color:#fff;
}

#header .cut_price_top p{
	position:absolute;
	top:8%;
	right:0%;
	padding:5% 5% 5% 6%;
	background-image:url(../img/cut_price.png);
	background-size:contain;
	background-repeat:no-repeat;
	line-height:1.3em;
	text-align:center;
	color:#F4B518;
	font-size:18px;
	transform: rotate(10deg);
	font-family: 黎ミン U;
}

#header .cut_price_top span{
	font-size:35px;
	color:#F4B518;
	font-family: 黎ミン U；
}

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

#header .item-list > ul > li > .inner{
	background-image:none;
	border-radius:0;
	border:none;
	font-size:12px;
	background-color:transparent;
	padding:2%;
}

#header .item-list > ul > li a{
	font-size:12px;
	line-height:1.5em;
    padding:8%;
	position:relative;
	display:block;
    text-align:center;
    box-shadow: 0 0 0 3px #F4B518 inset, 0 0 0 5px rgba(248,205,95,0.3) inset;
	background-image:url(../img/bg_img.gif);
}

#header .item-list > ul.campaign > li a:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-20px;
}
	
#header .item-list > ul.campaign > li:nth-child(1) a:before{
	background:url(../img/icon_01.png);
	background-size:contain;
}

#header .item-list > ul.campaign > li:nth-child(2) a:before{
	background:url(../img/icon_02.png);
	background-size:contain;
}

#header .item-list > ul.campaign > li:nth-child(3) a:before{
	background:url(../img/icon_03.png);
	background-size:contain;
}

#header .item-list > ul.campaign > li:nth-child(4) a:before{
	background:url(../img/icon_04.png);
	background-size:contain;
}

#header .item-list > ul.campaign > li:nth-child(5) a:before{
	background:url(../img/icon_05.png);
	background-size:contain;
}

#header .item-list > ul.campaign > li:nth-child(6) a:before{
	background:url(../img/icon_06.png);
	background-size:contain;
}

#header .item-list > ul.category > li a:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-20px;
}
	
#header .item-list > ul.category > li:nth-child(1) a:before{
	background:url(../img/category_01.gif);
	background-size:contain;
}

#header .item-list > ul.category > li:nth-child(2) a:before{
	background:url(../img/category_02.gif);
	background-size:contain;
}

#header .item-list > ul.category > li:nth-child(3) a:before{
	background:url(../img/category_03.gif);
	background-size:contain;
}

#header .item-list > ul.category > li:nth-child(4) a:before{
	background:url(../img/category_04.gif);
	background-size:contain;
}

#header .item-list > ul.category > li:nth-child(5) a:before{
	background:url(../img/category_05.gif);
	background-size:contain;
}

#header .item-list > ul.category > li:nth-child(6) a:before{
	background:url(../img/category_06.gif);
	background-size:contain;
}

#header .item-list > ul.category > li:nth-child(1) a{
	background:url(../img/category_01.png),url(../img/bg_img.gif);
}


#header .item-list > ul > li a span{
	color:#7C0005;
	font-size:14px;
	border-bottom:1px #7C0005 dotted;
}

#header .item-list > ul > li a:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:3%;
	width:0;
	height:0;
	margin-top:-4px;
	border:4px solid transparent; 
	border-left:4px solid #222;
}

/*---------------------------------------------------------
	attention
----------------------------------------------------------- */

#attention{
	margin-bottom:2%;
}

.fa-exclamation-triangle{
	color:yellow;
	padding:0 10px;
}

#attention h4{
	background-color:#F4B518;
	padding:2% 1% 1%;
	color:#fff;
	margin:0 2% auto;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:center;
}

#attention h4 span{
	color:#fff;
}

div.accordion{
	padding:3px;
	margin:0 2%;
	background-image:url(../img/back_ground_img.png);
	background-color:#F4B518;
	border:3px #F4B518 solid;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

div.accordion > ul{
    box-shadow:0 0 0 3px #F4B518 inset, 0 0 0 5px rgba(244,181,24,0.3) inset;
	background-image:url(../img/bg_img.gif);
	padding:5px;
}

div.accordion > ul > li > a{
	display:block;
	text-decoration:none;
	border-bottom:1px dotted #666;
	cursor:pointer;
	padding:1.5%;
	position:relative;
	text-align:left;
}

div.accordion > ul > li:last-child > a{
	border-bottom:none;
}

div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size:12px;
	position:absolute;
	right:2%;
	top:50%;
	margin-top:-6px;
	color:#F4B518;
}

div.accordion > ul > li > a:after{
	content:"▼";
}

div.accordion > ul > li > a.active:after{
	content:"▲";
}

div.accordion > ul > li > ul{
	display:none;
	padding:0 3%;
	background-color: rgba( 255, 255, 255, 0.7);
}

div.accordion > ul > li > ul > li{
	font-size:12px;
	border-bottom:1px dotted #ccc;
	padding:2% 1%;
	text-align:left;
	list-style-type:circle;
	list-style:inside;
	padding-left:1em; 
	text-indent:-1em;
	font-family:Shin Go Medium;
}

div.accordion > ul > li > ul > li span{
	color:#680000;
	font-size:12px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

div.accordion > ul > li > ul > li:last-child{
	border:none;
}


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

ul.contents_head{
	background-color:#7C0005;
}

ul.contents_head li{
	padding:1%;
}

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

ul.contents_head li:nth-child(n+2){
	background-color:#fff;
	text-align:center;
	color:#7C0005;
	border-radius:5px;
}

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

.main_contents{
	background-color:#fff;
	padding:1%;
	border:3px #fff solid;
	background-image:url(../img/bg_img.gif);
}

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

.left_contents > ul{
	width:100%;
	display:table;
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:0;
}

.left_contents > ul > li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.left_contents > ul li p{
	background-color:#7C0005;
	margin:3% 0;
	color:#FFF;
	border:1px solid #fff;
}

.cols-3 .left_contents img,
.cols-4 .left_contents img,
.img_bd img{
	padding:3px;
	background-color:#fff;
	border:1px #ccc solid;
}

.img_bd img{
	margin-bottom:2%;
}



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

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

ul.spec:after{
    clear:both;
}

ul.spec{
    *zoom:1;
}

ul.spec li{
	width:25%;
	float:left;
	padding:0 5px;
}

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

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

.right_contents p{
	text-align:center;
}

.right_contents p span{
	color:#fff;
}

.right_contents p.sale_period{
	background-color:#7C0005;
	margin-bottom:4%;
	text-align:center;
	color:#fff;
	position:relative;
	line-height:1.4em;
}

.right_contents p.sale_period:before{
	position:absolute;
	content:"";
	position:absolute;
	background:url(../img/clock.png);
	background-size:contain;
}

.right_contents p.sale_period:after{
	position:absolute;
	content:"";
	position:absolute;
	background:url(../img/clock.png);
	background-size:contain;
}

.right_contents > ul{
	width:100%;
	display:table;
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:10px 0;
	margin-bottom:2%;
}

.right_contents > ul > li{
	vertical-align:middle;
	display:table-cell;
	padding:1% 1% 0.5%;
	text-align:center;
	line-height:1.2em;
}

.right_contents > ul > li span{
	color:yellow;
}

.right_contents > ul > li:first-child{
	width:50%;
}

.right_contents > ul > li:nth-child(n+2){
	background-color:#7C0005;
	color:yellow;
	border-radius:5px;
}

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

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

.cols-4 .right_contents > ul{
	margin-bottom:0;
}

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

p.sale_price{
	text-align:center;
	color:#7C0005;
}

p.sale_price span{
	font-size:40px;
	color:#7C0005;
}

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

.menu a{
	display:block;
	border:1px #222 solid;
	margin-bottom:4%;
	text-align:center;
	position:relative;
	background-color:#fff;
}

.menu a:nth-child(2){
	margin-right:0;
}

.menu a:last-child{
	width:100%;
	margin-bottom:0;
}


.menu a:before{
	content:"";
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-9px;
}
	
.menu a:nth-child(1):before{
	background:url(../img/menu_03.png);
	background-size:contain;
}
	
.menu a:nth-child(2):before{
	background:url(../img/menu_02.png);
	background-size:contain;
}

.menu a:nth-child(3):before{
	background:url(../img/menu_03.png);
	background-size:contain;
}

.menu a:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:3%;
	width:0;
	height:0;
	margin-top:-4px;
	border:4px solid transparent; 
	border-left:4px solid #222;
}

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

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

p.other a{
	display:block;
	background-color:#F4B518;
	text-align:center;
	margin-top:2%;
	padding:2%;
	color:#fff;	
}


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

#top_wrapper{
	max-width:1000px;
	margin:0 auto;
	background-image:url(../img/bg_img_02.gif);
	border:3px #F4B518 solid;
}

#top_wrapper h1{
	text-align:center;
	color:#fff;
	font-size:16px;
	background-color:#F4B518;
	padding:0.5%;
}

#top_wrapper > ul{
	font-size:0;
	margin-bottom:2%;
}


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

.top_page_01 p{
	background-color:#F4B518;
	text-align:center;
	color:#fff;
	font-weight:900;
}

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

.top_page_02{
	padding:2%;
}

.top_page_02 p{
	margin:2% 0;
}

.top_page_02 > ul{
	font-size:0;
}

.top_page_02 ul li{
	width:32%;
	display:inline-block;
	margin-right:2%;
}

.top_page_02 ul li:last-child{
	margin-right:0;
}

.top_page_02 ul li img{
	border:2px #fff solid;
}

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

.top_page_03{
	margin:0 20px 20px;
	background-image:url(../img/bg_img.gif);
	padding:20px;
	border-radius:5px;
}

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


.top_page_03 .tabs{
	position:relative;
	overflow:hidden;
}


.top_page_03 .tabs nav{
	text-align:center;
}

.top_page_03 .tabs nav ul{
    border:1px solid #F4B518;
    font-size:14px;
    text-align:center;
    width:100%;
    display:table;
    table-layout:fixed;
}

.top_page_03 .tabs nav ul li{
    border-right:1px solid #F4B518;
    display:table-cell;
	font-weight:bold;
}

.top_page_03 .tabs nav ul li.tab-current a span{
	color:#fff;
}

.top_page_03 .tabs nav ul li a span{
	color:#F4B518;
}

.top_page_03 .tabs nav ul li:last-child{
    border-right:none;
}

.top_page_03 .tabs nav li.tab-current{
	background-color:#F4B518;
	z-index:100;
}

.top_page_03 .tabs nav a{
	display:block;
	line-height:2.5;
	white-space:nowrap;
}

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

.top_page_03 .content section{
	padding-top:20px;
	display:none;
	margin:0 auto;
}

.top_page_03 .content section:before,
.top_page_03 .content section:after{
	content:'';
	display:table;
}

.top_page_03 .content section:after{
	clear: both;
}

.top_page_03 .no-js .content section{
	display:block;
	padding-bottom:2em;
}

.top_page_03 .content section.content-current{
	display:block;
}

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


.top_page_03 .mediabox{
	float:left;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

.top_page_03 .mediabox .cut_price{
	position:absolute;
	z-index:2;
	padding:20%;
	top:-5%;
	left:-5%;
	color:#F4B518;
	line-height:1em;
	background-image:url(../img/cut_price2.png);
	background-size:contain;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.top_page_03 .mediabox .cut_price span{
	color:#F4B518;
	font-size:20px;
}

.top_page_03 .mediabox img{
	border:1px #ccc solid;
	background-color:#fff;
	padding:3px;
}

.top_page_03 .mediabox h4{
	margin:8px 0;
	white-space:nowrap;  
	overflow:hidden;  
	text-overflow:ellipsis;  
	-webkit-text-overflow:ellipsis;  
	-o-text-overflow:ellipsis; 
	font-size:12px;
	background-color:#fff;
	border:1px #ccc solid;
	border-radius:5px;
	padding:3%;
}


.top_page_03 .mediabox p.nomal_price_top{
	font-size:10px;
	text-align:center;
	font-weight:bold;
    text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
	margin-bottom:8px;
}

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

.top_page_03 .mediabox p.nomal_price_top:after{
	content:"円(税込)▼";
	font-size:9px;
	font-weight:normal;
}

.top_page_03 .mediabox p:last-child{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	background-color:#F4B518;
	padding:5px 0;
	border-radius:5px;
	color:#fff;
}

.top_page_03 .mediabox p:last-child span{
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

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

.top_page_03 .ribon{
	position:relative;
	padding:10px;
	background:#F4B518;
	margin:0 -20px 20px;
	box-shadow:
		10px 0 0 0 #F4B518,
		-10px 0 0 0 #F4B518,
		0 3px 3px 0 rgba(0,0,0,0.1);
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:900;
}

.top_page_03 .ribon:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#DD5519;
}

.top_page_03 .ribon:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#DD5519;
}

/*---------------------------------------------------------
	rank_in
----------------------------------------------------------- */

.rank_in{
	margin:0 20px 20px;
	border:2px #F4B518 solid;
	font-size:0;
	background-color:#F4B518;
}

.rank_in iframe{
	font-size:0;
}

.rank_in p{
	padding:1% 2%;
	color:#fff;
	margin-left:50px;
	position:relative;
}

.rank_in p span{
	color:#fff;
	font-size:20px;
}

.rank_in p:before{
	content:"";
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	left:-50px;
	margin-top:-25px;
	margin-left:2%;
	background:url(../img/rank_in_icon.png);
	background-size:contain;
}

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

.icon{
	margin:0 20px 20px;
}

.button a{
	display: block;
	position: relative;
	text-align:center;
	background:#F4B518;
	color:#fff;
	width:30%;
	padding:1.5% 2%;
	border-radius:5px;
	margin-left:70%;
	border:2px #fff solid;
}

.icon a:before{ 
	display: block;
	content:"";
	position:absolute;
	top:50%;
	right:19px;
	width:16px;
	height:16px;
	margin-top:-8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
	background:#fff;
}

.icon a:after{ 
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:19px;
	width:0;
	height:0;
	margin-top:-4px;
	border:4px solid transparent;
	border-left:6px solid #F4B518;
}
