body{
	font-family: YakuHanMP, 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	/* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif; */
	/*  font-family:  YakuHanMP,'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
	font-weight: 400;
	background-color: #fff;
	color: #222;
}

a{
	color: #222;
	transition : color 0.4s;
}

a:focus, a:hover {
    color: #777;
    text-decoration: none;
}

.band_banner a {
    color: #fff !important;
}

@media  (min-width: 768px) {
	.sp {
	  display: none !important;
	}
  }
  @media  (max-width: 767px) {
	.pc {
	  display: none !important;
	}
  }


  
.secinner{
	width: 1140px!important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}  
@media (max-width: 1140px){
	.secinner {
	  width: 100%!important;
	  padding-left: 20px!important;
	  padding-right: 20px!important;
	}
}
@media (max-width: 767px){
	.secinner {
		padding-left: 20px;
		padding-right: 20px;
	}
}



.morebtn{
    color: #000;
    border: 1px solid #222;
    display: block;
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    /* font-weight: bold; */
    letter-spacing: 0.05em;
    transition: color 0.4s, background-color 0.4s!important;
}
.morebtn:hover,
.morebtn:active{
	background-color: #EBE4D2;
	/* color : #fff; */
	color: #222;
}

.morebtn--vertical{
/*     -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
    padding: 13px 9px;
}

.morebtn__txt{margin-bottom: 10px;}

.morebtn--vertical .morebtn__txt{

}

.morebtn__img{

}

@media all and ( max-width:  767px) {
    .morebtn{
    }
    
    .morebtn__txt{
    margin-bottom: 0;
    }
    
    .morebtn__img{
    
    }
    .morebtn--vertical{
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	}
}

.bg--wave{
    background-image: url("../img/common/bgimg2.png");
}

.ec-layoutRole{
    /* background-color : #f7f3e5; */
    /* background-color: transparent; */
}



.common__ttl{
    border: 2px solid #666666;
    color: #fff;
    display: inline-block;
    /* margin-left: 26px; */
    padding: 14px 12px;
    /* margin-right: 4px; */
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    background-color: #222222;
}
.common__ttl--news{
	color: #222;
	background-color: #fff;
	padding: 9px 12px;
	border-width: 1px;
}
@media print,screen and (max-width: 767px) {
	.common__ttl{
		padding: 8px 8px;
	}
}
/* .common__ttl--toprank{
	margin-right: 9px;
}
@media print,screen and (max-width: 767px) {
	.common__ttl--toprank{
		margin-right: 9px;
		margin-left: auto;
		margin-bottom: 54px;
	}
} */
  
.common__ttlen{
    
  font-size: 1.2rem;
    
  color: #aaaaaa;
    
  position: absolute;
    
  padding: 8px 4px;
    
  background-color: #F7F3E5;
    
  right: -15px;
    
  top: 14px;
    
  letter-spacing: 0.08em;
}

.common__ttl--toprank .common__ttlen{
	background-color : #EBE4D2;
}
  
.common__ttlja{
    
  margin: 0;
    
  font-size: 3.2rem;
    
  letter-spacing: 0.04em;
}
.common__ttlja--news{
	font-size: 2.4rem;
}
@media all and ( max-width: 767px) {
	.common__ttlja{
		font-size : 2.2rem;
	}
}

/* .ec-layoutRole__left .ec-itemNav__nav > li:hover li:hover > a{
    background: #fafafa;
}
.ec-layoutRole__left .ec-itemNav__nav li:hover ul li ul li a:hover{
    background: #fafafa;
} */



/* カレンダー */




/* spドロワーのログインメニュー */
.ec-sploginNav{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 13px;
    margin-top: 8px;
}
.ec-sploginNav__link{
    width: 48%;
    background-color: #E8340C;
    color : #fff;
    padding: 13px 6px;
    border-radius: 0px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
}
.ec-sploginNav__link:hover{
    color : #fff;
}
.ec-sploginNav__link i{/* margin-right: 10px; */font-size: 22px;}
.ec-sploginNav__link span{font-size: 16px;margin-top: 9px;}


