.c-title__heading h1 {
	padding: 3vh 2.6vw;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 1%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 100%);
}

.l-header__logo a img:hover{
	opacity:0.8;
}

.p-news__article__item {
	width: calc(92% / 5);
}

.p-news__article {
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 3vh;
	justify-content: flex-start;
}

.p-news__article__item__date .price {
	font-size: 17px;
	margin-left: auto;
	margin-top: 0.5em;
}

.p-news__article__item__thumb img {
	height: auto;
}

.products .p-news__article__item__thumb img {
	margin: 0 auto 1em;
}

.p-news__article__category {
	background: #fff;
	padding: 5px;
	border-radius: 2.46em;
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.p-news__article__item {
		width: calc(98% / 2);
	}
	.p-news__article__item__date .price {
		font-size: 14px;
	}
	.p-news__article__item__thumb img {
		max-height: 130px;
		object-fit: cover;
	}
}

.p-news__article__item h3 {
	margin-top: 0.5em;
}

.submit_wrap {
	margin-top: 2em;
}

.Contact dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	margin: 0.75em autp;
}

.Contact button,
.Contact input,
.Contact optgroup,
.Contact select,
.Contact textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #ccc;
}

.Contact label {
	display: flex;
	align-items: center;
}

.Contact input[type='checkbox'] {
	width: 20px;
	margin-right: 10px;
}

.Contact dl dt {
	padding: 0.75em;
	background: #fafafa;
}

.Contact dl dd {
	margin-left: 0;
}

.Contact input[type='submit'] {
	padding: 1em;
	background: #181b2f;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 0.46em;
	cursor: pointer;
}

span.text_red {
	background: #860a0a;
	text-align: center;
	color: #fff;
	margin-left: 5px;
	display: inline-block;
	line-height: 1;
	font-size: 0.85rem;
	padding: 3px;
	font-weight: normal;
}

/*************ウェルカート********/

section.products{
	max-width: 800px;
	margin: auto;
}

#zeus_new_card_area label {
	width: 100%;
}

em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
	white-space: nowrap;
}

#itempage {
	width: 100%;
}

#delivery-info input {
	padding: 1em;
}

#itempage .skuform .error_message {
	border: none !important;
	padding: 0 !important;
}

#itempage .skuform .skuquantity {
	text-align: right;
	width: 5em;
	margin: 0 5px;
}

#customer-info th,
#customer-info td {
	font-size: 15px !important;
	padding: 0.75em !important;
}

#customer-info .customer_form input,
#customer-info select {
	padding: 0.5em;
	font-size: 15px;
	width: 100% !important;
	vertical-align: middle;
}
#zeus_new_card_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 5px;
	row-gap: 10px;
}
#zeus_new_card_area br {
	display: none;
}
#zeus_token_card_expires_note {
	display: block;
	width: 100%;
}
#confirm_table th,
#confirm_table td {
	font-size: 15px !important;
}
#info-confirm .send {
	display: flex;
	flex-direction: column-reverse;
	border-top: none !important;
}
.checkout_button {
	background: #9c0c0c !important;
	margin: 1em auto;
	width: 100%;
	box-shadow: none;
	border: 0;
	color: #fff;
	padding: 1em;
	font-size: 19px;
	border-radius: 4.46em;
	cursor: pointer;
}

.back_to_delivery_button:hover {
	background: #666 !important;
}

.back_to_delivery_button,
.back_to_top_button {
	margin: 1em auto;
	width: 50%;
	box-shadow: none;
	border: 0;
	color: #222;
	padding: 1em;
	font-size: 16px;
	border-radius: 4.46em;
	cursor: pointer;
}

.usces-cart h3 {
	text-align: center;
}

.back_to_top_button {
	display: block;
	background: #c7c7c7 !important;
	text-align: center;
	margin-top: 5vh;
}

#delivery-info select {
	padding: 0.5em;
	font-size: 15px;
}
#zeus_token_card_number {
	width: 100% !important;
	margin: 0 !important;
}
#zeus_token_card_expires_month,
#zeus_token_card_expires_year {
	max-width: 90px;
	margin: 0;
}

#info-confirm .action {
	display: none !important;
}

#delivery-info input[type='radio'] {
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -2px;
}

#customer-info .send,
#delivery-info .send {
	border-top: none !important;
	margin-bottom: 1em;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#delivery-info th,
