/* ========== ========== */
/* ホーム：重要なお知らせ
/* ========== ========== */
.circle-anim {
	height: 25px;
	transform: rotate(90deg); /* ← 回転でスタート位置を下に */
	width: 25px;
}
.circle {
	/* animation: drawCircle 1s ease-out forwards; */
	fill: none;
	stroke: var(--white);
	stroke-dasharray: 314; /* 2πr ≒ 2 * 3.14 * 50 */
	/* stroke-dashoffset: 314; */
	stroke-dashoffset: 0;
	stroke-width: 8;
}
.scope_attention_container:hover .circle {
	animation: drawCircle 0.6s ease-out forwards;
}
@keyframes drawCircle {
	0% {
		stroke-dashoffset: 314;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
.attention_check {
	display: inline-block;
	height: 25px;
	position: relative;
	width: 25px;
}
.attention_check::before {
	border-bottom: 2px solid var(--white);
	border-left: 2px solid var(--white);
	bottom: 6px;
	content: "";
	display: block;
	height: 6px;
	left: 7px;
	margin: auto;
	position: absolute;
	top: 4px;
	transform: rotate(-47deg);
	width: 10px;
}
.scope_attention_container:hover .attention_check::before {
	animation: 0.8s 0.5s example2 forwards;
	border-bottom: 2px solid var(--transparent);
	border-left: 2px solid var(--transparent);
	height: 0;
	left: 7px;
	top: 8px;
	width: 0;
}
@keyframes example2 {
	0% {
		border-bottom: 2px solid var(--transparent);
		border-left: 2px solid var(--transparent);
		height: 0;
		left: 7px;
		top: 8px;
		width: 0;
	}
	30% {
		border-left: 2px solid var(--white);
		height: 6px;
		left: 8px;
		top: 10px;
		width: 0;
	}
	100% {
		border-bottom: 2px solid var(--white);
		border-left: 2px solid var(--white);
		height: 6px;
		left: 7px;
		top: 4px;
		width: 10px;
	}
}

.scope_attention {
	background: #a50b28;
	padding-bottom: 20px;
	padding-top: 20px;
}

.heading_attention_wrapper {
	column-gap: 10px;
	display: flex;
	position: relative;
}
.heading_attention_wrapper::before {
	background: var(--white);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 22px;
}
.heading_attention {
	color: var(--white);
	font-size: 16px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.list_attention {
	display: grid;
	row-gap: 5px;
}
.list_attention_block {
}
.list_attention_link {
	color: var(--white);
}
.list_attention_title {
	display: inline;
	font-weight: 600;
}
.list_attention_date {
	display: inline;
}

/* ========== ========== */
/* ホーム：メインコンテンツ
/* ========== ========== */
.home_main {
	position: relative;
	z-index: 0;
}

/* メインヘッダー ---------- ---------- ---------- */
.header_home_main {
	position: relative;
}
/* .header_home_main_bg, */
.header_home_main_inner {
	/* aspect-ratio: 1366 / 655; */
	aspect-ratio: 1920 / 1080;
	/* height: max(36.5625rem, 34.2226rem + 27.3381vw); */
	list-style-type: none;
	/* max-height: 655px; */
	/* min-height: 585px; */
	width: 100%;
}
.contents_main_home {
	position: relative;
}

/* ビジュアル高さ最大値 ---------- ---------- ---------- */
.header_home_main_inner {
	max-height: calc(100vh - 64px - 114px);
	max-height: calc(100lvh - 64px - 114px);
}
.scope_attention:has(.list_attention_block) {
	& + .header_home_main {
		& .header_home_main_inner {
			max-height: calc(100lvh - 64px - 110px - 114px);
		}
	}
}
.scope_attention:has(.list_attention_block:nth-of-type(2)) {
	& + .header_home_main {
		& .header_home_main_inner {
			max-height: calc(100lvh - 64px - 110px - 30px - 114px);
		}
	}
}
.scope_attention:has(.list_attention_block:nth-of-type(3)) {
	& + .header_home_main {
		& .header_home_main_inner {
			max-height: calc(100lvh - 64px - 110px - (30px * 2) - 114px);
		}
	}
}

/* ========== ========== */
/* ホーム：キャッチコピー
/* ========== ========== */
.header_home_main_contents {
	padding-bottom: clamp(0rem, -0.4544rem + 1.8499vw, 1.125rem);
}
.header_home_main_heading {
	position: relative;
	z-index: 500;
}
.copy_big,
.copy_small {
	display: grid;
	max-width: clamp(10rem, 7.6018rem + 9.7636vw, 15.9375rem);
}
.big_svg {
	display: block;
	height: clamp(2rem, 1.4951rem + 2.0555vw, 3.25rem);
	width: 300px;
}
.big_svg_text,
.copy_big {
	color: var(--black);
	font-family: var(--font-minas);
	font-size: clamp(1.875rem, 1.4206rem + 1.8499vw, 3rem);
	font-style: var(--font-sty-minas);
	font-weight: var(--font-wei-minas-reg);
	letter-spacing: 0.2rem;
	line-height: clamp(2.75rem, 2.1189rem + 2.5694vw, 4.3125rem);
	line-height: 1;
}
.copy_big_svg {
	margin-bottom: 1.125rem;
	row-gap: clamp(0.75rem, 0.5985rem + 0.6166vw, 1.125rem);
}
.copy_small {
	color: var(--black);
	color: #858585;
	font-family: var(--font-times);
	font-size: clamp(0.625rem, 0.4735rem + 0.6166vw, 1rem);
	font-style: var(--font-sty-times);
	font-weight: var(--font-wei-times-reg);
	letter-spacing: clamp(0.1875rem, 0.1118rem + 0.3083vw, 0.375rem);
	line-height: clamp(0.875rem, 0.673rem + 0.8222vw, 1.375rem);
}
.copy_small_br {
	opacity: 0;
}
.copy_big_br,
.copy_small_br {
	display: block;
	font-feature-settings: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
}

@keyframes no-js-opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.no-js {
	& .copy_big {
		clip: unset;
		height: auto;
		margin: 0;
		overflow: unset;
		padding: 0;
		position: unset;
	}
	& .copy_big_svg {
		display: none;
	}
	& .copy_small_br {
		opacity: 1;
	}
}
.loaded {
	& .copy_small_br {
		opacity: 1;
	}
}
.js-js {
}

/* ========== ========== */
/* 背景画像
/* ========== ========== */
.header_home_main {
	/* display: grid; */
}
.header_home_main_inner > .container {
	align-content: center;
	display: grid;
	height: 100%;
}
.header_home_main,
.header_home_main_bg {
	/* min-height: 100%;
	min-height: 585px; */
}
.header_home_main_bg {
	/* aspect-ratio: 16 / 9; */
	background: var(--white);
	height: 100%;
	overflow: hidden;
	position: relative;
	position: absolute;
	top: 0;
	width: 100%;
	/* background: var(--black);
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%; */

	& #myVideo {
		opacity: 0;
	}

	& .header_home_main_bg_img {
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		object-fit: cover;
		position: absolute;
		/* height: 100vh;
		left: 50%;
		position: absolute;
		top: 50%;
		translate: -50% -50% 0;
		width: 197.78vh;
		width: calc(100vh * (1366 / 655)); */
		top: 50%;
		translate: -50% -50% 0;
	}

	& .header_home_main_bg_inner,
	& .list_visual_slide_wrapper .list_visual_slide,
	& .list_visual_slide li {
	}

	& .list_visual_slide_wrapper {
	}

	& .header_home_main_bg_inner {
		visibility: visible !important;
	}

	& .header_home_main_inner,
	& .header_home_main_bg_inner,
	& .header_home_main_bg,
	& .list_visual_block,
	& .list_visual_link,
	& .list_visual_figure,
	& .list_visual_figure * {
		aspect-ratio: 1366 / 768;
	}

	& .list_visual_block,
	& .list_visual_link,
	& .list_visual_figure {
		display: grid;
	}

	& .list_visual_figure {
		margin: 0 !important;
	}

	& .list_visual_figure * {
		object-fit: cover;
	}

	& .list_visual_slide li {
		list-style-type: none;
		width: 100%;
	}

	& .list_visual_slide {
		transform: none !important;
	}

	& .list_visual_slide li {
		margin-right: 15px;
	}

	& .list_visual_block {
		position: relative;
	}

	& .list_visual_block::after {
	}
}
@keyframes loadingBg05 {
	0% {
		transform: translateX(0) translateY(0) rotate(0deg);
	}
	100% {
		transform: translateX(-400%) translateY(-200%) rotate(0deg);
	}
}
.list_visual_slide li a {
	display: block;
	height: 100%;
	width: 100%;
}
.list_visual_img {
	display: grid;
}
.list_visual_slide li img {
	object-fit: cover;
}
.list_visual_slide li figcaption {
	align-content: center;
	bottom: 0;
	color: var(--white);
	font-size: 1rem;
	font-weight: 600;
	left: 50%;
	line-height: 1.68;
	margin-bottom: 5.4vw;
	max-width: 1110px;
	padding-bottom: clamp(3.125rem, 2.4939rem + 2.5694vw, 4.6875rem);
	position: absolute;
	translate: -50% 0 0;
	width: 100%;
	width: min(
		100% - clamp(2.5rem, 0.4808rem + 9.2308vw, 6.25rem),
		2.9527rem + 77.8007vw
	);
	z-index: 900;
}

.splide__pagination {
	bottom: 20px;
}
.splide__pagination__page,
.splide__pagination__page.is-active {
	border-radius: unset;
	height: 5px;
	margin: 0 5px;
	transform: none;
	width: 45px;
}
.splide__pagination__page {
	background: var(--white);
	opacity: 0.35;
	transition: 0.3s ease-out;
}
.splide__pagination__page.is-active {
	background: var(--orange);
	opacity: 1;
	transition: 0.3s ease-out;
}

.home_contents_background {
	position: relative;
}

/* ========== ========== */
/* ファーストビュー
/* ========== ========== */
.view_first {
	align-content: space-between;
	display: grid;
	height: 100%;
	position: relative;
	z-index: 10;
}
.view_first_logo {
	padding: 0 10px;
}
.view_first_logo_inner {
	margin: 0 auto;
	max-width: 760px;
}

/* ========== ========== */
/* ホーム：ナビゲーション
/* ========== ========== */
.home_menu {
}
.list_homenav {
	background: var(--medium-pink);
	display: grid;
	grid-template-columns: repeat(2, 1fr);

	/* & .gnav_four_figure::before {
		background: var(--pink);
	} */

	& .gnav_four_title {
		color: var(--black);
		font-weight: 600;
		/* text-shadow:
			0px 0px 2px var(--orange),
			0px 0px 2px var(--orange),
			2px 2px 5px var(--orange); */
	}
	& .gnav_four_link {
		align-items: center;
		column-gap: 10px;
		display: grid;
		grid-template-columns: auto auto;
		justify-content: start;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
}

/* ========== ========== */
/* ホーム：ダブルブロック
/* ========== ========== */
.scope_list_double {
}
.list_double {
	display: grid;
	/* grid-template-columns: repeat(2, 1fr); */
}
.list_double_block {
	position: relative;
}
.double_link_white::before,
.double_link_pink::before {
	background: var(--white);
	content: "";
	height: 100%;
	left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.double_link_pink::before {
	background: var(--light-pink);
}
.list_double_link {
	display: grid;
	padding-bottom: clamp(0.9375rem, 0.5588rem + 1.5416vw, 1.875rem);
	padding-left: clamp(0.9375rem, 0.5588rem + 1.5416vw, 1.875rem);
	padding-left: clamp(0.625rem, -0.8896rem + 6.1665vw, 4.375rem);
	padding-right: clamp(0.9375rem, 0.5588rem + 1.5416vw, 1.875rem);
	padding-right: clamp(0.625rem, -0.8896rem + 6.1665vw, 4.375rem);
	padding-top: clamp(0.9375rem, 0.5588rem + 1.5416vw, 1.875rem);
}

/* .double_link_pink {
} */
.item_below_mainv {
	display: grid;
	height: 100%;
	padding-bottom: clamp(0.9375rem, 0.5588rem + 1.5416vw, 1.875rem);
	padding-left: clamp(0.625rem, -0.8896rem + 6.1665vw, 4.375rem);
	padding-right: clamp(0.625rem, -0.8896rem + 6.1665vw, 4.375rem);
	padding-top: clamp(0.9375rem, 0.5588rem + 1.5416vw, 1.875rem);

	& .below_mainv_link {
		border-radius: 10px;
		display: grid;
		grid-template-columns: max-content auto;
		overflow: hidden;
	}
	& .below_mainv_figure {
		/* height: 100%;
		max-width: 100px; */
		overflow: hidden;
		position: relative;
		/* width: max(4.375rem, 3.6177rem + 3.0832vw); */
		width: calc(4.5273rem + 9.5581vw);
	}
	& .below_mainv_img {
		aspect-ratio: 1 / 1;
		min-height: 100%;
		min-width: 100%;
		object-fit: cover;
		/* position: absolute; */
		transform-origin: left center;
		transition: 0.3s;
	}
	& .below_mainv_link:hover {
		& .below_mainv_img {
			opacity: 1;
			scale: 1.1;
			transition: 0.3s;
		}
	}
	& .below_mainv_contents {
		align-content: center;
		background: var(--white);
		display: grid;
		padding-left: clamp(0.625rem, 0.4988rem + 0.5139vw, 0.9375rem);
		padding-right: clamp(0.625rem, 0.4988rem + 0.5139vw, 0.9375rem);
		row-gap: clamp(0.3125rem, 0.1863rem + 0.5139vw, 0.625rem);
	}
	& .below_mainv_title {
		color: var(--black);
		font-size: 1rem;
		line-height: 1.5625rem;
	}
	& .below_mainv_outline {
		color: var(--dark-gray);
		font-size: 0.75rem;
		line-height: 1rem;
	}
}

/* ナビゲーション（サブ） ---------- ---------- ---------- */
.header_home_nav {
	border: 0;
	bottom: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	width: 1px;
}
.nav_sub01 {
	background: var(--yellow);
	border-radius: 10px;
}
.list_nav_sub01 {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
.list_nav_sub01 li {
	list-style-type: none;
}
.list_nav_sub01 li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6875rem;
	padding: 21.5px 17px;
	position: relative;
	transition: 0.3s ease-out;
}
.list_nav_sub01 li a::after {
	background: var(--gray);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 0px;
	rotate: 45deg;
	top: 50%;
	translate: 0 -50% 0;
	width: 1px;
}
.list_nav_sub01 li a:hover {
	color: var(--dark_blue);
	transition: 0.3s ease-out;
}
.list_nav_sub01 li:last-child a::after {
	display: none;
}

/* 見出し ---------- ---------- ---------- */
.heading_home {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	font-size: clamp(1.5rem, 1.399rem + 0.4111vw, 1.75rem);
	justify-content: flex-end;
	line-height: 1.75rem;
	margin-bottom: clamp(0.625rem, 0.3726rem + 1.0277vw, 1.25rem);
	position: relative;
	z-index: 1;
}
.heading_home {
	column-gap: 15px;
	font-size: clamp(0.75rem, 0.6995rem + 0.2055vw, 0.875rem);
}
.heading_home .h_two_inner {
	display: inline-block;
	max-width: calc(100vw - 100px);
	padding: 20px 20px 20px 0px;
	word-break: break-all;
}
.heading_home .h_two_inner {
	min-width: 0;
}

.heading_home_small {
	color: var(--dark_blue);
	font-size: clamp(2.375rem, 1.9206rem + 1.8499vw, 3.5rem);
	line-height: clamp(3rem, 2.4194rem + 2.3638vw, 4.4375rem);
}
.heading_home_small {
	font-family: var(--font-dincon);
	font-size: clamp(2rem, 1.3437rem + 2.6721vw, 3.625rem);
	font-style: var(--font-sty-dincon);
	font-weight: var(--font-wei-dincon-reg);
	position: relative;
	z-index: 1;
}

/* ========== ========== */
/* お知らせ：INFOMATION
/* ========== ========== */
.scope_info {
	background: var(--white);
	padding-bottom: clamp(3.75rem, 2.9927rem + 3.0832vw, 5.625rem);
	padding-top: clamp(2.5rem, 1.9951rem + 2.0555vw, 3.75rem);
}
.scope_info .heading_home_small {
	color: var(--pink);
}
.info_heading_column {
	display: grid;
}
.list_info {
	column-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 10px;
}
.list_info_block {
}
.list_info_figure,
.list_info_img {
	aspect-ratio: 260 / 150;
}
.list_info_figure {
	position: relative;
}
.list_info_img {
	bottom: 0;
	display: block;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	transform-origin: center center;
	transition: 0.3s;
	width: 100%;
}
.list_info_link:hover {
	& .list_info_img {
		/* opacity: 1; */
		scale: 1.1;
		transition: 0.3s;
	}
}
.list_info_figure {
	border-radius: 10px;
	display: grid;
	overflow: hidden;
}
.list_info_figure:has(.list_info_noneimg) {
	background: var(--light-cream);
}
.list_info_img {
	object-fit: cover;
}
.list_info_noneimg {
	object-fit: contain;
	opacity: 0.5;
	padding: 0 clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
}
.list_info_contents {
	display: grid;
	margin-top: 15px;
	row-gap: 15px;
}
.list_info_title {
	color: var(--black);
	font-size: clamp(0.9375rem, 0.9123rem + 0.1028vw, 1rem);
	line-height: 1.375rem;
}
.list_info_inline {
	display: grid;
	row-gap: 5px;
}
.list_info_date {
	color: var(--dark-gray);
	display: inline;
	font-size: clamp(0.6875rem, 0.6623rem + 0.1028vw, 0.75rem);
	line-height: clamp(0.9375rem, 0.9123rem + 0.1028vw, 1rem);
}
.list_info_cat {
	/* display: inline; */
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}
.cat_mini {
	align-content: center;
	align-items: center;
	border: 1px solid var(--gray);
	color: var(--pink);
	display: inline-block;
	/* font-size: 0.75rem; */
	font-size: clamp(0.625rem, 0.5998rem + 0.1028vw, 0.6875rem);
	line-height: 1rem;
	min-width: 64px;
	/* padding: 4.5px 10px; */
	padding: 0px 10px 0px;
	text-align: center;
}
.list_info_button {
	align-content: center;
	background: none;
	border: none;
	cursor: pointer;
	display: grid;
	height: 30px;
	justify-content: center;
	margin-left: auto;
	position: relative;
	width: 50px;
}
.list_info_button::before {
	border-bottom: 1px solid var(--pink);
	border-radius: 100px;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(0deg);
	transform-origin: calc(100% - 5px) 50%;
	transition: 0.3s;
	translate: 0 -50% 0;
	width: 100%;
}
.list_info_button::after {
	border-left: 1.5px solid var(--pink);
	border-radius: 100px;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 0;
	rotate: 110deg;
	top: 50%;
	transform-origin: calc(100% - 5px) 50%;
	transition: 0.3s;
	translate: 0 calc(-50% - 5px) 0;
	width: 2px;
}
.list_info_button {
	& .list_info_button_inner {
		border: 1px solid var(--pink);
		color: var(--transparent);
		height: 20px;
		line-height: 2rem;
		position: relative;
		transition: 0.3s;
		width: 20px;
		/* z-index: -1; */
		z-index: 0;
	}
}
.scope_info {
	& .link_goto {
		margin-top: 15px;
	}
}

.tab_info_wrapper {
	/* スクロールヒント */
	& .scroll-hint-shadow-wrap::before,
	& .scroll-hint-shadow-wrap::after {
		z-index: 2;
	}
	& .scroll-hint-shadow-wrap {
		& .scroll-hint-icon::before {
			background: none;
		}
	}
	& .scroll-hint-icon {
		background: rgba(125, 60, 70, 0.7);
		height: calc(100% - 10px);
	}
	& .scroll-hint-icon::after {
		animation: none;
		margin-left: 0;
		opacity: 1;
		top: 50%;
		translate: -50% -50% 0;
	}
}

/* Hover */
.list_info_link:hover {
	& .list_info_button::before {
		right: -10px;
		transition: 0.3s;
		width: calc(100% - 10px);
	}
	& .list_info_button::after {
		right: -10px;
		transition: 0.3s;
	}
	& .list_info_button_inner {
		/* background: var(--light-pink); */
		transition: 0.3s;
	}
}

/* Information（お知らせ・キャンペーン・新着情報） ---------- ---------- ---------- */
.scope_information {
	padding-bottom: clamp(1.875rem, 1.1177rem + 3.0832vw, 3.75rem);
	padding-top: clamp(1.25rem, 0.2402rem + 4.111vw, 3.75rem);
}
.article_home {
	margin-bottom: 5.4vw;
	padding-bottom: 87px;
	padding-top: 72px;
	position: relative;
}
.article_home_bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.article_home_bg > * {
	left: calc(
		clamp(0rem, -12.3155rem + 50.1395vw, 30.4910714285625rem) - (1366px / 2.8)
	);
	min-width: 100%;
	object-fit: contain;
	object-position: top;
	position: absolute;
	top: 0;
	width: max(1366px, 100%);
}

/* タブ */
.tab_info_wrapper {
	margin: 0 calc(50% - 50vw);
	overflow-x: hidden;
}
.tab_info_position {
	display: grid;
	overflow-x: auto;
	overflow-y: hidden !important;
	position: relative;
}
.tab_info {
	column-gap: 2px;
	display: inline-flex;
	font-weight: 600;
	margin: 0 auto;
	max-width: 1110px;
	padding: 0 var(--tab-news-padding);
	padding-bottom: 9px;
	position: relative;
	text-wrap: nowrap;
	width: max(100%, -1.375rem + 95.2vw);
	--tab-news-padding: calc(
		clamp(1.25rem, -1.4764rem + 11.0997vw, 8rem) -
			clamp(0rem, -34.6875rem + 50vw, 8rem) + (5px * 2)
	);
}
.tab_info_line {
	display: grid;
	position: relative;
}

.tab_info_block {
	color: var(--white);
	cursor: pointer;
	display: grid;

	list-style-type: none;
	position: relative;
}
.tab_info_block::before {
	background: var(--transparent);
	bottom: -5px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	transition: 0.3s ease-out;
	width: 100%;
	z-index: -1;
}
.tab_info_block.active::before {
	background: var(--pink);
	bottom: -5px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	transition: 0.3s ease-out;
	width: 100%;
	z-index: 0;
}

.tab_info_link {
	align-content: center;
	background: var(--transparent);
	border: 1px solid var(--transparent);
	border-radius: 999px;
	color: var(--text);
	display: inline-grid;
	display: block;
	/* font-size: clamp(0.9375rem, 0.8618rem + 0.3083vw, 1.125rem); */
	font-size: clamp(0.75rem, 0.6995rem + 0.2055vw, 0.875rem);
	line-height: clamp(1.25rem, 1.149rem + 0.4111vw, 1.5rem);
	/* padding: 10px clamp(0.625rem, 0.3726rem + 1.0277vw, 1.25rem); */
	padding: 10px clamp(1.25rem, 0.8487rem + 0.8361vw, 1.5625rem);
	position: relative;
	white-space: nowrap;
	z-index: 1;
	z-index: 0;
}
.tab_info_link {
	position: relative;
}
.tab_info .tab_info_link::before {
	background: var(--cream);
	border-bottom: 1px solid var(--transparent);
	border-radius: 999px;
	border-radius: 4px 4px 0px 0px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease-out;
	width: 100%;
	z-index: -2;
}

.tab_info .tab_info_link:hover {
	color: var(--text);
}
.tab_info .tab_info_link:hover::before {
	background: var(--light-pink);
	transition: 0.3s ease-out;
}
.tab_info .active .tab_info_link,
.tab_info .active.tab_info_link {
	color: var(--text);
}
.tab_info .active .tab_info_link::before {
	background: var(--white);
}

/* ニュース一覧 */
.list_active_block {
	margin-top: 20px;
}
.active_block_inner {
	display: grid;
	height: 0;
	opacity: 0;
	visibility: hidden;

	& .list_news + .link_goto {
		margin-top: 20px;
	}
}
.active_block_inner.active {
	display: grid;
	height: auto;
	opacity: 1;
	transition: 0.3s ease-out;
	visibility: visible;
}

/* リスト */
.list_news {
	display: grid;
}
.list_news_block {
	border-bottom: 1px solid var(--light-gray);
	list-style-type: none;
}
.list_news_link {
	background: var(--light_gray);
	display: grid;
	padding: 14px 20px 20px 20px;
	row-gap: 15px;
	transition: 0.3s ease-out;
}
.list_news_link:not(:has(.list_news_head)) {
	padding: 20px 20px 20px 20px;
}

/* info内の固定 */
.information_pickup_figure,
.information_pickup_img {
	aspect-ratio: 445 / 323;
}
.information_pickup_figure {
	align-content: center;
	align-items: center;
	display: grid;
	justify-items: center;
	overflow: hidden;
	position: relative;
}
.information_pickup_img {
	object-fit: cover;
}
.information_pickup_figure:has(.list_used_noneimg) {
	background: #ccc;
}
.list_used_noneimg {
	object-fit: contain;
	opacity: 0.6;
}

.scope_information_pickup {
	margin: 0 calc(50% - 50vw);
	margin-top: 40px;
}
.information_pickup {
	margin: 0 auto;
}
.information_pickup_link {
	display: grid;
}
.information_pickup_title {
	background: var(--orange);
	color: var(--white);
	font-size: 1.5rem;
	line-height: 2.25rem;
	overflow: hidden;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
	transition: 0.3s ease-in-out;
}
.information_pickup_title::after {
	background: url(../images/home/pickup__arrow.svg?date=202504);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -10px;
	content: "";
	height: clamp(3.125rem, 2.923rem + 0.8222vw, 3.625rem);
	position: absolute;
	right: 10px;
	transition: 0.3s ease-in-out;
	width: clamp(1.9375rem, 1.8113rem + 0.5139vw, 2.25rem);
}
.information_pickup_link:hover .information_pickup_title {
	background: var(--yellow);
	color: var(--black);
	transition: 0.3s ease-in;
}
.information_pickup_link:hover .information_pickup_title::after {
	right: 20px;
}

.information_pickup_excerpt {
	color: var(--text);
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
}

.information_pickup_excerpt::before {
	background: var(--orange);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	transition: 0.3s ease-out;
	width: 100%;
}

/* 上部 */
.list_news_head {
	align-items: baseline;
	column-gap: 10px;
	display: flex;
	flex-wrap: wrap;
}
.list_news_date {
	color: var(--dark-gray);
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.list_news_cat {
	display: flex;
	flex-flow: row wrap;
	font-size: 11px;
	gap: 5px;
	padding: 4.5px 0;
}

/* 下部 */
.list_news_contents {
}
.list_news_excerpt {
	color: var(--text);
	font-size: clamp(1rem, 0.9495rem + 0.2055vw, 1.125rem);
	font-weight: 600;
	line-height: clamp(1.6875rem, 1.5865rem + 0.4111vw, 1.9375rem);
	transition: 0.3s ease-out;
}
.list_news_link:hover .list_news_excerpt {
	color: var(--link);
	transition: 0.3s ease-out;
}

.scope_news .link_goto {
	margin-top: clamp(0.625rem, 0.2463rem + 1.5416vw, 1.5625rem);
}

/* ========== ========== */
/* ピックアップ Pickup
/* ========== ========== */
.scope_pickup {
	padding-bottom: clamp(2.5rem, 1.9951rem + 2.0555vw, 3.75rem);
	padding-top: clamp(1.25rem, 0.2402rem + 4.111vw, 3.75rem);
	position: relative;
}
.scope_pickup::before {
	background: var(--light-orange);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: 0.3s ease-out;
	width: 100%;
	z-index: -2;
}
.scope_pickup .heading_home_small {
	/* color: var(--middle-orange); */
	color: var(--orange);
}

.splide_overflow {
	& .container {
		position: relative;
		/* & ::before {
			content: "";
			position: absolute;
		} */
	}
	& .container::before {
		background: var(--light-orange);
		content: "";
		height: 100%;
		left: -100%;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
}

.slider_pickup {
	/* margin-right: -100px !important; */

	& .splide__arrow {
		background: var(--transparent);
		height: 60px;
		opacity: 1;
		width: 60px;

		& svg {
			height: 30px;
			width: 15px;
		}

		& svg path {
			fill: var(--orange);
		}
	}

	& .splide__arrow:focus-visible {
		border-radius: 50% !important;
		outline: none;
		position: absolute !important;
	}

	& .splide__arrow::before {
		background: var(--white) !important;
		border-radius: 50%;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: 0.3s ease-out;
		width: 100%;
		z-index: -1;
	}

	& .splide__arrow:hover::before {
		opacity: 0.7;
		transition: 0.3s ease-out;
	}

	& .splide__arrow--prev {
		left: calc(-60px - clamp(0rem, -1.6054rem + 3.3445vw, 1.25rem));

		& svg {
			transform: none;
		}
	}

	& .splide__arrow--next {
		right: calc(-60px - clamp(0rem, -1.6054rem + 3.3445vw, 1.25rem));
	}

	& .splide__arrow--prev,
	& .splide__arrow--next {
		display: none;
	}
}

.information_pickup_excerpt::before {
	background: var(--orange);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	transition: 0.3s ease-out;
	width: 100%;
}
.list_pickup_wrapper {
	margin: 0 calc(50% - 50vw);
	overflow-x: hidden;
}
.list_pickup_position {
	display: grid;
	justify-items: center;
	overflow-x: auto;
	overflow-y: hidden;
}
.list_pickup {
}
.list_pickup {
	display: inline-flex;
}
.list_pickup_block {
	margin-right: 15px;
	min-width: 265px;
	transition: all 0.3s ease-out;
	width: calc(100% / 4 - 15px);
}
.list_pickup_block.is-visible {
	opacity: 1;
}
.list_pickup_block:hover {
	transition: all 0.3s ease-out;
}
.list_pickup_date {
	color: var(--dark-gray);
	font-size: 0.75rem;
	line-height: 1rem;
}

.list_kind_link {
	display: block;
}
.list_pickup_figure {
	border-radius: 10px;
	display: grid;
	overflow: hidden;
}
.list_pickup_figure:has(.list_used_noneimg) {
	background: #ccc;
}
.list_pickup_figure,
.list_pickup_img,
.list_used_noneimg {
	aspect-ratio: 1 / 1;
	aspect-ratio: 160 / 95;
	aspect-ratio: 768 / 384;
}
.list_pickup_img {
	object-fit: cover;
}
.rss-thumbnail .list_pickup_img {
	object-fit: contain;
}
.list_pickup_contents {
	display: grid;
	margin-top: 15px;
	padding: 0 clamp(0.5rem, 0.4495rem + 0.2055vw, 0.625rem);
	row-gap: 15px;
}

.list_pickup_number {
	color: var(--dark-gray);
	font-size: clamp(0.625rem, 0.5745rem + 0.2055vw, 0.75rem);
	line-height: clamp(1.875rem, 1.7235rem + 0.6166vw, 2.25rem);
}
.list_pickup_title {
	color: var(--black);
	font-size: 1rem;
	line-height: 1.5625rem;
}
.list_pickup_brand {
	color: var(--dark-gray);
	font-size: 0.625rem;
	line-height: 1.25rem;
}
.list_pickup_price {
	color: var(--black);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25rem;
	text-align: right;
}

.list_pickup_button {
	background: var(--orange);
	border-radius: 4px;
	box-shadow: 0px 0px 5px #00000029;
	color: var(--white);
	display: grid;
	font-size: clamp(0.75rem, 0.6995rem + 0.2055vw, 0.875rem);
	justify-content: center;
	line-height: clamp(1.0625rem, 0.9868rem + 0.3083vw, 1.25rem);
	margin: clamp(0.5rem, 0.4495rem + 0.2055vw, 0.625rem);
	margin-top: 20px;
	padding: 13px;
}

.splide_overflow {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 920px;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}
.splide_over {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
}
.splide_overflow::before {
	background: #fff;
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(
		clamp(6.875rem, 3.9719rem + 11.8191vw, 14.0625rem) -
			clamp(0rem, -18.0602rem + 37.6254vw, 14.0625rem)
	);
	position: absolute;
	top: 0;
	width: 100vw;
}
#over .splide__track {
	margin-top: -15px;
	/* overflow: hidden; */
	overflow: visible;
	padding-top: 15px;
	position: relative;
	z-index: 0;
}

/* アニメーションについて追加があれば ---------- ---------- ---------- */
.splide__track {
	display: flex;
}
/* .list_pickup_block,
.list_pickup_block .list_pickup_img {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} */
.list_pickup_block:has(.list_pickup_link:focus-visible),
.list_pickup_block:has(.list_pickup_link:hover) {
	transform: translateY(-15px);
}
.list_pickup_block .list_pickup_img {
	/* height: calc(100% + 15px);
	transform: translateY(-15px); */
	height: 100%;
	transition: 0.3s ease-out;
}
.list_pickup_block:has(.list_pickup_link:focus-visible) .list_pickup_img,
.list_pickup_block:has(.list_pickup_link:hover) .list_pickup_img {
	/* transform: translateY(0); */
	opacity: 1;
	scale: 1.1;
	transition: 0.3s ease-out;
}

/* 中古機械 ---------- ---------- ---------- */
.scope_machine {
	padding-bottom: clamp(2.5rem, 1.9951rem + 2.0555vw, 3.75rem);
	padding-top: clamp(1.25rem, 0.2402rem + 4.111vw, 3.75rem);
}

/* その他のメニュー ---------- ---------- ---------- */
.scope_other {
	background: var(--light-gray);
	padding-bottom: clamp(2.5rem, 1.9951rem + 2.0555vw, 3.75rem);
	padding-top: clamp(2.5rem, 1.9951rem + 2.0555vw, 3.75rem);
}
.other_list_wrapper {
	column-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
	display: grid;
	row-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
}
/* メニュー（大） */
.list_other {
	column-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
	display: grid;
	row-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
}
.list_other_block {
	list-style-type: none;
}
.list_other_block:not(:has(.list_other_link)),
.list_other_link {
	display: grid;
	grid-template-columns: clamp(5.625rem, 3.8579rem + 7.1942vw, 10rem) auto;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.list_other_block::before {
	background: var(--white);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.list_other_block::after {
	background: linear-gradient(
		45deg,
		white 0%,
		white 50%,
		var(--orange) 51%,
		var(--orange) 100%
	);
	background-position: 0% 0%;
	background-size: 200% 200%;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
	width: 14px;
	z-index: -1;
}
.list_other_block:hover::after {
	height: 28px;
	transition: 0.3s ease-in-out;
	width: 28px;
}
.list_other_img,
.list_other_img * {
	aspect-ratio: 1 / 1;
}
.list_other_img {
	display: grid;
}
.list_other_img:has(.no_image) {
	background: #ccc;
}
.list_other_img * {
	object-fit: cover;
}

.list_other_heading {
	color: var(--black);
	font-size: clamp(1rem, 0.798rem + 0.8222vw, 1.5rem);
	line-height: clamp(1.6875rem, 1.3341rem + 1.4388vw, 2.5625rem);
}
.list_other_text {
	color: var(--dark-gray);
	font-size: clamp(0.6875rem, 0.6118rem + 0.3083vw, 0.875rem);
	line-height: 1.45;
}
.list_other_contents {
	align-content: center;
	display: grid;
	padding: clamp(0.625rem, 0.3726rem + 1.0277vw, 1.25rem);
	row-gap: clamp(0.625rem, 0.3726rem + 1.0277vw, 1.25rem);
}

/* メニュー（小） */
.list_banner {
	column-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: clamp(0.625rem, 0.1201rem + 2.0555vw, 1.875rem);
}
.list_banner_block,
.list_banner_link,
.list_banner_img {
	aspect-ratio: 161 / 80;
}
.list_banner_block,
.list_banner_link {
	display: grid;
}
.list_banner_block {
	list-style-type: none;
}
.list_banner_link {
	display: grid;
	position: relative;
}
.list_banner_img {
	object-fit: cover;
}
/* :hover */
.list_banner_link {
	transition: 0.3s ease-in-out;
}
.list_banner_link:hover {
	transition: 0.3s ease-in-out;
}
.list_banner_link::after {
	background: var(--transparent);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: overlay;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease-in-out;
	width: 100%;
}
.list_banner_link:hover::after {
	background: var(--orange);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: 0.3s ease-in-out;
	width: 100%;
}

/* COMPETITION（実施競技） ---------- ---------- ---------- */
.scope_competition {
	background: var(--light_ocher);
	padding-bottom: 60px;
	padding-top: 45px;
	position: relative;
	z-index: 1;
}

.scope_competition_bg {
	height: clamp(6rem, 4.3591rem + 6.6804vw, 10.0625rem);
	height: 100%;
	left: 0;
	position: absolute;
	top: calc(min(-0.0171rem + 7.1942vw, 6.125rem) * -1);
	width: 100%;
	z-index: -1;
}
.scope_competition_bg > * {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
/* タブ */
.list_tab_competition_wrapper {
	margin: 0 calc(50% - 50vw);
	margin-bottom: 30px;
	margin-top: clamp(1.875rem, 1.6226rem + 1.0277vw, 2.5rem);
	overflow-x: hidden;
}
.list_tab_competition_position {
	display: grid;
	justify-items: center;
	overflow-x: auto;
	overflow-y: hidden;
}
.list_tab_competition {
	column-gap: 5px;
	display: inline-flex;
	font-weight: 600;
	padding: 0 calc(1.25rem - clamp(0rem, -0.5049rem + 2.0555vw, 1.25rem));
	padding-bottom: 9px;
	text-wrap: nowrap;
}
.list_tab_competition {
}
.list_tab_competition li {
	border: 1px solid var(--transparent);
	border-radius: 999px;
	color: var(--white);
	cursor: pointer;
	font-size: clamp(0.9375rem, 0.8618rem + 0.3083vw, 1.125rem);
	list-style-type: none;
	max-width: 380px;
	min-width: max-content;
	padding: 9.5px 16px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	width: calc((100vw - (1.25rem / 2)) / 2 - (5px / 2));
}
.list_tab_competition li::before {
	border: 1px solid var(--transparent);
	border-radius: 999px;
	color: var(--white);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease-out;
	width: 100%;
	z-index: -2;
}
.list_tab_competition li:nth-child(odd)::before {
	background: var(--green);
}
.list_tab_competition li:nth-child(even)::before {
	background: var(--ocher);
}
.list_tab_competition li:nth-child(odd):hover,
.list_tab_competition li:nth-child(even):hover {
	color: var(--text);
	transition: 0.3s ease-out;
}
.list_tab_competition li:nth-child(odd):hover::before {
	background: var(--green);
	opacity: 0.25;
}
.list_tab_competition li:nth-child(even):hover::before {
	background: var(--ocher);
	opacity: 0.25;
}
.list_tab_competition li.active {
	color: var(--text);
}
.list_tab_competition li.active::before {
	background: var(--white);
	border: 1px solid var(--gray);
}
.list_tab_competition li:nth-child(odd)::after {
	background: url(../images/arrow__bottom-kuni.svg?date=202503);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -9px;
	content: "";
	height: 18px;
	left: 50%;
	opacity: 0;
	position: absolute;
	translate: -50% 0 0;
	visibility: hidden;
	width: 18px;
}
.list_tab_competition li:nth-child(even)::after {
	background: url(../images/arrow__bottom-sho.svg?date=202503);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -9px;
	content: "";
	height: 18px;
	left: 50%;
	opacity: 0;
	position: absolute;
	translate: -50% 0 0;
	visibility: hidden;
	width: 18px;
}
.list_tab_competition li:hover::after,
.list_tab_competition li.active::after {
	opacity: 1;
	transition: 0.3s ease-out;
	visibility: visible;
}

.list_competition_active_block {
}
.list_competition_active_block__inner {
	display: block;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.list_competition_active_block__inner.active {
	display: block;
	height: auto;
	opacity: 1;
	transition: 0.3s ease-out;
	visibility: visible;
}
/* テーブル関連（仮） */

/* 飛び先まとめ */
.group_link_competition {
	margin-top: clamp(1.875rem, 1.6226rem + 1.0277vw, 2.5rem);
	padding-bottom: clamp(1.875rem, 1.6226rem + 1.0277vw, 2.5rem);

	& .list_link_competition {
		column-gap: clamp(0.3125rem, 0.1863rem + 0.5139vw, 0.625rem);
		display: grid;
		row-gap: clamp(0.3125rem, 0.1863rem + 0.5139vw, 0.625rem);
	}
	& .list_link_competition_block {
		justify-content: normal;
		width: 100%;
	}
	& .list_link_competition_link {
		max-width: none;
		width: 100%;
	}
}

/* SPONSOR（協賛企業）（バナー・banner） ---------- ---------- ---------- */
.scope_sponsor {
	margin-bottom: 5.4vw;
	padding-bottom: 45px;
	padding-top: 85px;
	position: relative;
}
.heading_home_next {
	font-weight: 600;
	margin: 0 auto;
	max-width: 768px;
}
.scope_sponsor .link_goto {
	display: grid;
	justify-content: center;
}
/* バナーまとめ */
.home_banner {
	margin-bottom: clamp(1.875rem, 1.6226rem + 1.0277vw, 2.5rem);
	margin-top: clamp(1.875rem, 1.1177rem + 3.0832vw, 3.75rem);
}
.list_banner_home {
}
.list_banner_home_block {
	aspect-ratio: 255 / 74;
	list-style-type: none;
	max-width: 255px;
	overflow: hidden;
	width: 255px !important;
}
.list_banner_home_link {
	display: grid;
	height: 100%;
	position: relative;
	width: 100%;
}
.list_banner_home_block > picture,
.list_banner_home_block > img,
.list_banner_home_block > picture *,
.list_banner_home_link > picture,
.list_banner_home_link > img,
.list_banner_home_link > picture *,
.list_banner_home_img {
	background: #ccc;
	display: block;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（480px） ---------- ---------- */
@media screen and (min-width: 480px) {
	/* メニュー（小） */
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（768px） ---------- ---------- */
@media screen and (min-width: 768px) {
	/* メニュー（小） */

	/* ========== ========== */
	/* ホーム：ダブルブロック
	/* ========== ========== */
	.list_double {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.double_link_white::before {
		right: 0;
	}
	.double_link_pink::before {
		left: 0;
	}

	.item_below_mainv {
		padding-right: 0;

		& .below_mainv_figure {
			width: min(1.2103rem + 9.1973vw, 190px);
		}
	}

	/* ========== ========== */
	/* ホーム：PICKUP
	/* ========== ========== */
	#over .splide__track {
		overflow: hidden;
		width: calc(100% + 15px);
	}
	.splide_overflow {
		& .container::before {
			display: none;
		}
	}
	.slider_pickup {
		& .splide__arrow--prev,
		& .splide__arrow--next {
			display: flex;
			opacity: 1 !important;
		}
	}
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（992px） ---------- ---------- */
@media screen and (min-width: 992px) {
	/* ========== ========== */
	/* お知らせ：INFOMATION
	/* ========== ========== */
	.list_info {
		/* column-gap: 10px; */
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 10px;
	}
	/* ========== ========== */
	/* ホーム：ナビゲーション
	/* ========== ========== */
	.home_menu {
		--height: 120px;
		margin-top: calc(-1 * var(--height));

		& .gnav_four_link {
			align-items: center;
			column-gap: 10px;
			grid-template-columns: auto auto;
			padding: 20px;
		}
	}
	.list_homenav {
		align-content: center;
		align-items: center;
		border-radius: 40px 40px 0 0;
		column-gap: 20px;
		display: flex;
		grid-template-columns: repeat(4, 1fr);
		height: var(--height);
		justify-content: center;
		overflow: hidden;
	}
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（1200px） ---------- ---------- */
@media screen and (min-width: 1200px) {
	/* ========== ========== */
	/* お知らせ：INFOMATION
	/* ========== ========== */
	.scope_info {
		& .heading_home {
			margin-bottom: 0;
		}
	}
	.info_heading_column {
		align-items: end;
		display: grid;
		grid-template-columns: auto auto;
		justify-content: space-between;
	}
	.tab_info_wrapper {
		margin: 0;
		overflow-x: unset;
	}
	.tab_info_position {
		overflow-x: unset;
	}
	.tab_info {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- レスポンシブ（1024px） ---------- ---------- */
@media screen and (min-width: 1024px) {
	/* ========== ========== */
	/* ホーム：重要なお知らせ
	/* ========== ========== */
	.heading_attention {
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 0;
	}
	.scope_attention_container {
		display: flex;
	}
	.heading_attention_wrapper::before {
		background: var(--white);
		bottom: auto;
		content: "";
		height: 100%;
		left: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
	}
	.list_attention_link {
		padding: 0 20px;
	}

	/* ビジュアル高さ最大値 ---------- ---------- ---------- */
	.header_home_main_inner {
		max-height: calc(100vh - 112px);
		max-height: calc(100lvh - 112px);
	}
	.scope_attention:has(.list_attention_block) {
		& + .header_home_main {
			& .header_home_main_inner {
				max-height: calc(100lvh - 112px - 70px);
			}
		}
	}
	.scope_attention:has(.list_attention_block:nth-of-type(2)) {
		& + .header_home_main {
			& .header_home_main_inner {
				max-height: calc(100lvh - 112px - 70px - 30px);
			}
		}
	}
	.scope_attention:has(.list_attention_block:nth-of-type(3)) {
		& + .header_home_main {
			& .header_home_main_inner {
				max-height: calc(100lvh - 112px - 70px - (30px * 2));
			}
		}
	}

	/* ========== ========== */
	/* 背景画像
/* ========== ========== */
	.header_home_main {
		/* display: grid; */
	}
	.header_home_main_inner > .container {
		align-content: center;
		display: grid;
		height: 100%;
	}
	.header_home_main,
	.header_home_main_bg {
		/* min-height: 100%;
	min-height: 585px; */
	}
	.header_home_main_bg {
		/* aspect-ratio: 16 / 9; */
		/* background: var(--white);
	height: 100%;
	overflow: hidden;
	position: relative;
	position: absolute;
	top: 0;
	width: 100%; */
		/* background: var(--black);
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%; */

		& #myVideo {
			/* opacity: 0; */
		}

		& .header_home_main_bg_img {
			/* height: 56.25vw; */
			/* height: calc(100vw * (1366 / 655));
			width: 100vw; */
		}
	}
}
