@media screen and (min-width: 769px){
.hamburger{
	display: none;
}
}


@media screen and (max-width: 768px){
.hamburger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 50px;
	height: 50px;
	overflow: visible;
}
.hamburger .menu{
	margin: 0 0 0 -10px;
	width: 50px;
	height: 50px;
	z-index: 9999;
}
.hamburger .menu .toggle:hover{
	opacity: 0.7;
}
.hamburger .menu .toggle{
	transition: 0.3s ease;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	appearance: none;
	border: 0;
	z-index: 100;
	background-color: transparent;
}
.hamburger .menu .toggle.navi-btn{
	outline: none;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}
.hamburger .menu .toggle.navi-btn-on{
	outline: none;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.1));
}
.navi-btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.navi-btn div {
	position: absolute;
	left: 10px;
	height: 2px;
	width: 30px;
	display: inline-block;
	box-sizing: border-box;
}
.navi-btn div{
	background-color: #fff;
}
.navi-btn div:nth-of-type(1) {
	top: 16px;
}
.navi-btn div:nth-of-type(2) {
	top: 24px;
}
.navi-btn div:nth-of-type(3) {
	bottom: 16px;
}
.navi-btn-on {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.15s;
}
.navi-btn-on div {
	position: absolute;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.navi-btn-on div:nth-of-type(1) {
	width: 32px;
	height: 2px;
	top: 1px;
	left: 8px;
	transform: translateY(25px) rotate(45deg);
}
.navi-btn-on div:nth-of-type(2) {
	display: none;
}
.navi-btn-on div:nth-of-type(3) {
	width: 32px;
	height: 2px;
	bottom: 22px;
	left: 8px;
	transform: translateY(0px) rotate(-45deg);
}


/* ----sp navi---- */
.sp-navi{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 70px 20px 100px;
	box-sizing: border-box;
	background-color: #fff;
   	background-image: url(../images/bg_gradation.png);
	background-position: top -950px right -1000px; 
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	touch-action: manipulation;
	-webkit-overflow-scrolling: touch;
	z-index: 10;
}

.sp-navi p a{
	width: 90%;
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 500;
	color: #3c3c3c; 
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 auto 20px;
}
.sp-navi p a:after{
	content: "";
	width: 15px;
	height: 2px;
	position: absolute;
	background-color: #53bc0d;
	top: 12px;
	left: 0;
}
.sp-navi ul{
	width: 90%;
	font-size: 1.2rem;
	margin: -25px 0 25px;
	padding: 0 0 0 30px;
	list-style: none;	
}
.sp-navi ul:first-child{
	width: 40%;
}
.sp-navi ul:nth-child(2){
	width: 50%;
}
.sp-navi ul li:before{
	content: "〉";
	position: relative:
	width: 1.2em;
}
.sp-navi ul li a{
	display: inline-block;
	color: #3c3c3c; 
	margin: 5px 0;
}
.sp-navi .pararel{
	display: flex;
}
.sp-navi a:hover{
	opacity: 0.5;
}


}
