<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.c-circle{
	top: 260px;
	left: -80px;
	transform: scale(1.4);
}

.products__secttl{
   font-size: 24px;
   color: #516d75;
   letter-spacing: .13em;
   margin-bottom: 60px;
   margin-left: 30px;
}

@media screen and (min-width: 1024px) {

.c-circle{
	top: 400px;
	left: 80px;
	transform: scale(2);
}

	.products__secttl{
	   font-size: 32px;
	   max-width: 1100px;
	   margin: 0 auto 48px;
	   width: 90%;
	}
		
}

/*****************************

products__ttl

******************************/
.products__ttl{
	height: 176px;
	text-align: center;
	color: #516d75;
	font-size: 32px;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}



@media screen and (min-width: 1024px) {

	.products__ttl{
		height: 331px;
		color: #516d75;
		font-size: 60px;
	}
		
}


/*****************************

products__mv

******************************/
.products__mv{
	height: 99.2vw;
	margin-bottom: 80px;
}

.products__mv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1024px) {

	.products__mv{
		height: 400px;
		margin-bottom: 140px;
	}

	.products__mv img{
		object-position: 50% 35%;
	}

}

/*****************************

products__gallery

******************************/

.products__gallery{
	position: relative;
}

.products__gallery::before{
	content: "";
	background: url(../img/products/bg-gray-sp.png) no-repeat 50% 50% / 100% 100%;
	position: absolute;
	left: 0;
	top: -160px;
	width: 100%;
	height: 790px;
	z-index: -1;
}

@media screen and (min-width: 1024px) {
	.products__gallery::before{
		content: "";
		background: url(../img/products/bg-gray-pc.png) no-repeat 50% 50% / 100% 100%;
		position: absolute;
		left: 0;
		top: -650px;
		width: 100%;
		height: 1744px;
		z-index: -1;
	}

}


/*****************************

products__detail

******************************/

.products__detail{
	margin-bottom: 100px;
}

.products__detail h2{
	font-size: 24px;
	letter-spacing: .13em;
	margin-bottom: 9px;
	color: #516d75;
}

.products__detail__size-price{
	font-size: 12px;
	letter-spacing: .13em;
	color: #516d75;
	margin-bottom: 50px;
}

.products__detail__size-price span{
	display: block;
}

.products__detail img{
	display: block;
	margin: 0 auto 30px;
}


.products__detail &gt; div:nth-child(2) img{
	max-width: 300px;
}

.products__detail h3{
	color: #516d75;
	margin-bottom: 18px;
	letter-spacing: .13em;
}

.products__detail h3 span{
	font-size: 18px;
	display: block;
	white-space: nowrap;
}

.products__detail h3 em{
	font-size: 14px;
}

