/* --------------------
Foundation
---------------------*/
/* Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Normal style */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

em,
strong {
	font-weight: bold;
}

/* basics */
html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
}

html.locked {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0em;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

@media (min-width: 768px) {
	a {
		transition: color 0.2s linear;
	}
	a:hover {
		color: #D70146;
	}
}

@media (min-width: 768px) {
	a[href^="tel"] {
		pointer-events: none;
	}
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

body > img {
	position: absolute;
	width: auto;
}

html > img,
head > img {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Slider */
.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;
	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);
	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;
}

/*--------------------
	Components
---------------------*/
/* icon */
@font-face {
	font-family: "icons";
	src: url('/import/tenant_1/manara.jp/contents/shop/ru/fonts/icons.ttf') format("truetype"), url('/import/tenant_1/manara.jp/contents/shop/ru/fonts/icons.woff') format("woff"), url('/import/tenant_1/manara.jp/contents/shop/ru/fonts/icons.svg') format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon, .icon-caution, .icon-chev-dwn, .icon-chev-l, .icon-chev-r, .icon-chev-up, .icon-circhev-dwn, .icon-circhev-l, .icon-circhev-r, .icon-circhev-up, .icon-delete, .icon-double-l, .icon-double-r, .icon-excel, .icon-home, .icon-outer, .icon-pdf, .icon-search, .icon-word, .icon-check, .icon-lang, .icon-star, .icon-mappin, .icon-close, .icon-arrowhead-r, .icon-info {
	display: inline-block;
	font-family: "icons" !important;
	speak: none;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: 1;
	color: #D70146;
}

.icon-caution:before {
	content: "";
}

.icon-chev-dwn:before {
	content: "";
}

.icon-chev-l:before {
	content: "";
}

.icon-chev-r:before {
	content: "";
}

.icon-chev-up:before {
	content: "";
}

.icon-circhev-dwn:before {
	content: "";
}

.icon-circhev-l:before {
	content: "";
}

.icon-circhev-r:before {
	content: "";
}

.icon-circhev-up:before {
	content: "";
}

.icon-delete:before {
	content: "";
}

.icon-double-l:before {
	content: "";
}

.icon-double-r:before {
	content: "";
}

.icon-excel:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-outer:before {
	content: "";
}

.icon-pdf:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-word:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-lang:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-mappin:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-arrowhead-r:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-caution {
	color: #E80000;
}

.icon-excel {
	color: #22A265;
}

.icon-pdf {
	color: #E40000;
}

.icon-word {
	color: #4A90E2;
}

/* svg icon */
i[class*="svgicon-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
}

i[class*="svgicon-"]::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center 100%;
	-webkit-transform: translateY(0.1em);
	transform: translateY(0.1em);
}

i.svgicon-check::after {
	background-image: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-check.svg');
}

/* heading */
.c-heading-prim {
	font-size: 2.8rem;
	line-height: 1.6;
}

.c-heading-seco {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
}

.c-heading-tert {
	padding-left: 16px;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}

.c-heading-tert::before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #D70146;
}

.c-heading-quat {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}

.c-heading-quin {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.c-heading-prim {
		font-size: 3.6rem;
	}
	.c-heading-seco {
		font-size: 2.6rem;
	}
	.c-heading-tert {
		font-size: 2rem;
	}
}

/* texts */
.c-text {
	font-size: 1.4rem;
	line-height: 1.6;
}

.c-text-l {
	font-size: 1.6rem;
	line-height: 1.8;
}

@media (min-width: 768px) {
	.c-text-l--pc18 {
		font-size: 1.8rem;
	}
}

.c-lead {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.c-lead--pc18 {
		font-size: 1.8rem;
	}
}

.c-remarks {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #666;
}

/* icon text & link */
.c-icontext > a {
	display: inline-block;
}

.c-icontext p {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.c-icontext i {
	text-indent: 0;
	margin-right: 0.4em;
}

@media (min-width: 768px) {
	.c-icontext > a {
		transition: color 0.2s linear;
	}
	.c-icontext > a:hover {
		color: #D70146;
	}
}

/* text box */
.c-textbox {
	border: 1px solid #ddd;
	padding: 24px;
}

.c-textbox--bg {
	border: none;
	background-color: #F3F3F3;
}

@media (min-width: 768px) {
	.c-textbox {
		padding: 32px;
	}
}

.c-noticebox {
	border: 1px solid #ddd;
	padding: 24px;
}

.c-noticebox__title {
	font-weight: bold;
	font-size: 1.4rem;
}

.c-noticebox__body {
	margin-top: 8px;
}

.c-noticebox--caution {
	border: 1px solid #E80000;
}

@media (min-width: 768px) {
	.c-noticebox {
		padding: 32px;
	}
	.c-noticebox__body {
		margin-top: 16px;
	}
}

.c-emergency {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	border: 1px solid #ddd;
}

.c-emergency__title {
	width: 137px;
	flex: 0 0 137px;
	padding: 8px 16px;
	background-color: #D70146;
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
}

.c-emergency__date {
	flex-grow: 1;
	padding: 8px 16px;
	font-size: 1.4rem;
}

.c-emergency__body {
	width: 100%;
	flex: 1 0 100%;
	padding: 16px 24px;
}

.c-emergency--normal {
	border-color: transparent;
}

.c-emergency--normal .c-emergency__title {
	background-color: #666;
	color: #fff;
}

.c-emergency--normal .c-emergency__body {
	padding: 8px 0 0 0;
}

@media (min-width: 768px) {
	.c-emergency {
		flex-wrap: nowrap;
	}
	.c-emergency__title {
		padding: 16px;
	}
	.c-emergency__date {
		width: auto;
		flex: 0 0 auto;
		padding: 16px;
	}
	.c-emergency__body {
		width: auto;
		flex: 1 1 auto;
	}
	.c-emergency--normal {
		align-items: flex-start;
	}
	.c-emergency--normal .c-emergency__title {
		padding: 8px 16px;
	}
	.c-emergency--normal .c-emergency__body {
		padding: 8px 24px;
	}
}

.c-infobox {
	background-color: #F3F3F3;
}

.c-infobox__title {
	padding: 16px 24px;
	background-color: #D70146;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
}

.c-infobox__body {
	padding: 16px 24px;
}

@media (min-width: 768px) {
	.c-infobox__title {
		display: inline-block;
	}
	.c-infobox__body {
		padding: 24px;
	}
	.c-infobox--titlefull .c-infobox__title {
		display: block;
	}
}

.c-announce {
	padding-left: 40px;
	position: relative;
	min-height: 24px;
}

.c-announce::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-announce.svg') no-repeat center;
	background-size: contain;
}

.c-announce + .c-announce {
	margin-top: 8px;
}

.c-nextstep {
	padding-top: 32px;
	position: relative;
	overflow: hidden;
}

.c-nextstep::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-color: #D70146;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -16px) rotate(45deg);
	transform: translate(-50%, -16px) rotate(45deg);
}

@media (min-width: 768px) {
	.c-nextstep {
		padding-top: 48px;
	}
}

.c-vbox {
	border: 1px solid #ddd;
	padding: 24px;
}

.c-vbox__title {
	margin-bottom: 16px;
	text-align: center;
}

.c-vbox--dashed {
	border-style: dashed;
}

.c-vbox--bg {
	border: none;
	background-color: #FFFCF6;
}

.c-vbox--bgc-pink {
	background-color: #FDF3F2;
}

.c-vbox--bgc-gray {
	background-color: #F8F7F5;
}

.c-vbox--bgc-orange {
	background-color: #FBECE7;
}

.c-vbox--bgc-yellow {
	background-color: #FBFBF3;
}

.c-vbox--gold {
	border-color: #BBAB76;
}

.c-vbox--gold .c-vbox__title {
	color: #BBAB76;
}

.c-vbox--prim {
	border-color: #D70146;
}

.c-vbox--prim .c-vbox__title {
	color: #D70146;
}

@media (min-width: 768px) {
	.c-vbox {
		padding: 32px;
	}
	.c-vbox__content {
		text-align: center;
	}
}

/* buttons */
.c-button__inner {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	border: 1px solid #D70146;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #D70146;
	cursor: pointer;
}

.c-button__inner > span {
	display: block;
	padding: 8px 35px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	color: inherit;
}

