@charset "UTF-8";

/*===============
	BODY
===============*/
.serif {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*===============
	HEADER
===============*/
#global-header {
	width: 100%;
/*	position: absolute;
*/	position: fixed;
	top: 0;
	z-index: 999;
	transition: .5;
	background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,0));
}
#global-header.change-color {
/*	position: fixed;
*/	background: rgba(255, 255, 255, 1);
	transition: .5;
}
#global-header h1 {
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 2%;
}
#global-header h1 a .gry {
	display: none;
}
#global-header.change-color h1 a .wht {
	display: none;
}
#global-header.change-color h1 a .gry {
	display: block!important;
}
#global-header .menubtn i {
	background: #fff!important;
}
@media screen and (max-width: 900px) {
	#global-header {
		height: 60px;
	}
	#global-header h1 {
		top: 8px;
	}
	#global-header h1 a {
		display: block;
		width: 70px;
	}
	#global-header h1 a img {
		width: 70px;
		position: absolute;
		top: 8px;
		left: 2%;
	}
	#global-header.change-color .menubtn i {
		background: #85878b!important;
	}
}

/*===============
	NAVI
===============*/
.nc:active {
  pointer-events: none !important;
}
.sp {
	display: none!important;
}

#global-header #global-nav .frst {
	display: flex;
	justify-content: center;
	align-items: center;
}
#global-header #global-nav .frst li {
	margin: 32px 1%;
}
#global-header #global-nav .frst li a {
	color: #fff;
	font-size: 1.1em;
}
#global-header #global-nav .frst li label {
	color: #fff;
	font-size: 1.1em;
}
#global-header.change-color #global-nav .frst li a {
	color: #000!important;
}
#global-header.change-color #global-nav .frst li label {
	color: #000!important;
}
#global-nav .frst li a img {
	height: 30px;
}

#nav-btn {
	display: block;
	width: 30px;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 2%;
}
#global-header #nav-btn i {
	color: #fff;
	font-size: 2em;
}
#global-header.change-color #nav-btn i {
	color: #000!important;
}
#sp-nav {
	display: none;
}
#sp-nav:checked + #global-nav {
	display: block;
}
.drop_down .list {
	position: relative;
}
.drop_down .list {
	display: none;
}
.drop_down:hover .list {
	display: block;
	width: 120px;
	position: absolute;
	margin-left: -20px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.drop_down:hover .list::-webkit-scrollbar {
	display: none;
}
.drop_down .list li {
	font-size: .9em;
	margin: 0 0 3px 0!important;
}
.drop_down .list li a {
	display: block;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	color: #85878b!important;
}
@media screen and (max-width: 900px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
.glmenu__link {
	color: inherit!important;
	line-height: .5!important;
}
.glmenu__link:after {
	display: none!important;
}
.menubtn {
	width: 60px!important;
	height: 64px!important;
	right: 2%!important;
	top: -4px!important;
}

/*===============
	NEWS
===============*/
.recent-news {
	width: 1120px;
	border-top: 1px solid #000;
	margin: 100px auto;
}
.recent-news .grd {
	display: grid;
	grid-template-columns: 300px 1fr;
}
.recent-news h2 {
	color: #000;
	font-size: 2em;
}
.recent-news .grd div {
	margin-top: 10px;
}
.recent-news .grd div dl {
	color: #000;
	font-size: 1.1em;
	display: grid;
	grid-template-columns: 100px 1fr;
}
.recent-news .grd div dl dd a {
	color: #000;
}
.recent-news .grd div dl dd a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 900px) {
	.recent-news {
		max-width: 96%;
		border: none;
		margin: 50px auto;
	}
	.recent-news .grd {
		display: block;
	}
	.recent-news h2 {
		text-align: center;
		border-bottom: 1px solid #000;
	}
	.recent-news .grd div {
		margin: 0;
	}
	.recent-news .grd div dl {
		font-size: 1em;
		display: block;
		margin-top: 10px;
	}
	.recent-news .grd div dl dd a {
		text-decoration: underline;
	}
	.recent-news .grd div dl dd a:hover {
		text-decoration: none;
	}
}

/*====================
	COLLECTIONS
====================*/
.doors {
	width: 100%;
	max-width: 1000px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 20px auto 0;
}
.cntr {
	display: block!important;
	margin: 0 auto!important;
}
.product__content--left:before, .product__content--right:before {
	display: none!important;
}
.product__item p {
	color: #000!important;
}
.door-list li a {
	text-decoration: underline;
	color: #000;
}
.door-list li a:hover {
	text-decoration: none;
}
.btn-t0 {
	text-decoration: underline;
	color: #000;
}
.btn-t0:hover {
	text-decoration: none;
}

/*====================
	LOWER COMMON
====================*/
.page-header__content {
	margin-top: 100px;
}
@media screen and (max-width: 900px) {
	.page-header__content {
		margin-top: 60px;
	}
}

/*===============
	CONCEPT
===============*/
.fade li {
	position: relative;
}
.fade li p {
	position: absolute;
	bottom: 0;
	left: 10px;
}


/*--------------------
	BLUR
--------------------*/
.scroll-space {
  box-sizing: border-box;
  padding-top: 200px;
  height: auto;
  color: #fff;
}

.blur {
  transition: all 1.5s;
  filter: blur(100px);
}
  .blur.scrollin {
    filter: blur(0);
}

.msg {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
	.msg {
		font-size: 14px;
	}
}

.rii {
  display: block;
  width: 250px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 900px) {
	.rii {
		max-width: 150px;
	}
}

/*--------------------
	SCROLL VIDEO
--------------------*/
.video-section {
	width: 100%;
	height: 200vh;
}
.video-section #scrolly-video01 {
	top: 15vh !important;
	max-width: 1000px;
	height: auto !important;
	aspect-ratio: 125 / 78;
	margin: 0 auto;
}
.video-section #scrolly-video02 {
	top: 15vh !important;
	max-width: 1000px;
	height: auto !important;
	aspect-ratio: 125 / 78;
	margin: 0 auto;
}
.video-section #scrolly-video03 {
	top: 15vh !important;
	max-width: 1000px;
	height: auto !important;
	aspect-ratio: 125 / 78;
	margin: 0 auto;
}
.video-section #scrolly-video04 {
	top: 15vh !important;
	max-width: 1000px;
	height: auto !important;
	aspect-ratio: 125 / 78;
	margin: 0 auto;
}
.video-section #scrolly-video05 {
	top: 15vh !important;
	max-width: 1000px;
	height: auto !important;
	aspect-ratio: 125 / 78;
	margin: 0 auto;
}
.video-section #scrolly-video06 {
	top: 15vh !important;
	max-width: 1000px;
	height: auto !important;
	aspect-ratio: 125 / 78;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	.video-section #scrolly-video {
		top: 10% !important;
	}
}
