
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomSlide {
  0% {
    left: 0px;
    transform: scale(1.15);
  }
  100% {
    left: -80px;
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  /*animation: zoomSlide 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,.8);
    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) { 
.Min {
font-family: 'Noto Serif JP', 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: 94vh;
	min-height: 600px;*/
}
@media screen and (max-width:800px) { 
.swiper-slide .slide-img {
  width: 100%;
  height: 500px;
}
}
.swiper-slide .slide-img img {
  width: 100%;
    /*max-width: unset;*/
    /*min-height: 85vh;*/
    /*margin-left: -50%;*/
}
@media screen and (max-width:1200px) { 
.swiper-slide .slide-img img {
  width: 100%;
  max-width: unset;
  height: auto;
}
}
@media screen and (max-width:800px) { 
.swiper-slide .slide-img img {
  width: 100%;
  max-width: unset;
  height: 100%;
  object-fit: cover;
}
}


/*スクロールボタン*/
.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 {
  padding: 0;
  /*height: 85vh;
  max-height: 650px;*/
  /*width: 90%;*/
  /*margin-left: calc(20px + 1.5vw);*/
    /*border: 10px solid #F6F6F2;
    background: #F6F6F2;
    border-radius: 36px;*/
}
@media screen and (max-width:640px) { 
	.swiper-container {
		height: auto;
    width: 100%;
		max-height: 500px;
	}
}
.swiper-container .swiper-wrapper {
  overflow: hidden;
  animation: fadein 3s forwards;
	/*border-radius: 20px;*/
}
@media screen and (max-width:640px) {
	.swiper-container .swiper-wrapper {
		border-radius: 0px; 
	}
}
    @keyframes fadein {
      0% {opacity: 0}
      100% {opacity: 1}
    }
.swiper-container-horizontal>.swiper-scrollbar {
  left: 6.25vw;
	display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 16px;
	display: none;
}

.swiper-pagination {
  text-align: left;
}
.vertical_copy {
  padding-right: 30px;
  height: 100%;
  line-height: 1.8!important;
}
.dot-text {
    padding-top: .46em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.12em .12em at center center,#000,#000 100%,transparent);
}
@media screen and (max-width:640px) { 
	.dot-text {
    padding-top: 0;
    background-position: top -3px left -1px;
	}
}



/*一時停止ボタン*/
.swiper-toggle {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 10;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  padding: 6px 12px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 4px;
  cursor: pointer;
}
