@charset "UTF-8";
html,body{
	height: 100%;
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	background:#000;
}
.load-screen {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	z-index: 1050;
	background-color: black;
	justify-content: center;/* 3 */
    align-items: center;
}
.load-logo{
	width: 300px;
	height: auto;
}
.active a{
	background-color: #eee;
	color: #333;
	transition: background-color .5s ease-in-out,color .5s ease-in-out;
}
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
	transition: background-color .5s ease-in-out,color .5s ease-in-out;
}

body a{
	color: #fff;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
	width: 100%;
    background-color: #000;
}
header {
	width: 100%;
	/*font-family: Abel;*/
    font-family: 'Quantico', sans-serif;
	font-size: 1.2em;
    font-weight: 500;
	background-color: rgba(0,0,0,0);
	transition: background-color .5s ease-in-out;
}
header.top-nav-collapse{
	background-color: rgba(0,0,0,1.00);
	transition: background-color .5s ease-in-out;

}

.navbar {
    margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-brand {
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	width: 190px;
	text-indent: -99999px;
	background-size: contain;
	background-position: center center;
	margin-left: 15px!important;
}
input[name="sound"] + label{
	position: absolute;
	right: 2em;
	bottom:2em;
	cursor: pointer;
	background-image: url(../images/soundoff.svg);
	background-repeat: no-repeat;
	width: 34px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}
input[name="sound"]{
	display: none;	
}
input[name="sound"]:checked+label{
		background-image: url(../images/soundon.svg);

}
footer {
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 2em;
	padding-bottom: 3em;
}
footer h4 {
	background-image: url(../images/footer-logo.svg);
	background-repeat: no-repeat;
	width: 160px;
    height: 25px;
    text-indent: -9999px;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-origin: content-box;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.covervid-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.title-movie,.title-block {
	width: 100%;
	height: 100%;
	display: flex;
}
.title-block{
	position: relative;
}
.title-block .arrow-down{
	color: #fff;
	font-family: abel;
	text-align: center;
	
	position: absolute;
	display: block;
	width: 96px;
	height: 73px;
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 2em;
	margin-left:-48px;
	left: 50%;
/*	animation: movearrow 1s ease-in-out infinite;*/
	
}
@keyframes movearrow {
	0% {background-position: 0 1.5em;}
/*
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
*/
	100% {background-position: 0 2.5em;}
}
.title-block .logo{
	margin: auto;
	transform: translateY(16.4286%);
	width: 35%;
	height: 30%;
}
.title-block .logo h3{
	text-align: center;
		margin: 0 auto;

}
.title-block .logo h2{
	text-align: center;
		margin: 0 auto;

}
.title-block .logo h3 img{
	width: 80%;
	height: auto;
}
.title-block .logo h2 img{
	width: 100%;
	height: auto;
}
.bg-black {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
}
.bg-dark {
	color: #fff;
	background-color: #222;
}
.bg-white{
	color: #333;
	background-color:#FFFFFF;
	
}
section{
	padding: 3em 0;
}
section h1 {
    font-family: 'Quantico', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin-bottom: 1em;
}
section  h3{
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
	margin-bottom: 1em;

}
section p{
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
	font-size: 1.1em;
	line-height: 220%;
	font-weight: normal;
}
.inside-block {
	max-width: 496px;

	padding-left: 60px;
	background-image: url(../images/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3em 1em;
}
.inside-block h2{
	font-size: 2em;
	margin-bottom: 1em;
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
}
.inside-block p{
	/*font-size: 0.9em;*/
	font-size: 1em;
	margin-top: 1em;
}
.inside-block.left{
	margin-left: auto;
	padding-right: 60px;
	padding-left:0;
	background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: right top;
}
.inside-block h2{
	height: 100px;
	display:table-cell;
	vertical-align: middle;
}
.inside-block h2 span{
	font-size: 0.6em;
}
section#utility{
	padding-bottom: 0;
}
section#utility p{
	line-height: 180%;
}
section#utility article {
	display: flex;
}
section#utility article.left {
	flex-direction: row-reverse;
}
section#appearance{
	background-image: url(../images/avenir-hub-logo.svg);
    background-position: -1% 60%;
    background-repeat: no-repeat;
    /*background-size: 60%;*/
    background-size: 40%;
}
section#appearance h2{
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	display: inline-block;
	font-family: Abel;
	font-size: 1.8em;
	margin-bottom: 1.2em;
}
section#appearance p img{
	max-width: 90%;
	height:auto;
}
section#spec table{
	border-color: #7B7B7B;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
