@charset "UTF-8";
.luxy-el {
  will-change: transform;
  transform: translateZ(0);
}
.en{
 	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-optical-sizing: auto;
}
:root{
	--spacing: .05em;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	letter-spacing: var(--spacing);
}
html{
	font-size: min(62.5%, .833333333333vw);
}
body{
	font-family: "Noto Serif CJK", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	background: #3A3A3A;
	margin: 0;
	height: 200vh; /* スクロール用 */
	/*background: url('MDトップページ.jpg') no-repeat center center / cover;*/
}
/*下層ページ*/
body.news main,
body.news-detail main,
body.product main,
body.product-detail main,
body.contact main{
	/*background: #E4E4E4;*/
	padding-top: 15rem;
    padding-bottom: 15rem;
	color: #2F2F2F;
}
body.news main a,
body.news-detail main a,
body.product main a,
body.product-detail main a,
body.contact main a{
	color: #2F2F2F;
	
}
.text-inline {
	display: inline !important;
    padding-top: 0 !important;
	letter-spacing: .4em !important;
}
.text-black,
.text-black *{
	color: #2F2F2F;
}
/*0513追加*/
.Mainvisual__bg,
.Mainvisual__blur{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
}
.Mainvisual__bg{
	background: #E4E4E4;
}
.Mainvisual__bg__black{
	background: #3A3A3A;
}
.Mainvisual__blur{
	backdrop-filter: blur(3rem);
	-webkit-backdrop-filter: blur(3rem); 
}
.bg-gray{
	/*background: #E4E4E4;*/
}
.contents{
	width: 100%;
	max-width: calc(50% + 60rem);
}
.pic-area{
	position: relative;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #fff;
}
p{
	line-height: 2;
}
.pic{
	overflow: hidden;
}
.pic .luxy-el img{
	transform: scale(1.10);
	transform-origin: center bottom;
}
.pic img,
.pic picture,
.pic source,
.pic a{
	display: block;
	width: 100%;
}
.pic img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.outer{
	padding-left: 5rem;
	padding-right: 5rem;
	width: 100%;
	position: relative;
}
.inner{
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.a-items-center{
	align-items: center;
}
j-content-f-start{
	justify-content: flex-start;
}
.column{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
/* +++ #header +++ */
#header{
	/*position: relative;**/
	position: fixed;
	z-index: 99999;
	padding-top: 2rem;
	height: 10rem;
}
#header:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #2f2f2f;
	filter: blur(6rem);
	z-index: 1;
}
.logo{
	width: 27.7rem;
	position: relative;
	z-index: 1;
}
.logo *{
	display: block;
	width: 100%;
}
/* +++ nav +++ */
nav{
	font-weight: 500;
	align-items: flex-end !important;
	flex-direction: column-reverse;
	position: relative;
	z-index: 1;
}
nav li{
	margin-left: 2rem;
}
nav li .h-en{
	display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0.5rem;
}
nav .sns{
	margin-bottom: 2.3rem;
}
nav .sns a{
	display: block;
	width: 2rem;
}
nav .sns a *{
	display: block;
	width: 100%;
}
/* +++ #key-visual +++ */
#key-visual{
	position: fixed;
	left: 0;
	top: 0;
	min-height: 95.3rem;
	height: 100vh;
	width: 100%;
}
#key-visual img{
	display: block;
	width: 100%;
}
#page-ttl h1{
	height: 100vh;
	width: 100%;
	writing-mode: vertical-rl;
	font-size: 4.6rem;
	letter-spacing: .4em;
	position: relative;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.75;
	flex-direction: column;
}
.about #page-ttl h1{
	min-height: 95.3rem;
	height: 120vh;
}
.about #page-ttl h1 div.m_top{
	margin-top: 4em;
}
.about #page-ttl h1 div span{
	line-height: 1.75;
    letter-spacing: .4em;
}
.contact #page-ttl h1{
	height: 60vh;
	color: #2F2F2F;
}
body.contact {
	background: #e3e3e3;
}
/*タイトルアニメーション*/
.catch02 span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.catch02 span.show {
  opacity: 1;
  transform: translateY(0);
}
.catch02 span.show {
    opacity: 1;
    transform: translateY(0);
    line-height: 1.75;
    letter-spacing: .4em;
}
#page-ttl:after{
	/*content: "";
	display: block;
	width: 100%;
	height: 27.2rem;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: linear-gradient(0deg, #E4E4E4, rgba(255,255,255,0));*/
}
/* +++#bread-crumbs+++ */
#bread-crumbs{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 5rem;
}
.about #bread-crumbs{	
	top: 23rem;
}
#bread-crumbs,
#bread-crumbs li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#bread-crumbs li:not(:last-of-type):after{
	content: "";
	display: -block;
	width: 1.5rem;
	margin: 0 1rem;
	height: 1px;
	background: #fff;
}
#bread-crumbs li,
#bread-crumbs li a{
	letter-spacing: 0;
	font-size: 1.6rem;
}
#bread-crumbs li{
	padding: 3rem 0;
}
.contact #bread-crumbs li,
.contact #bread-crumbs li a{
	color: #222;
}
.contact #bread-crumbs li:not(:last-of-type):after{
	content: "";
	display: -block;
	width: 1.5rem;
	margin: 0 1rem;
	height: 1px;
	background: #222;
}
/* +++main+++ */
main{
	display: block;
	z-index: 6;
	position: relative;
}
/* +++ .contact-area +++ */
.contact-area{
	text-align: center;
	position: relative;
	padding-top: 21rem;
	padding-bottom: 21rem;
	background: url(../images/aside-bg01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 9998;
}
.top .contact-area{
	background: none;
}
.contact-area .inner{
z-index: 1;
}
.contact-area .sec-ttl01{
	align-items: center;
}
.contact-area p{
	font-size: 1.8rem;
	margin-bottom: 8rem;
}
.contact-area ul{
	justify-content: center;
	position: relative;
	height: 10rem;
	align-items: center;
	margin: 0 auto;
}
.contact-area ul:before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.contact-area li{
	width: 36.4rem;
}
.contact-area li:nth-of-type(1){
	margin-right: 8rem;
}
.contact-area li:nth-of-type(2){
	margin-left: 8rem;
}
.contact-area li a{
	justify-content: center;
	align-items: center;
}
.contact-area li:nth-of-type(1) a{
	width: 36rem;
	height: 6.4rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 2rem;
	font-weight: 500;
}
.contact-area li:nth-of-type(1) a:before{
	content: "";
	display: block;
	width: 2.2rem;
	height: 100%;
	margin-right: 1.5rem;
	background: url(../images/mail-icon01.svg) no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.contact-area li:nth-of-type(2) a div{
	font-weight: 400;
	font-size: 4.2rem;
	letter-spacing: .05em;
	margin-bottom: 2.3rem;
	line-height: .7;
	height: 2.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-area li:nth-of-type(2) a div:before{
	content: "";
	display: block;
	width: 2.7rem;
	height: 100%;
	margin-right: 2rem;
	background: url(../images/tel-icon01.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.contact-area .open-close{
	font-size: 1.6rem;
}
/* +++ common parts +++ */
.sec-ttl01:before{
	content: attr(data-en);
	display: block;
 	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 10rem;
	margin-bottom: -1.6rem;
	color: #B2B2B2;
	opacity: .3;
	letter-spacing: .1em;
	line-height: .7;
}
.sec-ttl01{
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 6rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.sec-ttl01.text-black{
	color: #2F2F2F;
}
/* +++.sec-ttl02+++ */
.sec-ttl02{
	writing-mode: vertical-rl;
	font-size: 4.6rem;
	line-height: 1.75;
	letter-spacing: .4em;
	font-weight: 400;
}
.sec-ttl02>span{
	letter-spacing: .4em;
	display: block;
}
/* +++ button +++ */
.btn01{
	width: 28rem;
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 2rem;
	font-size: 1.6rem;
	position: relative;
	
}
.btn01:after{
	content: "";
	display: block;
	width: 3rem;
	height: 1em;
	background: url(../images/btn-arrow01.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
	transition: .15s all ease;
}
.btn01:hover:after{
	transform: translateX(.5em);
}
.btn01.black:after{
	background: url(../images/btn-arrow02.svg) no-repeat;
}
.btn01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: width 1.5s ease;
}
.btn01.black::before {
	background-color: #222;
}
.btn01.animate::before {
  width: 100%;
}

/* +++ #footer +++ */
#footer{
	padding-top: 20rem;
	padding-bottom: 3rem;
	background: #222;
	z-index: 3;
}
#footer *{
	font-weight: 400 !important;
	line-height: 2;
	font-size: 1.6rem;
}
#footer .sitemap li{
	line-height: 2.5;
}
.company-info .logo{
	width: 27.7rem;
	margin-bottom: 4rem;
}
.company-info .sns{
	justify-content: flex-start;
	margin-top: 2rem;
}
.company-info .sns li{
	margin-right: 2rem;
}
.company-info .sns a,
.company-info .sns img{
	display: block;
	width: 2rem;
}
.googlemap{
	margin-top: 10rem;
	margin-bottom: 5rem;
	height: 40rem;
}
.googlemap iframe{
	display: block;
	width: 100%;
	height: 100%;
}
#copyrights{
	display: block;
	text-align: right;
	font-size: 1.4rem;
}
/* +++#loading+++ */
#loading{
	z-index: 9999999;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
}
#loading:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform-origin: center top;
	background: #222;
	z-index: 1;
	transition: .5s transform ease;
}
#loading .pic{
	width: 10.5rem;
	height: 11.4rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: .5s all ease;
	transition-delay: .8s;
}
.loaded #loading .pic{
	visibility: hidden;
	opacity: 0;
}
.loaded #loading:before{
	transform: scaleY(0);
	transition-delay: 1.8s;
}
.loaded #loading{
	visibility: hidden;
	transition: 0s visibility ease;
	transition-delay: 2s;
}
#luxy{
	z-index: 2;
	padding-top: 8rem;
}
.fadein2 {
	opacity: 0;
	transform: translateY(20px);
 	transition: transform 0.9s ease-out, opacity 0.4s ease-out;
}
.fadein2.kanryou {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 768px){
	html{
		font-size: 2.666vw; /* ディスプレイ横幅375pxの時 10px相当 */
	}
	body{
		font-size: 1.4rem;

	}
	.outer{
		padding-left: 2rem;
		padding-right: 2rem;
		min-width: 100%;
	}
	.inner{
		width: 100%;
	}

/* +++ #header +++ */
	#header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999;
		padding-top: 0;
		height: 6rem;
		align-items: center;
	}
	.logo{
		width: 14rem;
	}
	#header:before{
		filter: blur(3.5rem);
		background: rgba(0,0,0,.4);
	}
