/* ■ヘッダー：
====================================== */
/* fodera（余白調整：ヘッダー裏） */
.adj-headerV9tA-foderaA {
	display: block;
	width: 100%;
	height: 64px;
}


/* front */
#front .adj-headerV9tA-foderaA {
	height: 0rem;
}

/* fixed */
.headerV9tA {
	position: fixed;
	z-index: 500;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 64px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	box-shadow: 0 0 24px rgba(116, 132, 145, 0.05);
	transition: all 0.5s ease;
	background: hsla(213, 29%, 13%, 1);
	color: #FFF;
}

.headerV9tA::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: -4px;
	left: 0;
	width: 100%;
	height: 10px;
	border-radius: 50%;
	background: rgb(170, 255, 240);
	background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
}

.headerV9tA::after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: -4px;
	right: 0;
	width: 100%;
	height: 10px;
	border-radius: 50%;
	background: rgb(170, 255, 240);
	background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
}

#js-arialGarden {
	position: fixed;
	transform: translateY(-100%);
	opacity: 0;
}

/* hover */
@media (any-hover: hover) {

	.headerV9tA a:hover {
		opacity: 1;
	}
}

.headerV9tA .crnt-underlineInLeft,
.headerV9tA .hvr-underlineInLeft {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}

.headerV9tA .crnt-underlineInLeft::before,
.headerV9tA .hvr-underlineInLeft::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 4px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.headerV9tA a.current_page_item .crnt-underlineInLeft::before,
.headerV9tA .crnt-underlineInLeft.current_page_item::before {
	right: 0;
	background-color: hsla(206, 0%, 74%, 0.7);
}

/* hover */
@media (any-hover: hover) {

	a:hover .hvr-underlineInLeft::before,
	.headerV9tA .hvr-underlineInLeft:hover::before {
		right: 0;
		background-color: hsla(206, 54%, 54%, 1);
	}
}

/* button */
.headerV9tA .button.is-outline.btn-newpost {
	background-color: #f5f5f5;
}

.headerV9tA .button.is-outline.btn-login {
	background-color: transparent;
	color: #FFF;
}

/* hover */
@media (any-hover: hover) {
	.headerV9tA .button.is-outline.btn-login:is(:hover, :focus, :active) {
		opacity: 0.7;
		filter: brightness(1.08);
	}
}

/* Icon Fade */
.headerV9tA .hvr-iconFade {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
}

.headerV9tA .hvr-iconFade path {
	transition: all 0.5s ease;
	transform: translateZ(0);
}

@media (any-hover: hover) {

	.headerV9tA a:hover .hvr-iconFade.icn-youtube path {
		opacity: 1;
		fill: #FF0000;
	}

	.headerV9tA a:hover .hvr-iconFade.icn-facebook path {
		opacity: 1;
		fill: #1877F2;
	}

	.headerV9tA a:hover .hvr-iconFade.icn-instagram path {
		opacity: 1;
		fill: #E4405F;
	}

	.headerV9tA a:hover .hvr-iconFade.icn-line path {
		opacity: 1;
		fill: #00C300;
	}
}

