@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Ropa+Sans&display=swap&subset=japanese');

/*   
Theme Name: wasabi
*/
/***************************
 *
 * ベース
 *
 **************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:15px;
	font-style: normal;
	font-weight: 400;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
html {
	overflow: auto;
}

body {
	line-height:1;
	color: black;
	position: relative;
	letter-spacing: 0.05em;
	min-width: 1000px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #aaa;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img,.btn:hover,#M_basketClosedBox a:hover,.soldout:not(:hover){
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;	
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}


/***************************
 *
 * レイアウト
 *
 **************************/
body {
	margin: 0;
}
.l-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 5;
}

.l-header {
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 55;
	background: rgba(255,255,255,0.8);

}

.l-nav {
	width: 100%;
	margin: 0px auto 0;
	padding-left: 275px;
	box-sizing: border-box;
	
}

.l-contents {
	padding-top: 110px;
	position: relative;
}


.l-sidebar {
	width: 200px;
	float: right;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}

.l-footer {
	clear: both;

}


.sp {
	display: none !important;
}
.br-sp {
	display: none;
}
.none {
	display: none;
}
