
body {
	font-family: 'Noto Serif JP', serif;
	background: #F8F8F8;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

.en {
	font-size: 12px;
}

.ec-topicpath__divider {
	margin: 0 5px;
}

@media screen and (min-width: 767px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 767px){   
  .pc { display:none; }
  .sp { display:inline; }
}

/*  */
.ec-headerNaviRole {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
}

/*  */
.ec-layoutRole .ec-layoutRole__contents {
	max-width: 100%;
}

/* 商品一覧並び */
.ec-role-items {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.4;
	color: #525263;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 1130px;
}
.ec-newItemRole .ec-newItemRole__list {
	border-left: solid 2px #666666;
	padding-left: 20px;
	overflow-x: hidden;
}


@media only screen and (min-width: 768px) {
  .ec-newItemRole {
    padding: 10px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
	.ec-newItemRole .ec-newItemRole__list {
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
}

.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.item {
	/* 横スクロール用 */
	display: inline-block;
	width: 100%;
}

/*  */
.ec-newItemRole{
	padding:0 0 20px 0;
}

.ec-newItemRole .ec-newItemRole__listItem {
	margin-bottom: 0;
	min-width: 22%;
}

.ec-favoriteRole .ec-favoriteRole__item-image {
	height: 150px;
}
.ec-newItemRole .ec-newItemRole__listItem img {
	width: 100%;
	height: auto;
	max-height: 230px;
	object-fit: cover;
}
.ec-newItemRole .ec-newItemRole__listItem a {
	color: #666666;
}
.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
	color: #666666;
}
.ec-newItemRole .ec-newItemRole__listItem a:hover {
	text-decoration: none;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
	font-size: 20px;
	text-align: right;
	float: right;
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
	white-space: pre-line;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	letter-spacing: 0.03rem;
	height: 40px;
}

@media only screen and (max-width: 767px) {
	.ec-newItemRole .ec-newItemRole__listItem {
		min-width: 44%;
	}
	.ec-newItemRole .ec-newItemRole__listItem:nth-child(even) {
    margin-right: 4%;
	}
	.ec-newItemRole .ec-newItemRole__listItem img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.ec-newItemRole .ec-newItemRole__listItemTitle {
		font-size: 10px;
		height: 30px;
	}
	.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 15px;
	}
}


/*========== PC用送りメニュー ==========*/
.ec-newItemRole{
	position:relative;
}

.ec-newItemRole .ItemRole__action{
	position:absolute;
	top: calc(50% - 25px);
	z-index:20;
	background:rgba(128 ,128 ,128 ,0.4);
	width:50px;
	height:50px;
	border-radius: 50%;
	text-align:center;
	line-height:50px;
	color:#F8F8F8;
	cursor:pointer;
	
}


@media screen and (min-width:768px){
	.ec-newItemRole__list:hover ~ .ItemRole__action{
		display:block;
	}
}

.ItemRole__action.action__left{
	left:5px;
}

.ItemRole__action.action__right{
	right:5px;
}


/*  */
.ec-productRole .ec-productRole__tags {
	border-bottom: 0px dotted #ccc;
}
.ec-productRole__tags {
	margin-top: 16px;
	padding: 0;
	padding-bottom: 16px;
	text-align: right;
	clear: both;
}


.ec-productRole__tag {
	display: inline-block !important;
	padding: 2px 5px !important;
	
	font-family: 'Inter';
	font-style: normal;
	font-size: 15px;
	line-height: 18px;

	color: #ffffff !important;
	border-radius: 5px !important;
	border: solid 1px #B79950;
	background-color: #B79950; 
}

/*
.ec-productRole__tag {
	display: inline-block !important;
	padding: 2px 5px !important;
	list-style: none !important;
	font-size: 80% !important;
	color: #ffffff !important;
	border-radius: 16px !important;
	border: solid 1px #B79950;
	background-color: #B79950; 
}
*/


@media screen and (max-width: 767px) {
	.ec-productRole__tag {
		font-size: 12px !important;
	}
}
.tag_5 {
	border: solid 1px #B0272D !important;
	background-color: #B0272D !important;
}
.tag_4 {
	border: solid 1px #B79950 !important;
	background-color: #B79950 !important;
}

/*  */
.weekly-button {
	width: 100%;
	text-align: right;
}
.weekly-button a {
	position: relative;
	margin: 0 0 0 0;
	padding: 3px 30px;
	background: #666666;
	box-shadow: inset 0 0 30px #666666;
	color: #ffffff;
	font-size: 11px;
}
.weekly-button a:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	width: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.weekly-button a:before {
	background: #e3e3e3;
	border-color: #ffffff #ffffff #e3e3e3 #e3e3e3;
}
.weekly-button a:hover {
	background: #E2E2E0;
	box-shadow: inset 0 0 30px #E2E2E0;
	color: #666666;
}
@media only screen and (max-width: 767px) {
	.weekly-button a {
		padding: 3px 45px;
		font-size: 15px;
	}
}

.start_day {
	color: #000;
	font-size: 1.4em;
	letter-spacing: 0.2em;
}
.end_day {
	color: #000;
	font-size: 1.4em;
	letter-spacing: 0.2em;
}
.mini {
	font-size: 0.7em;
}

/*  */
.ec-mypageRole .ec-pageHeader h1 {
	border-top: none;
	border-bottom: 0px solid #ccc;
	margin: 10px 16px 48px;
	padding: 8px;
	font-size: 32px;
	font-weight: bold;
}
.header-mypage {
	position: relative;
	border-bottom: solid 3px #fff;
	font-size: 20px;
	margin: 30px 16px 0px;
	padding: 8px;
}
.header-mypage:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #D5D5D5;
	bottom: -3px;
	width: 3%;
}

