@charset "UTF-8";

/*---------------------------------
animationValue
---------------------------------*/
.p-header {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	/* 	display:none; */
}

.p-header__inner {
	height: 90px;
	background: rgba(100, 116, 124, .7);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.p-header__logo {
	/* 	background: rgba(100, 116, 124, .7); */
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.p-header__logo a {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 90px;
	padding-left: 30px;
	-webkit-transition: color .3s,all .3s;
	transition: color .3s,all .3s;
}
.p-header__logo a:hover{
	opacity:.3;
}

.p-header__logo.is-open {
	background: inherit;
}

.p-header__logo.is-open a {
	color: #fff;
}

.p-header__toggle {
	position: absolute;
	top: 15px;
	right: 5px;
	z-index: 120;
}

.p-nav {
	position: fixed;
	top: 0;
	right: -251px;
	z-index: 99;
	background: #ffffff;
	opacity: 0;
	border-radius: 0 0 0 40px;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .3);
}


.p-nav #js-background-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-repeat: none;
}

@media screen and (max-width: 960px) {
	.p-nav #js-background-img {
		background-size: auto 100%;
		background-position: 50%;
	}
}

.p-nav.is-open {
	display: block;
}

.p-nav__inner {
	position: relative;
	/* position: absolute; */
	z-index: 100;
	/* bottom: 10%; */
	/* right: 20%; */
	margin: 48px 42px;
}

.p-nav__list--acd {
	display: none;
}

.p-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
}

