@charset "utf-8";
/* CSS Document */

.no-margin{
	margin:0 !important;
}
.no-padding{
	padding:0 !important;
}
.wow { visibility: hidden ; }
/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
	text-align:center;
    float: none;
    height: 100%;
	padding:0 !important;
	margin:0 !important;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

/* simple parallax */
.bg {
  
  position: fixed;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: -1;
}


.one{
	position:relative;
	width:100%;
	height:100%;
	padding:0;

}
@media only screen and (max-width: 1024px) {
	.one{
		padding:0;
	}
}
.white-overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/*
	background:url(../img/blackbold.png);
	*/
	background:rgba(255,255,255,0.4);
	backface-visibility:hidden;
	z-index:1;
}

.main-left, .main-right{
	height:100%;
}
.main-left{
	position:relative;
	background-image:url(../img/main06.jpg);
	background-position:center center;
}
.black-overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/*
	background:url(../img/blackbold.png);
	*/
	background:none;
	backface-visibility:hidden;
	z-index:0;
	
}
.main-right{
	background:#652aa1;
}
.mtl-wrapL, .mtl-wrapR{
	display:table;
	width:100%;
	height:100%;
	text-align:center;
}
.mtl-wrapL{
	opacity:0;
}

@media only screen and (max-width: 768px) {
	.mtl-wrapL{
		background:rgba(0,0,0,0.4);
		opacity:1;
	}
	.mtl-wrapR{
	opacity:0;
}

}
.mtl{
	
	display:table-cell;
	vertical-align:middle;
}
.mtl h3{
	font-size:2.04em;
	color:#FFF;
	letter-spacing:2px;
}
.mtl  h3:after{
	content:"";
	display:block;
	width:2em;
	height:1px;
	margin:0.8em auto;
	background:#e5e5e5;
}
.mtl img{
	width:14em;
	height:auto;
	margin:0.5em 0;
}
.mtl span a{
	color:#e5e5e5;
	display:inline-block;
	margin:1.5em 0.5em;
	padding:0.3em 0.5em;
	border:#e5e5e5 1px solid;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
}
.mtl span a:hover{
	background:#e5e5e5;
	color:#652aa1;
}
.arrow-text{
	position:absolute;
	text-align:center;
	width:250px;
	bottom:38px;
	left:50%;
	margin-left:-125px;
	color:#fff;
	
	font-family: 'Montserrat', sans-serif;
	
	z-index:10;

}
.arrow-text small{
   font-size:0.72em;
   letter-spacing:1px;
}
.arrow-text b{
	font-size:0.82em;
	letter-spacing:2px;
}
.scroll-down-button,
.filling {
  display: block;
  width: 30px;
  height: 20px;
  background-image:url(../img/scrolldown02.png);
  background-repeat:no-repeat;
  z-index:10;
  /*
  border-radius: 9px;
  border: 2px solid #fff;
  */
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  background-position: center center;
  -webkit-transition-property: border;
  transition-property: border;
}

