@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;
}
::selection {
  color: #fff;
  background-color: #666;
}

html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.5vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
@media all and (hover: hover) and (min-width: 1000px) {
	a:hover {
		opacity: 0.5;
	}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: max(10px, 1.5rem);
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-feature-settings : "palt";
	background-color: #fff;
}
body::before {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	user-select: none;
	pointer-events: none;
	content: "";
	animation: pageshow .3s forwards;
	z-index: 999999;
}
@keyframes pageshow {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
body.fadeCover::before {
	animation: pagehide .3s forwards;
}
@keyframes pagehide {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
body.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
}
@media all and (min-width: 1000px) {
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.8rem 3.4rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}
#gHeader .language li {
	margin-right: 1.7rem;
	font-size: max(10px, 1.2rem);
	font-weight: 300;
	letter-spacing: 0.1em;
}
#gHeader .language .current {
	font-weight: 700;
}
#gHeader .menu {
	cursor: pointer;
	color: #e6e6e6;
	font-size: max(10px, 1.2rem);
	font-weight: 500;
	letter-spacing: 0.12em;
}
#gHeader .menu .close {
	display: none;
}
#gHeader .menu.on .open {
	display: none;
}
#gHeader .menu.on .close {
	display: block;
}
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
}
.menuBox:after {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0.6;
}
.menuBox .movie {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.menuBox .movie .jsMenuVideo,
.menuBox .movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.menuBox .inner {
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
}
.menuBox .subInner {
	padding: 3.5rem 3.5rem 2.2rem;
	display: table-cell;
	vertical-align: middle;
}
.menuBox .subBox {
	margin: 0 auto;
	max-width: 92rem;
	align-items: center;
}
.menuBox .lBox {
	width: 60.2%;
}
.menuBox .logo {
	margin-bottom: 6rem;
	width: 13.9rem;
}
.menuBox .logo a:hover {
	opacity: 1 !important;
}
.menuBox .lBox p {
	font-size: 2.6rem;
	letter-spacing: 0.07em;
	font-weight: 100;
}
.menuBox .menuList {
	margin-top: -0.5rem;
	flex: 1;
}
.menuBox .menuList li:not(:last-child) {
	margin-bottom: 2.1rem;
}
.menuBox .menuList a {
	display: flex;
	align-items: center;
}
.menuBox .menuList .num {
	margin-right: 11.4rem;
	font-weight: 300;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.05em;
	position: relative;
}
.menuBox .menuList .num:after {
	position: absolute;
	left: calc(100% + 0.6rem);
	top: 0.9rem;
	width: 10.1rem;
	height: 1px;
	opacity: 0.4;
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
}
.menuBox .menuList .en {
	font-size: 3rem;
	letter-spacing: 0.03em;
	font-weight: 100;
}
#gHeader.black .language .current,#gHeader.black .language a {
	color: #000;
}
#gHeader.black .menu {
	color: #000;
}
@media all and (hover: hover) and (min-width: 1000px) {
	#gHeader .language a:hover {
		opacity: 1;
		font-weight: 700;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		padding-right: 2.6rem;
	}
	#gHeader .menu {
		letter-spacing: 0.08em;
	}
	.menuBox {
		display: none;
	}
	.menuBox .subInner {
		padding: 6.8rem 3.4rem 2rem;
	}
	.menuBox .subBox {
		display: block;
	}
	.menuBox .lBox {
		width: auto;
		display: flex;
		align-items: center;
	}
	.menuBox .logo {
		margin: 0 2.7rem 0 0;
		width: 8.3rem;
	}
	.menuBox .lBox p {
		font-size: max(10px, 1.6rem);
	}
	.menuBox .menuList {
		margin-top: 4.5rem;
	}
	.menuBox .menuList li:not(:last-child) {
		margin-bottom: 1.7rem;
	}
	.menuBox .menuList .num {
		margin-right: 6.2rem;
	}
	.menuBox .menuList .num:after {
		left: calc(100% + 0.6rem);
		top: 0.9rem;
		width: 5.2rem;
	}
	.menuBox .menuList .en {
		font-size: 2.5rem;
		margin-top: -0.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 15.3rem 0 4.5rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
#gFooter .fLogo {
	margin: 0 auto 3rem;
	width: 12.9rem;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter p {
	margin-bottom: 12.5rem;
	font-weight: 300;
	font-size: max(10px, 1.3rem);
	line-height: 1.85;
	letter-spacing: 0.05em;
}
#gFooter address {
	font-weight: 300;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.05em;
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 12.5rem 0 3rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2.5rem;
		width: 9.5rem;
	}
	#gFooter p {
		margin-bottom: 10.4rem;
		font-weight: 300;
		font-size: max(10px, 1.2rem);
		line-height: 1.67;
	}
	#gFooter address {
		font-size: max(10px, 1.1rem);
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* 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;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 110.4rem;
	padding: 0 3.5rem;
}
@media all and (max-width: 999px) {
	.content {
		max-width: initial;
		padding: 0 3.3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21.3rem;
	height: 4.8rem;
	color: #fff;
	font-size: max(10px, 1.4rem);
	background: #383838 url(/img/common/icon02.png) no-repeat left 2.2rem center/0.8rem;
	letter-spacing: 0.5px;
}
@media all and (max-width: 999px) {
	.comBtn a {
		width: 32.2rem;
	}
}
.lineIn .line {
	display: block;
	clip-path: inset(0 0 100% 0);
	transform: translateY(100%);
	transition: .8s ease;
}
.animate.isShow .lineIn .line {
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
}
.fadeInOut,
.fadeIn {
	opacity: 0;
	transition: .8s ease;
}
.animate.isShow.fadeIn,
.isShow.fadeInOut,
.animate.isShow .fadeIn {
	opacity: 1;
}
.isShow.fadeInOut {
	animation: fadeOut .8s ease forwards;
	animation-delay: 4s;
}
@keyframes fadeOut {
	100% {
		opacity: 0;
	}
}
.fadeLeft {
	opacity: 0;
	transform: translateX(-10rem);
	transition: 2s ease;
}
.animate.isShow .fadeLeft {
	opacity: 1;
	transform: translateX(0);
}
.fadeRight {
	opacity: 0;
	transform: translateX(10rem);
	transition: 2s ease;
}
.animate.isShow .fadeRight {
	opacity: 1;
	transform: translateX(0);
}