.pc{
	display:block;
}

.mobi{
	display:none;
}

@media (max-width: 680px) {
	.pc{
		display:none;
	}
	.mobi{
		display:block;
	}
}
img{
	max-width:100%;
	height:auto;
}
.head-sp-menu-btn {
	box-sizing: border-box;
	cursor: pointer;
	height: 25px;
	position: fixed;
	right: 3.5vw;
	top: 18px;
	width: 23px;
	z-index: 9999;
}

.head-sp-menu-btn-in {
	box-sizing: border-box;
	display: block;
	height: 100%;
}

.head-sp-menu-btn-in-in {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
}

.head-sp-menu-btn-in-in-line {
	background:var(--text-faint);
	box-sizing: border-box;
	border-radius: 5px;
	left: 0;
	height: 1px;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.head-sp-menu-btn-in-in-line:nth-child(1) {
	top: 0;
}

.head-sp-menu-btn-in-in-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.head-sp-menu-btn-in-in-line:nth-child(3) {
	bottom: 0;
}

.head-sp-menu-btn.active .head-sp-menu-btn-in-in-line:nth-of-type(1) {
	top: -9px;
	transform: translateY(20px) rotate(-45deg);
	-webkit-transform: translateY(20px) rotate(-45deg);
}

.head-sp-menu-btn.active .head-sp-menu-btn-in-in-line:nth-of-type(2) {
	opacity: 0;
}

.head-sp-menu-btn.active .head-sp-menu-btn-in-in-line:nth-of-type(3) {
	bottom: -8px;
	transform: translateY(-20px) rotate(45deg);
	-webkit-transform: translateY(-20px) rotate(45deg);
}

.head-fixed-sp-menu {
	box-sizing: border-box;
    position: unset;
	justify-content:center;
}

.head-fixed-sp-menu ul {
	box-sizing: border-box;
}

.head-fixed-sp-menu ul li {
	box-sizing: border-box;
	font-size: 4.5vw;
	line-height: 1.5;
	margin-bottom: 5vw;
	text-align: center;
}

.head-fixed-sp-menu ul li:last-child {
	margin-bottom: 0;
}

.head-fixed-sp-menu ul li a {
    font-family: var(--sans);
    font-weight: 300;
    font-size: 0.72rem;
    letter-spacing: 0.20em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.head-sp {
	background: rgba(12,35,64,.96);
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	left: 0;
	opacity: 0;
	padding: 60px 0 10vw;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	z-index: 9998;
}

.head-sp.active {
	opacity: 1;
	pointer-events: auto;
}