.ec-drawerRoleClose{
	z-index : 1001;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	border-radius: 0;
	background-color: #E8340C;
	color: #fff;
}
.ec-drawerRole{
    padding-top: 80px;
    margin-top: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 1000!important;
    padding-left: 20px;
    padding-right: 20px;
}
.ec-drawerRole .ec-headerSearch{
	padding: 8px 0px 30px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
	border-radius: 0;
	background-color: #222222;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select{
	background-color: #222222;
}
.ec-headerSearch .ec-headerSearch__keyword{
	border-radius: 0;
}
.ec-headerSearch .ec-headerSearch__keyword input{
	border-radius: 0;
}
/* .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
} */
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav{
	/* padding-bottom: 17px; */
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li.has-child{/* padding-bottom: 18px; */}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .cate{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .cate {
    /* border-bottom: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    color: black;
    font-weight: normal;
    background: transparent;
    padding: 0;
    font-size: 18px;
    position: relative;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .child li:nth-child(2n+1) .cate {
    /* border-right : 1px solid #ccc; */
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li i{
   position: absolute;
   /* right: 0px; */
   /* top: 0px; */
   /* padding: 19px 19px 19px 24px; */
   /* z-index: 1; */
   font-size: 14px;
   color: #fff;
   /* margin-right: 20px; */
   right: 20px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .child li i{
    /* padding-right: 12px; */
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .child_outer {
    /* display: none; */
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul.child {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    /* background-color: #fff; */
    /* border-top: 1px solid #ccc; */
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav a{
    position: relative;
    z-index: 2;
    padding: 13px 20px!important;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .has-child > .cate > a{
    position: static;
    z-index: 0;
    padding-bottom: 15px!important;
} 
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav .has-child > .cate.visible > i:before{
    content : "\f077";
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul.child li{
    /* width : 50%; */
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > .cate{
    /* border-top: 1px solid #888888; */
    border-bottom: 1px solid #222;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav  li.has-child  .cate{
	border-bottom: none;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a{
	/* padding-left: 37px!important; */
	font-size: 18px;
	padding: 12px 7px 12px 30px!important;
	color: #fff!important;
	position : relative;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul.child li a:before{
	content: "";
	width: 8px;
	/* height: 1px; */
	border-bottom : 1px solid #fff;
	position: relative;
	display: inline-block;
	/* position : absolute; */
	/* top: 20px; */
	/* left: 19px; */
	margin-bottom: 0.4em;
	margin-right: 10px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a{
		background: transparent;
		padding-left: 60px!important;
}
.ec-drawerRole .ec-headerLinkArea{
    background-color: transparent;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list{border-top: 1px solid #222;border-bottom: 1px solid #666666;}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
    color: #fff;
    font-weight : normal;
    padding: 20px 20px;
    border-top: 1px solid #666666;
    border-bottom: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item i{
	font-size : 14px;
}
.ec-drawerRole .ec-blockBtn--action{
	display: flex;
	-js-display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	/* margin-bottom: 30px; */
}


/* 見出し */
.ec-headingOuter{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
}
.ec-headingOuter--recommend{

margin-bottom: 35px;
}
.ec-headingOuter--news{
    /* margin-bottom: 35px; */
    width: 112px;
}
.ec-headingOuter--blog{
    
padding-left: 34px!important;
    
padding-right: 26px!important;
    
padding-top: 5px;
    
margin-bottom: 16px;
}
.ec-heading{
    /* display: flex; */
    /* display: -webkit-flex; */
    /* -webkit-justify-content: flex-start; */
    /* justify-content: flex-start; */
    /* flex-flow: row nowrap; */
    /* -webkit-flex-flow: row nowrap; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}
.ec-heading__img{
    width : 40px!important;
    height : 40px;
}
.ec-heading__ja{
    font-size: 2.6rem;
    color : #222;
    /* font-weight: bold; */
    /* margin-left: 13px; */
    display: block;
}
.ec-heading__en{
    font-size: 1.2rem;
    /* margin-left : 14px; */
    color : #b3b3b3;
    display: block;
    margin-top: 10px;
}
@media all and ( max-width:  870px) {
    .ec-heading__en{
        /* display: none; */
    }
}
.ec-button{
    background-color: #222222;
    border-radius : 9999px;
    display: block;
    padding: 5px 11px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    color : #fff;
    font-size: 14px;
}
.ec-button__str{
    
/* font-size: 14px; */
    
margin-right: 15px;
}
.ec-button i{
}



/* 商品一覧 */
.ec-shelfGrid__item .ec-shelfGrid__item-name{
    color : #222;
}
.ec-shelfGrid__item .price02-default{
    color : #222;
    margin-top : 0.4em;
    font-weight:bold;
    font-size:18px;
}

.ec-shelfGrid__item  .ec-shelfGrid__item-category{
    color : #222;
    margin-top : 0.4em;
}
.ec-shelfGrid__item  .ec-shelfGrid__item-priceOuter{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.ec-shelfGrid__item-favorite{

margin-top: 9px;
}
.ec-shelfGrid__item-favoritebutton{
    
background-color: transparent;
    
border: none;
}
.ec-shelfGrid__item-favoritebutton i{
    color : #dddddd;
}
.ec-shelfGrid__item-favoritebutton i.already{
    color : #de5d50;
}
.ec-shelfGrid__item-tagarea{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    /* margin-top : 20px; */
    position: absolute;
    top: 0px;
    right: 0px;
}
.ec-shelfGrid__item-rankarea{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row-reverse wrap;
    -webkit-flex-flow: row-reverse wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    /* margin-top : 20px; */
    position: absolute;
    top: 0px;
    right: 0px;
}
.ec-shelfGrid__item-tag{
    display: block;
    padding: 5px 11px;
    background-color: #E8340C;
    /* border-radius : 9999px; */
    font-size: 14px;
    /* margin-right : 5px; */
    margin-bottom : 5px;
    color: #fff;
}
.ec-shelfGrid__item-rank{
    display: block;
    padding: 2px 10px;
    background-color: #b3b3b3;
    /* border-radius : 9999px; */
    font-size: 18px;
    /* margin-right : 5px; */
    /* margin-bottom : 5px; */
    color: #fff;
}
.ec-shelfGrid__item-rank.rank--1{
	background-color: #d8a344;
}
.ec-shelfGrid__item-rank.rank--2{
	background-color: #878787;
}
.ec-shelfGrid__item-rank.rank--3{
	background-color: #a88a6a;
}

.ec-shelfGrid__item-tag:last-child{
    /* margin-right : 0; */
}

/* .ec-shelfGrid__item-category a:hover{
    text-decoration: underline;

} */

.ec-secondHeading{
    /* text-align: center; */
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* position: relative; */
}
.ec-secondHeading.productlist{
	background-image:url("../img/common/secondHeading__productlist.jpg");	
}
.ec-secondHeading.house{
	background-image:url("../img/common/secondHeading__house.jpg");	
}
.ec-secondHeading.help_about{
	background-image:url("../img/common/secondHeading__about.jpg");	
}
.ec-secondHeading.contact{
	background-image:url("../img/common/secondHeading__contact.jpg");	
}
.ec-secondHeading.kodawari{
	background-image:url("../img/common/secondHeading__kodawari.jpg");	
}
.ec-secondHeading.vertical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* margin-left: 50%; */
	/* margin-right: 50%; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	height: 400px;
	width: 100%;
	display: flex;
	-js-display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position : relative;
	background-repeat : no-repeat;
	background-size : cover;
	background-position: center;
}
.ec-secondHeading.vertical:before{
	content : "";
	background-color : rgba(0,0,0,0.4);
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
}
.ec-secondHeading.horizon{

}
.ec-secondHeading__str{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    
}
.ec-secondHeading.vertical .ec-secondHeading__str{
	/* margin-top: 135px; */
	color : #fff;
	position: relative;
	top: 0.4em;
}
.ec-secondHeading.horizon .ec-secondHeading__str{
	text-align:center;
	margin-top: 57px;
}
.ec-secondHeading__strja{	
	margin: 0;
	letter-spacing: 0.01em;
}
.ec-secondHeading.vertical .ec-secondHeading__strja{
	font-size: 3.2rem;
	/* top: 0.2em; */
	/* position: relative; */
}
.ec-secondHeading.horizon .ec-secondHeading__strja{
	font-size: 2.6rem;
}
.ec-secondHeading.vertical .ec-secondHeading__stren{
	position: absolute;
	top: 0px;
	right: -35px;
	font-size: 1.2rem;
}

.ec-secondHeading.vertical .ec-secondHeading__strja.ec-secondHeading__strja--long{
	/* top: 0.2em; */
	/* position: relative; */
	letter-spacing: 0;
}

.ec-secondHeading.horizon .ec-secondHeading__stren{
	color: #aaaaaa;
	font-size: 1.2rem;
	margin-top: 10px;
}
.ec-secondHeading.vertical .ec-secondHeading__strsubcate{
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 1.6rem;
}
.ec-secondHeading__bar{
    /* width : 28px; */
    /* border-top : 1px solid #222; */
    /* margin-top : 20px; */
    /* margin-left :auto; */
    /* margin-right : auto; */
}


  /* フッター */
  .ec-footerRole .ec-footerRole__inner{
    padding-left: 20px;
    padding-right: 20px;
}
.ec-footerRole{
    background-color: #222222;
    border-top: 0;
    padding-top: 120px;
    padding-bottom: 118px;
    margin-top: 0;
}
.ec-footerInner{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 44px;
}


.ec-footerTitle{color : #222;padding-top: 0;margin-right: 54px;}

.ec-footerTitle .ec-footerTitle__logo a{
    
font-size: 18px;
}
.ec-footerInfo{

color: #222;

margin-top: 4px;
}
.ec-footerInfo__lead{

margin-bottom: 10px;

font-size: 16px;
}
.ec-footerInfo__contact{

display: flex;
display: -webkit-flex;

-webkit-justify-content: flex-start;

justify-content: flex-start;

flex-flow: row nowrap;

-webkit-flex-flow: row nowrap;

align-items: center;

-webkit-align-items: center;

margin-bottom: 10px;
}

@media all and ( max-width:  850px) {
    .ec-footerInfo__contact{
        display: block;
    }
}

.ec-footerInfo__contact{

}

.ec-footerInfo__contact_1{

font-size: 24px;
margin-right: 31px;


}
.fas.fa-phone-volume{

/* font-size: 24px; */

}
.ec-footerInfo__contact_2{
font-size : 16px;
margin-left: 12px;
}
.ec-footerInfo__contact_3{

font-size: 24px;

}
@media all and ( max-width:  850px) {
    .ec-footerInfo__contact_3{
        margin-top : 10px;
    }
}
.fas.fa-print{

}
.ec-footerInfo__address{

margin-bottom: 20px;

}
.ec-footerNavi{

text-align: left;

}
.ec-footerNavi__link{

}
.ec-footerTitle__copyright{
    color: #fff;
    font-size: 1.2rem;
}
.ec-footerNavi__link{
    color: #222;
    /* border-right: 1px solid #222; */
}
.ec-footerNavi__link a{
    text-decoration: none!important;
    margin-left: 0!important;
    margin-right: 22px!important;
    /* border-right: 1px solid #000; */
    padding-right: 20px!important;
    font-size: 1.4rem;
    position : relative;
    color: #ffffff!important;
}
.ec-footerNavi__link:first-child a:after{
    display: block;
    content : "";
    height : 16px;
    border-left: 1px solid #888888;
    position: absolute;
    top: 2px;
    right: -4px;
}







    @media all{
    div#menu_top_right_area{position:fixed;top: 38.4vh;right: 11px;padding-top:40px;z-index:10;}
    @media ( max-width: 767px){
    div#menu_top_right_area{display:none!important;}
    }

    ul.header_top_social{list-style-type: none;padding-left: 0;display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;flex-flow: row nowrap;-webkit-flex-flow: row nowrap;align-items: flex-start;-webkit-align-items: flex-start;margin-top: 6px;}
    ul.header_top_social li.fb{margin-right: 20px;}
	ul.header_top_social li a{color: #222;display:block;/* width: 32px; *//* height: 32px; *//* background-color:#cccccc; */display:flex;justify-content:center;align-items:center;border-radius:50%;margin-left:auto;margin-right:auto;/* margin-top:10px; */font-size: 20px;/* background-color:#000; */}
   
	}

	@media print,screen and (max-width: 767px) {
		
		 ul.header_top_social{list-style-type: none;padding-left: 0;display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;flex-flow: row nowrap;-webkit-flex-flow: row nowrap;align-items: center;-webkit-align-items: center;margin-top: 0px;padding-top: 56px;padding-bottom: 56px;}
    ul.header_top_social li.fb{margin-right: 60px;}
	ul.header_top_social li a{color: #fff;display:block;/* width: 32px; *//* height: 32px; *//* background-color:#cccccc; */display:flex;justify-content:center;align-items:center;border-radius:50%;margin-left:auto;margin-right:auto;/* margin-top:10px; */font-size: 26px;/* background-color:#000; */}
   
	}


    .ec-pageHeader h1:after{
        /* content: ""; */
        /* width: 28px; */
        /* border-top: 1px solid #222; */
        /* margin-top: 20px; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* display: block; */
    }


.commontbl{border-top: 1px solid #888888;width: 100%;max-width: 1000px;margin-left: auto;margin-right: auto;}
.commontbl th,.commontbl td{border-bottom: 1px solid #888888;padding-top: 16px;padding-bottom: 16px;padding-left: 19px;line-height: 1.6;}
.commontbl th{width: 24%;font-weight: normal;}
.commontbl td{width: 76%;}
.commontbl--about{margin-bottom: 82px;}

#page_mypage .ec-imageGrid, 
#page_shopping_confirm .ec-imageGrid,
#page_shopping .ec-imageGrid{
    border-top : none;
    padding-top: 17px;
    padding-bottom: 17px;
}
#page_mypage_history .ec-imageGrid{
    padding-top: 17px;
    padding-bottom: 17px;
}

.ec-pageHeader h1{
    /* line-height: 1.4; */
    /* margin-top: -7px; */
}

#page_help_privacy .ec-layoutRole__mainWithColumn p{
    line-height: 1.6;
}
#page_help_privacy .ec-layoutRole__mainWithColumn ul{
    padding-left: 1.4em;
    margin-top: 0.7em;
}
#page_help_privacy .ec-layoutRole__mainWithColumn ul li{
    margin-bottom : 0.5em;
}

.ec-stock0{
    color: #fff;
    padding: 0.4em 0.6em;
    margin-top: 0.4em;
    border : 1px solid #DE5D50;
    border-radius : 6px;
    font-size: 14px;
    text-align: center;
    background-color: #DE5D50;
}

.ec-errorMessage{
    color : #DE5D50;
}

#page_help_agreement .ec-off1Grid__cell{
    line-height: 1.7;
}


/* 会員登録ページ等の登録フォーム */
#page_shopping .ec-halfInput,
#page_shopping_nonmember .ec-halfInput,
#page_shopping_shipping_multiple_edit .ec-halfInput,
#page_shopping_shipping_edit .ec-halfInput,
#page_mypage_delivery_edit .ec-halfInput,
#page_mypage_delivery_new .ec-halfInput,
#page_mypage_change .ec-halfInput,
#page_contact .ec-halfInput,
#page_entry .ec-halfInput{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
#page_shopping .ec-layoutRole__mainWithColumn input,
#page_shopping_nonmember .ec-layoutRole__mainWithColumn input,
#page_shopping_shipping_multiple_edit .ec-layoutRole__mainWithColumn input,
#page_shopping_shipping_edit .ec-layoutRole__mainWithColumn input,
#page_mypage_delivery_edit .ec-layoutRole__mainWithColumn input,
#page_mypage_delivery_new .ec-layoutRole__mainWithColumn input,
#page_mypage_change .ec-layoutRole__mainWithColumn input,
#page_contact .ec-layoutRole__mainWithColumn input,
#page_entry .ec-layoutRole__mainWithColumn input{
    margin-bottom : 0;
}
#page_shopping .ec-zipInput,
#page_shopping_nonmember .ec-zipInput,
#page_shopping_shipping_multiple_edit .ec-zipInput,
#page_shopping_shipping_edit .ec-zipInput,
#page_mypage_delivery_edit .ec-zipInput,
#page_mypage_delivery_new .ec-zipInput,
#page_mypage_change .ec-zipInput,
#page_contact .ec-zipInput,
#page_entry .ec-zipInput{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 4px;
}
#page_shopping .ec-zipInputHelp,
#page_shopping_nonmember .ec-zipInputHelp,
#page_shopping_shipping_multiple_edit .ec-zipInputHelp,
#page_shopping_shipping_edit .ec-zipInputHelp,
#page_mypage_delivery_edit .ec-zipInputHelp,
#page_mypage_delivery_new .ec-zipInputHelp,
#page_mypage_change .ec-zipInputHelp,
#page_contact .ec-zipInputHelp,
#page_entry .ec-zipInputHelp{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0;
}
#page_shopping .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_shopping_nonmember .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_shopping_shipping_multiple_edit .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_shopping_shipping_edit .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_mypage_delivery_edit .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_mypage_delivery_new .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_mypage_change .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_contact .ec-zipInputHelp .ec-zipInputHelp__icon,
#page_entry .ec-zipInputHelp .ec-zipInputHelp__icon{
    top: 5px;
}
#page_shopping .ec-zipInputHelp a,
#page_shopping_nonmember .ec-zipInputHelp a,
#page_shopping_shipping_multiple_edit .ec-zipInputHelp a,
#page_shopping_shipping_edit .ec-zipInputHelp a,
#page_mypage_delivery_edit .ec-zipInputHelp a,
#page_mypage_delivery_new .ec-zipInputHelp a,
#page_mypage_change .ec-zipInputHelp a,
#page_contact .ec-zipInputHelp a,
#page_entry .ec-zipInputHelp a{
    display: block;
}
#page_shopping .ec-zipInputHelp a span,
#page_shopping_nonmember .ec-zipInputHelp a span,
#page_shopping_shipping_multiple_edit .ec-zipInputHelp a span,
#page_shopping_shipping_edit .ec-zipInputHelp a span,
#page_mypage_delivery_edit .ec-zipInputHelp a span,
#page_mypage_delivery_new .ec-zipInputHelp a span,
#page_mypage_change .ec-zipInputHelp a span,
#page_contact .ec-zipInputHelp a span,
#page_entry .ec-zipInputHelp a span{
    display: block;
    line-height: 1;
}
#page_shopping .ec-birth,
#page_shopping_nonmember .ec-birth,
#page_shopping_shipping_multiple_edit .ec-birth,
#page_shopping_shipping_edit .ec-birth,
#page_mypage_delivery_edit .ec-birth,
#page_mypage_delivery_new .ec-birth,
#page_mypage_change .ec-birth,
#page_contact .ec-birth,
#page_entry .ec-birth{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
}
#page_shopping .ec-birth select,
#page_shopping_nonmember .ec-birth select,
#page_shopping_shipping_multiple_edit .ec-birth select,
#page_shopping_shipping_edit .ec-birth select,
#page_mypage_delivery_edit .ec-birth select,
#page_mypage_delivery_new .ec-birth select,
#page_mypage_change .ec-birth select,
#page_contact .ec-birth select,
#page_entry .ec-birth select{
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
#page_shopping .ec-birth span,
#page_shopping_nonmember .ec-birth span,
#page_shopping_shipping_multiple_edit .ec-birth span,
#page_shopping_shipping_edit .ec-birth span,
#page_mypage_delivery_edit .ec-birth span,
#page_mypage_delivery_new .ec-birth span,
#page_mypage_change .ec-birth span,
#page_contact .ec-birth span,
#page_entry .ec-birth span{
    display: block; 
}
#page_shopping .ec-select,
#page_shopping_nonmember .ec-select,
#page_shopping_shipping_multiple_edit .ec-select,
#page_shopping_shipping_edit .ec-select,
#page_mypage_delivery_edit .ec-select,
#page_mypage_delivery_new .ec-select,
#page_mypage_change .ec-select,
#page_contact .ec-select,
#page_entry .ec-select{
    margin-bottom : 0;
}
#page_shopping .form-group,
#page_shopping_nonmember .form-group,
#page_shopping_shipping_multiple_edit .form-group,
#page_shopping_shipping_edit .form-group,
#page_mypage_delivery_edit .form-group,
#page_mypage_delivery_new .form-group,
#page_mypage_change .form-group,
#page_contact .form-group,
#page_entry .form-group{
    margin-bottom : 0;
}
#page_shopping #nonmember_address_pref,
#page_shopping_nonmember #nonmember_address_pref,
#page_shopping_shipping_multiple_edit #shopping_shipping_address_pref,
#page_shopping_shipping_edit #shopping_shipping_address_pref,
#page_mypage_delivery_edit #customer_address_address_pref,
#page_mypage_delivery_new #customer_address_address_pref,
#page_mypage_change #entry_address_pref,
#page_contact #contact_address_pref,
#page_entry #entry_address_pref{
    margin-bottom: 15px;
}
#page_shopping #nonmember_address_addr01,
#page_shopping_nonmember #nonmember_address_addr01,
#page_shopping_shipping_multiple_edit #shopping_shipping_address_addr01,
#page_shopping_shipping_edit #shopping_shipping_address_addr01,
#page_mypage_delivery_edit #customer_address_address_addr01,
#page_mypage_delivery_new #customer_address_address_addr01,
#page_mypage_change #entry_address_addr01,
#page_contact #contact_address_addr01,
#page_entry #entry_address_addr01{
    margin-bottom : 15px;
}
#page_shopping #nonmember_email_first,
#page_shopping_nonmember #nonmember_email_first,
#page_shopping_shipping_multiple_edit #shopping_shipping_email_first,
#page_shopping_shipping_edit #shopping_shipping_email_first,
#page_mypage_delivery_edit #customer_email_first,
#page_mypage_delivery_new #customer_email_first,
#page_mypage_change #entry_email_first,
#page_contact #contact_email_first,
#page_entry #entry_email_first{
    margin-bottom : 15px;
}
#page_shopping #nonmember_password_first,
#page_shopping_nonmember #nonmember_password_first,
#page_shopping_shipping_multiple_edit #shopping_shipping_password_first,
#page_shopping_shipping_edit #shopping_shipping_password_first,
#page_mypage_delivery_edit #customer_password_first,
#page_mypage_delivery_new #customer_password_first,
#page_mypage_change #entry_password_first,
#page_contact #contact_password_first,
#page_entry #entry_password_first{
    margin-bottom : 15px;
}
#page_entry .ec-registerRole__actions .ec-checkbox{text-align: center;margin-bottom: 30px;}

