@charset "utf-8";

/* =========================================================
   JECA FAIR 2026 記事ページ 追加スタイル
   共通CSS（common_trendnews.css / sub_style.css）で足りない
   要素のみを最小限で定義。基底クラス・余白は共通CSSを利用。
   ========================================================= */


/* -----------------------------------------
   動画サムネイル（踏み台リンク）再生ボタン
   ----------------------------------------- */
.jecafair2026 .thumbnail-movie {
  position: relative;
  display: block;
}

.jecafair2026 .thumbnail-movie figure {
  margin: 0;
}

.jecafair2026 .thumbnail-movie img {
  width: 100%;
  height: auto;
}

.jecafair2026 .thumbnail-movie::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/jp/terasu/trend/trendnews/70/img/trend04/movie-icon.png)
    no-repeat center / contain;
  height: 60px;
  width: 92px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* -----------------------------------------
   当日の様子（写真3カラム）
   ----------------------------------------- */
.jecafair2026 .pht3column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  gap:14px 0;
}

.jecafair2026 .pht3column figure {
  width: calc(100% / 3 - 10px);
  margin: 0;
}

.jecafair2026 .pht3column figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jecafair2026 .terasu__movie_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .jecafair2026 .pht3column figure {
    width: 100%;
  }
  .jecafair2026 .pht3column figure + figure {
    margin-top: 10px;
  }
  .jecafair2026 .terasu__movie_title {
        font-size: 14px;
    }
  .jecafair2026__movie iframe{
    height: 200px !important;
  }
}

/* -----------------------------------------
   関連リンク（ボタン2列 ＋ バナー）
   ----------------------------------------- */
.jecafair2026 .c-bg--gray01 img{
  width: 100%;
  max-width: 470px;
}
