@charset "utf-8";
#top_photo{
	position: relative;
}
#top_photo_list {
	position: relative;
}
#top_photo_list .slide_control_box1{
	display: contents;
}
#top_photo_list :is(button.slide_control_prev, button.slide_control_next){
	position: absolute;
	inset: 0;
	z-index: 2;
	border: none;
	margin: auto auto;
	padding: 0px;
	width: 50px;
	height: 50px;
	border-radius: 0%;
}
#top_photo_list button.slide_control_prev{
	margin-left: 10px;
}
#top_photo_list :where(button.slide_control_prev,button.slide_control_next)::before{
	content: '';
	display: block;
	width: 20px;
	height: 23px;
	background: #0008;
	position: absolute;
	inset: 0;
	margin: auto auto;
}
#top_photo_list button.slide_control_prev::before{
	-webkit-clip-path: polygon(0% 50%,100% 0%,100% 100%);
	        clip-path: polygon(0% 50%,100% 0%,100% 100%);
	margin-right: calc(50% - 7px);
}
#top_photo_list button.slide_control_next::before{
	-webkit-clip-path: polygon(0% 0%,100% 50%,0% 100%);
	        clip-path: polygon(0% 0%,100% 50%,0% 100%);
	margin-left: calc(50% - 7px);
}

#top_photo_list button.slide_control_next{
	margin-right: 10px;
}
#top_photo_list .slide_pagination{
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}
#top_photo_list .slide_pagination .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	margin: 0px;
	background: #fff;
	color: #000;
}
#top_photo_list .slide_control_box2 {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
}
#top_photo_list .slide_control_box2 button{
	display: block;
	width: auto;
	min-width: 30px;
	height: 30px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: #fff;
}


div#top_banner_2_list2 .swiper-wrapper {
	width: 100%;
	height: 300px;
}


/* 広告スライド */
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 button{
	width: auto;
	height: 30px;
	border: none;
}
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 button.is-active{
	display: none;
}
:where(#top_banner_2_list,#top_banner_2_list2) .slide_control_box1 .slide_pagination{
	margin-left: auto;
	margin-right: 0px;
	width: fit-content;
}