@charset 'utf-8';
/*
style.css
*/
html,body{
    font-size: 62.5%;
    height:100%;
    margin:0;
}
body {
  position: relative;
  font-size: 62.5%;
  line-height: 1.8;
}
#aud{
    position: absolute;
    display: inline-block;
    top:2%;
    width:35px;
    height:35px;
    left:1%;
    z-index: 500;
    background-image: url('../img/audio_01.png');
    background-repeat: no-repeat;

}
#aud.unmute{
    position: absolute;
    display: inline-block;
    top:2%;
    width:35px;
    height:35px;
    left:1%;
    z-index: 500;
    background-image: url('../img/audio_02.png');
    background-repeat: no-repeat;

}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/*動畫配置用*/
#bgOverlayContainer {
	position: fixed;
	left: 0; top: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}

/*Pattern配置用*/
.overlayPattern {
  background-image: url(../img/overlay.png);
}



/*
bigvideo.js 専用
*/

html#page_bigVideo,
#page_bigVideo body {
  height: 100%;
}

#page_bigVideo #footerContainer {
  background: #000;
  padding: 12px 0;
}

#page_bigVideo #siteID {
  font-size: 3.0em;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 0 8px;
  padding: 12px 0 14px;
}

#page_bigVideo #siteID .small {
  display: inline;
  font-size: 0.7em;
}

#page_bigVideo #headerContainer {
  min-height: auto;
  padding: 0;
  background: rgba( 0, 0, 0, 0.8);
  behavior: url(PIE.htc);
}

#page_bigVideo #navigation {
  top: 0;
}
#page_bigVideo #navigation li {
  float: left;
  font-size: 1.6em;
  margin: 1px 0 0 1px;
}
#page_bigVideo #navigation a {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 20px 2em 21px;
  background: rgba( 255, 255, 255, 0.1);
  behavior: url(PIE.htc);
}
#page_bigVideo #navigation a:hover {
  color: #333;
  background: rgba( 255, 255, 255, 0.8);
  behavior: url(PIE.htc);
}


/*手機用*/
body.mobile {
  background: #000;
}
.mobile .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mobile .overlayPattern {
  background : none;
}
.mobile #videoContainer {
  position: relative;
  top: 0;
  width: 100%;
  padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
  z-index: 100;
}
.mobile #videoContainer iframe {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobile #headerContainer,
#page_bigVideo .mobile #headerContainer {
  position: relative;
  margin: 0.5em 0;
  background: none;
}
.mobile #siteID {
  font-size: 2.8em;
  text-align: center;
  padding: 0 0 0.5em;
}
.mobile #navigation,
#page_bigVideo .mobile #navigation {
  position: relative;
  right: auto;
  top: auto;
  margin: 0 5%;
}
.mobile #navigation li,
#page_bigVideo .mobile #navigation li {
  width: 50%;
  font-size: 1.4em;
  margin: 0;
}
.mobile #navigation li a,
#page_bigVideo .mobile #navigation li a {
  display: block;
  line-height: 1.1;
  background: #666;
  padding: 0.5em 1em;
  margin: 0 0 1px;
}
.mobile #navigation li:nth-child(even) a,
#page_bigVideo .mobile #navigation li:nth-child(even) a {
  margin-left: 1px;
}
.mobile #main {
  position:relative;
  right: auto;
  bottom: auto;
  width: 80%;
  padding: 5%;
  margin: 0 auto;
  font-size: 0.8em;
  background: rgba( 200, 200, 200, 0.8);
  behavior: url(PIE.htc);
}
.mobile #footerContainer {
  position: relative;
  margin: 1em 0 0;
}
.mobile #copyright{
  text-align: center;
  font-size: 1.1em;
}


@media (max-width: 768px) {
  html,body{
    overflow-x:hidden;
    overflow-y: hidden;
    height:100vh;
    margin:0;
    background-color: black;
    box-sizing: border-box;
  }
  #aud{
    display:none;
  }
}