<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";@charset "utf-8";

@font-face {
	font-family: 'Inter';
	src: url('/assets/front/font/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansR';
	src: url('/assets/front/font/NotoSansJP-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSansM';
	src: url('/assets/front/font/NotoSansJP-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSansB';
	src: url('/assets/front/font/NotoSansJP-Bold.ttf') format('truetype');
}

.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.mv-area,
.item-area,
.btn-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.goods-area .section-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

.item-area {
	max-width: 840px;
	margin-top: 80px;
	margin-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.item-area .image-wrap,
.item-area .text-wrap {
	width: 48%;
}

.goods-area li {
	width: 23.5%;
	margin-bottom: 30px;
display: flex;
    flex-direction: column;
}

.slick-dots li {
	width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	background: #DDDCD9;
}

.slick-dots li.slick-active {
	background: #000 !important;
}

.slick-arrow {
	background: #000 !important;
	z-index: 1 !important;
}

.slick-prev {
	left: 0 !important;
	border-radius: 0 3px 3px 0 !important;
}
.slick-next {
	right: 0 !important;
	border-radius: 3px 0 0 3px !important;
}

.slick-prev, 
.slick-next {
	width: 40px !important;
	height: 60px !important;
}
.goods-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goods-list li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.goods-list::before {
	content:"";
	display: block;
	width:23%;
	order:1;
}
.goods-list::after {
	content:"";
	display: block;
	width:23%;
}

.goods-list::before {
  content:"";
  display: block;
  width:23%;
  order:1;
}
.goods-list::after {
  content:"";
  display: block;
  width:23%;
}

h2 {
	text-align: center;
}

.goods-area h2 {
	margin-bottom: 60px;
}

.goods-area {
	padding-top: 100px;
	padding-bottom: 60px;
	background: #F7F7F7;
}


.mv-area {
	margin-top: 60px;
}
.mv-area p {
	font-family: 'NotoSansM';
	font-size: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.mv-area + .btn-wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	background: #000;
	border-radius: 3px;
	width: calc(100% - 40px);
}

.mv-area + .btn-wrap p a {
	font-family: 'Inter';
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.item-area h2 {
	font-family: 'Inter';
	font-weight: 900;
	font-size: 28px;
	text-align: left;
	margin-bottom: 30px;
}

.item-area p {
	font-family: 'NotoSansR';
	font-size: 13px;
}

.goods-area h2 {
	font-family: 'Inter';
	font-weight: 900;
	font-size: 28px;
}

.goods-area img + p {
	font-family: 'NotoSansB';
	font-size: 15px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.goods-list .btn-wrap p {
	color: #fff;
}

.goods-area .btn-wrap a,
.goods-area .btn-wrap p{
	font-family: 'Inter';
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
}
.goods-area  .btn-wrap {
	background: #000;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 3px;
	border-radius: 3px;
}

.goods-area .section-inner + .btn-wrap {
	margin-top: 60px;
	width: calc(100% - 40px);
	max-width: 800px;
}

.goods-area .section-inner + .btn-wrap a {
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 20px;
}

.goods-area .img {
	width: 100%;
}

.slick-dots {
	position: inherit !important;
}

.goods-area .goods-list + .btn-wrap {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.goods-area .goods-list + .btn-wrap p a {
	font-family: 'Inter';
	font-weight: 900;
	font-size: 20px;
	color: #fff;
}


.slick-prev:before,
.slick-next:before
{
    content: '' !important;
}
.slick-next::before,
.slick-next::after {
	content: "" !important;
	width: 10px !important;
	height: 2px !important;
	display: inline-block !important;
	border-radius: 2px !important;
	background: #fff !important;
	position: absolute !important;
	right: 13px;
}

.slick-next::before {
	opacity: 1 !important;
	bottom: calc(50% + 1px) !important; 
	transform: rotate(45deg) !important;
}
.slick-next::after {
	bottom: calc(50% - 5px) !important; 
	transform: rotate(-45deg) !important;
}

.slick-prev::before,
.slick-prev::after {
	content: "" !important;
	width: 10px !important;
	height: 2px !important;
	display: inline-block !important;
	border-radius: 2px !important;
	background: #fff !important;
	position: absolute !important;
	right: 15px !important;
}

.slick-prev::before {
	opacity: 1 !important;
	bottom: calc(50% + 1px) !important; 
	transform: rotate(-45deg) !important;
}
.slick-prev::after {
	bottom: calc(50% - 5px) !important;
	transform: rotate(45deg) !important;
}

.slick-prev:hover, 
.slick-next:hover {
	background: #000 !important;
	opacity: 1 !important;
}

.slick-arrow:focus {
	background: #000 !important;
}

.btn-wrap a,
.btn-wrap p {
	position: relative;
}
.btn-wrap a::before,
.goods-list .btn-wrap p::before,
.btn-wrap a::after,
.goods-list .btn-wrap p::after {
	content: "";
	width: 5px;
	height: 1px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 13px;
}

.goods-list .btn-wrap p::before,
.btn-wrap a::before {
	opacity: 1;
	bottom: calc(50% + 1px); 
	transform: rotate(45deg);
}
.goods-list .btn-wrap p::after,
.btn-wrap a::after {
	bottom: calc(50% - 2px); 
	transform: rotate(-45deg);
}
.goods-area .btn-wrap {
	width: 100%;
	margin-top: auto;
}

.slick-slide img {
	width: 100% !important;
}

@media only screen and (max-width: 750px) {
	.mv-area p {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
		text-align: center;
	}

	.mv-area + .btn-wrap {
		width: calc(100% - 40px);
	}

	.item-area .section-inner {
		display: block;
	}

	.item-area .image-wrap,
	.item-area .text-wrap {
		width: 100%;
	}
.image-wrap img {
width: 100%;
}
	.item-area h2 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.item-area p {
		font-size: 12px;
		line-height: 2;
	}

	.goods-area .section-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.goods-area {
		padding-top: 40px
	}
	.goods-area h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.goods-area img + p {
		margin-top: 10px;
		margin-bottom: 8px;
		font-size: 12px;
	}
	.goods-area .btn-wrap a {
		font-size:12px;
	}

	.goods-area li {
		margin-bottom: 20px;
	}

	.goods-area li {
		width: 49%;
	}

	.goods-area .section-inner + .btn-wrap {
		margin-top: 10px;
		width: calc(100% - 40px);
		padding-top: 5px;
	}

	.goods-area {
		padding-bottom: 50px;
	}

	.goods-area .section-inner + .btn-wrap a {
		font-size: 16px;
	}

	.slick-prev, 
	.slick-next {
		width: 30px !important;
		height: 40px !important;
	}
	.slick-prev::before,
	.slick-prev::after {
		right: 12px !important;
	}
	.slick-next::after,
	.slick-next::before {
		right: 9px !important;
	}
	.slick-slide img {
		width: 100% !important;
	}

	.mv-area + .btn-wrap p a {
		font-size: 16px;
	}
	.item-area {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.slick-dots {
		bottom: -10px !important;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 40px !important;
	}
	.slick-dots li button:before {
		content: "" !important;
	}
}</pre></body></html>