.scroll-down-button span,
.filling span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 3px;
  height: 8px;
  background: #fff;
  border-radius: 3px;
  -webkit-animation: scrollDown 2.5s ease-in-out infinite;
  -o-animation: scrollDown 2.5s ease-in-out infinite;
  animation: scrollDown 2.5s ease-in-out infinite;
}
.scroll-down-button.black,
.filling.black {
  border-color: #3a3a3a;
}
.scroll-down-button.black span,
.filling.black span {
  background: #3a3a3a;
}
.two{
	
}
.two-l{
	background:#FFF;
	text-align:center;
	padding:2em 0;
}
.two-l h2{
	color:#666;
}
.two-l h2:after{
	content:"";
	display:block;
	margin:1em auto 0;
	width:1px;
	height:1em;
	background:#333;
}
.two-r{
	
}
.parallax-window {
	
	background: transparent;
}
.center-it h2{
	color:#FFF;
}
@media only screen and (min-width: 769px) {
	.two-tl{
		display:none;
	}
}
.b-item{
	width:20em;
	margin:1em auto;
	text-align:left;
	padding:0.5em;
}
.b-item span{
	display:inline-block;
}
.b-item span.icon-circle{
	width:50px;
	height:50px;
	text-align:center;
	border-radius:50%;
	border:#666 4px solid;
	line-height:45px;
	margin-right:1.0em;
}
.b-item span h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.48em;
}
.b-item span.icon-circle i{
	font-size:1.3em;
	color:#666;
}
.b-item  p{
	padding-left:4em;
}
.two .center-it{
	color:#FFF;
}
.two .dzsparallaxer .big-text{
	top:20px;
}
.two .dzsparallaxer .big-text .smaller{
	
	font-size:50%;
	color:#FFF;
}
.inner-text{
	word-break:break-all;
	padding:10% 15%;
	text-align:left;
	background:rgba(0,0,0,0.7);
	color:#d5d5d5;
	font-size:0.95em;
}
@media only screen and (max-width: 768px) {
	.inner-text{
		padding:20% 15%;
	}
}
.inner-text b{
	
	color:#FFF;
	font-weight:900;
}
.video-container{

    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	
}
 .youtube iframe{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
	background:#333;
	
}
.playing .vid-cover{
	display:none;
}
.vid-cover{
	position:absolute;
	background-image:url(../img/vide-bg.jpg);
	width:100%;
	height:100%;
	/* for safari */
	top:0;
	left:0;
	bottom:0;
	right:0;
	
	backface-visibility:hidden;
	z-index:1;
	
}
.cover-outer{
	width:100%;
	height:100%;
	display:table;
}
.cover-coverInner{
	
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:rgba(0,0,0,.5);
	color:#FFF;
}
.cover-coverInner p{
	font-size:1.14em;
}
.cover-coverInner a{
	display:inline-block;
	width:4em;
	height:4em;
	margin-top:1em;
	background-image:url(../img/wplay_overOFF.png);
	background-size:4em 4em;
	background-repeat:no-repeat;
}
.cover-coverInner a:hover{
	background-image:url(../img/wplay_overON.png);
}
.three{
	text-align:center;
	
}
.staff-wrap{
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.7);
	padding:2em 0;
}
.staff-wrap h2{
	color:#FFF;
}
.staff-slider{
	width:100%;
	height:auto;
	text-align:center;
	padding:2em 0;
	color:#d5d5d5;
	
}
#staff-slider li{
	padding:0.5em 0 1em ;
}
.staff-slider b{
	color:#FFF;
	font-weight:900;
}
.staff-slider span.th-img img{
	width:11em;
	height:auto;
}
.staff-slider span.th-text{
	display:inline-block;
	width:18em;
	margin:1em 0;
	
}
.staff-slider span.th-text p{
	padding-top:0.5em;
	text-align:left;
	font-size:0.95em;
}
.four{
	height:300px;
}
#bottom{
	padding:2.5em 1em;
	text-align:center;
	color:#FFF;
}
.bot-logo{
	width:10em;
	height:auto;
}
.bottom-credit{
	color:#FFF;
}
.contact{
	color:#e5e5e5;
	font-size:0.92em;
	padding:0.5em 0;
}
.contact b{
	color:#FFF;
}
.bottom-credit span{
	display:inline-block;
	line-height:1;
	padding:0 1em;
	border-right:#FFF 1px solid;
}
.bottom-credit span.last{
	border-right:none;
}
.bottom-credit a{
	color:#e5e5e5;
}
.shoe{
	height:32px;
	background:#1e1e1e;
	text-align:center;
	line-height:32px;
	color:#CCC;
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white !important;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
  z-index:9; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }
	
	/*-------------------------------------------------------------------------*/
/* index section feather light
/*-------------------------------------------------------------------------*/
@media all {
				.lightbox { display: none; }
				

}
@media screen and (min-width: 769px){
.fixwidth .featherlight-content {
					width: 900px;
					
				}
}


.lightbox{
	background:#FFF;
	padding:1em;
}
.lightbox p.light-intro{
	padding:1em 2em;
}
.lightbox p.light-intro i{
	margin:0 0.5em;
}
.light-child{
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.light-child.b-red{
	border:2px #7c1008 dotted;
	background:#fab9b9;
}
.light-child.b-orange{
	border:2px #a06a03 dotted;
	background:#ebcc91;
}
.light-child.b-green{
	border:2px #025900 dotted;
	background:#aeeead;
}
.light-child.b-purple{
	border:2px #32039d dotted;
	background:#cec3e9;
}
.light-inner{
	padding:0.5em 0.5em 0.5em 9em;
}
.light-inner p b{
	font-size:1.0em;
}
.light-inner i{
	font-size:0.88em;
	margin:0 0.5em;
}
.light-child.b-red .light-inner.up{
	position:relative;
	border-bottom:2px #7c1008 dotted;
}
.light-child.b-orange .light-inner.up{
	position:relative;
	border-bottom:2px #a06a03 dotted;
}
.light-child.b-green .light-inner.up{
	position:relative;
	border-bottom:2px #025900 dotted;
}
.light-child.b-purple .light-inner.up{
	position:relative;
	border-bottom:2px #32039d dotted;
}
.light-child .light-inner.up i{
	color:#7c1008;
}
.light-inner.up img.sun{
	width:6em;
	height:auto;
	position:absolute;
	bottom:-3em;
	left:1em;
}
.honbun-wrap {
	padding:2em 0;
}
.honbun-wrap .honbun-ttl{
	text-align:right;
}
.honbun-wrap .honbun-ttl h4{
	font-size:2.12em !important;
	margin-top:0;
	letter-spacing:2px;
}
.honbun-wrap .honbun-ttl h4:before{
	content:'';
	display:block;
	width:100%;
	height:2px;
	margin-top:0.5em;
	margin-bottom:0em;
	background:#000;
}
.honbun .fl-img{
	float:left;
	display:inline-block;
	width:50%;
	margin-right:1.5em;
	margin-bottom:1em;
	
}
.honbun .fl-img img{
	width:100%;
	height:auto;
}
.honbun p{
	padding:1em;
	color:#6e6e6e;
}
.honbun p b{
	color:#bd5806;
}
.honbun .full-img img{
	width:100%;
	height:auto;
	margin-bottom:1em;
}
@media screen and (max-width: 769px){
	.honbun-wrap .honbun-ttl{
		padding-right:45%;
	}
	.honbun .fl-img{
		width:100%;
		display:block;
	float:none;
	
}
.honbun .fl-img img{
	margin-right:0;
	margin-bottom:1em;
}

}