@charset "UTF-8";


/* ==========================================================================
   Archive Styling
========================================================================== */
.archive .tags {
   padding-bottom: 10px;
}
.stylingList .card a figure {
	padding-top: 125%;
    position: relative;
}
.stylingList .card a figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.stylingList .card a:hover figure img {
    transform: scale(1.1);
}
.stylingList .card a figure .no-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* ==========================================================================
   Single Styling
========================================================================== */

/* ---------------
   Product Detail
--------------- */
.single #gallery .slider {
	margin-bottom: 25px;
}
.single #gallery .slide figure {
	padding-top: 125%;
	position: relative;
}
.single #gallery .slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single #gallery .slider-controls {
   margin-bottom: 0;
}

.single #product-detail {
	letter-spacing: .08em;
}
.single #product-detail .article__header .entry__meta {
	margin-bottom: 10px;
}
.single #product-detail .article__header .ttl {
	font-size: 2rem;
	margin-bottom: 15px;
}
.single #product-detail .article__header .price {
	font-size: 2rem;
	display: flex;
	align-items: baseline;
	margin-top: 17px;
}
.single #product-detail .article__header .price small {
	font-size: 1.3rem;
}
.single #product-detail .product .imgBox figure img {
	width: 200px;
}
.single #product-detail .product .imgBox figure .no-thumb {
	width: 200px;
	max-width: 100%;
	padding-top: 127.5%;
	background-color: #F0F0F5;
}
.single #product-detail .product .imgBox figure .no-thumb svg.logo {
    max-width: 50%;
}
.single #product-detail .product h4 {
	margin-bottom: 10px;
}
.single #product-detail dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
	letter-spacing: .06em;
}
.single #product-detail dl dt {
	margin-bottom: 15px;
	-ms-flex: 0 0 7rem;
	flex: 0 0 7rem;
	font-size: 1.2rem;
	font-weight: 700;
}
.single #product-detail dl dd {
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
	-ms-flex: 0 0 calc(100% - 7rem);
	flex: 0 0 calc(100% - 7rem);
}
.single #product-detail dl dt:last-of-type {
	margin-bottom: 0;
}
.single #product-detail dl dd:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.single #product-detail .text-md-left {
		text-align: left;
	}
}

/* ---------------
   Other
--------------- */
.single #other .slider-wrap {
	margin-right: calc(((100vw - 100%)/2)*-1);
}
.single #other .slick-list {
	padding-right: 12.5%;
}
.single #other .slick-track {
    margin-left: 0;
}




