/**COLOR**/
/*

WHITE
#F6F6F6

RED
#A81C1D

NAVY
#120726

GRAY
#C7C8C9

*/
.front_page .tanpin_count {
	font-size: 14px;
	margin-left: 7px;
	font-weight: normal;
}
.product_page #item_list .tanpin_count {
	position: absolute;
	left: 70px;
	bottom: 17px;
	font-size: 14px;
	color: #000;
}
#page_product_detail .tanpin_count {
	font-weight: bold;
	position: absolute;
	margin-top: -40px;
	left: 148px;
}
 /* Edge */
@supports (-ms-ime-align: auto) {
div.mv_1 {
    background-attachment: inherit !important;
}
div.mv_2 {
    background-attachment: inherit !important;
}
div.mv_main {
    background-attachment: inherit !important;
}
}
#cart_area p.cart-trigger.cart-is-visible {
	position: absolute;
	right: -29px;
	top: 86px;
	background: #f3f3f3;
	width: 30px;
	min-width: inherit !important;
}
/* EC-CUBEのセッティングを外す */
.ec-layoutRole .ec-layoutRole__contents{
	max-width: initial;
}
#page_homepage #header .container-fluid.inner {
	padding-right: 15px;
	padding-left: 15px;
}
/* COMMON */
.cart_item.table.shipping_multiple_table {
	color: #3e3e3e;
}
.cart_item.table.shipping_multiple_table strong {
	color: #3e3e3e;
}
#shopping_confirm .total_box {
	color: #3e3e3e;
}
#shopping_confirm .heading02 {
	color: #3e3e3e;
}
.message .errormsg:last-child {
	color: crimson;
}
*{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
		min-width: 1200px;
	}
