@charset "UTF-8";
body {
	font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
	color: #ffffff;
	font-weight: 400;
	background: #000000;
	overflow-x: hidden
}
.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

/* liquid-layout */

html {
	font-size: 16px;
}
@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}
@media screen and (min-width: 768px) {
	html {
		font-size: 1.25vw;
	}
}
@media (min-width: 1280px) {
	html {
		font-size: 16px;
	}
}

/* PC/tel pointer-events-none */

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* hover */

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.8;
	}
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul, ol {
	padding: 0;
}

/* Remove default margin */

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.6;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul, ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	max-width: 100%;
	display: block;
	width: 100%;
}

/* Firefox */

@-moz-document url-prefix() {
	img.ff-hack {
		width: auto;
	}
}

/* Natural flow and rhythm in articles by default */

article>*+* {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input, button, textarea, select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* form reset */

input:not([type="radio"]), button, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type="checkbox"] {
	display: none;
}
input[type="radio"] {
	margin-right: 0.5rem
}
input[type="submit"], input[type="button"], label, button, select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
.center {
	text-align: center !important;
}

/* mouse-stalker */

#mouse-stalker {
	pointer-events: none;
	position: fixed;
	top: -10px;
	left: -10px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	transform: translate(0, 0);
	transition: transform 0.2s;
	transition-timing-function: ease-out;
	z-index: 999;
	mix-blend-mode: difference;
}
#mouse-stalker.is_active {
	top: -40px;
	left: -40px;
	width: 50px;
	height: 50px;
	transition: 0.2s;
}
.hamburger {
	margin: 20px auto 0;
	width: 100%;
	/* max-width: 900px; */
	display: flex;
	justify-content: space-between;
}
.hamburger .btn-gNav {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 24px;
	z-index: 12;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.hamburger .btn-gNav span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.hamburger .btn-gNav span:nth-child(1) {
	top: 0;
}
.hamburger .btn-gNav span:nth-child(2) {
	top: 10px;
}
.hamburger .btn-gNav span:nth-child(3) {
	top: 20px;
}
.hamburger .btn-gNav.open span:nth-child(1) {
	background: #ffffff;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger .btn-gNav.open span:nth-child(2), .hamburger .btn-gNav.open span:nth-child(3) {
	top: 6px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-gNav {
	display: none;
}
.gNav .gNav-menu {
	display: flex;
	justify-content: space-between;
}
.gNav .gNav-menu li {
	margin: 0 auto;
	padding: 0;
}
.gNav .gNav-menu li>a {
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	font-size: 16px
}
.gNav .gNav-menu>li>a:hover {
	border-bottom: 1px solid #fff;
	font-size: 14px
}
.gNav .gNav-menu>li.gNav-brand>a {
	/*width: 6.5em;*/
	width: 91px;
}
.gNav .gNav-menu>li.gNav-products {
	position: relative
}
.gNav .gNav-menu>li.gNav-products>a {
	/*width: 5.5em;
	width: 77px;*/
	width: 100px;
	padding-left: 10px;
	position: relative;
}
.gNav .gNav-menu>li.gNav-products>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}
.gNav .gNav-menu>li.gNav-products:hover>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.gNav .gNav-menu>li.gNav-products ul {
	position: absolute;
	left: -90px;
	top: 26px;
	display: none;
}
.gNav .gNav-menu>li.gNav-products li a {
	width: 190px !important;
	font-size: 14px !important;
	text-align: left;
	padding: 0.2em 0.5em 0.5em;
	background: #00A6CB;
}
.gNav .gNav-menu>li.gNav-products li a:hover {
	background: #56E0FF
}
.gNav .gNav-menu>li.gNav-products:hover ul {
	visibility: visible;
	display: block;
}
.gNav .gNav-menu>li.gNav-inquiry>a {
	/*width: 11em;*/
	width: 168px
}
.gNav .gNav-menu>li.gNav-company>a {
	/*width: 5em;*/
	width: 77px;
	margin-right: 30px
}
.gNav .gNav-menu>li.icon_sns>a {
	border: none;
	margin-right: 0;
}
.icon_sns img {
	max-width: 32px;
}
.gNav .gNav-menu li.icon_sns:last-child {
	padding: 0 15px;
}
@media screen and (max-width: 600px) {
	.btn-gNav {
		display: block;
	}
	.gNav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		font-size: 16px;
		box-sizing: border-box;
		z-index: 1;
		padding-top: 50px;
		transition: .3s;
	}
	.gNav.open {
		right: 0;
	}
	.gNav .gNav-menu {
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
		flex-direction: column;
		text-align: center;
		/*justify-content: center;*/
	}
	.gNav .gNav-menu li a, .gNav .gNav-menu li.gNav-company a {
		margin-right: 0;
	}
	.gNav .gNav-menu>li a {
		display: block;
		height: 100%;
		padding: 15px;
		width: 100% !important;
		border-bottom: #525252 1px solid;
	}
	.gNav .gNav-menu>li.gNav-products>a::before {
		content: '';
		position: absolute;
		left: 24px;
		top: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
	}
	.gNav .gNav-menu>li.gNav-products:hover>a::before {
		content: '';
		position: absolute;
		left: 24px;
		top: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(-45deg);
	}
	.gNav .gNav-menu>li.gNav-products ul {
		/*position: absolute;
 left:0;
 top:26px;*/
		position: static;
		display: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	.gNav .gNav-menu>li.gNav-products li a {
		width: 100% !important;
		text-align: center;
		border-bottom: 1px solid #56E0FF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gNav .gNav-menu>li.gNav-products li:last-child a {
		border-bottom: none;
	}
	.gNav .gNav-menu>li.gNav-products:hover ul {
		visibility: visible;
		display: block;
	}
	.gNav .gNav-menu li.icon_sns:last-child {
		padding: 0;
	}
	.gNav .gNav-menu li.icon_sns img {
		margin: auto
	}
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	padding: 10px;
	z-index: 100;
}
footer {
	background: #000;
}
.footer_inr {
	padding: 25px 10px;
	text-align: center;
}
footer img.logo {
	max-width: 100% !important;
	width: auto;
	margin: auto
}
footer ul {
	margin-top: 1rem;
	margin-bottom: 1rem
}
footer ul li {
	display: inline-block;
	font-size: 0.76rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #fff;
	line-height: 1;
}
footer ul li:last-child {
	border-right: none;
}
footer .copy {
	font-size: 0.625rem
}
header, footer, .section_inr {
	padding-left: 15px;
	padding-right: 15px
}
@media screen and (min-width:1400px) {
	header, .footer_inr, .section_inr {
		max-width: 1100px;
		margin: auto
	}
}
main {
	background: #000;
}
.maT0 {
	margin-top: 0 !important
}
.maT10 {
	margin-top: 10px !important
}
.maT20 {
	margin-top: 20px !important
}
.maL0 {
	margin-left: 0 !important
}
.link_bdr {
	border-bottom: 1px solid #fff
}