@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-family:"Noto Sans Japanese", sans-serif;
	color:#666;
	font-size:14px;
}

body{
	margin:0 auto;
	background-blend-mode: screen;
	background-image:url(../img/back_ground_img.png);
	background-color:#d0dfea;
	position:relative;
}

img{
	vertical-align:bottom;
}

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

ul,li{
	list-style:none;
}

a:hover{
	opacity:0.5;
}

figure{
	font-size:0;
}

h3{
	text-align:center;
	font-size:20px;
	font-weight:900;
	margin-bottom:-4%;
	color:#1d0000;
	border-style:solid;
	border-width:50px;
	border-image:url(../img/title_img.png) 50 repeat;
	-moz-border-image:url(../img/title_img.png) 50 repeat;
	-webkit-border-image:url(../img/title_img.png) 50 repeat;
	-o-border-image:url(../img/title_img.png) 50 repeat;
}

p.other{
	position:relative;
}

p.other a{
	display:block;
	margin:2% 2% 4%;
	padding:3%;
	text-align:center;
	border:4px #1d0000 solid;
	color:#1d0000;
	font-weight:bold;
	font-size:15px;
	background-image:url(../img/other_bg.png);
    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;
}

.border{
	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;
	height:100%;
	background-blend-mode: screen;
	background-image:url(../img/back_ground_img.png);
	background-color:#e0d8d8;
	border:2px #214868 solid;
	position:relative;
}

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

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

#wrapper{
	max-width:1000px;
	margin:0 auto;
	background-image:url(../img/contents_bg.jpg);
	border:5px #214868 solid;
}

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

#attention{
	margin:4% 4% 0% 4%;
}

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

#attention h4{
	background-color:#214868;
	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/contents_bg.jpg);
	border:3px #214868 solid;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

div.accordion > ul{
    box-shadow:0 0 0 3px #214868 inset, 0 0 0 5px rgba(62,24,107,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:#214868;
}

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:#214868;
	font-size:12px;
	background: linear-gradient(transparent 60%, #FFE268 60%);
}

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


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

#header{
	background-image:url(../img/head_bg.jpg);
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	border-bottom:5px #214868 solid;
}

#header h1{
	color:#fff;
	text-align:center;
	font-size:16px;
	background-color:#214868;
	font-weight:bold;
	padding:3px 5px 8px;
}

#header p.sale_period_top{
	color:#fff;
	font-weight:900;
	font-size:16px;
	background-color:#214868;
	padding:1.5%;
	text-align:center;
}

#header .header_img{
	padding:5% 0;
}

.cut_price_top{
	position:absolute;
	top:15%;
	right:10%;
	text-align:center;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.cut_price_top p{
	color:#fff;
	width:130px;
	height:130px;
	display:table-cell;
	border:3px solid #fff;
	border-radius:50%;
	vertical-align:middle;
	font-size:25px;
	font-weight:bold;
	text-shadow: 2px 2px 1px #808080;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2),0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;

}

.cut_price_top p span{
	color:#fff;
	font-size:50px;
	line-height:0.8em;
}

#header .item-list > ul{
	padding:3% 5%;
}

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

#header .item-list > ul > li > .inner span{
	font-size:18px;
	font-weight:900;
}

#header .item-list > ul > li{
	margin:1% 0;
}


#header .item-list > ul > li a {
	font-size:12px;
    padding:8%;
	display:block;
	line-height:2em;
    text-align:center;
    box-shadow: 0 0 0 3px #214868 inset, 0 0 0 5px rgba(62,24,107,0.3) inset ;
    position:relative;
    z-index:100;
    background-image:url(../img/contents_bg.jpg);
    overflow:hidden;
}

#header .item-list > ul > li a span{
	color:#214868;
	font-weight:900;
	border-top:1px #ccc dotted;
}

#header .item-list > ul > li a:before,
#header .item-list > ul > li a span:before,
#header .item-list > ul > li a:after,
#header .item-list > ul > li a span:after{
	border-radius:50%;
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	content:"";
	background-color:#214868;
	box-shadow:0 0 0 2px #fff, 0 0 0 5px #214868, 0 0 0 7px rgba(62,24,107,0.3);
}

