@charset "utf-8";


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ loading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#loading{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 31;
}
.animation{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.animation .logo{
	position: static;
}
.animation .logo img{
	width: 100px;
}

/* アニメーション */
.animation{
	-webkit-animation: loadinganimation 1500ms ease-out forwards infinite;
	animation: loadinganimation 1500ms ease-out forwards infinite;
}
@keyframes loadinganimation{
	from,to{
		opacity: 0;
	}
	50%{
		opacity: .5;
	}
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ kv
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#index {
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ collections
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#collections {
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ collections
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */





#collections .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

#collections .slick-slider.slider {
	display: flex;
	flex-wrap: wrap;
	margin-right: -700px;
	margin-left: 0;
	margin-top: 100px;
}

#collections .slick-slider.slider li {
	margin: 0;
}

#collections .slick-slider .slick-list {
	overflow: hidden;
}

#collections .slick-slider .slick-list a:focus {
	outline: none;
}

#collections .slick-slider .slick-track {
	width: 100%;
	width: 400px;
	width: clamp(275px, 33.75vw, 400px);
	display: flex!important;
	justify-content: center!important;
	height: 100%!important;
}

#collections .slick-slider .slick-slide {
	width: 100%;
	width: 400px;
	width: clamp(275px, 33.75vw, 400px);
}

#collections .slick-slider .slick-slide:focus {
	outline: none;
}

#collections .slick-slider .slick-prev,
#collections  .slick-slider .slick-next {
	width: 20px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

#collections .slick-slider .slick-prev {
	left: -70px;
	transition: 1s;
}

#collections .slick-slider .slick-prev:hover {
	left: -75px;
}

#collections .slick-slider .slick-prev:before {
	display: block;
	content: "";
	width: 20px;
	height: 7px;
	background: url(../img/icon_arrow_left_black.svg) no-repeat left top / cover;
}

#collections .slick-slider .slick-next {
	right: -70px;
	transition: 1s;
}

#collections .slick-slider .slick-next:hover {
	right: -75px;
}

#collections .slick-slider .slick-next:before {
	display: block;
	content: "";
	width: 20px;
	height: 7px;
	background: url(../img/icon_arrow_right_black.svg) no-repeat left top / cover;
}




/*------------------------------------------------------------------------*/

@media screen and (max-width:1199px) {


	#collections .slick-slider .slick-prev {
		left: -40px;
	}
	#collections .slick-slider .slick-prev:hover {
		left: -45px;
	}

	#collections .slick-slider .slick-next {
		right: -40px;
	}
	#collections .slick-slider .slick-next:hover {
		right: -45px;
	}


}

/*------------------------------------------------------------------------*/

@media screen and (max-width:1023px) {

}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	#collections .slick-slider.slider {
		margin-right: -275px;
		margin-top: 50px;
	}
	#collections .slick-slider .slick-prev {
		left: -30px;
	}
	#collections .slick-slider .slick-prev:hover {
		left: -35px;
	}
	#collections .slick-slider .slick-prev:before {
		width: 15px;
		height: 5px;
	}

	#collections .entries.max {
		margin: 0 -50px;
	}
	#collections .entries.max li {
		width: calc(100% + 100px);
		margin: 0;
	}

}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ location
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


#location .more {
	margin-top: 20px;
}

#location ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -36px -18px;
}

#location li {
	width: calc(50% - 36px);
	margin: 0 18px 36px 18px;
}
#location li img {
	width: 100%;
	pointer-events: none;
}

.map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	padding-top: 67%;
	margin: 0;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.map iframe {
	filter: grayscale(100%);
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	#location .more {
		margin-top: 15px;
	}
	#location .more a {
		margin: 0 auto;
	}

	#location ul {
		display: block;
		margin: 0;
	}
	#location li {
		width: 100%;
		margin: 0;
	}
	#location li:last-child {
		margin-top: 10px;
	}
}



/* 2022-01-13 追加 */
.item-list dt {
    position: relative;
}
.item-list dt:before {
    content:"";
    display: block;
    padding-top: 66.67%;
}
.item-list dt img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* 2022-01-13 追加 */
