@charset 'utf-8';

body {
  position: relative;
  font-size: 62.5%;
  line-height: 1.8;
  background-color:#000;
}

h1,h2,p,span,li {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "" , serif;
  color: #000;
}

/* リンク共通アニメーション */
a, a.btn {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


/*コンテンツエリアの設定*/
.inner {
  position: relative;
  width: 93%;
  margin-left: 5%;
  margin-right: 2%;
}

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


/*ヘッダーエリアの装飾*/
#headerContainer {
  position: absolute;
  width: 100%;
  padding: 8px 0;
  min-height: 24px;
  z-index: 100;
}

/*サイトロゴの装飾*/
#siteID {
  font-size: 4.0em;
  color: #fff;
  margin: 0.5em 0 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 0;
  text-shadow: 3px 3px 0px rgba( 0, 0, 0, 0.5);
  behavior: url(PIE.htc);
}
#siteID .small {
  display: block;
  color: #fff;
  font-size: 0.5em;
}

/*ナビゲーションの装飾*/
#navigation {
  position: absolute;
  right: 0;
  top: 2em;
  overflow: hidden;
  z-index: 10;
}
#navigation ul,
#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
	float: right;
  font-size: 2em;
	margin-right: 1em;
}
#navigation a {
  color: #fff;
}
#navigation a:hover {
  color: #ccc;
}

/*フッターの装飾*/
#footerContainer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  behavior: url(PIE.htc);
}

#copyright{
  color: #fff;
	text-align: right;
  font-size: 1.4em;
  margin: 0;
}


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

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

/*情報エリア用*/
#contents {
  position: relative;
}
#main{
  position: absolute;
  right: 2%;
  bottom: 10%;
  z-index: 100;
  width: 420px;
  color: #484848;
  background: rgba(255,255,255,0.6);
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 2px #999;
  behavior: url(PIE.htc);
}
#main h2{
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.5em;
}
#main p {
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0;
}
#main a {
  color: #F3F347;
}
#main a:hover {
  text-decoration: underline;
}
#main .link {
  margin: 0.5em 0 1em;
}
#main .btn{
  padding-top:5px;
  text-align:right;
}
#main .btn a{
  display:inline-block;
  color: #000;
  text-align:center;
  text-decoration: none;
  padding: 3px 0.5em;
  background: #e6e6e6;
  border:1px solid #b8b8b8;
  border-radius: 4px;
  text-shadow: 0 1px 1px #999;
  behavior: url(PIE.htc);
}
#main .btn a:hover{
  background: #fff;
}

/*
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;
}

/* menu */
.menu {
  width:200px;			
  position: absolute;
  right: 0;
  top: 2em;
  z-index: 10;
}
.menu ul{
  margin:0;
  padding:0;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:12px;
  float: right;
  position: relative;
  width: 200px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  background:#000;/*親メニューの背景色*/
  color: #fff;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
}
.menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#222;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 200px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 200px;/*サブメニューの幅*/
  height: 0;
  background:#111;/*サブメニューの背景色*/
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#333;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
