.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* -webkit-filter: sepia(1); */
}
.bx-wrapper img {
	width: 100%;
	height: auto;
}
.coming {
	position: relative;
} 
.coming:after {
	content: "「Coming Soon」";
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
	color: #f79433;
	opacity: 0;
} 
.coming.show:after {
	opacity: 1;
}
#meet {
	position: relative;
    padding: 170px 0;
	text-align: center;
}
#meet .linefade {
	top: -30px !important;
}
#meet h2 {
	font-size: 110px;
	line-height: 120px; 
}
#meet h2 strong {
	color: #f79433;
	font-weight: normal;
}
#meet h2 span.font30 {
	color: #f79433;
	font-size: 30px;
	line-height: 50px;
}
#meet .txt {
	font-size: 15px;
	line-height: 45px;
	margin-top: 30px;
}
#meet .button {
	margin-top: 40px;
}
#whatwedo {
	position: relative;
}
#whatwedo .whatwedo_bg {
    background-color: #faf4ec;
    padding: 120px 2% 30px;
    margin-left: 0;
}
#whatwedo .row-shared {
	padding: 50px 2%;
    width: 96%;
    background-color: #fff;
    margin-top: 50px;
    max-width: 100%;
} 
#whatwedo .row-shared h3 {
	position: relative;
	margin-bottom: 30px;
	line-height: 64px;
	color: #f79433;
	font-size: 25px; 
} 
#whatwedo .row-shared h3 img {
	margin-right: 35px;
	float: left;
} 
#whatwedo .row-shared h3 strong {
    font-family: 'Questrial', sans-serif; 
	font-size: 45px;
	text-transform: uppercase;
	font-weight: normal;
}
#whatwedo .row-shared h3 strong:after {
	content: ":"; 
	margin: 0 30px 0 30px;
}
#whatwedo .row-shared dl {
	padding: 15px 0;
	border-bottom: 1px dashed #f79433;
}
#whatwedo .row-shared dl dt {
	font-weight: 500;
	font-size: 27px;
	margin-bottom: 10px;
}
#whatwedo .toggle-link {
	position: relative;
	line-height: 94px;
	background-color: #fff1e5;
    padding: 15px 0 32px;
    font-weight: bold;
    font-size: 25px;
}
#whatwedo .toggle-link:after {
	content: url('../img/index/icon_drop.png');
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -10px;
}
#slide-gallery {
	padding: 140px 0 167px;
}
#sliderpc {
	background-image: url('../img/index/slider.png');
	height: 726px;
} 
#slidersp {
	position: relative;
	padding: 0 0 42px;
}
#slidersp .bx-wrapper .bx-pager, 
#slidersp .bx-wrapper .bx-controls-auto {
    bottom: 6px;
    position: absolute;
    width: 100%;
    text-align: center;
}
#slidersp .bx-wrapper .bx-pager-item {
	display: inline-block;
} 
#slidersp .bx-wrapper .bx-pager a {
    text-indent: -9999px;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #f79433;
} 
#slidersp .bx-wrapper .bx-pager a:hover, 
#slidersp .bx-wrapper .bx-pager a.active {
    background: #f79433;
}
#whoweare {
	background-color: rgba(255, 120, 0, 0.1);
	padding: 100px 0 55px;
	position: relative;
}
#whoweare .note {
	color: #f79433;
	font-size: 15px;
	text-align: center;
}
#whoweare .info {
	margin-top: 35px;
}
#whoweare .who_slider {
    position: relative;
    margin-top: 30px;
	z-index: 1;
}
#who_pc {
	display: none;
	margin-left: -113px;
}
#who_pc .bx-viewport {
	overflow: inherit !important;
}
#who_pc ul li {
	width: 464px !important;
	height: 581px !important;
	padding: 93px 133px;
	position: relative; 
}
#who_pc ul li p {
	position: relative;
	z-index: 1;
}
#who_pc ul li .name { 
	font-family: 'Questrial', sans-serif;
	font-weight: 500;
	font-size: 25px;
}
#who_pc ul li .note {
	color: #fff;
	font-size: 20px;
	background-color: #f79433;
	display: inline-block;
	padding: 0 10px;
	margin-top: 10px;
}
#who_pc ul li .address {
	margin-top: 30px;
}
#who_pc ul li .text {
	margin-top: 30px;
}
#who_pc ul li p.member_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#who_pc ul li p.member-img {
	position: absolute;
	top: 0;
	left: -147px;
	z-index: 0;
	display: none;
} 
#who_sp ul li a {
	position: relative;
	display: block;
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-top: 2%;
	overflow: hidden;
}
#who_sp ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255,255,255,0.5);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -webkit-transform 0.6s;
    -ms-transition: -webkit-transform 0.6s;
    -o-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
