<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.for-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .for-sp-inline {
    display: inline !important;
  }
}

.for-pc-inline {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .for-pc-inline {
    display: none !important;
  }
}

.gb-common-2019_header {
  	position: absolute;
}

/* KV */
.kv__inner:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 30px);
	z-index: 1000;
	background-color: rgba(0,0,0,0.25);
}
.kv__title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
	z-index: 1000;
	opacity: 1;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.experience_pager .kv__pagerList{
	height: auto;
}
.kv_copy_s{
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-weight: bold;
}
.kv__title h2{
	font-size: 3.2rem;
	letter-spacing: 0.05em;
}
.kv_copy_main{
	margin-top: 20px;
}

/* NAVIGATION */
.experience_nav{
	width: 100%;
	z-index: 900;
	background-color: #000;
}
.experience_nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.experience_nav li{
	height: 60px;
}
.experience_nav li:nth-child(1){width: 20%;}
.experience_nav li:nth-child(2){width: 20%;}
.experience_nav li:nth-child(3){width: 22%;}
.experience_nav li:nth-child(4){width: 15%;}
.experience_nav li:nth-child(5){width: 23%;}

.experience_nav a{
	display: flex;
	align-items: center;
	height: 100%;
	text-align: center;
	color: #fff;
}
.experience_nav a span{
	margin: 0 auto;
	line-height: 1.2;
}
.kv__nav{
	display: none;
	z-index: 1000;
}
.experience_nav_scroll.experience_fixed{
	position: fixed;
	bottom: 0;
	left: 0;
}
.experience_footer{
	height: 60px;
	background-color: #f2f2f2;
}