a{
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	text-decoration: none;
	opacity: .8;
}
p{
	letter-spacing: 1.3px;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.col_2{
	width:50%;
}
.col_3{
	width:33%;
}
.col_3_2{
	width:66%;
}
.contain{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.cover{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.m0a{
	margin: 0 auto;
}
.center{
	text-align: center;
}
.ps_rl{
	position: relative;
}
.ps_ab{
	position: absolute;
}
.vert{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.fadein {
    opacity : 0;
    transform : translate(0, -500px);
    transition : all 3s ease;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* BUTTONS */
.red_btn{
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #A81C1D;
}
.red_btn i{
	margin-left: 1em;
}
.red_btn:hover{
	text-decoration:none;
	color: #fff;
	transform: scale(1.1);
}
.vert_navy_btn{
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 16px 10px;
    text-decoration: none;
    color: #fff;
    background-color: #120726;
}
.vert_navy_btn i{
	margin-top: 1em;
}
.vert_navy_btn:hover{
	text-decoration:none;
	color: #fff;
	transform: scale(1.1);
}
.gray_oval_btn{
	display: block;
	position: relative;
	color: #fff;
	background: #595757;
	font-weight: 900;
    letter-spacing: 3px;
    padding: 10px 16px;
    border-radius: 10px;
    width: 26em;
    margin: 1.5em 0;
}
.gray_oval_btn i{
	position: absolute;
	top: 1em;
	right: 1em;
}
.gray_oval_btn:hover{
	text-decoration:none;
	color: #fff;
	transform: scale(1.1);
}
.footer_black_btn{
	display: block;
	padding: 10px 16px;
	color: #A81C1D;
	text-align: center;
	font-size: 24px;
	border: 1px solid #A81C1D;
	max-width: 406px;
}
.footer_black_btn i{
	margin-left: 2em;
}
.footer_black_btn:hover{
	text-decoration: none;
	background: #A81C1D;
	color: #fff;
	transform: scale(1.1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

/* HEADER */
#header{
	background: url(/assets/img/header_back.png) top center no-repeat;
	min-height: 295px;
	position: absolute;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width: 100%;
    z-index: 999;
}
@media only screen and (min-width: 1921px){
	#header{
		min-height: 410px;
	}
}
header#sp{
	display: none;
}
#header .wrap{
	max-width: 1000px;
}
.header_line{
	padding-top: 2px;
	height: 26px;
	color:#fff;
}
.header_line p{
	font-size:12px;
}
.header_logo{
	display: inline-block;
	vertical-align: top;
}
div.header_menu{
	display: inline-block;
	vertical-align: top;
}
ul.header_menu li{
	display: inline-block;
	list-style: none;
	margin: 0 15px;
}
@media only screen and (max-width: 999px){
	#header{
		padding: 10px;
	}
	ul.header_menu li{
		margin: 0 5px;
	}
	#customer dt {
		width: 100%;
	}
	.fas.fa-smile {
		font-size: 60px;
	}
	#customer dd {
		width: 100%;
	}
	#customer dd h3 {
		line-height: 30px;
	}
	.newslist {
		margin: 0 20px;
	}
	body {
		min-width: 100%;
	}
}
.header_ec{
	display: inline-block;
	vertical-align: top;
	float: right;
	max-width: 250px;
	color: #fff;
}
.ec-headerNav{
	text-align: left;
}
.header_ec_menu a{
	text-decoration: none;
	display: block;
    width: 150px;
    margin: 0 0 0 auto;
}
.header_ec_menu a:hover{
	background: #A81C1D;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}
.ec-headerRole__cart{
	margin-top: .6em;
}
.ec-headerNav .ec-headerNav__item{
	display: block;
}
.ec-headerNav .ec-headerNav__itemIcon{
	color: #fff;
}
.ec-headerNav .ec-headerNav__itemLink{
	color: #fff;
}
.ec-cartNavi{
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	background: none;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart{
	color: #111;
}
.ec-cartNaviIsset.is-active{
	z-index: 99999;
}

/* G-NAV */
.nav-trigger{
	display: none;
}
nav.g-nav{
	display: none;
}

/* FOOTER */
div#shipping{
	background: url(/assets/img/footer_back.jpg) top center;
	color: #C7C8C9;
}
div#shipping div,div#shipping p,div#shipping a{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
div#shipping .wrap{
	padding: 4em 0;
}
div#shipping .col_2{
	padding: 2em;
}
h2.wood_back{
	background: url(/assets/img/h2_back.png) center left no-repeat;
	color: #000;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-left: 2em;
    padding: 15px;
}
div#shipping h3{
	font-size: 18px;
	font-weight: 600;
}
div#shipping p.bold{
	font-weight: 600;
}
div#shipping p{
	margin-left: 2em;
	line-height: 24px;
	font-size: 16px;
}
div#shipping img{
	margin-left: 2em;
}
div#footer_menu{
	background: url(/assets/img/footer_back.jpg) top center;
	color: #F6F6F6;
}
div#footer_menu .wrap{
	padding: 4em 0;
}
div#footer_menu ul.footer_menu li{
	margin-left: 1em;
	list-style: none;
	font-size: 18px;
	letter-spacing: 2px;
    margin-bottom: 1em;
}
div#footer_menu ul.footer_menu li:first-child{
	margin-left: 0;
	font-size: 20px;
}
div#footer_menu ul.footer_menu li a:hover{
	background: #A81C1D;
}
div#footer_menu ul.footer_menu li a{
	text-decoration: none;
	color: #F6F6F6;
	padding: .5em;
}
footer#footer{
	background: url(/assets/img/footer_back.jpg) top center;
	color: #F6F6F6;
}
footer#footer .wrap{
	padding-top: 4em;
	padding-bottom: 1em;
}
footer#footer h2{
	font-size: 20px;
}
footer#footer img{
	margin: 1em 0;
}
footer table{
	margin-top: 4em;
}
footer table td{
	vertical-align: top;
	font-size: 16px;
	letter-spacing: 2px;
}
.ec-footerTitle__copyright{
	margin: 1em auto;
}
/* HOME */
div.himono_mv{
	position: absolute;
	top: 250px;
	right: 0;
	z-index:99;
	height: 900px;
}
@media screen and (max-width: 1030px){
	div.himono_mv img{
		position: relative;
		width:70%;
		right:-30%;
	}
}
div.mv_1, div.mv_2,div.mv_2 p{
	height: 1080px;
}
div.mv_1{
	background: url(/assets/img/mv_1.jpg) center center no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div.mv_1 .hov{
	top: 60%;
	left:10%;
}
div.mv_2{
	background: url(/assets/img/mv_2.jpg) center center no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div.mv_2 h2,div.mv_2 p,div.mv_2 img.ink{
	float:right;
}
div.mv_2 h2{
	margin-top: 2em;
}
div.mv_2 p{
	color: #fff;
	margin-top: 8em;
	font-size: 22px;
    line-height: 75px;
    letter-spacing: 5px;
	text-shadow: 1px 2px 4px #000;
}
img.ink{
	margin-top: 60%;
	margin-right: 5%;
}
div#items, div#items .inner{
	height: 1500px;
}
div#items{
	position: relative;
	width:100%;
	background: url(/assets/img/top_back_1.jpg) bottom center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
div#items div.himono{
	position: absolute;
	left: 2em;
	top: 1030px;
	width:476px;
}
div#items .inner{
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,1),rgba(0,0,0,1),rgba(0,0,0,0));
}
#items h2{
	text-align: center;
}
#items h2 img{
	margin: 4em auto 2em;
}
.ec-newItemRole .ec-shelfGrid__item a p{
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	margin: 10px 0 0;
}
.ec-newItemRole .ec-shelfGrid__item a:hover{
	text-decoration: none;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	display: inline-block;
}
ul.ec-productRole__tags{
	margin: .5em auto 1em;
	padding: 0;
}
ul.ec-productRole__tags li{
	list-style: none;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size:12px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0;
}
.ec-newItemRole span{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: inline-block;
}
span.tax{
	color: #fff;
}
span.frozen{
	color: #fff;
	background: #171C61;
	padding: 2px 6px;
	border-radius: 3px;
}
span.ship{
	color: #fff;
	background: #120726;
	padding: 2px 6px;
	border-radius: 3px;
}
div#topics{
	position: relative;
	width:100%;
	background: url(/assets/img/top_back_2.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div#topics .ec-role{
	padding-bottom: 4em;
}
div#topics h2{
	padding: 4em 0 2em 0;
	margin: 0;
}
.ec-newsRole .ec-newsRole__newsDate{
	font-size: 16px;
	letter-spacing: 2px;
}
.ec-newsRole .ec-newsRole__news{
	border: 0;
	border-bottom: 1.4px dashed #000;
	margin-bottom: .5em;
}
.ec-newsRole .ec-newsRole__news{
	padding: 10px 30px;
}
.ec-newsRole .ec-newsRole__newsItem{
	padding: 15px 0;
}
span.topics_term{
	background: #000;
    color: #fff;
    padding: 5px 12px;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.ec-newsRole .ec-newsRole__newsTitle{
	font-size: 16px;
	letter-spacing: 2px;
	color:#000;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
	color:#000;
	letter-spacing: 1px;
}
.ec-newsRole .ec-newsRole__newsColumn{
	min-width: calc(100% - 170px);
}
div#haibosi{
	background: url(/assets/img/top_back_3.jpg) center center no-repeat;
	height:650px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div#haibosi h2,div#haibosi p,div#haibosi a{
	float:right;
}
div#haibosi h2{
	margin-top: 2em;
}
div#haibosi p{
	color: #000;
	margin-top: 8em;
	font-size: 22px;
	font-weight:600;
    line-height: 75px;
    letter-spacing: 5px;
}
@media only screen and (max-width: 1050px){
	div#haibosi p{
		line-height: 55px;
	}
}
div#haibosi a{
	margin-top: 450px;
	margin-right: 2em;
}