.ec-para-normal {
	background: #D5D5D5;
	margin-bottom: 16px;
	padding: 5px 20px;
}
.count {
	font-size: 1.1em;
	font-weight: bold;
}

.ec-blockBtn--cartadd {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
	background-color: #666666;
	border-color: #666666;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}

.ec-blockBtn--favo {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	border-color: #666666;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}

.ec-blockBtn--share {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
	background-color: #06C755;
	border-color: #06C755;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}

/*  */
.ec-blockBtn--change {
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
	background-color: #666666;
	border-color: #666666;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}
.ec-blockBtn--change:hover {
	background-color: #BFB8A5;
	border-color: #BFB8A5;
}

/*  */
.ec-pageHeader h1 {
	margin: 0 0 8px;
	border-bottom: 0px dotted #ccc;
	border-top: 0px solid #ccc;
	margin: 35px 16px 8px;
	padding: 8px 0 12px;
	font-weight: bold;
}

.ec-blockBtn--comfirm {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
	background-color: #666666;
	border-color: #666666;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}
.ec-blockBtn--comfirm a {
	color: #fff;
}
.ec-blockBtn--comfirm:hover {
	background-color: #BFB8A5;
	border-color: #BFB8A5;
	color: #fff;
}

.ec-blockBtn--step {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	border-color: #666666;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-top: 0;
	padding-bottom: 0;
}
.ec-blockBtn--step a {
	color: #666666;
}
.ec-blockBtn--step:hover {
	background-color: #D5D5D5;
	border-color: #D5D5D5;
	color: #666666;
}

/* form-nav */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 16px 48px;
}
.progressbar .item {
	position: relative;
	width: 25%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #BFB8A5;
	color: #ffffff;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 25px solid transparent;
	border-left: 20px solid #BFB8A5;
	margin: auto;
}
.progressbar .item:not(:last-child)::before {
	margin-left: 3px;
	border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
	.ec-cartRole {
    padding-left: 10px;
    padding-right: 10px;
	}

	.progressbar {
    margin: 5px 0px 30px;
	}
	.progressbar .item {
		font-size: 10px;
		line-height: 1.5;
		padding: 10px 0;
	}
	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 19px;
		border-left-width: 12px;
	}
}

/* active */
.progressbar .item.active {
	z-index: 1;
	background: #D5D5D5;
	color: #666666;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #D5D5D5;
}
.progressbar .item.active:not(:last-child)::before {
	margin-left: 3px;
	border-left-color: #FFF;
}

/*  */
.ec-totalBox {
	width: 80%;
	background: #fff;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.ec-totalBox {
		width: 100%;
		background: #fff;
		padding: 0px;
		margin-bottom: 10px;
	}
}

.ec-searchnavRole .ec-searchnavRole__actions {
	width: 100%;
}

/*  */
.ec-org-pageHeader {
	text-align: center;
	padding: 0 0 8px;
	border-bottom: solid 1px #ccc;
	margin: 30px 0;
}

.help_title {
	font-size: 32px;
	padding: 0 0 18px;
}

.english_title {
	color: #666666;
	text-align: center;
	position: relative;
	padding: 0 0 10px;
	font-size: 19px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.english_title::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	margin: auto;
	border-bottom: 2px solid #D5D5D5;
}

.middle_title {
	color:#BFB8A5;
	font-size: 23px;
	margin: 10px 0;
}

.ec-org-heading-bold {
	color: #BFB8A5;
	margin: 16px 0;
	font-size: 20px;
	font-weight: bold;
}

.ec-org-heading-sub {
	color: #666666;
	margin: 17px 0 8px 0;
	font-size: 16px;
	font-weight: bold;
}

/*  */
.ec-listItemTitle {
	margin: 8px 0;
	font-size: 14px;
	font-weight: bold;
	white-space: pre-line;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 40px;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
	height: auto;
}
.ec-shelfGrid .ec-shelfGrid__item-image img {
	width: 100%;
	height: 150px;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.ec-shelfGrid .ec-shelfGrid__item-image {
		height: auto;
		object-fit: cover;
	}
	.ec-shelfGrid .price02-default {
		font-size: 15px;
	}
	.ec-listItemTitle {
		font-size: 10px;
	}
}

/*  */
.kouri_wrap {
	float: left;
}
.kouri_kakaku {
	font-size: 12px;
}
.kouri_font {
	font-size: 12px;
	text-align: left;
}

/* 年齢確認モーダル */
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
.btn_area {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	z-index: 2
}
.btn_area .ttl {
	font-weight: bold
}
.btn_area p {
	padding: 15px
}
.btn_area button,.no {
	display: block;
	margin: 0 auto;
	background: #333;
	color: #fff;
	padding: 20px 40px;
	border: none;
	margin-top: 10px;
	width: 300px;
}
.btn_area button:hover {
	background: #777
}
button {
	cursor: pointer;
}

.ec-totalBox .ec-totalBox__btn a {
	color: #666666;
	text-decoration: none;
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img{
	width: 40px !important;
	height: auto;
}
.ec-borderedDefs {
	border-top: 0px dotted #ccc;
}

/* ログイン */
.ec-login {
	margin: 0 16px;
	padding: 30px 13% 60px;
	margin: 50vh auto 0;
	transform: translateY(-50%);
	padding: 15px 30px;
	background: rgba(0,0,0,0.0);
	text-align: center;
}
#membersOnly-login{
	display: none !important;
}

@media screen and (max-width: 767px) {
	.ec-navlistRole .ec-navlistRole__item a {
		padding: 4px !important;
	}
	.kouri_kakaku {
		font-size: 10px;
	}
	.kouri_font {
		font-size: 10px;
	}
}