@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px) {
	html {
		font-size: 0.732vw;
	}
}
@media all and (min-width: 1600px) {
	html {
		font-size: 73.2%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: 2.666vw;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
@font-face {
	font-family: "dinpro";
	font-style: normal;
	font-weight: 400;
	src: url(../font/dinpro-regular.otf);
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: clamp(10px,1.4rem,15px);
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-feature-settings : "palt";
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	transition: all 0.4s;
}
.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background-color: #fff;
	transition: all 0.4s;
}
.loading .loadLogo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 3rem;
}
.loading.hide {
	opacity: 0;
	visibility: hidden;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	right: 7rem;
	top: 3.9rem;
	z-index: 100;
	pointer-events: none;
}
#gHeader .header {
	transition: all 1s ease-in;
	opacity: 0;
	visibility: hidden;
}
#gHeader.show .header {
	opacity: 1;
	visibility: visible;
}
#gHeader .hBox {
	width: 21rem;
	transition: all 0.6s;
}
#gHeader .hLink a {
	position: relative;
	display: inline-block;
	color: #000;
	font-weight: 600;
	font-size: clamp(10px,1.3rem,15px);
	letter-spacing: 0.03em;
	cursor: pointer;
	pointer-events: auto;
	margin-bottom: 3.4rem;
}
#gHeader .hLink a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #666;
	content: "";
	transition: all 0.8s 1.2s;
}
#gHeader.show .hLink a::before {
	width: 100%;
}
#gHeader .hSns {
	margin: 0 0 0 auto;
	width: 1.8rem;
	transition: all 0.6s;
	cursor: pointer;
	pointer-events: auto;
}
#gNavi a {
	font-size: clamp(10px,1.2rem,15px);
	letter-spacing: 0.02em;
	cursor: pointer;
	pointer-events: auto;
}
#gNavi li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#gNavi li {
	transition: all 0.6s;
}
#gNavi a {
	position: relative;
	display: inline-block;
	color: #000;
}
#gNavi a::before {
	position: absolute;
	left: -1rem;
	top: 50%;
	width: 0.3rem;
	height: 0.3rem;
	background-color: #000;
	border-radius: 50%;
	content: "";
	transition: .3s;
	opacity: 0;
}
.headerLogo {
	position: fixed;
	left: 30px;
	bottom: 2.1rem;
	width: 60px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.headerLogo a {
	display: block;
}
.headerLogo.on {
	opacity: 1;
	visibility: visible;
}
@media all and (min-width: 1000px) {
	#gHeader .hLink a:hover,
	#gHeader .hSns a:hover {
		opacity: 0.5;
	}
	.pad #gHeader .hLink a:hover,
	.pad #gHeader .hSns a:hover {
		opacity: 1;
	}
	#gNavi a:hover::before {
		opacity: 1;
	}
	.pad #gNavi a:hover::before {
		opacity: 0;
	}
	#gHeader.on .hBox {
		width: 18rem;
	}
	#gHeader.on .hLink a {
		font-size: clamp(10px,1.2rem,15px);
	}
	#gHeader.on .hSns {
		margin: 0 0 0 auto;
		width: 1.6rem;
	}
	#gHeader.on #gNavi {
		margin-top: -0.1rem;
	}
	#gHeader.on #gNavi a {
		font-size: clamp(10px,1.1rem,15px);
	}
	#gHeader.on #gNavi li:not(:last-child) {
		margin-bottom: 0.25rem;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		right: 0;
		top: 0;
		width: 100%;
		padding: 2.4rem 2.5rem 0 3rem;
		box-sizing: border-box;
		cursor: default;
		pointer-events: none;
	}
	#gHeader .hBox {
		width: auto;
	}
	#gHeader .hLink a {
		font-size: 1.3rem;
	}
	#gNavi a {
		font-size: 1.3rem;
	}
	#gNavi li:not(:last-child) {
		margin-bottom: 0.6rem;
	}
	#gNavi.show ul {
		transform: none !important;
		animation: opacity 1s forwards;
	}
	.menu {
		position: fixed;
		left: 2rem;
		top: 2.4rem;
		color: #000;
		font-size: 1.3rem;
		z-index: 100;
		transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
		cursor: pointer;
		pointer-events: auto;
	}
	.menu.show {
		opacity: 1;
		visibility: visible;
	}
	.headerLogo {
		left: 20px;
		bottom: 1.1rem;
		width: 40px;
	}
	.menuBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 15.5rem;
		height: 100%;
		background-color: rgba(251,251,251,0.95);
		z-index: 999;
		padding: 2.4rem 2.5rem 0 3rem;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}
	.menuBox.show {
		opacity: 1;
		visibility: visible;
	}
	.menuBox ul {
		font-size: 1.3rem;
	}
	.menuBox ul li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	.menuBox li {
		opacity: 0;
		visibility: hidden;
	}
	.menuBox li a {
		position: relative;
		display: inline-block;
	}
	.menuBox li a::before {
		position: absolute;
		left: -1rem;
		top: 50%;
		width: 0.3rem;
		height: 0.3rem;
		background-color: #000;
		border-radius: 50%;
		content: "";
		transition: .3s;
		opacity: 0;
	}
	.menuBox.show li {
		animation: opacity 1s forwards 0.2s;
	}
	.menuBox.show li:nth-child(2) {
		animation-delay: 0.3s;
	}
	.menuBox.show li:nth-child(3) {
		animation-delay: 0.4s;
	}
	.menuBox.show li:nth-child(4) {
		animation-delay: 0.5s;
	}
	.menuBox.show li:nth-child(5) {
		animation-delay: 0.6s;
	}
	.menuBox.show li:nth-child(6) {
		animation-delay: 0.7s;
	}
	.menuBox .logoInfo {
		position: absolute;
		left: 3rem;
		bottom: 22.3%;
		opacity: 0;
		visibility: hidden;
	}
	.menuBox .logoInfo a {
		display: block;
	}
	.menuBox.show .logoInfo {
		animation: opacity 1s forwards 0.8s;
	}
	.menuBox .logoInfo p {
		margin-top: 3.9rem;
		font-size: 1rem;
		line-height: 1.77;
		letter-spacing: 0.02em;
	}
	.menuBox .logoInfo .logo {
		width: 9.5rem;
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: fixed;
	right: 3rem;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
#gFooter.on {
	opacity: 1;
	visibility: visible;
}
#gFooter address {
	font-size: min(15px,0.8rem);
	font-weight: 300;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#gFooter .pageTop {
	position: absolute;
	bottom: 0.6rem;
	right: 0;
}
#gFooter .pageTop a {
	position: relative;
	display: block;
	width: 3rem;
}
#gFooter .pageTop a::before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 0.3rem;
	background-color: #343434;
	content: "";
}
#gFooter .pageTop a img {
	width: 0.4rem;
}
@media all and (min-width: 1000px) {
	#gFooter .pageTop a:hover {
		width: 4rem;
	}
	.pad #gFooter .pageTop a:hover {
		width: 3rem;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		right: 2rem;
	}
	#gFooter address {
		font-size: 0.8rem;
	}
	#gFooter .pageTop {
		right: -1rem;
		bottom: -0.4rem;
	}
	#gFooter .pageTop a {
		width: 5rem;
		padding: 1rem;
	}
	#gFooter .pageTop a::before {
		left: 1rem;
		width: 3rem;
		top: 1.3rem;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.ibm {
	font-family: "IBM Plex Mono", monospace;
}
.dinpro {
	font-family: "dinpro";
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 10.5rem;
	font-size: max(10px,2.3rem);
	font-weight: 400;
	letter-spacing: 0.7em;
	font-family: "IBM Plex Mono", monospace;
}
@media all and (max-width: 999px) {
	.headLine01 {
		margin-bottom: 8.64vh;
		font-size: 1.9rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.1rem;
	font-weight: 400;
	line-height: 2.57;
	letter-spacing: 0.37em;
}
@media all and (max-width: 999px) {
	.headLine02 {
		margin-bottom: 1.1rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: clamp(10px,1.3rem,15px);
	letter-spacing: 0.03em;
	font-family: "IBM Plex Mono", monospace;
}
.comLink a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #666;
	content: "";
}
@media all and (min-width: 1000px) {
	.comLink a:hover {
		opacity: 0.5;
	}
	.pad .comLink a:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 30rem;
}
.comBtn a {
	padding: 0.8rem 0 1rem;
	text-align: center;
	display: block;
	font-size: clamp(10px,1.1rem,15px);
	letter-spacing: 0.04em;
	font-family: "IBM Plex Mono", monospace;
	border: 1px solid rgba(204,204,204,0.5);
}
.comBtn a span {
	padding-right: 2.4rem;
	display: inline-block;
	background: url(/img/common/icon02.png) no-repeat center right;
	background-size: 1rem auto;
}
@media all and (min-width: 1000px) {
	.comBtn a:hover {
		opacity: 0.5;
	}
	.pad .comBtn a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.comBtn {
		width: 28rem;
	}
	.comBtn a {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	lazy
------------------------------------------------------------*/
img.lazy {
	opacity: 0;
	transition: all 1s;
}
img.lazy.on {
	opacity: 1;
}
/*------------------------------------------------------------
	parallax
------------------------------------------------------------*/
.jsParallax,
.jsParallax02 {
	height: 0;
	overflow: hidden;
	position: relative;
}
.jsParallax02 .parallax,
.jsParallax .parallax {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.jsParallax02 .parallax img,
.jsParallax .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInY {
	opacity: 0;
	transform: translate3d(0,3rem,0) rotate(0.01deg);
	transition: all 1s;
}
.fadeInY.visible {
	opacity: 1;
	transform: translate3d(0,0,0) rotate(0.01deg);
}
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 1s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.fadeTxt span {
	opacity: 0;
	transition: all 2s ease;
}
.fadeTxt.visible span.on {
	opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	height: 6px;
	bottom: 1px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	margin: 0;
	height: 6px;
	opacity: 0.5 !important;
	background-color: #000;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	display: none;
}
.mCSB_scrollTools.mCSB_1_scrollbar {
	opacity: 0 !important;
	z-index: 10;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag {
	opacity: 1 !important;
	transition: all 0.3s;
}
.index .mCSB_scrollTools.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag {
	opacity: 0 !important;
}
.index .jsScrollBox.showBar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	opacity: 0 !important;
	transition: all 0.3s;
}
.index .jsScrollBox.showBar .mCSB_scrollTools.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag {
	opacity: 1 !important;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 0;
	height: 100%;
}
/*------------------------------------------------------------
	jsScrollBox
------------------------------------------------------------*/
.jsScrollBox {
	position: relative;
	z-index: 99;
	height: 100vh;
	overflow: hidden;
}
body.pad .jsScrollBox {
	overflow: visible;
}
.jsScrollBox .jsFlex {
	height: 100%;
}
#main .jsScrollBox .whiteBox {
	background-color: #fff;
	height: 100%;
	display: flex;
	width: fit-content;
	overflow-y: clip;
	position: relative;
	z-index: 2;
}
#main .jsScrollBox .secBox {
	height: 100%;
	flex-shrink: 0;
}
#main .stickyBox {
	height: 100vh;
}
@media all and (max-width: 999px) {
	.jsScrollBox {
		overflow: visible;
	}
	#main .stickyBox {
		position: sticky;
		top: 0;
	}
	.jsScrollBox .jsFlex {
		height: 100vh;
		overflow: hidden;
	}
}