@media screen and (max-width: 767px){
	.experience_nav span{
		font-size: 14px;
	}
}
@media screen and (min-width:768px){
	.kv__inner:before{
		top: 0;
		height: 100%;
	}
	.experience_pager{
		bottom: 90px;
	}
	.experience_nav{
		background-color: #000;
	}
	.experience_nav ul{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	.experience_nav li{
		width: auto;
		height: 80px;
		text-align: center;
		transition: height 0.3s ease;
	}
	.experience_nav li:nth-child(1){width: 18%;}
	.experience_nav li:nth-child(2){width: 22%;}
	.experience_nav li:nth-child(3){width: 25%;}
	.experience_nav li:nth-child(4){width: 15%;}
	.experience_nav li:nth-child(5){width: 20%;}
	.experience_nav a{
		display: inline-block;
		min-width: 80px;
		height: 100%;
		padding: 0 15px;
		color: #fff;
	}
	.experience_nav a span{
		position: relative;
		display: inline-block;
		padding-top: 30px;
		height: 100%;
		transition: padding 0.3s ease;
	}
	.experience_nav a span:before{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #fff;
		transform: scaleX(0);
		transform-origin: right bottom;
		transition: transform 0.2s ease-out;
	}
	.experience_nav a:hover span:before{
		transform: scaleX(1);
		transform-origin: left bottom;
	}

	.kv__nav{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.experience_nav_scroll.experience_fixed{
		position: fixed;
		bottom: inherit;
		/* top: 35px; */
		top: 0;
		left: 0;
	}
	.experience_footer,
	.experience_fixed li,
	.experience_bottom li{
		height: 37px;
	}
	.experience_fixed a span,
	.experience_bottom a span{
		padding-top: 8px;
	}
	/* .anchor_adjust{
		margin-top: -60px;
		padding-top: 60px;
	} */
}
@media screen and (min-width:1024px){
	.kv_copy_s{
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.kv__title h2{
		font-size: 5rem;
	}
	.kv_copy_main{
		margin-top: 20px;
		font-size: 2rem;
		line-height: 1.8;
	}
}
@media screen and (min-width:1500px){
	.kv_copy_main{
		margin-top: 20px;
		font-size: 1.8rem;
		line-height: 1.8;
	}
/* 	.experience_nav_scroll.experience_fixed{
	top: 43px;
} */
	.experience_footer,
	.experience_fixed li,
	.experience_bottom li{
		height: 45px;
	}
	.experience_fixed a span,
	.experience_bottom a span{
		padding-top: 10px;
	}
}


/*TEXT */
.experience_notes{
	margin-top: 10px;
	font-size: 1.2rem;
	color: #666;
}

.experience_subtitle{
	display: block;
    margin-top: -0.3em;
	font-size: 1.8rem;
}

.facade, .omotenashi, .remote, .iot, .location{
	padding-top: 3em;
}
@media screen and (min-width:768px){
	.facade, .omotenashi, .remote, .iot, .location{
		padding-top: 5em;
	}
}

/* FACADE */
.facade_movie_wrap{
	text-align: center;
	padding: 40px 0;
	background: url(../jpg/facade_bg-3.jpg) center center no-repeat;
	background-size: cover;
}
.facade_movie_link{
	cursor: pointer;
	background-color: #222;
}
.facade_movie_link img{
	width: 100%;
}
.facade_movie_link:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	background: url(../png/facade_movie_btn-3.png) center center no-repeat;
	background-size: cover;
}
.movie_box{
	max-width: 900px;
	margin: 0 auto;
}
.movie_box_wrap{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.movie_box_wrap:before {
    content:"";
	position: relative;
    display: block;
    padding-top: 56.25%;
}
.movie_box,
.movie_box .video-js,
.movie_box video,
.facade_movie_link{
    display: block;
    position: absolute;
    height: 100%!important;
    width: 100%!important;
    top: 0;
    left: 0;
}


/* OMOTENASHI */
.omotenashi_wrap{
	position: relative;
	padding: 40px 0;
	color: #fff;
}
.omotenashi_wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: url(../jpg/omotenashi_bg-3.jpg) center center no-repeat;
	background-size: cover;
    z-index: -1;
}
.omotenashi_wrap .inner{
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
.omotenashi_list a{
	display: block;
	margin-bottom: 8px;
	padding: 10px 15px;
	font-size: 1.5rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 24px;
	opacity: 1;
}
.omotenashi_text{
	margin: 20px 0 30px;
}
.omotenashi_map{
	position: relative;
}
.omotenashi_map_img{
	position: relative;
	z-index: 1;
}
.omotenashi_map_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.omotenashi_map_item{
	position: absolute;
}
.omotenashi_map_item a{
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(34,255,218,0.35);
}
.omotenashi_map_item a span{
	position: absolute;
	font-size: 0;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #13449b;
}
.omotenashi_map_item a span:before,
.omotenashi_map_item a span:after{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}
.omotenashi_map_item a span:after{
	transform: translate(-50%, -50%) rotate(90deg);
}
.omotenashi_map_item.item01{
    top: 76.5%;
    left: 45.6%;
    width: 16.5%;
    height: 16.8%;
}
.omotenashi_map_item.item01 span{
	left: 0;
}
.omotenashi_map_item.item02{
    top: 17.75%;
    left: 47%;
    width: 13.2%;
    height: 8.3%;
}
.omotenashi_map_item.item02 span{
	top: 0;
}
.omotenashi_map_item.item03{
	top: 5%;
    left: 5.75%;
    width: 14.75%;
    height: 12.5%;
}
.omotenashi_map_item.item03 span{
	top: 0;
}
.omotenashi_map_item.item04{
    top: 26%;
    left: 17%;
    width: 30%;
    height: 34%;
}
.omotenashi_map_item.item04 span{
	top: 75%;
}
.omotenashi_map_item.item05{
    top: 5%;
    left: 84.5%;
    width: 10%;
    height: 30.75%;
}
.omotenashi_map_item.item05 span{
	left: 0;
}
.omotenashi_map_item.item06{
    top: 44.25%;
    left: 48%;
    width: 46.5%;
    height: 19.2%;
}

/* popup */
.mfp-bg {
    z-index: 11000;
    background: #000;
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.75;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap {
	padding: 20px;
    z-index: 11001;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-container{
	padding: 15px;
}
.mfp-close{
	position: absolute;
	width: 40px;
	height: 40px;
	top: -40px;
	right: -2px;
	cursor: pointer;
}
.mfp-close:before,
.mfp-close:after{
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #fff;
}
.mfp-close:after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    max-width: 700px;
}
.omotenashi-popup_wrap{
	padding: 20px;
	text-align: center;
	background-color: #fff;
}
.omotenashi-popup_wrap figure{
	display: inline-block;
	max-width: 620px;
	text-align: left;
}
.omotenashi-popup_wrap figcaption{
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.omotenashi-popup_wrap p{
	margin-top: 15px;
	font-size: 1.4rem;
}
.omotenashi-popup_wrap .popup_text_s{
	max-width: 460px;
}


/* REMOTE CONTROL */
.remote{
	background-color: #eceeef;
	padding-bottom: 2em;
}
.remote_wrap .inner{
	max-width: 720px;
	margin: 0 auto;
}
.remote_link{
	padding: 0 20px;
	margin-bottom: 8px;
}
.remote_link a{
	cursor: pointer;
	display: block;
	padding: 10px 35px 10px 10px;
	font-size: 1.5rem;
	text-align: center;
	color: #222;
	border-radius: 24px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.remote_link a.active{
	position: relative;
	color: #fff;
	background-color: #222;
}
.remote_link a.active:before{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	transform: rotate(45deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.remote_img{
	margin: 0.5em 0 1em;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.remote_img_notes{
	margin-top: 1em;
	text-align: right;
}
.remote_img_caption{
	position: relative;
}
.remote_img_caption li{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	font-size: 1.4rem;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.remote_img_caption li.active{
	opacity: 1;
	z-index: 2;
}

.remote_icon:after{
	content: '';
	display: inline-block;
    position: relative;
    width: 1.4em;
    height: 1.4em;
    margin-left: 0.2em;
    vertical-align: sub;
	background: url(../png/remote_icon1-3.png) center center no-repeat;
	background-size: cover;
}
.remote_icon.bidet:after{
	background-image: url(../png/remote_icon2-3.png);
}
.remote_icon.otohime:after{
	background-image: url(../png/remote_icon3-3.png);
}
.remote_icon.remove:after{
	background-image: url(../png/remote_icon4-3.png);
}


/* IoT */
.iot_wrap{
	position: relative;
}
.iot_wrap .inner{
	max-width: 720px;
	margin: 0 auto;
}
.iot_img_wrap{
	padding: 25px 20px;
	background-color: #fff;
	margin-top: -18%;
}
.iot_img{
	margin: 0 0 20px;
	text-align: center;
}
.iot_list li{
	position: relative;
	padding-left: 1.2em;
	margin-top: 7px;
}
.iot_list li:before{
	content: '■';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	color: #13449b;
}
.iot_photo_list{
	/* display: flex;
	justify-content: space-between;*/
	margin-top: 10px;
}
.iot_photo_list li{
	/* width: calc(50% - 5px); */
}
.iot_photo_list li img{
	width: 100%;
}


/* LOCATION */
.location_img{
	padding-bottom:3em;
	text-align: center;
}


/* LINK */
.gallery_link_wrap{
	padding: 50px 0;
	text-align: center;
	background-color: #f2f2f2;
}
.gallery_link_btn{
	margin-top: 20px;
}
.gallery_link_btn a{
	display: block;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #222;
	background-color: #222;
}
.gallery_link_btn p{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 3rem;
	letter-spacing: 0.03em;
	color: #fff;
	transform: translateY(-45%);
	z-index: 2;
}
.gallery_link_btn a img{
	vertical-align: bottom;
	z-index: 1;
}


@media screen and (min-width:768px){
	.experience_notes{
		margin-top: 20px;
	}

	/* FACADE */
	.facade_movie_wrap{
		padding: 85px 0;
	}
	.facade_movie_link img{
		transition: opacity 0.2s ease;
	}
	.facade_movie_link:hover img{
		opacity: 0.4;
	}
	.facade_movie_link:after{
		width: 134px;
		height: 134px;
	}

	/* OMOTENASHI */
	.omotenashi_map_item a span{
		width: 58px;
		height: 58px;
	}
	.omotenashi_map_item a span:before,
	.omotenashi_map_item a span:after{
		width: 30px;
	}
	.omotenashi_map_item{
		transition: opacity 0.4s ease;
	}
	.omotenashi_map_item.not-current{
		opacity: 0;
	}
	.omotenashi_list a{
		transition: background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease;
	}
	.omotenashi_list .not-current a{
		opacity: 0.3;
	}
	.omotenashi_list .current a,
	.omotenashi_list a:hover{
		cursor: pointer;
		border-color: #3088ce;
		background-color: #3088ce;
		opacity: 1;
	}
	.omotenashi-popup_wrap{
		padding: 30px 40px;
	}

	/* REMOTE CONTROL */
	.remote{
		padding-bottom: 3.6em;
	}
	.remote_img{
		padding: 30px;
		border-radius: 30px;
	}
	.remote_img_caption li{
		padding: 0 30px;
	}

	/* LOCATION */
	.location_img{
		padding-bottom: 5em;
	}

}

@media screen and (min-width:1024px){
	/* OMOTENASHI */
	.omotenashi_wrap{
		padding: 0 0 70px;
	}
	.omotenashi_wrap:before{
		height: calc(100% - 130px);
		min-height: 540px;
	}
	.omotenashi_wrap .inner{
		display: flex;
    	align-items: flex-end;
		max-width: 1250px;
		margin: 0 auto;
	}
	.omotenashi_list_wrap{
		order: 2;
		width: 44%;
		padding: 0 30px;
	}
	.omotenashi_list{
		max-width: 400px;
		margin: 0 auto;
	}
	.omotenashi_text{
		max-width: 400px;
		margin: 40px auto 0;
	}
	.omotenashi_map_wrap{
		order: 1;
		width: 56%;
	}

	/* REMOTE CONTROL */
	.remote_wrap .inner{
		display: flex;
    	align-items: center;
		max-width: 1250px;
		margin: 0 auto;
	}
	.remote_link{
		margin-bottom: 35px;
		padding: 0 20px 0 0;
	}
	.remote_link a{
		padding: 10px 35px 10px 15px;
	}
	.remote_link a:hover{
		color: #fff;
		background-color: #3088ce;
	}
	.remote_link a.active:before{
		right: 20px;
		margin-top: -6px;
		transform: rotate(-45deg);
	}
	.remote_link_wrap{
		width: 36%;
	}
	.remote_link_list{
		max-width: 400px;
		margin: 0 auto;
	}
	.remote_img_wrap{
		width: 64%;
	}
	.remote_img{
		width: calc(100% + 40px);
		padding: 30px 40px;
		border-radius: 30px;
		box-sizing: border-box;
	}
	.remote_img_notes{
		margin-top: 0;
	}
	.remote_img_caption li{
		padding: 0 0 0 60px;
	}

	/* IoT */
	.iot_wrap{
		padding: 120px 0 0;
	}
	.iot_main_img{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.iot_main_img img{
		display: none;
	}
	.iot_main_img:before{
		content: '';
		display: block;
		position: absolute;
		width: 64%;
		height: calc(100% - 420px);
		top: 0;
		right: 0;
		background: url(../jpg/iot_bg-3.jpg) center center no-repeat;
		background-size: cover;
	    z-index: -1;
	}
/* 	.iot_wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 130px);
	min-height: 540px;
	top: 0;
	left: 0;
	background: url(../images/iot_bg.jpg) center center no-repeat;
	background-size: cover;
    z-index: -1;
}
	.iot_main_img{
		display: none;
	} */
	.iot_wrap .inner{
		display: flex;
		justify-content: space-between;
    	align-items: flex-end;
		max-width: 1250px;
	}
	.iot_imgs{
		width: 50%;
	}
	.iot_img_wrap{
		max-width: 625px;
		margin-top: 0;
		padding: 40px 40px 130px 20px;
		box-sizing: border-box;
	}
	.iot_img{
		margin: 0 0 30px;
	}
	.iot_list{
		font-size: 1.5rem;
	}
	.iot_photo{
		width: 50%;
		/* width: calc(50% - 20px); */
	}
	.iot_photo_list{
		margin-top: 0;
		transition: transform 2s 0.1s ease-out;
	}
	.iot_photo_list li{
		/* max-width: 400px; */
		margin: 0;
		/* margin: 0 auto; */
		/* width: calc(50% - 10px); */
	}

	/* LOCATION */
	.location_img{
		max-width: 1250px;
		margin: 0 auto;
	}

	/* LINK */
	.gallery_link_wrap{
		padding: 80px 0;
	}
	.gallery_link_btn a div{
		overflow: hidden;
	}
	.gallery_link_btn a img{
		transition: transform 0.3s ease;
	}
	.gallery_link_btn a:hover img{
		transform: scale(1.05);
	}
}

@media screen and (min-width:1500px){
	.omotenashi_list a,
	.omotenashi_text,
	.iot_list{
		font-size: 1.2rem;
	}
	.omotenashi_text{
		margin-top: 60px;
	}
	.remote_img{
		width: calc(100% + 60px);
		padding: 50px 60px;
	}
	.remote_link{
		padding: 0;
	}

	/* IoT */
	.iot_wrap{
		padding: 200px 0 0;
	}
	.iot_main_img:before{
		width: 65%;
		height: calc(100% - 520px);
	}
	.iot_img_wrap{
		padding: 60px 60px 130px 0px;
	}
	.iot_photo_list li{
		max-width: inherit;
	}
}</pre></body></html>