/* 商品一覧 */
#page_product_list .disp-number.form-control,
#page_product_list .order-by.form-control
{
    border-radius: 0px;
    font-size: 1.4rem;
    background-color: transparent;
    /* height: 35px; */
    padding: 0px 35px 0px 7px;
    color: #fff;
    height: 40px;
    border: none;
}
#page_product_list .disp-number.form-control option,
#page_product_list .order-by.form-control option{
	background-color: #222;
}
#page_product_list .disp-number.form-control{
    margin-right: 7px;
}
#page_product_list .order-by.form-control{
	/* padding-left: 13px; */
	/* padding-right: 20px; */
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
	position: relative;
	z-index: 2;
}
#page_product_list .ec-searchnavRole__actions .ec-select::after{
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size : 14px;
	/* z-index: -1; */
}

@media all and ( max-width: 1140px) {
	#page_product_list .ec-searchnavRole__actions .ec-select::before{
		/* right: 10px; */
	}
}

.ec-cartHeader__label--last{
    border-right: none!important;
}
.ec-cartRow__emptyColumn{
    border-bottom : 1px solid #888;
}
.ec-cartRow__strColumn{
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    text-align: right;
    padding-right: 15px;
}
.ec-cartRow__totalColumn{
    border-bottom: 1px solid #888;
    text-align: right;
}

