@charset "EUC-JP";






.classic {
	/* 商品画像が表示される際の横幅に対する高さ比率、および表示方法 */
	--itemImageHeightRatio: 100%;
	--itemImageDisplayMethod: contain;
	--itemImageBackground: rgba(0, 0, 0, 0.03);
}
body {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	--defaultColor: white;
	color:var(--defaultColor);
	--defaultBackgroundColor: black;
	background:var(--defaultBackgroundColor);
	--defaultPointColor: red;
	--defaultImportantColor: #A7060A;
}
body.preventScroll {
	overflow-y: hidden;
}
.classic {
	--defaultFont:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	--boldFont:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 16px;
	font-family: var(--defaultFont);
	font-weight: normal;
}
.classic, .classic * {
	box-sizing: border-box;
}
.pointColor {
	color: var(--defaultPointColor);
}
.importantColor {
	color: var(--defaultImportantColor);
}
.bold {
	font-family: var(--boldfont);
	font-weight: bold;
}
.linethrough {
	text-decoration: line-through;
}
.gold{
	color:#9D8020;
}
img {
	border: 0;
	max-width: 100%;
}
img.c-inherit {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	object-fit: cover;
	object-position: center;
}
a {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:link{
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:visited{
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:active{
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:focus {
	outline: none;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
button {
	padding: 0;
}
hr {
	width: 100%;
	height: 0;
	border-top: 1px solid var(--defaultColor);
	opacity: 0.15;
	background: transparent;
}
@media (max-width:768px){
	.forWide{display:none !important;}
}
@media (min-width:769px){
	.forMobile{display:none !important;}
}

/* slick.css */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.classic input, .classic textarea, .classic select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	background: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: inherit;
	background: none;
}
label {
	cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button {
	display: none;
}
input[type="date"]::-webkit-clear-button, input[type="month"]::-webkit-clear-button, input[type="datetime-local"]::-webkit-clear-button, input[type="time"]::-webkit-clear-button, input[type="week"]::-webkit-clear-button {
	-webkit-appearance: none;
}
.classic {
	--navigationSize: 345px;
	--contentSidePadding: 60px;
	display: flex;
	align-items: flex-start;
}
.l-navigation {
	width: var(--navigationSize);
	height: 100vh;
	min-height: 100svh;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 30px 0 0 0;
	display: flex;
	flex-direction: column;
	background-image: url(../assets/images/top/navigation_bg.png);
}
.c-drawer{
	visibility:hidden;
}
.c-drawer.ready{
	visibility:visible;
}


.l-main {
	width: calc(100% - var(--navigationSize));
	height: auto;
	min-height: 100vh;
	min-height: 100svh;
	position: relative;
	left: 0;
	top: 0;
}
.l-content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	position: relative;
	padding-left: var(--contentSidePadding);
	padding-right: var(--contentSidePadding);
}
.l-content.isPage {
	padding-top: 90px;
}

.c-drawer-in {
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 30px 50px 0 50px;
}
.c-drawer-in-bottom {
	padding: 0 30px;
}

.c-drawer::-webkit-scrollbar {
	display: none;
}
@media screen and (min-width:1025px) {
	.c-drawer {
		display: block !important;
		overflow-y: scroll;
		position: relative;
		height: 100%;
		flex: 1;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:1024px) {
	.classic {
		--navigationSize: 100%;
		--navigationHeight: 60px;
		--contentSidePadding: 6vw;
		display: block;
	}
	.l-navigation {
		width: var(--navigationSize);
		height: var(--navigationHeight);
		min-height: 0;
		min-height: 0;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 200;
		padding: 0;
		background: var(--defaultBackgroundColor);
		display: block;
	}
	.l-navigation .c-drawer {
		display: none;
	}
	.l-main {
		width: 100%;
		height: auto;
		min-height: 0;
		min-height: 0;
		position: relative;
		left: auto;
		top: auto;
		padding-top: var(--navigationHeight);
		overflow-x: hidden;
	}
	.l-content {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 100%;
		position: relative;
		padding-left: var(--contentSidePadding);
		padding-right: var(--contentSidePadding);
	}
	.l-content.isPage {
		padding-top: 30px;
	}
	.c-drawer {
		display: none;
		width: 100%;
		height: calc(100vh - var(--navigationHeight));
		min-height: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		background: var(--defaultBackgroundColor);
		padding: 15px var(--contentSidePadding) 130px var(--contentSidePadding);
		position: relative;
	}
	.c-drawer-in {
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding: 0 50px 0 50px;
	}
}
.c-accordionHeader {
	position: relative;
	cursor: pointer;
	padding-left:35px;
}
.c-accordionHeader::before, .c-accordionHeader::after {
	content: "";
	width: 14px;
	height: 1px;
	background: var(--defaultColor);
	position: absolute;
	left: calc(12.5px - 7px);
	top: calc(1.5em * 0.5 - 1px);
}
.c-accordionHeader::after {
	transform: rotate(90deg);
}
.c-accordionHeader.active::after {
	display: none;
}

.c-accordion {
	display:none;
}
.c-accordion .c-accordion a {
	margin-left:45px;
}





.c-sns {
	display: flex;
	justify-content: space-between;
}
.c-sns a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.c-sns a svg {
	display: block;
	width: 25px;
	height: 25px;
}
.c-sns a:first-child:nth-last-child(2), .c-sns a:first-child:nth-last-child(2) ~ a {
	width: 50%;
}
.c-sns a:first-child:nth-last-child(3), .c-sns a:first-child:nth-last-child(3) ~ a {
	width: 33.33%;
}
.c-sns a:first-child:nth-last-child(4), .c-sns a:first-child:nth-last-child(4) ~ a {
	width: 25%;
}
.c-sns a:first-child:nth-last-child(5), .c-sns a:first-child:nth-last-child(5) ~ a {
	width: 20%;
}
.c-sns a:first-child:nth-last-child(6), .c-sns a:first-child:nth-last-child(6) ~ a {
	width: 16.67%;
}
@media screen and (max-width:1024px) {
	.c-sns a:first-child:nth-last-child(2), .c-sns a:first-child:nth-last-child(2) ~ a, .c-sns a:first-child:nth-last-child(3), .c-sns a:first-child:nth-last-child(3) ~ a, .c-sns a:first-child:nth-last-child(4), .c-sns a:first-child:nth-last-child(4) ~ a, .c-sns a:first-child:nth-last-child(5), .c-sns a:first-child:nth-last-child(5) ~ a, .c-sns a:first-child:nth-last-child(6), .c-sns a:first-child:nth-last-child(6) ~ a {
		width: 60px;
		height: 60px;
	}
	.c-sns a svg {
		margin: auto;
		width: 32px;
		height: 32px;
	}
}
.c-pageTitle,
.c-sectionTitle {
	position: relative;
	width:100%;
	height:105px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.c-pageTitle > div,
.c-sectionTitle > div{
	font-size: 32px;
	line-height:100%;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	white-space:nowrap;
	letter-spacing:0.05em;
	color:white;
}
.c-pageTitle > div::first-letter,
.c-sectionTitle > div::first-letter{
	color:#BAB50B;
}
.c-pageTitle > span,
.c-sectionTitle > span{
	font-size:14px;
	line-height:100%;
	display:block;
	color:#9F9F9F;
	white-space:nowrap;
	margin-top:0.8em;
}
.c-pageTitle > div,
.c-sectionTitle > div,
.c-pageTitle > span,
.c-sectionTitle > span{
	z-index:3;
}
.c-pageTitle > img,
.c-sectionTitle > img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:block;
	object-fit:cover;
}


.c-indicator {
	font-weight: bold;
	font-family: var(--boldfont);
	padding: 0.3em;
	line-height: 100%;
}
.c-indicator.isSale {
	background: var(--defaultBackgroundColor);
	color: var(--defaultColor);
}
.c-indicator.isSoldout {
	background: var(--defaultColor);
	color: var(--defaultBackgroundColor);
}
.isListSlider .c-indicator {
	font-size: 60%;
}
*[data-parallax] {
	overflow: hidden;
}
*[data-parallax] img {
	width: 100%;
	height: 130%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width:1024px) {
	.c-pageTitle {
		font-size: 28px;
	}
	.c-sectionTitle {
		font-size: 24px;
	}
}
.c-favorite {
	position: relative;
	cursor: pointer;
}
.c-favorite::before {
	content: "";
	padding-top: 100%;
	display: block;
}
/*
.c-favorite::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	border-radius: 100%;
}
*/
.c-favorite > svg {
	width: 85%;
	height: 85%;
	position: absolute;
	left: 0%;
	top: 0%;
	display: block;
	z-index: 2;
	fill: #A7070B;
	stroke: none;
	stroke-width:0;
}
.c-favorite:not(.active) svg {
	fill: none;
	stroke: #a7a7a7;
	stroke-width:100;
}
.c-favorite.active.isAnimation::after {
	animation: favoriteBaseAnim 0.2s ease-out 0.0s forwards;
}
.c-favorite.active.isAnimation > svg {
	animation: favoriteIconAnim 0.4s ease-out 0.0s forwards;
}
@keyframes favoriteBaseAnim {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(0.7);
	}
	100% {
		transform: scale(1.0);
	}
}
@keyframes favoriteIconAnim {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(0.7);
	}
	75% {
		transform: scale(1.3);
	}
	82% {
		transform: scale(0.8);
	}
	96% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	}
}



.c-items-soldout{
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	left:0;
	top:0;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	line-height:100%;
	white-space:nowrap;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	flex-direction:column;
	background:rgba(0,0,0,0.65);
}
.c-items-soldout img{
	width:51px;
	height:56px;
	display:block;
}



.c-pulldown {
	height: 50px;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.c-pulldown::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--defaultColor);
	opacity: 0.05;
	z-index: -1;
}
.c-pulldown select {
	color: var(--defaultColor);
	background: transparent;
	outline: none;
	height: 100%;
	padding-left: 20px;
	padding-right: 40px;
}
.c-pulldown::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	right: calc(20px - 6px * 0.5);
	top: calc(20px - 6px * 0.25);
	border-right: 2px solid var(--defaultColor);
	border-bottom: 2px solid var(--defaultColor);
	opacity: 0.5;
	transform: rotate(45deg);
}
.c-pulldown option{
	color:black;
}
.c-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0;
}
.c-items a {
	display: block;
}
.c-items::before, .c-items::after {
	content: "";
	height: 0;
	display: block;
	overflow: hidden;
	padding: 0;
}
.c-items::before {
	order: 1;
}
.c-items a, .c-items::before, .c-items::after {
	width: 33.33%;
	color: var(--defaultColor);
	position: relative;
}
.c-items a {
	margin-top: 40px;
}
@media screen and (max-width:1200px) {
	.c-items a, .c-items::before, .c-items::after {
		width: 50%;
	}
}
.c-items.isSlider {
	display: block;
}
.c-items.isSlider::before, .c-items.isSlider::after {
	content: none;
}
.c-items.isSlider a {
	width: 28.57vw;
	padding-right: 2.85vw;
	position: relative;
}
@media screen and (min-width : 1400px) {
	.c-items.isSlider a {
		width: 400px;
		padding-right: 40px;
	}
}
.c-items.isSlider:not(.slick-initialized) a:not(:first-child) {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
}
.c-items.isListSlider:not(.slick-initialized) {
	display: flex;
	justify-content: left;
}
.c-items.isListSlider.slick-initialized {
	display: block;
}
.c-items.isListSlider::before, .c-items.isListSlider::after {
	content: none;
}
.c-items.isListSlider .slick-track {
	margin-left: 0;
}
.c-items.isListSlider a {
	width: calc(100% / 6);
	display: block;
	position: relative;
}
.c-items.isListSlider:not(.slick-initialized) a:nth-child(n+7) {
	display: none;
}
/* linked with CLASSIC.listSliderResponsiveSetting */
@media screen and (max-width:1100px) {
	.c-items.isListSlider a {
		width: calc(100% / 5);
	}
	.c-items.isListSlider:not(.slick-initialized) a:nth-child(n+6) {
		display: none;
	}
}
@media screen and (max-width:1000px) {
	.c-items.isListSlider a {
		width: calc(100% / 4);
	}
	.c-items.isListSlider:not(.slick-initialized) a:nth-child(n+5) {
		display: none;
	}
}