/* +++ nav +++ */
	nav{
		position: absolute;
		right: 0;
		top: 0;
	}
	#global-navi{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 6rem 4rem 4rem;
		background: rgba(58,58,58,.85);
		z-index: 1;
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: .4s all ease;
	}
	.opened #global-navi{
		visibility: visible;
		opacity: 1;
	}
	nav li .h-en{
		margin-top: 0;
		margin-left: 2rem;
	}
	#global-navi li{
		margin-left: 0;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	#global-navi li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 6rem;
        justify-content: flex-start;
	}
	#global-navi li a:after{
		content: "";
		display: block;
		width: 1.5rem;
		height: 100%;
		/*background: url(../images/sp-navi-arrow.svg) no-repeat;*/
		background-size: 100% auto;
		background-position: center center;
	}
	nav .sns{
		position: absolute;
		right: 7rem;
		top: 2rem;
		width: 8rem;
	}
	#menu-btn{
		position: absolute;
		right: 0;
		top: 0;
		width: 6rem;
		height: 6rem;
		cursor: pointer;
		z-index: 1;
	}
	#menu-btn span{
		display: block;
		width: 40%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: .4s all ease;
	}
	#menu-btn span:nth-of-type(1){
		transform: translateY(-.6rem);
	}
	#menu-btn span:nth-of-type(3){
		transform: translateY(.6rem);
	}
	.opened #menu-btn span:nth-of-type(1){
		transform: translateY(0) rotate(30deg);
	}
	.opened #menu-btn span:nth-of-type(3){
		transform: translateY(0) rotate(-30deg);
	}
	.opened #menu-btn span:nth-of-type(2){
		transform: translateX(25%);
		opacity: 0;
	}