#who_sp ul li a:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
#who_sp ul li a:nth-child(3n + 1) {
	margin-left: 0;
}
#who_sp .bx-controls {
    position: relative;
    margin-top: 22px;
    text-align: center;
    padding-bottom: 24px;
}
#who_sp .bx-controls-direction a {
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 0;
	margin: 0 30px;
}
#who_sp ul li a img:first-child {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-moz-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-ms-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-o-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#who_sp .bx-next {
	background: url('../img/index/next.png') no-repeat center center / cover;
}
#who_sp .bx-prev {
	background: url('../img/index/prev.png') no-repeat center center / cover;
}
#who_sp .bx-wrapper .bx-pager {
	top: 2px;
    position: absolute;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
#who_sp .bx-wrapper .bx-pager-item {
	display: inline-block;
} 
#who_sp .bx-wrapper .bx-pager a {
    display: block;
    margin: 0 5px;
    color: #f79433;
} 
#who_sp .bx-wrapper .bx-pager a:hover, 
#who_sp .bx-wrapper .bx-pager a.active {
    color: #000;
}
/* #who_sp .btn-over img:nth-child(1) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */
#movie {    
	padding: 50px 0 0;
    text-align: center;
    margin-bottom: 50px;
}
#movie .videoWrapper {
	margin-top: 20px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}
#movie .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#joinus_pc {
	background: url(../img/index/joinus_bg.jpg) repeat center top;
	text-align: center;
	padding: 18px 0;
	position: relative;
	color: #fff;
	cursor: pointer;
}
#joinus_pc .joinus_border {
	background: url(../img/index/joinus_bg.jpg) repeat center top;
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
	padding: 63px 0 43px;
}
#joinus_pc .button02 {
	letter-spacing: 0.22em;
	font-size: 28px; 
	line-height: 77px;
}
#joinus_pc .button02 a {
	display: inline-block;
	position: relative;
	padding: 0 190px 0 14px; 
	text-align: left;
	text-decoration: none;
}
#joinus_pc .button02 a:before {
	content: url('../img/index/go.png');
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
#joinus_pc .button02 a:after {
	content: "";
	position: absolute;
	top: 39px;
	right: 96px;
	width: 80px;
	height: 1px;
	background-color: #fff;
}
#joinus_pc:hover .button02 a:before { 
	right: -20px;
}
#joinus_sp img {
	width: 100%;
}
#joinus .email {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
	padding: 10px;
	border:4px #ff9a00 solid;
}
#joinus .email a {
	display: block;
}
#howtoreach {
	padding: 155px 0;
	text-align: center;
}
#howtoreach .txt {
	margin-top: 20px;
}
#howtoreach .reach_tel {
	font-size: 40px;
	line-height: 59px;
	margin-top: 20px;
}
#howtoreach .howtoreach_btn { 
	margin-top: 30px;
}
#howform.active {
	display: block;
}
#howform {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(247, 148, 51, 0.9);
	display: none;
}
#howform.active .form-email {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#howform .form-email {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    background: #fff;
    padding: 50px;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}
#howform .form-email h3 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
	color: rgb(247, 148, 51);
}
#howform .closeform {
	content: "";
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background: url(../img/shared/closesp.png) no-repeat center top / cover;
}
#howform .button {    
	font-size: 15px;
    line-height: 22px;
    background: none;
    cursor: pointer;
}
#howform .row.fuild {
	text-align: center;
}
#gmap {
	height: 750px;
}

