@charset "euc-jp";
* {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
body {
	padding-top: 0 !important;
}

#mainvis {
	margin-bottom: 3em;
	position: relative;
	z-index: 0;
	height: 33.33vw;
}
#mainvis[data-loaded="false"] {
	background-image: url(//tedukuri-koto.com/share/im/prl_ring.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2em auto;
	background-color: #f5f2ec;
	overflow: hidden;
}
	#mainvis[data-loaded="false"] #visimages > li {
		visibility: hidden;
	}
@media (max-width: 768px){
	#mainvis {
		height: 100vw;
	}
}

#visimages {
	margin: 0;
}
#visimages * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
}
#visimages > li {
	margin: 0;
}
#visimages .anker {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	line-height: 0;
}
#visimages .anker::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#visimages .name-cover {
	display: block;
	width: 100%;
	padding: 2em 1em;
	position: absolute;
	z-index: 8;
	bottom: 0;
	left: 0;
	text-align: center;
}
#visimages .name-cover img.ty {
	height: 4em;
	width: auto;
	max-width: 94%;
	display: inline-block;
}
#visimages img.bgi {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#visimages .slick-prev, 
#visimages .slick-next {
	background-size: contain;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 30;
}
#visimages .slick-prev {
	background-image: url(//tedukuri-koto.com/share/im/nv_simar-return-wh.svg);
}
#visimages .slick-next {
	background-image: url(//tedukuri-koto.com/share/im/nv_simar-wh.svg);
}
li[data-itemid="prd21"] .name-cover {
	background-color: rgba(236, 96, 152, 0.53);
}
li[data-itemid="prd22"] .name-cover {
	background-color: rgba(129, 93, 57, 0.7);
}
li[data-itemid="prd23"] .name-cover {
	background-color: rgba(221, 126, 132, 0.7);
}
li[data-itemid="prd24"] .name-cover {
	background-color: rgba(223, 86, 86, 0.7);
}
li[data-itemid="prd25"] .name-cover {
	background-color: rgba(135, 121, 104, 0.7);
}
li[data-itemid="prd26"] .name-cover {
	background-color: rgba(138, 127, 114, 0.7);
}
li[data-itemid="prd27"] .name-cover {
	background-color: rgba(130, 167, 190, 0.7);
}
li[data-itemid="prd28"] .name-cover {
	background-color: rgba(120, 121, 138, 0.7);
}
li[data-itemid="prd29"] .name-cover {
	background-color: rgba(111, 118, 121, 0.7);
}
li[data-itemid="prd05"] .name-cover {
	background-color: rgba(14, 7, 5, 0.7);
}
@media (max-width: 768px){
	#mainvis {
		margin-bottom: 0em;
	}
	#visimages .slick-prev, 
	#visimages .slick-next {
		width: 40px;
		height: 40px;
	}
	#visimages .slick-prev {
		left: 4px;
	}
	#visimages .slick-next {
		right: 4px;
	}
}

/**/
.recommend-items {
	margin-bottom: 3em;
}
.recommend-items > .section-title {
	text-align: left;
	font-size: 1.9em;
	font-weight: 100;
	color: #948b78;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

/**/
#products .front-ban {
	margin-bottom: 3em;
}
	#products .front-ban img {
		width: 100%;
		height: auto;
	}

/**/
#wrapper.container {
	max-width: none;
	width: 100%;
}
@media (max-width: 768px){
	#wrapper.container {
		padding: 0;
	}
}
#footer-wrapper {
	padding: 0 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/**/
main {
	padding: 0 20px;
}

/**/
#listSeller {
	margin-top: 0em;
}

/**/
#cisLinks {
	margin-bottom: 2.5em;
}
#cisLinks .links {
	margin: -1em;
	display: flex;
	flex-wrap: wrap;
}
	#cisLinks .links li {
		width: 50%;
		 padding: 1em;
		 margin: 0;
	}
		#cisLinks .links li a {
			display: block;
			text-align: center;
		}
			#cisLinks .links picture {
				display: block;
			}
			#cisLinks .links a img {
				width: 100%;
				height: auto;
			}
@media (max-width: 768px){
	#cisLinks .links li {
		width: 100%;
	}
}