.products__detail__txt{
	font-size: 12px;
	line-height: 2;
	margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {

		.products__detail{
			margin-bottom: 123px;
			display: flex;
		}

		.products__detail &gt; div{
			width: 50%;
		}

		.products__detail &gt; div:last-child{
			padding-left: 20px;
		}

		.products__detail h2{
			font-size: 32px;
			margin-bottom: 9px;
		}

		.products__detail__size-price{
			font-size: 14px;
			margin-bottom: 30px;
		}

		.products__detail__size-price span{
			display: block;
		}

		.products__detail img{
			display: block;
			margin: 0 0 30px;
		}

		.products__detail &gt; div:first-child img{
			width: 100%;
			max-width: 477px;
		}

		.products__detail &gt; div:nth-child(2) img{
			width: 340px;
			max-width: 340px;
		}

		.products__detail h3{
			margin-bottom: 22px;
		}

		.products__detail h3 span{
			font-size: 20px;
		}

		.products__detail h3 em{
			font-size: 16px;
		}

		.products__detail__txt{
			font-size: 14px;
			margin-bottom: 50px;
		}

}

/*****************************

products__slide

******************************/
.products__slide{
	margin-bottom: 80px;
	height: 100%;
	width: 100%;
	position: relative;
}

.products__slide .swiper-slide{
	margin-right: 0 !important;
	margin-left: 30px;
}

.products__slide .swiper-slide{
	height: auto !important;
}

.products__slide__silde{
	height: 100%;
}

.products__slide__silde a{
	display: block;
	border-radius: 3px;
	overflow: hidden;
	height: 100%;
}

.products__slide__silde a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.lightbox .lb-image{
	border: 0px solid white;
	width: 100% !important;
	object-fit: cover;
	height: 100% !important;
}

.lb-dataContainer{
	position: absolute;
	right: 0 !important;
	left: 0;
	margin: auto;
	top: -40px;
	width: 84% !important;
	max-width: 636px !important;
}

.lb-data .lb-close {
	    display: block;
	    float: right;
	    width: 20px;
	    height: 20px;
	    background: url(../img/products/close.png) no-repeat 50% 50% / contain;
}

.lb-caption{
		display: none !important;
}

.lb-container{
	height: 100%;
}

.lb-outerContainer{
	width: 84% !important;
	background: unset;
	max-width: 636px;
	height: 79vw !important;
	max-height: 636px !important;
}


.lb-nav a.lb-next {
    width: 48px;
    height: 48px;
    background: #516d75;
    float: right;
    position: absolute;
    right: 0;
    bottom: -60px;
    opacity: 1;
 }

 .lb-nav a.lb-next::after{
 	content:"" ;
 	background: url(../img/products/arrow-top.png) no-repeat 50% 50% / contain;
 	position: absolute;
 	width: 20px;
 	height: 20px;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	top: 0;
 	margin: auto;
 	transform: rotate(90deg);
 }

 .lb-nav a.lb-prev {
    width: 48px;
    height: 48px;
    background: #516d75;
    right: 0;
    float: right;
    position: absolute;
    right: 51px;
    left: auto;
    bottom: -60px;
    opacity: 1;
 }

 .lb-nav a.lb-prev::after{
 	content:"" ;
 	background: url(../img/products/arrow-top.png) no-repeat 50% 50% / contain;
 	position: absolute;
 	width: 20px;
 	height: 20px;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	top: 0;
 	margin: auto;
 	transform: rotate(-90deg);
 }

 .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/products/loading.svg) no-repeat 50% 50% / contain;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: -83px;
    right: 0;
    width: 48px;
    height: 48px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: #516d75;
}

.swiper-button-next::after, .swiper-button-prev::after{
 	content:"" ;
 	background: url(../img/products/arrow-top.png) no-repeat 50% 50% / contain;
 	position: absolute;
 	width: 20px;
 	height: 20px;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	top: 0;
 	margin: auto;
 	transform: rotate(90deg);
 }

 .swiper-button-prev::after{
 	transform: rotate(-90deg);
 }

 .swiper-button-next{
 	left: auto;
 	right: 30px;
 }

 .swiper-button-prev{
 	right: 80px;
 	left: auto;
 }

@media screen and (min-width: 1024px) {

	.products__slide{
		max-width: 1100px;
		width: 90%;
		margin: 0 auto 128px;
	}

	.products__slide .swiper-wrapper{
		display: flex;
	}

	.products__slide .swiper-slide{
		width: 22.75%;
		margin-left: 0 !important;
		margin-right: 3% !important;
	}

	.products__slide .swiper-slide:last-child{
		margin-right: 0;
	}

	.lightbox .lb-image{
		border: 0px solid white;
		width: 100% !important;
		height: 636px !important;
	}

	.lb-dataContainer{
		position: absolute;
		right: 8%;
		top: -40px;
		width: 84%;
	}

	.lb-data .lb-close {
	    display: block;
	    float: right;
	    width: 20px;
	    height: 20px;
	    background: url(../img/products/close.png) no-repeat 50% 50% / contain;
	}

	.lb-caption{
		display: none !important;
	}


	.lb-outerContainer{
		width: 84% !important;
		background: unset;
	}


	.lb-nav a.lb-next {
	    width: 45px;
	    height: 45px;
	    right: -65px;
	    bottom: 0px;
	    top: 0;
	    margin: auto;
	 }

	 .lb-nav a.lb-next::after{
	 	width: 16px;
	 	height: 16px;
	 }

	 .lb-nav a.lb-prev {
	    width: 45px;
	    height: 45px;
	    left: -65px;
	    right: auto;
	    bottom: 0px;
	    top: 0;
	    margin: auto;
	 }

	 .lb-nav a.lb-prev::after{
	 	width: 16px;
	 	height: 16px;
	 }


	.swiper-button-next, .swiper-button-prev {
	    width: 30px;
	    height: 30px;
	    display: none;
	}

	.swiper-button-next::after, .swiper-button-prev::after{
	 	width: 11px;
	 	height: 5px;
	 }

	 .swiper-button-next{
	 	left: auto;
	 	right: 10%;
	 }

	 .swiper-button-prev{
	 	right: calc(10% + 35px);
	 	left: auto;
	 }

	 .products__slide__silde{
	 	cursor: pointer;
	 }

}

