@charset "UTF-8";

body{
	min-width: 1240px;
}
@media only screen and (max-width: 767px) {
	body{
		min-width: inherit;
	}
}
@media only screen and (max-width: 767px) {
	.ec-layoutRole{
		padding-top: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.have_curtain .ec-overlayRole{
		z-index: 2;
	}
	.is-fixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

/* sp sub nav */
.ec-sp-subnav{
	display: none;
}
@media only screen and (max-width: 767px) {
	.ec-sp-subnav{
		position: relative;
		display: block;
		background: #FCF0D2;
	}
	.ec-sp-subnav::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #F4E7C5;
	}
	.ec-sp-subnav .ec-itemNav__nav{
		display: flex;
		justify-content: space-between;
	}
	.ec-sp-subnav .ec-itemNav__nav > li{
		position: inherit;
		width: 25%;
		font-size: 16px;
		height: 56px;
	}
	.ec-sp-subnav .ec-itemNav__nav > li.is-open{
		background: #F4E7C5;
	}
	.ec-sp-subnav .ec-itemNav__nav > li > .child.is-visible{
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		width: 100vw;
		z-index: 11;
	}
	.ec-sp-subnav .ec-itemNav__nav > li > .parent > a{
		pointer-events: none;
		text-align: center;
		background: transparent;
	}
}

/* sp sub btn */
.ec-sp-subbtn{
	display: none;
}
@media only screen and (max-width: 767px) {
	.ec-sp-subbtn{
		position: relative;
		display: block;
		background: #fff;
		padding: 14px 40px 0;
	}
	.ec-sp-subbtn .ec-itemNav__other{
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin: 0;
	}
	.ec-sp-subbtn .ec-itemNav__other > li{
		list-style: none;
		position: inherit;
		width: 42%;
		font-size: 16px;
		height: 50px;
	}
	.ec-sp-subbtn .ec-itemNav__other > li > a{
		display: flex;
		align-items: center;
		justify-content: center;
		background: #D5653C;
		width: 100%;
		height: 100%;
		color: #fff;
		border-radius: 8px;
	}
}

/* sp cartNaviIsset */
@media only screen and (max-width: 767px) {
	.ec-cartNaviIsset {
		position: fixed;
		top: 60px;
		height: calc(100dvh - 60px);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	html:has(.ec-cartNaviIsset.is-active) {
		overflow: clip;
		overscroll-behavior: none;
	}
}


/* header */

.ec-headerNaviRole{
	max-width: 1240px;
	padding: 14px 20px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: 80%;
}
.ec-headerNav__item--search{
	display: none;
}
@media only screen and (max-width: 767px) {
	.ec-layoutRole__header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		z-index: 12;
	}
	.ec-headerNaviRole{
		position: relative;
		height: 100%;
		padding: 0 3.8vw;
	}
	.ec-headerNav__item--search{
		display: block;
		transition: 0.3s;
	}
	.ec-headerRole__cart{
		transition: 0.3s;
		margin-left: 15px;
	}
	.is_active .ec-layoutRole__header{
		background: #FCF0D2;
	}
	.is_active .ec-headerNav__item--search,
	.is_active .ec-headerRole__cart{
		pointer-events: none;
		opacity: 0;
	}
}
.ec-headerNaviRole .ec-headerNaviRole__left{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: max-content;
}
.ec-headerNaviRole .ec-headerNaviRole__logo{
	width: 131px;
}
@media only screen and (max-width: 767px) {
	.ec-headerNaviRole .ec-headerNaviRole__logo{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 83px;
		transform: translate(-50%,-50%);
	}
}
.ec-headerNaviRole .ec-headerNaviRole__logo .ec-headerTitle__title h1{
	margin: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__logo img{
	width: 100%;
	height: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__search{
	margin: 0 3.5em 0 0;
}
.ec-headerNav{
	display: flex;
	justify-content: flex-end;
	line-height: 0;
}
@media only screen and (max-width: 767px) {
	.ec-headerNav{
		display: none;
	}
}
.ec-headerNav .ec-headerNav__item{
	display: block;
	font-size: inherit;
	line-height: 0;
	margin-right: 18px;
	flex-shrink: 0;
}
.ec-headerNav .ec-headerNav__item--search{
	display: none;
}
@media only screen and (max-width: 767px) {
	.ec-headerNav .ec-headerNav__item--search{
		display: block;
	}
}
.ec-headerNav .ec-headerNav__itemLink{
	font-size: 12px;
	line-height: 1.0;
	margin: 0.8em 0 0;
}
.ec-headerNaviRole__right img{
	display: block;
	width: 24px;
	height: auto;
	margin: 0 auto;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a{
	line-height: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav-search{
	display: none;
}
.ec-cartNavi{
	min-width: inherit;
	height: auto;
	background: none;
	padding: 0;
}
.ec-cartNavi__txt{
	display: block;
	text-align: center;
	line-height: 1.0;
	font-size: 12px;
	margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
	.ec-headerNav__search{
		line-height: 0;
	}
	.ec-headerNav__itemLink{
		display: block;
		font-size: 10px;
		line-height: 1.0;
		margin-top: 0.3em;
	}
	.ec-cartNaviWrap{
		line-height: 1.0;
	}
	.ec-cartNavi__txt{
		font-size: 10px;
		margin-top: 0.3em;
	}
	.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav-search{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 64px;
		background: #000;
		border: 0;
		padding: 12px 3.8vw;
		z-index: 1001;
	}
	.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav-search.is-open{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.ec-cartNavi .ec-cartNavi__icon{
	line-height: 0;
}
.ec-cartNavi .ec-cartNavi__badge{
	position: absolute;
	top: -0.8em;
	right: -0.8em;
	left: auto;
}
.ec-headerNav-search form{
	display: flex;
	justify-content: space-between;
	width: 425px;
	border: 2px solid #000;
}
.ec-headerNav-search input[type="search"]{
	width: calc(100% - 46px);
	height: 42px;
	font-size: 14px;
	border: 0;
	outline: none;
	padding: 0 0.8em;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}
.ec-headerNav-search button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 42px;
	background: #000;
	border: 0;
	padding: 0;
	transition: 0.3s;
}
.ec-headerNav-search button:hover{
	opacity: 0.7;
}
.ec-headerNav-search button img{
	width: 21px;
	height: auto;
}
.ec-headerNav-search__close{
	display: none;
}
@media only screen and (max-width: 767px) {
	.ec-headerNav-search__close{
		display: block;
		width: 20px;
		height: auto;
	}
	.ec-headerNav-search form{
		width: calc(100% - 32px);
		border: 0;
	}
	.ec-headerNav-search input[type="search"]{
		height: 40px;
	}
	.ec-headerNav-search button{
		height: 40px;
		background: #fff;
	}
	.ec-headerNav-search button img{
		filter: invert(100%);
	}
}
.ec-layoutRole__header .ec-categoryNaviRole{
	position: relative;
	max-width: inherit;
	background: #FCF0D2;
}
.ec-layoutRole__header .ec-categoryNaviRole::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #F4E7C5;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav{
	display: flex!important;
	justify-content: space-between;
	width: 60%;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li {
	float: none;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li + li{
	margin-left: 9.25em;
	margin-left: 0;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li > a{
	background-color: transparent;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li > a{
	background: #DDD;
	border-bottom: 0;
	color: #000;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li ul li{
	float: none;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li ul li ul:before{
	color: #000;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav li ul li a{
	border-bottom: 0;
}
.ec-layoutRole__header .ec-categoryNaviRole .ec-itemNav__nav{
	display: block;
	margin: 0;
	padding-left: 60px;
}
.ec-categoryNaviRole .ec-itemNav__other{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ec-categoryNaviRole .ec-itemNav__other li{
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.ec-categoryNaviRole .ec-itemNav__other li + li{
	margin-left: 4.6em;
}


.ec-sliderRole{
	max-width: 1240px;
}
@media only screen and (max-width: 767px) {
	.ec-sliderRole{
		padding: 0;
	}
	.ec-sliderRole img{
		height: 103vw;
		object-fit: cover;
	}
}

.ec-layoutRole .ec-layoutRole__contents{
	max-width: 1200px;
}
@media only screen and (max-width: 767px) {
	.front_page .ec-layoutRole__main{
		padding: 0 3.8vw;
	}
}

.ec-layoutRole .ec-layoutRole__left{
	position: relative;
	background: #FCF0D2;
	width: 130px;
	box-sizing: border-box;
	padding: 30px 24px;
	margin-bottom: -160px;
}
.ec-layoutRole .ec-layoutRole__left::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #F4E7C5;
}
.ec-layoutRole__left .ec-categoryNaviRole{
	width: 100%;
	padding: 0;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav{
	display: block;	
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li{
	float: none;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li + li{
	margin-top: 2.5em;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > a{
	background: transparent;
	text-align: left;
	padding: 0;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul{
	position: relative;
	top: auto;
	left: auto;
	min-width: inherit;
	margin-top: 10px;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li{
	float: none;
	height: auto;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li > a{
	color: #000;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 0;
	padding: 0.5em 0;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li > ul{
	min-width: max-content;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li > ul::before{
	color: #666;
	top: 0.7em;
	left: -8px;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li > ul > li{
	float: none;
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > ul > li > ul > li > a{
	background: #DDD;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	border-bottom: 0;
	padding: 0.5em 1em;
}

/* drawer */

.ec-headerNavSP{
	background: none;
	padding: 0 5px;
}
.ec-headerNavSP__inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.ec-headerNavSP__inner::before,
.ec-headerNavSP__inner::after{
	content: '';
}
.ec-headerNavSP__inner span,
.ec-headerNavSP__inner::before,
.ec-headerNavSP__inner::after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	margin-top: -1px;
}
.ec-headerNavSP__inner::before{
	top: calc(50% - 11px);
	margin-top: 0;
}
.ec-headerNavSP__inner::after{
	top: calc(50% + 9px);
	margin-top: 0;
}
.ec-drawerRoleClose{
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: #FCF0D2;
	border-radius: 0;
	padding: 0;
}
.ec-drawerRoleClose__inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.ec-drawerRoleClose__inner::before,
.ec-drawerRoleClose__inner::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #000;
}
.ec-drawerRoleClose__inner::before{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.ec-drawerRoleClose__inner::after{
	transform: translate(-50%,-50%) rotate(45deg)
}
.ec-drawerRoleClose.is_active{

}
.ec-drawerRole{
	top: 60px;
	width: 100%;
	height: calc((var(--vh, 1vh) * 100) - 60px);
	transform: translateX(-100vw);
	background: transparent;
}
.ec-drawerRole .ec-itemNav__nav{
	border-top: 1px solid #000;
}
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent{
	display: flex;
	justify-content: space-between;
}
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent a{
	width: calc(100% - 64px);
}
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent span,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent span{
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
}
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent span::before,
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent span::after,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent span::before,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
	transform: translate(-50%,-50%);
}
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent span::before,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent span::before{
	width: 14px;
	height: 2px;
}
.ec-sp-subnav .ec-itemNav__nav li > ul li .parent span::after,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent span::after{
	width: 2px;
	height: 14px;
}

.ec-sp-subnav .ec-itemNav__nav li > ul li .parent.is-open span::after,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li .parent.is-open span::after{
	content: none;
}
.ec-sp-subnav .ec-itemNav__nav li > ul a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 64px;
	background: transparent;
	border-bottom: 0;
	padding: 0 0 0 5.1vw;
}
.ec-drawerRole .ec-itemNav__nav > li{
	background: #FCF0D2;
}
.ec-drawerRole .ec-itemNav__nav > li > .parent{
	border-bottom: 1px solid #000;
}
.ec-sp-subnav .ec-itemNav__nav > li > ul > li,
.ec-drawerRole .ec-itemNav__nav > li > ul > li{
	background: #DDD;
	border-bottom: 1px solid #000;
}
.ec-sp-subnav .ec-itemNav__nav li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a{
	background: transparent;
	padding: 0 0 0 50px;
	border-bottom: 0;
}
.ec-sp-subnav .ec-itemNav__nav li:hover ul li ul li a:hover{
	background: inherit;
}
.ec-sp-subnav .ec-itemNav__nav li ul li a{
	color: #000;
	font-weight: 400;
}
.ec-sp-subnav .ec-itemNav__nav li ul li ul li,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li {
	border-top: 1px solid #000;
}
.ec-sp-subnav .ec-itemNav__nav li ul li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a{
	background: transparent;
	padding: 0 0 0 80px;
	border-bottom: 0;
}
.ec-sp-subnav .ec-headerLink__item,
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 64px;
	padding: 0 5.1vw;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item > img{
	width: 1.5em;
	height: auto;
	margin-right: 5vw;
}
.ec-drawerRole .ec-headerLinkArea{
	margin-top: -1px;
}

/* main */
.ec-layoutRole .ec-layoutRole__mainWithColumn{
	width: calc(100% - 170px);
	margin-left: 40px;
}
@media only screen and (max-width: 767px) {
	.ec-layoutRole .ec-layoutRole__mainWithColumn{
		width: 100%;
		margin: 0;
		padding: 0 3.8vw;

	}
}

/* slider */
.ec-sliderRole{
	margin-bottom: 0;
}

/* fvinfo */
.ec-fvinfo{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F4F4F4;
	padding: 12px 0;
}
.ec-fvinfo .ec-fvinfo__block + .ec-fvinfo__block{
	margin-left: 40px;
}
.ec-fvinfo .ec-fvinfo-ttl{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
}
.ec-fvinfo .ec-fvinfo-ttl__bk{
	font-size: 22px;
}
.ec-fvinfo .ec-fvinfo-ttl__rd{
	font-size: 22px;
	color: #C30000;
}
.ec-fvinfo .ec-fvinfo__txt{
	font-size: 12px;
	color: #000;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.ec-fvinfo{
		display: block;
		padding: 3.8vw;
	}
	.ec-fvinfo .ec-fvinfo-ttl__bk,
	.ec-fvinfo .ec-fvinfo-ttl__rd{
		font-size: 20px;
	}
	.ec-fvinfo .ec-fvinfo-ttl{
		font-size: 14px;
		text-align: center;
		margin: 0 -0.5em;
	}
	.ec-fvinfo .ec-fvinfo__txt{
		font-size: 12px;
	}
	.ec-fvinfo .ec-fvinfo__block + .ec-fvinfo__block{
		margin: 5.1vw 0 0 0;
	}
}

/* osusume */
.ec-osusume{
	border-bottom: 3px solid #EAEAEA;
	margin-top: 40px;
	padding-bottom: 40px;
}
.ec-osusume.ec-products{
	margin-top: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.ec-osusume-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.ec-osusume-list__item{
	width: 22%;
	list-style: none;
	margin-right: 4%;
	margin-top: 4%;
}
.ec-products .ec-osusume-list__item{
	margin-top: 100px;
}
.ec-osusume-list__item:nth-child(4n){
	margin-right: 0;
}
.ec-osusume-list__item:nth-child(-n+4){
	margin-top: 0;
}
.ec-osusume-list__item a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}
.ec-osusume-list__item a:hover{
	opacity: 0.7;
}
.ec-osusume-list__img{
	position: relative;
	width: 100%;
	padding-top: 73%;
}
.ec-osusume-list__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ec-osusume-list__item p{
	font-size: 14px;
}
.ec-osusume-list__item p span{
	font-size: 12px;
	font-weight: 400;
}
.ec-osusume-list__ttl{
	font-size: 14px;
	font-weight: 700;
	margin: 0.8em 0 0;
}
.ec-osusume-list__txt{
	margin: 0.5em 0 0;
}
.ec-osusume-list__price{
	font-weight: 700;
	margin: 0.5em 0 0;
}
.ec-osusume-list__cat{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	background: #FCF0D2;
	line-height: 1.0;
	padding: 0.4em 0.7em;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.ec-osusume{
		margin-top: 80px;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.ec-osusume-list{
		justify-content: space-between;
	}
	.ec-osusume-list__item{
		width: 48%;
		margin-right: 0;
		margin-top: 50px;
	}
	.ec-osusume-list__item:nth-child(-n+4){
		margin-top: 50px;
	}
	.ec-osusume-list__item:nth-child(-n+2){
		margin-top: 0;
	}
	.ec-products .ec-osusume-list__item{
		margin-top: 50px;
	}
	.ec-products .ec-osusume-list__item:nth-child(-n+2){
		margin-top: 0;
	}
}

/* banner */

.ec-banner{
	border-bottom: 3px solid #EAEAEA;
	margin-top: 40px;
	padding-bottom: 40px;
}
.ec-banner-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.ec-banner-list__item{
	width: 30.1%;
	list-style: none;
	margin-right: 4.85%;
	margin-top: 20px;
}
.ec-banner-list__item:nth-child(3n){
	margin-right: 0;
}
.ec-banner-list__item:nth-child(-n+3){
	margin-top: 0;
}
.ec-banner-list__item a{
	display: block;
	position: relative;
	transition: 0.3s;
}
.ec-banner-list__item a:hover{
	opacity: 0.7;
}
.ec-banner-list__txt{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 16px;
	font-weight: 700;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 3;
}
.ec-banner-list__img{
	position: relative;
	width: 100%;
	padding-top: 38.7%;
}
/*
.ec-banner-list__img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
*/
.ec-banner-list__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.ec-banner{
		border-bottom: 0;
		margin-top: 12.8vw;
		padding: 0 6.4vw;
	}
	.ec-banner-list{
		display: block;
	}
	.ec-banner-list__item{
		width: 100%;
		margin-right: 0;
		margin-top: 5.1vw;
	}
	.ec-banner-list__item:nth-child(-n+3){
		margin-top: 5.1vw;
	}
	.ec-banner-list__item:first-child{
		margin-top: 0;
	}
	.ec-banner-list__img{
		padding-top: 120px;
	}
}

/* ranking */
.ec-ranking{
	border-bottom: 3px solid #EAEAEA;
	margin-top: 40px;
	padding-bottom: 40px;
}
.ec-ranking-list{
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.ec-ranking-list__item{
	position: relative;
	width: 18%;
	list-style: none;
	margin-right: 2.5%;
	margin-top: 4%;
}
.ec-ranking-list__item:nth-child(5n){
	margin-right: 0;
}
.ec-ranking-list__item:nth-child(-n+5){
	margin-top: 0;
}
.ec-ranking-list__item a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}
.ec-ranking-list__item a:hover{
	opacity: 0.7;
}
.ec-ranking-list__img{
	position: relative;
	width: 100%;
	padding-top: 73%;
}
.ec-ranking-list__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ec-ranking-list__item:first-child .ec-ranking-list__img::before{
	content: '1';
	background: #E6D551;
}
.ec-ranking-list__item:nth-child(2) .ec-ranking-list__img::before{
	content: '2';
	background: #BFBFBF;
}
.ec-ranking-list__item:nth-child(3) .ec-ranking-list__img::before{
	content: '3';
	background: #C68620;
}
.ec-ranking-list__item:nth-child(4) .ec-ranking-list__img::before{
	content: '4';
}
.ec-ranking-list__item:last-child .ec-ranking-list__img::before{
	content: '5';
}
.ec-ranking-list__item .ec-ranking-list__img::before{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	width: 28px;
	height: 28px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 100%;
	color: #fff;
	background: #F2DDA7;
	z-index: 1;
}
.ec-ranking-list__item .ec-ranking-list__img::after{
	content: '';
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	border: 1px solid #fff;
	z-index: 2;
	border-radius: 100%;
}
.ec-ranking-list__item p{
	font-size: 14px;
}
.ec-ranking-list__ttl{
	font-size: 14px;
	font-weight: 700;
	margin: 0.8em 0 0;
}
.ec-ranking-list__txt{
	margin: 0.5em 0 0;
}
.ec-ranking-list__price{
	font-weight: 700;
	margin: 0.5em 0 0;
}
.ec-ranking-list__price span{
	font-size: 12px;
	font-weight: 400;
}
.ec-ranking-list__cat{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	background: #FCF0D2;
	line-height: 1.0;
	padding: 0.4em 0.7em;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.ec-ranking{
		border-bottom: 0;
		margin-top: 80px;
		padding-bottom: 0;
	}
	.ec-ranking-list{
		display: block;
	}
	.ec-ranking-list__item{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.ec-ranking-list__item:nth-child(-n+5){
		margin-top: 20px;
	}
	.ec-ranking-list__item:first-child{
		margin-top: 0;
	}
	.ec-ranking-list__item a{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.ec-ranking-list__item p{
		width: 100%;
		font-size: 14px;
	}
	.ec-ranking-list__ttl{
		margin-top: 0;
	}
	.ec-ranking-list__img{
		width: 170px;
		padding-top: 128px;
	}
	.ec-ranking-list__inner{
		width: calc(100% - 180px);
		padding-top: 40px;
	}
	.ec-ranking-list__item .ec-ranking-list__img::before{
		top: 0;
		left: 180px;
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
	.ec-ranking-list__item .ec-ranking-list__img::after{
		top: 3px;
		left: 183px;
		width: 22px;
		height: 22px;
	}
}

/* news */

.ec-newsRole .ec-newsRole__newsDate{
	line-height: 1.6;
	color: #000;
}
.ec-newsRole .ec-newsRole__news{
	padding: 0;
	border: 0;
	border-top: 1px solid #666;
}
.ec-newsRole .ec-newsRole__newsItem{
	border-bottom: 1px solid #666;
	padding: 1em;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
	margin-top: 0;
	padding-top: 10px;
}
.ec-newsRole .ec-newsRole__newsTitle{
	text-decoration: underline;
	font-weight: 400;
	color: #000;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){
	border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
	.ec-newsRole{
		padding-top: 0;
		margin-top: 80px;
	}
	.ec-newsRole .ec-newsRole__newsDate{
		margin: 0;
	}
	.ec-newsRole .ec-newsRole__newsTitle{
		margin-bottom: 0;
	}
	.ec-newsRole .ec-newsRole__newsItem{
		padding: 4vw 0;
	}
	.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
		padding-top: 3vw;
		margin-bottom: 0;
	}
	.ec-newsRole .ec-newsRole__newsItem:last-of-type{
		margin-bottom: 0;
	}
}

/* calendar */

#businessday_calendar{
	margin-top: 100px!important;
	padding: 0!important;
}
#businessday_calendar .ec-calendar__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#businessday_calendar .ec-calendar__inner table{
	width: 48%;
	border-bottom: 1px solid #DDD;
	margin-bottom: 0;
}
#businessday_calendar .ec-calendar__inner table th{
	background: #FCF0D2;
	font-size: 14px;
	font-weight: 400;
	border-top: 0;
	border-bottom: 0;
	padding: 0.5em 0;
}
#businessday_calendar .ec-calendar__inner table td{
	border-bottom: 1px solid #DDD;
	padding: 0.5em 0;
}
#businessday_calendar .ec-calendar__inner table tr:last-child td{
	border-bottom: 0;
}
#businessday_calendar .ec-calendar__inner table .today{
	position: relative;
	border: 0;
}
#businessday_calendar .ec-calendar__inner table .holiday{
	background: #FDC8C8;
	color: #000;
}
#businessday_calendar .ec-calendar__inner table .today::before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	box-sizing: border-box;
	border: 2px solid #000;
}
#businessday_calendar .ec-calendar__inner table caption{
	color: #000;
	text-align: center;
	line-height: 1.0;
	padding: 0;
	margin: 0 0 1em;
}
@media only screen and (max-width: 767px) {
	#businessday_calendar .ec-calendar__inner{
		display: block;
	}
	#businessday_calendar .ec-calendar__inner table{
		width: 100%;
	}
	#businessday_calendar .ec-calendar__inner table caption,
	#businessday_calendar .ec-calendar__inner table th,
	#businessday_calendar .ec-calendar__inner table td{
		font-size: 16px;
	}
	#businessday_calendar .ec-calendar__inner table + table{
		margin-top: 30px;
	}
}

.ec-footerRole{
	background: linear-gradient(135deg, rgba(177,25,25,1) 10%, rgba(96,12,12,1) 100%);
	padding: 48px 0!important;
}
.ec-footerRole .ec-footerRole__inner{
	max-width: 1200px;
}
.ec-footerRole .ec-footerRole__sub{
	font-weight: 700;
	color: #fff;
	font-size: 20px;
}
.ec-footerRole .ec-footerRole__ttl{
	font-weight: 700;
	color: #fff;
	font-size: 22px;
	margin-bottom: 5em;
}
.ec-footerRole .ec-footerRole__ttl span{
	font-size: 14px;
}
.ec-footerRole .ec-footerRole-info{
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.ec-footerRole .ec-footerRole-info__block{
	width: 30%;
}
.ec-footerRole .ec-footerRole-info__block + .ec-footerRole-info__block{
	margin-left: 5.5%;
}
.ec-footerRole .ec-footerRole-info__ttl{
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
.ec-footerRole .ec-footerRole-info__txt{
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.ec-footerRole .ec-footerRole-info__txt + .ec-footerRole-info__ttl{
	margin-top: 2.8em;
}
.ec-footerRole .ec-footerRole-info__txt span{
	font-size: 12px;
}
.ec-footerRole .ec-footerRole-info-define__ttl{
	clear: left;
	float: left;
	width: 2em;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
}
.ec-footerRole .ec-footerRole-info-define__txt{
	padding-left: 2em;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.ec-footerRole .ec-footerRole-info-define__txt a{
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
}
.ec-footerRole .ec-footerRole-info-define__txt a:hover{
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.ec-footerRole .ec-footerRole-link{
	position: absolute;
	bottom: 0;
	right: 0;
}
.ec-footerRole .ec-footerRole-link__item{
	font-size: 14px;
	text-align: right;
	margin-bottom: 1.2em;
}
.ec-footerRole .ec-footerRole-link__item a{
	color: #fff;
}
.ec-footerRole .ec-footerRole-link__btn{
	width: 138px;
	height: 38px;
	font-size: 14px;
	margin: 0 0 0 auto;
}
.ec-footerRole .ec-footerRole-link__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3em;
	transition: 0.3s;
}
.ec-footerRole .ec-footerRole-link__btn a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.ec-footerRole .ec-footerRole-link__btn img{
	width: 10px;
	height: auto;
	margin-left: 7px;
}
.ec-footerRole .ec-footerRole-logo{
	width: 62px;
	margin: 154px 0 0 auto;
}
.ec-footerRole .ec-footerRole-logo img{
	width: 100%;
	height: auto;
}
.ec-footerRole-logo__copy{
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	margin: 1em 0 0;
}
.ec-footerRole-logo__copyjigyo{
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	margin: 0.5em 0 0;
}
@media only screen and (max-width: 767px) {
	.ec-footerRole{
		margin-top: 20px;
		padding: 70px 3.8vw!important;
	}
	.ec-footerRole .ec-footerRole__sub{
		font-size: 17px;
	}
	.ec-footerRole .ec-footerRole__ttl{
		font-size: 19px;
		margin-bottom: 70px;
	}
	.ec-footerRole .ec-footerRole__ttl span{
		font-size: 14px;
	}
	.ec-footerRole .ec-footerRole-info{
		display: block;
	}
	.ec-footerRole .ec-footerRole-info__block{
		width: 100%;
	}
	.ec-footerRole .ec-footerRole-info__ttl{
		font-size: 16px;
	}
	.ec-footerRole .ec-footerRole-info-define__ttl{
		font-size: 14px;
	}
	.ec-footerRole .ec-footerRole-info-define__txt{
		font-size: 14px;
	}
	.ec-footerRole .ec-footerRole-info__block + .ec-footerRole-info__block{
		margin: 70px 0 0 0;
	}
	.ec-footerRole .ec-footerRole-info__txt + .ec-footerRole-info__ttl{
		margin-top: 70px;
	}
	.ec-footerRole .ec-footerRole-link{
		position: relative;
		top: auto;
		right: auto;
		margin: 70px 0 0;
	}
	.ec-footerRole .ec-footerRole-link__item{
		text-align: right;
		font-size: 14px;
	}
	.ec-footerRole .ec-footerRole-logo{
		width: 62px;
		margin-top: 70px;
	}
	.ec-footerRole-logo__copy,.ec-footerRole-logo__copyjigyo{
		font-size: 14px;
	}
}

/* list */

.ec-searchnavRole{
	padding: 0;
}
.ec-searchnavRole .ec-searchnavRole__infos{
	border-top: 0;
}
.ec-searchnavRole .ec-searchnavRole__counter{
	width: 70%;
}
.ec-searchnavRole .ec-searchnavRole__actions{
	width: 30%;
}
.ec-topicpath{
	font-size: 0;
	padding: 25px 0 0;
}
.ec-topicpath .ec-topicpath__item,
.ec-topicpath .ec-topicpath__item--active,
.ec-topicpath .ec-topicpath__divider{
	font-size: 12px;
}
.ec-topicpath .ec-topicpath__item a{
	color: #000;
}
.ec-topicpath .ec-topicpath__item--active a{
	font-weight: 400;
	color: #C30000;
}
.ec-searchnavRole-cat{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	font-size: 12px;
}
.ec-searchnavRole-cat__ttl{
	font-weight: 700;
	font-size: 18px;
}
.ec-searchnavRole-cat__ttl + *{
	margin-left: 16px;
}
.ec-select{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.ec-searchnavRole .ec-searchnavRole__infos{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-flow: row;
		padding: 0;
		margin: 0 0 5.1vw;
	}
	.ec-searchnavRole .ec-searchnavRole__counter{
		margin: 0;
	}
	.ec-searchnavRole-cat{
		display: block;
	}
	.ec-searchnavRole .ec-select select{
		font-size: 14px;
	}
	.ec-searchnavRole .ec-searchnavRole__counter{
		width: calc(100% - 140px);
	}
	.ec-searchnavRole .ec-searchnavRole__actions{
		width: 140px;
	}
	.ec-searchnavRole-cat span{
		font-size: 12px;
	}
	.ec-searchnavRole-cat__ttl{
		width: 100%;
		font-size: 18px;
		margin-bottom: 0.2em;
	}
	.ec-searchnavRole-cat__ttl + *{
		margin-left: 0;
	}
	.ec-topicpath{
		border: 0;
		margin-bottom: 20px;
		padding: 20px 0 0;
	}
}

/* side */

.side-btn{
	position: relative;
	text-align: center;
	font-size: 16px;
	background: #fff;
	margin: -30px -24px 30px;
	padding: 15px 0;
	z-index: 3;
}
.side-btn__link + .side-btn__link{
	margin-top: 15px;
}
.side-btn__link a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #D5653C;
	line-height: 1.0;
	padding: 1em 0;
	border-radius: 0.5em;
	transition: 0.3s;
}
.side-btn__link a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/* detail */

.ec-productRole{
	border-bottom: 3px solid #EAEAEA;
	padding: 0 0 40px;
}
.ec-productRole .ec-productRole__category{
	border-bottom: 0;
	padding: 25px 0!important;
}
.ec-productRole .ec-productRole__category ul{
	font-size: 0;
}
.ec-productRole .ec-productRole__category ul li{
	display: inline;
	font-size: 12px;
}
.ec-productRole .ec-productRole__category ul li a{
	color: #000;
}
.ec-productRole .ec-productRole__category ul li::after{
	content: '/';
	display: inline;
	margin: 0 0.3em;
}
.ec-productRole .ec-productRole__category ul li:last-child a{
	color: #C30000;
}
.ec-productRole .ec-productRole__category ul li:last-child::after{
	content: none;
}
.ec-sliderItemRole{
	width: 500px;
	padding: 0;
	margin: 0;
}
.ec-sliderItemRole .slick-slider{
	margin-bottom: 10px;
}
.ec-sliderItemRole .item_visual .slide-item{
	position: relative;
	width: 500px;
	height: 375px;
}
.ec-sliderItemRole{
	position: relative;
}
.ec-sliderItemRole .ec-sliderItemRole_cat{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 12px;
	background: #FCF0D2;
	line-height: 1.0;
	padding: 6px 9px;
	z-index: 2;
}
.ec-productRole .item_visual img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ec-productRole .item_visual .slick-arrow{
	position: absolute;
	top: 50%;
	width: 14px;
	height: 24px;
	font-size: 0;
	border: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.ec-productRole .item_visual .slick-arrow.slick-prev{
	background: url(../img/common/icon_slider_prev.svg) 0 0 / 100% 100% no-repeat;
	left: 15px;
}
.ec-productRole .item_visual .slick-arrow.slick-next{
	background: url(../img/common/icon_slider_next.svg) 0 0 / 100% 100% no-repeat;
	right: 15px;
}
.ec-sliderItemRole .slideThumb{
	position: relative;
	width: 119px;
	height: 90px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.ec-sliderItemRole .slideThumb:nth-child(4n){
	margin-right: 0;
}
.ec-sliderItemRole .slideThumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}
.ec-productRole .ec-productRole__price{
	color: #C30000;
	padding: 0;
	border: 0;
	margin: 10px 0;
}
.ec-price .ec-price__price{
	font-size: 29px;
	padding: 0;
}
.ec-blockBtn--action{
	background: #C30000;
	border: 1px solid #C30000;
	border-radius: 0.6em;
	transition: 0.3s;
}
.ec-blockBtn--action:hover{
	background: #C30000;
	opacity: 0.7;
}
.ec-blockBtn--action.add-cart span{
	position: relative;
	padding: 0 0 0 2.5em;
}
.ec-blockBtn--action.add-cart span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../img/common/icon_header_cart_wh.svg) 0 0 / 100% 100% no-repeat;
	transform: translateY(-50%);
}
.ec-blockBtn--cancel{
	background: #5DB9E2;
	border: 1px solid #5DB9E2;
	border-radius: 0.6em;
	transition: 0.3s;
}
.ec-blockBtn--cancel:hover{
	background: #5DB9E2;
	border: 1px solid #5DB9E2;
	opacity: 0.7;
}
#favorite.ec-blockBtn--cancel span{
	position: relative;
	padding: 0 0 0 2.5em;
}
#favorite.ec-blockBtn--cancel span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../img/common/icon_header_fav_wh.svg) 0 0 / 100% 100% no-repeat;
	transform: translateY(-50%);
}
.ec-productRole .ec-productRole__description{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 40px;
}
.ec-product-detail{
	margin-top: 60px;
}
.ec-product-detail__table{
	width: 100%;
	border-top: 1px solid #707070;
	border-spacing: 0;
}
.ec-product-detail__table th{
	width: 130px;
	background: #E6E6E6;
	font-size: 15px;
	line-height: 1.7;
	border-bottom: 1px solid #707070;
	padding: 1em 0.8em;
	vertical-align: top;
}
.ec-product-detail__table td{
	background: #fff;
	font-size: 15px;
	line-height: 1.7;
	border-bottom: 1px solid #707070;
	padding: 1em 0.8em;
}
.ec-product-detail-overview{
	width: 500px;
	margin-top: 40px;
}
.ec-product-detail-overview + .ec-product-detail-overview{
	margin-top: 50px;
}
.ec-product-detail-overview__img{
	width: 100%;
	height: 375px;
}
.ec-product-detail-overview__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ec-product-detail-overview__txt{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
	.ec-sliderItemRole{
		width: 92.3vw;
	}
	.ec-sliderItemRole .ec-sliderItemRole_cat{
		display: none;
	}
	.ec-productRole .ec-productRole__category{
		padding: 20px 0!important;
	}
	.ec-sliderItemRole .item_visual .slide-item{
		width: 100%;
		height: 70vw;
	}
	.ec-sliderItemRole .item_nav{
		display: flex;
		flex-wrap: wrap;
	}
	.ec-sliderItemRole .slick-slider{
		margin-bottom: 0;
	}
	.ec-sliderItemRole .slideThumb{
		width: 22.6%;
		height: 16vw;
		margin-right: 3.2%;
		margin-top: 2.6vw;
		margin-bottom: 0;
	}
	.ec-productRole .ec-productRole__profile{
		padding-top: 15px;
	}
	.ec-productRole .ec-productRole__title .ec-headingTitle{
		font-size: 20px;
	}
	.ec-productRole .ec-productRole__price{
		text-align: right;
		font-size: 29px;
	}
	.ec-price .ec-price__tax{
		font-size: 16px;
	}
	.ec-productRole .ec-productRole__actions{
		padding: 0;
		margin-bottom: 20px;
	}
	.ec-productRole .ec-productRole__actions .ec-numberInput{
		text-align: right;
	}
	.ec-productRole .ec-productRole__actions .ec-numberInput span{
		margin-right: 0.5em;
	}
	.ec-productRole .ec-productRole__btn{
		width: 77vw;
		margin: 0 auto 20px;
	}
	.ec-product-detail{
		margin-top: 30px;
	}
	.ec-product-detail__table th{
		width: 80px;
		padding: 0.8em;
	}
	.ec-product-detail__table td{
		padding: 0.8em;
	}
	.ec-product-detail-overview{
		width: 100%;
		margin-top: 50px;
	}
	.ec-product-detail-overview__img{
		height: 270px;
	}
}

/* recommend */
.ec-recommend{
	border-bottom: 3px solid #EAEAEA;
	margin-top: 40px;
	padding-bottom: 40px;
}
.ec-recommend-list{
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.ec-recommend-list__item{
	position: relative;
	width: 18%;
	list-style: none;
	margin-right: 2.5%;
	margin-top: 4%;
}
.ec-recommend-list__item:nth-child(5n){
	margin-right: 0;
}
.ec-recommend-list__item:nth-child(-n+5){
	margin-top: 0;
}
.ec-recommend-list__item a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}
.ec-recommend-list__item a:hover{
	opacity: 0.7;
}
.ec-recommend-list__img{
	position: relative;
	width: 100%;
	padding-top: 73%;
}
.ec-recommend-list__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ec-recommend-list__item p{
	font-size: 14px;
}
.ec-recommend-list__item p span{
	font-size: 12px;
	font-weight: 400;
}
.ec-recommend-list__ttl{
	font-size: 14px;
	font-weight: 700;
	margin: 0.8em 0 0;
}
.ec-recommend-list__txt{
	margin: 0.5em 0 0;
}
.ec-recommend-list__price{
	font-weight: 700;
	margin: 0.5em 0 0;
}
.ec-recommend-list__cat{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	background: #FCF0D2;
	line-height: 1.0;
	padding: 0.4em 0.7em;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.ec-recommend__scroll{
		width: 92.4vw;
		overflow: scroll;
	}
	.ec-recommend-list{
		width: max-content;
	}
	.ec-recommend-list__item{
		width: 170px;
		margin: 0 20px 0 0;
	}
}

/* pagetop */

.ec-blockTopBtn{
	position: sticky;
	bottom: 20px;
	right: 0;
	width: 100%;
	height: 60px;
	background: transparent;
	padding: 0 40px;
	margin: 60px 0 -60px;
}
.ec-blockTopBtn .ec-blockTopBtn__inner{
	position: relative;
	top: 0;
	width: 60px;
	height: 60px;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
	.ec-blockTopBtn{
		margin: 20px 0;
		padding: 0 3.8vw;
	}
}

/* heading */

.c-top-heading{
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 1em;
}
.c-bottom-heading{
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 0 1.2em;
}

/* color */

.ec-color-red,
.ec-cartRole .ec-cartRole__totalAmount{
	color: #C30000;
}

.ec-pageHeader h1{
	font-size: 18px;
	letter-spacing: 0.1em;
	border: 0;
	color: #000;
	margin-top: 1.6em;
}
@media only screen and (min-width: 768px) {
	.ec-pageHeader h1{
		font-size: 26px;
		margin-top: 36px;
	}
}

/* guide */

.p-guide{
	width: 1030px;
	margin: 0 auto;
	color: #000;
}
.p-guide-nav{
	list-style: none;
	padding: 0;
	margin: 0 0 100px;
}
.p-guide-nav__item{
	position: relative;
	font-size: 1.4rem;
	padding: 0 0 0 1em;
}
.p-guide-nav__item a{
	color: #000;
}
.p-guide-nav__item + .p-guide-nav__item{
	margin-top: 1em;
}
.p-guide-nav__item::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #000;
	transform: translateY(-50%);
}
.p-guide-content{

}
.p-guide-content__ttl{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.857;
	color: #000;
	margin: 0;
}
.p-guide-content__txt{
	font-size: 1.4rem;
	line-height: 1.857;
	color: #000;
}
.p-guide-content__txt a{
	color: #000;
	border-bottom: 1px solid #000;
}
.p-guide-content__txt a:hover{
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.p-guide-content-point{
	width: 790px;
	margin: 35px 0 0;
}
.p-guide-content-point__ttl{
	font-size: 1.4rem;
}
.p-guide-content-point-list{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.p-guide-content-point-list__item{
	width: 223px;
	padding: 0;
}
.p-guide-content-point-list__txt{
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	margin: 0.5em 0 0;
}
.p-guide__btn{
	width: 300px;
	height: 50px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 20px 0 0;
}
.p-guide__btn a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	color: #525263;
	border: 2px solid #525263;
	transition: 0.3s;
}
.p-guide__btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.p-guide__btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #000;
	transform: translateY(-50%);
}
.p-guide-content-table__scroll + .p-guide-content__txt{
	margin-top: 36px;
}
.p-guide-content{
	margin-top: 100px;
}
.p-guide-content-step{
	list-style: none;
	padding: 0;
}
.p-guide-content-step__item:first-child{
	margin-top: 30px;
}
.p-guide-content-step__item{
	margin-top: 60px;
}
.p-guide-content-step__item img{
	width: 860px;
	height: auto;
}
.p-guide-content-step__txt{
	line-height: 1.857;
	font-size: 1.4rem;
	margin: 0.5em 0 0;
}
.p-guide-content__card{
	width: 336px!important;
	height: auto;
	margin-bottom: 20px;
}
.p-guide-content-table{
	margin-top: 30px;
}
.p-guide-content-table:first-of-type{
	margin-top: 20px;
}
.p-guide-content-table table{
	width: 716px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.p-guide-content-table table thead tr:first-child th{
	background: #666;
	color: #fff;
	text-align: left;
	padding: 0.8em 1.4em;
}
.p-guide-content-table table thead tr th{
	background: #E8E8E8;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.6;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0.8em 0;
}
.p-guide-content-table table thead tr th span{
	font-size: 1.3rem;
}
.p-guide-content-table table tbody td{
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.6;
	font-size: 1.5rem;
	padding: 1em 1.4em;
}
.p-guide-content-table + .p-guide-content__txt{
	margin-top: 50px;
}
.p-guide-content__day{
	width: 860px!important;
	margin: 10px 0 30px;
}
.p-guide-content-table__scroll{
	display: none;
}
.p-guide__btn + .p-guide-content__txt{
	margin-top: 36px;
}
@media only screen and (max-width: 767px) {
	.p-guide{
		width: auto;
	}
	.p-guide-content-point{
		width: auto;
	}
	.p-guide-content-point-list{
		flex-wrap: wrap;
	}
	.p-guide-content-point-list__item{
		width: 48%;
		margin-top: 20px;
	}
	.p-guide-content-point-list__item:nth-child(-n+2){
		margin-top: 0;
	}
	.p-guide-content-point-list__txt{
		text-align: left;
	}
	.p-guide-content-point-list__txt br{
		display: none;
	}
	.p-guide-content-table{
		overflow-x: scroll;
		margin-right: -20px;
		padding-right: 20px;
	}
	.p-guide__btn{
		max-width: 300px;
		margin: 20px auto 0;
	}
	.p-guide-content-step__item:first-child{
		margin-top: 20px;
	}
	.p-guide-content-step__item{
		margin-top: 50px;
	}
	.p-guide-content-table__scroll{
		display: block;
		text-align: center;
		font-size: 1.3rem;
		margin-top: 10px;
		margin-right: -20px;
		padding-right: 20px;
	}
	.p-guide-content__card{
		width: 100%!important;
	}
}
.other_page .ec-layoutRole .ec-layoutRole__main #businessday_calendar{
	max-width: 1030px;
}
@media only screen and (max-width: 767px) {
	.other_page .ec-layoutRole .ec-layoutRole__main #businessday_calendar{
		padding: 0 20px!important;
	}
}