/* main visual */
.mainVisual .swiper-container.mainSlider_001 {background:white; z-index:0; overflow:hidden;}
.mainVisual .swiper-slide {position:relative; overflow:hidden;}
.mainVisual .swiper-slide img {width:100%; height:auto;}

/*copy*/
.copy {position:absolute; z-index:9; width:100%; word-break:keep-all;}
.copy .inner {width:100%; max-width:1300px; padding:0; margin:0 auto; box-sizing:border-box;}
.copy .inner div {padding: 0 15px;}
.copy h3 {font-size:30px; font-weight:400; line-height:normal;}
.copy h3 strong {font-weight:400;}
.copy p.smallp {font-size:14px; line-height:20px; letter-spacing:-0.5px; padding-top:20px;}




	@media (min-width:1050px){
		.mainVisual .swiper-container.mainSlider_001 {max-height:800px;}
		.mainVisual .swiper-container.mainSlider_001 .swiper-wrapper {max-height:800px;}
		.mainVisual .swiper-slide {max-height:800px;}
		.mainVisual .swiper-slide img { min-height:800px;}
	}
	@media (min-width:800px) and (max-width:1049px){
		.mainVisual .swiper-slide {height:0; padding-bottom:60%;}
		.mainVisual .swiper-slide img {position:absolute; top:0; left:0; min-height:100%;}

		.copy h3{font-size:24px;}
	}

	@media (min-width:600px) and (max-width:1399px){
		.copy.copy_position_mh .inner div {padding:0 60px;}
		.copy.copy_position_lh .inner div{padding:0 60px 0 15px;}
		.copy.copy_position_rh .inner div{padding-right:60px; padding-left:15px;}
	}

	@media (min-width:600px) and (max-width:799px){
		.mainVisual .swiper-slide {height:0; padding-bottom:60%;}
		.mainVisual .swiper-slide img {position:absolute; top:0; left:0; min-height:100%;}

		.copy h3 {font-size:23px;}
		.copy p.smallp {font-size:14px;}
	}
	@media (max-width:599px){
		.mainVisual .swiper-slide {height:0; padding-bottom:75%;}
		.mainVisual .swiper-slide img {position:absolute; top:-9999px; bottom:-9999px; left:-9999px; right:-9999px; margin:auto;
									   width:auto; min-width:100%; height:100%; /*transform:scale(1.1); transform-origin:center;*/}
		.mainVisual .swiper-button-next,.mainVisual .swiper-button-prev {display:none;}

		.copy {background:rgba(255,255,255,0.5); top:unset !important; bottom:0 !important; padding:10px 0 40px;}
		.copy h3 {font-size:18px;}
		.copy p.smallp {font-size:13px;}
	}




.inner_layer {position:absolute; width:100%; z-index:0;}

	@media (min-width:1050px){
		.inner_layer {top: 550px;}
	}
	@media (max-width:1049px){
		.inner_layer {position:relative; background:rgba(0,0,0,0.5);}
	}


/*main swiper*/
.mainVisual div.swiper-pagination-center {position:absolute;
							top:500px; left:50%; z-index:10; width:160px; margin-left:-90px; display:table;
							text-align:center; background:rgba(255, 255, 255, 0.2); padding:5px 10px; border-radius:10px;}
.mainVisual div.swiper-pagination-center div.swiper-pagination {display:inline-block;text-align:center;position:relative;}
.mainVisual div.swiper-pagination-center div.swiper-pagination .swiper-pagination-bullet {margin-left:5px;}
.mainVisual div.swiper-pagination-center div.swiper-pagination .swiper-pagination-bullet:first-child {margin-left:0;}

div.indicator {z-index:10; display:inline-block; margin-left:5px;}
div.indicator button{width:12px; height:12px;border:0;  outline:none; cursor:pointer; vertical-align:top;}
div.indicator button.play{background:url("/sample/template/wide/wide002/img/play.png")no-repeat; text-indent:-9999px;}
div.indicator button.stop{background:url("/sample/template/wide/wide002/img/stop.png")no-repeat; text-indent:-9999px;}

.mainVisual .swiper-pagination-bullet-active {background:white; border-color:white; width:8px;}

.mainVisual .swiper-button-next{
	background:url("/sample/template/wide/wide002/img/mainSwiperarRight.png") no-repeat !important;
	width: 30px !important; height: 40px !important; top:34%; right: 30px !important;
	position:absolute !important; background-size:20px !important;}
.mainVisual .swiper-button-prev{
	background:url("/sample/template/wide/wide002/img/mainSwiperarLeft.png") no-repeat !important;
	width: 30px !important; height: 40px !important; top:34%; left: 30px;
	position:absolute !important;background-size:20px !important;}

	@media (max-width:599px){
		div.swiper-pagination-center {bottom:7px;}
	}