@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

http://testsite2025.s331.xrea.com/

.custom-fv {
  display: block;
  width: 100%;
  height: 600px; /* 好みで調整 */
  background-image: url("http://testsite2025.s331.xrea.com/wp-content/uploads/2025/09/2025-09-26-06-46-08.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* PC表示時のファーストビュー動画サイズを縮小 */
@media screen and (min-width: 1025px) {
  .custom-header-video video {
    height: 60vh !important; /* 画面高の60%に縮小。値は好みに応じて調整 */
    object-fit: cover;
  }

  /* オーバーレイ（文字や背景が載っていた場合）も合わせて調整 */
  .custom-header-video .overlay {
    height: 60vh !important;
  }
}