/*------------------------------------------------------------
	comLogoInfo
------------------------------------------------------------*/
.comLogoInfo {
	position: absolute;
	left: calc(10.7% - 5.1rem);
	bottom: 16.5%;
	z-index: 1;
}
.comLogoInfo .fadeLogo {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease-in;
}
.comLogoInfo .fadeLogo a {
	display: block;
}
.comLogoInfo.show .fadeLogo {
	opacity: 1;
	visibility: visible;
}
.comLogoInfo .logo {
	position: relative;
}
.comLogoInfo .logoLine {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.comLogoInfo p {
	margin-top: 4.1rem;
	line-height: 1.77;
	letter-spacing: 0.02em;
	font-size: clamp(10px,1rem,15px);
}
@media all and (min-width: 1000px) {
	.comLogoInfo .logo img {
		display: block;
		padding-bottom: 0.5rem;
		width: 11.4rem;
	}
	.comLogoInfo .fadeLogo a:hover {
		opacity: 1;
	}
	.pad .comLogoInfo .fadeLogo a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.comLogoInfo {
		left: 8.2%;
		bottom: 18%;
	}
	.comLogoInfo p {
		margin-top: 3rem;
		font-size: 1rem;
	}
	.comLogoInfo .logo {
		width: 9.5rem;
	}
	.comLogoInfo .logo img {
		display: block;
		padding-bottom: 0.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	position: absolute;
	right: 10.1rem;
	top: 45%;
	font-size: max(10px,2.4rem);
	font-weight: 400;
	letter-spacing: 1em;
	font-family: "IBM Plex Mono", monospace;
}
@media all and (max-width: 999px) {
	.headLine03 {
		right: 2.6rem;
		top: 44.5%;
		font-size: 1.9rem;
		letter-spacing: 0.55em;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3.5rem;
	font-size: max(10px,1.7rem);
	font-weight: 500;
	letter-spacing: 0.7em;
	font-family: "IBM Plex Mono", monospace;
}
/*------------------------------------------------------------
	comLinkText
------------------------------------------------------------*/
.comLinkText {
	border-bottom: 1px solid #ccc;
}
@media all and (min-width: 1000px) {
	.comLinkText:hover {
		border-color: transparent;
	}
	.pad .comLinkText:hover {
		border-color: #ccc;
	}
}

.comScrollBtn {
	width: 2rem;
	position: fixed;
	right: 5.8rem;
	bottom: 0;
	transform: translateX(-50%);
	opacity: 1;
	transition: opacity 0.5s ease;
	z-index: 101;
}
.comScrollBtn.hide {
	opacity: 0;
	visibility: hidden;
}
.comScrollBtn a {
	height: 4em;
	position: relative;
	display: block;
	overflow: hidden;
}
.comScrollBtn a::before {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #707070;
	content: '';
	animation: scroll 2s cubic-bezier(1,0,0,1) 1s infinite;
	animation-fill-mode: both;
}
@-webkit-keyframes scroll {
	0% {
		top:-100%;
	}
	50% {
		top: 0;
	}
	100% {
		top:100%;
	}
}
@keyframes scroll {
	0% {
		top:-100%;
	}
	50% {
		top: 0;
	}
	100% {
		top:100%;
	}
}
@media all and (max-width: 999px) {
	.comScrollBtn {
		right: 0.6rem;
	}
	.comScrollBtn a {
		height: 3em;
	}
}