/* +++ .contact-area +++ */
	.contact-area{
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.contact-area p{
		font-size: 1.5rem;
		margin-bottom: 4rem;
		line-height: 2;
	}
	.contact-area ul{
		display: block;
		height: auto;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.contact-area ul:before{
		display: none;
	}
	.contact-area li{
		width: 100%;
	}
	.contact-area li:nth-of-type(1){
		margin-right: 0;
		margin-bottom: 4rem;
	}
	.contact-area li:nth-of-type(2){
		margin-left: 0;
	}
	.contact-area li a{
		justify-content: center;
		align-items: center;
	}
	.contact-area li:nth-of-type(1) a{
		width: 100%;
		height: 5.4rem;
		font-size: 1.6rem;
	}
	.contact-area li:nth-of-type(1) a:before{
		width: 1.8rem;
		margin-right: 1rem;
	}
	.contact-area li:nth-of-type(2) a div{
		font-size: 3rem;
		margin-bottom: 1.2rem;
	}
	.contact-area li:nth-of-type(2) a div:before{
		content: "";
		display: block;
		width: 2rem;
		height: 100%;
		margin-right: 1rem;
	}
	.contact-area .open-close{
		font-size: 1.3rem;
	}
/* +++ common parts +++ */
	.sec-ttl01:before{
		font-size: 5.5rem;
		margin-bottom: -1rem;
	}
	.sec-ttl01{
		font-size: 1.8rem;
		margin-bottom: 4rem;
	}
/* +++ #footer +++ */
	#footer{
		padding-top: 10rem;
		padding-bottom: 2rem;
	}
	#footer *{
		font-size: 1.4rem;
	}
	#footer .inner{
		display: block;
	}
	.company-info{
		text-align: center;
	}
	.company-info .logo{
		width: 20rem;
		margin: 0 auto 1.2rem;
	}
	.company-info .sns{
		margin-top: 2rem;
		justify-content: center;
	}
	.company-info .sns li{
		margin: 0 1rem;
	}
	.sitemap{
		display: flex;
		justify-content: center;
		margin-top: 4rem;
		margin-bottom: 2rem;
		flex-wrap: wrap;
	}
	.sitemap li{
		width: 33.333%;
		margin-bottom: 2rem;
		text-align: center;
	}
	.googlemap{
		margin-top: 0;
		margin-bottom: 2.5rem;
		height: 24rem;
	}
	#copyrights{
		font-size: 1.2rem;
	}