@media (min-width: 1025px) {
	#key .videoWrapper iframe {
		pointer-events: none;
	}
	#whatwedo .whatwedo_bg {
		background-color: #faf4ec;
		padding: 148px 114px 100px;
		margin-left: -300px;
		width: 1372px;
		box-sizing: content-box;
	}
	#whatwedo .row-shared {
		padding: 76px 186px 82px;
		width: 1000px; 
		max-width: 100%;
	}
	#who_pc ul li p.member-img {
		display: block;
	}
	#whoweare {
		margin-bottom: 164px;
	}
	#movie {
		display: none
	}
}
@media (min-width: 768px) {
	#slidersp {
		display: none
	}
	.toggle-link {
		display: none;
	}
	.toggle .toggle-main {
	    display: block;
	}
	#who_sp {
		width: 50%;
		max-width: 500px;
		height: 502px;
		margin-top: 0;
		position: absolute;
		top: 63px;
		right: 0;
		z-index: 51;
	}
	#who_sp .bx-controls-direction a {
		width: 35px;
		height: 35px;
	}
	#who_pc {
		display: block;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	#whatwedo {
		background-color: #faf4ec;
	}
	#whatwedo .row-shared h3 strong:after {
    	margin: 0 10px 0 15px;
	}
	#howtoreach {
	    padding: 100px 0; 
	}
	#whoweare {
	    margin-bottom: 50px;
	}
	#slide-gallery {
	    padding: 50px 2%; 
	}
	#who_pc ul li {
	    width: 50% !important;
	    height: 581px !important;
	    padding: 93px 10px 93px 133px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#who_pc .bx-viewport {
	    height: 726px !important;
	}
	#who_pc ul li .text {
		width: 80%;
	}
	#movie {
		display: none
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	#meet {
		padding: 60px 0;
	}
	#meet h2 { 
		font-size: 60px;
	    line-height: 60px; 
	}
	#whatwedo .whatwedo_bg {
		padding: 60px 0;
	}
	#whoweare {
		padding: 60px 0 90px;
	}
	#who_pc .bx-viewport {
		height: 604px !important;
	}
	#who_pc ul li .text {
		width: 80%;
	}
}
@media (max-width: 767px) {
	#meet {
	    padding: 30px 0; 
	}
	#meet .linefade {
	    top: -12px !important;
	}
	#meet h2 { 
		font-size: 30px;
	    line-height: 40px; 
	}
	#whatwedo .whatwedo_bg {
		padding: 30px 0;
	}
	#slide-gallery {
	    padding: 30px 2%; 
	}
	#whoweare {
	    padding: 40px 0 0;
	}
	#whatwedo .row-shared {
	    padding: 30px 2%;
		margin-top: 30px;
	}
	#whatwedo .row-shared dl dt {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#movie {
	    padding: 30px 0 0;
	    margin-bottom: 30px;
	}
	#who_sp .bx-wrapper .bx-pager {
		display: none;
	}
	#who_pc {
		display: none;
	    position: fixed;
	    top: 0;
	    left: 0; 
	    right: 0;
	    bottom: 0;
	    height: auto;
	    z-index: 4;
	    margin-left: 0;
	    background-color: rgba(154, 90, 28, 0.64);
	    display: none;
	}
	#who_pc .wrap_who_pc {
		width: 96%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 2%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background-color: #fff;
	}
	#who_pc .bx-viewport {
		overflow: hidden !important;
		height: auto !important;
	}
	#who_pc .closesp {
	    position: absolute;
        top: 16px;
    	right: 16px;
	    cursor: pointer;
	    z-index: 10;
	    pointer-events: inherit;
	    width: 20px;
	    height: 20px;
	    background: url(../img/shared/closesp.png) no-repeat center top / cover;
	}
	#who_pc ul li {
		position: relative !important;
	    width: 100% !important;
	    height: auto !important;
	    opacity: 1 !important;
	    padding: 0;
	    display: none !important;
	}
	#who_pc ul li.active {
	    display: block !important;
	}
	.show {
		display: block !important;
	}
	#who_pc ul li .info-member {
		position: absolute;
	    top: 16px;
	    height: calc(100% - 16px);
	    left: 3%;
	    width: 94%;
	    overflow-y: auto;
	    font-size: 14px;
	}
	#who_pc ul li .info-member p {
	    line-height: 22px !important;
	}
	#who_pc ul li .info-member p.text {
		margin-top: 20px;
	}
	#who_pc ul li p.member_bg {
		position: relative;
	}
 	#whatwedo {
		text-align: center;
		padding: 0;
		margin-bottom: 0;
	}  
	#whatwedo .wrap {
		width: 100%;
	}
	#whatwedo .toggle-main {
	    padding-top: 30px;
	}
	#whatwedo .row-shared h3 {
		line-height: 40px;
	}
	#whatwedo .row-shared h3 strong {
		display: block;
		margin-top: 10px;
		font-size: 30px;
	} 
	#whatwedo .row-shared h3 strong:after {
		display: none;
	}
	#whatwedo .row-shared h3 img {
        margin-right: 0;
	    float: none;
	    display: block;
	    margin: auto;
		width: 30%;
	}
	#whatwedo .row-shared dl { 
		border-top: 1px dashed #f79433;
		border-bottom: none;
	}
	#whatwedo .toggle .toggle-main .wow {
		visibility: visible !important;
	    animation-name: none !important;
	}
	#howtoreach {
		padding: 30px 0;
	}
	#howtoreach .reach_tel {
	    font-size: 20px;
	    line-height: 28px; 
	}
	#gmap {
		height: 350px;
	}
	#pagetop {
		width: 16%;
	}
	#howform .form-email {
		padding: 2%;
		width: 92%;
	}
	#howform .form-email h3 {
		padding: 20px 0 20px;
		margin-bottom: 10px;
	}
	#howform .closeform { 
	    top: 32px;
	    right: 2%;
	    width: 16px;
	    height: 16px;
	}
} 
@media (min-aspect-ratio: 16/9) {
	.video-container iframe {
		height: 300%; top: -100%;
		/* or height: 200%; top: -50%;
		   or height: 400%; top: -150%; */
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-container iframe {
		width: 300%; left: -100%;
		/* or width: 200%; left: -50%;
		or width: 400%; left: -150%; */
	}
}