/* hover: sweepInUp */
.headerV9tA .hvr-sweepInUp {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.headerV9tA .hvr-sweepInUp:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: hsla(206, 54%, 54%, 1);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.headerV9tA a:hover .hvr-sweepInUp,
.headerV9tA .hvr-sweepInUp:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* hover: filter */
.headerV9tA .hvr-fltGrayscale {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.headerV9tA a:hover .hvr-fltGrayscale,
.headerV9tA .hvr-fltGrayscale:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.headerV9tA .hvr-fltWhiteNess {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.headerV9tA a:hover .hvr-fltWhiteNess,
.headerV9tA .hvr-fltWhiteNess:hover {
	color: #FFF;
	-webkit-filter: brightness(20);
	filter: brightness(20);
}

.headerV9tA .header__start {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

:is(.headerV9tA, .header-print) .brand {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 13.2rem;
	min-width: 13.2rem;
	max-width: none;
	padding: 1rem 1rem 1rem 1rem;
	object-fit: contain;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.headerV9tA .brand {
		padding-left: 3rem;
	}
}

.headerV9tA .header__midway {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 0.4vw;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.headerV9tA .header__midway {
		display: none;
	}
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.headerV9tA .header__midway {
		padding-left: 3.4vw;
	}
}

.headerV9tA .header__midway__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.headerV9tA .header__midway__top {
		display: none;
	}
}

.headerV9tA .header__midway strong {
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-size: 19px;
	font-size: clamp(16px, calc(16px + ((1vw - 3.6px) * 0.4688)), 19px);
	min-height: 0vw;
	font-weight: 700;
	margin-left: 1.2rem;
	padding-top: 10px;
}

.headerV9tA .icon-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.headerV9tA .icon-list {
		display: none;
	}
}

.headerV9tA .icon-list li {
	margin-right: 0.9rem;
}

.headerV9tA .icon-list li.icon-last-item {
	margin-right: 1.2em;
}

.headerV9tA .header__midway__bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
}

.headerV9tA .header__end {
	min-width: 4.5rem;
	height: 100%;
	padding-right: 1rem;
	/* Flex */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.headerV9tA .header__end {
		display: none;
	}
}

/* Picto（Material Symbols） */
.headerV9tA .picto {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	font-size: 44px;
	margin: 0;
	transform: translateZ(0);
	transition: all 0.1s ease-out;
}

.headerV9tA .picto::before {
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	/* Material Symbols */
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL'0,
		'wght'200;
}

.headerV9tA .ma-request::before {
	content: "\e873";
}

.headerV9tA .ma-inquiry::before {
	content: "\e158";
}

/* hover: sweepInUp */
@media (any-hover: hover) {
	.headerV9tA .menu-item-request .hvr-sweepInUp:hover {
		border-color: hsla(186, 55%, 48%, 1);
		opacity: 1;
	}

	.headerV9tA .menu-item-request .hvr-sweepInUp:hover:before {
		background-color: hsla(186, 55%, 48%, 1);
	}

	.headerV9tA .menu-item-inquiry .hvr-sweepInUp:hover {
		border-color: hsla(206, 64%, 57%, 1);
		opacity: 1;
	}

	.headerV9tA .menu-item-inquiry .hvr-sweepInUp:hover:before {
		background-color: hsla(206, 64%, 57%, 1);
	}
}

/* .search */
.headerV9tA .search-toggle {
	appearance: none;
	font-size: 0;
	width: 34px;
	height: 34px;
	background: url("https://icongr.am/material/magnify.svg?size=34&color=FFFFFF") no-repeat 50% 50%;
	margin-left: auto;
	margin-right: 1rem;
}

.headerV9tA .search-toggle.active {
	background: url("https://icongr.am/material/close.svg?size=34&color=FFFFFF") no-repeat 50% 50%;
	position: absolute;
	z-index: 1;
	bottom: -42px;
	right: 0px;
	margin: auto;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.headerV9tA .search-toggle.active {
		bottom: -78px;
		right: -4rem;
	}
}

.headerV9tA .searchV9tA {
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 0;
}

.headerV9tA .search-form {
	height: 0;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.headerV9tA .search-form.active {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background: hsla(220, 6%, 24%, 0.7);
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.headerV9tA .search-form.active {
		justify-content: flex-start;
		padding-right: 4.5rem;
		padding-left: 5vw;
	}
}

.headerV9tA .search-form .input[type=search] {
	width: 800px;
	min-width: 200px;
	max-width: calc(90vw - 9.5rem);
	appearance: none;
	border: 0;
	font-size: 16px;
	padding: 0.5rem 1.5rem;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.headerV9tA .search-form .input[type=search] {
		width: 800px;
		max-width: calc(100vw - 660px);
	}
}

.headerV9tA .search-form .input[type=search] {
	background: hsla(0, 0%, 100%, 1);
}

.headerV9tA .search-form .button.is-search {
	width: 7rem;
	height: 42px;
	letter-spacing: 0.3em;
}


/* ■ヘッダーメニュー設定
====================================== */
/* ヘッダーメニュー */
.headerV9tA .header__midway .headmenu-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.headerV9tA .header__midway .headmenu-wrapper .menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.headerV9tA .header__midway .headmenu-wrapper li {
	position: relative;
	width: 8em;
	height: 64px;
	font-size: 16px;
	min-height: 0vw;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.headerV9tA .header__midway .headmenu-wrapper li>a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 4px 0px 4px;
	overflow: hidden;
}

.headerV9tA .header__midway .headmenu-wrapper li.is-disabled>a {
	pointer-events: none;
	color: hsla(0, 0%, 0%, 0.26);
}

/* サブメニュー */
.headerV9tA .header__midway .headmenu-wrapper .sub-menu {
	position: absolute;
	top: 64px;
	left: 0px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	height: 0;
	background: hsla(206, 39%, 34%, 0.7);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.headerV9tA .header__midway .headmenu-wrapper .sub-menu li {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* 子メニュー分伸ばすので高さはautoにする */
	height: auto;
	margin: 0;
	padding: 0px 2px;
	letter-spacing: 0.04em;
	font-size: 15px;
	border-bottom: 2px solid hsla(206, 34%, 24%, 0.3);
}

.headerV9tA .header__midway .headmenu-wrapper .sub-menu li>a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 3.3em;
	margin: 0px 0px 0px 2px;
	padding-left: 0.8em;
	background: hsla(206, 34%, 44%, 0.3);
	color: #FFF;
}

.headerV9tA .header__midway .headmenu-wrapper .sub-menu li>a>i {
	vertical-align: middle;
}

/* Material Symbols */
.headerV9tA .header__midway .headmenu-wrapper .sub-menu li>a>i::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings: 'FILL'0,
		'wght'200;
	line-height: 1.15;
	font-size: 1.7em;
}

.headerV9tA .header__midway .headmenu-wrapper .sub-menu li>a>i::before {
	content: "\e5df";
}




/* ■ヘッダー：header-falling
====================================== */
.headerV9tA.arialGarden {
	position: absolute;
	z-index: 500;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 64px;
}

.headerV9tA.arialGarden .brand {
	padding: 0.3rem 1rem 0.3rem 1rem;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.headerV9tA.arialGarden .brand {
		padding-left: 3rem;
	}
}

.headerV9tA.arialGarden .header__midway .headmenu-wrapper {
	justify-content: center;
}

.headerV9tA.arialGarden .header__midway .headmenu-wrapper .sub-menu {
	top: 64px;
}

.headerV9tA.arialGarden .header__midway .headmenu-wrapper li {
	height: 64px;
}

.headerV9tA.arialGarden .header__end .menu li {
	width: auto;
	height: 64px;
	font-size: 14px;
	min-height: 0vw;
	padding: 10px 5px;
	text-align: center;
	white-space: nowrap;
}

.headerV9tA.arialGarden .header__end .menu a {
	padding: 0.5em 1em 0.5em 0.5em;
}

.headerV9tA.arialGarden .header__end .menu object {
	flex-direction: row;
}

.headerV9tA.arialGarden .ma-request::before,
.headerV9tA.arialGarden .ma-inquiry::before {
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.headerV9tA.arialGarden .search-form input.input {
		max-width: calc(100vw - 740px);
	}
}




/* ■ドロワーメニュー：CSS
====================================== */
/* ドロワートリガー */
.drawer-acture {
	position: absolute;
	z-index: 990;
	top: 18px;
	right: 10px;
	display: inline-block;
	width: 36px;
	height: 42px;
	vertical-align: middle;
	cursor: pointer;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.drawer-acture {
		display: none;
	}
}

.drawer-acture span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	transition: all .5s;
	background-color: #333;
}

