@charset "UTF-8";
/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/

.contents-area {
  padding-bottom: 0 !important;
}

.footer {
  display: none;
}

#index .video-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#index .video-container .bottom-area {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

#index .video-container .top-catch {
  bottom: 50px;
  color: #fff;
  font-size: 12.25vw;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
  width: 100vw;
}

#index .video-container .top-news {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding: 13px 30px;
}

#index .video-container .top-news .news-btn {
  flex: none;
}

#index .video-container .top-news .news-btn::before {
  border-bottom: 4px transparent solid;
  border-left: 7px #008c38 solid;
  border-top: 4px transparent solid;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}

#index .video-container .top-news-left {
  display: flex;
}

#index .video-container .top-news-left .title {
  flex: none;
  font-size: 1.6rem;
  margin-right: 25px;
}

#index .video-container .top-news-left ul {
  padding-left: 15px;
  width: 100%;
}

#index .video-container .top-news-left ul li {
  width: 100% !important;
}

#index .video-container .top-news-left ul li dl {
  display: flex;
}

#index .video-container .top-news-left ul li dt {
  flex: none;
  margin-right: 1em;
}

#index .video-container .top-news-left ul li dd {
  height: 1.5em;
  max-width: 1000px;
  overflow: hidden;
  width: 100% !important;
}

#index .video-container .top-movie a {
  background: #00a040;
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  padding: 30px 0;
  text-align: center;
}

#index .video-container .top-movie a::before {
  border: 7px solid transparent;
  border-left: 8px solid #8ce4af;
  box-sizing: border-box;
  color: #8ce4af;
  content: "";
  display: inline-block;
  height: 8px;
  left: 12px;
  margin-bottom: 3px;
  vertical-align: middle;
  width: 12px;
}

#index .video-container video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

#index .video-container::after {
  background: #008c38;
  background: linear-gradient(to top, #07411e 5vw, transparent 10vw);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#index #arrows {
  border-left: 1px #646b63 solid;
  border-right: 1px #646b63 solid;
  flex: none;
  position: relative;
  width: 34px;
}

#index #arrows .slick-prev {
  height: 15px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 30px;
}

#index #arrows .slick-prev::before {
  border-bottom: 6px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  font-size: 0;
  height: auto;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

#index #arrows .slick-next {
  bottom: 2px;
  height: 15px;
  left: 50%;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 30px;
}

#index #arrows .slick-next::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  bottom: 0;
  content: "";
  font-size: 0;
  height: auto;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

#index .news-slider {
  display: none;
}

#index .news-slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

@media screen and (min-width: 769px) {
  .content-wrap {
    height: 100vh !important;
  }
}

@media screen and (max-width: 768px) {
  .contents-area {
    height: 100%;
  }
  #index {
    height: 100%;
  }
  #index .video-container {
    height: 100%;
  }
  #index .video-container .top-catch {
    font-size: 18.5rem;
  }
  #index .video-container .top-news .news-btn {
    position: absolute;
    right: 3.33333vw;
    top: 2.66667vw;
  }
  #index .video-container .top-news {
    display: block;
    font-size: 2.8rem;
    padding: 2.66667vw 3.33333vw;
    position: relative;
  }
  #index .video-container .top-news-left {
    display: block;
    position: relative;
  }
  #index .video-container .top-news-left .title {
    display: none;
  }
  #index .video-container .top-news-left ul li dl {
    display: block;
  }
  #index .video-container .top-news-left ul li dt {
    border-bottom: 1px solid #3e463b;
    margin-bottom: 1.33333vw;
    margin-right: 0;
    padding-bottom: 1.33333vw;
  }
  #index .video-container .top-news-left ul li dd {
    height: 3em;
    padding-right: 10.66667vw;
  }
  #index .video-container::after {
    background: linear-gradient(to top, #07411e 35vw, transparent 55vw);
  }
  #index #arrows {
    border: none;
    bottom: 0;
    height: 3em;
    position: absolute;
    right: 0;
    width: 6.66667vw;
    z-index: 10;
  }
  #index #arrows .slick-prev {
    height: 20px;
  }
  #index #arrows .slick-prev::before {
    border-bottom: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  #index #arrows .slick-next {
    height: 20px;
  }
  #index #arrows .slick-next::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
  }
}

@media screen and (min-width: 733px) and (max-width: 768px) {
  #index .video-container .top-catch__bg {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
  #index .video-container .top-catch {
    font-size: 11.8vw;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  #index .video-container .top-catch {
    font-size: 11vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  #index .video-container .top-catch {
    font-size: 10.4vw;
  }
}