section#spec table tr.gray{
	background-color: #333333;
}
section#spec table tr:nth-child(2n){
	background-color: #333333;
}

section#spec table td{
	padding: 1em;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: 'Quantico', sans-serif;
	font-size: 0.95em;
    font-weight: 400;
	vertical-align: middle;
	border-color: #7B7B7B;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom: none;
    border-top: none;
	line-height: 1.6em;
}
.flex-center{
	display: flex;
/*    justify-content: center;*/
    align-items: center;
}
.pic {
	background-image: url(../images/pic01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 450px;
}
.pic01 {
	background-image: url(../images/pic01.jpg);
}
.pic02 {
	background-image: url(../images/pic02.jpg);
}
.pic03 {
	background-image: url(../images/pic03.jpg);
}
.pic04 {
	background-image: url(../images/pic04.jpg);
}
.pic05 {
	background-image: url(../images/pic05.jpg);
}
.map-block .map {
	width: 100%;
	height: 250px;
	background-color: rgba(218,218,218,1.00);
	margin-bottom: 1.5em;
}
.map-block-access .map {
	width: 100%;
	height: 350px;
	background-color: rgba(218,218,218,1.00);
	margin-bottom: 1.5em;
}
.map-block {
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	max-width: 460px;
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
}

.map-block-access {
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	/*max-width: 460px;*/
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
}


.access {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.map-block address{
	font-size: 1em;
    margin-bottom: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.map-block .map-content,.map-block .map-content a{
	color:#666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.map-block h4 {
	font-size: 1.4em;
}
.map-block dt{
	clear: both;
	margin-right: 1em;
	font-weight: normal;
	
}
#contact h3 {
	margin: 0px auto;
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;;
	color: #333333;
	font-size: 1.4em;
}
.map-block dl{
	margin: 1em 0 2em;
	font-size: 1.1em;
}
.map-block dl::after{
	clear: both;
	display: block;
	height: 0px;
	content: "";
}
.map-block dl dt,.map-block dl dd{
	font-size: 1.01em;
	margin-right: 1em;
	display: inline-block;
	float: left;
}

.contact-block {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	max-width: 460px;
	text-align:center;
	font-size: 1.5em;
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
}
.contact-tel{
	font-size:1.5em;
    font-family: 'Quantico', sans-serif;
}
.contact-tel a {
	text-decoration:none;
	color:#000;
}
@media (min-width: 751px){
	a[href*="tel:"] {
	    pointer-events: none;
	    cursor: default;
	    text-decoration: none;
	}
}
.contact-btn {
	display:block;
	border:1px solid #262626;
	font-size:0.8em;
	margin-top:30px;
    color: #262626;
    background: #ffffff;
}
.contact-btn:hover {
	background:#262626;
	color:#fff;
}

footer {
	position: relative;
}
footer h4 a{
	display: block;
	
}
.arrow-up a{
	  background-size: contain;
	display: block;
	width: 96px;
	height: 52px;
	margin: auto;
	background-image: url(../images/arrow-top.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 2em;

	
}
#btn_facebook {
	width: 40px;
	height: 40px;
	position: absolute;
    right: 1em;
	top: 2em;
}
#btn_facebook a {
	display: block;
    background-image: url(../images/facebook-logo.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
}
#btn_express{
	width: 145px;
	height: 40px;
	position: absolute;
    left: 2em;
	top: 3em;
}
#btn_express a {
	display: block;
	background-image: url(../images/express-logo.svg);
	background-repeat: no-repeat;
	width: 145px;
	height: 40px;
	text-indent: -9999px;
}
.copyright{
	font-size: 0.8em;
	color: #999;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin:2em 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 991px) {
	section#utility article {
		display: block;
	}
	section#utility {
		border-bottom: none;
	}
	section#utility article .pic {
		display: block;
		height: 250px;
	}
	.inside-block{
		max-width: 100%;
		padding-left: 0px;
		background-image: none;
		margin: 4em 1em 4em;
	}
	.inside-block h2 {
    	height: 60px;
	}
	.inside-block.left {
		background-image: none;
    padding-right: 0px;
	}
	.pic {
    	min-height: 350px;
	}
	.inside-block.left {
		background-image: none;
		padding-right: 0;
		/* padding-left: 1em; */
		margin: 4em 1em;
	}
	

}
@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 726px) and (orientation : landscape){ /* 480 */
	 video{
position: fixed;
    top: 50%;
    left: 50%;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
	 }
}
@media screen and (max-width: 726px) {
	.title-movie,.title-block{
     width: 100%; 
     height: auto; 
     display: block;
}
	.title-movie{
     width: 100%; 
     height: auto; 
     display: block;
	background-color: #000;
    padding: 70px 0 20px;
}
	input[name="sound"] + label {
		position: absolute;
	right: 1em;
    bottom: 1em;
		cursor: pointer;
		background-image: url(../images/soundoff.svg);
		background-repeat: no-repeat;
		width: 34px;
		height: 25px;
		display: block;
		text-indent: -9999px;
		z-index: 10;
	}
	.title-block {
		position: absolute;
		bottom: auto;
		z-index: 1;
		bottom: auto;

	}
	section {
		padding: 1em 0;
	}
	video {
		 position:relative; 
		 top: auto; 
		 left: auto; 
		 min-width: 100%; 
		 min-height: auto; 
		width: 100%;
		height: auto;
		z-index: 1;
		 transform: none; 
		background-size: cover;
		transition: 1s opacity;
	}
	.covervid-wrapper {
    	position: relative;
		top: auto; 
		left: auto; 
		width: 100%;
		height: auto;
	}
	.title-block .arrow-down{
		display: none;
	}
	section h1 {
		margin-bottom: 0.5em;
	}
	section p {
    	font-size: 0.9em;
		line-height: 145%;
	}
	section#utility article .pic {
		height: 200px;
		min-height: 200px;
	}
	.pic {
    	min-height: 250px;
	}
	.title-block .logo {
		height: 26%;
		width: 60%;
	}
	.navbar-toggle{
		margin-right: 5px;
	}
	.navbar-brand {
		width: 150px;
	}
	section#spec tr{
		display: flex;
    flex-wrap: wrap;
	}
	section#spec tbody,section#spec td{
		display: block;
	}
	section#spec tr td{
		width: 100%;/* width: 50%; */
		border-bottom: solid #7b7b7b 1px;

	}
	section#spec tr td:last-child{
		font-size: 0.8em;
		width: 100%;
	}
	section#spec td.sp{
		width: 100%;
	}
	.navbar-collapse{
		background-color: #000;
	}

}

@media screen and (min-width:760px) and (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {pixc
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}
.Fadein{
	opacity: 0;
}
.title-block .logo h3,
.title-block .logo h2,
.arrow-down,
#sound{
	visibility: hidden;
}
header{
	opacity: 0;
}
.rightFade,.leftFade,.upperFade,.lowerFade,.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .w50p,.w100p{visibility:hidden;}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight{visibility:visible!important;}


.delay-05s{animation-delay:0.5s;-webkit-animation-delay:0.5s;}
.delay-1s{animation-delay:1s;-webkit-animation-delay:1s;}
.delay-1c5s{animation-delay:1.5s;-webkit-animation-delay:1.5s;}
.delay-2s{animation-delay:2s;-webkit-animation-delay:2s;}
.delay-2c5s{animation-delay:2.5s;-webkit-animation-delay:2.5s;}
.delay-3s{animation-delay:3s;-webkit-animation-delay:3s;}



[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}