/*場合により*/
.swiper-container {
	z-index: -1!important;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-img img {
	object-fit: cover;
    /*max-inline-size: 100%;
    max-block-size: 100%;*/
    /*border-radius: 120px;*/
    width: 100%;
    height: 100%;
}
/*場合により*/

@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;*/
}
.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:640px) { 
.swiper-slide .slide-img img {
  width: 100%;
  max-width: unset;
  height: auto;
}
}


/*スクロールボタン*/
.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*/
.MainVisual {
	margin: 180px auto 0;
	width: 94%;
	max-width: 1750px; 
	height: 45vw;
	max-height: 730px;
	position: relative;
	display: flex;
  /*align-items: center;*/
  align-items: flex-end;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.MainVisual {
		margin: 100px auto 0;
	}
}
.MainVisualInner {
	position: absolute;
	top: 0;
	right: 0;
	width: 84%;
	max-width: 1200px;
	height: 100%;
	overflow: hidden;
}
.MainVisualCatch {
  /*margin-top: -10vw;*/
  /*margin-top: -6vw;*/
  margin-bottom: 120px;
}
.MainVisualCatch h2 {
  /*font-size: clamp(2.3em, 3vw, 4vw);*/
  font-size: clamp(1em, 2.4vw, 2.6vw);
	line-height: 1.5;
	color: #479cd7;
	font-weight: bold;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.MainVisualCatch h1 {
  font-size: clamp(2.3em, 3vw, 4vw);
  line-height: 1.5;
  color: #479cd7;
  font-weight: bold;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
/*@media screen and (max-width: 640px) {
	.MainVisualCatch {
		margin-top: -7vw;
	}
	.MainVisualCatch h2 {
		font-size: clamp(1.2em, 2vw, 3vw);
	}
	.MainVisualCatch h1 {
		font-size: clamp(1.2em, 2vw, 3vw);
	}
}*/
@media screen and (max-width: 640px) {
  .MainVisualCatch {
    margin-bottom: 10px;
  }
  .MainVisualCatch h2 {
    font-size: clamp(1em, 2vw, 3vw);
  }
  .MainVisualCatch h1 {
    font-size: clamp(1.2em, 2vw, 3vw);
  }
}


