@charset "utf-8";
/* PC ================= */
.type_pc.toppage #gallery_box{
	width: 600px;
	height: 493px;
	position: relative;
}
.type_pc #gallery_box ul{
	display: flex;
}
.type_pc #img_box{
	width: 600px;
	margin-bottom: 18px;
	overflow: hidden;
}
.type_pc #img_box ul{
	width: 600px;
	height: 400px;
}
.type_pc #thumb_box{
	width: 600px;
	height: 76px;
	overflow: hidden;
}
.type_pc #thumb_box li{
	margin-right: 1.5px;
	padding: 0;
	line-height: 0;
	opacity: 0.6;
	cursor: pointer;
}
.type_pc #thumb_box li.swiper-slide-thumb-active,
.type_pc #thumb_box li:hover{
	opacity: 1;
}
.type_pc #thumb_box li:last-child{
	margin-right: 0;
}
/* SP ================= */
.type_sp #gallery_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.type_sp #img_box{
	width: 100%;
	margin-bottom: 18px;
	overflow: hidden;
}
.type_sp #img_box ul{
	width: 100%;
	aspect-ratio: 600 / 540;
	height: auto;
}
.type_sp #img_box li{
	width: 100%;
	aspect-ratio: 600 / 540;
	height: auto;
}
/* pagination */
#copy-galley .swiper-pagination{
	position: static;
	width: calc( 100% - 30px);
	background: #E9E6E1;
	height: 2px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#copy-galley .swiper-pagination-bullets.swiper-pagination-horizontal{
	display: flex;
}
#copy-galley .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0;
	width: 20%;
	height: 2px;
	display: block;
	border-radius: 0;
}
#copy-galley .swiper-pagination-bullet{
	background: none;
}
#copy-galley .swiper-pagination-bullet-active{
	background: #C2B9AD;
}
/* next prev */
#copy-galley .swiper-button-next,
#copy-galley .swiper-button-prev{
	width: auto;
	height: auto;
	top: calc(50% - 15px);
	color: #ffffff;
}
#copy-galley .swiper-button-next::after,
#copy-galley .swiper-button-prev::after{
	font-size: 30px;
}