#Header > .bar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 40000;
	width: 80px;
	height: 100vh;
	background: #000;
	line-height: 0;
}

#Header > .bar .logo {
	order: 2;
}

#Header > .bar .btn {
	order: 3;
}

#Header > .bar .btn > li {
	margin: 1px 0 0;
}

#Header > .bar .btn a {
	display: block;
}

#Header > .bar .btn a:hover {
	opacity: 0.6;
}

#Header > .bar .btn span {
	display: block;
	opacity: 0.3;
}

#Header > .bar .oc {
	overflow: hidden;
	order: 1;
	width: 100%;
	height: 80px;
	background: #bfa46f;
}

#Header > .bar .oc svg {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

#Header > .bar .oc:hover svg {
	transform: scale(1.2);
}

#Header > .bar .oc .ocBars {
	fill: #000;
	pointer-events: all;
	cursor: pointer;
}

#Header > .bar .oc .ocBars .bar {
	opacity: 1;
	transform-origin: 50px 50px;
	transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

#Header > .bar .oc .ocBars .bar:nth-of-type(1) {
	transform: translateY(-12px) rotate(0);
}

#Header > .bar .oc .ocBars .bar:nth-of-type(3) {
	transform: translateY(12px) rotate(0);
}

#Header > .menu {
	box-sizing: border-box;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 30000;
	padding-top: 300px;
	width: calc(100% - 80px);
	height: 100%;
	background: #2b2b2b;
	text-align: left;
	transition: top 0.3s ease-in-out;
}

#Header > .menu::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 300px;
	background: transparent url(../img/img_menu.jpg) 0 22%/cover no-repeat;
}

#Header > .menu::after {
	content: "";
	opacity: 0;
	clip-path: polygon(0 0, 0 100%, 0 100%);
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
}

#Header > .menu a {
	text-decoration: none;
}

#Header > .menu > div {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 70px 40px;
	width: 100%;
	max-width: 1100px;
	height: 100%;
}

#Header > .menu > div > section:nth-of-type(1) {
	width: 45%;
}

#Header > .menu > div > section:nth-of-type(2) {
	width: 53%;
}

#Header > .menu > div > section:not(:first-child) {
	margin-left: 50px;
}

#Header > .menu > div > section > ul > li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 70px;
}

#Header > .menu > div > section > ul > li > p {
	position: relative;
	z-index: 1;
	font-size: 1.7em;
	line-height: 0;
	font-family: mittwoch, serif;
	font-weight: 400;
	font-weight: 400;
}

#Header > .menu > div > section > ul > li > p a,
#Header > .menu > div > section > ul > li > p span {
	display: inline-block;
	color: #d7d7da;
}

#Header > .menu > div > section > ul > li > p a:hover {
	color: #bfa46f;
}

#Header > .menu > div > section > ul > li.cur > p a,
#Header > .menu > div > section > ul > li.cur > p span {
	color: #bfa46f;
}

#Header > .menu > div > section > ul > li.off > p {
	opacity: 0.3;
}

#Header > .menu > div > section > ul > li > ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	margin-left: 20px;
	min-height: 1.65em;
}

#Header > .menu > div > section > ul > li > ul > li {
	position: relative;
	z-index: 1;
	margin-bottom: 2px;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: 400;
	white-space: nowrap;
}

#Header > .menu > div > section > ul > li > ul > li:not(:last-child)::after {
	content: "/";
	margin: 0 0.2em;
}

#Header > .menu > div > section > ul > li > ul > li a {
	display: inline-block;
	color: #d7d7da;
	transition: all 0.3s;
}

#Header > .menu > div > section > ul > li > ul > li a:hover {
	color: #bfa46f;
}

#Header > .menu > div > section > ul > li > ul > li.cur a {
	color: #bfa46f;
}

#Header > .menu > div > section dl.accounts {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 40px;
}

#Header > .menu > div > section dl.accounts > dt {
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
}

#Header > .menu > div > section dl.accounts > dd {
	margin-left: 25px;
	width: 24px;
}

#Header > .menu > div > section dl.accounts > dd a {
	display: block;
}

#Header > .menu > div > section dl.accounts > dd a:hover {
	transform: scale(1.1);
}

#Header > .menu > div > section dl.accounts > dd path {
	fill: #fff;
}

#Header > .menu .btn {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-top: 100px;
	line-height: 0;
}

#Header > .menu .btn::before {
	content: "";
	position: absolute;
	left: calc(50% - 1px);
	top: 4px;
	z-index: 1;
	border-left: 2px dashed #000;
	width: 0;
	height: calc(100% - 8px);
}

#Header > .menu .btn span {
	display: block;
	background: #000;
}

#Header > .menu .btn span img {
	opacity: 0.3;
}

#Header > .menu._cutimg {
	padding-top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#Header > .menu._cutimg::before {
	display: none;
}

#Header > .menu._cutimg > div {
	position: relative;
	align-items: flex-start;
	height: auto;
	padding: 40px 40px 125px;
}

