@charset "UTF-8";

.swiper-slide {
  background: #fff;
}
.slide1 {
  background-image: url(../../images/main_r_03.jpg);
  background-size: cover;
  background-position: center bottom;
}
.slide2 {
  background-image: url(../../images/main_r_09.jpg);
  background-size: cover;
  background-position: center center;
}
.slide3 {
  background-image: url(../../images/main_r_02.jpg);
  background-size: cover;
  background-position: center center;
}
/*
  .slide4{
      background-image: url(../../images/main_r_03.jpg);
      background-size: cover;
      background-position: center bottom;
  }
  */
.slide5 {
  background-image: url(../../images/main_r_04.jpg);
  background-size: cover;
  background-position: right center;
}
.slide6 {
  background-image: url(../../images/main_r_05.jpg);
  background-size: cover;
  background-position: center center;
}

/*スライダーの文字start*/
@keyframes fade-in_p_01 {
  from {
    opacity: 0;
    xtransform: translateX(100px);
  }

  to {
    opacity: 1;
    xtransform: translateX(0);
  }
}
@keyframes fade-in_p_02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fade-in_p_03 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fade-in_h2_01 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*
  @keyframes fade-in_h2_02{
      from {
          opacity: 0;
          transform: translateY(100px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  */
@keyframes fade-in_h2_03 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h2 span.logo_heading {
  display: block;
  line-height: 1.2em;
  font-size: 3.6vw;
  letter-spacing: 1em;
  margin-bottom: 0.8em;
}

h2 span.logo_copy {
  display: block;
  line-height: 3.5vw;
  font-size: 2vw;
  letter-spacing: 0.2em;
}
@media (min-width: 1280px) {
  h2 span.logo_heading {
    font-size: 2.8em;
    line-height: 1.2em;
  }

  h2 span.logo_copy {
    font-size: 1.2em;
    line-height: 1.8em;
  }
  .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 3.4em;
  }
}

/*スライダーの文字end*/

.slide2 .mainv_ttl:before {
  background: none;
}
.slide2 .mainv_ttl:after {
  background: none;
}
.slide2 .mainv_ttl {
  background: url(../../images/top_parth.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