.c-button__icon {
	width: 1em;
	height: 1em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	line-height: 1;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.c-button__icon > [class^="icon-"] {
	color: inherit;
}

.c-button--conv .c-button__inner {
	background-color: #D70146;
	color: #fff;
	font-weight: bold;
}

.c-button--disable .c-button__inner {
	background-color: #ccc;
	border-color: #ccc;
	pointer-events: none;
	color: #fff;
}

.c-button--regist .c-button__inner {
	background-color: #BBAB76;
	border-color: #BBAB76;
	color: #fff;
}

.c-button--panel .c-button__inner {
	border-color: #ddd;
	color: #333;
}

.c-button--panel .c-button__inner::before {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #D70146;
}

.c-button--cancel .c-button__inner {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

@media (min-width: 768px) {
	.c-button__inner {
		transition: background-color 0.2s linear, color 0.2s linear;
	}
	.c-button__inner:hover {
		background-color: #D70146;
		color: #fff;
	}
	.c-button--conv .c-button__inner {
		transition: background-color 0.2s linear, border-color 0.2s linear;
	}
	.c-button--conv .c-button__inner:hover {
		border-color: #FF0052;
		background-color: #FF0052;
	}
	.c-button--regist .c-button__inner {
		transition: background-color 0.2s linear, border-color 0.2s linear;
	}
	.c-button--regist .c-button__inner:hover {
		border-color: #D4D04C;
		background-color: #D4D04C;
	}
	.c-button--panel .c-button__inner {
		transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
	}
	.c-button--panel .c-button__inner:hover {
		border-color: #D70146;
		background-color: #FFEFF5;
		color: #D70146;
	}
	.c-button--cancel .c-button__inner {
		transition: background-color 0.2s linear, border-color 0.2s linear;
	}
	.c-button--cancel .c-button__inner:hover {
		border-color: #555;
		background-color: #555;
	}
}

/* button container */
.c-button-container__item {
	max-width: 335px;
	margin: 0 auto;
}

.c-button-container__item + .c-button-container__item {
	margin-top: 24px;
}

.c-button-container__item--short {
	max-width: 140px;
}

.c-button-container__item--left {
	margin-left: 0;
}

.c-button-container__item--right {
	margin-right: 0;
}

.c-button-container--bg2up {
	padding: 16px;
	background-color: #F3F3F3;
}

.c-button-container--bg2up .c-button-container__item + .c-button-container__item {
	margin-top: 16px;
}

.c-button-container--3up .c-button-container__item + .c-button-container__item {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.c-button-container--2up {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.c-button-container--2up .c-button-container__item {
		flex: 1 1 335px;
		margin: 0;
	}
	.c-button-container--2up .c-button-container__item + .c-button-container__item {
		margin-left: 32px;
	}
	.c-button-container--bg2up {
		padding: 36px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.c-button-container--bg2up .c-button-container__item {
		max-width: 400px;
		flex: 1 1 400px;
		margin: 0;
	}
	.c-button-container--bg2up .c-button-container__item + .c-button-container__item {
		margin-top: 0;
		margin-left: 40px;
	}
	.c-button-container--3up {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.c-button-container--3up .c-button-container__item {
		flex: 1 1 312px;
		margin: 0;
	}
	.c-button-container--3up .c-button-container__item + .c-button-container__item {
		margin: 0;
		margin-left: 32px;
	}
}

/* lists */
.c-list > li + li {
	margin-top: 8px;
}

.c-list--disc > li {
	padding-left: 1em;
	text-indent: -1em;
}

.c-list--disc > li::before {
	content: "・";
	color: #D70146;
}

.c-deflist__item {
	border: 1px solid #ddd;
	margin-top: -1px;
}

.c-deflist__item > dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.c-deflist__item > dl > dt {
	width: 116px;
	flex: 0 0 116px;
	padding: 16px;
	border-right: 1px solid #ddd;
	background-color: #F3F3F3;
	font-weight: bold;
	font-size: 1.4rem;
}

.c-deflist__item > dl > dd {
	flex-grow: 1;
	padding: 16px;
}

@media (min-width: 768px) {
	.c-deflist__item > dl > dt {
		width: 200px;
		flex-basis: 200px;
		padding: 16px 24px;
	}
	.c-deflist__item > dl > dd {
		padding: 16px 24px;
		font-size: 1.6rem;
	}
}

.c-deflist-spvtl__item > dl > dt {
	padding: 16px;
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	font-weight: bold;
	font-size: 1.6rem;
}

.c-deflist-spvtl__item > dl > dd {
	padding-top: 24px;
}

.c-deflist-spvtl__item + .c-deflist-spvtl__item {
	margin-top: 32px;
}

.c-deflist-spvtl--line .c-deflist-spvtl__item {
	border-bottom: 1px solid #ddd;
}

.c-deflist-spvtl--line .c-deflist-spvtl__item > dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.c-deflist-spvtl--line .c-deflist-spvtl__item > dl > dt {
	width: 25%;
	flex: 0 0 25%;
	padding: 20px 8px;
	border: none;
	background-color: transparent;
	font-size: 1.2rem;
}

.c-deflist-spvtl--line .c-deflist-spvtl__item > dl > dd {
	width: 75%;
	flex: 1 0 75%;
	padding: 20px 8px;
	border: none;
}

.c-deflist-spvtl--line .c-deflist-spvtl__item--separator {
	border-top: 2px solid #ddd;
}

.c-deflist-spvtl--line .c-deflist-spvtl__item + .c-deflist-spvtl__item {
	margin-top: 0;
}

@media (min-width: 768px) {
	.c-deflist-spvtl__item > dl {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.c-deflist-spvtl__item > dl > dt {
		width: 226px;
		flex: 0 0 226px;
		padding: 24px;
		border-right: 1px solid #ddd;
	}
	.c-deflist-spvtl__item > dl > dd {
		flex-grow: 1;
		padding: 24px;
		border: 1px solid #ddd;
		border-left: none;
	}
	.c-deflist-spvtl__item + .c-deflist-spvtl__item {
		margin-top: -1px;
	}
	.c-deflist-spvtl--line .c-deflist-spvtl__item > dl > dt {
		width: 20%;
		flex-basis: 20%;
	}
	.c-deflist-spvtl--line .c-deflist-spvtl__item > dl > dd {
		width: 80%;
		flex-basis: 80%;
	}
}

.c-orderlist {
	counter-reset: orderlist;
}

.c-orderlist > li {
	padding-left: 2em;
	position: relative;
}

.c-orderlist > li + li {
	margin-top: 8px;
}

.c-orderlist > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: block;
	min-width: 2em;
	padding-right: 0.5em;
	position: absolute;
	left: 0;
	text-align: right;
}

/* tags */
.c-tag {
	display: inline-block;
	max-width: 100%;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #666;
}

.c-tag > a, .c-tag > span {
	display: block;
	max-width: 100%;
	padding: 0 8px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1rem;
	line-height: 18px;
	color: #333;
}

/* 限定品用 20211129追加 */
.c-tag-limit {
	display: inline-block;
	max-width: 100%;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #d70146;
	background-color: #d70146;
}

.c-tag > a, .c-tag-limit > span {
	display: block;
	max-width: 100%;
	padding: 0 8px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1rem;
	line-height: 18px;
	color: #ffffff;
	background-color: #d70146;
}

#GoodsDetail .c-tag-limit {
	margin-right:10px;
}

#GoodsDetail .c-tag {
	margin-right:10px;
}
.c-tag--feature {
	background-color: #FFF0F0;
	border-color: #FFF0F0;
}

.c-tag--product {
	height: auto;
	border: none;
	background-color: #FFF0F0;
}

.c-tag--product > a, .c-tag--product > span {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #D70146;
	white-space: break-spaces;
	text-align: left;
	padding: 4px 8px 6px;
}

.c-tag--new {
	height: 24px;
	background-color: #D70146;
	border-color: #D70146;
}

.c-tag--new > a, .c-tag--new > span {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 22px;
	color: #fff;
}

.c-tag--post {
	background-color: #ffee9f;
	border: 1px solid #FCCF00;
}

.c-taglist > li {
	margin-right: 10px;
	margin-bottom: 8px;
}
/** BL 1703 2023/03/23 */
.c-tag--manara-red > span {color: #d70146;}
.c-tag--manara-red {border: 1px solid #d70146;}

/* qa list */
.c-qa__item {
	position: relative;
}

.c-qa__item::before {
	content: "Q";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 18px;
	left: 10px;
	z-index: 1;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
}

.c-qa__q {
	display: block;
	padding: 16px 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	font-size: 1.4rem;
}

.c-qa__q::after {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 16px;
	color: #D70146;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-qa__a {
	height: 0;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: all 0.6s linear;
}

.c-qa__a__inner {
	margin: 16px 0;
	padding: 16px 40px;
	position: relative;
	background-color: #F3F3F3;
}

.c-qa__a__inner::before {
	content: "A";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: 10px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	color: #D70146;
}

.c-qa__toggle {
	position: relative;
}

.c-qa__toggle .c-qa__q::after, .c-qa__toggle .c-qa__q::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 8px;
	z-index: 1;
	background-color: #D70146;
	pointer-events: none;
}

.c-qa__toggle .c-qa__q::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.c-qa__toggle .c-qa__q::before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-qa__toggle.active .c-qa__q::after {
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.c-qa__toggle.active .c-qa__a {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

@media (min-width: 768px) {
	.c-qa__item::before {
		width: 18px;
		height: 18px;
		font-size: 18px;
		top: 26px;
		left: 18px;
	}
	.c-qa__q {
		padding: 24px 56px 24px 48px;
		font-size: 1.6rem;
		transition: background-color 0.2s linear;
	}
	.c-qa__q:hover {
		background-color: #F3F3F3;
		color: #333;
	}
	.c-qa__a__inner {
		padding: 24px 24px 24px 48px;
	}
	.c-qa__a__inner::before {
		width: 18px;
		height: 18px;
		font-size: 18px;
		top: 26px;
		left: 18px;
	}
}

/* news list */
.c-news__content {
	display: block;
	margin-bottom: 16px;
}

.c-news__content > i {
	margin-right: 0.5em;
}

.basic-info-news {
    width: 200px;
    min-width: 200px;
}

.c-news__date {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #666;
}

.c-news__tags {
	display: inline-block;
	vertical-align: middle;
    text-align: center;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.c-newslist > li + li {
    margin-top:0px;
}

.c-news__tags.c-taglist > li {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    border: none;
    background-color: #F3F3F3;
}
.c-news {
	display: block;
	padding: 13px 10px 5px 0px;
    border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
	.c-news {
		display: flex;
	}
}


/* links */
.c-anchorlinks {
	padding: 0 16px 16px;
	font-size: 1.2rem;
}

.c-anchorlinks ul {
	margin-left: -16px;
}

.c-anchorlinks ul > li {
	display: inline-block;
	margin-left: 16px;
	margin-top: 16px;
}

.c-anchorlinks--line {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
	.c-anchorlinks {
		padding: 0 24px 24px;
		font-size: 1.4rem;
	}
	.c-anchorlinks ul {
		margin-left: -32px;
	}
	.c-anchorlinks ul > li {
		margin-left: 32px;
		margin-top: 24px;
	}
}

.c-anchorlinks-product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.c-anchorlinks-product ul > li {
	width: 50%;
	flex: 0 0 50%;
	margin: -1px 0 0 -1px;
	border: 1px solid #ddd;
}

.c-anchorlinks-product ul > li > a {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
	height: 48px;
	position: relative;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
}
/*
.c-anchorlinks-product ul > li > a::before {
	height: 10px;
	position: absolute;
	top: 50%;
	left: -12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	color: #D70146;
}*/

@media (min-width: 768px) {
	.c-anchorlinks-product ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c-anchorlinks-product ul > li {
		width: auto;
		flex: 1 1 25%;
	}
	.c-anchorlinks-product ul > li > a {
		height: 56px;
		font-size: 1.4rem;
	}
	.c-anchorlinks-product ul > li > a::before {
		left: -15px;
	}
}

.c-tab {
	display: grid;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	grid-template-columns: repeat(4, 1fr);
}

.c-tab__item {
	flex: 1 1 100%;
	background-color: #F3F3F3;
	transition: background-color 0.2s linear;
	margin: 1px;
}

.c-tab__item > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 16px 8px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4;
	cursor: pointer;
}

.c-tab__item.active {
	background-color: #D70146;
}

.c-tab__item.active > a {
	cursor: default;
	pointer-events: none;
	color: #fff;
}

@media (min-width: 768px) {
	.c-tab__item > a {
		font-size: 1.6rem;
	}
}

/* image, video */
.c-image {
	position: relative;
}

.c-image__img {
	position: relative;
}

.c-image__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-image__caption {
	margin-top: 8px;
}

.c-image--border .c-image__img {
	border: 1px solid #ddd;
}

.c-image--fix .c-image__img, .c-image--vertical .c-image__img, .c-image--video .c-image__img {
	overflow: hidden;
	height: 0;
	margin: 0 auto;
	padding-bottom: 75%;
}

.c-image--fix .c-image__img > img, .c-image--vertical .c-image__img > img, .c-image--video .c-image__img > img,
.c-image--fix .c-image__img > .c-image__element,
.c-image--vertical .c-image__img > .c-image__element,
.c-image--video .c-image__img > .c-image__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-image--fix .c-image__img > img, .c-image--vertical .c-image__img > img, .c-image--video .c-image__img > img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-image--vertical .c-image__img {
	padding-bottom: 150%;
}

.c-image--video .c-image__img {
	padding-bottom: 56.25%;
}

.c-image--origin .c-image__img {
	text-align: center;
}

.c-image--origin .c-image__img > img,
.c-image--origin .c-image__img > .c-image__element {
	display: inline-block;
	max-width: 100%;
	width: auto;
}

/* icon set */
.c-iconset {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.c-iconset__icon {
	width: 72px;
	flex: 0 0 72px;
	margin-right: 24px;
}

.c-iconset__content {
	flex-grow: 1;
}

.c-iconset--sppcvt {
	display: block;
}

.c-iconset--sppcvt .c-iconset__icon {
	width: 72px;
	margin-left: auto;
	margin-right: auto;
}

.c-iconset--sppcvt .c-iconset__content {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.c-iconset__icon {
		margin-right: 40px;
	}
	.c-iconset--vertical, .c-iconset--sppcvt {
		display: block;
	}
	.c-iconset--vertical .c-iconset__icon, .c-iconset--sppcvt .c-iconset__icon {
		width: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-iconset--vertical .c-iconset__content, .c-iconset--sppcvt .c-iconset__content {
		margin-top: 16px;
	}
}

/* media object */
.c-media > div + div {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.c-media {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-media > div + div {
		margin-top: 0;
		margin-left: 32px;
	}
	.c-media__image {
		width: 48.5%;
		flex: 0 0 48.5%;
	}
	.c-media__content {
		width: 51.5%;
		flex: 1 1 51.5%;
		padding-top: 16px;
	}
	.c-media--reverse {
		flex-direction: row-reverse;
	}
	.c-media--reverse > div + div {
		margin-right: 32px;
		margin-left: 0;
	}
}

.c-media-2col {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.c-media-2col > div + div {
	margin-left: 4.77612%;
}

.c-media-2col__image {
	max-width: 226px;
	width: 47.76119%;
	flex: 1 1 47.76119%;
}

.c-media-2col__content {
	width: 47.46269%;
	flex: 1 1 47.46269%;
}

.c-media-2col--autowidth {
	align-items: center;
}

.c-media-2col--autowidth .c-media-2col__image {
	max-width: none;
	width: auto;
	flex: 0 0 auto;
}

.c-media-2col--autowidth .c-media-2col__content {
	width: auto;
	flex: 1 1 auto;
}

@media (min-width: 768px) {
	.c-media-2col > div + div {
		margin-left: 32px;
	}
	.c-media-2col__image {
		width: 226px;
		flex: 0 0 226px;
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.c-media-2col__content {
		transition: color 0.2s linear;
	}
	.c-media-2col--autowidth .c-media-2col__image {
		width: auto;
		flex: 0 0 auto;
	}
	.c-media-2col:hover .c-media-2col__image {
		opacity: 0.8;
	}
	.c-media-2col:hover .c-media-2col__content {
		color: #D70146;
	}
}

.c-media-closeup {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.c-media-closeup__image {
	width: 47.76119%;
	flex: 0 1 47.76119%;
	position: relative;
}

.c-media-closeup__image > figure {
	display: block;
	height: 0;
	padding-bottom: 75.22124%;
	position: relative;
	overflow: hidden;
}

.c-media-closeup__image > figure > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-media-closeup__content {
	width: 47.76119%;
	flex: 0 1 47.76119%;
}

.c-media-closeup__content dt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.2em;
	overflow: hidden;
	font-weight: bold;
}

.c-media-closeup__content dd {
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 4.8em;
	overflow: hidden;
	color: #333;
}

.c-media-closeup__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media (min-width: 768px) {
	.c-media-closeup .c-media-closeup__image {
		transition: opacity 0.2s linear;
	}
	.c-media-closeup .c-media-closeup__content {
		transition: color 0.2s linear;
	}
	.c-media-closeup .c-media-closeup__content dt {
		font-size: 1.6rem;
	}
	.c-media-closeup:hover .c-media-closeup__image {
		opacity: 0.8;
	}
	.c-media-closeup:hover .c-media-closeup__content {
		color: #D70146;
	}
}

/* developer comment */
.c-media-developer__inner {
	padding: 24px;
	border-left: 3px solid #D70146;
	position: relative;
	background-color: #F3F3F3;
}

.c-media-developer__image {
	width: 100px;
	position: absolute;
	top: 24px;
	left: 24px;
}

.c-media-developer__head {
	margin-left: 124px;
}

.c-media-developer__head > dt {
	font-weight: bold;
	font-size: 1.6rem;
	color: #D70146;
}

.c-media-developer__head dd {
	margin-top: 8px;
}

.c-media-developer__body {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.c-media-developer__inner {
		padding: 32px;
	}
	.c-media-developer__image {
		width: 150px;
		top: 32px;
		left: 32px;
	}
	.c-media-developer__head {
		margin-left: 182px;
	}
	.c-media-developer__body {
		margin-top: 16px;
		margin-left: 182px;
	}
	.c-media-developer--noimage .c-media-developer__body {
		margin-left: 0;
	}
}

/* image flow */
.c-imageflow:after {
	content: "";
	display: table;
	clear: both;
}

.c-imageflow__image {
	float: right;
	margin: 0 0 16px 4.77612%;
}

.c-imageflow--reverse .c-imageflow__image {
	float: left;
	margin: 0 4.77612% 16px 0;
}

.c-imageflow--large .c-imageflow__image {
	max-width: 483px;
}

.c-imageflow--medium {
	max-width: 656px;
	margin-left: auto;
	margin-right: auto;
}

.c-imageflow--medium .c-imageflow__image {
	max-width: 312px;
}

.c-imageflow--small {
	max-width: 656px;
	margin-left: auto;
	margin-right: auto;
}

.c-imageflow--small .c-imageflow__image {
	max-width: 224px;
}

@media (min-width: 768px) {
	.c-imageflow__image {
		margin-left: 32px;
		margin-bottom: 16px;
	}
	.c-imageflow--reverse .c-imageflow__image {
		margin-right: 32px;
		margin-bottom: 16px;
	}
}

/* imageset 画像テキスト上下中央 */
.c-imageset {
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.c-imageset > div:last-child {
	margin-top: 16px;
}

.c-imageset--medium {
	max-width: 656px;
}

.c-imageset--small {
	display: flex;
	max-width: 656px;
}

.c-imageset--small > div:first-child {
	padding-right: 16px;
}

.c-imageset--small > div:last-child {
	margin-top: 0;
	padding-left: 16px;
}

.c-imageset--small .c-imageset__image {
	flex-basis: 40.29851%;
}

.c-imageset--small .c-imageset__content {
	flex-basis: 59.70149%;
}

@media (min-width: 768px) {
	.c-imageset {
		display: flex;
	}
	.c-imageset > div {
		flex: 0 0 50%;
	}
	.c-imageset > div:first-child {
		padding-right: 16px;
	}
	.c-imageset > div:last-child {
		margin-top: 0;
		padding-left: 16px;
	}
	.c-imageset--small .c-imageset__image {
		flex-basis: 36.58537%;
	}
	.c-imageset--small .c-imageset__content {
		flex-basis: 63.41463%;
	}
}

.c-imageset-frame {
	border: 1px solid #D70146;
}

.c-imageset-frame > div {
	padding: 24px 20px;
}

.c-imageset-frame > div:first-child {
	padding-bottom: 0;
}

.c-imageset-frame__inner {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.c-imageset-frame__inner > * {
	width: 100%;
}

.c-imageset-frame__title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #D70146;
}

.c-imageset-frame--bg > div {
	padding: 24px 20px;
}

.c-imageset-frame--bg > div:first-child {
	padding-bottom: 24px;
}

.c-imageset-frame--bg .c-imageset-frame__content {
	background-color: #FFF0F0;
}

.c-imageset-frame--seco {
	border-color: #BBAB76;
}

.c-imageset-frame--seco .c-imageset-frame__title {
	color: #BBAB76;
}

.c-imageset-frame--seco.c-imageset-frame--bg .c-imageset-frame__content {
	background-color: #BBAB76;
	color: #fff;
}

.c-imageset-frame--seco.c-imageset-frame--bg .c-imageset-frame__title {
	color: #fff;
}

@media (min-width: 768px) {
	.c-imageset-frame {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.c-imageset-frame > div {
		flex: 1 1 50%;
		padding: 40px 56px;
	}
	.c-imageset-frame > div:first-child {
		padding-bottom: 40px;
	}
}

/* cards */
.c-card__inner {
	position: relative;
}

.c-card__content {
	padding: 16px 4.77612%;
}

.c-card--shadow {
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.c-card__content {
		padding: 32px 6.66667% 40px;
	}
}

.c-articlelink:focus {
	outline: 1px dashed #ddd;
}

.c-articlelink__inner {
	position: relative;
}

.c-articlelink__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-articlelink__content {
	padding: 16px 4.77612%;
}

.c-articlelink__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.2em;
	overflow: hidden;
	color: #333;
}

.c-articlelink__desc {
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.2em;
	overflow: hidden;
	color: #333;
}

.c-articlelink__date {
	margin-top: 24px;
	color: #333;
}

@media (min-width: 768px) {
	.c-articlelink {
		transition: box-shadow 0.2s linear;
	}
	.c-articlelink:hover {
		box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
	}
	.c-articlelink__content {
		padding: 16px 24px;
	}
	.c-articlelink__image img {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.c-articlelink__image img:hover {
		opacity: 0.8;
	}
}

.c-campaign__inner {
	position: relative;
}

.c-campaign__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-campaign__title {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.c-campaign__title {
		margin-top: 16px;
		font-size: 1.6rem;
	}
	.c-campaign__img img {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.c-campaign__img img:hover {
		opacity: 0.8;
	}
}

.c-storeinfo {
	border: 1px solid #ddd;
	position: relative;
}

.c-storeinfo dt {
	padding: 8px 24px;
	background-color: #F3F3F3;
	font-weight: bold;
	font-size: 1.6rem;
}

.c-storeinfo dd {
	padding: 16px 72px 16px 24px;
	font-size: 1.3rem;
}

.c-storeinfo__maplink {
	position: absolute;
	bottom: 16px;
	right: 16px;
}

.c-storeinfo__maplink > a {
	display: block;
	font-size: 1.4rem;
}

.c-storeinfo__maplink > a::before {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-block;
	margin-right: 0.2em;
	color: #D70146;
}

.c-storeinfo__info {
	margin-top: 16px;
	padding-left: 20px;
	position: relative;
	font-size: 1.2rem;
	color: #666;
}

.c-storeinfo__info::before {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	font-size: 14px;
	position: absolute;
	top: 0.3em;
	left: 0;
}

@media (min-width: 768px) {
	.c-storeinfo dt {
		padding: 16px 32px;
	}
	.c-storeinfo dd {
		padding: 24px 88px 24px 32px;
		font-size: 1.4rem;
	}
	.c-storeinfo__maplink {
		bottom: 24px;
		right: 32px;
	}
}

/* single container */
.c-single-container {
	max-width: 468px;
	margin-left: auto;
	margin-right: auto;
}

.c-single-container--640 {
	max-width: 640px;
}

@media (min-width: 768px) {
	.c-single-container a img {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.c-single-container a img:hover {
		opacity: 0.8;
	}
}

.c-centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 16px;
	border: 2px solid #ddd;
}

.c-centered-container--wide {
	padding: 24px;
	border-width: 1px;
}

@media (min-width: 768px) {
	.c-centered-container--wide {
		padding: 48px 32px;
	}
}

/* column */
.c-column__item {
	display: block;
	margin-top: 24px;
}

.c-column__item:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.c-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.c-column--2up {
		margin-left: -32px;
	}
	.c-column--2up .c-column__item {
		width: calc( 50% - 32px);
		flex: 0 1 calc( 50% - 32px);
		margin-left: 32px;
		margin-top: 32px;
	}
	.c-column--2up .c-column__item:nth-child(-n + 2) {
		margin-top: 0;
	}
	.c-column--3up {
		margin-left: -32px;
	}
	.c-column--3up .c-column__item {
		width: calc( 33.33333% - 32px);
		flex: 0 1 calc( 33.33333% - 32px);
		margin-left: 32px;
		margin-top: 32px;
	}
	.c-column--3up .c-column__item:nth-child(-n + 3) {
		margin-top: 0;
	}
	.c-column--4up {
		margin-left: -32px;
	}
	.c-column--4up .c-column__item {
		width: calc( 25% - 32px);
		flex: 0 1 calc( 25% - 32px);
		margin-left: 32px;
		margin-top: 32px;
	}
	.c-column--4up .c-column__item:nth-child(-n + 4) {
		margin-top: 0;
	}
	.c-column--stretch {
		align-items: stretch;
	}
	.c-column--stretch .c-column__item {
		display: block;
	}
}

.c-column-s2p3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -16px;
}

.c-column-s2p3 .c-column-s2p3__item {
	width: calc( 50% - 16px);
	flex: 0 1 calc( 50% - 16px);
	margin-left: 16px;
	margin-top: 24px;
}


.c-column-s2p3__item {
	display: block;
}

@media (min-width: 768px) {
	.c-column-s2p3 {
		margin-left: -32px;
	}
	.c-column-s2p3 .c-column-s2p3__item {
		width: calc( 33.33333% - 32px);
		flex: 0 1 calc( 33.33333% - 32px);
		margin-left: 32px;
		margin-top: 32px;
	}
}

.c-column-s2p4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -16px;
}

.c-column-s2p4 .c-column-s2p4__item {
	width: calc( 50% - 16px);
	flex: 0 1 calc( 50% - 16px);
	margin-left: 16px;
	margin-top: 24px;
}

.c-column-s2p4 .c-column-s2p4__item:nth-child(-n + 2) {
	margin-top: 0;
}

.c-column-s2p4__item {
	display: block;
}

@media (min-width: 768px) {
	.c-column-s2p4 {
		margin-left: -32px;
	}
	.c-column-s2p4 .c-column-s2p4__item {
		width: calc( 25% - 32px);
		flex: 0 1 calc( 25% - 32px);
		margin-left: 32px;
		margin-top: 32px;
	}
	.c-column-s2p4 .c-column-s2p4__item:nth-child(-n + 4) {
		margin-top: 0;
	}
}

.c-column-s2p6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: -16px;
}

.c-column-s2p6 .c-column-s2p6__item {
	width: calc( 50% - 16px);
	flex: 0 1 calc( 50% - 16px);
	margin-left: 16px;
	margin-top: 24px;
}

.c-column-s2p6 .c-column-s2p6__item:nth-child(-n + 2) {
	margin-top: 0;
}

.c-column-s2p6__item {
	display: block;
}

@media (min-width: 768px) {
	.c-column-s2p6 {
		margin-left: -32px;
	}
	.c-column-s2p6 .c-column-s2p6__item {
		width: calc( 16.66667% - 32px);
		flex: 0 1 calc( 16.66667% - 32px);
		margin-left: 32px;
		margin-top: 32px;
	}
	.c-column-s2p6 .c-column-s2p6__item:nth-child(-n + 6) {
		margin-top: 0;
	}
}

/* iconset container */
.c-iconset-container__item + .c-iconset-container__item {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.c-iconset-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-iconset-container__item {
		width: 46%;
		flex: 0 0 46%;
	}
	.c-iconset-container__item + .c-iconset-container__item {
		margin-top: 0;
	}
	.c-iconset-container__item:nth-child(n+3) {
		margin-top: 40px;
	}
}

/*----------
	forms
----------*/
.u-form-errmsg {
	margin-top: 8px;
	font-size: 1.1rem;
	color: #E80000;
}

.u-form-reqast {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.2rem;
    color: white;
    background-color: #D70146;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
}

/* input */
.c-form-text {
	font-size: 1.4rem;
	color: #000;
}

.c-form-text input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 1.6rem;
}

.c-form-text input[required], .c-form-text input.form-content-required {
	border: 1px solid #FFF0F0;
	background-color: #FFF0F0;
}

.c-form-text input::-webkit-input-placeholder {
	color: #999;
}

.c-form-text input::-moz-placeholder {
	color: #999;
}

.c-form-text input:-ms-input-placeholder {
	color: #999;
}

.c-form-text input::-ms-input-placeholder {
	color: #999;
}

.c-form-text input::placeholder {
	color: #999;
}

.c-form-text input:focus {
	outline: none;
	border-color: #D70146;
	background-color: #fff;
}

.c-form-text input.enterd {
	border-color: #ddd;
	background-color: #fff;
}

.c-form-text.error input {
	border-color: #E80000;
	background-color: #FFF0F0;
}

.c-form-select {
	position: relative;
	font-size: 1.4rem;
}

.c-form-select__select {
	position: relative;
}

.c-form-select__select::after {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e901";
	display: block;
	width: 14px;
	height: 12px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	font-size: 14px;
	color: #666;
	pointer-events: none;
}

.c-form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 32px 0 16px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 1.6rem;
}

.c-form-select select[required], .c-form-select select.form-content-required {
	border-color: #FFF0F0;
	background-color: #FFF0F0;
}

.c-form-select select:focus {
	outline: none;
	border-color: #D70146;
	background-color: #fff;
}

.c-form-select select.enterd {
	border-color: #ddd;
	background-color: #fff;
}

.c-form-select.error select {
	border-color: #E80000;
	background-color: #FFF0F0 !important;
}

.c-form-radio__item {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	text-indent: -32px;
	margin-left: 32px;
}

.c-form-radio__item input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
}

.c-form-radio__item input[type="radio"]:checked, .c-form-radio__item input[type="radio"]:focus {
	outline: none;
}

.c-form-radio__item input[type="radio"]:checked::after, .c-form-radio__item input[type="radio"]:focus::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: -2px;
	background-color: #D70146;
}

.c-form-radio__item + .c-form-radio__item {
	margin-top: 14px;
}

.c-form-radio.error .c-form-radio__item input[type="radio"] {
	border-color: #E80000;
	background-color: #FFF0F0;
}

.c-form-check__item {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	text-indent: -32px;
	margin-left: 32px;
}

.c-form-check__item input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	border: 2px solid #ccc;
	position: relative;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
}

.c-form-check__item input[type="checkbox"]:checked::after {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e912";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -2px;
	left: -2px;
	font-size: 16px;
	color: #D70146;
}

.c-form-check__item input[type="checkbox"]:focus {
	outline: none;
	border-color: #D70146;
}

.c-form-check__item + .c-form-check__item {
	margin-top: 14px;
}

.c-form-check.error .c-form-check__item input[type="checkbox"] {
	border-color: #E80000;
	background-color: #FFF0F0;
}

.c-form-textarea {
	font-size: 1.4rem;
	color: #000;
}

.c-form-textarea textarea {
	display: block;
	width: 100%;
	min-height: 200px;
	height: 100%;
	padding: 16px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 1.6rem;
}

.c-form-textarea textarea[required], .c-form-textarea textarea.form-content-required {
	border: 1px solid #FFF0F0;
	background-color: #FFF0F0;
}

.c-form-textarea textarea::-webkit-input-placeholder {
	color: #ccc;
}

.c-form-textarea textarea::-moz-placeholder {
	color: #ccc;
}

.c-form-textarea textarea:-ms-input-placeholder {
	color: #ccc;
}

.c-form-textarea textarea::-ms-input-placeholder {
	color: #ccc;
}

.c-form-textarea textarea::placeholder {
	color: #ccc;
}

.c-form-textarea textarea:focus {
	outline: none;
	border-color: #D70146;
	background-color: #fff;
}

.c-form-textarea textarea.enterd {
	border-color: #ddd;
	background-color: #fff;
}

.c-form-textarea.error textarea {
	border-color: #E80000;
	background-color: #FFF2F2;
}

/* input items */
.c-formitem__item + .c-formitem__item {
	margin-top: 24px;
}

.c-formitem__item--privacy .c-form-check__items {
	padding: 16px;
	background-color: #FFF0F0;
	transition: background-color 0.2s linear;
}

.c-formitem__item--privacy .c-form-check__items.checked {
	background-color: #fff;
}

.c-formitem__label {
	font-weight: bold;
	font-size: 1.6rem;
}

.c-formitem__content {
	margin-top: 8px;
}

.c-formitem__content--w226 .c-formitem__formpart {
	max-width: 226px;
}

.c-formitem__content--ymd .c-formitem__content__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: -16px;
}

.c-formitem__content--ymd .c-formitem__formpart {
	width: 80px;
	flex: 0 0 80px;
	margin-top: 16px;
	margin-right: 3.65854%;
}

.c-formitem__content--ymd .c-formitem__formpart:first-child {
	width: 140px;
	flex-basis: 140px;
}

.c-formitem__content--ymd .c-formitem__formpart:last-child {
	margin-right: 0;
}

.c-formitem__content--post .c-formitem__content__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: -16px;
}

.c-formitem__content--post .c-formitem__formpart {
	width: 140px;
	flex: 0 0 140px;
	margin-top: 16px;
	margin-right: 3.65854%;
}

.c-formitem__content--post .c-formitem__formpart:first-child {
	position: relative;
	margin-right: 8px;
	padding-right: 24px;
}

.c-formitem__content--post .c-formitem__formpart:first-child::after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
}

.c-formitem__content--post .c-formitem__formpart:last-child {
	margin-right: 0;
}

.c-formitem__content--credit .c-formitem__content__inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.c-formitem__content--credit .c-formitem__content__inner > p {
	width: 30px;
	flex: 0 0 30px;
	text-align: center;
}

.c-formitem__content--credit .c-formitem__formpart {
	width: 70px;
	flex: 0 0 70px;
}

.c-formitem__formpart + .c-formitem__formpart {
	margin-top: 16px;
}

.c-formitem__button > a {
	display: block;
	height: 32px;
	border: 1px solid #D70146;
	text-align: center;
	color: #D70146;
	line-height: 32px;
}

@media (min-width: 768px) {
	.c-formitem__item {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		max-width: 828px;
	}
	.c-formitem__item--privacy, .c-formitem__item--textarea {
		display: block;
	}
	.c-formitem__item--privacy .c-formitem__label, .c-formitem__item--textarea .c-formitem__label {
		width: auto;
	}
	.c-formitem__item--privacy .c-formitem__content, .c-formitem__item--textarea .c-formitem__content {
		margin-top: 24px;
	}
	.c-formitem__item + .c-formitem__item {
		margin-top: 32px;
	}
	.c-formitem__label {
		width: 172px;
		flex: 0 0 172px;
		padding-top: 16px;
		padding-right: 16px;
	}
	.c-formitem__label--pt0 {
		padding-top: 0;
	}
	.c-formitem__content {
		flex-grow: 1;
		margin-top: 0;
	}
	.c-formitem__content--name .c-formitem__content__inner {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-formitem__content--name .c-formitem__formpart {
		flex: 1 0 auto;
	}
	.c-formitem__content--name .c-formitem__formpart + .c-formitem__formpart {
		margin-top: 0;
		margin-left: 4.87805%;
	}
}

.c-form-privacy-policy {
	max-height: 200px;
	overflow-y: auto;
	padding: 16px;
	border: 1px solid #ddd;
}

.c-form-caution {
	margin-top: 40px;
	padding: 16px;
	border: 1px solid #E80000;
	color: #E80000;
}

.c-form-caution__inner {
	max-width: 656px;
	margin: 0 auto;
	padding-left: 40px;
	position: relative;
}

.c-form-caution__title .icon-caution {
	position: absolute;
	top: 0.3em;
	left: 0;
}

.c-form-caution__list {
	margin-top: 16px;
}

/*----------
	cart
----------*/
/* cart items */
.c-cart-items__item {
	border: 1px solid #ddd;
	border-bottom: none;
}

.c-cart-items__item__inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 16px;
}

.c-cart-items__item + .c-cart-items__item {
	margin-top: -16px;
	border-top: none;
}

.c-cart-items__image {
	width: 100px;
	flex: 0 0 100px;
	margin-right: 16px;
}

.c-cart-items__content {
	flex-grow: 1;
}

.c-cart-items__content > *:first-child {
	margin-top: 0 !important;
}

.c-cart-items__content > *:last-child {
	margin-bottom: 0 !important;
}

.c-cart-items__title {
	padding-top: 8px;
	font-weight: bold;
	font-size: 1.6rem;
}

.c-cart-items__price {
	margin-top: 16px;
	font-weight: bold;
	font-size: 1.6rem;
}

.c-cart-items__quantity {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 20px;
}

.c-cart-items__quantity__label {
	margin-right: 16px;
}

.c-cart-items__quantity__quant__select::after {
	right: 8px;
}

.c-cart-items__quantity__quant__select select {
	min-width: 60px;
	height: 30px;
	padding: 0 24px 0 8px;
}

.c-cart-items__delete {
	margin-top: 16px;
}

.c-cart-items__delete > a {
	display: block;
	color: #D70146;
}

@media (min-width: 768px) {
	.c-cart-items__image {
		width: 160px;
		flex-basis: 160px;
		margin-right: 40px;
	}
	.c-cart-items__price {
		margin-top: 32px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.c-cart-items__price__label {
		margin-right: 32px;
	}
	.c-cart-items__quantity {
		display: inline-flex;
	}
	.c-cart-items__delete {
		display: inline-block;
		margin-left: 32px;
	}
	.c-cart-items__delete a:hover {
		color: #FF0052;
	}
}

/*----------
	product
----------*/
/* product cardlink */
.c-productlink {
	position: relative;
	background-color: #fff;
}

.c-productlink__inner {
	position: relative;
}

.c-productlink__image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.c-productlink__image > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-productlink__tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-productlink__content {
	padding: 8px;
}

.c-productlink__title {
	font-weight: bold;
	font-size: 1.6rem;
	color: #333;
}

.c-productlink__detail {
	margin-top: 8px;
	color: #333;
}

.c-productlink__price {
	text-align: right;
	font-size: 1.2rem;
}

.c-productlink__price > li + li {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.c-productlink {
		transition: box-shadow 0.2s linear;
	}
	.c-productlink__content {
		padding: 30px;
	}
	.c-productlink__title {
		font-size: 1.8rem;
	}
	.c-productlink__detail {
		margin-top: 16px;
	}
	.c-productlink__price {
		font-size: 1.3rem;
	}
	.c-productlink:hover {
		z-index: 1;
		box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
	}
}

/* product compact */
.c-product-compact {
	padding: 16px 4.7619%;
	position: relative;
	background-color: #fff;
}

.c-product-compact__image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.c-product-compact__image > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-product-compact__title {
	margin-top: 8px;
	text-align: center;
}

@media (min-width: 768px) {
	.c-product-compact {
		transition: box-shadow 0.2s linear, color 0.2s linear;
	}
	.c-product-compact:hover {
		z-index: 1;
		box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
	}
}

/* product wrapper */
.c-product-wrapper__item + .c-product-wrapper__item {
	margin-top: 48px;
}

@media (min-width: 768px) {
	.c-product-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-product-wrapper__item {
		width: calc(50% - 24px);
		flex: 0 1 calc(50% - 24px);
	}
}

/* product carousel */
.c-product-carousel {
	box-sizing: content-box;
	position: relative;
	/*height: 50px;*/
	padding-bottom: 10px;
	overflow: hidden;
}

.c-product-carousel__slides {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-product-carousel__prev, .c-product-carousel__next {
	display: block;
	width: 22px;
	height: 32px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	font-size: 2.2rem;
}

.c-product-carousel__prev [class*="icon-"], .c-product-carousel__next [class*="icon-"] {
	color: #ddd;
}

.c-product-carousel__prev {
	left: 0;
}

.c-product-carousel__next {
	right: 0;
}

.c-product-carousel__dots {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
}

.c-product-carousel__dots > li {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 15px;
}

.c-product-carousel__dots > li > button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	line-height: 30px;
	text-indent: -9999px;
	background-color: #F3F3F3;
	border-radius: 50%;
}

.c-product-carousel__dots > li.slick-active > button {
	background-color: #D70146;
}

/* product detail */
.c-product-detail__title {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
}

.c-product-detail__desc {
	margin-top: 16px;
}

.c-product-detail__desc__inner {
	font-size: 1.4rem;
}

.c-product-detail__subimage {
	width: 120px;
	flex: 0 0 120px;
	margin-right: 24px;
}

.c-product-detail--sub .c-product-detail__head {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.c-product-detail--sub .c-product-detail__title {
	font-size: 1.6rem;
}

.c-product-detail--sub .c-product-detail__desc {
	margin-top: 8px;
}

.c-product-detail + .c-product-detail {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
	.c-product-detail__title {
		font-size: 2.6rem;
	}
	.c-product-detail__desc {
		margin-top: 24px;
	}
	.c-product-detail__desc__inner {
		font-size: 1.6rem;
	}
	.c-product-detail--sub .c-product-detail__head__body {
		flex-grow: 1;
		flex-shrink: 1;
	}
	.c-product-detail--sub .c-product-detail__desc__inner {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	.img_display_area {
	    display: flex;
	    flex-direction: row-reverse;
	}

	.c-product-carousel {
	    max-width: 100px;
	    height: 100%;
	}
	.main_dispaly_img_area {
	    width: 85%;
	    min-width: 85%;
	}
	.c-product-carousel__prev.slick-arrow,
	.c-product-carousel__next.slick-arrow {
        top: initial;
        bottom: initial;
        left: initial !important;
        right: 0 !important;
	}
	.c-product-carousel__prev.slick-arrow {top: 0;}
	.c-product-carousel__next.slick-arrow { bottom: 0; }
}

/* purchase */
.c-product-purchase__item {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
}

.c-product-purchase__tags {
	margin-top: 16px;
	padding-left: 40px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.c-product-purchase__label {
	padding: 16px;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
}

.c-product-purchase__label > p {
	display: inline-block;
}

.c-product-purchase__label > p + p {
	margin-left: 24px;
}

.c-product-purchase__radio {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 2px solid #ccc;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
}

.c-product-purchase__aboutsb {
	margin-bottom: 16px;
	padding: 0 16px 0 44px;
}

.c-product-purchase__aboutsb__content {
	height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-size: 1.2rem;
}

.c-product-purchase__aboutsb__toggle {
	text-align: center;
}

.c-product-purchase__aboutsb__toggle > p {
	display: inline-block;
	cursor: pointer;
}

.c-product-purchase__aboutsb__toggle > p::before {
	content: "＋";
	display: inline-block;
	margin-right: 8px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #D70146;
}

.c-product-purchase__aboutsb__toggle > p > span + span {
	display: none;
}

.c-product-purchase__aboutsb > .active .c-product-purchase__aboutsb__content {
	height: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.c-product-purchase__aboutsb > .active .c-product-purchase__aboutsb__toggle > p::before {
	content: "−";
}

.c-product-purchase__aboutsb > .active .c-product-purchase__aboutsb__toggle > p > span {
	display: none;
}

.c-product-purchase__aboutsb > .active .c-product-purchase__aboutsb__toggle > p > span + span {
	display: inline;
}

.c-product-purchase__detail {
	height: 0;
	margin-top: 0;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s linear;
}

.c-product-purchase__detail > *:first-child {
	margin-top: 0 !important;
}

.c-product-purchase__detail > *:last-child {
	margin-bottom: 0 !important;
}

.c-product-purchase__quantity {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 16px;
	padding-left: 44px;
}

.c-product-purchase__quantity__label {
	margin-right: 16px;
}

.c-product-purchase__quantity__select::after {
	right: 8px;
}

.c-product-purchase__quantity__select select {
	min-width: 60px;
	height: 30px;
	padding: 0 24px 0 8px;
}

.c-product-purchase__button {
	width: 100%;
}

.c-product-purchase__button > button,
.c-product-purchase__button > a {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 48px;
	position: relative;
	overflow: hidden;
	background-color: #DDC36F;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.c-product-purchase__button > button::before,
.c-product-purchase__button > a::before {
	content: "";
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, #C3B27A 0%, #BBAB76 100%);
	pointer-events: none;
}

.c-product-purchase__button > button > span,
.c-product-purchase__button > a > span {
	padding-left: 40px;
	position: relative;
	z-index: 1;
	font-size: 1.4rem;
	line-height: 1.4;
	color: inherit;
}

.c-product-purchase__button > button > span::after,
.c-product-purchase__button > a > span::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-cart-wht.svg') no-repeat center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-product-purchase__button > button > span em,
.c-product-purchase__button > a > span em {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translate(-60px, -50%);
	transform: translate(-60px, -50%);
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #A69768;
}

.c-product-purchase__button.soldout {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	background-color: #ccc;
}

.c-product-purchase__button.soldout > span {
	font-weight: bold;
	color: #fff;
}

.c-product-purchase .c-product-purchase__button {
	margin-top: 12px;
}

.c-product-purchase__item.active {
	background-color: #fff;
}

.c-product-purchase__item.active .c-product-purchase__detail {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

.c-product-purchase__item.active .c-product-purchase__label {
	color: #D70146;
	cursor: default;
}

.c-product-purchase__item.active .c-product-purchase__radio {
	background-color: #D70146;
	background-image: linear-gradient(180deg, #FF0052 24%, #D70146 82%);
}

.c-product-purchase--sub .c-product-purchase__item {
	background: #fff;
}

.c-product-purchase--sub .c-product-purchase__label {
	padding-left: 40px;
	cursor: default;
}

.c-product-purchase--sub .c-product-purchase__detail {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

@media (min-width: 768px) {
	.c-product-purchase__button > button::before {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.c-product-purchase__button > button:hover::before {
		opacity: 0;
	}
}

/* mutiple cart */
.c-product-purchase-multiple__label {
	font-weight: bold;
	font-size: 1.4rem;
}

.c-product-purchase-multiple__label > p {
	display: inline-block;
}

.c-product-purchase-multiple__label > p + p {
	margin-left: 8px;
}

.c-product-purchase-multiple__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -10.86957%;
}

.c-product-purchase-multiple__quantity {
	width: 39.13043%;
	flex: 0 0 39.13043%;
	margin-top: 24px;
	margin-left: 10.86957%;
}

.c-product-purchase-multiple__quantity__select {
	margin-top: 4px;
}

.c-product-purchase-multiple__quantity__select::after {
	right: 8px;
}

.c-product-purchase-multiple__quantity__select select {
	min-width: 60px;
	height: 30px;
	padding: 0 24px 0 8px;
}

.c-product-purchase-multiple .soldout > span {
	display: block;
	height: 30px;
	background-color: #CCC;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

@media (min-width: 768px) {
	.c-product-purchase-multiple__detail {
		margin-left: -8.33333%;
	}
	.c-product-purchase-multiple__quantity {
		width: 25%;
		flex: 0 0 25%;
		margin-top: 24px;
		margin-left: 8.33333%;
	}
}

/* review */
.c-review__item {
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.c-review__item + .c-review__item {
	margin-top: 24px;
}

.c-review__title {
	font-weight: bold;
	font-size: 1.6rem;
}

.c-review__body {
	margin-top: 8px;
}

.c-review__name {
	font-size: 1.2rem;
}

.c-review__product {
	margin-top: 4px;
	font-size: 1.2rem;
	color: #666;
}

.c-review__score {
	margin-top: 4px;
}

.c-review__score > span {
	display: block;
	height: 0;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

.c-review__score li {
	display: inline-block;
}

.c-review__score i {
	color: #ccc;
}

.c-review__score[data-reviewscore="1"] li:nth-last-child(n+3) i {
	color: #D70146;
}

.c-review__score[data-reviewscore="2"] li:nth-last-child(n+2) i {
	color: #D70146;
}

.c-review__score[data-reviewscore="3"] li i {
	color: #D70146;
}

.c-review__content {
	margin-top: 16px;
}

.c-review__images {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -16px;
}

.c-review__images__item {
	width: 140px;
	margin-top: 16px;
	margin-left: 16px;
}

/* extra purchase window */
.c-fixed-purchase {
	width: 61.33333%;
	height: 48px;
	max-width: 400px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.c-fixed-purchase > button {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #C3B27A;
	background-image: linear-gradient(180deg, #C3B27A 0%, #BBAB76 100%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	color: #fff;
	cursor: pointer;
}

.c-fixed-purchase > button > img {
	display: inline-block;
	width: 24px;
	margin-right: 12px;
	vertical-align: middle;
	-webkit-transform: translateY(-0.2em);
	transform: translateY(-0.2em);
}

.c-fixed-purchase > button > span {
	line-height: 48px;
}

@media (max-width: 767px) {
	.c-fixed-purchase {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.2s linear, visibility 0.2s linear;
	}
	.c-fixed-purchase.sp-active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
}

@media (min-width: 768px) {
	.c-fixed-purchase {
		width: 56px;
		height: auto;
		bottom: 200px;
		left: auto;
		right: 0;
	}
	.c-fixed-purchase > button {
		padding: 40px 16px;
		transition: background-color 0.2s linear;
	}
	.c-fixed-purchase > button > figure {
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.c-fixed-purchase > button > span {
		line-height: 32px;
		letter-spacing: 0;
	}
	.c-fixed-purchase:hover > button {
		background-color: #FF0052;
	}
}

#productDetailModal .c-heading-quat {
	margin-bottom: 24px;
}

/* その他のコンポーネント */
/* separator */
.c-separator {
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #ddd;
}

.c-separator--dashed {
	border-top-style: dashed;
}

/* toggle container */
.c-sectiontoggle {
	background-color: #fff;
}

.c-sectiontoggle > .c-sectiontoggle__toggle {
	border-bottom: 1px solid #000;
	position: relative;
	padding: 16px 48px 16px 0;
	font-weight: bold;
	font-size: 1.8rem;
	cursor: pointer;
	transition: color 0.2s linear;
}

.c-sectiontoggle > .c-sectiontoggle__toggle::after, .c-sectiontoggle > .c-sectiontoggle__toggle::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	background-color: #D70146;
}

.c-sectiontoggle > .c-sectiontoggle__toggle::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.c-sectiontoggle__content {
	height: 0;
	visibility: hidden;
	pointer-events: none;
	position: relative;
	overflow-y: hidden;
	opacity: 0;
	transition: opacity 0.4s linear;
}

.c-sectiontoggle__content__inner {
	padding-top: 24px;
	padding-bottom: 64px;
	background-color: #fff;
}

.c-sectiontoggle.active > .c-sectiontoggle__toggle::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.c-sectiontoggle.active > .c-sectiontoggle__content {
	height: auto;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

.c-sectiontoggle--lv1:first-child, .c-sectiontoggle--lv2:first-child {
	margin-top: -24px;
}

.c-sectiontoggle--lv1 > .c-sectiontoggle__toggle, .c-sectiontoggle--lv2 > .c-sectiontoggle__toggle {
	border-color: #ddd;
	font-weight: normal;
}

.c-sectiontoggle--lv1 > .c-sectiontoggle__toggle::after, .c-sectiontoggle--lv2 > .c-sectiontoggle__toggle::after {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	right: 16px;
	background-color: transparent;
	font-size: 16px;
	color: #D70146;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.c-sectiontoggle--lv1 > .c-sectiontoggle__toggle::before, .c-sectiontoggle--lv2 > .c-sectiontoggle__toggle::before {
	content: none;
}

.c-sectiontoggle--lv1.active > .c-sectiontoggle__toggle::after, .c-sectiontoggle--lv2.active > .c-sectiontoggle__toggle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.c-sectiontoggle--lv1 > .c-sectiontoggle__toggle {
	padding: 16px 40px 16px 8px;
	font-size: 1.6rem;
}

.c-sectiontoggle--lv1 > .c-sectiontoggle__content > .c-sectiontoggle__content__inner {
	padding-bottom: 24px;
}

.c-sectiontoggle--lv2 > .c-sectiontoggle__toggle {
	padding: 16px 40px 16px 16px;
	font-size: 1.4rem;
}

.c-sectiontoggle--lv2 > .c-sectiontoggle__content > .c-sectiontoggle__content__inner {
	padding-bottom: 24px;
}

.c-sectiontoggle--notoggle > .c-sectiontoggle__toggle {
	cursor: default;
	pointer-events: none;
}

.c-sectiontoggle--notoggle > .c-sectiontoggle__toggle::after, .c-sectiontoggle--notoggle > .c-sectiontoggle__toggle::before {
	content: none;
	display: none;
}

@media (min-width: 768px) {
	.c-sectiontoggle > .c-sectiontoggle__toggle {
		font-size: 2.2rem;
	}
	.c-sectiontoggle--lv1:first-child {
		margin-top: -40px;
	}
	.c-sectiontoggle--lv1 > .c-sectiontoggle__toggle {
		padding-left: 16px;
		font-size: 1.8rem;
	}
	.c-sectiontoggle--lv2:first-child {
		margin-top: -40px;
	}
	.c-sectiontoggle--lv2 > .c-sectiontoggle__toggle {
		padding-left: 32px;
		font-size: 1.6rem;
	}
	.c-sectiontoggle__content__inner {
		padding-top: 40px;
		padding-bottom: 80px;
	}
}

/* ranking */
.c-ranking {
	counter-reset: ranking;
	width: 100%;
	overflow: hidden;
}

.c-ranking__list {
	width: 90%;
	max-width: 1000px;
	min-height: 258px;
	margin: 0 auto;
	position: relative;
}

.c-ranking__prev, .c-ranking__next {
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	padding: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	opacity: 1;
	font-size: 16px;
	line-height: 1;
	transition: opacity 0.2s linear;
}

.c-ranking__prev [class*="icon-"], .c-ranking__next [class*="icon-"] {
	color: #ddd;
}

.c-ranking__prev.deactive, .c-ranking__next.deactive {
	opacity: 0;
	pointer-events: none;
}

.c-ranking__prev {
	left: -6%;
}

.c-ranking__next {
	right: -6%;
}

.c-ranking__slides {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: absolute;
	top: 0;
	left: 0;
	cursor: -webkit-grab;
	cursor: grab;
}

.c-ranking__slides.panend {
	transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-ranking__slides.childlock > * {
	pointer-events: none;
}

.c-ranking__slide {
	width: 128px;
	flex: 0 0 128px;
}

.c-ranking__slide > a {
	display: block;
	height: 100%;
	padding-top: 40px;
	position: relative;
	background-color: #fff;
}

.c-ranking__slide + li {
	margin-left: 16px;
}

.c-ranking__rank {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 1;
}

.c-ranking__rank::before {
	counter-increment: ranking;
	content: counter(ranking);
	font-size: 1.8rem;
	color: #D70146;
}

.c-ranking__rank::after {
	content: "位";
	font-size: 1.4rem;
	color: #D70146;
}

.c-ranking__title {
	padding: 16px;
	font-size: 1.2rem;
	text-align: center;
}

@media (min-width: 768px) {
	.c-ranking__list {
		height: 336px;
	}
	.c-ranking__slide {
		width: 226px;
		flex-basis: 226px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.c-ranking__slide > a {
		padding: 48px 32px 0;
		font-size: 1.4rem;
		transition: box-shadow 0.2s linear, color 0.2s linear;
	}
	.c-ranking__slide > a:hover {
		box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
	}
	.c-ranking__slide + li {
		margin-left: 32px;
	}
	.c-ranking__prev {
		left: -8px;
	}
	.c-ranking__next {
		right: -8px;
	}
	.c-ranking__title {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 24px;
		font-size: 1.4rem;
	}
	.c-ranking__rank {
		top: 16px;
		left: 16px;
	}
}

/* ranking02 */
.c-ranking02 {
	position: relative;
	counter-reset: ranking;
}
.c-ranking02 .c-ranking02__block {
	width: 100vw;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}
.c-ranking02 .c-ranking02__slider {
	cursor: grab;
}
.c-ranking02 .c-ranking02__slider .c-ranking02__slider__item {
	position: relative;
	width: 212px;
	margin-right: 24px;
}
.c-ranking02 .c-ranking02__slider .c-ranking02__slider__item > a {
	display: block;
	height: 100%;
	padding: 20px 16px;
	background-color: #fff;
	transition: box-shadow 0.2s linear, color 0.2s linear;
}
.c-ranking02 .c-ranking02__slider .c-ranking02__slider__item > a:hover {
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}
.c-ranking02 .c-ranking02__rank {
	position: absolute;
	top: -15px;
	left: 9px;
	width: 32px;
	height: 32px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #DADADA;
	border-radius: 50%;
	overflow: hidden;
}
.c-ranking02 .c-ranking02__rank::before {
	counter-increment: ranking;
	content: counter(ranking);
	font-size: 1.6rem;
}
.c-ranking02 .c-ranking02__slider__item[data-slick-index="0"] .c-ranking02__rank,
.c-ranking02 .c-ranking02__slider__item[data-slick-index="1"] .c-ranking02__rank,
.c-ranking02 .c-ranking02__slider__item[data-slick-index="2"] .c-ranking02__rank {
	top: -18px;
	width: 40px;
	padding-top: 4px;
	border-radius: 0;
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: visible;
}
.c-ranking02 .c-ranking02__slider__item[data-slick-index="0"] .c-ranking02__rank {
	background-image: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-crown-no1.svg');
}
.c-ranking02 .c-ranking02__slider__item[data-slick-index="1"] .c-ranking02__rank {
	background-image: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-crown-no2.svg');
}
.c-ranking02 .c-ranking02__slider__item[data-slick-index="2"] .c-ranking02__rank {
	background-image: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/icon-crown-no3.svg');
}
.c-ranking02 .c-ranking02__image {
	width: 180px;
}
.c-ranking02 .c-ranking02__title {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.c-ranking02 .c-ranking02__price {
	margin-top: 8px;
	font-size: 1.2rem;
}
.c-ranking02 .c-ranking02__price > li {
	display: flex;
	align-items: flex-end;
	gap: .8rem;
	line-height: 1.6;
}
.c-ranking02 .c-ranking02__price > li > span {
}
.c-ranking02 .c-ranking02__price > li  > em {
	font-weight: normal;
}
.c-ranking02 .c-ranking02__price > li  > em > .c-ranking02__price__tax {
	font-size: 1.0rem;
}
/* slick関連 */
.c-ranking02 .js-slider__ranking.slick-slider {
	position: static;
}
.c-ranking02 .js-slider__ranking .slick-list {
	touch-action: pan-y;
	overflow: visible;
}
.c-ranking02 .js-slider__ranking .slick-track {
	display: flex;
	will-change: transform;
}
.c-ranking02 .js-slider__ranking {
	opacity: 0;
	transition: opacity .3s linear;
}
.c-ranking02 .js-slider__ranking.slick-initialized{
	opacity: 1;
}
.c-ranking02 .js-slider__ranking .slick-slide {
	height: auto !important;
	-webkit-user-select: none;
	user-select: none;
}
.c-ranking02 .js-slider__ranking .slick-arrow {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 12px;
	position: absolute;
	top: 50%;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	opacity: 1;
	font-size: 16px;
	line-height: 1;
	transition: opacity 0.2s linear;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
}
.c-ranking02 .js-slider__ranking .slick-arrow::before {
	content: "";
	display: inline-block;
	font-family: "icons" !important;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: 1;
}
.c-ranking02 .js-slider__ranking .slick-arrow.slick-disabled {
	opacity: 0;
}
.c-ranking02 .js-slider__ranking .slick-prev {
	left: 0;
	transform: rotate(180deg);
}
.c-ranking02 .js-slider__ranking .slick-next {
	right: 0;
}
@media (max-width: 767px) {
	/* ranking02 */
	.c-ranking02 {
	}
	.c-ranking02 .c-ranking02__block {
	}
	.c-ranking02 .c-ranking02__slider {
	}
	.c-ranking02 .c-ranking02__slider .c-ranking02__slider__item {
		width: calc((152 / 390) * 100vw);
		margin-right: calc((16 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__slider .c-ranking02__slider__item > a {
		padding: calc((16 / 390) * 100vw) calc((10 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__slider .c-ranking02__slider__item > a:hover {
		box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	}
	.c-ranking02 .c-ranking02__rank {
		top: calc((-13 / 390) * 100vw);
		left: calc((4 / 390) * 100vw);
		width: calc((24 / 390) * 100vw);
		height: calc((24 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__rank::before {
		font-size: calc((14 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__slider__item[data-slick-index="0"] .c-ranking02__rank,
	.c-ranking02 .c-ranking02__slider__item[data-slick-index="1"] .c-ranking02__rank,
	.c-ranking02 .c-ranking02__slider__item[data-slick-index="2"] .c-ranking02__rank {
		top: calc((-15 / 390) * 100vw);
		width: calc((30 / 390) * 100vw);
		padding-top: calc((4 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__image {
		width: calc((132 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__title {
		margin-top: calc((8 / 390) * 100vw);
		font-size: calc((13 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__price {
		margin-top: calc((8 / 390) * 100vw);
		font-size: calc((12 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__price > li {
		gap: calc((8 / 390) * 100vw);
	}
	.c-ranking02 .c-ranking02__price > li > span {
	}
	.c-ranking02 .c-ranking02__price > li  > em {
	}
	.c-ranking02 .c-ranking02__price > li  > em > .c-ranking02__price__tax {
		font-size: calc((10 / 390) * 100vw);
	}
	/* slick関連 */
	.c-ranking02 .js-slider__ranking.slick-slider {
		position: static;
		-webkit-overflow-scrolling: touch;
	}
	.c-ranking02 .js-slider__ranking .slick-arrow {
		display: none !important;
	}
}

/* ランキング（スマホ） */
#new-ranking {
	padding: 0 5%;
	margin: 24px 0 0;
}
#new-ranking-content0 {
	display: flex;
	gap: 20px 5%;
	flex-wrap: wrap;
}
#new-ranking-content0 a {
	width: calc(50% - 2.5%);
	background-color: #FFF;
	position: relative;
	padding-bottom: 42px;
}
.column-ranking--item-rank {
	width: 60px;
	padding: 10px 10px 0;
	color: #D70146;
	font-size: 1.6rem;
	text-align: left;
	font-weight: normal;
}
.column-ranking--item-rank span {
	font-size: 1.2rem;
}
.column-ranking--item-name {
	text-align: center;
	font-size: 1.3rem;
	margin: 0 0 12px;
	padding: 0 10px;
	font-weight: normal;
}
.column-ranking--item-normal,
.column-ranking--item-regular {
	padding: 0 10px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: normal;
}
.column-ranking--item-normal span,
.column-ranking--item-regular span {
	font-size: 1rem;
}
.column-ranking--item-regular {
	color: #D70146;
}
.column-ranking--item-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.column-ranking--item-detail span {
    display: block;
    background-color: #D70146;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 6px 0;
}
.column-ranking--item-detail a:hover {
	color: #FFF;
}
.column-ranking--item:nth-of-type(-n + 4) .column-ranking--item-rank.text {
	display: none;
}
.column-ranking--item:nth-of-type(n + 5) .column-ranking--item-rank.img {
	display: none;
}
#new-ranking-content0 ~ .rankingExp {
	padding-top: 15px;
}

/* tab container */
.c-tabcontainer__contents {
	margin-top: 32px;
	position: relative;
}

.c-tabcontainer__contents__item {
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	background-color: #fff;
	transition: opacity 0.6s linear;
}

.c-tabcontainer__contents__item.active {
	height: auto;
	position: relative;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

@media (min-width: 768px) {
	.c-tabcontainer__contents {
		margin-top: 40px;
	}
}

.c-sns__title {
	text-align: center;
	font-size: 1.6rem;
}

.c-sns__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.c-sns__list > li {
	width: 40px;
	flex: 0 0 40px;
}

.c-sns__list > li + li {
	margin-left: 32px;
}

@media (min-width: 768px) {
	.c-sns__title {
		font-size: 2rem;
	}
	.c-sns__list {
		margin-top: 32px;
	}
}

.c-morelist-toggle {
	text-align: center;
	font-size: 16px;
}

.c-morelist-toggle > button, .c-morelist-toggle > a {
	display: inline-block;
	padding-left: 26px;
	position: relative;
	font-size: 1.4rem;
	cursor: pointer;
}

.c-morelist-toggle > button::after, .c-morelist-toggle > button::before, .c-morelist-toggle > a::after, .c-morelist-toggle > a::before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	position: absolute;
	top: 48%;
	left: 0;
	z-index: 1;
	background-color: #D70146;
	pointer-events: none;
}

.c-morelist-toggle > button::after, .c-morelist-toggle > a::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.c-morelist-toggle > button .c-morelist__close, .c-morelist-toggle > a .c-morelist__close {
	display: none;
}

.c-morelist-toggle > button.active::after, .c-morelist-toggle > a.active::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.c-morelist-toggle > button.active span, .c-morelist-toggle > a.active span {
	display: none;
}

.c-morelist-toggle > button.active .c-morelist__close, .c-morelist-toggle > a.active .c-morelist__close {
	display: inline;
}

.js-morelist-item {
	opacity: 1;
	height: auto;
	overflow: visible;
	visibility: visible;
	pointer-events: all;
	transition: all 0.4s linear;
}

.js-morelist-item.inactive {
	margin-top: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}

/* support number */
.c-support-number__freedial {
	display: inline-block;
	width: 42px;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}

.c-support-number__tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.4rem;
	line-height: 1;
}

.c-support-number__caption {
	margin-top: 8px;
	font-size: 1.2rem;
}

/* マナラについて 初めてご利用になるお客様へ */
.c-firsttime-customer__main {
	position: relative;
	height: 0;
	padding-bottom: 104.47761%;
}

.c-firsttime-customer__main picture {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.c-firsttime-customer__main__button {
	width: 90%;
	max-width: 260px;
	height: 48px;
	position: absolute;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-firsttime-customer__main__button > a {
	display: block;
	border: 1px solid #FFC752;
	text-align: center;
	font-size: 1.4rem;
	line-height: 48px;
	color: #FFC752;
}

.c-firsttime-customer__links > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.4rem;
}

.c-firsttime-customer__links > ul > li {
	width: 47.76119%;
	flex: 0 0 47.76119%;
	margin-top: 16px;
}

.c-firsttime-customer__links > ul > li > a {
	display: block;
}

.c-firsttime-customer__img {
	width: 100%;
	height: 0;
	padding-bottom: 66.66667%;
	position: relative;
	overflow: hidden;
}

.c-firsttime-customer__img > img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-firsttime-customer__caption {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.c-firsttime-customer__main {
		padding-bottom: 40%;
	}
	.c-firsttime-customer__main__button {
		max-width: 296px;
		bottom: 40px;
	}
	.c-firsttime-customer__main__button > a {
		transition: background-color 0.2s linear, color 0.2s linear;
	}
	.c-firsttime-customer__main__button > a:hover {
		background-color: #FFC752;
		color: #D70146;
	}
	.c-firsttime-customer__links > ul {
		flex-wrap: nowrap;
		font-size: 1.6rem;
	}
	.c-firsttime-customer__links > ul > li {
		width: 31.2%;
		flex: 0 0 31.2%;
		margin-top: 32px;
	}
	.c-firsttime-customer__img > img {
		transition: -webkit-transform 0.4s ease-out;
		transition: transform 0.4s ease-out;
		transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	}
	.c-firsttime-customer__caption {
		margin-top: 16px;
	}
}

/* modal */
.c-modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100vw;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: #fff;
	transition: all 0s linear 0.2s, opacity 0.2s linear 0s;
}

.c-modal__inner {
	width: 100%;
	height: 100%;
	padding-top: 64px;
	overflow-y: auto;
	background-color: #fff;
}

.c-modal__content {
	max-width: 656px;
	margin: 0 auto;
	padding: 0 5%;
}

.c-modal__innerclose > button {
	display: block;
	width: 100%;
	margin-top: 24px;
	padding: 40px 5% 140px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.c-modal__innerclose > button > span {
	display: inline-block;
}

.c-modal__innerclose > button > span::before {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
	color: #D70146;
}

.c-modal__headclose {
	position: fixed;
	top: 16px;
	right: 16px;
}

.c-modal__headclose > button {
	display: block;
	width: 32px;
	height: 32px;
}

.c-modal__headclose > button::after {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #D70146;
}

.c-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	left: 0;
	z-index: 150;
	transition: all 0s linear 0s, opacity 0.2s linear 0.1s;
}

@media (min-width: 768px) {
	.c-modal__inner {
		padding-top: 112px;
	}
	.c-modal__content {
		padding: 0 40px;
	}
	.c-modal__innerclose > button {
		width: 656px;
		margin: 32px auto 0;
		padding: 56px 40px;
	}
	.c-modal__headclose {
		top: 40px;
		right: 40px;
	}
	.c-modal__headclose > button {
		width: 48px;
		height: 48px;
	}
	.c-modal__headclose > button::after {
		width: 48px;
		height: 48px;
		font-size: 48px;
	}
}

/*--------------------
	Layout
---------------------*/
/*----------
	main header
----------*/
.l-mainheader {
	width: 100%;
	background-color: #fff;
	transition: height 0.2s linear;
}

.l-mainheader__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
	pointer-events: none;
}

.l-mainheader__overlay.is-show {
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	pointer-events: initial;
}

.l-mainheader__utils > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}

.l-mainheader__utils > ul > li {
	position: relative;
	text-align: center;
	font-size: 1rem;
	letter-spacing: -0.05em;
}

.l-mainheader__utils > ul > li > a {
	display: block;
}

.l-mainheader__utils > ul > li > a > figure {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.l-mainheader__utils > ul > li > a > span {
	display: block;
	width: 100%;
	margin-top: 10%;
}

.l-mainheader__utils > ul > li img {
	display: block;
}

.l-mainheader__utils__badge {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -2px;
	background-color: #D70146;
	font-size: 1.2rem;
	line-height: 20px;
	color: #fff;
}

@media (max-width: 979px) {
	.l-mainheader {
		width: 100%;
		height: 64px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: #fff;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	}
	.l-mainheader__logo {
		width: 110px;
		position: absolute;
		top: 50%;
		left: 16px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		line-height: 1;
	}
	.l-mainheader__logo > a {
		display: block;
	}
	.l-mainheader__copy {
		position: absolute;
		text-indent: -9999px;
	}
	.l-mainheader__copy br {
		display: none;
	}
	.l-mainheader__utils {
		position: absolute;
		top: 50%;
		right: 72px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-mainheader__utils > ul > li {
		width: 40px;
	}
	.l-mainheader__utils > ul > li > a {
		display: block;
	}
	.l-mainheader__utils > ul > li > a > figure {
		width: 50%;
	}
	.l-mainheader__utils > ul > li + li {
		margin-left: 8px;
	}
	.l-mainheader__navtoggle {
		width: 64px;
		height: 64px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.l-mainheader__navtoggle > button {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.l-mainheader__navtoggle > button > span, .l-mainheader__navtoggle > button:after, .l-mainheader__navtoggle > button:before {
		display: block;
		width: 32px;
		height: 2px;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #D70146;
	}
	.l-mainheader__navtoggle > button > span {
		opacity: 0;
		transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
		transition: opacity 0.2s linear, transform 0.2s linear;
		transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.l-mainheader__navtoggle > button:before {
		content: '';
		-webkit-transform: translate(0, -8px) rotate(-45deg);
		transform: translate(0, -8px) rotate(-45deg);
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.l-mainheader__navtoggle > button:after {
		content: '';
		-webkit-transform: translate(0, -8px) rotate(45deg);
		transform: translate(0, -8px) rotate(45deg);
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.l-mainheader__navtoggle__menu {
		text-indent: -9999px;
		width: 34px;
		height: 8px;
		position: absolute;
		bottom: 13px;
		left: 50%;
		background: url('/import/tenant_1/manara.jp/contents/shop/ru/images/common/header-menu.svg') no-repeat center top;
		background-size: contain;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: opacity 0.2s linear;
	}
	.l-mainheader__nav {
		width: 100vw;
		height: calc(100vh - 64px);
		position: fixed;
		overflow-y: auto;
		scroll-behavior: smooth;
		top: 64px;
		left: 0;
		background-color: #F3F3F3;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0);
		transition: opacity 0.2s linear, visibility 0.2s linear, -webkit-transform 0.4s ease-out;
		transition: opacity 0.2s linear, visibility 0.2s linear, transform 0.4s ease-out;
		transition: opacity 0.2s linear, visibility 0.2s linear, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	}
	.l-mainheader.compact {
		height: 48px;
	}
	.l-mainheader.compact .l-mainheader__utils > ul > li span {
		display: none;
	}
	.l-mainheader.compact .l-mainheader__navtoggle {
		height: 48px;
	}
	.l-mainheader.compact .l-mainheader__nav {
		height: calc(100vh - 48px);
		top: 48px;
	}
	.l-mainheader.js-nav-close-sp .l-mainheader__navtoggle > button > span {
		opacity: 1;
		-webkit-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
	.l-mainheader.js-nav-close-sp .l-mainheader__navtoggle > button:before {
		-webkit-transform: translate(0, -16px);
		transform: translate(0, -16px);
	}
	.l-mainheader.js-nav-close-sp .l-mainheader__navtoggle > button:after {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.l-mainheader.js-nav-close-sp .l-mainheader__nav {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		-webkit-transform: translate(100vw);
		transform: translate(100vw);
	}
	.l-mainheader.js-nav-close-sp.compact .l-mainheader__navtoggle > button > span {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.l-mainheader.js-nav-close-sp.compact .l-mainheader__navtoggle > button:before {
		-webkit-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
	.l-mainheader.js-nav-close-sp.compact .l-mainheader__navtoggle > button:after {
		-webkit-transform: translate(0, 8px);
		transform: translate(0, 8px);
	}
	.l-mainheader.js-nav-close-sp.compact .l-mainheader__navtoggle__menu {
		opacity: 0;
	}
}

@media (min-width: 980px) {
	.l-mainheader {
		width: 100%;
		height: 140px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: #fff;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	}
	.l-mainheader__inner {
		max-width: 1440px;
		height: 100%;
		position: relative;
		margin: 0 auto;
	}
	.l-mainheader__logo {
		width: 150px;
		position: absolute;
		top: 0;
		left: 40px;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	.l-mainheader__copy {
		position: absolute;
		top: 26px;
		left: 40px;
		font-size: 10px;
		color: #666;
	}
	.l-mainheader__utils {
		position: absolute;
		top: 0;
		right: 24px;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	.l-mainheader__utils > ul > li {
		width: 48px;
	}
	.l-mainheader__utils > ul > li + li {
		margin-left: 16px;
	}
	.l-mainheader__navtoggle {
		display: none;
		pointer-events: none;
	}
	.l-mainheader.compact {
		height: 72px;
	}
	.l-mainheader.compact .l-mainheader__utils {
		-webkit-transform: translateY(28px);
		transform: translateY(28px);
	}
	.l-mainheader.compact .l-mainheader__utils > ul > li {
		width: 36px;
	}
	.l-mainheader.compact .l-mainheader__utils > ul > li + li {
		margin-left: 0;
	}
	.l-mainheader.compact .l-mainheader__utils > ul > li span {
		display: none;
	}
	.l-mainheader.compact .l-mainheader__logo {
		width: 150px;
		-webkit-transform: translateY(26px);
		transform: translateY(26px);
	}
	.l-mainheader.compact .l-mainheader__copy {
		opacity: 0;
		pointer-events: none;
	}
}

@media (min-width: 1330px) {
	.l-mainheader__logo {
		width: 190px;
		-webkit-transform: translateY(70px);
		transform: translateY(70px);
	}
}

/*----------
	main navigation
----------*/
@media (max-width: 979px) {
	.l-mainnav-pc {
		display: none;
	}
	.l-mainnav-sp {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		visibility: visible;
		pointer-events: auto;
		transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s;
	}
	/** 2022.08.09 eltex add start */
	.l-mainnav-sp__search {
		padding: 15px 20px;
		border-bottom: 1px solid #ddd;
	}
	.l-mainnav-sp__search .l-header-search {
		display: block;
	}
	.l-mainnav-sp__search .l-header-search__form {
		margin-bottom: 0;
	}
	/** 2022.08.09 eltex add end */
	.l-mainnav-sp__inner {
		width: 100%;
		height: 100%;
		max-height: 100%;
		padding-bottom: 50px;
		position: relative;
	}
	.l-mainnav-sp__main {
		width: 100%;
		height: 100%;
		padding-bottom: 124px;
		position: absolute;
		top: 0;
		right: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.l-mainnav-sp__gnav li {
		border-bottom: 1px solid #ddd;
	}
	.l-mainnav-sp__gnav li > a, .l-mainnav-sp__gnav li > span {
		display: block;
		padding: 20px 5%;
		position: relative;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.6;
		color: #333;
	}
	.l-mainnav-sp__gnav li > a figure, .l-mainnav-sp__gnav li > span figure {
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-mainnav-sp__gnav li > a figure + span, .l-mainnav-sp__gnav li > span figure + span {
		padding-left: 30px;
	}
	.l-mainnav-sp__subnav {
		position: relative;
		overflow: hidden;
	}
	.l-mainnav-sp__subnav > span::after, .l-mainnav-sp__subnav > span::before {
		content: "";
		display: block;
		width: 18px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 1;
		background-color: #D70146;
		pointer-events: none;
	}
	.l-mainnav-sp__subnav > span::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.l-mainnav-sp__subnav > span::before {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-mainnav-sp__subnav ul {
		height: 0;
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		transition: all 0.4s linear;
	}
	.l-mainnav-sp__subnav ul li {
		border-top: 1px solid #ddd;
		border-bottom: none;
	}
	.l-mainnav-sp__subnav ul li > a {
		font-weight: normal;
		padding: 16px 10%;
	}
	.l-mainnav-sp__subnav.active > span::after {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	.l-mainnav-sp__subnav.active ul {
		height: auto;
		visibility: visible;
		pointer-events: all;
		opacity: 1;
	}
	.l-mainnav-sp__extra {
		padding-bottom: 62px;
	}
	.l-mainnav-sp__extra > li {
		margin-top: 20px;
		margin-left: 5%;
	}
	.l-mainnav-sp__extra > li > a {
		font-size: 1.4rem;
	}
}

@media (max-width: 979px) {
	.mainnav-close-sp .l-mainnav {
		height: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

@media (min-width: 980px) {
	.l-mainnav-sp {
		display: none;
	}
	.l-mainnav-pc__gnav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-end;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform: translate(-240px, 96px);
		transform: translate(-240px, 96px);
	}
	.l-mainnav-pc__gnav > li {
		flex: 0 0 auto;
		position: relative;
	}
	.l-mainnav-pc__gnav > li::after {
		content: "";
		display: block;
		width: calc(100% - 40px);
		height: 1px;
		margin: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #D70146;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		transition: -webkit-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	.l-mainnav-pc__gnav > li > a {
		display: block;
		padding: 4px 8px 8px;
		font-size: 1.4rem;
		line-height: 1;
		color: #333;
	}
	.l-mainnav-pc__gnav > li:hover::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.l-mainnav-pc__gnav > li.active > a {
		font-weight: bold;
		color: #D70146;
	}
	.l-mainnav-pc__extra {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-end;
		position: absolute;
		top: 24px;
		right: 24px;
	}
	.l-mainnav-pc__extra > li {
		font-size: 1.2rem;
	}
	.l-mainnav-pc__extra > li:nth-last-child(n+2) {
		margin-left: 24px;
	}
	.l-mainnav-pc__extra > li:nth-last-child(n+2) > a {
		display: block;
		padding-left: 18px;
		position: relative;
	}
	.l-mainnav-pc__extra > li:nth-last-child(n+2) > a::before {
		font-family: 'icons' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: inherit;
		color: #D70146;
	}
	.l-mainnav-pc__extra > li:last-child {
		margin-left: 32px;
	}
	.l-mainnav-pc__lang {
		position: relative;
	}
	.l-mainnav-pc__lang > span {
		display: block;
		font-size: 1.6rem;
		line-height: 1;
		cursor: pointer;
	}
	.l-mainnav-pc__lang > ul {
		width: 80px;
		padding: 8px 16px;
		position: absolute;
		top: 24px;
		right: 0;
		z-index: 1;
		background-color: #F3F3F3;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
		transition: all 0.2s linear;
	}
	.l-mainnav-pc__lang > ul > li > a {
		font-size: 1.2rem;
	}
	.l-mainnav-pc__lang.close > ul {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
	}
}

@media (min-width: 1050px) {
	.l-mainnav-pc__gnav > li > a {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (min-width: 1200px) {
	.l-mainnav-pc__gnav {
		-webkit-transform: translate(-240px, 94px);
		transform: translate(-240px, 94px);
	}
	.l-mainnav-pc__gnav > li > a {
		font-size: 1.6rem;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 980px) {
	.l-mainheader.compact .l-mainnav-pc__gnav {
		-webkit-transform: translate(-148px, 28px);
		transform: translate(-148px, 28px);
	}
	.l-mainheader.compact .l-mainnav-pc__extra {
		opacity: 0;
		pointer-events: none;
	}
}

/*----------
	main content
----------*/
.l-maincontent {
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	overflow-x: hidden;
}

@media (max-width: 979px) {
	.l-maincontent {
		padding-top: 100px;
	}
}

@media (min-width: 980px) {
	.l-maincontent {
		padding-top: 190px;
	}
}

@media (min-width: 768px) {
	.l-maincontent {
		padding-bottom: 112px;
	}
}

.l-section {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

@media (min-width: 768px) {
	.l-section {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.l-section-wrapper {
	background-color: #F3F3F3;
}

.l-section-wrapper__inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.l-section-wrapper__inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* breadcrumb */
.l-cateback {
	width: 90%;
	height: 10px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.l-cateback > a {
	display: block;
	position: absolute;
	top: -32px;
	left: 0;
}

.l-cateback > a::before {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 0.4em;
	content: "";
	color: #D70146;
}

@media (min-width: 768px) {
	.l-cateback > a {
		top: -48px;
	}
}

.l-breadcrumb {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 24px;
	position: relative;
	overflow-x: auto;
}

.l-breadcrumb__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}

.l-breadcrumb__list > li > a,
.l-breadcrumb__list > li > span {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	color: #D70146;
}

.l-breadcrumb__list > li > span {
	color: #333;
}

.l-breadcrumb__list > li + li > a:before,
.l-breadcrumb__list > li + li > span:before {
	content: '＞';
	display: inline-block;
	margin: 0 10px;
	color: #D70146;
}

.l-breadcrumb__list > li:first-child > a {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	text-indent: -9999px;
}

.l-breadcrumb__list > li:first-child > a::before {
	text-indent: 0;
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	font-size: 1.6rem;
	line-height: 16px;
}

@media (min-width: 768px) {
	.l-breadcrumb {
		padding-bottom: 40px;
	}
}

/* component default margin */
/*----------
	main footer
----------*/
.l-pagehead {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

.l-pagehead > button {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	background-color: rgba(51, 51, 51, 0.8);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.l-pagehead > button::after {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
}

.l-pagehead > button > span {
	display: inline-block;
	text-indent: -9999px;
}

.l-pagehead.active {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
}

@media (min-width: 768px) {
	.l-pagehead {
		bottom: 64px;
		right: 0;
	}
	.l-pagehead > button {
		width: 56px;
		height: 56px;
	}
}

.l-mainfooter {
	width: 100%;
	background-color: #F3F3F3;
}

.l-mainfooter__inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 5% 80px;
	position: relative;
}

.l-mainfooter__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.l-mainfooter__support-title {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 80px;
}

.l-mainfooter__support-title__caution {
	border: 1px solid #333;
	padding: 0 5px 1px;
	font-size: 1.2rem;
	font-weight: normal;
}

.l-mainfooter__support__item {
	margin-top: 16px;
}

.l-mainfooter__utils {
	margin-top: 52px;
}

.l-mainfooter__utils ul > li {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1.2rem;
	line-height: 1.2;
}

.l-mainfooter__utils ul > li + li {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #333;
}

.l-mainfooter__copyright {
	margin-top: 24px;
	font-size: 1rem;
	color: #666;
}

.l-mainfooter__logo {
	width: 180px;
	margin-top: 40px;
}

.l-mainfooter__logo > a {
	display: block;
}

@media (max-width: 767px) {
	.l-mainfooter__spnav li {
		position: relative;
		margin-top: 8px;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.l-mainfooter__spnav li figure {
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-mainfooter__spnav li figure + span {
		padding-left: 30px;
	}
	.l-mainfooter__nav {
		margin-top: 24px;
	}
	.l-mainfooter__nav__item {
		max-width: 250px;
		width: 50%;
		flex: 0 0 50%;
	}
	.l-mainfooter__nav__item > ul > li {
		margin-top: 8px;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.l-mainfooter__nav__item > ul > li ul > li {
		height: 0;
		visibility: hidden;
		pointer-events: none;
	}
	.l-mainfooter__nav__item > ul > li ul > li.l-mainfooter__nav__spdisplay {
		margin-top: 8px;
		height: auto;
		visibility: visible;
		pointer-events: all;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.l-mainfooter__nav__item--support, .l-mainfooter__nav__item--service {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.l-mainfooter__nav__item--service dt {
		display: none;
	}
	.l-mainfooter__banner {
		max-width: 400px;
		margin: 24px auto 0;
	}
	.l-mainfooter__banner > li + li {
		margin-top: 16px;
	}
}

@media (min-width: 768px) {
	.l-mainfooter__spnav {
		display: none;
	}
	.l-mainfooter__inner {
		padding-top: 104px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.l-mainfooter__nav__item {
		flex: 0 1 250px;
		margin-bottom: 40px;
	}
	.l-mainfooter__nav__item > ul > li {
		margin-top: 16px;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.l-mainfooter__nav__item > ul > li ul > li {
		font-weight: normal;
		font-size: 1.4rem;
	}
	.l-mainfooter__banner {
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-start;
	}
	.l-mainfooter__banner > li {
		flex: 0 1 300px;
	}
	.l-mainfooter__banner > li > a {
		display: block;
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.l-mainfooter__banner > li > a:hover {
		opacity: 0.8;
	}
	.l-mainfooter__banner > li + li {
		margin-left: 32px;
	}
	.l-mainfooter__support {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.l-mainfooter__support__item {
		width: 226px;
		flex: 0 0 226px;
	}
	.l-mainfooter__support__item:nth-last-child(n+2) {
		margin-right: 80px;
	}
	.l-mainfooter__utils {
		margin-top: 80px;
	}
	.l-mainfooter__copyright {
		margin-top: 14px;
	}
	.l-mainfooter__logo {
		margin-top: -16px;
		margin-left: auto;
		margin-right: 0;
	}
}

/* copyright */
.l-copyright {
	width: 100%;
	height: 52px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 52px;
	color: #fff;
}

@media (min-width: 768px) {
	.l-copyright {
		height: 48px;
		line-height: 48px;
	}
}

/*--------------------
	Utility
---------------------*/
/* display */
.u-hide {
	display: none;
}

@media (min-width: 768px) {
	.u-pc-hide {
		display: none;
	}
}

@media (max-width: 767px) {
	.u-sp-hide {
		display: none;
	}
}

.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

/* hover */
@media (min-width: 768px) {
	.u-hover {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.u-hover:hover {
		opacity: 0.8;
	}
}

/* margin */
.u-mt-none {
	margin-top: 0 !important;
}

.u-mt-s {
	margin-top: 8px !important;
}

.u-mt-m {
	margin-top: 24px !important;
}

.u-mt-l {
	margin-top: 40px !important;
}

.u-mt-lx {
	margin-top: 40px !important;
}

.u-mt-l2 {
	margin-top: 64px !important;
}

.u-mt-l3 {
	margin-top: 80px !important;
}

@media (min-width: 768px) {
	.u-mt-s {
		margin-top: 16px !important;
	}
	.u-mt-m {
		margin-top: 40px !important;
	}
	.u-mt-l {
		margin-top: 64px !important;
	}
	.u-mt-lx {
		margin-top: 80px !important;
	}
	.u-mt-l2 {
		margin-top: 80px !important;
	}
	.u-mt-l3 {
		margin-top: 112px !important;
	}
}

.u-mt-5 {
	margin-top: 5px !important;
}

/* 10px倍数 */
.u-mt-10 {
	margin-top: 10px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mt-90 {
	margin-top: 90px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

.u-mr-10 {
	margin-right: 10px !important;
}

.u-mr-20 {
	margin-right: 20px !important;
}

.u-mr-30 {
	margin-right: 30px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

.u-mr-50 {
	margin-right: 50px !important;
}

.u-mr-60 {
	margin-right: 60px !important;
}

.u-mr-70 {
	margin-right: 70px !important;
}

.u-mr-80 {
	margin-right: 80px !important;
}

.u-mr-90 {
	margin-right: 90px !important;
}

.u-mr-100 {
	margin-right: 100px !important;
}

.u-ml-10 {
	margin-left: 10px !important;
}

.u-ml-20 {
	margin-left: 20px !important;
}

.u-ml-30 {
	margin-left: 30px !important;
}

.u-ml-40 {
	margin-left: 40px !important;
}

.u-ml-50 {
	margin-left: 50px !important;
}

.u-ml-60 {
	margin-left: 60px !important;
}

.u-ml-70 {
	margin-left: 70px !important;
}

.u-ml-80 {
	margin-left: 80px !important;
}

.u-ml-90 {
	margin-left: 90px !important;
}

.u-ml-100 {
	margin-left: 100px !important;
}

/* 8px倍数 */
.u-mt-8 {
	margin-top: 8px !important;
}

.u-mt-16 {
	margin-top: 16px !important;
}

.u-mt-24 {
	margin-top: 24px !important;
}

.u-mt-32 {
	margin-top: 32px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-48 {
	margin-top: 48px !important;
}

.u-mt-56 {
	margin-top: 56px !important;
}

.u-mt-64 {
	margin-top: 64px !important;
}

.u-mt-72 {
	margin-top: 72px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

/* margin bottom */
.u-mb-none {
	margin-bottom: 0 !important;
}

.u-mb-s {
	margin-bottom: 8px !important;
}

.u-mb-m {
	margin-bottom: 24px !important;
}

.u-mb-l {
	margin-bottom: 40px !important;
}

.u-mb-l2 {
	margin-bottom: 64px !important;
}

.u-mb-l3 {
	margin-bottom: 80px !important;
}

@media (min-width: 768px) {
	.u-mb-s {
		margin-bottom: 16px !important;
	}
	.u-mb-m {
		margin-bottom: 40px !important;
	}
	.u-mb-l {
		margin-bottom: 64px !important;
	}
	.u-mb-l2 {
		margin-bottom: 80px !important;
	}
	.u-mb-l3 {
		margin-bottom: 112px !important;
	}
}

/* 打ち消し */
.u-pb-none {
	padding-bottom: 0 !important;
}

/* 幅px */
.u-w-50px {
	width: 50px;
	flex-basis: 50px;
}

.u-w-100px {
	width: 100px;
	flex-basis: 100px;
}

.u-w-150px {
	width: 150px;
	flex-basis: 150px;
}

.u-w-200px {
	width: 200px;
	flex-basis: 200px;
}

.u-w-250px {
	width: 250px;
	flex-basis: 250px;
}

.u-w-300px {
	width: 300px;
	flex-basis: 300px;
}

.u-w-350px {
	width: 350px;
	flex-basis: 350px;
}

.u-w-400px {
	width: 400px;
	flex-basis: 400px;
}

.u-w-450px {
	width: 450px;
	flex-basis: 450px;
}

.u-w-500px {
	width: 500px;
	flex-basis: 500px;
}

/* text */
@media (max-width: 767px) {
	.u-pcbr {
		display: none;
	}
}

@media (min-width: 768px) {
	.u-spbr {
		display: none;
	}
}

/* テキスト位置 */
.u-txt-center {
	text-align: center !important;
}

.u-txt-right {
	text-align: right !important;
}

.u-txt-left {
	text-align: left !important;
}

/* フォントサイズ */
.u-txt-fz10 {
	font-size: 1rem !important;
}

.u-txt-fz12 {
	font-size: 1.2rem !important;
}

.u-txt-fz14 {
	font-size: 1.4rem !important;
}

.u-txt-fz16 {
	font-size: 1.6rem !important;
}

.u-txt-fz18 {
	font-size: 1.8rem !important;
}

.u-txt-fz20 {
	font-size: 2rem !important;
}

.u-txt-fz22 {
	font-size: 2.2rem !important;
}

.u-txt-fz24 {
	font-size: 2.4rem !important;
}

.u-txt-fz26 {
	font-size: 2.6rem !important;
}

.u-txt-fz28 {
	font-size: 2.8rem !important;
}

.u-txt-fz30 {
	font-size: 3rem !important;
}

/* テキストカラー */
.u-txt-prim {
	color: #D70146 !important;
}

.u-txt-seco {
	color: #B09D5F !important;
}

.u-txt-caution {
	color: #E80000 !important;
}

.u-txt-blue {
	color: #0033A1 !important;
}

.u-txt-gray {
	color: #666 !important;
}

.u-txt-c333 {
	color: #333 !important;
}

/* 明朝 serif*/
.u-txt-serif {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* テキスト装飾 */
.u-txt-normal {
	font-weight: normal !important;
}

.u-txt-bold {
	font-weight: bold !important;
}

.u-txt-strike {
	text-decoration: line-through !important;
}

.u-txt-marker {
	font-weight: bold;
	background-image: linear-gradient(transparent 60%, #FFF67A 60%);
}

.u-txt-marker-thin {
	font-weight: bold;
	background-color: #FFF67A;
}

.u-txt-marker-red {
	font-weight: bold;
	background-image: linear-gradient(transparent 60%, #FADAD8 60%);
}

.u-txt-marker-red-thin {
	font-weight: bold;
	background-color: #FADAD8;
}

.u-txt-marker-pink {
	font-weight: bold;
	background-image: linear-gradient(transparent 60%, #F2DAE8 60%);
}

.u-txt-marker-pink-thin {
	font-weight: bold;
	background-color: #F2DAE8;
}

.u-txt-marker-yellow {
	font-weight: bold;
	background-image: linear-gradient(transparent 60%, #FCF7BA 60%);
}

.u-txt-marker-yellow-thin {
	font-weight: bold;
	background-color: #FCF7BA;
}

.u-txt-marker-blue {
	font-weight: bold;
	background-image: linear-gradient(transparent 60%, #B0D7f4 60%);
}

.u-txt-marker-blue-thin {
	font-weight: bold;
	background-color: #B0D7f4;
}

.u-txt-indent {
	text-indent: -1.3em;
	margin-left: 1.3em;
}

/* 文中リンク */
.c-text a,
.u-txt-link {
	text-decoration: underline;
	color: #D70146;
}

@media (min-width: 768px) {
	.c-text a,
	.u-txt-link {
		transition: color 0.2s linear;
	}
	.c-text a:hover,
	.u-txt-link:hover {
		color: #FF0052;
	}
}

/* polyfills for IE11 */
_:-ms-lang(x)::-ms-backdrop, .c-image--fix .c-image__img > img, .c-image--vertical .c-image__img > img, .c-image--video .c-image__img > img,
.c-image--vertical .c-image__img > img,
.c-product-compact__image > img,
.c-media-closeup__image > figure > img {
	font-family: 'object-fit: cover; object-position: center;';
}

_:-ms-lang(x)::-ms-backdrop,
select::-ms-expand {
	display: none;
}


/* デバック：テストサイト（日時変更表示確認） */
#testSite {
	position: fixed;
	top: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	width: 100% !important;
	height: 23px;
	box-shadow: 0 0 5px 3px rgb(0,0,0,.3);
}
#testSiteTitle {
	padding: 0 10px;
}
#testSiteButton input[type=submit] {
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #000;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	cursor: pointer;
}

#testSiteButton input[type=submit]:hover {
	opacity: .9;
}

@media screen and (max-width: 641px) {
	#testSiteTitle {
		padding: 0 0 0 10px;
	}
	#testSiteButton input[type=submit] {
		padding: 0 15px;
	}
}

/** 2022.08.09 eltex add start */
/* ヘッダー検索 */
.l-header-search {
	display: none;
}

.l-header-search.is-show {
	display: block;
}

.l-header-search__inner {
	background-color: #F3F3F3;
	width: 100vw;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	padding: 24px 20px 16px;
}

.l-header-search__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 172px;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #F3F3F3 transparent;
}

.l-header-search__form {
	display: flex;
	height: 48px;
	width: 100%;
	margin-bottom: 11px;
}

.l-header-search__input {
	display: block;
	width: calc(100% - 44px);
	height: 50px;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-sizing: border-box;
}

.l-header-search__btn {
	width: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #D70146;
	background-color: #fff;
}

.l-header-search__btnInner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.l-header-search__btnInner span {
	font-size: 8px;
	color: #D70146;
}

.l-header-search__closeBtn {
	text-align: center;
}

.l-header-search__closeBtn > span {
	display: block;
	width: 100%;
	color: #999;
}

.l-header-search__closeBtn > span > i {
	color: #999;
	margin-right: 6px;
}

@media (min-width: 980px) {
	.l-header-search {
		width: 100%;
		max-width: 1440px;
		position: relative;
		margin: 0 auto;
	}
	.l-header-search.is-show {
		display: block;
	}
	.l-header-search__inner {
		width: 560px;
		left: initial;
		right: 86px;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
		padding: 25px 20px 17px;
	}
	.l-header-search__inner::before {
		right: 74px;
		border-color: transparent transparent #F3F3F3 transparent;
	}
	.l-header-search__form {
		height: 50px;
		margin-bottom: 10px;
	}
	.l-header-search__input {
		width: calc(100% - 76px);
		height: 50px;
	}
	.l-header-search__btn {
		width: 76px;
		transition: 0.3s;
	}
	.l-header-search__btn span, .l-header-search__btn i {
		transition: 0.3s;
	}
	.l-header-search__btn:hover {
		background-color: #D70146;
	}
	.l-header-search__btn:hover span, .l-header-search__btn:hover i {
		color: #fff;
	}
	.l-header-search__btnInner {
		display: flex;
		flex-direction: row;
	}
	.l-header-search__btnInner > i {
		margin-right: 5px;
	}
	.l-header-search__btnInner span {
		font-size: 14px;
	}
	.l-header-search__closeBtn {
		cursor: pointer;
	}
	.l-header-search__closeBtn > span {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.l-mainheader.compact .l-header-search__inner::before {
		right: 13px;
	}
}
/** 2022.08.09 eltex add end */

/** 2023.11.16 eltex add start*/


i.sp.icon-search {
    display: none;
}
.l-header-search-special-area {
	display:none;
}
.l-header-search__input.dummy {
	display:none;
}

@media (max-width: 480px) {
	.l-mainheader.js-nav-close-sp .l-header-search {
	    display:block;
	    opacity: 1.0;
	}
	.l-mainheader.js-nav-close-sp .nav__global {
		top: 118px;
	}
	#topGroupName {
	    margin-top: 111px;
	}
	form.clearfix, #GoodsDetail .GoodsDetail {
	    margin-top: 111px;
	}

	#ShopTopSlider {
	    margin-top: 99px;
	}
	.l-mainheader.js-nav-close-sp.compact .l-header-search {
	    transition-duration:1s;
	    opacity: 0;
	}
	.l-mainheader.js-nav-close-sp.compact .l-header-search.nonDisplay{
		display: none;
	}
	div.l-mainheader.js-nav-close-sp.compact .l-header-search.is-show {
	    display:block;
	    opacity: 1.0;
    	transition-duration: 0s;
	}

	.l-mainheader.js-nav-close-sp .l-header-search__closeBtn {
	    display: none;
	}

	.l-mainheader.js-nav-close-sp.compact .l-header-search.is-show .l-header-search__closeBtn {
	    display: block;
	}
	.l-mainheader.js-nav-close-sp #js-search-open-close-btn{
		display: none;
	}
	.l-mainheader.js-nav-close-sp.compact #js-search-open-close-btn{
		display: block;
	}
	.goodsSearch .l-header-search__inner {
	    display: none;
	}
	.goodsSearch .l-mainheader.js-nav-close-sp .nav__global {
		top: 64px;
	}
	.goodsSearch #topGroupName {
    	margin-top: auto;
	}
	.goodsSearch form.clearfix {
	    margin-top: auto;
	}
	i.sp.icon-search {
	    display:block;
	    padding: 7.5px;
	}
	.l-header-search__form {
	    display: block;
	    height: 30px;
	    margin-bottom: 0px;
	}

	.l-header-search__input {
        width: 100%;
        height: 30px;
        border-radius: 100px;
        border: 1px solid #8E8E8E;
        padding: 7.5px 10px;
        color: #8E8E8E;
	}
	.l-header-search__input span {
		padding-left:5px;
	}

	.l-header-search__inner {
	    padding: 12px 10px;
	}
	.l-header-search__btn {
		display:none;
	}
	p.l-header-search__closeBtn {
	    margin-top: 10px;
	}
	.l-header-search-special-area.open {
		display:block;
	}
	.l-header-search-special-area {
		display:none;
	}
	.l-header-search__input.dummy {
		display: flex;
    	padding: 0;
	}
	.l-header-search__form.pc {
		display:none;
	}
}

/** 2023.11.16 eltex add end*/

/** 2024.02.07 eltex add start*/

html.locked #js-search-open-close-btn{
	display: none;
}

/** 2024.02.07 eltex add end*/

.l-header-search-special-area {
    background: #F3F3F3;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
}

.l-header-search-special-area .l-header-search__inner {
    position: relative;
    clear: both;
    left: initial;
    bottom: initial;
    -webkit-transform: none;
    transform: none;
}

.l-header-search-special-area .sp.l-header-search__btn {
    display: block;
    margin-left: 5px;
    border-radius: 100px;
    width: 80px;
    background: #D70146;
    color: #FFF;
}

.l-header-search-special-area .l-header-search__input {
    width: calc(100% - 85px);
    display: flex;
    padding: 0;
    border: 1px solid #D70146;
}

.l-header-search-special-area .l-header-search__form {
    display: flex;
}

.l-header-search-special-area .l-header-search__btnInner span {
    color: #fff;
    font-size: 13px;
}

.l-header-search-special-area .all-item-link {
    position: relative;
    padding: 12px 10px;
    width: fit-content;
}

.l-header-search-special-area .close-area {
    position: relative;
    float: right;
}

.l-header-search-special-area .all-item-link a {
    display: flex;
}

.l-header-search-special-area .all-item-link figure {
    padding-right: 5px;
    width: 26px;
}

.l-header-search-special-area .all-item-link span {
    text-decoration: underline;
}

.l-header-search-special-area #pagePartsHtmlText_GoodsSearchKeyword_innerId {
    padding: 12px 10px;
}

.l-header-search-special-area .search-recommend {
    padding: 12px 10px;
}

.l-header-search-special-area .recommend-title {
    padding-bottom: 10px;
}

.l-header-search__input.dummy .l-header-search__icon-area {
    width: 30px;
    height: 28px;
}

.l-header-search__input.dummy .l-header-search__input-area {
    width: calc(100% - 30px);
    margin: auto 0;
}

.l-header-search__input.dummy .l-header-search__input.real {
    border: none;
    border-radius: initial;
    padding: 0;
    width: 95%;
    margin: 0;
    padding: 7.5px 5px;
    display: block;
    height: 28px;
    background: none;
    color: initial;
    font-size: 16px;
}

.l-header-search-special-area #cp_area {
    margin-top: 0px !important;
}

.close-area {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 0;
        right: 0;
    }

.close-area > button:before {
	content: '';
	-webkit-transform: translate(0, -8px) rotate(-45deg);
	transform: translate(0, -8px) rotate(-45deg);
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.close-area > button:after {
	content: '';
	-webkit-transform: translate(0, -8px) rotate(45deg);
	transform: translate(0, -8px) rotate(45deg);
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.close-area > button:after, .close-area > button:before {
   display: block;
   width: 32px;
   height: 2px;
   margin: auto;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-color: #D70146;
}
.close-area > div#close-character {
    margin-top: 12px;
    margin-left: 12px;
    color: #D70146;
}

.l-header-search-special-area .faq-link {
    position: relative;
    padding: 12px 10px;
    width: fit-content;
}
.l-header-search-special-area .faq-link a {
    display: flex;
}
.l-header-search-special-area .faq-link figure {
    padding-right: 5px;
    width: 26px;
}
.l-header-search-special-area .faq-link span {
    text-decoration: underline;
    font-weight: bold;
}
div.faq-link .icon-chev-r:before {
	font-weight: bold;
}

/** 2025.07.07 pilot add start*/
@media (max-width: 979px) {
	/* .l-mainnav-sp.l-mainnav-sp--v2 */
	.l-mainnav-sp.l-mainnav-sp--v2 {
	}
	.l-mainnav-sp.l-mainnav-sp--v2 .l-mainnav-sp__inner {
	}
	/* .l-mainnav-sp__search--v2 */
	.l-mainnav-sp__search--v2 {}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__inner {
		padding: 12px 10px;
		background-color: #F3F3F3;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__form {
		display: flex;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__input {
		display: flex;
		width: calc(100% - 85px);
		border-radius: 100px;
		border: 1px solid #8E8E8E;
		color: #8E8E8E;
		background-color: #fff;
		align-items: center;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__input .l-mainnav-sp__search__icon-area {
		width: 30px;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__input .l-mainnav-sp__search__icon-area i.sp.icon-search {
		padding: 7px 8px;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__input .l-mainnav-sp__search__input-area {
		width: calc(100% - 30px);
		margin: auto 0;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__input .l-mainnav-sp__search__input.real {
		border: none;
		border-radius: initial;
		padding: 4px 5px;
		width: 95%;
		margin: 0;
		display: block;
		background: none;
		color: initial;
		font-size: 14px;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__btn {
		display: block;
		margin-left: 5px;
		border-radius: 100px;
		width: 80px;
		background: #D70146;
		color: #FFF;
		border: 1px solid #D70146;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__btnInner {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.l-mainnav-sp__search--v2 .l-mainnav-sp__search__btnInner span {
		color: #fff;
		font-size: 13px;
	}
	/* .l-mainnav-sp__global */
	.l-mainnav-sp__global {
		display: flex;
		align-items: center;
		border-top: solid 1px #DDDDDD;
		border-bottom: solid 1px #DDDDDD;
	}
	.l-mainnav-sp__global > li {
		width: 25%;
	}
	.l-mainnav-sp__global > li:not(:last-child) {
		border-right: solid 1px #DDDDDD;
	}
	.l-mainnav-sp__global > li > a {
		display: flex;
		padding: 14px 5px 9px;
		flex-direction: column;
		align-items: center;
		background-color: #FEF3F6;
	}
	.l-mainnav-sp__global > li figure {
		width: 20px;
		height: 20px;
	}
	.l-mainnav-sp__global > li p {
		margin-top: 4px;
		color: #D70146;
		font-size: 10px;
	}
	/* .l-mainnav-sp__title */
	.l-mainnav-sp__title {
		padding: 10px 20px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.6;
		background-color: #F3F3F3;
	}
	/* .l-mainnav-sp__list */
	.l-mainnav-sp__list {
	}
	.l-mainnav-sp__list > li {
		border-bottom: solid 1px #DDDDDD;
	}
	.l-mainnav-sp__list > li > a {
		position: relative;
		display: flex;
		padding: 10px 35px 10px 20px;
		font-size: 14px;
		align-items: center;
		line-height: 1.6;
	}
	.l-mainnav-sp__list > li > a::after {
		content: "";
		font-family: 'icons' !important;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: inherit;
		color: #D70146;
	}
	.l-mainnav-sp__list > li > a > figure {
		width: 40px;
		height: 40px;
		margin-right: 20px;
		border-radius: 50%;
		overflow: hidden;
	}
	/* .l-mainnav-sp__list--v2 */
	.l-mainnav-sp__list--v2 {
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-top: solid 1px #DDDDDD;
	}
	.l-mainnav-sp__list--v2::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #DDDDDD;
	}
	.l-mainnav-sp__list--v2 > li {
		width: 50%;
		border-bottom: solid 1px #DDDDDD;
	}
	.l-mainnav-sp__list--v2 > li:nth-child(2n+1) {
		border-right: solid 1px #DDDDDD;
	}
	.l-mainnav-sp__list--v2 > li > a {
		position: relative;
		display: flex;
		padding: 10px 35px 10px 20px;
		font-size: 14px;
		align-items: center;
		line-height: 1.6;
	}
	.l-mainnav-sp__list--v2 > li > a::after {
		content: "";
		font-family: 'icons' !important;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: inherit;
		color: #D70146;
	}
	/* .l-mainnav-sp__recently */
	.l-mainnav-sp__recently {
		padding: 30px 0;
		background-color: #fff;
	}
	.l-mainnav-sp__recently .slick-list {
		padding: 0 20px;
	}
	.l-mainnav-sp__recently .slick-list .slick-slide {
		margin: 0 5px;
	}
	.l-mainnav-sp__recently .l-mainnav-sp__recently__image {
	}
	.l-mainnav-sp__recently .l-mainnav-sp__recently__content {
		margin-top: 12px;
	}
	.l-mainnav-sp__recently .l-mainnav-sp__recently__content .l-mainnav-sp__recently__title {
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
	}
	.l-mainnav-sp__recently .slick-disabled {
		display: none !important;
	}
	.l-mainnav-sp__recently .slick-prev,
	.l-mainnav-sp__recently .slick-next {
		top: 50%;
		width: 29px;
		height: 29px;
		margin-top: -15px;
		background-color: #D70146 !important;
		border-radius: 100%;
		z-index: 2;
	}
	.l-mainnav-sp__recently .slick-prev {
		left: 10px;
		padding-right: 2px;
	}
	.l-mainnav-sp__recently .slick-next {
		right: 10px;
		padding-left: 2px;
	}
	.l-mainnav-sp__recently .slick-prev:before,
	.l-mainnav-sp__recently .slick-next:before {
		font-family: "icons" !important;
		font-size: 14px;
		color: #fff;
	}
	.l-mainnav-sp__recently .slick-prev:before {
		content: "";
	}
	.l-mainnav-sp__recently .slick-next:before {
		content: "";
	}
	/* .l-mainnav-sp__aside */
	.l-mainnav-sp__aside {
		background-color: #F3F3F3;
	}
	.l-mainnav-sp__aside__inner {
		padding: 30px 20px;
	}
	.l-mainnav-sp__aside .l-mainnav-sp__aside__box {
		margin-top: 20px;
		padding: 20px;
		background-color: #fff;
	}
	.l-mainnav-sp__aside .l-mainnav-sp__aside__list {
		display: flex;
		margin-top: 28px;
		flex-wrap: wrap;
		gap: 12px 40px;
	}
	.l-mainnav-sp__aside .l-mainnav-sp__aside__list > li {
		position: relative;
		width: calc((100% - 40px) / 2);
	}
	.l-mainnav-sp__aside .l-mainnav-sp__aside__list > li > a {
		position: relative;
		display: block;
		padding-left: 20px;
		font-size: 12px;
	}
	.l-mainnav-sp__aside .l-mainnav-sp__aside__list > li > a::before {
		content: "";
		font-family: 'icons' !important;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: inherit;
		color: #D70146;
	}
	/* .l-mainnav-sp__inquiry */
	.l-mainnav-sp__inquiry {
		background-color: #F3F3F3;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__inner {
		padding: 30px 28px;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__btn {}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__btn > a {
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		min-height: 48px;
		border: 1px solid #D70146;
		position: relative;
		overflow: hidden;
		background-color: #fff;
		color: #D70146;
		cursor: pointer;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__btn > a > span {
		display: block;
		padding: 8px 35px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.6;
		color: inherit;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__box {
		display: flex;
		margin-top: 20px;
		padding: 16px;
		gap: 8px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		background-color: #fff;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__title {
		font-size: 14px;
		line-height: 1.6;
		font-weight: 700;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__tel {
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__tel > a {
		display: flex;
		gap: 8px;
		align-items: center;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__tel > a > img {
		width: 42px;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__tel > a > span {
		font-size: 24px;
		line-height: 1.6;
	}
	.l-mainnav-sp__inquiry .l-mainnav-sp__inquiry__lead {
		font-size: 12px;
		line-height: 1.6;
	}
}

/** 2025.07.07 pilot add end*/