/*灰干しとは*/
div.haibosi_mv{
	background: url(/assets/img/haibosi_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:540px;
}
div#haibositoha{
	background:url(/assets/img/haibosi_back_2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 4em 0;
	text-align: center;
}
div#haibositoha div.main_img img{
	width:40%;
}
div#haibositoha .right{
	top: 2em;
	right: 4%;
}
div#haibositoha .left{
	top: 35em;
	left: 10%;
}
div#haibositoha p{
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 40px;
	margin-top: 2em;
	margin-bottom: 6em;
}
div#haibosi_flo{
	background-color: #000;
	color:#fff;
	padding: 4em 0 0;
}
div#haibosi_flo h2{
	padding: 2em 0;
}
div#haibosi_flo .flex{
	margin: 4em auto;
}
div#haibosi_flo .flex .flex{
	margin: 0;
}
div#haibosi_flo .flex img{
	max-width:100%;
	padding:1em;
	min-width: 143px;
}
div#haibosi_flo .flex img.ohgi{
	bottom:0;
}
div#haibosi_flo h3{
	font-size: 14px;
	letter-spacing: 2px;
}
div#haibosi_flo table td{
	line-height:30px;
}
div#haibosi_flo .banner{
	margin: 10em auto 0;
}

/* PAGE */
div.mv_main{
	position: relative;
    background: url(/assets/img/mv_2.jpg) top center no-repeat;
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 500px;
    top: -150px;
}
.ec-layoutRole .ec-layoutRole__contentTop{
	height: 150px;
}
.ec-layoutRole .ec-layoutRole__contents{
	background: #000;
	color: #fff;
	padding-top:240px;
	padding-bottom: 4em;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contents{
	padding-top:0;
	padding-bottom: 0;
}
#page_user_data .ec-layoutRole .ec-layoutRole__contents{
	padding-top: 0;
}
.ec-role{
	color: #fff;
}
.ec-contactRole{
	color:#fff;
}
/* PRODUCT */
.ec-searchnavRole span{
	color:#fff;
}
.ec-shelfRole{
	color:#fff;
}
.ec-productRole{
	color: #fff;
}
.ec-headingTitle{
	color: #fff;
}
.ec-productRole .ec-productRole__tag{
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}
.ec-newItemRole .ec-newItemRole__listItem,.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd),.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type){
	margin:0;
	width:25%;
	padding: 10px;
}
/*MYPAGE*/
.ec-cartRole .ec-cartRole__total,.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP,.ec-cartRow .ec-cartRow__contentColumn,.ec-cartRole .ec-cartRole__totalText,.ec-cartRole .ec-cartRole__progress{
	color:#fff;
}
.ec-guest,.ec-checkbox label{
	color:#818181;
}
.ec-registerRole{
	color:#fff;
}
.ec-orderRole{
	color:#fff;
}
.ec-orderRole h2,.ec-orderRole dl{
	color: #525263;
}
/*ABOUT*/
div.shop_thumb span{
	display: block;
    margin: 15px auto;
    text-align: center;
}
/*MYPAGE*/
.ec-mypageRole,.ec-mypageRole p,.ec-welcomeMsg,.ec-historyRole dl,.ec-withdrawRole .ec-withdrawRole__title{
	color: #fff;
}
.ec-withdrawRole .ec-withdrawRole__description{
	color: #ccc;
}

