@charset "utf-8";
/*------------------------------------------------
  トップページ
------------------------------------------------*/

/*========== スライダー ==========*/

.slider {
  width: 100%;
}

.slider-list {
  width: 100%
}

.slider-item {
  width: 100%;
}

.slider-item img {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .slider {
    /*padding-top: 60px;*/
  }
}



/*----- Slickカスタマイズ -----*/

.slick-list {
}

.slick-slide  {
  width: 100%;
}

.catch-copy {
  /* height: 100vh; */
  height: calc(100vh - 60px);
  width: 100%;
  text-indent: -9999999px;
}

.catch-copy.pic1 {
  background-image: url(../../images/top/slide_img01_sp.jpg);
  background-position: center center;
  background-size: cover;
}

.catch-copy.pic2 {
  background-image: url(../../images/top/slide_img02_sp.jpg);
  background-position: center center;
  background-size: cover;
}

.catch-copy.pic3 {
  background-image: url(../../images/top/slide_img03_sp.jpg);
  background-position: center bottom;
  background-size: cover;
}

.catch-copy.pic4 {
  background-image: url(../../images/top/slide_img04_sp.jpg);
  background-position: center center;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .slider {
    height: 700px;
  }
  .slick-list {
  }
  .slider-item .catch-copy {
    height: 700px;
  }
  .catch-copy {
    height: 100%;
  }
  .catch-copy.pic1 {
    background-image: url(../../images/top/slide_img01.jpg);
    background-position: center center;
    background-size: auto;
  }

  .catch-copy.pic2 {
    background-image: url(../../images/top/slide_img02.jpg);
    background-position: center center;
    background-size: auto;
  }

  .catch-copy.pic3 {
    background-image: url(../../images/top/slide_img03.jpg);
    background-position: center center;
    background-size: auto;
  }

  .catch-copy.pic4 {
    background-image: url(../../images/top/slide_img04.jpg);
    background-position: center center;
    background-size: auto;
  }
}


/*========== フッター ==========*/

.footer-wrapper {
  margin-top: -26px;
}

@media print, screen and (min-width: 769px) {
  .footer-wrapper {
    margin-top: 0;
  }
  .copyright {
    padding: 10px 0 0;
  }

}

/*========== youtubeバナー ==========*/
.youtube-bnr {
  width: 100%;
  background-image: url(../../images/top/youtube_bnr_bg.jpg);
  background-size: cover;
  background-position: center center;
  border: 5px solid #000;
  box-sizing: border-box;
  z-index: 1000;
  position: relative;
}

.youtube-bnr-link {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.youtube-bnr-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.youtube-bnr-link > img {
  width: auto;
  height: 100%;
}
@media print,
screen and (min-width: 769px) {
  .youtube-bnr {
    position: fixed;
    /* background-image: none; */
    background-position: center top -30px;
    top: 30px;
    right: 30px;
    width: 246px;
    height: 88px;
    z-index: 1000;
  }
  .youtube-bnr-link {
    width: 100%;
    height: 100%;
  }
  .youtube-bnr-link>img {
    height: 55px;
  }
}
