@charset "utf-8";
/* CSS Document */
.swiper{
	height:auto!important;
	position: relative;
}
.swiper-container-wrapper{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-container{
	position: relative;
	width: 100%;
	height: auto;
	overflow-x:hidden;
	z-index: 0;
	display: flex;
	justify-content: space-between;
}
.swiper-container,.swiper-slide{
/*	height:100vh;*/
}
.swiper-slide > img{
	object-fit: cover;
	width:100%;
	height:100%;
}
.swiper-button-prev{
	width: 30px;
	height:30px;
	background:rgba(0,0,0,.5);
	/*background-image: url(../images/arrow_left.png);*/
	z-index: 510;
	
}
.swiper-button-prev::after{
	display:none;
}
.swiper-button-next{
	width: 30px;
	height:30px;
	background:rgba(0,0,0,.5);
    /*background-image: url(../images/arrow_right.png);*/
	z-index: 510;
}
.swiper-button-next::after{
	display: none;
}
.swiper-custom-button-l{
	z-index: 510;
	margin-left: 50px;
}
.swiper-custom-button-r{
	z-index: 510;
	margin-right: 50px;
}
.left-area{
	z-index: 500;
	position: absolute;
	top:0;
	right:750px;
	width:5000px;
	height:500px;
	background:rgba(255,255,255,0.6);
}
.right-area{
	z-index: 500;
	position: absolute;
	top:0;
	left:750px;
	width:5000px;
	height:500px;
	background:rgba(255,255,255,0.6);
}
.swiper-pagination-bullet{
	width:14px;
	height: 14px;
	border-radius: 100%;
	margin:15px 10px;
	background: rgba(0,0,0,0);
	border:#ffffff 3px solid;
	opacity: 1;
	box-shadow: 0px 0px 2px 0px #cccccc;
	z-index: 510;
}
.swiper-pagination-bullet-active{
	width:14px;
	height: 14px;
	background:#ffffff;
	border-radius: 100%;
	
}
.swiper-pagination{
	position: relative;
	margin:0 auto;
	width: 100%;
	margin-top: -50px;
	padding-top: -50px;
}
.swiper-wrapper {
  position: relative; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}
/*
.swiper-wrapper img {
    width: 100%;
    height: auto;
}
*/
.swiper-slide{
	display: block;
	margin:0 auto;
}

.swiper-slide-next,.swiper-slide-prev{ opacity: 0.5; }
.catchcopy {
	position: absolute;
	right:15%;
	top:calc(50% - 150px);
	z-index: 510;
	font-size:28px;
	line-height: 2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
	text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	font-family: 'Noto Serif JP', serif!important;
	font-weight: 500!important;
}
.encatchcopy{
	position: absolute;
	left:calc(50% - 350px);
	top:calc(50% - 92px);
	z-index:510;
}
.encatchcopy img{
	zoom:0.5;
}
/*
@media screen and (min-width: 1500px){
	.swiperex{
		position:relative;
		overflow-x: hidden;
	}
	.swiper.pc{display: none!important;}
	.catchcopy {
		position: absolute;
		right:15%;
		top:calc(50% - 200px);
		z-index: 510;
		font-size:37px;
		line-height: 2em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 5px;
		text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	}
	.expc{display: block!important;}
}


@media screen and (max-width: 1100px){
	.swiperex{display:none;	}
	.swiper.pc{display: none;}
	.catchcopy {
		position: absolute;
		right:15%;
		top:calc(50% - 130px);
		z-index: 510;
		font-size:25px;
		line-height: 2em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 1px;
		text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	}
	.encatchcopy{
		position: absolute;
		left:calc(50% - 175px);
		top:calc(50% - 46px);
		z-index:510;
	}
	.encatchcopy img{
		zoom:0.25;
	}
}
*/
@media screen and (max-width: 650px){
	.swiperex{display:none;	}
	.swiper.pc{display:none!important;}
	.catchcopy {
		position: absolute;
		right:10%;
		top:calc(50% - 110px);
		z-index: 510;
		font-size:20px;
		line-height: 2em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 1px;
		text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff,0 0 15px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	}
}
