@charset "utf-8";

/* goods */
#goods{
	position: relative;
	margin: 0 auto;
}
#goods h2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	padding-top: 30px;
}
#goods .goodsWrap{
	position: relative;
	margin: 0 auto;
}
#goods h3{
	position: relative;
	margin: 30px auto 0 auto;
	padding: 20px 0;
	background: rgb(50,183,182, 0.6);
	background: linear-gradient(180deg, rgba(50,183,182,0.6) 0%, rgba(53,129,165,0.6) 50%, rgba(66,83,137,0.6) 100%);
}
#goods h3.novelty{margin: 50px auto 0 auto;}
#goods h3 img{
	position: relative;
	margin: 0 auto;
}
h3 .h2bg, h3 .h2bg-1{
	position: absolute;
	left: 0;
	height: 5px;
	width: 100%;
	display: block;
	background-image: url("../img/barS.jpg");
	background-position: 0 0;
	background-repeat:repeat-x;
	background-size: auto 100%;
}
h3 .h2bg{top:-5px;}
h3 .h2bg-1{bottom:-5px;}

#goods .gList{
	position: relative;
	margin: 20px auto 0 auto;
}
#goods .gList ul{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: calc(100% - 10px);
	max-width: 1200px;
	gap: 20px 10px;
}
#goods .gList ul li{
	position: relative;
	margin: 0;
	padding: 10px;
	width: calc(50% - 25px);
	max-width: 250px;
	background-color: rgba(255,255,255,0.8);
}
.is-empty{visibility: hidden;padding: 0;height: 0;margin: 0 10px !important;}
#goods .gList ul li .goodsImg{
	position: relative;
	margin:  0 auto;
	width: 100%;
	max-width: 320px;
}
#goods .gList ul li .goodsImg::after, #goods .nList .goodsImg::after{
	position: absolute;
	top:-10px;
	right: -10px;
	width: 40px;
	height: 40px;
	content: '';
	display: block;
	background-image: url("../img/goods/zoom.png");
	background-position: 0 0;
	background-repeat:no-repeat;
	background-size:contain;
}
#goods .gList ul li .Ttl{
	position: relative;
	margin: 10px auto;
	padding-bottom: 10px;
	min-height: 2.8em;
	border-bottom: solid 1px #3f8095;
}
#goods .gList ul li .Ttl.row3{min-height: 4.8em;}
#goods .gList ul li .Ttl span{
	position: absolute;
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: .14rem;
	line-height: 1.4em;
	text-align: center;
	color: #3f8095;
	top:50%;
	transform: translateY(-50%);
}
#goods .gList ul li .price{
	position: relative;
	margin: 0 auto;
	text-align: right;
	color: #000000;
	line-height: 1.4em;
}
#goods .gList ul li .price span{font-size: 80%;}
#goods .gList ul li .Txt{
	position: relative;
	margin: 10px auto;
	color: #000000;
	font-size: 96%;
}
#goods .gList ul li .spec{
	position: relative;
	font-size: 80%;
	line-height: 1.5em;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	color: #000000;
}

#goods .nList{
	position: relative;
	margin: 40px auto 0 auto;
	width: calc(100% - 70px);
	max-width: 960px;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}