.ec-buttonWrap{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row-reverse nowrap;
    -webkit-flex-flow: row-reverse nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.ec-buttonWrap a:last-child,
.ec-buttonWrap button:last-child
{
    margin-right : 5%;
}

#page_mypage_history .ec-rectHeading h2,
#page_shopping .ec-rectHeading h2,
#page_shopping_confirm .ec-rectHeading h2
{
    margin-top : 60px;
    border-bottom: 1px solid #222;
}
#page_shopping .ec-rectHeading h2,
#page_shopping_confirm .ec-rectHeading h2
	{
	font-size: 1.8rem;
}


#page_shopping .ec-orderAccount .ec-rectHeading h2,
#page_shopping_confirm .ec-orderAccount .ec-rectHeading h2
{
    margin-top : 0;
}
 #page_shopping .ec-orderConfirm h2{
    margin-bottom: 16px;
} 

.ec-cartNaviIsset__action{
    margin-bottom : 20px;
}
#page_contact .ec-contactRole p.ec-para-normal {
    margin: -7px 0 32px;
    line-height: 1.7;
}

.ec-orderDelivery .ec-rectHeading + .ec-orderDelivery__title{
    /* padding-top : 0; */
}

#page_contact .ec-RegisterRole__actions,
#page_mypage_change .ec-RegisterRole__actions,
#page_mypage_delivery_edit .ec-RegisterRole__actions,
#page_mypage_delivery_new .ec-RegisterRole__actions
{
    margin-top : 36px;
}

#page_forgot #login_email,
#page_forgot_reset #login_email,
#page_forgot_reset #password_second,
#page_product_review_index #product_review_reviewer_name,
#page_product_review_index #product_review_reviewer_url,
#page_product_review_index #product_review_title
{
    margin-bottom : 0;
}






.plist{
    display: grid;
    list-style-type: none;
    padding-left: 0;
}

.plist--top{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 54px;
    grid-column-gap: 30px;
}
.plist--list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 54px;
    grid-column-gap: 30px;
    padding-bottom: 180px;
    margin-bottom: 0;
}
@media all and ( min-width: 1050px) and ( max-width: 1140px) {
	.plist--top{
	    /* grid-gap: 2.663vw; */
	}
	.plist--list{
	    grid-gap: 5.263vw;
	}
}
@media all and ( min-width: 768px) and ( max-width: 1050px) {
	.plist--top{
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    /* grid-gap: 5.7vw; */
	}
	.plist--list{
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    grid-gap: 5.7vw;
	}
}
@media print,screen and (max-width: 767px) {
	.plist--top{
	    display : block;
	    overflow-x: auto;
	    white-space: nowrap;
	    /* margin-top: 85px; */
	    /* padding-bottom: 20px; */
	}
	.plist--list{
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    grid-gap: 5.5vw;
	    margin-bottom: 0;
	}
}

.plist__item{
  font-weight: 500;
  position: relative;
}
@media print,screen and (max-width: 767px) {
.plist--top .plist__item{
	  display : inline-block;
	  margin-right: 20px;
	  vertical-align: top;
	  max-width: 270px;
}
.plist--list .plist__item{
}
}

.plist__link{
  color: #222;
}
.plist__link img{
	transition : opacity 0.4s;
	opacity : 1;
}
.plist__link:hover img{
	opacity : 0.8;
}

