.noscroll {
    overflow: hidden;
}
/*ハンバーガーメニュー*/
.triger_wrap {
    display: none;
    height: 37px;
    position: fixed;
    right: 5%;
    top: 13px;
    padding: 12px;
    width: 38px;
    background: #0014b4;
    z-index: 999;
    cursor: pointer;
}
.menu-trigger,
.menu-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 99999;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 6px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.mobilenav {
	font-family: inherit;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #0014b4;
}
.mobilenav ul {
	letter-spacing: -0.4em;
	text-align: center;
	width: 100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mobilenav ul li {
	list-style-type: none;
}
.mobilenav ul li a {
	display: flex;
	border-bottom: 0.5px solid;
	padding: 7px 5%;
	font-size: 3rem;
	align-items: center;
	font-weight: 600;
	color: #fff;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0px;
}
.mobilenav_text {
    font-size: 8.5px;
    font-weight: bold;
    position: absolute;
    right: -3px;
    top: 27px;
    z-index: 9999;
    color: #FF5A06;
}

.mobilenav ul li a span {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.movmobb1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}


.movmobb2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-315deg);
	transform: translateY(6px) rotate(-315deg);
}
.movmobb2 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-6px) rotate(315deg);
}


.movmobb3 .active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.movmobb3 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.movmobb3 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.movmobb3 .active span:nth-of-type(3) {
	opacity: 0;
}


.movmobb4  span:nth-of-type(3),
.movmobb4 .active span:nth-of-type(3) {
	transition: none;
}
.movmobb4 .active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
.movmobb4 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.movmobb4 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.movmobb4 .active span:nth-of-type(3) {
	opacity: 0;
}


.movmobb5  span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.movmobb5  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.movmobb5  span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.movmobb5 .active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(45deg);
	}
}
.movmobb5 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb5 .active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}


.movmobb6 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.movmobb6 .active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.movmobb6 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}

.mobilenav ul li:first-child a {
    border-top: 0.5px solid #fff;
}

.mn_cap1 {
    color: #fff;
    overflow: hidden;
}

.mn_cap1 span, .mn_cap2 span, .mn_cap3 span {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    position: relative;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -2px;
    color: #fff;
    line-height: 48px;
}

.mn_contents {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 80%;
}

.mn_cap {
    margin-top: 20px;
    padding: 0 5%;
}

.mn_cap3 span:after {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    content: "";
    display: block;
    border-radius: 100%;
    right: -30px;
    top: 0;
}

.mn_cap3 span:before {
    content: "D";
    display: block;
    position: absolute;
    right: -22px;
    font-size: 15px;
    top: -12px;
    font-weight: 500;
}

.mn_cap2 {
    overflow: hidden;
}

.mn_cap3 {
    width: max-content;
    overflow: hidden;
    padding-right: 30px;
}

.mn_header_logo img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%);
    max-width: 80px;
}

.mn_header_logo {
    padding: 24px 5%;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.triger_wrap {
    display: block;
    border-radius: 100%;
}
	
}