@media screen and (max-width:900px) {
	.c-items.isListSlider a {
		width: calc(100% / 3);
	}
	.c-items.isListSlider:not(.slick-initialized) a:nth-child(n+4) {
		display: none;
	}
}
.c-items.isSlider.slick-initialized a, .c-items.isListSlider.slick-initialized a {
	height: auto !important;
}
.c-items-image {
	position: relative;
	margin-bottom: 0.8em;
	background: var(--itemImageBackground);
	overflow:hidden;
}
.isListSlider .c-items-image {
	margin-bottom: 0;
}
.c-items-image img:not(.c-favorite img):not(.c-items-soldout img) {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: var(--itemImageDisplayMethod);
	object-position: center;
}
.c-items-image::before {
	content: "";
	padding-top: var(--itemImageHeightRatio);
	display: block;
}

.c-items-image::after{
	content:"";
	width:300%;
	height:100%;
	opacity:0;
	position:absolute;
	left:-100%;
	top:100%;
	background:linear-gradient(0deg, #00000000, #ffffffff, #00000000);
	z-index:10;
	transform:rotate(30deg);
	mix-blend-mode:overlay;
}
.c-items a:hover .c-items-image::after{
	animation:cardSparkle 0.8s ease-in-out forwards;
}
@keyframes cardSparkle{
	0%{
		left:-100%;
		top:100%;
		opacity:0;
	}
	50%{opacity:1}
	100%{
		left:100%;
		top:-100%;
		opacity:0;
	}
}


.c-items-name {
	font-size:15px;
	line-height:150%;
}
.c-items-listPrice {
	font-size: 14px;
	line-height: 150%;
	text-decoration: line-through;
}
.c-items-price{
	color:#9f9f9f;
	font-size:15px;
	line-height:150%;
}
.c-items .c-indicator {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}
.c-items .c-favorite {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:15;
}
.c-sliderPrev, .c-sliderNext {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.c-sliderPrev::before, .c-sliderNext::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--defaultColor);
	opacity: 0.05;
}
.c-sliderPrev::after, .c-sliderNext::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	transition: right 0.2s ease-out, left 0.2s ease-out;
}
.c-sliderPrev::after {
	right: calc(50% - 10px * 0.75);
	border-top: 1px solid var(--defaultColor);
	border-left: 1px solid var(--defaultColor);
	transform: rotate(-45deg);
}
.c-sliderPrev:hover::after {
	right: calc(50% - 10px * 0.75 + 3px);
}
.c-sliderNext::after {
	left: calc(50% - 10px * 0.75);
	border-top: 1px solid var(--defaultColor);
	border-right: 1px solid var(--defaultColor);
	transform: rotate(45deg);
}
.c-sliderNext:hover::after {
	left: calc(50% - 10px * 0.75 + 3px);
}
.c-favorites .c-sliderPrev, .c-checked .c-sliderPrev {
	position: absolute;
	right: 52px;
	top: 50%;
	transform: translatey(-50%);
}
.c-favorites .c-sliderNext, .c-checked .c-sliderNext {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
.c-rankingIndicator {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	text-align: center;
	color: white;
	pointer-events: none;
	font-family: var(--boldfont);
	font-weight: bold;
	font-size: 28px;
	opacity: 0;
}
.c-rankingIndicator[data-rank="1"] {
	background: #dbc131;
	opacity: 1;
}
.c-rankingIndicator[data-rank="2"] {
	background: #bababa;
	opacity: 1;
}
.c-rankingIndicator[data-rank="3"] {
	background: #c09257;
	opacity: 1;
}
@media screen and (max-width:1024px) {
	.c-items a, .c-items::before, .c-items::after {
		width: 50%;
	}
	.c-items-name {
		font-size: 14px;
	}
	.c-items.isSlider a {
		width: calc(42vw + 4vw);
		padding-right: 4vw;
		position: relative;
	}
	.c-items.isListSlider {
		width: 100vw;
		position: relative;
		left: -6vw;
	}
	.c-items .c-indicator {
		right: 5px;
		top: 5px;
	}
	.c-items .c-favorite {
		width: 30px;
		height: 30px;
		right: 5px;
		bottom: 5px;
	}
	.c-sliderPrev, .c-sliderNext {
		width: 35px;
		height: 35px;
	}
	.c-sliderPrev::after, .c-sliderNext::after {
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
	}
	.c-sliderPrev::after, .c-sliderPrev:hover::after {
		right: calc(50% - 6px * 0.75);
	}
	.c-sliderNext::after, .c-sliderNext:hover::after {
		left: calc(50% - 6px * 0.75);
	}
	.c-favorites .c-sliderPrev, .c-checked .c-sliderPrev {
		position: absolute;
		right: 37px;
	}
	.c-items .c-indicator {
		font-size: 14px;
	}
	.c-rankingIndicator {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}
}
.c-calendarComment {
	margin-top: 20px;
}
.c-calendars {
	margin-top: 30px;
}
.c-calendars {
	display: flex;
	justify-content: space-between;
	--calendarmargin: 5.36vw;
}
@media screen and (min-width:1400px) {
	.c-calendars {
		--calendarmargin: 75px;
	}
}
.c-calendars > * {
	width: calc(50% - var(--calendarmargin) * 2 - 7.5px);
	margin: var(--calendarmargin);
	position: relative;
}
.c-calendars > table {
	border-collapse: separate;
	border-spacing: 1px;
}
.c-calendars > *::before {
	content: "";
	width: calc(100% + var(--calendarmargin) * 2);
	height: calc(100% + var(--calendarmargin) * 2);
	position: absolute;
	left: calc(-1 * var(--calendarmargin));
	top: calc(-1 * var(--calendarmargin));
	background: var(--defaultColor);
	opacity: 0.05;
}
.c-calendars td, .c-calendars th {
	font-size: 16px;
	text-align: center;
	padding: 0.5em 0.1em;
}
@media screen and (max-width:1200px) {
	.c-calendars {
		margin-top: 0;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-calendars {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		--calendarmargin: 5.36vw;
	}
	.c-calendars > * {
		width: calc(100% - var(--calendarmargin) * 2);
		max-width: calc(500px - var(--calendarmargin) * 2);
		margin: var(--calendarmargin);
		margin-top: calc(var(--calendarmargin) + 15px);
		position: relative;
	}
}
.c-popup {
	position: fixed;
	z-index: 1000;
	width: 100vw;
	height: 200vh;
	height: 200svh;
	left: 0;
	top: -50vh;
	top: -50svh;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-out, backdrop-filter 0.2s ease-out 0.2s;
}
.c-popup.active {
	opacity: 1;
	pointer-events: all;
	backdrop-filter: blur(5px);
}
.c-popup img {
	width: auto;
	height: auto;
	max-width: 70vw;
	max-height: 70vh;
	max-height: 70svh;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.l-navigation .c-logo {
	padding: 0 70px;
}
.l-navigation .c-logo a {
	font-size: 28px;
	font-family: var(--boldfont);
	font-weight: bold;
	white-space: normal;
	word-break: break-all;
	text-decoration: none;
}
.l-navigation .c-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.l-navigation .c-search {
	--navSearchHeight: 35px;
	width: 100%;
	height: var(--navSearchHeight);
	border-bottom: 1px solid #bebebe;
	position: relative;
	margin-bottom:35px;
}
.l-navigation .c-search form{
	margin:0;
}
.l-navigation .c-search input[type="text"] {
	width: 100%;
	height: var(--navSearchHeight);
	font-size: 16px;
	line-height: var(--navSearchHeight);
	border: 0;
	outline: 0;
	padding-right: 40px;
}
.l-navigation .c-search input[type="text"]::placeholder {
	color: #9f9f9f;
	font-family: "Marcellus", serif;
	padding: 0 0 5px 0;
}
.l-navigation .c-search button {
	width: var(--navSearchHeight);
	height: var(--navSearchHeight);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 2px;
	cursor: pointer;
	display: block;
}
.l-navigation .c-search button svg {
	width: 75%;
	height: 75%;
	stroke-width: 1px;
}
.cart_view_with_async.c-cart {
	text-align: left;
}
.c-cart-form {
	margin: 0;
}
.l-navigation .c-cart {
	--navCartHeight: 25px;
	margin-top: 25px;
	padding: 0 0 34px 35px;
	width: 100%;
	height: var(--navCartHeight);
	line-height: var(--navCartHeight);
	color: var(--defaultColor);
	display: block;
	position: relative;
	font-size: 16px;
}
/*
.l-navigation .c-cart:hover{
	text-decoration:underline;
	text-underline-offset:0.3em;
}
*/

.l-navigation .c-collection-icon {
	display: block;
	position: absolute;
	left: -2px;
	top: 15px;
}
.l-navigation .c-collection-icon {
	width: 30px;
}
.l-navigation .accordionHeader_about .c-collection-icon {
	width: 20px;
}

.l-navigation .accordionHeader_contact .c-collection-icon {
	width: 30px;
	margin-left: -5px;
}
.l-navigation .accordionHeader_sell .c-collection-icon {
	width: 20px;
}




.l-navigation .c-cart.forMobile {
	display: none;
}
.l-navigation .c-cart-icon {
	width: var(--navCartHeight);
	height: var(--navCartHeight);
	display: block;
	position: absolute;
	left: 17px;
	top: 50%;
	transform:translate(-50%,-60%);
}
.l-navigation .c-cart-icon svg {
	width: 100%;
	height: 100%;
	color: var(--defaultColor);
	display: block;
}
.l-navigation .c-cart-icon img{
	width:16px;
}
.l-navigation .c-cart-icon > span {
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 9px;
	font-family: var(--normalfont);
	font-weight: normal;
	background: var(--defaultPointColor);
	border-radius: 100%;
	color: white;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	right: -2px;
	top: -2px;
}
.l-navigation .c-cart-icon > span:empty, .l-navigation .c-cart-icon > span:blank {
	display: none;
}
.l-navigation .c-drawer > a, .l-navigation *:not(.c-sns) a {
	color: var(--defaultColor);
	width: 100%;
	display: block;
}
@media screen and (max-width:768px) {
	.l-navigation .c-drawer > a, .l-navigation *:not(.c-sns) a {
		padding-top:0.18em;
		padding-bottom:0.18em;
	}
}
.l-navigation .c-drawer > .c-accordionHeader {
	margin-top: 20px;
	width: 100%;
}
.l-navigation .c-drawer > .c-accordionHeader::before, .l-navigation .c-drawer > .c-accordionHeader::after {
	top: calc(50% - 0.5px);
}
.l-navigation .c-drawer > .c-accordionHeader > img {
	width: auto;
	height: 18px;
	display: block;
}



.c-accordionHeader__externallink {
	display: flex;
	padding: 40px 0 20px;
	border-bottom: 1px solid #DB1822;
}


.c-drawerBottomNav {
	width:100%;
	display: flex;
	justify-content: center;
	gap:0 10px;
	padding: 20px 10px 0 10px;
}
.c-drawerBottomNavTel{
	width:auto !important;
	flex-shrink:0;
	color:white;
}
.c-drawerBottomNavTel .language{
	white-space:nowrap;
	height:24px;
	font-size:12px;
	line-height:120%;
	display:flex;
	align-items:center;
}
.c-drawerBottomNavTel svg{
	width:1.2em;
	height:1.2em;
	display:block;
}
.c-drawerBottomNavIcon{
	width:24px !important;
	height:24px;
	display:flex !important;
	justify-content:center;
	align-items:center;
	flex-shrink:0;
}
.c-drawerBottomNavIcon svg{
	width:80%;
	height:80%;
	display:block;
	fill:white;
}
.c-drawerBottomNavFav svg{
	fill: none;
    stroke: white;
    stroke-width: 100;
}






.l-navigation .c-drawer > a:not(.c-cart) {
	margin-top: 0.7em;
}
.l-navigation .c-drawer > .c-accordion > *:not(.c-accordion) {
	font-family: var(--boldfont);
	font-size: 16px;
	line-height: 150%;
	margin-top: 1em;
}
.l-navigation .c-drawer > .c-accordion > .c-accordion > *:not(.c-accordion) {
	font-family: var(--normalfont);
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	margin-top: 1em;
}
.l-navigation .c-drawer > .c-accordion + a {
	margin-top: 30px;
}
.l-navigation .c-sns {
	width: var(--navigationSize);
	height: 70px;
	padding-left: 40px;
	padding-right: 40px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: var(--defaultBackgroundColor);
}
.l-navigation .c-sns.forMobile {
	display: none;
}
.l-navigation .c-sns a {
	display: flex;
	justify-content: left;
	align-items: center;
}
.l-navigation .c-sns svg {
	width: 24px;
	height: 24px;
}
@media screen and (min-width:1025px) {
	.l-navigation .c-drawerOpener, .l-navigation .c-drawerCloser {
		display: none !important;
	}
}
@media screen and (max-width:1024px) {
	.l-navigation .c-drawerOpener, .l-navigation .c-drawerCloser {
		display: block;
		width: var(--navigationHeight);
		height: var(--navigationHeight);
		position: absolute;
		right: 0;
		top: 0;
	}
	.l-navigation .c-drawerOpener svg, .l-navigation .c-drawerCloser svg {
		width: 40%;
		height: 40%;
		position: absolute;
		left: 30%;
		top: 30%;
		fill: var(--defaultColor);
	}
	.l-navigation .c-drawerCloser {
		display: none;
	}
	.l-navigation .c-logo,
	.l-navigation .c-logo a,
	.l-navigation .c-logo img{
		width:99.3px;
		height:45px;
	}
	.l-navigation .c-logo {
		display: block;
		position: relative;
		margin-top:calc((var(--navigationHeight) - 45px) * 0.5);
		margin-right:auto;
		margin-bottom:0;
		margin-left:var(--contentSidePadding);
		padding: 0;
	}
	.l-navigation .c-logo a {
		display: flex;
		align-items: center;
		text-align: center;
		overflow: hidden;
	}
	.l-navigation .c-logo img {
		max-width:100%;
		max-height:100%;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}


	.l-navigation .c-search {
		--navSearchHeight: 40px;
		margin-top: 0;
		margin-bottom:30px;
	}
	.l-navigation .c-search form{
		margin:0;
	}
	.l-navigation .c-drawer .c-cart {
		display: none;
	}
	.l-navigation .c-sns {
		width: 100%;
		height: 60px;
		padding-left: 0;
		padding-right: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		display: flex !important;
		justify-content: center;
		z-index: 10;
		opacity: 0;
	}
	.l-navigation .c-sns.active {
		transition: opacity 0.2s ease-out 0.2s;
		opacity: 1;
	}
	.l-navigation .c-cart.forMobile {
		display: block;
		width: calc(var(--navigationHeight) * 0.8);
		height: var(--navigationHeight);
		position: absolute;
		right: var(--navigationHeight);
		top: 0;
		margin: 0;
	}
	.l-navigation .c-cart.forMobile .c-cart-icon {
		width: 60%;
		height: 50%;
		left: 25%;
		top: 25%;
		transform:none;
	}
	.l-navigation .c-cart.forMobile .c-cart-icon img{
		width:20px;
		height:auto;
		display:block;
		margin:0 auto;
	}
	.l-navigation .c-cart-icon > span {
		width: 14px;
		height: 14px;
		line-height: 14px;
		font-size: 10px;
		right: -6px;
		top: -3px;
	}
}
.c-drawerScrollBar {
	display: block;
	position: absolute;
	top: 60px;
	bottom: 60px;
	width: 2px !important;
	padding: 0;
	left: calc(100% - 19px);
	z-index: 3;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease-out;
	overflow: hidden;
}
.c-drawerScrollBar.active {
	pointer-events: all;
	opacity: 1;
}
.c-drawerScrollBar:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--defaultColor);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.05;
}
.c-drawerScrollBar > span {
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: 0;
	background: var(--defaultColor);
	opacity: 0.2;
}
@media screen and (min-width:1025px) {
	.c-drawerScrollBar {
		display: block;
	}
}
@media screen and (max-width:1024px) {
	.c-drawerScrollBar {
		display: none;
	}
}
.c-recommend, .c-favorites, .c-checked, .c-calendar, .l-footer {
	margin-top: 120px;
}
.l-footer {
	width: 100%;
	color: var(--defaultBackgroundColor);
	--qrcodesize: 140px;
	background-color:#222222;
	background-image:var(--backgroundPattern);
	padding:60px 0;
	position:relative;
}
.l-footerBackground{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	background-repeat:repeat;
	background-size:auto 320px;
	opacity:7%;
}
.l-footer .l-content {
	position: relative;
	z-index: 2;
}
@media screen and (max-width:1024px) {
	.c-recommend, .c-favorites, .c-checked, .c-calendar, .l-footer {
		margin-top: 90px;
	}
	.l-footer {
		padding: 30px 0;
	}
}






.c-footerNav{
	display:flex;
	justify-content:center;
	color:white;
}
.c-footerNav a{
	font-size:20px;
	line-height:100%;
	display:block;
	padding:0.5em 1em;
	color:white;
}
.c-footerNav a:hover{
	text-decoration:underline;
	text-underline-offset:0.3em;
}
.c-footerInfo{
	margin-top:15px;
	text-align:center;
	color:white;
	font-size:16px;
	line-height:175%;
}
.c-footerInfoTel{
	color:white;
	display:flex;
	justify-content:center;
}
.c-footerInfoTel .language{
	display:flex;
	align-items:center;
}
.c-footerInfoTel svg{
	width:1em;
	height:1em;
}
.c-footerInfoAddress{
	margin-top:0.5em;
	display:block;
}
.c-footerInfoTel:hover,
.c-footerInfoAddress:hover{
	text-decoration:underline;
	text-underline-offset:0.3em;
}

.c-footerLinks{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:0 auto;
	max-width:500px;
}
.c-footerLinks a{
	padding:0.5em 1em;
	font-size:14px;
	line-height:100%;
	white-space:nowrap;
	color:white;
}
.c-footerLinks a:hover{
	text-decoration:underline;
	text-underline-offset:0.3em;
}

@media (max-width:768px){
	.c-footerNav{
		flex-direction:column;
		align-items:center;
	}
	.c-footerNav a{
		font-size:20px;
		line-height:100%;
		display:block;
		padding:15px 0;
	}
	.c-footerInfo{
		margin-top:20px;
		font-size:14px;
		line-height:175%;
	}
	.c-footerInfoTel{
		margin-top:0.5em;
		margin-bottom:0.5em;
		color:white;
		display:flex;
		justify-content:center;
		font-size:16px;
	}


	.c-footerLinks{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.c-footerLinks a{
		padding:1em 0;
		font-size:14px;
		line-height:100%;
	}
}





.c-bottom .l-content{
	display:flex;
	color:white;
	height:50px;
	display:flex;
	align-items:center;
}
.c-bottom svg{
	fill:white;
}
.c-bottom .c-sns{
	justify-content:left;
	flex-shrink:0;
	gap:20px;
}
.c-bottom .c-sns a{
	width:40px !important;
	height:40px !important;
}
.c-credit{
	font-size:14px;
	text-align:right;
	white-space:nowrap;
	width:100%;
}
@media (max-width:768px){
	.c-bottom .l-content{
		display:block;
		height:auto;
		padding:15px 0;
	}
	.c-bottom .c-sns{
		justify-content:center;
	}
	.c-credit{
		text-align:center;
		margin-top:0.5em;
	}
}











.l-content.isPage > *:not(:first-child) {
	margin-top: 30px;
}
.c-breadcrumb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.c-breadcrumb + .c-breadcrumb {
	margin-top: 0 !important;
}
.c-breadcrumb > * {
	color: var(--defaultColor);
	position: relative;
	font-size: 14px;
	line-height: 100%;
	padding: 0.3em 0;
}
.c-breadcrumb > *:not(:last-child) {
	margin-right: 1em;
}
.c-breadcrumb > *:not(:first-child) {
	padding-left: calc(1em + 5px);
}
.c-breadcrumb > *:not(:first-child)::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: calc(50% - 5px * 0.5);
	border-top: 1px solid var(--defaultColor);
	border-right: 1px solid var(--defaultColor);
	transform: rotate(45deg);
}
.l-content.isPage .c-breadcrumb + * {
	margin-top: 40px;
}
.l-content.isPage .c-message {
	margin-top: 20px;
}
.c-message img, .c-message picture {
	max-width: 100%;
	height: auto;
}
.l-product_list-categories .c-accordionHeader {
	display: none;
}
@media screen and (max-width:1024px) {
	.l-product_list-categories .c-accordionHeader {
		display: block;
		font-size: 20px;
		line-height: 150%;
	}
}
.l-product_list-categories .c-accordion {
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width:1025px) {
	.l-product_list-categories .c-accordion {
		display: flex !important;
	}
}
.l-product_list-categories .c-accordion::before, .l-product_list-categories .c-accordion::after {
	content: "";
	height: 0;
	display: block;
}
.l-product_list-categories .c-accordion::before {
	order: 1;
}
.l-product_list-categories .c-accordion {
	--product_list_categorieswidth: calc(25% - 7.5px);
}
@media screen and (max-width:1400px) {
	.l-product_list-categories .c-accordion {
		--product_list_categorieswidth: calc(33.33% - 6.67px);
	}
}
@media screen and (max-width:1100px) {
	.l-product_list-categories .c-accordion {
		--product_list_categorieswidth: calc(50% - 5px);
	}
}
@media screen and (max-width:900px) {
	.l-product_list-categories .c-accordion {
		--product_list_categorieswidth: 100%;
	}
}
.l-product_list-categories .c-accordion > *, .l-product_list-categories .c-accordion::before, .l-product_list-categories .c-accordion::after {
	width: var(--product_list_categorieswidth);
	margin-bottom: 10px;
	display: block;
}
.l-product_list-categories .c-accordion > a {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 150%;
	color: var(--defaultColor);
	height: 70px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 20px;
}
.l-product_list-categories .c-accordion > a::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid var(--defaultColor);
	opacity: 0.25;
	position: absolute;
	z-index: -1;
	transition: opacity 0.2s ease-out;
}
.l-product_list-categories .c-accordion > a:hover::before {
	opacity: 0.5;
}
.l-product_list-categories .c-accordion > a > img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: block;
	position: relative;
	left: -15px;
}
.c-itemsUI {
	position: relative;
	display: flex;
	align-items: center;
}
.c-itemsUISorter {
	margin-left: auto;
	margin-right: 0;
}
.l-content.isPage > .c-message + .c-itemsUI, .l-content.isPage > .c-items {
	margin-top: 0;
}
.l-content.isPage > .c-items + .c-message {
	margin-top: 60px;
}
.l-content.isPage .c-itemsUISorter .c-pulldown {
	margin-left: 1em;
}
@media screen and (max-width:1024px) {
	.c-itemsUI {
		display: block;
		font-size: 18px;
		text-align: center;
	}
	.l-content.isPage > .c-message + .c-itemsUI {
		margin-top: 30px;
	}
	.c-itemsUISorter {
		font-size: 14px;
		text-align: left;
		width: 100%;
		margin-top: 15px;
	}
	.l-content.isPage .c-itemsUISorter .c-pulldown {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
}
.c-pager {
	--pagerSize: 50px;
	--pagerFontSize: 18px;
	width: 100%;
	height: var(--pagerSize);
	display: flex;
	justify-content: right;
	position: relative;
}
.c-pagerPrev, .c-pagerNext, .c-pagerLink, .c-pager > svg {
	width: var(--pagerSize);
	height: var(--pagerSize);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	font-size: var(--pagerFontSize);
	line-height: 100%;
	font-family: var(--boldfont);
	font-weight: bold;
	color: var(--defaultColor);
	transition: background 0.2s ease-out;
	margin: 0 1px;
	z-index: 2;
}
.c-pagerLink:hover {
	color: var(--defaultColor);
}
.c-pagerPrev:last-child, .c-pagerNext:last-child, .c-pagerLink:last-child, .c-pager > svg:last-child {
	margin-right: 0;
}
.c-pagerPrev::before, .c-pagerNext::before, .c-pagerLink:not(.isInterval)::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--defaultColor);
	opacity: 0.05;
	transition: opacity 0.2s ease-out;
	z-index: -1;
}
.c-pagerPrev:hover::before, .c-pagerNext:hover::before, .c-pagerLink:not(.isInterval):hover::before {
	opacity: 0.15;
}
.c-pagerPrev::after, .c-pagerNext::after {
	content: "";
	width: 20%;
	height: 20%;
	position: absolute;
	top: 40%;
	border-top: 2px solid var(--defaultColor);
	border-right: 2px solid var(--defaultColor);
}
.c-pagerPrev::after {
	transform: rotate(225deg);
	left: 45%;
}
.c-pagerNext::after {
	transform: rotate(45deg);
	right: 45%;
}
.c-pagerLink.isInterval {
	pointer-events: none;
}
.c-pagerLink.isCurrent {
	pointer-events: none;
	color: var(--defaultBackgroundColor);
}
.c-pagerLink.isCurrent::before {
	background: var(--defaultColor);
	opacity: 1;
}
@media screen and (max-width:1000px) {
	.c-pager {
		--pagerSize: 35px;
		--pagerFontSize: 16px;
		justify-content: center;
	}
}
.c-pagerCount {
	font-family: var(--boldfont);
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.c-pagerCount > span {
	font-size: 125%;
}
@media screen and (max-width:1000px) {
	.c-pagerCount {
		text-align: center;
	}
}
/******************************/
/* free page */
/******************************/
.p-freepage a {
	text-decoration: underline;
}
.p-freepage a:hover {
	text-decoration: none;
}
.p-freepage__contents {
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-freepage__contents {
		padding-top: 15px;
	}
}
.p-freepage__attention {
	margin-top: 15px;
	margin-bottom: 30px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
.p-freepage__img {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.p-freepage__img img {
	border: 1px solid #cccccc;
}
.p-freepage__body {
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-freepage-ol {
	padding-left: 25px;
	list-style-type: decimal;
}
.p-freepage-ol__item {
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}





.viewmore {
	display: flex;
	margin: 55px 0 0;
}
.viewmore_in {
	width:230px;
	height:40px;
	background-color: #A7070B;
	border:1px solid #A7070B;
	color: #fff;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	align-items:center;
	cursor:pointer;
	transition:background-color 0.1s ease-out, color 0.1s ease-out;
}
.viewmore_in:hover{
	background-color: transparent;
	color: white;
}
@media (max-width:768px){
	.viewmore {
		margin: 30px 0 0;
	}
}







.c-sideBarLink{
	display:block;
	position:relative;
	padding-left:35px;
}
.c-sideBarLinkIcon{
	position:absolute;
	left:15px;
	top:50%;
	transform:translate(-50%,-50%) scale(0.8);
}
.c-sideBarLink-newItems{
	color:#BAB50B!important;
}


.c-sideBarCategoryRoot,
.c-sideBarCategory1,
.c-sideBarLink{
	margin-top:25px;
}
.c-sideBarCategory1 + .c-accordion a{
	margin-top:10px;
}
/*
.c-sideBarLink:hover,
.c-sideBarCategory1 + .c-accordion a:hover{
	text-decoration:underline;
	text-underline-offset:0.3em;
}
*/



























.c-category {
	margin: 60px 0 0 0;
}

.c-category-wrap {
	display: flex;
	justify-content: space-between;
}
.c-category-ttl {
	text-align: center;
	margin: 0 0 15px 0;
}
.c-category-ttl img{
	width:210px;
}
.c-category-in{
	margin:0 auto;
}
.c-category-yugioh{
	width:55%;
}
.c-category-pokemon{
	width:40%;
}

.c-category-list{
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	--gap:15px;
	gap:15px var(--gap);
}
.c-category-yugioh .c-category-list{
	--cols:3;
}
.c-category-pokemon .c-category-list{
	--cols:2;
}
.c-category-list li {
	list-style: none;
	width:calc((100% / var(--cols)) - (var(--gap) * (var(--cols) - 1)) / var(--cols));
}
.c-category-list li a{
	color:white;
	height:40px;
	display:flex;
	font-size:15px;
	justify-content:center;
	align-items:center;
	border-bottom: 1px solid #707070;
	transition:border-color 0.1s ease-out;
}
.c-category-list li a:hover{
	border-color:#ccc;
}
.c-category-link {
	margin: 45px 0 0 0;
	display: flex;
	justify-content: space-between;
	--cols:3;
	--gap:15px;
	gap:var(--gap);
}
.c-category-link a {
	position:relative;
	color:white;
	font-size:20px;
	width:calc((100% / var(--cols)) - (var(--gap) * (var(--cols) - 1)) / var(--cols));
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom: 1px solid #A7060A;
	transition:border-color 0.1s ease-out;
	padding-right:13px;
}
.c-category-link a:hover{
	border-color:#ccc;
}
.c-category-link a > img{
	position:absolute;
	right:10px;
	top:50%;
	transform:translatey(-66%);
	width:26.766px;
	height:auto;
	display:block;
}

@media (max-width:1200px){
	.c-category-wrap {
		display:block;
	}
	.c-category-ttl {
		margin: 0 0 10px 0;
	}
	.c-category-yugioh{
		width:100%;
		max-width:700px;
		margin-top:30px;
	}
	.c-category-pokemon{
		width:100%;
		max-width:500px;
		margin-top:30px;
	}
}
@media (max-width:1024px){

}
@media (max-width:768px){
	.c-category {
		margin: 60px 0 0 0;
	}
	.c-category-yugioh .c-category-list{
		--cols:2;
	}
	.c-category-pokemon .c-category-list{
		--cols:2;
	}
	.c-category-link {
		flex-direction:column;
		margin: 30px 0 0 0;
		--cols:1;
		--gap:15px;
		gap:var(--gap);
	}
}







.c-category-keyword {
	margin:45px 0 0 0;
}

.c-category-keyword__ttl {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin:0;
}
.c-category-keyword__list {
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	gap:15px;
	margin:20px 0 0 0;
}
.c-category-keyword__list * {
	color:white;
	font-size:14px;
	cursor:pointer;
}
.c-category-keyword__list *:hover{
	text-decoration:underline;
	text-underline-offset:0.25em;
}
















.underline {
	border-bottom: 1px solid #707070;
	margin: 120px var(--contentSidePadding);
}
@media (max-width:1024px){
	.underline {
		margin: 100px var(--contentSidePadding);
	}
}
@media (max-width:768px){
	.underline {
		margin: 60px var(--contentSidePadding);
	}
}
.underline + section{
	margin-top:0 !important;
}
















.c-reservation{
	margin:120px 0 0 0;
}
.c-reservation .l-content{
	position:relative;
	padding:60px 5%;
}
.c-reservationBackground01,
.c-reservationBackground02{
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	opacity:0.45;
}
.c-reservationBackground01{left:0}
.c-reservationBackground02{right:0}
.c-reservationContent{
	position:relative;
	z-index:3;
	background:#c4c4c4cc;
	color:black;
	padding:80px 8%;
}
.c-reservationContent::before,
.c-reservationContent::after{
	content:"";
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	border:1px solid white;
	pointer-events:none;
	z-index:10;
	position:absolute;
}
.c-reservationContent::before{
	left:-11px;
	top:-11px;
}
.c-reservationContent::after{
	right:-11px;
	bottom:-11px;
}
.c-reservationTitle{
	font-size:32px;
	line-height:150%;
	text-align:center;
	white-space:nowrap;
}
.c-reservationMessage{
	font-size:16px;
	line-height:180%;
	display:block;
	margin-top:30px;
	text-align:center;
}
.c-reservationButtons{
	margin-top:45px;
	display:flex;
	justify-content:space-between;
}
.c-reservationButtons > a{
	width:45%;
	height:60px;
	background-color: #A7070B;
	border:1px solid #A7070B;
	color: #fff;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	align-items:center;
	cursor:pointer;
	transition:background-color 0.1s ease-out, color 0.1s ease-out;
	position:relative;
}
.c-reservationButtons > a:hover{
	background-color: transparent;
	color: white;
}
.c-reservationButtons > a > img{
	position:absolute;
	right:10px;
	top:50%;
	transform:translatey(-66%);
}

@media (max-width:768px){
	.c-reservation{
		margin:60px 0 0 0;
	}
	.c-reservation .l-content{
		position:relative;
		padding:60px 7%;
	}
	.c-reservationBackground01,
	.c-reservationBackground02{
		position:absolute;
		width:100%;
		height:50%;
	}
	.c-reservationBackground01{top:0;left:0}
	.c-reservationBackground02{top:50%;right:0}
	.c-reservationContent{
		padding:60px 5%;
	}
	.c-reservationContent::before,
	.c-reservationContent::after{
		width:calc(100% + 5px);
		height:calc(100% + 5px);
	}
	.c-reservationContent::before{
		left:-6px;
		top:-6px;
	}
	.c-reservationContent::after{
		right:-6px;
		bottom:-6px;
	}
	.c-reservationTitle{
		font-size:24px;
		line-height:150%;
	}
	.c-reservationMessage{
		font-size:15px;
		line-height:180%;
	}
	.c-reservationButtons{
		margin-top:30px;
		flex-direction:column;
		gap:15px;
	}
	.c-reservationButtons > a{
		width:100%;
		max-width:255px;
		height:40px;
	}
}























.c-about{
	margin-top:120px;
}
.c-aboutContent{
	margin-top:60px;
}
.c-aboutContent > div{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.c-aboutContent > div:nth-child(even){
	flex-direction:row-reverse
}
.c-aboutContent > div:not(:first-child){
	margin-top:60px;
}
.c-aboutContent > div > img{
	width:47.5%;
	height:auto;
	display:block;
}
.c-aboutContentMessage{
	width:47.5%;
	padding:0 3.5%;
}
.c-aboutContentTitle{
	font-size:24px;
	line-height:150%;
	margin-bottom:0.75em;
}

@media (max-width:768px){
	.c-about{
		margin-top:60px;
	}
	.c-aboutContent{
		margin-top:30px;
	}
	.c-aboutContent > div{
		display:block;
	}
	.c-aboutContent > div:not(:first-child){
		margin-top:45px;
	}
	.c-aboutContent > div > img{
		width:100%;
		margin-bottom:15px;
	}
	.c-aboutContentMessage{
		width:100%;
		padding:0;
	}
	.c-aboutContentTitle{
		font-size:20px;
		line-height:150%;
		margin-bottom:0.5em;
	}
}










.c-points{
	margin: 120px 0 0 0;
}
.c-pointsTitle{
	text-align:center;
	font-size:24px;
	line-height:150%;
}
.c-pointsContent{
	--colWidth:25%;
	--colHeight:150px;
	--borderMargin:10px;
	margin:45px auto 0 auto;
	width:100%;
	height:calc(var(--colHeight) + var(--borderMargin) * 2);
	position:relative;
}
.c-pointsBackground{
	width:calc(var(--colWidth) + var(--borderMargin) * 2 - 2px);
	height:calc(var(--colHeight) + var(--borderMargin) * 2 - 2px);
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
}
.c-pointsColumn{
	width:var(--colWidth);
	height:var(--colHeight);
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:4;
	font-size:18px;
	line-height:135%;
	text-align:center;
	white-space:nowrap;
}
@media (max-width:1200px){
	.c-pointsColumn{font-size:16px}
}
@media (max-width:1024px){
	.c-pointsColumn{font-size:18px}
}

.c-pointsColumn > *{
	position:relative;
	z-index:2;
}
.c-pointsBackground:nth-of-type(1){left:calc(var(--colWidth) * 0.5);}
.c-pointsBackground:nth-of-type(2){left:calc(var(--colWidth) * 1.5);}
.c-pointsBackground:nth-of-type(3){left:calc(var(--colWidth) * 2.5);}
.c-pointsBackground:nth-of-type(4){left:calc(var(--colWidth) * 3.5);}
.c-pointsColumn:nth-of-type(1){left:calc(var(--colWidth) * 0.5);}
.c-pointsColumn:nth-of-type(2){left:calc(var(--colWidth) * 1.5);}
.c-pointsColumn:nth-of-type(3){left:calc(var(--colWidth) * 2.5);}
.c-pointsColumn:nth-of-type(4){left:calc(var(--colWidth) * 3.5);}

.c-pointsBackground::before{
	content:"";
	position:absolute;
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	left:-1px;
	top:-1px;
	box-sizing:border-box;
	clip-path:polygon(
		0% 50%, 50% 0, 100% 50%, calc(100% - 1px) 50%, 50% 1px,
		1px 50%, 50% calc(100% - 1px), calc(100% - 1px) 50%, 100% 50%, 50% 100%, 0% 50%
	);
	background:#A7060A;
}
.c-pointsColumn::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#222222;
	clip-path:polygon(0 50%, 50% 0, 100% 50%, 50% 100%);;
}
.c-pointsIcon{
	width:50px;
	height:50px;
	display:block;
	margin:10px auto 0 auto;
}
.c-pointsColumn::after{
	font-size:60px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:white;
	opacity:0.23;
}
.c-pointsColumn:nth-of-type(1)::after{content:"1";}
.c-pointsColumn:nth-of-type(2)::after{content:"2";}
.c-pointsColumn:nth-of-type(3)::after{content:"3";}
.c-pointsColumn:nth-of-type(4)::after{content:"4";}

@media (max-width:768px){
	.c-points{
		margin: 70px 0 0 0;
	}
	.c-pointsTitle{
		font-size:20px;
		line-height:150%;
	}
	.c-pointsContent{
		--colWidth:100%;
		--colHeight:160px;
		--borderMargin:10px;
		--colMargin:12.5px;
		margin:30px auto 0 auto;
		width:100%;
		height:calc((var(--colHeight) + var(--borderMargin) * 2) * 4 + var(--colMargin) * 3);
		position:relative;
	}
	.c-pointsBackground{
		left:50%!important;
	}
	.c-pointsColumn{
		left:50%!important;
		font-size:16px;
		line-height:135%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.c-pointsBackground:nth-of-type(1){top:calc(var(--colHeight) * 0.5);}
	.c-pointsBackground:nth-of-type(2){top:calc(var(--colHeight) * 1.5 + var(--colMargin) * 1);}
	.c-pointsBackground:nth-of-type(3){top:calc(var(--colHeight) * 2.5 + var(--colMargin) * 2);}
	.c-pointsBackground:nth-of-type(4){top:calc(var(--colHeight) * 3.5 + var(--colMargin) * 3);}
	.c-pointsColumn:nth-of-type(1){top:calc(var(--colHeight) * 0.5);}
	.c-pointsColumn:nth-of-type(2){top:calc(var(--colHeight) * 1.5 + var(--colMargin) * 1);}
	.c-pointsColumn:nth-of-type(3){top:calc(var(--colHeight) * 2.5 + var(--colMargin) * 2);}
	.c-pointsColumn:nth-of-type(4){top:calc(var(--colHeight) * 3.5 + var(--colMargin) * 3);}

	.c-pointsBackground::before{
		content:"";
		position:absolute;
		width:calc(100% + 2px);
		height:calc(100% + 2px);
		left:-1px;
		top:-1px;
		box-sizing:border-box;
		clip-path:polygon(
			0% 50%, 50% 0, 100% 50%, calc(100% - 1px) 50%, 50% 1px,
			1px 50%, 50% calc(100% - 1px), calc(100% - 1px) 50%, 100% 50%, 50% 100%, 0% 50%
		);
		background:#A7060A;
	}
	.c-pointsColumn::before{
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:#222222;
		clip-path:polygon(0 50%, 50% 0, 100% 50%, 50% 100%);;
	}
	.c-pointsIcon{
		width:60px;
		height:60px;
		margin:-10px auto 0 auto;
	}
	.c-pointsColumn::after{
		font-size:70px;
	}
}












.c-shopNav{
	margin-top:120px;
}
.c-shopNav .l-content{
	display:flex;
	justify-content:space-between;
}
.c-shopNav a{
	width:47.5%;
	height:320px;
	background:#222222;
	padding:35px 50px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	position:relative;
	color:white;
	overflow:hidden;
}
.c-shopNav a::before{
	content:"";
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	position:absolute;
	left:10px;
	top:10px;
	border:1px solid #9D8020;
	pointer-events:none;
}
.c-shopNav a > img{
	width:90%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-75%);
	opacity:0.07;
}
.c-shopNavMessage,
.c-shopNavLink{
	position:relative;
	z-index:3;
}
.c-shopNavMessage{
	font-size:28px;
	line-height:150%;
	white-space:nowrap;
	text-align:center;
}
.c-shopNavMessage *{
	white-space:nowrap;
}
.c-shopNavLink{
	margin-top:45px;
	font-size:15px;
	line-height:150%;
	text-decoration:underline;
	text-underline-offset:0.5em;
}
@media (max-width:1400px){
	.c-shopNavMessage{
		font-size:24px;
	}
}
@media (max-width:1300px){
	.c-shopNavMessage{
		font-size:20px;
	}
}
@media (max-width:1200px){
	.c-shopNavMessage{
		font-size:18px;
	}
	.c-shopNavLink{
		font-size:12px;
	}
}
@media (max-width:1024px){
	.c-shopNavMessage{
		font-size:22px;
	}
	.c-shopNavLink{
		font-size:15px;
	}
}
@media (max-width:768px){
	.c-shopNav{
		margin-top:60px;
	}
	.c-shopNav .l-content{
		display:flex;
		flex-direction:column;
		gap:15px;
	}
	.c-shopNav a{
		width:100%;
		height:auto;
		padding:45px 20px;
	}
	.c-shopNavMessage{
		font-size:20px;
		line-height:150%;
	}
	.c-shopNavLink{
		margin-top:30px;
		font-size:15px;
		line-height:150%;
		text-decoration:underline;
		text-underline-offset:0.5em;
	}
}































body:not([class*="language"]) .language:not(.ja),
body.language-ja .language:not(.ja){
	display:none !important;
}
body.language-en .language:not(.en){
	display:none !important;
}

.c-languagesSwitcher{
	--tileSize:28px;
	height:var(--tileSizes);
	display:flex;
	gap:0 2px;
	flex-wrap: nowrap;
}
.c-languagesSwitcher.forMobile{
	--tileSize:30px;
	position:absolute;
	right:calc(var(--navigationHeight) * 2);
	top:50%;
	transform:translatey(-50%);
	gap:0 5px;
}
.c-languagesSwitcher > div{
	width:var(--tileSize);
	height:var(--tileSize);
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	white-space:nowrap;
	font-size:18px;
	line-height:100%;
	border:1px solid transparent;
	cursor:pointer;
}
.c-languagesSwitcher > div:hover{
	border-color:#BAB50B88;
}

body:not([class*="language"]) .c-languagesSwitcher > [data-target="ja"],
body.language-ja .c-languagesSwitcher > [data-target="ja"],
body.language-en .c-languagesSwitcher > [data-target="en"]{
	color:#BAB50B;
	border-color:#BAB50B;
}

.l-header-search__input{padding-left:40px}