/*プライバシーポリーシー*/
.ec-heading-bold_1 {
	font-size: 20px;
	margin: 40px 0px 8px;
	font-weight: bold;
}

.ec-heading-bold_2 {
	font-size: 18px;
	margin: 20px 0px 8px;
}

.ec-heading-bold_3 {
	font-size: 16px;
	margin: 20px 0px 8px;
}

#haibosi_flo .m0a video {
	width: 100%;
}

/* MEDIA QUERY */
@media only screen and (max-width: 991px){
	/*PAGE*/
	.col_2 {
    	width: 100%;
	}
		video {
		width: 100%;
	}
	.wrap{
		padding: 0 30px;
	}
	.ec-layoutRole .ec-layoutRole__contentTop{
		height:0;
	}
	.ec-layoutRole .ec-layoutRole__contents{
		padding-top: 0;
	}
	/*HEADER*/
	div.mv_main{
		display:none;
	}
	#header{
		display: none;
	}
	header#sp{
		display: block;
		background: #000;
		padding: 10px;
	}
	.ec-headerNaviRole__nav,header#sp .menu div.ec-headerLink__icon,header#sp .menu div.ec-headerRole__cart{
		display:inline-block
	}
	.ec-headerLink__icon{
		color: #fff;
		font-size: 24px;
		margin: 0 5px;
	}
	header#sp .menu{
		text-align: center;
	}
	header#sp .menu img,.ec-headerNaviRole__right{
		display: inline-block;
	}
	.ec-headerNaviRole__right{
		right: 0;
	}
	/*g-nav*/
	.nav-trigger{
		position: fixed;
	    width: 70px;
	    height: 70px;
	    background: transparent;
	    z-index: 99999;
	    top: 0;
	    left: 0;
	}
	.nav-trigger::after{
	}
	.nav-trigger.active::after{
		background: none;
		content: 'CLOSE';
		color: #fff;
	    font-size: 10px;
	    margin: 10px 20px;
	    position: absolute;
	    bottom: 0;
	}
	.nav-trigger,
	.nav-trigger span{
		display: inline-block;
		transition: all .4s ease;
		box-sizing: border-box;
		cursor :pointer;
	}
	.nav-trigger span{
		position: absolute;
		background: #fff;
	    width: 35px;
	    height: 4px;
	    border-radius: 5px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.nav-trigger span:nth-of-type(1){
		top: 20px;
	}
	.nav-trigger span:nth-of-type(2){
		top: 20px;
		bottom: 20px;
	}
	.nav-trigger span:nth-of-type(3){
		bottom: 20px;
	}
	.nav-trigger.active span:nth-of-type(1){
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	.nav-trigger.active span:nth-of-type(2){
		opacity: 0;
	}
	.nav-trigger.active span:nth-of-type(3){
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.g-nav{
		display: none;
		position: fixed;
		top: 0;
		left:0;
		width:320px;
		background: #000;
		height:100%;
		z-index:99998;
		padding-bottom: 30px;
		overflow-y: scroll;
	}
	.g-nav span, .g-nav li{
		font-size: 14px !important;
	}
	.g-nav .flex{
		padding-top: 60px;
	}
	.g-nav .mini_menu_header_logo{
		margin: 0 auto;
	    width: 300px;
	}
	.g-nav .list {
		padding: 20px 40px;
		text-align: center;
		margin-top: 30px;
	}
	.g-nav .list .item{
		display: inline-block;
	    margin: 0 20px;
		border-bottom: 1px solid #fff;
	}
	.g-nav .list .item a {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #fff;
		padding: 10px 0 6px;
		letter-spacing: 2px;
	}
	.g-nav img{
		display: block;
	    padding: 20px;
	}
	.g-nav ul {
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}
	.g-nav li{
		display: block;
		vertical-align: top;
		background: #444;
    	margin-bottom: 10px;
    	border-radius: 10px;
	}
	.g-nav li a{
		text-decoration: none;
		color: #fff;
		font-weight: 900;
		padding: 10px;
		margin: 10px;
		line-height: 40px;
	}
	.g-nav li a:hover{
		background: #fff;
	}
	.g-nav_footer{
		padding-bottom:1em;
		margin: 0 auto !important;
	}

	/*FOOTER*/
	#footer_menu{
		display:none;
	}

	#footer .col_2 {
		width: 60%;
		margin: 0 auto;
	}

	#footer #ship_top {
		width: 60%;
		margin: 0 auto;
	}

	/* INDEX */
	div.himono_mv{
		top: 120px;
    	right: 20px;
    	z-index: 999;
    	height: 600px;
	}
	div.mv_1 .hov{
		top: 30%;
	}
	div.mv_1, div.mv_2, div.mv_2 p{
		height:720px;
	}
	div.mv_2 h2{
		width:25%;
	}
	div.mv_2 h2 img{
		width: 100%;
	}
	div.mv_2 p{
		margin-top: 4em;
		font-size: 16px;
    	line-height: 61px;
    	margin-right: 24px;
	}

	div#items{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#items h2 img{
		margin: 2em 0 1em;
	}
	.ec-newItemRole .ec-newItemRole__listItem a p{
		font-size: 16px;
	}
	.ec-newItemRole span{
		font-size: 14px;
	}
	div#topics h2{
		padding: 2em 0 1em 0;
	}
	div#haibosi h2{
		width:25%;
	}
	div#haibosi h2 img{
		width: 100%;
	}
	div#haibosi p{
		font-size: 18px;
		line-height: 57px;
	}
	/* 灰干しとは */
	div#haibositoha .right,div#haibositoha .left{
		display: none;
	}
	div#haibositoha .wrap img{
		width:100%;
	}
	#haibosi_flo .col_3{
		display: none;
	}
	#haibosi_flo .col_3_2{
		width: 100%;
	}
	div#haibosi_flo .banner img{
		width: 100%;
	}

	/*新しく追加したもの*/
	/*TOP 商品一覧*/
	div#items, div#items .inner{
		height: 1050px;
	}

	div#items div.himono{
		display: none;
	}

	/*商品ページ*/
	.item_list {
		padding: 0 26px;
	}

	/*TOP フッター*/

	footer table {
		margin-top: 2em;
	}

	/*灰干フロー*/
	#haibosi_flo .col_2 {
		width: 50%;
	}

	#contents .container-fluid{
		margin-bottom: 0;
	}

	#contents .container-fluid.inner {
		margin-bottom: 0;
	}

	header#sp .menu {
		bottom: 20px;
	}

}
@media only screen and (max-width:768px){
	header#sp{
		height: 60px;
	}
	.newslist dt .news_title {
		padding-left: 0;
		font-size: 16px;
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.ec-shelfGrid__item {
		width: 48%;
	}
	span.topics_term {
		margin-left: 12px;
	}
	#item_list .row {
		padding: 0 10px !important;
	}
	#item_list .col-sm-3 {
		width: 48%;
		margin: 1%;
	}
	.menu img{
		width:80px;
		padding-top: 8px;
	}
	.ec-headerNav__itemLink{
		display: inline-block!important;
	}
	span.ec-headerNav_itemLink{
		display:none!important;
	}
	.ec-cartNavi{
		border: 0;
		padding: 10px;
	}
	.ec-cartNaviIsset{
		min-width: 320px;
	}
	/*G-NAV*/
	.nav-trigger{
		width: 60px;
		height: 60px;
	}
	.nav-trigger span{
		width: 30px;
	}
	.nav-trigger span:nth-of-type(1){
		top: 15px;
	}
	.nav-trigger span:nth-of-type(2){
		top: 15px;
		bottom: 15px;
	}
	.nav-trigger span:nth-of-type(3){
		bottom: 15px;
	}
	.nav-trigger.active span:nth-of-type(3){
		-webkit-transform: translateY(-21px) rotate(45deg);
		transform: translateY(-21px) rotate(45deg);
	}
	.nav-trigger.active::after{
		margin: 10px 13px;
	}
	/*FOOTER*/
	footer#footer img{
		width:100%;
	}
	/*INDEX*/
	div.mv_1 .hov{
		top: 60%;
		width: 15%
	}
	div.mv_2{
		height: 1200px;
	}
	div.mv_2 h2{
		width:270px;
		float: unset;
		margin: 0 auto;
		padding: 2em 0;
	}
	div#items, div#items .inner{
		height:2350px;
	}
	.ec-newsRole .ec-newsRole__newsTitle{
		margin-top: 1em;
	}
	.ec-newsRole .ec-newsRole__newsItem:last-of-type{
		margin-bottom: 0;
	}
	div#haibosi{
		height: 900px;
	}
	div#haibosi h2{
		width:270px;
		float: unset;
		margin: 0 auto;
		padding: 2em 0;
	}
	div#haibosi p{
		margin-top: 1em;
		line-height: 35px;
	}
	div#haibosi a{
		margin-top: 180px;
	}

	div#items, div#items .inner{
		height: 2024px;
	}

