.header {
	display: none;
}

.sp_logo {
	position: absolute;
	top: 1rem;
	left: 1.5rem;
	z-index: 30;
	margin: 0;
	line-height: 0;
}
.sp_logo img {
	display: block;
	width: min(12rem, 36vw);
}

.zdo_drawer_menu,
.zdo_drawer_menu * {
	box-sizing: border-box;
}
.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
}
.zdo_drawer_button {
	position: fixed;
	top: 1.2rem;
	right: 1.3rem;
	z-index: 30;
	width: 4.2rem;
	height: 4.2rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.zdo_drawer_bar {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	width: 3.6rem;
	height: 0.3rem;
	margin: auto;
	background: #fff;
	transform: translateY(-50%);
	transform-origin: center;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out, width 0.2s ease-out;
}
.zdo_drawer_bar1 {
	top: 0.8rem;
}
.zdo_drawer_bar2 {
	top: 48%;
}
.zdo_drawer_bar3 {
	top: 75%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
	width: 3.6rem;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.zdo_drawer_button:is(:hover, :focus-visible) {
	opacity: 0.75;
}
.zdo_drawer_button:focus-visible,
.zdo_drawer_menu a:focus-visible {
	outline: 0.2rem solid var(--color-green);
	outline-offset: 0.3rem;
}

.zdo_drawer_bg {
	position: fixed;
	inset: 0;
	z-index: 20;
	display: none;
	background: rgba(0, 0, 0, 0.55);
}
.zdo_drawer_nav_wrapper {
	position: fixed;
	inset: 0;
	z-index: 20;
	visibility: hidden;
	overflow-y: auto;
	padding: clamp(8rem, 20vw, 11rem) clamp(2rem, 7vw, 3.5rem) 4rem;
	background: #141617 url("../images/common/bg_black.jpg") center top / cover repeat-y;
	color: #fff;
	transform: translateX(100%);
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.28s;
}
.zdo_drawer_nav_wrapper.open {
	visibility: visible;
	transform: translateX(0);
	transition-delay: 0s;
}
.zdo_drawer_nav {
	width: min(100%, 46rem);
	margin: 0 auto;
}
.sp_nav {
	margin: 0;
	padding: 0;
	border-top: 0.1rem solid rgba(255, 255, 255, 0.35);
	list-style: none;
}
.sp_nav li {
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.35);
}
.sp_nav a {
	position: relative;
	display: block;
	padding: 1.8rem 3rem 1.8rem 0.5rem;
	font-size: clamp(1.4rem, 4.3vw, 1.7rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sp_nav a::after {
	position: absolute;
	top: 50%;
	right: 0.8rem;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.2rem solid currentColor;
	border-right: 0.2rem solid currentColor;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}
.sp_nav a:is(:hover, :focus-visible) {
	color: var(--color-green);
}

.sp_actions {
	margin-top: clamp(3rem, 10vw, 5rem);
}
.sp_actions > a {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	min-height: 6rem;
	padding: 1.4rem clamp(4.5rem, 14vw, 6rem);
	border-radius: 100px;
	font-size: clamp(1.3rem, 4vw, 1.6rem);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.sp_actions > a + a {
	margin-top: 1.5rem;
}
.sp_reserve {
	background: var(--btn-green);
	color: #fff !important;
}
.sp_contact {
	background: var(--btn-orange);
	color: #fff !important;
}
.sp_action_label {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
}
.sp_actions .sp_reserve .sp_action_label{
	margin-right: 2rem;
}



.sp_action_label > img {
	flex: none;
	width: clamp(3.2rem, 10vw, 4.2rem);
	margin-right: clamp(0.8rem, 3vw, 1.2rem);
}
.sp_action_arrow {
	position: absolute;
	right: clamp(1.5rem, 5vw, 2.5rem);
	width: clamp(2.2rem, 7vw, 3.5rem);
}
.sp_actions > .sp_corp {
	width: fit-content;
	min-height: 0;
	margin: 2.5rem auto 0;
	padding: 0 0 0.4rem;
	border-bottom: 0.1rem solid #fff;
	border-radius: 0;
	font-size: clamp(1.2rem, 3.8vw, 1.4rem);
	font-weight: 500;
}
.sp_corp_icon {
	width: 1rem;
	height: 1rem;
	margin-left: 0.6em;
	background: currentColor;
	-webkit-mask: url("../images/common/icon-external.svg") center / contain no-repeat;
	mask: url("../images/common/icon-external.svg") center / contain no-repeat;
}
.sp_corp_icon img {
	opacity: 0;
}
.sp_corp:is(:hover, :focus-visible) {
	border-color: var(--color-green);
	color: var(--color-green);
}

@media (prefers-reduced-motion: reduce) {
	.zdo_drawer_bar,
	.zdo_drawer_nav_wrapper {
		transition-duration: 0.01ms;
	}
}

@media (min-width: 1071px) {
	.header {
		display: block;
	}
	.sp_logo,
	.zdo_drawer_menu {
		display: none;
	}
}