#delivery-info td {
	font-size: 15px !important;
}
#customer-info table {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.ec-top img {
		height: 50vh;
	}

	section.shop__concepts .two:last-child {
		margin-bottom: 1em;
	}

	#customer-info th,
	#customer-info td {
		font-size: 12px !important;
		padding: 0.5em;
	}

	#customer-info .customer_form input {
		padding: 0.5em;
		font-size: 15px;
	}

	.sp_menu_btn .bt-menu-trigger span {
		top: 50%;
	}

	.sp_menu_btn {
		position: fixed !important;
		right: var(--row-space);
	}

	.ec-logo__wrap {
		flex-direction: column-reverse;
	}

	section.shop__concepts .flex {
		flex-direction: column-reverse;
	}

	.ec-logo__wrap .cont {
		max-width: 86%;
		margin-right: auto;
		margin-left: 0;
	}

	.slider.top .ec-logo__wrap .cont {
		max-width: 100%;
	}

	section.shop__concepts .flex .two:last-child {
		margin-top: 1em;
	}

	.wh_transparent_box {
		padding: 2em;
	}

	#inside-cart {
		max-width: 97%;
	}

	#inside-cart .no_cart {
		font-size: 1.2rem !important;
	}

	.wh_transparent_box .more_btn {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#customer-info .send {
		flex-direction: column-reverse;
		justify-content: center;
	}
}

.reco_image {
	width: 35%;
}

.reco_image img {
	height: auto;
}

.reco__item {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.reco_image,
	.reco__item {
		width: 100%;
	}
}

.price {
	font-size: 20px;
	font-style: italic;
}

.ec-recommend .more_btn {
	width: 100px;
	margin-top: 15px;
	height: 30px;
}

.ec-recommend .more_btn a {
	font-size: 13px;
}

.ec-recommend .more_btn a span {
	margin-left: 15px;
}

.ec-recommend .more_btn a span:before {
	content: '';
	width: 3px;
	height: 0.5px;
	background: #010101;
	position: absolute;
	left: 6px;
	top: -1px;
	transform: rotate(45deg);
	transition: all 0.3s;
}

.ec-recommend h3 {
	padding-bottom: 0.75em;
	border-bottom: 1px solid #ddd;
}

.ec-recommend {
	max-width: 640px;
	margin: var(--row-space) auto 0;
}

.price_wrap {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
}

.ec-item h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 19px;
}

.more_btn.auto {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

section.information h2.en__title,
.information p {
	color: #fff;
}

.info_btn {
	display: block;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.85);
	margin: 1em auto;
	outline: 3px solid #fff;
	text-align: center;
	padding: 1.5em 1em;
	color: #fff;
	font-size: 1.25rem;
}

.info_btn:hover {
	color: #fff;
	background: #000;
	transition: all 0.3s;
}

img.credit-card {
	max-width: 400px;
}

p.min {
	font-size: 13px;
}

section.pt__none {
	padding-top: 0;
}

#itempage h3 {
	display: none;
}

.itemimg {
	display: none;
}

#inside-cart .send {
	border: none !important;
	margin-top: 0 !important;
}

#cart_table {
	width: 100%;
}

.no_cart {
	color: #202020 !important;
}

.header_explanation,
.currency_code {
	display: none;
}

@media screen and (max-width: 767px) {
	.ec-recommend .flex {
		flex-direction: column;
	}

	.price {
		font-size: 17px;
	}
	.ec-logo__wrap .cont .coller,
	.ec-logo__wrap .cont .onozawa {
		max-width: 80px;
	}
	div.usccart_navi ol.ucart {
		font-weight: normal;
		font-size: 10px;
	}
}

#customer-info .send inpu {
	background: #202020;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 3px;
	border: none;
	vertical-align: middle;
}
#delivery-info input {
	vertical-align: middle;
}

.skubutton {
	background: #9c0c0c !important;
	min-width: 300px;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 3px;
	border: none;
	cursor:pointer;
}

.skubutton:hover{
	background: #e90707 !important;
}

.to_customerinfo_button,
.to_reganddeliveryinfo_button,
.to_deliveryinfo_button,
#delivery-info .to_confirm_button {
	background: #9c0c0c !important;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.to_customerinfo_button:hover, .to_reganddeliveryinfo_button:hover, .to_deliveryinfo_button:hover, #delivery-info .to_confirm_button:hover{
	background: #e90707 !important;
}

#zeus_new_card_area {
	margin-left: 0 !important;
}


.customer_form + .send{
	padding-top:0 !important;
}
.customer_form + .send input{
	background: #9c0c0c !important;
	color:#fff;
	border:none;
}

.customer_form + .send input:hover{
	background: #e90707 !important;
}

