@charset "UTF-8";

/*
Theme Name: leaflight2410
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.pc {
		display: none;
	}
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	font-size: 13px;
	font-size: 1.3rem;
}

/* ────────────────────────────────
製品一覧
──────────────────────────────── */
ul.product_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 40px auto;
}

ul.product_list li {
	width: 32%;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

ul.product_list li:nth-child(7) {
	width: 100%;
}

ul.product_list li:hover {
	opacity: 0.6;
}

h3.product_ttl_h3 {
	position: relative;
	height: 80px;
	padding: 25px 20px 25px 20px;
}

/* ストークシリーズ */
.stalk_back {
	background: #bad4ed;
}

/* ユーティリティ */
.utility_back {
	background: #f0b1bc;
}

/* セパ */
.sepa_back {
	background: #f7ae6a;
}

/* サイネージ */
.signage_back {
	background: #c4d701;
}

/* フック */
.hook_back {
	background: #c4d701;
}

/* ファラディライト */
.faradaylight {
	background: #f9c270;
}

/* セパ・シス */
.sepasys_back {
	background: #dcd0e6;
}

/* コンパクトシリーズ */
.stalk_compact_back {
	background: #effff2;
}

.product_sub {
	vertical-align: bottom;
	line-height: 1;
	font-size: 13px;
	margin-left: 10px;
}

.pab25 {
	position: absolute;
	bottom: 25px;
}

.isyou_txt {
	margin-left: 20px;
	padding: 8px 16px;
	font-size: 15px;
	background: #c60000;
	color: #fff;
}

.catch_txt {
	position: absolute;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
		sans-serif;
	font-weight: normal;
	top: 16px;
	right: 20px;
	font-size: 48px;
	line-height: 1;
	color: #fff;
}

h4.product_ttl_h4 {
	width: 94%;
	margin: 0 auto;
	padding: 16px 0 12px;
	font-size: 20px;
	line-height: 1.6;
}

.product_txt {
	width: 94%;
	margin: 0 auto;
}

ul.product_item_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
	padding: 40px 0;
}

ul.product_item_list > li {
	width: 24%;
	margin-bottom: 40px;
	margin-right: 1.3333333333%;
}

ul.product_item_list > li:nth-child(4n) {
	margin-right: 0;
}

.product_img a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.product_img a:hover {
	opacity: 0.5;
}

.product_img img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.product_cate {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 16px;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #ccc;
}