/*****************************

products__spec

******************************/

.products__spec{
	margin-bottom: 150px;
}

.products__spec .products__secttl{
	margin-bottom: 30px;
}

.products__spec__com{
	font-size: 12px;
	margin: 0 30px 16px;
}

.products__spec table{
	white-space: nowrap;
	overflow: scroll;
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0 30px 80px;
	-ms-overflow-style: block;    /* IE, Edge å¯¾å¿œ */
    scrollbar-width: block;       /* Firefox å¯¾å¿œ */
    padding-bottom: 20px;
}

.products__spec table::-webkit-scrollbar {  /* Chrome, Safari å¯¾å¿œ */
    display:block;
    width: 0px;
    height: 6px;
 }


.products__spec table::-webkit-scrollbar-track {
    background-color: #e7edee;
    border-radius: 10px;
}
 
.products__spec table::-webkit-scrollbar-thumb {
    background-color: #516d75;
    border-radius: 10px;
}

.products__spec table img{
	width: 101px;
	display: block;
	max-width: 101px;
	margin: 10px 0;
}

.products__spec tbody{
	border: 1px solid #d3dee1;
	table-layout: fixed;
	display: table;
}

.products__spec table th{
	border-bottom: 1px solid #d3dee1;
	border-right: 1px solid #d3dee1;
	vertical-align: middle;
	text-align: center;
	padding: 8px 20px;
	color: #516d75;
	font-size: 12px;
	line-height: 1.5;
}

.products__spec table th.wSize{
	padding: 8px 0;
}

.products__spec table th.wSize span{
	width: 80px;
	display: block;
}

.products__spec table th.wSize02{
	padding: 8px 0px;
}

.products__spec table th.wSize02 &gt; span,
.products__spec table th.wSize02 &gt; em{
	display: block;
	width: 113px;
}

.products__spec table th span.c-en{
   line-height: 1;
   margin-bottom: -5px;
   display: inline-block;
}


.products__spec table td{
	border-bottom: 1px solid #d3dee1;
	border-right: 1px solid #d3dee1;
	vertical-align: middle;
	text-align: center;
	padding: 8px 10px;
	letter-spacing: .13em;
	font-size: 14px;
	height: 121px;
}

.products__spec table td:first-child{
		padding: 8px 20px;
	}

@media screen and (min-width: 1024px) {

	.products__spec{
		margin-bottom: 200px;
	}

	.products__spec .products__secttl{
		margin-bottom: 48px;
	}

	.products__spec__com{
		width: 90%;
		max-width: 1100px;
		margin: 0 auto 16px;
	}

	.products__spec table{
	    width: 90%;
	    max-width: 1100px;
	    margin: 0 auto 120px;
	}


	.products__spec table img{
		margin: 14px 10px;
	}


	.products__spec table th{
		padding: 8px 20px;
	}


	.products__spec table td{
		padding: 8px 10px;
	}

	.products__spec table td:first-child{
		padding: 8px 20px;
	}

}
</pre></body></html>