.drawer-acture.summon span {
	background-color: #FFF;
}

.drawer-acture span:nth-of-type(1) {
	top: 0;
}

.drawer-acture span:nth-of-type(2) {
	top: 8px;
}

.drawer-acture span:nth-of-type(3) {
	top: 16px;
}

.drawer-acture.summon span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.drawer-acture.summon span:nth-of-type(2) {
	opacity: 0;
}

.drawer-acture.summon span:nth-of-type(3) {
	transform: translateY(-4px) rotate(45deg);
}

.drawer-acture p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	white-space: nowrap;
}

.drawer-acture p::before {
	content: "MENU";
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	letter-spacing: 0em;
	font-size: 11px;
	white-space: nowrap;
	color: #333;
}

.drawer-acture.summon p {
	color: #FFF;
	opacity: 0;
}

/* ドロワーメニュー */
.drawer-container {
	position: fixed;
	z-index: 980;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background: hsla(206, 39%, 34%, 0.7);
	transform: translateX(100%);
}

/* hover */
@media (any-hover: hover) {
	.drawer-container a:hover {
		filter: brightness(1.3);
	}

}

.drawer-container .drawer-wrapper {
	margin-top: 70px;
	width: calc(100% - 6px);
	height: calc(100% - 70px);
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid hsla(206, 34%, 24%, 0.3);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.drawer-container .menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.drawer-container li {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* 子メニュー分伸ばすので高さはautoにする */
	height: auto;
	padding: 0px;
	letter-spacing: 0.04em;
	font-size: 16px;
	border-bottom: 2px solid hsla(226, 34%, 24%, 0.5);
}

.drawer-container li>a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 99%;
	height: 3.3em;
	margin: 0px 1px 0px 2px;
	padding-left: 2em;
	background: hsla(226, 34%, 34%, 0.5);
	color: #FFF;
}

