
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
  position: relative;
}
.swiper-slide {
  position: relative;
}

.swiper-slide div.catch {
    position: absolute;
    width: 500px;
    /* max-height: 66%; */
    min-height: 200px;
    top: 75px;
    -ms-writing-mode: tb-rl;
    /* writing-mode: vertical-rl; */
    background-color: rgba(255,255,255,.96);
    padding: 70px 40px 70px 0;
}

.swiper-slide div.catch span {
  text-orientation: upright;
}
.swiper-slide div.catch figure {
  padding-right: 0 20px 0 4px;
	margin-bottom: 20px;
}

.Min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width:640px) { 
.swiper-slide p {
  position: absolute;
  width: 100%;
  padding: 0 2%;
  color: #fff;
  top: 30vh;
  /*left: 0px;*/
  font-size: 40px;
  text-align: center;
}
}
.slide-img img{
  display: block;
}
.swiper-slide .slide-img {
  max-height: 80vh;
	min-height: 600px;
}
.swiper-slide .slide-img img {
    width: auto;
    min-width: 1400px;
    /* max-width: unset; */
    /* min-height: 85vh; */
    /* margin-left: -50%; */
}
@media screen and (max-width:640px) { 
.swiper-slide .slide-img img {
  width: auto;
  max-width: unset;
  height: 70vh;
  margin-left: -90%;
}
}


/*スクロールボタン*/
.swiper-container .swiper-wrapper a {
  position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 70px;
    text-align: center;
    color: #fff;
}
.swiper-container .swiper-wrapper a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}





/*独自custom*/
.swiper-container {
  height: 85vh;
}
@media screen and (max-width:640px) { 
	.swiper-container {
		height: auto;
	}
}
.swiper-container .swiper-wrapper {
  overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 16px;
}

.swiper-pagination {
  text-align: center;
}
.vertical_copy {
  padding-right: 30px;
  height: 100%;
  line-height: 1.8!important;
}


