/* Main Image */
.hero-index {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 680px;
}

  .hero-album {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 680px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hero-album img {
    width: 100%;
    height: auto;
  }
  .slick-list {
    width: 100%;
  }
  .btn-prev {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.5;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5%;
    margin-top: auto;
    margin-bottom: auto;
    background: url('../common/img/btn_prev_02.png') center 50% / 50% auto no-repeat;
    cursor: pointer;
  }
  .btn-prev:hover {
    opacity: 1.0;
  }
  .btn-next {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.5;
    position: absolute;
    z-index: 12;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5%;
    margin-top: auto;
    margin-bottom: auto;
    background: url('../common/img/btn_next_02.png') center 50% / 50% auto no-repeat;
    cursor: pointer;
  }
  .btn-next:hover {
    opacity: 1.0;
  }
  
  .hero-in-01 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
    .hero-index h1 {
      position: absolute;
      left: 15px;
      top: -50px;
      margin: 0;
      padding: 0;
    }
    .hero-index h1 img {
      display: block;
    }

    .hero-index .nav-01 {
      display: none;
    }
    .hero-index .nav-02 {
      display: none;
    }
    .hero-index .nav-03 {
      display: none;
    }

  .hero-in-02 {
    position: absolute;
    left: 0 ;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    height: 70px;
    margin: auto;
  }
    .hero-in-02 img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .hero-in-02 img:nth-child(2) {
      margin-top: 25px;
    }

/* News */
.area-news {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 15px 25px;
}
  .area-news .link img:nth-child(1) {
    display: inline-block;
    margin-bottom: 15px;
  }
  .area-news .ttl {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    line-height: 0;
  }
    .area-news .ttl a,
    .area-news .ttl img {
      display: inline-block;
    }
  .area-news .list {
    width: 100%;
    margin: 0;
    padding: 0 0 35px;
    list-style: none;
  }
    .area-news li {
      overflow: hidden;
      width: 100%;
      height: 30px;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .area-news li a {
      text-decoration: none;
    }
      .area-news li span:nth-child(1) {
        margin-right: 30px;
      }
  .search-index {
    position: absolute;
    bottom: 25px;
    right: 15px;
    padding-left: 15px;
  }
    .search-index input {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 28px;
      padding: 0 7px 0;
      color: #565655;
      font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 1em;
      letter-spacing: 0.05em;
      border: solid 2px #dcdddd;
    }
    .search-index .btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 4em;
      height: 28px;
      padding: 0 2px 0 7px;
      background: #000000;
      text-align: center;
      color: #ffffff;
      line-height: 1em;
      letter-spacing: 5px;
      border: solid 2px #000000;
      cursor: pointer;
    }

/* Section */
.area-info {
  width: 100%;
  margin: 80px auto 0;
  padding: 0 15px;
  text-align: center;
}
  .area-info br {
    display: none;
  }
  .area-info img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .area-info img:nth-of-type(2) {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  .area-info p {
    text-align: left;
  }
  .area-info a {
    margin-top: 25px;
  }

/* =================================
Media Queries
================================= */
@media screen and (min-width: 641px) {
/* News */
  .area-news {
    padding: 25px 15px 25px 15px;
  }
/* Section */
  .area-info {
    padding: 0 50px;
  }
    .area-info br {
      display: block;
    }
    .area-info p {
      text-align: center;
    }
}

@media screen and (min-width: 751px) {
/* Main Image */
  .hero-in-01 {
    max-width: 1000px;
  }
    .hero-index h1 {
      left: 50px;
      top: 20px;
    }
    
    .hero-index .nav-01 {
      -js-display: -webkit-flex;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-end;
      -webkit-flex-wrap: nowrap;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: nowrap;
      
      position: absolute;
      right: 50px;
      top: 32px;
    }
      .hero-index .nav-01 a {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        
        display: inline-block;
        position: relative;
        color: #ffffff;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0.1em;
        text-decoration: none;
      }
      .hero-index .nav-01 a:hover {
        opacity: 0.8;
      }
      .hero-index .nav-01 a:nth-child(n+2) {
        margin-left: 25px;
      }
      .hero-index .nav-01 a img {
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 10px;
      }
    .hero-index .nav-02 {
      -js-display: -webkit-flex;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      
      position: absolute;
      left: 0;
      bottom: 20px;
      padding: 0 50px;
    }
      .hero-index .nav-02 a {
        -webkit-transition: background 0.5s ease;
        transition: background 0.5s ease;
        
        display: block;
        padding: 10px 0 12px;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        line-height: 1em;
        letter-spacing: 0em;
        text-decoration: none;
        border: solid 1px #ffffff;
      }
      .hero-index .nav-02 a:nth-child(n+6) {
        margin-top: 10px;
      }
      .hero-index .nav-02 a:nth-child(1) { width: 16.413%; }
      .hero-index .nav-02 a:nth-child(2) { width: 15.812%; }
      .hero-index .nav-02 a:nth-child(3) { width: 23.666%; }
      .hero-index .nav-02 a:nth-child(4) { width: 18.715%; }
      .hero-index .nav-02 a:nth-child(5) { width: 16.117%; }
      .hero-index .nav-02 a:nth-child(6) { width: 24.709%; }
      .hero-index .nav-02 a:nth-child(7) { width: 27.765%; }
      .hero-index .nav-02 a:nth-child(8) { width: 25.708%; }
      .hero-index .nav-02 a:nth-child(9) { width: 14.829%; }
      .hero-index .nav-02 a:hover {
        background: #cf055e;
        background: #006c9f;
      }




    .hero-index .nav-03 {
      display: block;
      position: absolute;
      right: 50px;
      bottom: 20px;
    }
  .hero-in-02 {
    max-width: 1000px;
  }

/* News */
  .area-news {
    -webkit-justify-content: flex-start;
     -webkit-align-items: center;
     -webkit-flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
 }
  .area-news .link {
    text-align: center;
  }
  .area-news .ttl {
    width: 22%;
    margin-bottom: 0;
    padding-right: 15px;
  }
  .area-news .ttl a {
    display: inline-block;
  }
  .area-news .list {
    width: 78%;
    border-left: solid 1px #c1bfbf;
  }
    .area-news li {
      padding: 0 0 0 60px;
    }
  .search-index {
    width: 20%;
  }
    .search-index input {
      width: 100%;
    }

/* Navigation */
  .box-index-01 {
    max-width: 1000px;
  }
}

@media screen and (min-width: 901px) {
  .hero-index .nav-02 a {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .hero-index .nav-02 a:nth-child(n+6) {
    margin-top: 15px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 801px) {
  .hero-index .nav-02 a {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0em;
  }

  /*
      .hero-index .nav-02 a {
        font-size: 12px;
        line-height: 1em;
        letter-spacing: 0;
      }
  .hero-index .nav-02 a {
    margin-right: 40px;
  }
  .hero-index .nav-03 img {
    width: 80px;
    height: auto;
  }
  */
}

@media screen and (max-width: 800px) {
  /*
  .hero-index .nav-02 a {
    margin-right: 20px;
  }
  .hero-index .nav-03 img {
    width: 60px;
    height: auto;
  }
  */
}
