@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
.__nuxt-error-page {
	padding: 1rem;
	background: #f7f8fb;
	color: #47494e;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	font-family: sans-serif;
	font-weight: 100!important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.__nuxt-error-page .error {
	max-width: 450px;
}
.__nuxt-error-page .title {
	font-size: 1.5rem;
	margin-top: 15px;
	color: #47494e;
	margin-bottom: 8px;
}
.__nuxt-error-page .description {
	color: #7f828b;
	line-height: 21px;
	margin-bottom: 10px;
}
.__nuxt-error-page a {
	color: #7f828b!important;
	text-decoration: none;
}
.__nuxt-error-page .logo {
	position: fixed;
	left: 12px;
	bottom: 12px;
}
.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	-webkit-transition: width .1s, opacity .4s;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
	-webkit-transition: none;
	transition: none;
}
.nuxt-progress-failed {
	background-color: red
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-size: 16px;
	font-family: Noto Sans JP, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
}
body {
	color: #333;
	margin: 0;
	line-height: 1.75;
	letter-spacing: .1em;
	font-size: 16px;
}
body.is-slidebar-active {
	overflow: hidden;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	body {
		font-size: 14px;
	}
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent
}
a:active,
a:hover {
	outline: 0
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	font-weight: 700;
	margin: .67em 0;
}
h2 {
	font-size: 1.8rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
h3 {
	font-size: 1.6rem;
}
h3,
h4 {
	margin-top: 1.7rem;
	margin-bottom: 1rem
}
h4 {
	font-size: 1.5rem
}
h5 {
	font-size: 1.4rem;
	margin-top: 1.3rem
}
h5,
h6 {
	margin-bottom: .5rem
}
h6 {
	font-size: 1.2rem;
	margin-top: 1rem
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td,
th {
	padding: 0
}
dd,
dl,
ul {
	margin: 0
}
ul {
	padding: 0
}
li {
	list-style: none;
	margin: 0
}
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
	font-size: 15px;
	line-height: 1.8;
	border: 1px solid #ccc;
	padding: .5rem .75rem;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
}
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus {
	outline: none;
	box-shadow: none;
}
textarea {
	font-size: 15px;
	line-height: 1.8;
	border: 1px solid #ccc;
	padding: .5rem .75rem;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	min-height: 200px;
}
textarea:active,
textarea:focus {
	outline: none;
	box-shadow: none;
}
input[type=checkbox],
input[type=radio] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
select {
	text-transform: none;
	display: block;
	width: 100%;
	height: 48px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 0!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	select {
		width: 100%;
	}
}
:placeholder-shown {
	color: rgba(51, 51, 51, .3);
}
::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .3);
}
:-moz-placeholder,
::-moz-placeholder {
	color: rgba(51, 51, 51, .3);
}
:-ms-input-placeholder {
	color: #9fa0a0;
}
.l-header {
	text-align: center;
	position: fixed;
	z-index: 1100;
}
.l-header__logo {
	left: 50%;
	top: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.l-header__logo,
.l-header__mail {
	position: fixed;
	text-decoration: none;
}
.l-header__mail {
	z-index: 1100;
	display: block;
	right: 15px;
	top: 15px;
	background: #320a28;
	width: 55px;
	height: 55px;
	padding-top: 15px;
}
@media (max-width:768px) {
	.l-header__mail {
		top: 0;
		right: 0;
	}
}
.l-header__copyright {
	position: fixed;
	left: 30px;
	top: 50%;
	z-index: 1100;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-header__copyright {
		display: none;
	}
}
.l-header__sns {
	position: fixed;
	z-index: 1100;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
}
.l-header__sns a {
	text-decoration: none;
	display: block
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-header__sns a {
		width: 50%;
		margin-top: 1.125rem;
		margin-left: auto;
	}
}
.l-header__sns a:first-child {
	margin-bottom: -1px;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-header__sns a:first-child {
		margin-top: 0;
	}
}
@media (max-width:768px) {
	.l-header__sns {
		top: auto;
		bottom: 0;
		rigth: 24px;
	}
}
.l-header__pagetop {
	position: fixed;
	z-index: 1100;
	right: 3.4vw;
	bottom: 4vh;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-header__pagetop {
		display: none;
	}
}
.l-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:1200px) {
	.l-container {
		padding-right: 32px;
		padding-left: 32px;
	}
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-container {
		padding-right: 35px;
		padding-left: 35px;
	}
}
.l-container.is-two-columns {
	display: -webkit-box;
	display: flex;
	padding: 0!important;
}
@media (max-width:900px) {
	.l-container.is-two-columns {
		display: block;
	}
}
.is-loaded .c-main-visual {
	visibility: visible;
}
@-webkit-keyframes ScroolTopToBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}
@keyframes ScroolTopToBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}
.c-main-visual {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	visibility: hidden;

	-webkit-transition: -webkit-filter 3s ease;
	transition: -webkit-filter 3s ease;
	transition: filter 3s ease;
	transition: filter 3s ease, -webkit-filter 3s ease;

	 -webkit-filter: blur(5px) brightness(2); 
	 filter: blur(5px) brightness(2); 
}
.c-main-visual.onStart{
	-webkit-filter: blur(0px) brightness(1);
	filter: blur(0px) brightness(1);
}
.c-main-visual__dots {
	position: absolute;
	bottom: 30px;
	left: 40px;
	display: -webkit-box;
	display: flex;
	max-width: 300px;
	z-index: 10;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.c-main-visual__dots {
		display: none;
	}
}
.c-main-visual__dot {
	width: 30px;
	background: hsla(0, 0%, 100%, .3);
	display: block;
	height: 2px;
	margin-right: 8px;
}
.c-main-visual__dot.is-active {
	background: #fff;
}
.c-main-visual__scroll {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -8px;
	z-index: 100;
}
.c-main-visual__scroll #icon-scroll-down__circle {
	-webkit-animation-name: ScroolTopToBottom;
	animation-name: ScroolTopToBottom;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.c-main-visual__image {
	width: 100vw;
	height: 100vh;
	position: absolute;
	background-size: cover;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	background-position: 50%;
	-webkit-transition: opacity 2s ease-in-out .2s, -webkit-transform 2s ease-in-out .2s, -webkit-filter 1s ease-in-out;
	transition: opacity 2s ease-in-out .2s, -webkit-transform 2s ease-in-out .2s, -webkit-filter 1s ease-in-out;
	transition: transform 2s ease-in-out .2s, opacity 2s ease-in-out .2s, filter 1s ease-in-out;
	transition: transform 2s ease-in-out .2s, opacity 2s ease-in-out .2s, filter 1s ease-in-out, -webkit-transform 2s ease-in-out .2s, -webkit-filter 1s ease-in-out;
	-webkit-filter: blur(5px) brightness(2);
	filter: blur(5px) brightness(2);
	will-change: contents;
}
.c-main-visual__image.is-02,
.c-main-visual__image.is-04 {
	-webkit-filter: blur(5px) saturate(0);
	filter: blur(5px) saturate(0)
}
.c-main-visual__image:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 10002;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	will-change: contents;
	background: linear-gradient(135deg, transparent, #131313);
}
.c-main-visual__wrap {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out .2s, -webkit-transform 2s ease-in-out .2s, -webkit-filter 1s ease-in-out;
	transition: opacity 2s ease-in-out .2s, -webkit-transform 2s ease-in-out .2s, -webkit-filter 1s ease-in-out;
	transition: transform 2s ease-in-out .2s, opacity 2s ease-in-out .2s, filter 1s ease-in-out;
	transition: transform 2s ease-in-out .2s, opacity 2s ease-in-out .2s, filter 1s ease-in-out, -webkit-transform 2s ease-in-out .2s, -webkit-filter 1s ease-in-out;
}
.c-main-visual__wrap.is-active {
	opacity: 1;
}
.c-main-visual__wrap.is-active .c-main-visual__image {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-filter: blur(0) brightness(1);
	filter: blur(0) brightness(1);
}
.c-main-visual__wrap.is-active .c-main-visual__image.is-02,
.c-main-visual__wrap.is-active .c-main-visual__image.is-04 {
	-webkit-filter: blur(0) saturate(100%);
	filter: blur(0) saturate(100%)
}
.c-main-visual__wrap.is-active-before {
	opacity: 1
}
.c-main-visual__wrap.is-active-before .c-main-visual__image {
	-webkit-transition: opacity 1s ease .2s, -webkit-transform 2s ease .2s, -webkit-filter 3s ease;
	transition: opacity 1s ease .2s, -webkit-transform 2s ease .2s, -webkit-filter 3s ease;
	transition: transform 2s ease .2s, opacity 1s ease .2s, filter 3s ease;
	transition: transform 2s ease .2s, opacity 1s ease .2s, filter 3s ease, -webkit-transform 2s ease .2s, -webkit-filter 3s ease;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-filter: blur(5px) brightness(2);
	filter: blur(5px) brightness(2);
}
.c-main-visual__wrap.is-active-before .c-main-visual__image.is-02,
.c-main-visual__wrap.is-active-before .c-main-visual__image.is-04 {
	-webkit-filter: blur(5px) saturate(0);
	filter: blur(5px) saturate(0)
}
.c-main-visual__wrap.is-active-before .c-main-visual__image:before {
	opacity: .7
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	99% {
		opacity: 1
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	99% {
		opacity: 1
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes AppFadeOut {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	70% {
		opacity: 0
	}
	to {
		opacity: 0;
	}
}
@keyframes AppFadeOut {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	70% {
		opacity: 0
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fadeInFlash {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1;
		background: #fff
	}
	70% {
		opacity: 1;
		background: #ccc
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeInFlash {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1;
		background: #fff
	}
	70% {
		opacity: 1;
		background: #ccc
	}
	to {
		opacity: 0;
	}
}
#app {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	left: 0;
}
/* #app:before {
	content: "";
	width: 100vw;
	height: 100vh;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
	z-index: 1000001;
	-webkit-animation-name: fadeInFlash;
	animation-name: fadeInFlash;
	-webkit-animation-timing-function: cubic-bezier(0, 0, .29, 1.16);
	animation-timing-function: cubic-bezier(0, 0, .29, 1.16);
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	display: none;
}
#app.is-darkmode:before,
#app:before {
	-webkit-animation-duration: 8s;
	animation-duration: 8s
}
#app.is-darkmode:before {
	background: #000;
	-webkit-animation-name: AppFadeOut;
	animation-name: AppFadeOut;
	-webkit-animation-timing-function: cubic-bezier(0, 0, .29, 1.16);
	animation-timing-function: cubic-bezier(0, 0, .29, 1.16);
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#app.is-remove,
.logo-mask {
	display: none;
}
.logo-mask {
	-webkit-clip-path: url(#svgPath);
	clip-path: url(#svgPath);
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100vh;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
} */
#text {
	position: fixed;
	z-index: 10000001;
	opacity: 0;
/* 	-webkit-transition: opacity 7s ease, -webkit-filter 7s ease;
	transition: opacity 7s ease, -webkit-filter 7s ease;
	transition: opacity 7s ease, filter 7s ease;
	transition: opacity 7s ease, filter 7s ease, -webkit-filter 7s ease;
	opacity: 0;
	will-change: contents;
	-webkit-filter: blur(5px) brightness(2);
	filter: blur(5px) brightness(2); */

/* 	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden; */
}
#text,
#text>span {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
	transform: translate3d(-50%, -50%, 0) scaleX(1);
}
#text>span {
	position: absolute;
}
#text .path {
	/* stroke-dasharray: 100; */
}
#text .logo__first {
	display: block;
}
/* #text .logo__last {
	display: none;
}
#text .logo-mask {
	-webkit-transition: opacity .2s ease .3s;
	transition: opacity .2s ease .3s
} */
#text.is-active {
	-webkit-transition: opacity 4s ease;
	transition: opacity 4s ease;
	transition: opacity 4s ease;
	transition: opacity 4s ease;
}
#text.is-active,
#text.is-active-after {
	position: fixed;
	z-index: 10000001;
	top: 50%;
	left: 50%;
	will-change: contents;
	-webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
	transform: translate3d(-50%, -50%, 0) scaleX(1);
	opacity: 1;
	-webkit-filter: blur(0) brightness(2);
	filter: blur(0) brightness(2);
}
#text.is-active-after {
	-webkit-transition: opacity .2s ease, -webkit-filter .1s ease;
	transition: opacity .2s ease, -webkit-filter .1s ease;
	transition: opacity .2s ease, filter .1s ease;
	transition: opacity .2s ease, filter .1s ease, -webkit-filter .1s ease;
}
#text.is-active-after .logo__first {
	display: none;
}
/* #text.is-active-after .logo__last {
	display: block;
} */
#text.is-active-after .logo-mask {
	opacity: 1;
	display: block
}
#text .is-remove {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .2s ease .3s;
	transition: opacity .2s ease .3s;
	opacity: 0;
}
#text .is-remove .logo__first {
	display: none;
}
#text .is-remove .logo__last {
	display: block;
}
#text .is-remove .logo-mask {
	opacity: 1;
	display: block
}
@-webkit-keyframes dash {
	70% {
		fill: transparent;
		stroke: rgba(51, 51, 51, .5);
		stroke-dashoffset: 600;
	}
	80% {
		stroke: transparent;
	}
	to {
		fill: #333;
		stroke: transparent;
	}
}
@keyframes dash {
	70% {
		fill: transparent;
		stroke: rgba(51, 51, 51, .5);
		stroke-dashoffset: 600;
	}
	80% {
		stroke: transparent;
	}
	to {
		fill: #333;
		stroke: transparent;
	}
}
#text path,
#text polygon {
	will-change: contents
}



