/* ---------------------------------------------------------------
start Scene CSS
--------------------------------------------------------------- */

.col_scene {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	padding: 55px 0;
}

.col_scene .ttl {
	margin: 0 0 88px;
}

.mds_scene1 {
	margin: 0 0 30px;
	padding: 0 0 32px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-bottom: solid 1px #404040;
}

.txt_scene1 {
	margin: 0 0 65px;
	padding: 0;
	text-align: center;
	line-height: 1.9;
}

.wrap_scene_list {
	width: 100%;
	max-width: 884px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.link_scene {
	width: 48%;
	margin: 0 4% 28px 0;
	padding: 20px 20px 24px;
	color: #404040;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5;
	background-color: #fff;
	border: solid 1px #accc34;
	border-radius: 10px;
	transition: all .3s cubic-bezier(0,0,.5,1);
}

.link_scene:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.link_scene:nth-of-type(even) {
	margin-right: 0;
}

.link_scene .thumb {
	width: 100%;
	height: 258px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	transition: .2s;
}

.link_scene .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.link_scene .name_scene {
	margin: 0;
	padding: 0;
	text-align: center;
}

.link_scene .name_scene .arrow {
	padding-left: 22px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.link_scene .name_scene .arrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}

.txt_noScene {
	width: 100%;
	padding: 60px 0 100px;
	text-align: center;
}


/*------------- scene / detail ----------------*/

.col_scene.detail {
	padding-top: 105px;
	padding-bottom: 120px;
}

.swiper_scene {
	width: 100%;
	max-width: 706px;
	margin: 0 auto;
	padding: 0;
}

.slider-main.swiper-container {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 18px;
}

.slider-main .swiper-slide {
	width: 100%;
	height: 452px;
	margin: 0;
	text-align: center;
}

.slider-main .swiper-slide > img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.slider-main .swiper-button-next,
.slider-main .swiper-button-prev {
	width: 36px;
	height: 36px;
	background-color: #c4c5c5;
	border-radius: 50%;
}

.slider-main .swiper-button-next.swiper-button-disabled,
.slider-main .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.slider-main .swiper-button-next {
	right: 0;
}

.slider-main .swiper-button-prev {
	left: 0;
}

.slider-main .swiper-button-next::before,
.slider-main .swiper-button-prev::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: calc(50% - 4px);

}

.slider-main .swiper-button-next::before {
	right: 15px;
	transform: rotate(45deg);
}

.slider-main .swiper-button-prev::before {
	left: 15px;
	transform: rotate(225deg);
}

.slider-main .swiper-button-next::after,
.slider-main .swiper-button-prev::after {
	content: none;
}

.slider-thumbnail.swiper-container {
	margin-bottom: 30px;
	padding: 0 18px;
}

.slider-thumbnail .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transform: translate3d(0px, 0, 0) !important;
}

.slider-thumbnail .swiper-slide {
	width: 19% !important;
	height: 84px !important;
	margin-right: 1.25% !important;
	margin-bottom: 1.25% !important;
	padding: 1px;
	cursor: pointer;
	border-radius: 6px;
	background-color: #e2e2e2;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
	transform: translate3d(0px, 0, 0) !important;
	overflow: hidden;
	transition: .2s;
}

.slider-thumbnail .swiper-slide:nth-of-type(5n) {
	margin-right: 0 !important;
}

.slider-thumbnail .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slider-thumbnail .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	transition: .2s;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
	border-color: #accc34;
}

.desc_scene_d {
	margin: 0;
	padding: 0 18px;
	line-height: 1.9;
}

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.link_scene {
		font-size: 18px;
	}

	.link_scene .thumb {
		height: 27vw;
	}

/*------------- scene / detail ----------------*/

	.col_scene.detail {
		padding-top: 70px;
		padding-bottom: 70px;
	}




}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	
	.link_scene:hover {
		box-shadow: 2px 4px 16px rgb(0,0,0,0.16);
		transform: scale3d(1.01,1.01,1.01);
	}



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	.col_scene {
		padding: 30px 0;
	}

	.col_scene .ttl {
		margin-bottom: 45px;
		font-size: 30px;
	}

	.mds_scene1 {
		margin-bottom: 18px;
		padding-bottom: 14px;
		font-size: 20px;
	}

	.txt_scene1 {
		margin-bottom: 30px;
	}

	.wrap_scene_list {
		display: block;
	}

	.link_scene,
	.link_scene:nth-last-child(-n+2) {
		width: 100%;
		margin: 0 0 5vw;
		padding: 4% 4%;
		font-size: 15px;
		display: block;
	}

	.link_scene:last-of-type {
		margin-bottom: 0;
	}
	
	.link_scene .thumb {
		height: 56vw;
		margin-bottom: 3.5vw;
	}

	.link_scene .name_scene .arrow {
		padding-left: 18px;
	}

/*------------- scene / detail ----------------*/

	.col_scene.detail {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.detail .mds_scene1 {
		margin-bottom: 30px;
	}

	.slider-main.swiper-container {
		margin-bottom: 3vw;
	}

	.slider-main .swiper-slide {
		height: 57vw;
	}

	.slider-main .swiper-button-next,
	.slider-main .swiper-button-prev {
		width: 54px;
		height: 54px;
	}

	.slider-main .swiper-button-next::before,
	.slider-main .swiper-button-prev::before {
		width: 10px;
		height: 10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		top: calc(50% - 5px);
	}

	.slider-main .swiper-button-next::before {
		right: 23px;
	}

	.slider-main .swiper-button-prev::before {
		left: 23px;
	}

	.slider-thumbnail .swiper-slide,
	.slider-thumbnail .swiper-slide:nth-of-type(5n) {
		width: 31.5% !important;
		height: 18vw !important;
		margin-right: 2.5% !important;
		margin-bottom: 3% !important;
	}

	.slider-thumbnail .swiper-slide:nth-of-type(3n) {
		margin-right: 0 !important;
	}


}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.slider-main .swiper-button-next,
	.slider-main .swiper-button-prev {
		width: 48px;
		height: 48px;
	}

	.slider-main .swiper-button-next::before,
	.slider-main .swiper-button-prev::before {
		width: 10px;
		height: 10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		top: calc(50% - 5px);
	}

	.slider-main .swiper-button-next::before {
		right: 20px;
	}

	.slider-main .swiper-button-prev::before {
		left: 20px;
	}
}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

