[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all .3s ease;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 40vw;/*縦の長さ*/
  transition: opacity .6s ease;
}


@media only screen and (min-width:1023px) {
.swiper-container {
  width: 100%;
  height: 30vw;/*縦の長さ*/
  transition: opacity .6s ease;
}
  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
  
  .swiper-slide .content .title {
  width:310px;/*タイトルの幅*/
  font-size: 2.6em;
  font-weight: bold;
  margin-top:40px;
  margin-bottom: 10px;
}
  
}

.swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  display:block;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  width:310px;/*タイトルの幅*/
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-slide .content .caption {
  display: block;
  width:310px;/*文章の幅*/
  font-size: 13px;
  line-height: 1.4;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
  margin-left:
}



@media (max-width: 480px) {
	.suraido{
		width:100%;
		height:auto;
		margin-top:150px;/*画像の空白*/
	}

@media (max-width: 1180px) {
 .swiper-slide .content .title {

  }
  
  .swiper-slide .content .caption {

  }
}




@media only screen and (max-width:480px){
.suraido{
	display:block;
	
}
}