#header .item-list > ul > li a:before{
	top:-5px;
	left:-5px;
}

#header .item-list > ul > li a span:before{
	top:-5px;
	right:-5px;
}

#header .item-list > ul > li a:after {
	bottom:-5px;
	left: -5px ;
}

#header .item-list > ul > li a span:after {
	bottom: -5px ;
	right: -5px ;
}


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

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

}

.item-list > ul > li{
	float:left;
	list-style-type:none;
	text-align:center;
	padding-left:2%;/*セル間ガター*/
}

/*---------------------------------------------------------
	head_img
----------------------------------------------------------- */

.head_img{
	position:absolute;
	left:-5%;
	width:110%;
}

/*---------------------------------------------------------
	sale_period
----------------------------------------------------------- */

.sale_period {
    padding:3% 0;
	line-height:1.2em;
	margin:8% 0 6% 0;
    text-align:center;
    box-shadow: 0 0 0 3px #214868 inset, 0 0 0 5px rgba(62,24,107,0.3) inset ;
    position:relative;
    z-index:100;
    background:#fff;
    overflow:hidden;
}

.sale_period span{
	color:#214868;
	font-weight:900;
}

.sale_period:before,.sale_period span:before,.sale_period:after,.sale_period span:after{
	border-radius:50%;
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	content:"";
	background-color:#e0d8d8;
	box-shadow:0 0 0 2px #e3e5f9, 0 0 0 5px #214868, 0 0 0 7px rgba(62,24,107,0.3) ;
}

.sale_period:before{
	top:-5px;
	left:-5px;
}

.sale_period span:before{
	top:-5px;
	right:-5px;
}

.sale_period:after {
	bottom:-5px;
	left: -5px ;
}

.sale_period span:after {
	bottom: -5px ;
	right: -5px ;
}

/*---------------------------------------------------------
	contents
----------------------------------------------------------- */


.contents{
	background-image:url(../img/contents_bg.jpg);
}

.contents figure img{
	padding:5px;
	border:1px #ccc solid;
	background-color:#fff;
}

/*---------------------------------------------------------
	item_img
----------------------------------------------------------- */

.item_img{
	position:relative;
}

.item_img .caption {
	text-align:center;
	color:#fff;
	font-size:12px;
}

.item_img:hover .mask {
	opacity:1;
}

.item_img .mask {
	position:absolute;
	width:50%;
	padding:3%;
	top:45%;
	left:25%;
	opacity:0;
	background-color:#4177a3;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}


/*---------------------------------------------------------
	icon
----------------------------------------------------------- */

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

#icon ul li{
	display:table-cell;
	vertical-align:middle;
}

#icon ul li span{
	background-color:#4177a3;
	display:block;
	margin:5px;
	padding:10px 0;
	color:#fff;
	line-height:1.2em;
	font-weight:900;
	border-radius:5px;
}

.cols-4 #icon ul li span{
	font-size:11px;
}

/*---------------------------------------------------------
	cut_price
----------------------------------------------------------- */

.item_img .cut_price{
	position:absolute;
	z-index:2;
	padding:13% 12% 13% 13%;
	top:-10%;
	left:-10%;
	color:#fff;
	line-height:1em;
	font-family:"Bookman Old Style", cursive;
	background-image:url(../img/icon_02.png);
	background-size:contain;
	background-repeat:no-repeat;
	font-weight:bold;
}

.item_img .cut_price span{
	font-family:"Bookman Old Style", cursive;
	color:#fff;
}

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

.menu li a{
	display:block;
	width:100%;
	padding:4%;
	margin:3% 0;
	font-size:12px;
	border:1px #ccc solid;
	position:relative;
}

.menu li a:last-child{
	margin-bottom:0;
}

.menu li a:after {
	content:"";
	background:url(../img/menu_03.png);
	background-size:contain;
	position:absolute;
	top:50%;
	right:3%;
}
.menu a:before{
	content:"";
	position:absolute;
	top:50%;
	left:3%;
}

.menu .favorite a:before{
	background:url(../img/menu_01.png);
	background-size:contain;
}
	
.menu .review a:before{
	background:url(../img/menu_02.png);
	background-size:contain;
}

