@charset "utf-8";
/*
Theme Name: HORIZON child
Theme URI:https://tcd-theme.com/tcd093
Description:WordPressテーマ「HORIZON」の子テーマ
Template:horizon_tcd093
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
/* ギャラリー全体の余白をなくす */
#work_gallery_type2 {
  height: 100% !important; /* 親要素を画面の高さに固定 */
  align-items: center !important; /* 中身を上下いっぱいに伸ばす */
}

/* 個別のアイテムの高さを100%にする */
#work_gallery_type2 .item {
  height: 88% !important;   /* 高さを100%に強制 */
  max-height: none !important; /* 900pxの制限を解除 */
  top: 0 !important;
}

/* 画像自体の高さを100%に固定 */
#work_gallery_type2 .image {
  height: 100% !important;
}
#work_gallery_type2 .item {
  width: 2000px; /* 例えば横幅を500pxに固定する場合 */
}

/* 元の100.5%の設定を100%に強制的に上書きする */
#work_image_list .item a {
    width: 100% !important;
    height: 100% !important;
}
