/* ホバー時に画像2枚目に切り替える */
.c-image-box__image {
  opacity: 1;
}

.c-image-box__image2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  opacity: 0;
}

/* ホバー時の処理を止める
.c-image-wrap--link:hover .c-image-box__image {
    opacity: 0;
}
.c-image-wrap--link:hover .c-image-box__image2 {
    opacity: 1;
}
*/

/** トップ **/
.top-section {
  margin-top: 30px;
  background-color: transparent;
}

.top-section h2 {
  margin-top: 0;
  text-align: center;
}

/* インフォメーション */
.top-section.ts-info {
  background: #f4f4f4;
  padding: 21px 0 15px;
  margin-top: 30px;
}

.ts-info-wrap {
  height: 5em;
  overflow: auto;
}

.ts-info-lists {
  display: block;
  text-align: left;
  margin-left: 0;
  margin: 0 15px;
  list-style: none;
}

.ts-info-lists li {
  margin-bottom: 5px; 
}

.ts-info-date {
  font-family: roboto, san-serif;
}
/* バナー2カラム */
.font-s {
  font-size: 0.6em;
}

.ts-banner1,
.ts-banner2 {
  position: relative;
  padding: 0 7.5px;
}

.ts-banner2 {
  margin-top: 15px;
}

.ts-banner1-text,
.ts-banner2-text {
  font-family: roboto;
  font-size: 1em;
  position: absolute;
  top: 49%;
  left: 8%;
  transform: translateY(-50%);
  font-size: 1em;
  letter-spacing: 2px;
  color: #464e54;
  line-height: 1.5;
  width: 80%;
}

.ts-banner1-text p:last-child,
.ts-banner2-text p:last-child {
  font-family: oswald;
  letter-spacing: 2px;
}

.ts-banner2-text {
  font-family: oswald;
  text-align: right;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #464e54;
}

/* ストーリー */
.ts-story {
  background-color: #eee;
  margin-top: 60px;
}

.ts-story > div {
  align-items: center;
}

.ts-story h2 {
  margin-top: 0.5em;
  text-align: left;
}

.ts-story-texts {
  padding: 15px;
}

.ts-story-texts p {
  margin-bottom: 15px; 
}


@media (min-width: 768px) {

  .slick-slide img {
    max-width: 100%;
    height: auto;
  }

  .top-section {
    margin-top: 60px;
  }
  

  .ts-para {
    margin-top: 30px;
  }

  .ts-banner1 {
    font-size: 1.2em;
  }

  .ts-banner2 {
    font-size: 1.2em;
    margin-top: 0;
  }

  .ts-banner1-text,
  .ts-banner2-text {
    font-size: 1.1em;
  }

  .ts-story-texts {
    padding: 18px 15px 35px 35px;
  }

  .ts-freespace-link {
    padding: 0 7.5px;
  }

  .banner-text {
    font-size: 1.5em;
  }

  #slider .slick-slide .caption {
    font-size: 2em;
  }

}