.plist__imgouter{
  /* border: 1px solid #d7d7d7; */
  overflow: hidden;
  width: 360px;
  height: 260px;
  /* max-width: 100%; */
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media print,screen and (max-width: 1140px) and (min-width: 768px) {
	.plist__imgouter{
		width: 100%;	
		height : auto
	}
}
 @media print,screen and (max-width: 1140px) and (min-width: 1051px) {
	.plist--top .plist__imgouter{
		max-height: 21.052vw;
	}
	.plist--list .plist__imgouter{
		max-height: 21.052vw;
	}
} 
@media all and ( min-width: 768px) and ( max-width: 1050px) {
	.plist--top .plist__imgouter{
		max-height: 31.052vw;
	}
	.plist--list .plist__imgouter{
		max-height: 44.452vw;
	}
}
@media all and ( max-width: 767px) {
	.plist--list .plist__imgouter{
		width: 100%;
		max-height: 31.5vw;
		height: auto;
	}
	.plist--top .plist__imgouter{
		width: 270px;
		height: 195px;
	}
}
	
	
.plist__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plist__ttl{
  font-size: 1.8rem;
  margin-top: 17px;
  /* max-width: 240px; */
  white-space: normal;
}
@media print,screen and (max-width: 1140px){
	.plist__ttl{
		max-width: 100%;
	}
}
@media print,screen and (max-width: 767px) {
	.plist__ttl{
		margin-top: 16px;
	}
}
.plist__cate{
  font-size: 1.4rem;
  margin-top: 8px;
}

.plist__price{
  margin-top: 5px;
}

.plist__pricenum{
  font-size: 1.8rem;
}

.plist__priceyen{
  font-size: 1.4rem;
}

.plist__pricetax{
	font-size: 1.2rem;
}
.plist__comment{
	margin-top : 8px;
}


.plist__price__shippingFree{
	color: #E8340C;
	font-size: 1.6rem;
}





.ec-headerNaviRole__logo{
    /* width: calc(100% * 1 / 4); */
    transition: all 1s;
    /* transition-delay: 0.8s; */
    opacity: 0;
}
.ec-layoutRole.is_active .ec-headerNaviRole__logo,
.ec-headerNaviRole.fixed .ec-headerNaviRole__logo{
    opacity: 1;
}
.ec-headerNaviRole__logo--white{
	position : absolute;
	left : 0px;
	top : 0px;
    opacity: 0;
}
.ec-headerNaviRole__logo--black{
	position : absolute;
	left : 0px;
	top : 0px;
    opacity: 0;
}
.ec-layoutRole.is_active .ec-headerNaviRole__logo--black{
    opacity: 1;
}
.ec-headerNaviRole.fixed .ec-headerNaviRole__logo img{
    /* top: 10px; */
    width: auto;
    /* height: 57px; */
}
.ec-headerNaviRole.fixed .ec-headerNaviRole__logo--white{
	opacity : 1;
}
@media all and ( max-width:  767px) {
	.ec-headerNaviRole.fixed .ec-headerNaviRole__logo img{
		opacity: 0;
	}
}

body:not(#page_homepage) .ec-layoutRole__contents{
    padding-top: 120px;
}

body:not(#page_homepage,#page_product_list,#page_product_detail) .ec-layoutRole__contents
{
 background-image: url(../img/common/bgimg2.png);
 padding-bottom: 180px;
}
@media all and ( max-width:  767px) {
	body:not(#page_homepage,#page_product_list,#page_product_detail) .ec-layoutRole__contents
	{
		padding-bottom: 60px;
	}
}
	
body:not(#page_homepage,#page_product_list,#page_product_detail,#page_help_about,#page_contact) .ec-layoutRole__contents{
		margin-top: 60px;
}
	
body#page_product_list .ec-layoutRole__contents{
    padding-top: 120px;
}
body#page_product_detail .ec-layoutRole__contents{
    padding-top: 227px;
}
	
@media print,screen and (max-width: 767px) {
body:not(#page_homepage) .ec-layoutRole__contents{
    padding-top: 60px;
}
body#page_product_list .ec-layoutRole__contents{
    padding-top: 58px;
}
body#page_product_detail .ec-layoutRole__contents{
    padding-top: 80px;
}
}
	

.ec-itemNav__nav > li.has-child{position: relative;}
.ec-itemNav__nav > li.has-child.disp{
	/* top: 0px; */
	height:calc(100% + 1px);
}
.menu__submenu{opacity: 0;position: absolute;width: 162px;top: 30px;left: -50px;transition: 0.3s opacity ease 0s;display: none;padding-left: 50px;padding-right: 50px;padding-bottom: 50px;box-sizing: content-box;padding-top: 25px;}
.menu__submenuwrap{
	background-color: rgba(255, 255, 255 , 0.6);
	padding-top: 0px;
	padding-bottom: 24px;
}
@media all and ( min-width: 768px) {
.disp .menu__submenu{/* display:block; *//* top: 56px; */opacity: 1;z-index: 1;}
}
.menu__subitem{width: 100%;height: 36px;/* background-color: rgba(255, 255, 255 , 0.6); *//* border-top: 1px solid #fff; */}
.menu__sublink{padding-left: 18px;/* color: #222!important; */width: 100%;height: 100%;display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;align-items: center;-webkit-align-items: center;font-weight: bold;font-size: 16px;text-align: left!important;background-color: transparent!important;font-weight: normal!important;}
.menu__sublink:before{
	content : "-";
	display : inline-block;
	font-size: 2.2rem;
	margin-right: 6px;
}

@media all and ( min-width: 768px) {
.ec-itemNav__nav li ul{
    background-color: rgba(0,0,0,0.7);
    min-width: 180px;
    /* top: calc(100% + 16px); */
}
	.ec-itemNav__nav li .ec-itemNav__navsub{
		top : -1000px;
		transition: top 400ms;
		z-index: -1;
	}
/* 	.ec-itemNav__nav li:hover .ec-itemNav__navsub{
		top : 100%;
	} */
	.ec-itemNav__nav li.hover .ec-itemNav__navsub{
		top : 100%;
	}
	.ec-itemNav__nav > li > ul > li {
	    overflow: visible;
	    height: auto;
	}
}
.ec-itemNav__nav li ul li ul:before{
	content : none;
}

.ec-searchnavRole{
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1140px;
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 60px;
}
.ec-searchnavRole .ec-searchnavRole__infos{
    /* margin-bottom: 26px; */
    /* padding-top: 14px; */
    /* padding-right: 0; */
    /* padding-left: 0; */
    border-top: none;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    color: #222;
    padding-top: 0;
    width: 500px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.ec-searchnavRole .ec-searchnavRole__actions{
	width: auto;
	margin-top: 0;
	margin-left: 21px;
}
.ec-searchnavRole .ec-searchnavRole__actions .ec-select{
	margin-bottom : 0;
	position: relative;
	background-color: #222222;
}
@media all and ( max-width:  767px) {
	.ec-searchnavRole .ec-searchnavRole__actions .ec-select{
		margin-left : auto;
		width : 130px;
	}
}
.ec-searchnavRole__topicpath{display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;flex-flow: row nowrap;-webkit-flex-flow: row nowrap;align-items: flex-start;-webkit-align-items: flex-start;width: calc(100% - 500px);}
.ec-topicpath{
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 20px;
    font-size: 1.4rem;
}
.ec-topicpath .ec-topicpath__item--active{
	font-weight: normal;
}
.ec-topicpath .ec-topicpath__item--active a{
	color: #222;
}
.ec-searchnavRole .ec-searchnavRole__counter{
	width: auto;
	font-size: 1.4rem;
}
	
#password_first{
    margin-bottom : 10px;
}

.ec-cartRow .ec-cartRow__amountColumn a:hover{
    opacity : 0.8;
    background-color: rgba(255,255,255,0.8);
}

.ec-blockBtn--action{
    transition: background-color 0.2s;
}
.ec-blockBtn--cancel{
    transition: background-color 0.2s;
}

body#page_entry .ec-registerRole__actions .ec-link{
    text-decoration: underline;
}
body#page_entry .ec-registerRole__actions .ec-link:hover{
    text-decoration: none;
}

	/*
.ec-select.ec-select_search .category_id > option[value=""]{
    display : none;
}*/

/* 

 ##   ##   ####    ##   ##           ######     ###     ####
 ### ###    ##     ###  ##           ##  ##    ##      ##  ##
 #######    ##     #### ##               ##   ##       ##  ##
 #######    ##     ## ####              ##    #####     ####
 ## # ##    ##     ##  ###             ##     ##  ##   ##  ##
 ##   ##    ##     ##   ##             ##     ##  ##   ##  ##
 ##   ##   ####    ##   ##             ##      ####     ####

*/