#customer-info h5{
	    background-color: #4d2d0f !important;
}
.continue_shopping_button,.back_to_customer_button,
.back_cart_button {
	background: #656565 !important;
	text-align: center;
	color: #fff;
	border: none;
	padding: 1em;
	border-radius: 0.06em;
	cursor: pointer;
}

.customer_form + .send input.back_to_customer_button{
	background: #656565 !important;
}

input[type="submit"]{
	cursor:pointer;
}

.field_price,
div.field,
.footer_explanation {
	display: none;
}

div.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.itemsubimg {
	display: none;
}

.ec-item .slick-slide {
	margin: 10px;
}

.ec-item .slick-slide img {
	height: auto;
}

.upbutton {
	padding-right: 0 !important;
	margin-bottom: 1em;
	display: flex;
	font-size: 14px;
	column-gap: 10px;
	text-align: left !important;
}
#cart .thumbnail,
#cart .num,
.unitprice,
#cart .stock,
tfoot th.action {
	display: none;
}
#memberpages {
	padding: var(--row-space) var(--row-space) var(--row-space);
	max-width: 1000px;
	margin: auto;
}

#newmember {
	background: #fff;
	padding-top: 1em;
}

#newmember th {
	width: 30% !important;
}

#newmember select {
	padding: 0.75em;
}

#memberpages div.loginbox {
	margin-top: 0px !important;
	width: 100% !important;
	max-width: 800px;
}

#memberpages input,
#memberpages input.loginmail {
	width: 100% !important;
	padding: 0.75em;
	font-size: 15px !important;
}

#newmember td,
#newmember th {
	padding: 0.75em;
	font-size: 15px !important;
}

input#member_login {
	background: #202020;
	color: #fff;
	display: block;
	border: none;
	max-width: 80%;
	border-radius: 4.46em;
	margin-left: auto !important;
	margin-right: auto !important;
}

#memberpages .loginbox p {
	font-size: 14px !important;
}

#loginform label {
	display: block;
}

#loginform p.forgetmenot label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#loginform p.forgetmenot label input {
	width: 20px !important;
}

#memberpages .loginbox p#nav a {
	display: block;
	border: 1px solid #202020;
	text-align: center;
	color: #202020;
	max-width: 280px;
	margin: 0 auto;
	padding: 1em;
	border-radius: 4px;
	width: 100%;
}

#newmember .send input {
	max-width: 80% !important;
	margin: auto;
	width: 100%;
	display: block;
	background: #202020;
	color: #fff;
	border: none;
	border-radius: 0.46em;
}
#delivery-info .customer_form dt {
	font-size: 15px !important;
}

.error_message {
	font-size: 13px;
	text-align: center;
	color: #9c0c0c;
	max-width: 90%;
	margin: 0 auto 1em !important;
	padding: 1em;
	line-height: 1.755;
}

.shippng__btn__wrap {
	display: flex;
	justify-content: space-between;
	gap: 2%;
	width: 100%;
	flex-wrap: wrap;
}

.shippng__btn {
	border: 1px solid #bbb;
	border-left: none;
	border-right: none;
	padding: 0.75em;
	text-align: left;
	font-size: 0.9rem;
	display: block;
	margin: 1em 0 1em auto;
	color: #202020;
	width: calc(96% / 2);
	transition: all 0.3s;
	font-family: var(--sippori), sans-serif;
}

.shippng__btn:hover {
	background: #202020;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.shippng__btn__wrap {
		gap: 0;
		align-items: center;
	}

	.shippng__btn {
		font-size: 0.7rem;
		text-align: center;
	}

	.shippng__btn:last-of-type {
		margin-top: 0;
		margin-bottom: 0;
	}

	#cart td.productname {
		text-align: left;
		width: 40%;
	}

	.skubutton {
		margin: 1em auto;
		display: block;
	}

	section.sec__part h3 {
		font-size: 24px;
	}

	.ec-item h3 {
		font-size: 17px !important;
	}

	#itempage {
		padding: 1em;
		background: rgba(255, 255, 255, 0.55);
		margin-top: 1em;
	}

	#newmember th,
	#newmember td {
		display: block;
		width: 100% !important;
		padding: 1em !important;
	}

	.header_explanation {
		display: none;
	}
	.upbutton {
		padding-right: 0 !important;
		margin-bottom: 1em;
		display: flex;
		font-size: 12px;
		column-gap: 10px;
		text-align: left !important;
	}

	#customer-info th,
	#customer-info td {
		width: 100% !important;
		display: block;
	}

	#customer-info td {
		border-bottom: none !important;
		border-top: none !important;
	}
}