/*特定商取引法*/
	.ec-borderedDefs dt {
	font-size: 17px;
	width: 100%;
	margin-bottom: 6px;
	}

	.ec-borderedDefs dd {
		width: 100%;
	}

	/*商品ページ*/
	h1.page-heading {
	margin: 40px 0;
	}

	#page_navi_top {
		margin: 20px;
	}

	#topicpath ol {
		margin-bottom: 0;
	}

	#topicpath li a {
		font-size: 20px;
		margin-left: 20px;
	}
	/*灰干し*/
	div#haibosi_flo .banner{
	margin: 6em auto 0;
	}

	.h_d {
		width: 351px;
		margin: 0 auto;
	}

	div.mv_2 p{
		margin-top: 4em;
		font-size: 16px;
    	line-height: 41px;
    	margin-right: 0;
	}

	header#sp .menu {
		bottom: 0;
	}

	footer table td{
	letter-spacing: 1px;
	}

	div.mv_1 {
		background-attachment: inherit;
	}

	div.mv_2 {
		background-attachment: inherit;
	}
}
@media only screen and (max-width:630px){
	div#items, div#items .inner{
		height:1823px;
	}

		#footer .col_2 {
		width: 100%;
	}

	#footer #ship_top {
		width: 72%;
		margin: 0px 29px;
	}
}
@media only screen and (max-width:480px){
	.col_2,.col_3{
		width:100%;
	}
	.wrap{
		padding: 0 20px;
	}
	.vert{
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
	}
	/*HEADER*/
	.menu img.splogo {
		position: inherit;
		top: 0;
		z-index: 9999;
	}
	.ec-layoutRole .ec-layoutRole__contentTop {
    	background: #000;
    	height: 70px;
	}
	.ec-cartNaviIsset.is-active {
	    z-index: 99999;
	    min-width: 100vw;
	    right: -10px;
	}
	/*FOOTER*/
	div#shipping p{
		margin-left:.5em;
	}
	div#shipping img{
		margin-left:0;
		width:100%;
	}
	.gray_oval_btn{
		font-size:13px;
		width:100%;
	}
	footer table td{
		font-size: 12px;
	}
	/* INDEX */
	div.mv_2 h2, div.mv_2 p, div.mv_2 img.ink{
		float: none;
		margin: 0 auto;
	}
	div.mv_2{
		height: auto;
	}
	div.mv_2 p{
		line-height: 30px;
		height:auto;
	}
	img.ink{
		margin-top: 2em!important;
		margin-bottom: 2em!important;
	}
	div#items{
		background: none;
	}
	div#items, div#items .inner{
		height: auto;
	}
	div#items .inner{
		position: relative;
	}
	.ec-newItemRole .ec-newItemRole__listItem{
		width: 98%;
	}
	.ec-newsRole .ec-newsRole__news{
		padding: 10px 0;
	}
	div#haibosi h2, div#haibosi p, div#haibosi a{
		float: none;
	}
	div#haibosi p{
		margin:0;
	}
	div#haibosi a{
		margin-top: 1em;
		padding: 10px;
	}
	div#haibosi a i{
		display: none;
	}
	/*灰干しとは*/
	div#haibosi_flo .flex img{
		min-width:120px;
	}
	div#haibositoha div.main_img img{
		width:60%;
	}
	/*PRODUCT*/
	.ec-shelfGrid .ec-shelfGrid__item{
		width:100%;
		margin-top: 63px;
	}
	.ec-shelfGrid .ec-shelfGrid__item-image{
		height: auto;
	}
	#item_list .col-sm-3 {
		width: 98%;
		margin: 1% auto 16px;
		max-width: 300px;
	}
	div.haibosi_mv {
		height: 140px;
	}

	div.mv_1 .hov {
		width: 30%;
	}

	#items h2{
		margin: 35px 0;
	}

	#haibosi_flo .col_2 {
		width: 100%;
	}

	.h_d {
		width: 100%;
	}

	footer table td {
		font-size: 12px !important;
	}
}