ul.product_item {
	/* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

ul.product_item li {
	width: 100%;
	margin-bottom: 2%;
	padding: 0;
	text-align: center;
	color: #333;
	background: #f3f3f3;
	word-break: break-all;
}

/* utility */
ul.product_item_utility {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.product_item_utility li {
	width: 100%;
	margin-bottom: 2%;
	padding: 0;
	text-align: center;
	color: #333;
	background: #f3f3f3;
}

/* hook */
ul.product_item_list2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

ul.product_item_list2 > li {
	width: 49%;
	margin-bottom: 40px;
}

ul.product_item_list2 > li:nth-child(odd) {
	margin-right: 2%;
}

.product_item_list2_img img {
	width: 100%;
	height: auto;
}

ul.product_item_hook {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.product_item_hook li {
	width: 100%;
	margin-bottom: 2%;
	padding: 0;
	text-align: center;
	color: #333;
	background: #f3f3f3;
}

.product_item_area {
	width: 94%;
	margin: 0 auto;
	padding: 40px 0;
}

.product_left {
	width: 50%;
	float: left;
}

.product_right {
	width: 45%;
	float: right;
}

.product_link {
	padding-top: 20px;
}

.product_link a {
	position: relative;
	display: block;
	padding: 4px 0;
	background: #333;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.product_link a::after {
	content: "▶";
	color: #fff;
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.product_link a:hover::after {
	right: 10px;
}

/* ────────────────────────────────
製品詳細
──────────────────────────────── */
.detail_contents {
	width: 100%;
	padding: 0 3% 40px;
}

.detail_head {
	width: 100%;
	margin: 0 auto;
}

.detail_head > h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}

.detail_head > p {
	font-size: 20px;
}

.detail_intro {
	width: 100%;
	margin: 20px auto;
}

.detail_left {
	width: 40%;
	float: left;
}

.detail_right {
	width: 55%;
	float: right;
}

.detail_right > h3 {
	width: 100%;
	padding: 14px 0px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dotted #ccc;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}

.detail_right > p img {
	margin: 16px 10px 0 0;
}

.detail_dl {
	width: 100%;
	margin: 0 auto 80px;
	padding: 20px;
	background: #f7f7f7;
}

.detail_dl > h3 {
	font-size: 24px;
}

ul.detail_dlbtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.detail_dlbtn li {
	width: 32%;
	margin-right: 2%;
}

ul.detail_dlbtn li:nth-child(3) {
	width: 32%;
	margin-right: 0;
}

ul.detail_dlbtn li a {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #ccc;
	color: #000;
	background: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

ul.detail_dlbtn li a:hover {
	opacity: 0.4;
}

ul.detail_dlbtn li a::after {
	content: url("images/icon_download.svg");
	position: absolute;
	top: 24px;
	margin-left: 5px;
}

.detail_table_area > h3 {
	margin-bottom: 16px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}

table.detail_table {
	width: 100%;
	margin-bottom: 40px;
	font-size: 14px;
}

table tr:nth-child(even) {
	background-color: #f7f7f7;
}

table tr:nth-child(even) th,
table tr:nth-child(even) td {
	background-image: url(../img/icon_5.png) right -55px no-repeat;
}

table.detail_table th {
	padding: 4px 0px 4px 8px;
	text-align: left;
	border: 1px solid #ccc;
	background: #f7f7f7;
	min-width: 120px;
}

table.detail_table td {
	padding: 4px 0;
	border: 1px solid #ccc;
	text-align: center;
}

table.detail_table td img {
	width: 90%;
	height: auto;
}

table.detail_table td.color {
	color: #fc9902;
}

tr.product_dl_btn td {
	padding: 12px 0;
}

tr.product_dl_btn td a {
	position: relative;
	padding: 10px 30px 10px 10px;
	width: 70px;
	text-align: left;
	border: 1px solid #ccc;
	color: #fff;
	background: #9a9a9a;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

tr.product_dl_btn td a::after {
	content: url("images/icon_download.svg");
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	position: absolute;
	top: 5px;
	color: #fff;
	font-size: 12px;
}

tr.product_dl_btn td a:hover {
	opacity: 0.4;
}

.star {
	color: #ff9900;
}

.equ {
	padding: 14px 0 16px !important;
}

body {
	max-width: 100vw;
}

#contents {
	border: none !important;
}

@media (max-width: 767px) {
	#contents {
		max-width: 100vw;
		width: 100%;
		margin-top: 100px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.singleMv {
	padding-top: 50px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.singleMv::after {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background-color: #fafafa;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media (max-width: 767px) {
	.singleMv::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.singleMv {
		padding-top: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.singleMvImg {
	width: 48%;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

@media (max-width: 767px) {
	.singleMvImg {
		width: 90vw;
		height: 50vh;
		margin: 0 auto;
		position: relative;
		position: relative;
		overflow: hidden;
	}

	.singleMvImg::after {
		display: block;
		padding-top: 46.6666666667%;
		content: "";
	}
}

.singleMvImg img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

@media (max-width: 767px) {
	.singleMvImg img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
	}
}

.popup-open {
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 0 5px;
	background: #5AA42B;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	transition: .6s;
}

.popup-open:hover {
	opacity: 0.7;
}

td .popup-open {
	position: relative;
	background: transparent;
	padding: 0;
}

.popup-open:before {
	content: "";
	display: flex;
	background: url(./img/icon_expansion.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 14px;
}

td .popup-open:before {
	content: none;
}

.popup-background {
	/*position size*/
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;

	/*design*/
	background-color: gray;
	opacity: 0.5
}

.popup {
	--width: 70vw;
	max-width: 1000px;
	min-height: 600px;
	z-index: 101;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: var(--height);
	width: var(--width);
	background-color: white;
	padding: 30px 0;
}

.popup > .popup-content {
	height: 70vh;
	padding: 0 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-content img {
	height: 100%;
}

td .popup-content img {
	height: auto;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -30px;
}

.popup-flag {
	display: none;
}

.popup-flag:not(:checked) + .popup-background {
	display: none;
}

.popup-flag:not(:checked) + * + .popup {
	display: none;
}

.singleMvBlock {
	width: 48%;
	/*
	padding-left: 47px;
	padding-bottom: 52px;
*/
}

@media (max-width: 767px) {
	.singleMvBlock {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 0;
	}
}

.singleMvSubTtl {
	font-size: 1.2rem;
	line-height: 1.6666666667;
	color: #333333;
}

@media (max-width: 767px) {
	.singleMvSubTtl {
		font-size: 1rem;
		line-height: 1;
	}
}

.singleMvTtl {
	margin-bottom: 10px;
	font-size: 4rem;
	line-height: 1;
	font-weight: 500;
	color: #333333;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.singleMvTtl {
		margin-top: 10px;
		font-size: 2.4rem;
	}
}

.singleMvModel {
	margin-top: 2px;
	font-size: 1.8rem;
	line-height: 1.1111111111;
	font-weight: 500;
	color: #333333;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Didact Gothic";
}

@media (max-width: 767px) {
	.singleMvModel {
		font-size: 1.4rem;
	}
}

.badgeList {
	display: flex;
	gap:0 1em;
}

.badgeList li {
	line-height: 1.0;
}

.singleMvBanner {
	padding: 4px 5px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1;
	color: white;
	border-radius: 3px;
	font-family: "Didact Gothic";
}

.singleMvBanner:not(:first-of-type) {
	margin-left: 10px;
}

.singleMvBanner.-new {
	background-color: #d83535;
}

.singleMvBanner.-order {
	background-color: #374ac0;
}

.singleMvBanner.-renewal {
	background-color: #5da72e;
}

.singleMvBanner.-comingsoon {
	background-color: #d87835;
}

.singleMvTags {
	max-width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.singleMvLink {
	border-radius: 11px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1rem;
	line-height: 2;
	color: #333 !important;
	border: 1px solid #333;
	height: 16px;
}

.singleMvCopy {
	width: 100%;
	margin-top: 20px;
	padding-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
}

@media (max-width: 767px) {
	.singleMvCopy {
		margin-top: 0px;
		padding-top: 12px;
	}
}

.singleMvCopy::before {
	content: "";
	width: 140px;
	max-width: 100%;
	height: 1px;
	display: block;
	background-color: #8b8b8b;
	position: absolute;
	top: 0px;
	left: 0;
}

@media (max-width: 767px) {
	.singleMvCopy::before {
		display: none;
	}
}

.singleMvDesc {
	margin-top: 5px;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.9166666667;
}

@media (max-width: 767px) {
	.singleMvDesc {
		line-height: 1.3333333333;
	}
}

.singleMvBudge {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.singleMvBudge img {
	width: 40px;
	height: 40px;
	margin-top: 8px;
	margin-right: 8px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 767px) {
	.singleMvBudge img {
		width: 34px;
		height: 34px;
		margin-top: 15px;
		margin-right: 6px;
	}
}

.singleMvOther {
	margin-top: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.singleMvOther > p {
	width: 100% !important;
}

@media (max-width: 767px) {
	.singleMvOther {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 16px;
	}
}

.singleMvLink2 {
	font-family: "Didact Gothic";
	width: auto !important;
	height: 20px;
	margin-bottom: 7px;
	margin-right: 12px;
	padding-left: 7px;
	padding-right: 7px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	border: 1px solid #62a232;
	color: #62a232;
	background-color: white;
	position: relative;
}

.singleMvLink2::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin-left: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	border-right: 1px solid #62a232;
	border-top: 1px solid #62a232;
}

@media (max-width: 767px) {
	.singleMvLink2 {
		width: calc((100% - 10px) / 2) !important;
		margin-right: 0;
		height: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.singleDetails {
	margin-top: 50px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.singleDetails {
		margin-top: 40px;
	}
}

.singleDetailsTable {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.singleDetailsTable tr {
	width: 100%;
	background: none !important;
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 767px) {
	.singleDetailsTable tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

.singleDetailsTable th {
	width: 33.6%;
	min-width: 33.6%;
	max-width: 33.6%;
	padding-right: 1em;
	text-align: center;
}

.singleDetailsTable th,
.singleDetailsTable td {
	line-height: 1.6 !important;
}

/* @media (max-width: 767px) {
  .singleDetailsTable th {
    width: 100%;
    min-width: none;
    max-width: 100%;
    padding-right: 0;
    font-weight: bold;
    text-align: left;
  }
}
 */
.singleDetailsTable td {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.singleDetailsTable th,
.singleDetailsTable td {
	padding: 10px 0;
	font-size: 1.4rem;
	line-height: 4.2857142857;
	color: #333333;
}

@media (max-width: 767px) {
	.singleDetailsTable th {
		font-weight: bold;
		text-align: left;
	}

	.singleDetailsTable th,
	.singleDetailsTable td {
		width: 100%;
		padding: 0;
		line-height: 1.58;
		font-size: 1.2rem;
	}
}

.singleDetailsImg {
	margin-right: 6px;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 250px;
	/* margin-top: 27px;
  margin-bottom: 24px;
  width: 39.4578313253%;
  min-width: 39.4578313253%; */
	cursor: pointer;
}

@media (max-width: 767px) {
	.singleDetailsImg {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.singleDetailsLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	color: #333333 !important;
	overflow: inherit;
	font-size: 1.4rem;
	line-height: 2.7857142857;
}

.singleDetailsLink:not(:first-of-type) {
	margin-left: 19px;
}

@media (max-width: 767px) {
	.singleDetailsLink:not(:first-of-type) {
		margin-left: 11px;
	}
}

@media (max-width: 767px) {
	.singleDetailsLink {
		line-height: 1.3;
		font-weight: bold;
	}
}

.singleDetailsLink::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #333333;
	position: absolute;
	bottom: 8px;
	left: 0;
}

@media (max-width: 767px) {
	.singleDetailsLink::after {
		bottom: 0;
		height: 2px;
	}
}

.singleDetailsIcon {
	width: 13px;
	margin-left: 3px;
}

.singleGallery {
	margin-bottom: 80px;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media (max-width: 767px) {
	.singleGallery {
		margin-top: 40px;
	}
}

.singleGalleryImg {
	margin-right: 5px;
	width: calc((100% - 15px) / 4);
	margin-bottom: 5px;
	position: relative;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.singleGalleryImg:nth-of-type(4n) {
	margin-right: 0;
}

.singleGalleryImg:nth-child(4n + 1):nth-last-child(-n + 4),
.singleGalleryImg:nth-child(4n + 1):nth-last-child(-n + 4) ~ * {
	margin-bottom: 0;
}

.singleGalleryImg::after {
	display: block;
	padding-top: 55.9670781893%;
	content: "";
}

@media (max-width: 767px) {
	.singleGalleryImg {
		margin-right: 9px;
		margin-bottom: 10px;
		width: calc((100% - 9px) / 2);
	}

	.singleGalleryImg:nth-child(4n + 1):nth-last-child(-n + 4),
	.singleGalleryImg:nth-child(4n + 1):nth-last-child(-n + 4) ~ * {
		margin-bottom: 10px;
	}

	.singleGalleryImg:nth-of-type(4n) {
		margin-right: 9px;
	}

	.singleGalleryImg:nth-child(2n + 1):nth-last-child(-n + 2),
	.singleGalleryImg:nth-child(2n + 1):nth-last-child(-n + 2) ~ * {
		margin-bottom: 0;
	}

	.singleGalleryImg:nth-last-of-type(1) {
		margin-bottom: 10px;
	}

	.singleGalleryImg:nth-last-of-type(2) {
		margin-bottom: 10px;
	}

	.singleGalleryImg:nth-last-of-type(3) {
		margin-bottom: 10px;
	}

	.singleGalleryImg:nth-last-of-type(4) {
		margin-bottom: 10px;
	}

	.singleGalleryImg:nth-of-type(2n) {
		margin-right: 0;
	}
}

.singleGalleryImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: .6s;
}

.singleGalleryImg img:hover {
	opacity: .6;
}

.splide__slide img {
	width: 100%;
	height: auto;
}

.singleOther {
	overflow: hidden;
	visibility: visible !important;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.singleOther {
		margin-top: 40px;
	}
}

.singleOther .splide__arrow {
	width: 40px;
	height: 40px;
	background-color: #5ba52c;
	opacity: 1;
}

@media (max-width: 767px) {
	/* .singleOther .splide__arrow {
    display: none;
  } */
}

.singleOther .splide__arrow svg {
	fill: white;
	height: 18px;
}

.singleOther .splide__arrow--prev {
	left: 0px;
}

.singleOther .splide__arrow--next {
	right: 0px;
}

.singleOtherTtl {
	padding-left: 1em;
	padding-right: 1em;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 767px) {
	.singleOtherTtl {
		font-size: 1.6rem;
	}
}

.singleOtherGallery {
	margin-top: 22px;
	overflow: visible !important;
}

@media (max-width: 767px) {
	.singleOtherGallery {
		margin-top: 20px;
	}
}

.singleOtherItem {
	padding-left: 7px;
	padding-right: 7px;
}

.singleOtherItemInner {
	border: 1px solid #cacaca;
	height: 100%;
	padding-bottom: 17px;
}

.singleOtherLink {
	text-align: center;
	color: #333333 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1;
}

.singleOtherLink.-full {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.singleOtherImg {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.singleOtherImg::after {
	display: block;
	padding-top: 134.5945945946%;
	content: "";
}

@media (max-width: 767px) {
	.singleOtherImg {
		position: relative;
		overflow: hidden;
	}

	.singleOtherImg::after {
		display: block;
		padding-top: 108.5245901639%;
		content: "";
	}
}

.singleOtherImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.singleOtherBanner {
	padding: 4px 9px;
	position: absolute;
	z-index: 2;
	top: 11px;
	right: 11px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1;
	color: white;
	border-radius: 3px;
	font-family: "Didact Gothic";
}

.singleOtherBanner.-new {
	background-color: #d83535;
}

.singleOtherBanner.-order {
	background-color: #374ac0;
}

.singleOtherBanner.-renewal {
	background-color: #5da72e;
}

.singleOtherTtl2 {
	padding-left: 5%;
	padding-right: 5%;
	font-family: "Didact Gothic";
	font-size: 1.6rem;
	margin-top: 17px;
	text-align: center;
}

@media (max-width: 767px) {
	.singleOtherTtl2 {
		font-size: 1.4rem;
	}
}

.singleOtherModel {
	min-height: 12px;
	margin-top: 8px;
	font-size: 1.0rem;
	text-align: center;
}

.singleOtherModel a {
	color: #757575 !important;
}

@media (max-width: 767px) {
	.singleOtherModel {
		font-size: 1.0rem;
	}
}

.singleOtherTtl3 {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 1.3;
	position: relative;
	font-size: 1.2rem;
	text-align: center;
}

@media (max-width: 767px) {
	.singleOtherTtl3 {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 1rem;
	}
}

.singleOtherTtl3::before {
	content: "";
	width: calc(100% - 10%);
	height: 1px;
	display: block;
	background-color: #8b8b8b;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.singleOtherTtl3 .singleOtherLink {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.35;
}

.singleOtherTags {
	width: 90%;
	margin: auto auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
}

/* @media (max-width: 767px) {
  .singleOtherTags {
    margin-top: 10px;
  }
} */

.singleOtherTag {
	border-radius: 11px;
	padding: 0 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1rem;
	line-height: 1.7;
	color: #333 !important;
	border: 1px solid #333;
}

.singleOtherTag:not(:first-of-type) {
	margin-left: 5px;
}

.single {
	border: none !important;
}

.search {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: clamp(15px, 18.485915493vw, 210px);
	padding-right: clamp(15px, 18.485915493vw, 210px);
	background-color: #f3f3f3;
}

@media (max-width: 767px) {
	.search {
		margin: 0 auto;
		width: 92vw;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 12px;
	}
}

.searchForm {
	height: 30px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 15px;
	font-size: 1.2rem;
	background-color: white;
}

.searchInput {
	-webkit-appearance: none;
	height: 100%;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	padding-left: 15px;
	width: calc(100% - clamp(50px, 5.2816901408vw, 60px));
}

.searchInput:focus-visible {
	outline: none;
}

.searchSubmit {
	background-color: #333333;
	border: none;
	border-radius: 15px;
	width: 60px;
	height: 100%;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.searchSubmit:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.searchSubmit:hover {
		opacity: 1;
	}
}

.searchSubmit img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 18px;
}

.searchList {
	width: 100%;
	margin-top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.searchList {
		margin-top: 0;
	}
}

.searchItem {
	cursor: pointer;
	margin-top: 10px;
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2rem;
	white-space: nowrap;
	line-height: 1;
	border-radius: 12px;
	border: 1px solid #333333;
}

.searchLink {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	color: #333333 !important;
}

.filter {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.filter {
		/* width: 100vw; */
		height: auto;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 20px;
	}
}

.filterList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

@media (max-width: 767px) {
	.filterList {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
}

.filterItem {
	text-align: center;
	width: calc((100% - 10px) / 3);
	background-color: #f3f3f3;
	padding-top: 14px;
	padding-bottom: 14px;
	white-space: nowrap;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	color: #898989;
}

@media (max-width: 767px) {
	.filterItem {
		font-size: 1.3rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.filterItem span {
		font-size: 1rem;
	}
}

.filterItem::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.filterItem.-active {
	color: #62a232;
}

.filterItem.-active::before {
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 150%;
	background-color: #f3f3f3;
}

.filterItem.-active::after {
	content: "";
	display: block;
	height: 3px;
	width: calc(100% - 20px);
	background-color: #62a232;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.filterItem:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.filterItem:hover {
		opacity: 1;
	}
}

.filterBlock {
	width: 100%;
	margin-top: 5px;
	padding: 20px;
	display: none;
	position: relative;
	z-index: 1;
	background-color: #f3f3f3;
}

@media (max-width: 767px) {
	.filterBlock {
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
}

.filterBlock.-active {
	display: block;
}

.filterSeries {
	width: 100%;
}

.filterSeriesList {
	cursor: pointer;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	width: 100%;
	gap: 0 5px;
}

.filterSeriesItem {
	width: calc((100% - 20px) / 5);
	margin-bottom: 10px;
}

.filterSeriesItem:nth-of-type(3n) {
	margin-right: 0;
}

.filterSeriesItem:nth-child(3n + 1):nth-last-child(-n + 3),
.filterSeriesItem:nth-child(3n + 1):nth-last-child(-n + 3) ~ * {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.filterSeriesItem {
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 20px) / 3);
	}

	.filterSeriesItem:nth-child(3n + 1):nth-last-child(-n + 3),
	.filterSeriesItem:nth-child(3n + 1):nth-last-child(-n + 3) ~ * {
		margin-bottom: 10px;
	}

	.filterSeriesItem:nth-of-type(3n) {
		margin-right: 10px;
	}

	.filterSeriesItem:nth-child(2n + 1):nth-last-child(-n + 2),
	.filterSeriesItem:nth-child(2n + 1):nth-last-child(-n + 2) ~ * {
		margin-bottom: 0;
	}

	.filterSeriesItem:nth-last-of-type(1) {
		margin-bottom: 10px;
	}

	.filterSeriesItem:nth-last-of-type(2) {
		margin-bottom: 10px;
	}

	.filterSeriesItem:nth-last-of-type(3) {
		margin-bottom: 10px;
	}

	.filterSeriesItem:nth-of-type(3n) {
		margin-right: 0;
	}
}

.filterSeriesItem.-selected {
	border: 1px solid #62a232;
}

.filterSeriesItem:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.filterSeriesItem:hover {
		opacity: 1;
	}
}

.filterSeriesImg {
	margin: 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.filterSeriesImg::after {
	display: block;
	padding-top: 48.609677%;
	content: "";
}

@media (max-width: 767px) {
	.filterSeriesImg {
		position: relative;
		overflow: hidden;
	}

	.filterSeriesImg::after {
		display: block;
		padding-top: 100%;
		content: "";
	}
}

.filterSeriesImg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.filterUsage {
	width: 100%;
}

.filterUsageList {
	cursor: pointer;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	width: 100%;
}

.filterUsageItem {
	margin-right: 20px;
	width: calc((100% - 40px) / 3);
	margin-bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filterUsageItem:nth-of-type(3n) {
	margin-right: 0;
}

.filterUsageItem:nth-child(3n + 1):nth-last-child(-n + 3),
.filterUsageItem:nth-child(3n + 1):nth-last-child(-n + 3) ~ * {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.filterUsageItem {
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 10px) / 2);
	}

	.filterUsageItem:nth-child(3n + 1):nth-last-child(-n + 3),
	.filterUsageItem:nth-child(3n + 1):nth-last-child(-n + 3) ~ * {
		margin-bottom: 10px;
	}

	.filterUsageItem:nth-of-type(3n) {
		margin-right: 10px;
	}

	.filterUsageItem:nth-child(2n + 1):nth-last-child(-n + 2),
	.filterUsageItem:nth-child(2n + 1):nth-last-child(-n + 2) ~ * {
		margin-bottom: 0;
	}

	.filterUsageItem:nth-last-of-type(1) {
		margin-bottom: 10px;
	}

	.filterUsageItem:nth-last-of-type(2) {
		margin-bottom: 10px;
	}

	.filterUsageItem:nth-last-of-type(3) {
		margin-bottom: 10px;
	}

	.filterUsageItem:nth-of-type(2n) {
		margin-right: 0;
	}
}

.filterUsageItem a {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filterUsageItem:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.filterUsageItem:hover {
		opacity: 1;
	}
}

.filterUsageImg {
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.filterUsageImg::after {
	display: block;
	padding-top: 57.3333333333%;
	content: "";
}

@media (max-width: 767px) {
	.filterUsageImg {
		position: relative;
		overflow: hidden;
	}

	.filterUsageImg::after {
		display: block;
		padding-top: 74.9253731343%;
		content: "";
	}
}

.filterUsageImg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.filterUsageTtl {
	margin-top: 5px;
	font-size: 1.6rem;
	color: #333333;
}

@media (max-width: 767px) {
	.filterUsageTtl {
		margin-bottom: 5px;
		margin-top: 3px;
		font-size: 1.4rem;
		font-weight: bold;
	}
}

.filterBrightness {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 767px) {
	.filterBrightness {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.filterBrightnessIndicator {
	width: 100%;
	padding-top: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.filterBrightnessIndicator {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 10px;
		height: calc(100% - 40px);
		padding-top: 0;
	}
}

.filterBrightnessDesc {
	position: absolute;
	top: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #e89202;
}

@media (max-width: 767px) {
	.filterBrightnessDesc {
		position: static;
		line-height: 1;
		min-height: 1em;
	}
}

.filterBrightnessDesc:first-of-type {
	left: 0;
}

@media (max-width: 767px) {
	.filterBrightnessDesc:first-of-type {
		margin-bottom: 7px;
	}
}

.filterBrightnessDesc:last-of-type {
	right: 0;
}

@media (max-width: 767px) {
	.filterBrightnessDesc:last-of-type {
		margin-top: 7px;
	}
}

.filterBrightnessBar {
	display: block;
	width: 100%;
	height: 10px;
	background: rgb(232, 146, 2);
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(rgb(232, 146, 2)),
			to(rgb(249, 221, 65)));
	background: linear-gradient(90deg,
			rgb(232, 146, 2) 0%,
			rgb(249, 221, 65) 100%);
}

@media (max-width: 767px) {
	.filterBrightnessBar {
		background: -webkit-gradient(linear,
				left bottom,
				left top,
				from(rgb(232, 146, 2)),
				to(rgb(249, 221, 65)));
		background: linear-gradient(180deg,
				rgb(232, 146, 2) 0%,
				rgb(249, 221, 65) 100%);
		height: 100%;
	}
}

.filterBrightnessList {
	margin-top: 14px;
	cursor: pointer;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.filterBrightnessList {
		width: calc(100% - 20px);
		margin-top: 0;
	}
}

.filterBrightnessItem {
	white-space: nowrap;
	height: 30px;
	margin-right: 5px;
	width: calc((100% - 35px) / 8);
	margin-bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.4rem;
	border: 1px solid #333333;
	color: #333333;
}

.filterBrightnessItem:nth-of-type(8n) {
	margin-right: 0;
}

.filterBrightnessItem:nth-child(8n + 1):nth-last-child(-n + 8),
.filterBrightnessItem:nth-child(8n + 1):nth-last-child(-n + 8) ~ * {
	margin-bottom: 0;
}

.filterBrightnessItem a {
	color: #333333;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 767px) {
	.filterBrightnessItem {
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 10px) / 2);
	}

	.filterBrightnessItem:nth-child(8n + 1):nth-last-child(-n + 8),
	.filterBrightnessItem:nth-child(8n + 1):nth-last-child(-n + 8) ~ * {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-of-type(8n) {
		margin-right: 10px;
	}

	.filterBrightnessItem:nth-child(2n + 1):nth-last-child(-n + 2),
	.filterBrightnessItem:nth-child(2n + 1):nth-last-child(-n + 2) ~ * {
		margin-bottom: 0;
	}

	.filterBrightnessItem:nth-last-of-type(1) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(2) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(3) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(4) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(5) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(6) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(7) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-last-of-type(8) {
		margin-bottom: 10px;
	}

	.filterBrightnessItem:nth-of-type(2n) {
		margin-right: 0;
	}
}

.filterBrightnessItem.-selected {
	border: 1px solid #62a232;
	color: #62a232;
}

.filterBrightnessItem:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.filterBrightnessItem:hover {
		opacity: 1;
	}
}

.products,
.productsResult {
	width: 100%;
}

.productsResult + .filter {
	margin-top: 130px;
}

.productsResultHeader {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.productsResultHeader {
		margin-top: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.productsResultHeader + .productsList {
	margin-top: 50px;
}

.productsListTxt {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.productsResultHeader + .productsList {
		margin-top: 30px;
	}
}

.productsResultTtl {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	padding-right: 2em;
}

@media (max-width: 767px) {
	.productsResultTtl {
		font-size: 2rem;
	}
}

.productsResultTtl span {
	font-size: 1.6rem;
	font-weight: normal;
}

@media (max-width: 767px) {
	.productsResultTtl span {
		font-size: 1.4rem;
	}
}

.productsResultQuantity {
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.productsResultQuantity {
		margin-top: 10px;
		font-size: 1.4rem;
	}
}

.products {
	display: none;
}

.archive .products {
	display: block;
}

.productsRow {
	display: none;
}

.productsRow.-active {
	display: block;
}

.productsTtl {
	margin-top: 36px;
	font-size: 2.7rem;
	font-weight: bold;
}

.productsTtlSub {
	display: inline-block;
	padding: 2px 10px 0;
	font-weight: bold;
	color: #fff;
	background: #8D8D8D;
}

@media (max-width: 767px) {
	.productsTtl {
		font-size: 1.9rem;
		margin-top: 30px;
	}
}

.productsTtl span {
	margin-left: 10px;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.productsTtl span {
		margin-left: 2px;
		font-size: 1.4rem;
	}
}

.productsList {
	margin-top: 15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	width: calc(100% + 20px);
	margin-left: -10px;
}

@media (max-width: 767px) {
	.productsList {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
}

.productsItem {
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	opacity: 0.1;
}

@media (max-width: 767px) {
	.productsItem {
		margin-right: 10px;
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.productsItem:nth-of-type(2n) {
		margin-right: 0;
	}

	.productsItem:nth-child(2n + 1):nth-last-child(-n + 2),
	.productsItem:nth-child(2n + 1):nth-last-child(-n + 2) ~ * {
		margin-bottom: 0;
	}
}

.productsItem.-active {
	opacity: 1;
}

.productsItemInner {
	display: flex;
	flex-direction: column;
	border: 1px solid #cacaca;
	height: 100%;
}

.productsLink {
	text-align: center;
	color: #333333 !important;
	padding-bottom: 17px;
	display: block;
	transition: .6s;
}

.productsLink:hover {
	opacity: .6;
}

.productsLink.-full {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.productsImg {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.productsImg::after {
	display: block;
	padding-top: 134.5945945946%;
	content: "";
}

@media (max-width: 767px) {
	.productsImg {
		position: relative;
		overflow: hidden;
	}

	.productsImg::after {
		display: block;
		padding-top: 108.5245901639%;
		content: "";
	}
}

.productsImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.productsList .badgeList {
	position: absolute;
	z-index: 2;
	top: 11px;
	right: 11px;
	gap:0 0.5em;
}

.productsBanner {
	padding: 4px 9px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1;
	color: white;
	border-radius: 3px;
	font-family: "Didact Gothic";
}

.productsBanner.-new {
	background-color: #d83535;
}

.productsBanner.-order {
	background-color: #374ac0;
}

.productsBanner.-renewal {
	background-color: #5da72e;
}

.productsBanner.-comingsoon {
	background-color: #374ac0;
}

.productsTtl2 {
	padding-left: 1em;
	padding-right: 1em;
	font-family: "Didact Gothic";
	font-size: 1.6rem;
	margin-top: 8px;
	text-align: center;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.productsTtl2 {
		font-size: 1.4rem;
	}
}

.productsModel {
	margin-top: 0px;
	font-size: 1.0rem;
	text-align: center;
	min-height: 24px;
}

.productsModel a {
	color: #757575 !important;
}

@media (max-width: 767px) {
	.productsModel {
		font-size: 1.0rem;
	}
}

.productsTtl3 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.productsTtl3 {
		margin-top: 0px;
		padding-top: 10px;
		font-size: 1rem;
	}
}

.productsTtl3::before {
	content: "";
	width: calc(100% - 28px);
	height: 1px;
	display: block;
	background-color: #8b8b8b;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.productsTtl3 .productsLink {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	line-height: 1.35;
}

.productsTags {
	margin: auto auto 0;
	width: 82.4%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.productsTags {}
}

.productsTag {
	border-radius: 11px;
	padding: 0 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1rem;
	line-height: 1.7;
	color: #333 !important;
	border: 1px solid #333;
}

.productsTag:not(:first-of-type) {
	margin-left: 5px;
}

.categoryMv + .productsList {
	margin-top: 50px;
}

.categoryMvImg {
	width: 100%;
	height: clamp(125px, 16.7253521127vw, 190px);
	margin: 0;
	position: relative;
}

.categoryMvImg img {
	width: 100vw;
	min-width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-o-object-fit: cover;
	object-fit: cover;
}

.categoryMvWrap {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.categoryMv {
		margin-top: -17px;
	}

	.categoryMvWrap {
		margin-top: 30px;
	}
}

.categoryMvTtl {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-end;
	color: #333333;
	font-size: 8rem;
	font-family: "Didact Gothic";
	line-height: 1.3;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.categoryMvTtl {
		font-size: 4rem;
	}
}

.categoryMvTtl span.main {
	margin-right: 20px;
}

.categoryMvTtl span.sub {
	font-size: 1.3rem;
	white-space: nowrap;
	color: #62a232;
	font-weight: bold;
	margin-bottom: 1.3em;
	letter-spacing: 1.3px;
}

.categoryMvTtl2 {
	margin-top: 34px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.25;
}

@media (max-width: 767px) {
	.categoryMvTtl2 {
		margin-top: 28px;
	}

	.categoryMvTtl span.sub {
		margin-bottom: 0.5em;
	}
}

.categoryMvTtl2 br {
	display: none;
}

@media (max-width: 767px) {
	.categoryMvTtl2 br {
		display: inline;
	}
}

.categoryMvDesc {
	margin-top: 16px;
	margin-bottom: 32px;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.5625;
}

@media (max-width: 767px) {
	.categoryMvDesc {
		margin-top: 13px;
	}
}

/*# sourceMappingURL=style.css.map */