/* 768px 以上 */
@media only screen and (min-width: 768px){
    .ec-headerNav{
        /* margin-right: 12px; */
        display: flex;
        -js-display: flex;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    .ec-headerNav .ec-headerNav__item{
        display : block;
        border-right: 1px solid #5b5b5b;
    }
    .ec-layoutRole__header{
        /* margin-bottom: 120px; */
        /* border-bottom: 1px solid #E8E8E8; */
        /* background-color: #ddd; */
    }
     .ec-layoutRole .ec-layoutRole__contents{
        max-width: 100%;
     }
	/* body:not(#page_homepage) .ec-layoutRole .ec-layoutRole__contents{
		padding-top: 135px;
	} */
	body:not(#page_homepage) .ec-layoutRole .ec-layoutRole__contentTop{
		padding-top: 135px;
	}

    
    .ec-headerNaviRole .ec-headerNaviRole__left{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 280px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: 330px;
    }

    /* ヘッダーロゴ・検索・アイコン等 */
    .ec-headerNaviRole{
        position: fixed;
        max-width: 100%;
        padding-top: 0px;
        /* top:-20px; */
        padding-bottom: 0px;
        transition: background-color 0.5s;
        /* background-color: rgba(0,0,0,0.7); */
        padding-right: 0;
        /* padding-left: 10px; */
    }
/* 	.ec-headerNaviRole:hover{
		background-color: rgba(0,0,0,0.7);
	} */
	.ec-headerNaviRole.hover{
		background-color: rgba(0,0,0,0.7);
	}
    .ec-headerNaviRole__inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .ec-headerNaviRole.fixed{
        position: fixed;
        z-index: 1000;
        top: 0;
        background-color: rgba(0,0,0,0.7);
        max-width: 100%;
        /* padding-bottom: 16px; */
        /* padding-top: 75px; */
    }

    .ec-categoryNaviRole{
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    /* ヘッダーナビ */
    .ec-categoryNaviRole--header.fixed{
        /* padding-top: 105px; */
    }
    .ec-categoryNaviRole--header{
        /* padding-top: 75px; */
        height: 70px;
    }
    .ec-categoryNaviRole--header .ec-itemNav__nav{
        display:         flex;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        align-items: center;
        -webkit-align-items: center;
        margin-right: 0;
        /* width: 50%; */
        margin-left: auto;
        height: 100%;
        margin-right: 20px;
        position: relative;
    }
    .ec-categoryNaviRole--header .ec-itemNav__nav li{
        float: none;
        /* width: 16.66%; */
    }
	.ec-categoryNaviRole--header .ec-itemNav__nav > li{
		height : 100%;
	}
	
    .ec-categoryNaviRole--header .ec-itemNav__nav li > a{
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding: 7px 7px 10px 15px;
        letter-spacing: 0em;
        color: #222;
        background-color: transparent;
        border-bottom: none;
    }
	.ec-categoryNaviRole--header .ec-itemNav__nav .ec-itemNav__navsub li > a{
		color : #fff;
	}
	.ec-headerNaviRole.hover .ec-categoryNaviRole--header .ec-itemNav__nav li > a,
	.ec-headerNaviRole.fixed .ec-categoryNaviRole--header .ec-itemNav__nav li > a
	{
		color: #fff;
	}
	body#page_homepage .ec-categoryNaviRole--header .ec-itemNav__nav li > a{
		color : #fff;
	}
	.ec-itemNav__nav > li:hover li:hover > a {
	    background: #222;
	}
	.ec-categoryNaviRole--header .ec-itemNav__nav > li > a{
		height : 100%;
		display: flex;
		-js-display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		padding-right: 19px;
	}
	
	.ec-categoryNaviRole--header .ec-itemNav__nav li a:hover{
		color: #ddd;
	}
	.ec-categoryNaviRole--header .ec-itemNav__navsub li a:hover:before{
		content : "";
		width : 8px;
		border-bottom : 1px solid #fff;
		position : absolute;
		top : 50%;
		right : 0px;
	}
    .ec-categoryNaviRole--header .ec-itemNav__nav li a:after{
        /* position: absolute; */
        /* top: 20px; */
        /* right: 0; */
        /* display: block; */
        /* height: 16px; */
        /* content: ''; */
        /* border-left: 1px solid #888;*/
    }
    .ec-categoryNaviRole--header .ec-itemNav__nav li:last-child a:after{
        display: none;
    }
    .ec-categoryNaviRole--header .ec-itemNav__nav li a.current{
        /* color: #222; */
        /* border-bottom: 2px solid #222; */
    }

    .ec-headerNaviRole__links{
        display:         flex;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
                flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
                align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    /* ロゴ */
    .ec-headerNaviRole__logo img{
        position: absolute;
        top: 10px;
        left: 10px;
        width: auto;
        width: auto;
        /* height: 100px; */
        /* transition: all 0.6s; */
    }
	

    .ec-headerNaviRole .ec-headerNaviRole__nav a{
        display: block;
        /* align-items: center; */
        height: 70px;
        width: 86px;
        background-color: #e8340c;
        /* color: #fff; */
        display: flex;
        -js-display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        flex-flow: column wrap;
        transition : background-color 0.4s;
    }
	.ec-headerNaviRole .ec-headerNaviRole__nav a:hover{
		background-color: #777;
		
	}

    /* ヘッダーアイコン */
    .ec-headerNav .ec-headerNav__itemIcon{
        font-size: 14px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        margin-bottom: 5px;
    }
	.ec-headerNav .ec-headerNav__itemLink{
		margin-right: 0;
		letter-spacing: -0.03em;
	}

    /* 検索フォーム */
	.ec-headerSearch{
		 border: 1px solid #cccccc;
		 width: 331px;
	}
	.ec-headerSearch .searchform{
		/* border : 1px solid #ebeae5; */
	}
    .ec-headerSearch .ec-headerSearch__category .ec-select select{
        font-size: 14px;
        max-width: 225px;
        height: 40px;
        padding-left: 9px;
        color: #222;
        border-radius: 0;
        background-color: #efe8e1;
        background-color: #fff;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type='search']{
        font-size: 12px;
        height: 40px;
        color: #222;
        /* border-radius: 0 6px 6px 0; */
        background-color: #efe8e1;
        background-color: #fff;
        /* width: 220px; */
    }
    .ec-headerSearch .ec-headerSearch__keyword,
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
        color: #222;
        border: none;
        /* border-top-right-radius: inherit; */
        /* border-top-left-radius: 6px; */
        /* border-bottom-left-radius: 6px; */
        background: none;
        /* border-radius: 6px; */
    }
    .ec-headerSearch .ec-headerSearch__keyword .ec-icon{
        width: 16px;
        height: 16px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before{
        top: 1em;
        right: 0.6em;
        border-top: 5px solid #523f30;
    }

    /* カート */
    .ec-cartNaviWrap{
    }
    .ec-cartNavi{
        font-size: 14px;
        justify-content: center;
        align-items: center;
        /* margin-right: 20px; */
        padding: 0;
        background: #e8340c;
        height: 70px;
        width: 106px;
        border-radius: 0;
        color: #fff;
    }
	.ec-cartNavi:hover{
		background: #777;
		transition : background 0.4s;
	}
    .ec-cartNavi__inner{
        
    }
    .ec-cartNavi .ec-cartNavi__icon{
        font-size: 14px;
        /* margin-right: 8px; */
        display: block;
        /* margin-left: auto; */
        /* margin-right: auto; */
        text-align: center;
    }
    .ec-cartNavi .ec-cartNavi__badge{
        font-size: 12px;
        top: 2px;
        display:         flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        width: 32px;
        height: 32px;
        margin-right: 6px;
        margin-left: 6px;
        color: #fff;
        background-color: #222222;
    }

    /* レフトバナー */
    .leftBanner{
        margin-bottom: 60px;
    }

    .leftBanner__con{
        display: block;
        margin-bottom: 20px;
    }
    .leftBanner__con_img{
        width: 100%;
        border-radius: 10px;
    }

    /* レフトナビ */
    .ec-layoutRole__left .ec-itemNav__nav{
        display: block;
        border-bottom: 1px solid #888;
    }

    .ec-layoutRole__left .ec-itemNav__nav > li{
        float: none;
        border-top: 1px solid #888;
    }
    .ec-layoutRole__left .ec-itemNav__nav > li > a{
        font-size: 18px;
        font-weight: normal;
        position: relative;
        text-align: left;
    }
    .ec-layoutRole__left .ec-itemNav__nav > li > ul > li > a{
        font-weight: normal;
        position: relative;
        text-align: left;
    }
    .ec-layoutRole__left .ec-itemNav__nav li a:after{
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 9px;
        content: '\f054';
    }
    .ec-layoutRole__left .ec-itemNav__nav li ul{
        position: relative;
    }
    .ec-layoutRole__left .ec-itemNav__nav li ul.child{
        position: absolute;
        top: -1%;
        left: 93%;
        display: none;
        margin-left: 0.75em;
        padding: 12px;
        padding-left: 0.75em;
        border-radius: 8px;
        background-color: #f8f8f8;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }
    .ec-layoutRole__left .ec-itemNav__nav li ul li{
        height: auto;
    }
    .ec-layoutRole__left .ec-itemNav__nav li ul li a{
        color: black;
        background: transparent;
    }
    .ec-layoutRole__left .ec-itemNav__nav li ul li ul{
        left: 0;
    }
    .ec-layoutRole__left .ec-itemNav__nav li ul li ul li a{
        background: transparent;
    }

   
}


@media only screen and (max-width: 1140px){
    .ec-favoriteRole .ec-favoriteRole__item{
        padding : 8px;
    }
    .ec-favoriteRole .ec-favoriteRole__item-image{
        height : 137px;
    }
}
/* 



 ##   ##    ##     ##  ##              ##       ##        ###    ####
 ### ###   ####    ##  ##             ###      ###       ####   ##  ##
 #######  ##  ##    ####               ##       ##      ## ##   ## ###
 #######  ##  ##     ##                ##       ##     ##  ##   ######
 ## # ##  ######    ####               ##       ##     #######  ### ##
 ##   ##  ##  ##   ##  ##              ##       ##         ##   ##  ##
 ##   ##  ##  ##   ##  ##            ######   ######       ##    ####



 ##   ##   ####    ##   ##           ######     ###     ####
 ### ###    ##     ###  ##           ##  ##    ##      ##  ##
 #######    ##     #### ##               ##   ##       ##  ##
 #######    ##     ## ####              ##    #####     ####
 ## # ##    ##     ##  ###             ##     ##  ##   ##  ##
 ##   ##    ##     ##   ##             ##     ##  ##   ##  ##
 ##   ##   ####    ##   ##             ##      ####     ####



*/





@media only screen and (max-width: 1140px) and (min-width: 768px){
    .ec-headerNaviRole__logo img{
        /* height : 90px; */
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 208px;
    }    
	.ec-headerNaviRole .ec-headerNaviRole__nav a{
		width: 57px;
	}
    .ec-headerNav .ec-headerNav__itemIcon{
        font-size : 16px;
    }
    .ec-cartNavi .ec-cartNavi__icon{
        font-size : 16px;
    }
    .ec-cartNavi__str{
        display: none;;
    }
    .ec-headerNav .ec-headerNav__itemLink {
        display: none;        
    }
    .ec-headerNav .ec-headerNav__item{
        /* margin-right : 10px; */
    }    
	.ec-cartNavi{
		width : 90px;
	}
    .ec-categoryNaviRole--header .ec-itemNav__nav li a {
        font-size: 14px;
        padding: 10px 7px 10px 7px;
    }
    .ec-categoryNaviRole--header .ec-itemNav__nav li a:after{
        top: 25px;
    }

    .ec-layoutRole .ec-layoutRole__left{
        width: 22%;
        margin-right: 1.4%;
        margin-left: 20px;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: calc(100% - 20px - 23.4%);
    }
    .ec-calendar__month th, .ec-calendar__month td{
        padding: 7px 4px!important;
    }

    .ec-shelfGrid .ec-shelfGrid__item {
        width: 50%;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image {
        /* height: 82%; */
        /* height: 260px; */
        height: 26vw;
    }
}





/* 

 ##   ##    ##     ##  ##            ######     ###    ######
 ### ###   ####    ##  ##            ##  ##    ##      ##  ##
 #######  ##  ##    ####                 ##   ##           ##
 #######  ##  ##     ##                 ##    #####       ##
 ## # ##  ######    ####               ##     ##  ##     ##
 ##   ##  ##  ##   ##  ##              ##     ##  ##     ##
 ##   ##  ##  ##   ##  ##              ##      ####      ##

*/



/* 767px 以下 */
@media only screen and (max-width: 767px){

    

    .ec-headerNaviRole{
        position: fixed;
        z-index: 1001;
        padding-top: 0px;
        padding-right: 0px;
        /* padding-bottom: 8px; */
        background-color: transparent;
        padding-left: 10px;
    }
    .ec-headerNaviRole.fixed{
        position: fixed;
        top: 0;
        /* z-index: 1000; */
        max-width: 100%;
        /* padding-bottom: 16px; */
        /* padding-top: 16px; */
    }
    .ec-headerNaviRole__logo{
        /* padding-right: 20px; */
        /* height: 63px; */
        position: relative;
        top: 10px;
    }
    .ec-headerNaviRole__logo a{
        /* display:         flex; */
        /* display: -webkit-flex; */
        /* -webkit-justify-content: flex-start; */
        /* justify-content: flex-start; */
        /* align-items: center; */
        /* -webkit-align-items: center; */
        /* width: 100%; */
        /* height: 63px; */
    }
    .ec-headerNaviRole__logo img {
        /* width: 100%; */
        /* height: auto; */
        /* max-height: 100%; */
    }
    .ec-headerNaviRole__inner{
        display:         flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        width: 100%;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left{
        display:         flex;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        align-items: stretch;
        -webkit-align-items: stretch;
        width: auto;
        /* background-color: #222222; */
    }
    .ec-categoryNaviRole--header{
        /* padding-top : 80px; */
    }
  

	.ec-headerRole__cart{
		background-color: #E8340C;
		padding-left: 8px;
		display: flex;
		-js-display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}
    .ec-cartNavi{
        display: flex;
        justify-content: flex-start;
                flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        align-items: flex-start;
        padding: 0;
    }
    .ec-cartNavi .ec-cartNavi__icon{
        font-size: 22px;
        top: 0;
        display: block;
        color: #fff;
    }
    .ec-cartNavi .ec-cartNavi__badge{
        font-size: 12px;
        position: relative;
        top: 0;
        left: 0;
        display:         flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        width: 22px;
        height: 22px;
        margin-right: 13px;
        margin-left: 7px;
        color: #fff;
        background-color: #222222;
    }

	.ec-headerRole__navSP{
		background-color: #E8340C;
	}
	.ec-headerNavSP{
		width: 50px;
		height: 50px;
		display: flex;
		-js-display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}
	.ec-headerRole__navSP i{
		color: #fff;
	}

    body:not(#page_homepage) .ec-layoutRole .ec-layoutRole__contentTop{
		padding-top: 90px;
	}


	.ec-headerCategoryArea__outer{
		background-color: #222222;
		width: calc(100% + 40px);
		margin-left: -20px;
		padding-top: 13px;
		/* padding-bottom: 13px; */
	}
    .ec-headerCategoryArea{
        /* background-color: #222222; */
        /* color: #fff; */
        /* width: calc(100% + 40px); */
        /* margin-left: -20px; */
        padding-bottom: 13px;
    }




    .ec-secondHeading{
    }
    .ec-secondHeading.gift{
    }
    .ec-secondHeading.house{
    }
    .ec-secondHeading.help_about{
    }
    .ec-secondHeading.vertical{
    }
    .ec-secondHeading.vertical:before{
    }
    .ec-secondHeading.horizon{
    }
    .ec-secondHeading__str{        
    }
    .ec-secondHeading.vertical .ec-secondHeading__str{
    }
    .ec-secondHeading.horizon .ec-secondHeading__str{
    }
    .ec-secondHeading__strja{	
    }
    .ec-secondHeading.vertical .ec-secondHeading__strja{
    }
    .ec-secondHeading.horizon .ec-secondHeading__strja{
    line-height: 1.4;
    }
    .ec-secondHeading.vertical .ec-secondHeading__stren{
    }
    .ec-secondHeading.horizon .ec-secondHeading__stren{
    }
    .ec-secondHeading.vertical .ec-secondHeading__strsubcate{
    }
    .ec-secondHeading__bar{
    }











    /* フッター */
    .ec-footerRole{
        /* margin-top: 64px; */
        padding-top: 37px;
        padding-bottom: 37px;
    }
    .ec-footerInner{
        display: block;
        margin-bottom: 31px;
    }
    .ec-footerTitle{
        margin-right: 0;
        padding-bottom: 0;
        text-align: left;
    }
    .ec-footerInfo__lead{
        margin-bottom: 15px;
    }
    .ec-footerInfo__contact_1{
        margin-right: 0;
    }
    .ec-footerInfo__contact_2{
        display: block;
        margin-top: 2px;
        margin-left: 0;
    }
    .ec-footerInfo__address{
        font-size: 16px;
    }

    /* 見出し */
    .ec-headingOuter--recommend{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .ec-headingOuter--news{
        margin-bottom: 30px;
        width: auto;
    }
    .ec-headingOuter--blog{
        margin-bottom: 0;
        padding-top: 40px;
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    .ec-heading{
        margin: 0 0;
    }
    .ec-heading__img{
        width: 30px!important;
        height: 30px;
    }
    .ec-heading__ja{
        /* font-size: 20px; */
        /* margin-left: 10px; */
    }
    .ec-button{
        -webkit-justify-content: center;
                justify-content: center;
    }
    .ec-button__str{
        margin-right: 0;
    }
    .ec-button i{
        display: none;
    }
    .ec-searchnavRole{
        padding-right: 20px;
        padding-left: 20px;
        display: block;
    }
	.ec-searchnavRole .ec-searchnavRole__topicpath{
		width: 100%;
	}
    .ec-searchnavRole .ec-searchnavRole__infos{
        /* margin-bottom: 26px; */
        padding-top: 12px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .ec-topicpath{
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0;
        border-bottom: 0;
    }
	.ec-searchnavRole .ec-searchnavRole__actions{
		margin-top: 27px;
	}
    .ec-secondHeading{
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .commontbl th,
    .commontbl td{
        display: block;
        padding-left: 8px;
    }
    .commontbl th{
        width: 100%;
        padding-bottom: 0;
        border-bottom: 0;
        font-weight: bold;
    }
    .commontbl td{
        width: 100%;
        padding-top: 8px;
    }
    .commontbl--about{
        margin-bottom: 17px;
    }
    .ec-login{
        padding: 30px 10% 20px;
    }

    .ec-pageHeader h1{
        font-size: 26px;
    }
    .ec-secondHeading__str{
        font-size: 26px;
    }

    form.ec-cartRole{
        padding-right: 0;
        padding-left: 0;
    }

    .ec-cartNaviIsset{
        top: 79px;
        overflow-y: scroll;
        height: calc(100vh - 79px);
    }
    .ec-shelfGrid .ec-shelfGrid__item{
        margin-bottom: 25px;
    }
    .ec-shelfGrid__item-tagarea{
        /* margin-top: 16px; */
    }

    .ec-cartRow .ec-cartRow__amountColumn{
        border-right: none;
    }
    .ec-cartRow__emptyColumn:first-child{
        display: none;
    }

    .ec-buttonWrap{
        width: 100%;
    }

    .ec-cartNaviNull{
        top: 50px;
    }

	.ec-pager{
		padding-top: 60px;
	}

    .ec-orderRole .ec-orderRole__detail{
        padding : 16px;
    }

    body#page_mypage_history .ec-orderRole{
        padding-left : 0;
        padding-right : 0;
    }

    body#page_shopping_shipping_edit .ec-registerRole{
        padding-left : 0;
        padding-right : 0;
    }
}














.absolutelogo{
    position: absolute;
    top: 30px;
    left: 29px;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.8s;
    transition-delay: 0.5s;
    width: 308px;
}
@media all and ( min-width: 1141px) and ( max-width: 1292px) {
	.absolutelogo{
	/* width: calc(100% - 956px); */
	}
}
@media all and ( min-width: 901px) and ( max-width: 1140px) {
	.absolutelogo{
	/* width: calc(100% - 805px); */
	}
}
@media all and ( min-width: 768px) and ( max-width: 900px) {
	.absolutelogo{
		width: 250px;
		/* left: 7px; */
		/* top: 24px; */
	}
}
@media (max-width: 767px) {
	.absolutelogo{
		width: 182px;
		top: 20px;
		left: 21px;
		position: fixed;
		display: block;
		/* opacity: 0; */
	}
	#page_homepage .ec-headerNaviRole + .absolutelogo{
		opacity : 0;
	}
	#page_homepage .ec-headerNaviRole.fixed + .absolutelogo{
		opacity : 1;
	}
	
}
	
.absolutelogo img{
	width : 100%;
}
/* .ec-layoutRole.is_active .absolutelogo,
.ec-headerNaviRole.fixed + .absolutelogo{
	opacity : 0;
} */
.ec-layoutRole.is_active .absolutelogo{
	opacity : 0;
} 

.ec-registerRole textarea{
    /* font-family : YakuHanMP, "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; */
    font-family: YakuHanMP, 'Shippori Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

#login_email,#login_pass{
    margin-bottom : 16px;
}

.rotate{
    display: inline-block;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


    #link_corporate{position:fixed;z-index:2000;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
    #link_corporate a{display:flex;display:-webkit-flex;-webkit-justify-content:flex-start;justify-content:flex-start;flex-flow:column wrap;-webkit-flex-flow:column wrap;align-items:center;-webkit-align-items:center;width:100%;height:100%;padding:20px 11px;-webkit-transition:padding 0.2s linear;transition:padding 0.2s linear;background-color: #e8340c;overflow:hidden;}
    #link_corporate a:hover{padding-left:21px;}
    #link_corporate a i{font-size:1.8rem;color:#fff;margin-bottom:1rem;}
    @media only screen and (max-width: 767px){
    #link_corporate{position:fixed;z-index:101;top:auto;bottom:0;-webkit-transform:none;transform:none;}
    #link_corporate a{display:flex;display:-webkit-flex;-webkit-justify-content:flex-start;justify-content:flex-start;flex-flow:row nowrap;-webkit-flex-flow:row nowrap;align-items:center;-webkit-align-items:center;width:auto;height:auto;padding:0.174rem 0.25rem 0.2rem;background-color:#900000;overflow:hidden;}
    #link_corporate a:hover{padding-left:0.25rem;}
    #link_corporate a span{font-size:0.26rem;font-weight:700;line-height:1em;color:#fff;letter-spacing:0.03em;}
    #link_corporate a i{font-size:0.26rem;color:#fff;margin-bottom:0;margin-right:0.22rem;margin-top:0.1em;}
    #link_corporate{display:none;}
}
  
    .ec-blockTopBtn--facebook{bottom: 100px;display: block;/* color: #c9a166; */}
    .ec-blockTopBtn--instagram{bottom: 60px;display: block;}
 @media all and ( max-width:  767px) {
    .ec-blockTopBtn--facebook{display:none;}
    .ec-blockTopBtn--instagram{display:none;}
}

.productlist_wrapper{
    position: relative;
}
.productlist_wrapper .bg--white{
    position: absolute;
    width: 100%;
    height: 221px;
    top: 0;
    left: 0;
    background-color: #fff;
}
@media all and ( max-width:  767px) {
	.productlist_wrapper .bg--white{
		height : 310px;
	}
}
.ec-layoutRole__footer{
    position: relative;
}

.ec-cartNaviNull{
    background-image: url(../img/common/bgimg2.png);
    margin-top: 0;
}

.ec-role,.ec-contactRole{
    color : #222;
}

.ec-progress .is-complete .ec-progress__number{
    background-color: #E8340C;
}
.ec-progress .is-complete .ec-progress__label{
    color: #E8340C;
}

.ec-contactCompleteRole{
    color : #222;
}

.ec-pager{
    padding-top : 0;
    padding-bottom: 0px;
    padding-bottom : 180px;
    margin-top : -60px;
}

/* body#page_product_list .ec-layoutRole__footer{
    margin-top : 180px;
} */