/*---------------------------------------------------------
	item_name
----------------------------------------------------------- */

.item_name{
	font-weight:bold;
	white-space:nowrap;  
	overflow:hidden;  
	text-overflow:ellipsis;  
	-webkit-text-overflow:ellipsis;  
	-o-text-overflow:ellipsis;
	border:1px #ccc solid;
	border-radius:5px;
    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;
}

/*---------------------------------------------------------
	point_price
----------------------------------------------------------- */

.point_price{
	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;
}

.point_price:before{
	content:"▼▼▼　";
	font-size:12px;
	font-weight:normal;
}

.point_price:after{
	content:"ポイントGET　▼▼▼";
	font-size:12px;
	font-weight:normal;
}

/*---------------------------------------------------------
	nomal_price
----------------------------------------------------------- */

.nomal_price{
	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;
}

.nomal_price:before{
	content:"▼▼▼　通常価格：";
	font-size:12px;
	font-weight:normal;
}

.nomal_price:after{
	content:"円(税込)　▼▼▼";
	font-size:12px;
	font-weight:normal;
}

/*---------------------------------------------------------
	point_nomal_price
----------------------------------------------------------- */


.point_nomal_price{
	font-weight:bold;
	text-align:center;
	padding:2%;
	color:#4177a3;
}

.point_nomal_price:before{
	content:"POINT UP";
	display:inline-block;
	padding:3%;
	margin-right:5%;
	margin-top:-2%;
	color:#fff;
	border-radius:5px;
	vertical-align:middle;
	background-color:#4177a3;
}

.point_nomal_price:after{
	content:"円(税込)";
}

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


.sale_price{
	font-weight:bold;
	text-align:center;
	padding:2%;
	color:#4177a3;
}

.sale_price:before{
	content:"PRICE DOWN";
	display:inline-block;
	padding:3%;
	margin-right:5%;
	margin-top:-2%;
	color:#fff;
	border-radius:5px;
	vertical-align:middle;
	background-color:#4177a3;
}

.sale_price:after{
	content:"円(税込)";
}

/*---------------------------------------------------------
	cart_btn
----------------------------------------------------------- */


.cart_btn a{
	display:block;
	padding:7% 0 7% 0;
	margin-top:5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/cart_btn.png) center center no-repeat;
    background-size: cover;
	color:#1d0000;
	font-weight:bold;
	font-size:12px;
    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;
}

.cart_btn a:hover{
    background: url(../img/cart_btn_white.png) center center no-repeat;
    background-size: cover;
	opacity:1;
}



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

#top_wrapper{
	max-width:1000px;
	margin:0 auto;
	background-image:url(../img/head_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	border:3px #214868 solid;
}

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

#top_wrapper > ul{
	font-size:0;
}


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

.top_page_01 p{
	background-color:#214868;
	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%;
	background-color:#fff;
}

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

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

.top_page_03{
	margin:0 20px 20px;
	background-image:url(../img/contents_bg.jpg);
	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 #214868;
    font-size:14px;
    text-align:center;
    width:100%;
    display:table;
    table-layout:fixed;
}

.top_page_03 .tabs nav ul li{
    border-right:1px solid #214868;
    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:#214868;
}

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

.top_page_03 .tabs nav li.tab-current{
	background-color:#214868;
	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:15% 14% 15% 16%;
	top:0%;
	left:0%;
	color:#fff;
	line-height:1em;
	font-family:"Bookman Old Style", cursive;
	background-image:url(../img/icon_02.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:#fff;
	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;
    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;
	border:1px #ccc solid;
	border-radius:5px;
	padding:3%;
}


.top_page_03 .mediabox p.nomal_price_top{
	font-size:12px;
	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:11px;
	font-weight:normal;
}

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

.top_page_03 .mediabox p:last-child{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	background-color:#214868;
	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:#214868;
	margin:0 -20px 20px;
	box-shadow:
		10px 0 0 0 #214868,
		-10px 0 0 0 #214868,
		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:#0b1a26;
}

.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:#0b1a26;
}

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

.icon{
	margin:0 20px 2%
}

.button a{
	display: block;
	position: relative;
	text-align:center;
	background:#214868;
	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 #214868;
}