/*
Theme Name: lumen_WP_template
Theme URI: https://lumen-iwa.com/
Description: 株式会社ルーメン オリジナルテーマ
Author: 株式会社ルーメン
Version: 1.0
*/

/* =========================
   ヒーロー全体（高さ調整の本丸）
========================= */

.Main_Hero{
	position: relative;
	height: 760px !important;
	min-height: 760px !important;
}

.Main_Hero_Bg{
	height: 760px !important;
	min-height: 760px !important;
	overflow: hidden;
}

.Main_Hero_Bg picture,
.Main_Hero_Bg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* =========================
   ヒーロー本文
========================= */

.Main_Hero_Txt_Box{
	position: relative;
	top: -10px;
	z-index: 10;
	height: 760px !important;
	min-height: 760px !important;
}

/* =========================
   左下コピー
========================= */

.CatchCopy_Txt_Box{
	position: absolute !important;
	left: 55px !important;
	bottom: -120px !important;
	top: auto !important;
	width: 430px;
	z-index: 15;
}

/* =========================
   Scroll（完全削除）
========================= */

.Scrollbar_Wrap{
	display: none !important;
}

.container_04{
	height: 0 !important;
	background: transparent !important;
}

.scrollbar-text_04,
.scrollbar_04,
.scrollbar_04::before,
.scrollbar_04::after{
	display: none !important;
	content: none !important;
}


/* =========================
   LINEスタンプ
========================= */

.Line_Stamp_Banner.d-none.d-xl-block{
	position: absolute;
	top: 200px;
	right: 20px;
	left: auto;
	bottom: auto;
	width: 280px;
	height: auto !important;
	z-index: 20;

	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
	line-height: 0 !important;
}

.Line_Stamp_Banner.d-none.d-xl-block a{
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.Line_Stamp_Banner.d-none.d-xl-block img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}


/* =========================
   ふるさと納税エリア
========================= */

.HometownTax_Hero_Banners.d-none.d-xl-block{
	position: absolute;
	top: 270px;
	right: 20px;
	width: 280px;
	z-index: 20;

	background: rgba(255, 255, 255, 0.45);
	border-radius: 16px;
	padding: 14px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* 見出し */

.HometownTax_Hero_Heading{
	text-align: center;
	margin-bottom: 12px;
}

.HometownTax_Hero_Heading_Main{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}

.HometownTax_Hero_Heading_Sub{
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #555;
}

/* 検索案内 */

.HometownTax_Hero_Heading_Search{
	display: block;
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.5;
	color: #555;
}

/* バナー */

.HometownTax_Hero_Banners ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.HometownTax_Hero_Banners li{
	margin-bottom: 10px;
	background: #fff;
	border-radius: 10px;
	padding: 8px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.HometownTax_Hero_Banners img{
	width: 100%;
	display: block;
}

/* =========================
   円形背景削除
========================= */

.AboutCurved{
	display: none !important;
}

/* =========================
   Aboutセクションを上に詰める
========================= */

.About_Sec{
	padding-top: 0 !important;
	margin-top: -40px !important;
}