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

/* ファーストビュー上のロゴ・ナビを見えやすくする */
#header:not(.is-fixed) #logo .custom-logo {
  /* ロゴ白背景がない場合の視認性UP */
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}

/* ヘッダー全体に薄いグラデーション背景を敷く（オプション） */
#header:not(.is-fixed)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent);
  pointer-events: none;
  z-index: -1;
}

#header {
  position: relative; /* ::before の基準に */
}
/* ファーストビュー時、ロゴの視認性を上げる */
#header:not(.is-fixed) #logo .custom-logo {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7));
}

.service-section {
  margin-top: -40px !important;   /* ← この1行を追加 */
}
