@charset "utf-8";
/* CSS Document */

.slider1 {
	margin:0 auto 130px;
	width:100%;
	position: relative;
	overflow: hidden;
	z-index:-100;
	top:80px;
}

img.sp-only {display:none;}
img.pc-only {display:block;}

@media screen and (max-width:480px){
img.pc-only {display:none;}
img.sp-only {display:block;}}

.slider1 ul {
	width: 100%;
	padding:0;
	margin:0;
	overflow: hidden;
	position: relative;
}

.swiper-slide a:hover {
	opacity:1.0!important;
}

.swiper-slide p {
	position: absolute;
	top:45%;
	transform: translate(0, -50%);
	width:100%;
	/* height:100%; */
	color:#2d416b;
	font-weight:700;
	letter-spacing:8px;
	font-size:35px;
	line-height:1.8;
	text-shadow:0 0 5px rgba(255,255,255,1.0),
		0 0 7px rgba(255,255,255,1.0),
		0 0 3px rgba(255,255,255,1.0);
	text-align:center;
	margin:auto!important;
	padding-right:10px;
	z-index:100000000;
}

.swiper-slide p::before {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  background: #fafafa;
}

.swiper-slide p::after {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 30px);
  width: 30px;
  height: 5px;
  content: '';
  background: #3683df;
}

.swiper-slide p br {
	display:none;
}


@media screen and (max-width: 1199.9px) {
.slider1 {
	top:60px;
}
.swiper-slide p{
	font-size:26px;
	letter-spacing:4px;
}
}





@media screen and (max-width:820px){
.swiper-slide p {
	
	}
}

@media screen and (max-width:767px){
.swiper-slide p {
	text-align:center;
	font-size:22px;
	line-height:1.6;
}
.swiper-slide p br {
	display:block;
}
}

@media screen and (max-width:321px){
.swiper-slide p {

}
}

/* カルーセルスライダー：追加設定
----------------------------------------------------*/
.swiper {max-width:300px;}
.swiper-slide img {
  height: auto;
  width: 100%;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px!important;
}

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
}

/*#loader-bg {
  display: none;
  position:fixed;
  width: 100%;
  height:800px;
  top:100px;
  left: 0px;
  background: #fff;
  z-index:10000000000000000000;
}
#loader {
  display: none;
  position:fixed;
  top: 50%;
  left: 50%;
  width:150px;
  height:150px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}*/
