@charset "UTF-8";

/* styling
---------------------------------------------------------------------------*/

/* #loading
------------------------------------*/
#loading {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(0,0,0,0.6);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .35s infinite linear;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

body#styling header { margin-bottom: 0; }

body#styling header,
body#styling footer,
body#styling .styling-archive { opacity: 0; }

body#styling footer { display: none !important; }
body#styling #mainContents { max-width: 100%; }

.bnr-motte,
.pickup-wrap { display: none !important; }

/* .styling-archive
------------------------------------*/
.styling-archive {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

/* .styling-left
------------------------------------*/
.styling-left {
	position: sticky;
	top: 0;
	left: 0;
	width: 186px;
	min-width: 186px;
	height: 100vh;
	z-index: 10;
}

.styling-archive h1 {
	position: absolute;
	top: 36px;
	left: 25px;
	opacity: 0.4;
}

.btn-styling-fillter {
	display: none;
}

.styling-category {
	/*position: absolute;*/
	position: fixed;
	bottom: 25px;
	left: 25px;
	opacity: 0.8;
}

.styling-category li {
	margin-bottom: 3px;
	padding: 0 10px 10px 0;
	font-size: 14px;
	letter-spacing: 0;
	transition: .15s ease-out;
	cursor: pointer;
}

.styling-category li:hover { opacity: 0.7; }
.styling-category li.all { margin-bottom: 20px; }
.styling-category li:last-of-type { margin-bottom: 0; }

.styling-category li span {
	display: inline-block;
	position: relative;
}

.styling-category li span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #666666;
	width: 100%;
	height: 1px;
	transition: .15s ease-out;
	opacity: 0;
}

.styling-category li.current span:after { opacity: 1; }
.styling-category li.current { pointer-events: none; }

/* .styling-right
------------------------------------*/
.styling-right {
	position: sticky;
	top: 0;
	right: 0;
	width: 86px;
	min-width: 86px;
	height: 100vh;
	z-index: 10;
}

.styling-right h2 {
	position: absolute;
	top: 36px;
	right: 38px;
	font-size: 16px;
	letter-spacing: 0.22em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	z-index: 10;
	opacity: 0.8;
	
}

.styling-pagetop {
	/*position: absolute;*/
	position: fixed;
	bottom: 0;
	right: 0;
}

.styling-pagetop a {
	display: block;
	padding: 34px 34px 30px;
}

/* .styling-center
------------------------------------*/
.styling-center {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 120px 0 0;
	z-index: 0;
}

.styling-list-title {
	display: none;
}

.styling-list {
	width: 100%;
	opacity: 0;
}

.styling-list article {
	width: 30%;
	margin: 0 3.3% 3.3% 0;
	transition: none !important;
}

.styling-list article a:hover { opacity: 0.7; }
.styling-list figure img { width: 100%; height: auto; }


/* styling single
---------------------------------------------------------------------------*/
body#styling-single header,
body#styling-single footer {
	display: none;
}

body#styling-single #mainContents {
	max-width: 100%;
}

/* .styling-single
------------------------------------*/
.styling-single {
	position: relative;
	overflow: hidden;
	background-color: #FDFCF7;
	width: 100%;
	height: 100vh;
	opacity: 0;
}

.styling-close {
	position: fixed;
	top: 0;
	right: 0;
	padding: 40px;
}

.styling-close img { width: 40px; }

/* .styling-nav
------------------------------------*/
.styling-nav {
	display: -webkit-box;
	display: flex;
	position: absolute;
	top: 60px;
	right: 320px;
	margin: -7px -7px 0 0;
}

.styling-nav li.prev img { transform: scaleX(-1); }
.styling-nav li.off { pointer-events: none; opacity: 0.5 !important; }
.styling-nav li a { display: block; padding: 7px; }
.styling-nav li a img { width: 21px; }

.styling-item {
	position: absolute;
	bottom: 60px;
	right: 115px;
	width: 270px;
}

.styling-item h2 {
	margin-bottom: 18px;
	color: #BE403A;
	font-size: 12px;
	font-variation-settings: "wght" 400;
	letter-spacing: 0.04em;
}

.styling-item-list article {
	margin-top: 7px;
}

.styling-item-list article a {
	display: inline-block;
	position: relative;
}

.styling-item-list article a:hover { opacity: 1; }

.styling-item-list article figure {
	position: absolute;
	bottom: 15px;
	right: -110px;
	pointer-events: none;
	transition: .1s ease-out;
	opacity: 0;
}

.styling-item-list article:hover figure { bottom: 20px; opacity: 1; }
.styling-item-list article figure img { width: 100px; }

.styling-item-list article h3 {
	margin-right: 4px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.styling-item-list article .price { transform: translateY(5px); margin-top: -5px; }
.styling-item-list article .price > em { transform: translateY(-4px); }

.styling-item-list article h3,
.styling-item-list article .price {
	display: inline-block;
	transition: .15s ease-out;
	opacity: 0.8;
}

.styling-item-list article a:hover h3,
.styling-item-list article a:hover .price {
	opacity: 0.5;
}

/* .styling-img
------------------------------------*/
.styling-img {
	position: absolute;
	top: 60px;
	left: 50px;
	width: calc(100% - 50px - 505px);
	height: calc(100% - 120px);
	padding-left: 57px;
}

.styling-slide,
.styling-slide .slick-list,
.styling-slide .slick-track {
	width: 100% !important;
	height: 100% !important;
}

.styling-slide .inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

.styling-slide .inner img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.styling-slide-thumb {
	overflow: hidden;
	position: absolute !important;
	top: 50%;
	left: 0;
	transform: translateY(-50%) !important;
	width: 33px !important;
}

.styling-slide-thumb .slick-track {
	width: 100% !important;
	transform: none !important;
}

.styling-slide-thumb .inner {
	width: 33px !important;
	height: 33px !important;
	margin-bottom: 12px;
	transition: .15s ease-out;
	cursor: pointer;
}

.styling-slide-thumb .inner:hover { opacity: 0.7; }
.styling-slide-thumb .inner.slick-current { opacity: 0.5; }

.styling-slide-thumb .inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.styling-slide .slick-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	background: url(../img/share/btn-arrow-gray.svg) no-repeat right 16px center;
	background-size: 24px auto;
	border: none;
	width: 50%;
	height: 100%;
	padding: 0;
	text-indent: -9999px;
	z-index: 10;
	transition: .2s cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
	opacity: 0;
}

.styling-slide .slick-arrow:not(.off):hover { opacity: 1; }
.styling-slide .slick-prev { transform: translateY(-50%) scaleX(-1); }