#Header > .menu .menu_bnrarea {
	position: absolute;
	left: 40px;
	bottom: 0;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	height: auto;
	display: block;
}

#Header > .menu .menu_bnr {
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin-right: auto;
	width: 100%;
	max-width: 264px;
	transition: all 0.3s;
}

#Header > .menu .menu_bnr:hover {
	opacity: 0.6;
}

#Header > .menu .menu_bnr img {
	width: 100%;
	display: block;
}

#Header.show > .bar > .oc .ocBars .bar:nth-of-type(1) {
	transform: translateY(0) rotate(45deg);
}

#Header.show > .bar > .oc .ocBars .bar:nth-of-type(2) {
	opacity: 0;
}

#Header.show > .bar > .oc .ocBars .bar:nth-of-type(3) {
	transform: translateY(0) rotate(-45deg);
}

#Header.show > .menu {
	top: 0;
}

#Header.show > .menu::after {
	opacity: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	position: fixed;
	width: calc(100% - 80px);
	animation: 0.2s menu_bg 0.3s forwards linear 1;
}

#Header.show._cutimg > .menu {
	top: 0;
}

@media screen and (max-width: 750px) {

#Header > .bar {
	flex-direction: row;
	width: 100%;
	height: 100px;
}

#Header > .bar .switch {
	order: 1;
}

#Header > .bar .oc {
	order: 4;
	width: 100px;
	height: 100px;
}

nimation #Header > .bar .oc:hover svg {
	transform: scale(1);
}

#Header > .menu {
	overflow: auto;
	width: 100%;
	height: calc(100% - 100px);
}

#Header > .menu > div {
	display: block;
	padding: 90px 0 0;
	width: 100%;
	height: auto;
}

#Header > .menu > div > section {
	margin: 0 !important;
	width: auto !important;
}

#Header > .menu > div > section > ul > li {
	display: block;
	padding: 0 80px;
	height: auto;
}

#Header > .menu > div > section > ul > li:not(:first-child) {
	margin-top: 10px;
}

#Header > .menu > div > section > ul > li > p {
	padding-left: 50px;
	font-size: 2.8em;
	line-height: 1.5em;
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-weight: 400;
}

#Header > .menu > div > section > ul > li > p.trigger a::before,
#Header > .menu > div > section > ul > li > p.trigger a::after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	z-index: -1;
	width: 20px;
	height: 2px;
	background: #d7d7da;
	transition: transform 0.3s linear;
}

#Header > .menu > div > section > ul > li > p.trigger a::before {
	transform: rotate(-270deg);
}

#Header > .menu > div > section > ul > li.cur > p a,
#Header > .menu > div > section > ul > li.cur > p span {
	color: #bfa46f;
}

#Header > .menu > div > section > ul > li:not(.cur) > p a:hover {
	color: #d7d7da;
}

#Header > .menu > div > section > ul > li.open > p.trigger a::before {
	transform: rotate(0deg);
}

#Header > .menu > div > section > ul > li > ul {
	display: none;
	margin-left: 100px;
	padding-bottom: 10px;
	min-height: 0;
}

#Header > .menu > div > section > ul > li > ul > li {
	margin: 20px 0 0;
	padding-left: 20px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
}

#Header > .menu > div > section > ul > li > ul > li::after {
	content: "" !important;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	margin: 0 !important;
	width: 10px;
	height: 2px;
	background: #d7d7da;
}

#Header > .menu > div > section > ul > li > ul > li a {
	display: inline-block;
	background: #d7d7da;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	transition: none;
}

#Header > .menu > div > section > ul > li > ul > li a:hover {
	background: linear-gradient(to right, #bfa46f, #fdf0d5);
	background-clip: text;
	-webkit-background-clip: text;
}

#Header > .menu > div > section dl.accounts {
	margin-top: 90px;
	padding: 0 80px;
}

#Header > .menu > div > section dl.accounts > dt {
	font-size: 1.1em;
	line-height: 1em;
}

#Header > .menu > div > section dl.accounts > dd {
	margin-left: 40px;
	width: 40px;
}

#Header > .menu > div > section dl.accounts > dd a:hover {
	transform: scale(1);
}

#Header > .menu._cutimg {
	display: block;
}

#Header > .menu._cutimg > div {
	display: block;
	padding: 90px 0 0;
}

#Header > .menu .menu_bnrarea {
	position: relative;
	bottom: auto;
	left: 0;
	padding: 0 80px;
	margin-top: 80px;
}

#Header > .menu .menu_bnr {
	max-width: 460px;
}

#Header.show > .menu {
	top: 100px;
}

#Header.show > .menu::after {
	width: 100%;
}

#Header.show._cutimg > .menu {
	top: 0;
}

}

@keyframes menu_bg {

0% {
	opacity: 0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	opacity: 1;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}

}


/*# sourceMappingURL=../map/header.css.map */