@media screen and (min-width: 961px) {
	.p-nav__link {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 960px) {
	.p-nav__link {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.p-nav__link--acd {
	color: #fff;
}

@media screen and (min-width: 961px) {
	.p-nav__link--acd {
		margin-top: 4px;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 960px) {
	.p-nav__link--acd {
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 961px) {
	.p-nav__link--acd {
		font-size: 1.8rem;
	}
}

@media all and (max-width: 960px) {
	.p-nav__link--acd {
		/*     font-size: 1.66667vw; */
	}
}

.p-nav__link .number {
	font-weight: 500;
}

@media screen and (min-width: 961px) {
	.p-nav__link .number {
		margin-right: 20px;
	}
}

@media screen and (max-width: 960px) {
	.p-nav__link .number {
		margin-right: 10px;
	}
}

.p-nav__link .text span {
	color: #64747C;
	letter-spacing: 4px;
	line-height: 1;
	font-weight: 400;
}

@media screen and (min-width: 961px) {
	.p-nav__link .text span {
		font-size: 4.5rem;
	}
}

@media all and (max-width: 960px) {
	.p-nav__link .text span {
		font-size: 4.6875vw;
	}
}

.p-nav__link .ico {
	position: relative;
	width: 10px;
	height: 10px;
}

@media screen and (min-width: 961px) {
	.p-nav__link .ico {
		margin-left: 15px;
	}
}

@media screen and (max-width: 960px) {
	.p-nav__link .ico {
		margin-left: 5px;
	}
}

@media screen and (min-width: 961px) {
	.p-nav__link .ico {
		margin-top: 15px;
	}
}

@media screen and (max-width: 960px) {
	.p-nav__link .ico {
		margin-top: 5px;
	}
}

.p-nav__link .ico::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}

.p-nav__link .ico::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}

.p-nav .js-nav-link {
	overflow: hidden;
}

.p-nav .js-nav-link .js-split {
	overflow: hidden;
}

.p-nav .js-nav-link .number {
	-webkit-transform: translateY(220%);
	transform: translateY(220%);
	display: inline-block;
	color: #dedede;
}

@media screen and (min-width: 961px) {
	.p-nav .js-nav-link .number {
		font-size: 1.4rem;
	}
}

@media all and (max-width: 960px) {
	.p-nav .js-nav-link .number {
		/* 		    font-size: 1.25vw; */
	}
}

.p-nav .js-nav-link .text span {
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	display: inline-block;
	font-size: 1.2rem;
}

.p-nav .js-nav-link .ico {
	-webkit-transform: translateY(290%);
	transform: translateY(290%);
	display: inline-block;
}

.p-nav .js-acd-btn.is-open .ico::before {
	display: none;
}

#mouse_stalker {
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 1000;
	pointer-events: none;
	border: 1px solid #dedede;
	border-radius: 100%;
	background-size: contain;
	-webkit-transition: width .5s, height .5s;
	transition: width .5s, height .5s;
}

#mouse_stalker.is-on {
	background: #fff;
	opacity: 0.2;
	width: 80px;
	height: 80px;
}

.c-toggle {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (min-width: 961px) {
	.c-toggle {
		width: 42px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle {
		width: 42px;
	}
}

@media screen and (min-width: 961px) {
	.c-toggle {
		height: 34px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle {
		height: 34px;
	}
}

@media screen and (min-width: 961px) {
	.c-toggle {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}

.c-toggle:hover .c-toggle__line--01 {
	-webkit-transform: scaleX(0.3);
	transform: scaleX(0.3);
}

.c-toggle:hover .c-toggle__line--02 {
	-webkit-transform: scaleX(0.6);
	transform: scaleX(0.6);
}

.c-toggle:hover .c-toggle__line--03 {
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
}

.c-toggle.is-open .c-toggle__line--01 {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.c-toggle.is-open .c-toggle__line--02 {
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

.c-toggle.is-open .c-toggle__line--03 {
	-webkit-transform: translateX(100%);
	transform: translateX(120%);
}

.c-toggle.is-open .c-toggle__close--01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.c-toggle.is-open .c-toggle__close--02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.c-toggle__inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.c-toggle__line {
	position: absolute;
	left: 0;
	pointer-events: none;
	background-color: #fff;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
	transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

@media screen and (min-width: 961px) {
	.c-toggle__line {
		width: 20px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle__line {
		width: 20px;
	}
}

@media screen and (min-width: 961px) {
	.c-toggle__line {
		height: 2px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle__line {
		height: 2px;
	}
}

.c-toggle__line--01 {
	top: 0;
}

@media screen and (min-width: 961px) {
	.c-toggle__line--02 {
		top: 6px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle__line--02 {
		top: 6px;
	}
}

.c-toggle__line--03 {
	bottom: 0;
}

.c-toggle__close {
	position: absolute;
	left: 0;
	pointer-events: none;
	background-color: #64747C;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
	transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

@media screen and (min-width: 961px) {
	.c-toggle__close {
		top: 6px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle__close {
		top: 6px;
	}
}

@media screen and (min-width: 961px) {
	.c-toggle__close {
		width: 20px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle__close {
		width: 20px;
	}
}

@media screen and (min-width: 961px) {
	.c-toggle__close {
		height: 2px;
	}
}

@media screen and (max-width: 960px) {
	.c-toggle__close {
		height: 2px;
	}
}

.c-toggle__close--01 {
	-webkit-transform: rotate(45deg) translateX(-200%);
	transform: rotate(45deg) translateX(-200%);
}

.c-toggle__close--02 {
	-webkit-transform: rotate(-45deg) translateX(200%);
	transform: rotate(-45deg) translateX(200%);
}

p {
	margin-bottom: 0;
}

.container {
	overflow: inherit;
}


.section-01 {
	width: 100%;
	height: 100vh;
	/* 	height:auto; */
	position: relative;
	padding-top: 100px;
	background: rgba(100, 116, 124, 1);
	display:none;
}

.section-top {
	background-size: cover;
}

.section-about {
	background-size: cover;
}

.section-works {
	background-size: cover;
}

.section-contact {
	background-size: cover;
}

.section-note {
	background-size: cover;
}

.section-not {
	background-size: cover;
}

.p-nav-pc {
	position: absolute;
	top: 30px;
	right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


#js-page {

	position: relative;
    top: 0;
    left: 0px;
}

/* .mask {
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100vh;
-webkit-transform: translateY(100%);
transform: translateY(100%);
background: #afafaf;
} */

.mask-second {
	z-index: 101;
	background: #dedede;
}

/* .pc-only {
	display: block;
} */

.pc-only.p-nav-pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-nav-pc .p-nav_content a{
	font-size: 1.6rem;
	margin-left: 15px;
	margin-right: 15px;
}
.p-nav-pc .p-nav_content a:hover{
	opacity:.4;
}



@media screen and (max-width: 960px) {
/* 	.pc-only {
		display: none;
	} */

	.pc-only.p-nav-pc {
		display: none;
	}
}

/* .sp-only {
	display: none;
} */

@media screen and (max-width: 960px) {
/* 	.sp-only {
		display: block;
	} */
}
