@charset "UTF-8";



.slider{
  position: relative;
  max-width: 960px;
  height: 580px;
  margin: 0 auto;
  overflow: hidden;

}
.slider img{

  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);  
  width: 100%;
  height: 100%;
}
.slide.current img {
  -webkit-animation: 5s ease-out mvFadeOut;
          animation: 5s ease-out mvFadeOut;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.prev,.next{
    width: 30px;
    height: 45px;
  background: url(/files/slider_arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border:none;
}
.prev {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.next {
  right: 0;
}
.toggle{
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  background: #ccc;
  cursor: pointer;
  outline:none;
  border:none;
  position: absolute;
  bottom:10px;
  right:10px;
}
.toggle:focus{
  outline: auto;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px){
  .slider{
    height: auto;
    aspect-ratio: 32 / 36;
  }
  .slide img{
    height: auto;
            width: 100%;
    object-fit: cover;
    aspect-ratio: 32 / 36;
  }
  .toggle{
    right:unset;
    left:10px;
    top:10px;
    bottom:unset;
  }
}


.home-mv__copy {
    position: absolute;
    left:50px;
    bottom: 50px;
    z-index: 5;
}
@media only screen and (max-width: 768px) {
  .home-mv__copy {
    left:20px;
    bottom:20px;
  }
}
.home-mv__copy_text {
  line-height: 1.75;
  text-align: left;
  text-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.5), 0 0 0.6rem rgba(0, 0, 0, 0.5), 0.6rem 0 0.6rem rgba(0, 0, 0, 0.5), 0 0.6rem 0.6rem rgba(0, 0, 0, 0.5), -0.6rem -0.6rem 0.6rem rgba(0, 0, 0, 0.5), -0.6rem 0 0.6rem rgba(0, 0, 0, 0.5), 0 -0.6rem 0.6rem rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #FFF;
}
.home-mv__copy_text-mini{
    font-size: 70%;
    color:#fff;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.5), 0 0 0.6rem rgba(0, 0, 0, 0.5), 0.6rem 0 0.6rem rgba(0, 0, 0, 0.5), 0 0.6rem 0.6rem rgba(0, 0, 0, 0.5), -0.6rem -0.6rem 0.6rem rgba(0, 0, 0, 0.5), -0.6rem 0 0.6rem rgba(0, 0, 0, 0.5), 0 -0.6rem 0.6rem rgba(0, 0, 0, 0.5);

}
@media only screen and (max-width: 768px) {
  .home-mv__copy_text {
    font-size: 15px;
  }
}



.home-mv *:focus{
  outline: #717071;
  
}
.home-mv {
  position: relative;
    max-width: 960px;
    height: 420px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
    .home-mv{
        height: 300px;
    }
}
.home-mv__container {
  margin: 0 auto;
  position: relative;
}
.home-mv__buttons {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index:10;
}
.home-mv__button {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  background: #ccc;
  cursor: pointer;
  margin-right: 15px;
  outline:none;
  border:none;
}
.home-mv__button:focus{
  outline:auto;
}
.home-mv__button.js-stop {
  line-height: 30px;
  font-size: 13px;
}
.home-mv__slider {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-mv__slider {
    max-height: 31rem;
  }
}
.home-mv__slider_item {
    max-width: 960px;
    height: 420px;
  position: relative;
}
.home-mv__slider_item a{
    display: block;
    height: 420px;
}
@media only screen and (max-width: 768px) {
  .home-mv__slider_item {
    max-height: 31rem;
    height: 300px;
  }
  .home-mv__slider_item a{
    display: block;
    height: 300px;
    }
}
.home-mv__slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.home-mv__slider_item.fadeOn img {
  -webkit-animation: 5s ease-out mvFadeOut;
          animation: 5s ease-out mvFadeOut;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home-mv__slider .slick-arrow {
    width: 30px;
    height: 45px;
  background: url(/files/slider_arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-mv__slider .slick-arrow {
    width: 30px;
    height: 45px;
  }
}
.home-mv__slider .slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.home-mv__slider .slick-next {
  right: 0;
}
.home-mv__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          column-gap: 12px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-mv__slider .slick-dots {
    bottom: 1rem;
  }
}
.home-mv__slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #98c3cf;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  opacity: 1;
  text-indent: -99999px;
}
.home-mv__slider .slick-dots li.slick-active button {
  background: #808080;
}

.home-mv__lead {
  padding: 0.8rem 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .home-mv__lead {
    padding: 1.688rem 1.6rem 0;
    position: static;
  }
}
.home-mv__lead_text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home-mv__lead_text {
    display: block;
    padding-bottom: 1.688rem;
    border-bottom: 1.7615px solid #717071;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.75;
    font-size: 12px;
  }
}

@-webkit-keyframes mvFadeOut {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mvFadeOut {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}