#toggle {
	position: fixed;
    /* top: 20px;
    right: 16px; */
}

#toggle-box {
    position: relative;
    width: 51px;
    height: 34px;
    cursor: pointer;
}
#toggle-box > span {
    width: 100%;
    height: 3px ;
    display: block;
    background: #000000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
    border-radius: 75px;
}

#toggle-box > span:nth-child(1) {
	top: 0;
}

#toggle-box > span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
	bottom: 0;
}

#toggle {
	z-index: 1000;
}

#nav-content {
	z-index: 900;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: linear-gradient(242.7deg, rgba(0, 144, 213, 1) 0%, rgba(0, 145, 213, 1) 0.7%, rgba(0, 168, 225, 1) 26%, rgba(0, 171, 212, 1) 51.2%, rgba(0, 172, 206, 1) 76%, rgba(0, 172, 204, 1) 100%);
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-content-app-install {
    width: 698px;
}
#nav-content nav {
    list-style: none;
    max-width: 870px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 36px auto 0px;
}
#nav-content nav a {
    display: block;
    width: 23%;
    padding: 28px 0;
    margin-bottom: 24px;
    transition: opacity .6s ease;
    font-size: .19rem;
    font-weight: 700;
    color: #003265;
    text-align: center;
    letter-spacing: 0.2em;
    text-decoration: none;
    background: #FFF;
    border-radius: 58px;
}

#nav-content a:nth-child(7),
#nav-content a:nth-child(8),
#nav-content a:nth-child(9) {
}

#nav-content a:hover {
	opacity: 0.6;
}
.nav-content-logo {
    width: 200px;
    position: absolute;
    top: 19px;
    left: 38px;
    width: 212px;
    padding: 0 !important;
}
.nav-content-logo img{
    width: 100%;
}
.nav-content-app {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 41px auto 80px;
    padding: 0 24px;
}
#nav-content .nav-content-apple {
	width: 47%;
    background: #FFF;
    padding: 25px;
    margin: 0;
	border-radius: 16px;
}
#nav-content .nav-content-apple img{
    width: 100%;
}
#nav-content .nav-content-google{
	width: 47%;
    background: #FFF;
    padding: 25px;
    margin: 0;
	border-radius: 16px;
}
#nav-content .nav-content-google img{
    width: 100%;
}
.nav-content-menu-text {
    width: 323px;
    filter: brightness(10);
}

.is-open {
	overflow: hidden;
}

.is-open #toggle-box > span {
	background: #000;
}

.is-open #toggle-box > span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
	width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
    z-index: 999;
    transform: translateX(0);
}

#nav-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 19px 10px 30px;
    position: fixed;
    width: 100%;
    z-index: 11111;
    background: #FFF;
    top: 0;
    transition: 1s;
    box-shadow: 3px 3px 3px #d4d4d4;
}
header.notfirst{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 18px 19px 18px 30px;
}

header > a >img{
	width: 225px;
}

header.notfirst > a >img{
    width: 240px;
}

.pc-hed-nav-container{
	display: flex;
	align-items: center;
	margin-left: auto;
}

.pc-hed-nav__list {
    display: flex;
    justify-content: space-between;
    width: 778px;
    max-width: 100%;
    margin-right: 38px;
}

.pc-hed-nav ul a{
	color: #000;
	font-size: .16rem;
	font-weight: 600;
}

.pc-hed-nav ul :nth-last-of-type(1) a{
	color: #EC1C24;
}

.hamburger {
	padding: 11px;
}

#toggle{
	position: relative;
}

#toggle-box{
	position: static;
}

.is-open #toggle-box > span:nth-child(1) {
	left: -1px; 
}
.is-open #toggle-box > span:nth-child(3) {
	left: 1px; 
}

.pc-hed-nav-container > nav{
	/* width: 800px;
	max-width: 100%; */
}

.home header{
    box-shadow: none;
}


@media screen and (max-width: 1280px) {
	.pc-hed-nav ul a {
		font-size: .14rem;
	}
	.pc-hed-nav__list {
		width: 694px;
		max-width: 100%;
		margin-right: 34px;
	}
}
@media screen and (max-width: 1180px) {
	.pc-hed-nav__list {
		width: 700px;
	}
}
@media screen and (max-width: 1135px) {
	.pc-hed-nav__list {
		display: none;
	}
}

@media screen and (max-width: 1000px){
	.pc-hed-nav{
		display: none;
	}
	header {
		padding: 10px 17px 10px 20px;
	}
	header > a >img {
		width: 150px;
	}

	.hamburger {
		padding: 7px;
	}

	#toggle-box {
		position: relative;
		width: 35px;
		height: 29px;
		cursor: pointer;
	}

}




@media screen and (max-width: 1000px){
	header.notfirst > a >img {
		width: 150px;
	}
	header.notfirst {
		padding: 10px 17px 10px 20px;
	}
	header > a >img{
		margin-top: 2px;
	}
	#toggle-box > span {
		background: #000000;
	}
	#nav-content a {
		padding: 12px 0;
	}
}


@media screen and (max-width: 700px){
	#nav-content {
		align-items: center;
		padding-top: 0px;
	}
	#nav-content ul {
		justify-content: center;
		margin: 40px auto 106px;
	}
	.nav-content-app {
		display: none;
	}
	.nav-content-app-install {
		display: none !important;
	}
	#nav-content ul li {
		width: 53%;
	}
	.nav-content-logo {
		top: 14px;
		left: 24px;
		width: 150px;
	}
	.nav-content-menu-text {
		width: 120px;
	}
	.nav-content-logo img {
		display: none;
	}
	#nav-content ul li:nth-child(4), #nav-content ul li:nth-child(5), #nav-content ul li:nth-child(6) {
		border-bottom: none;
	}

	#nav-content nav {
		margin: 26px auto 50px;
		padding: 0 20px;
	}
	#nav-content nav a {
		width: 47%;
		padding: 6px 0;
		margin-bottom: 18px;
		font-size: .16rem;
	}
	.is-open .sp-application__fixed{
		opacity: 1 !important;
		z-index: 100000 !important;
	}
}