/* +++ button +++ */
	.btn01{
		width: 20rem;
		padding-bottom: 1.6rem;
		font-size: 1.5rem;
	}
	.btn01:hover:after{
		transform: translateX(.5em);
	}
/* +++ #key-visual +++ */
	#key-visual{
		min-height: 54.2rem;
		height: 100vh;
		width: 100%;
	}
	#key-visual img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.about #page-ttl h1 {
        min-height: 70.2rem;
		height: 100vh;
	}
	#page-ttl h1{
		min-height: 54.2rem;
		height: 54.2rem;
		width: 100%;
		font-size: 3rem;
		padding-top: 4.2rem;
	}
	#page-ttl:after{
		height: 12rem;
	}
/* +++.sec-ttl02+++ */
	.sec-ttl02{
		font-size: 2.8rem;
	}
/* +++#bread-crumbs+++ */
	#bread-crumbs{
		display: none;
		left: 0;
		top: 6rem;
		padding-left: 2rem;
	}
	#bread-crumbs li,
	#bread-crumbs li a{
		letter-spacing: 0;
		font-size: 1.2rem;
	}
	#bread-crumbs li{
		padding: 1rem 0 2rem;
	}
	#luxy{
		padding-bottom: 0;
	}
}
@media screen and (min-width: 769px){
	.pc-none{
		display: none;
	}
	.pc-event-none{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
	.sp-none{
		display: none;
	}
}
/*リチャプチャー非表示*/
.grecaptcha-badge { visibility: hidden; }