#goods .nList .goodsImg{
	position: relative;
	margin: 0 auto;
	max-width: 600px;
}
#goods .nList .spec{
	position: relative;
	margin: 20px auto 0 auto;
	max-width: 700px;
	color: #000000;
	font-size: 80%;
}
#goods .nList .text{
	position: relative;
	margin: 10px auto 0 auto;
	max-width: 960px;
	color: #000000;
}
#goods .nList .cautionWrap{
	position: relative;
	margin: 10px auto 0 auto;
}
#goods .nList .cautionWrap p{
	position: relative;
	margin: 0 auto;
	padding: 0 0 5px 1.2em;
	font-size: .12rem;
	line-height: 1.6em;
}
#goods .nList .cautionWrap p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}
#goods .shop{
	position: relative;
	margin: 30px auto;
	padding: 10px;
	border: solid 2px #0e0d20;
	color: #000000;
}
#goods .gList .shop{max-width: 600px;}
#goods .shop .ttl{
	position: relative;
	margin: 0 auto;
	background-color: #0e0d20;
	color: #ffffff;
	padding: 2px 0;
	text-align: center;
}
#goods .shop .textC{
	position: relative;
	margin: 20px auto 0 auto;
	width: 100%;
	color: #000000;
}
#goods .shop .textC span{font-size: 86%;}
#goods .textC .cautionWrap{margin: 30px auto 0 auto;}
#goods .shop .textC a img{
	max-width: 400px;
	width: 100%;
	margin: 10px auto 20px auto;
	border: solid 1px #0e0d20;
}

/* contact */
#contact{
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
#contact p{
	text-shadow: 
    #0e0d20 2px 0px,  #0e0d20 -2px 0px,
    #0e0d20 0px -2px, #0e0d20 0px 2px,
    #0e0d20 2px 2px , #0e0d20 -2px 2px,
    #0e0d20 2px -2px, #0e0d20 -2px -2px,
    #0e0d20 1px 2px,  #0e0d20 -1px 2px,
    #0e0d20 1px -2px, #0e0d20 -1px -2px,
    #0e0d20 2px 1px,  #0e0d20 -2px 1px,
    #0e0d20 2px -1px, #0e0d20 -2px -1px;
}

.splide__arrows .splide__arrow--prev {left: -18px;transform: translateY(-50%) rotate(180deg);}
.splide__arrows .splide__arrow--next {right: -18px;}
.splide__arrow {
	background: transparent;
	border-radius: 0;
	height: 30px;
	width: 30px;
	opacity: 1;
}
.splide__arrow:disabled {opacity: 0;}

.modal .modalWrap.goodsImg{max-width: 600px;}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* goods */
	h3 .h2bg, h3 .h2bg-1{height: 10px;}
	h3 .h2bg{top:-10px;}
	h3 .h2bg-1{bottom:-10px;}
	
	#goods{padding-top: 60px;}
	#goods .goodsWrap h3{
		margin: 40px auto 0 auto;
		font-size: 120%;
	}
	#goods .gList{
		margin:0 auto;
		padding: 20px 0 80px 0;
	}
	#goods .gList ul {gap:20px;}
	#goods .gList ul li{padding: 20px; width: calc(25% - 60px);}
	#goods .gList ul li .Ttl span{
		font-size: .17rem;
		line-height: 1.4em;
	}
	#goods .gList ul li .price{font-size: .17rem;}
	#goods .gList ul li .Txt{margin: 15px auto;}
	#goods .gList ul li .spec{
		font-size: .14rem;
		line-height: 1.6em;
		margin:  0 auto;
		padding: 10px 0;
	}

	#goods .nList{
		margin: 50px auto 0 auto;
		padding: 80px 0 40px 0;
	}
	#goods .nList .text{
		margin: 20px auto 0 auto;
		max-width: 700px;
	}
	#goods .nList .cautionWrap{margin: 20px auto 0 auto;}
	#goods .nList .cautionWrap p{
		font-size: .13rem;
		line-height: 1.6em;
	}
	#goods .shop{
		margin: 40px auto;
		padding: 20px;
		max-width: 700px;
	}
	#goods .shop .ttl{padding: 5px 0;}
	#goods .shop .textC{margin: 30px auto 0 auto;}
	#goods .nList .textC .cautionWrap{margin: 35px auto 10px auto;}

	/* contact */
	#contact{padding: 100px 0 0 0;}
	#contact p{line-height: 1.8em; font-size: .18rem;}
	
	.splide__arrow {
		height: 50px;
		width: 50px;
	}

}