#introduction {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #303030; /*#282423; */ /* #352F2D; */
}
/* #introduction canvas {
	z-index: 100000;
} */
#introduction canvas,
.c-borderbox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.c-borderbox {
	border: 15px solid #1d1a1c;
	box-sizing: border-box;
	z-index: 10;
}
.c-borderbox__bottom,
.c-borderbox__left,
.c-borderbox__right,
.c-borderbox__top {
	position: fixed;
	z-index: 1011;
	background: #1d1a1c;
	display: block;
}
.c-borderbox__top {
	top: 0;
	left: 0;
	height: 15px;
	width: 100vw;
}
@media (max-width:768px) {
	.c-borderbox__top {
		height: 10px;
	}
}
.c-borderbox__bottom {
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100vw;
}
@media (max-width:768px) {
	.c-borderbox__bottom {
		height: 10px;
	}
}
.c-borderbox__left {
	top: 0;
	left: 0;
	height: 100vh;
	width: 15px;
}
@media (max-width:768px) {
	.c-borderbox__left {
		width: 10px;
	}
}
.c-borderbox__right {
	top: 0;
	right: 0;
	height: 100vh;
	width: 15px;
}
@media (max-width:768px) {
	.c-borderbox__right {
		width: 10px;
	}
}
.u-display-block {
	display: block!important;
}
.u-display-none {
	display: none!important;
}
.u-display-inlineblock {
	display: inline-block!important;
}
.u-display-inline {
	display: inline!important;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.u-hidden-sm {
		display: none!important;
	}
}
@media screen and (min-width:46.875em) {
	.u-hidden-lg {
		display: none!important;
	}
}
.u-visible-lg,
.u-visible-md,
.u-visible-sm {
	display: none!important;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.u-visible-sm {
		display: block!important;
	}
	.u-visible-sm.is-inlineblock {
		display: inline-block!important;
	}
}
@media screen and (min-width:46.875em) {
	.u-visible-lg {
		display: block!important;
	}
	.u-visible-lg.is-inlineblock {
		display: inline-block!important;
	}
}
.l-footer {
	position: relative;
	padding-top: 4.0625rem;
	padding-bottom: 4.5rem;
	background-color: #d2d1d2;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-footer {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		padding-top: 3.625rem;
	}
}
.l-footer__logo {
	text-align: center;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-footer__logo {
		width: 72px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1;
		margin-bottom: 52px;
	}
	.l-footer__logo svg {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-footer__content {
		text-align: center;
	}
}
.l-footer__pagetop {
	display: none;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-footer__pagetop {
		display: inline-block;
		width: 7px
	}
	.l-footer__pagetop svg {
		width: 100%;
		height: auto;
	}
}
.l-footer__copyright {
	display: none;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.l-footer__copyright {
		display: inline-block;
		width: 8.6875rem;
		line-height: 1;
		position: absolute;
		bottom: 34px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.c-borderbox,
.l-header {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
#fp-nav.fp-left {
	left: 60px!important;
}
@media (max-width:768px) {
	#fp-nav.fp-left {
		display: none!important;
	}
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #1d1a1c!important;
	width: 7px!important;
	height: 7px!important;
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
	background: #fff!important;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	margin-bottom: 20px!important;
}
#fp-nav {
	z-index: 1000;
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
	height: 7px!important;
	width: 7px!important;
	margin: -2px 0 0 -2px!important;
}
.c-company,
.c-project,
.c-movie,
.c-staff {
	border-top: 15px solid #1d1a1c;
}
@media screen and (min-width:0em) and (max-width:46.8125em) {
	.c-company,
	.c-project,
	.c-movie,
	.c-staff {
		border-top: 1c solid #1d1;
	}
}
.c-company__table p {
	margin-top: 0;
	margin-bottom: 0
}