.drawer-container .menu>li>a {
	transform: translateX(100%);
}

.drawer-container li>a>i {
	vertical-align: middle;
}

/* Material Symbols */
.drawer-container li>a>i::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL'0,
		'wght'200;
	line-height: 1.15;
	font-size: 1.7em;
}

.drawer-container li>a>i::before {
	content: "\e5df";
}

/* サブメニュー */
.drawer-container li.menu-item-has-children>a>button {
	position: absolute;
	top: 0;
	right: 0.3em;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	transform: translateZ(0);
	transition: all 0.3s ease-out;
}

.drawer-container li.menu-item-has-children>a>button.open {
	transform: rotate(180deg);
}

.drawer-container li.menu-item-has-children>a>button::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings: 'FILL'0,
		'wght'200;
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 0.9;
	font-size: 1.3em;
	text-align: center;
	color: inherit;
}

.drawer-container li.menu-item-has-children>a>button::before {
	content: "\e5cf";
}

.drawer-container .sub-menu {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.drawer-container .sub-menu li {
	font-size: 15px;
	border-bottom: none;
	border-top: 1px solid hsla(226, 34%, 24%, 0.5);
}

.drawer-container .sub-menu li>a {
	padding-left: 3.8em;
}

/* メニュー：ガラス風 */
.menu-viewGlassian {
	box-shadow: 0 0 24px rgba(116, 132, 145, 1);
}

.menu-viewGlassian::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: -4px;
	left: 0;
	width: 160px;
	height: 10px;
	border-radius: 50%;
	background: rgb(170, 255, 240);
	background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
}

.menu-viewGlassian::after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: -4px;
	right: 0;
	width: 160px;
	height: 10px;
	border-radius: 50%;
	background: rgb(170, 255, 240);
	background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
}

.menu-viewGlassian .menu-decoration {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(0% 0%, 0 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 0% calc(100% - 3px), 0% 100%, 100% 100%, 100% 0%);
	background-color: hsla(0, 0%, 100%, 1);
	background-image: radial-gradient(at 0% 0%, hsla(180, 100%, 98%, 1) 0px, transparent 50%),
		radial-gradient(at 29% 0%, hsla(189, 100%, 78%, 1) 0px, transparent 50%),
		radial-gradient(at 0% 48%, hsla(355, 0%, 100%, 1) 0px, transparent 50%),
		radial-gradient(at 100% 62%, hsla(340, 0%, 100%, 1) 0px, transparent 50%),
		radial-gradient(at 90% 98%, hsla(169, 88%, 83%, 1) 0px, transparent 50%),
		radial-gradient(at 26% 100%, hsla(240, 0%, 44%, 1) 0px, transparent 50%),
		radial-gradient(at 79% 0%, hsla(336, 0%, 51%, 1) 0px, transparent 50%);
}

.menu-viewGlassian li {
	background: rgb(255, 255, 255);
	background: linear-gradient(120deg, hsla(226, 34%, 74%, 0.4) 0%, hsla(226, 34%, 74%, 0) 50%);
	transition: all 1s ease;
}

.menu-viewGlassian .sub-menu li {
	background: rgb(255, 255, 255);
	background: linear-gradient(120deg, hsla(226, 24%, 44%, 0.4) 0%, hsla(226, 24%, 44%, 0) 50%);
}

/* .spdrawer2 */
.drawer-container .menu.spdrawer2 {
	padding-top: 1rem;
	padding-left: 0.8rem;
}

.drawer-container .menu.spdrawer2 li {
	width: auto;
	font-size: 13px;
	background: transparent;
	border-bottom: none;
}

.drawer-container .menu.spdrawer2 li>a {
	height: 2em;
	padding-left: 1em;
	background: transparent;
}

/* スポットライト */
.drawer-container .spotlight {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: radial-gradient(50px 50px at center center, hsla(46, 95%, 75%, 0.15) 100px, transparent 150px);
	opacity: 0;
	animation: spotlightFadeIn 2s 1s 1 both;
}

@keyframes spotlightFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
