@charset "utf-8";
/* CSS Document */
/* CSSファイル */

/* ------------------------------------------------------------

	RESET
	
------------------------------------------------------------ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------

	BASE
	
------------------------------------------------------------ */

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.8;
	background: #ffffff;
}

body,html{height:100%; width:100%;}


/* start: clearfix ------------------------------ */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom: 1;}

/* end: clearfix ------------------------------ */

/* ------------------------------------------------------------

	LINK
	
------------------------------------------------------------ */

a {
	color: #00579F;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #00579F;
	text-decoration: none;
}

a img { border: 0; outline:none;}
a:hover img.opa {
    filter:alpha(opacity=75);  /* IE7以下用 */
    -ms-filter: &quot;alpha(opacity=75)&quot;; /* IE8用 */
    -moz-opacity:0.75; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}


/* ------------------------------------------------------------

	# CONTAINER
	
------------------------------------------------------------ */

#container{ width:100%; position: relative; padding:0px; overflow: hidden;}



/* ------------------------------------------------------------

	# CONTENTS	
	
------------------------------------------------------------ */

#contents{
	clear:both;
}

/* start: clearfix ------------------------------ */

/* For modern browsers */
#contents:before,
#contentsf:after {
    content:"";
    display:table;
}
#contents:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
#contents { zoom: 1;}

/* end: clearfix ------------------------------ */


/* ------------------------------------------------------------


	■ MAIN
	
	
------------------------------------------------------------ */


/* start: clearfix ------------------------------ */

/* For modern browsers */
#main:before,
#main:after {
    content:"";
    display:table;
}
#main:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
#main { zoom: 1;}

/* end: clearfix ------------------------------ */


#copy { width: 100%; text-align:center; font-size: 84%; padding-bottom: 10px; background: #FFF; position: relative; z-index: 1000;}
#page-top img{ position: fixed; right: 0; top: 150px; z-index: 2500;}

/* ------------------------------------------------------------
	COMMON
------------------------------------------------------------*/

#main p{ margin-bottom: 1.2em;}
#side p{ margin-bottom: 1.2em;}


/* ------------------------------------------------------------
	. メインイメージ切り替え + スクロール	
------------------------------------------------------------ */

#hero1 img{
	position: fixed !important;
	left: 50% !important;
	margin-left: -1000px !important;
}
#hero1 {
	width:2000px ;
	height:800px ;
	overflow: hidden !important;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}
.hero, .content{
  position:relative;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.inner{
  min-height:600px;
  position: relative;
  background: #fff;
  width:1200px;
  left: 50%;
  margin-left: -600px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 
#header{
  z-index: 2000;
  position: fixed; 
  width: 100%; 
  height: 30px; 
  background: #000; 
  filter:alpha(opacity=65);  /* IE7以下用 */
  -moz-opacity:0.65; /* Firefox 1.5未満, Netscape用 */
  -khtml-opacity: 0.65;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
  opacity: 0.65; /* Firefox 1.5以上, Opera, Safari用 */
  text-align: center;
}
 
#header a{
  color: #ffffff;
  font-size: 92%;
  background:/*rgba(0,0,0,0.1)*/ #000; 
  display: table-cell;
  height: 30px;
   vertical-align: middle; 
  padding:0 50px; 
  text-align:center;
  font-family: 'Roboto Slab', serif; 
  text-decoration:none;
  text-transform:uppercase; 
  letter-spacing:2px;
}
#header a:hover {
    filter:alpha(opacity=75);  /* IE7以下用 */
    -ms-filter: &quot;alpha(opacity=75)&quot;; /* IE8用 */
    -moz-opacity:0.75; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}

#header #gNav{ display: inline-block;}
#header #gNav li{ float: left; line-height: 0;}

.content{ padding-top: 50px; padding-bottom: 155px;}
.last{ padding-top: 0 !important;}


/* ------------------------------------------------------------
	＿VIEWER	
------------------------------------------------------------ */

.viewer,
.viewer__2{
	width: 235px;
	height: 235px;
	text-align: left;
	overflow: hidden;
	float: right;
	margin-top: 35px;
}

.viewer ul,
.viewer__2 ul {
	width: 400px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li,
.viewer__2 ul li {
	top: 0;
	left: 0;
	width: 400px;
	height: 300px;
	display: none;
	position: absolute;
}

.viewer__2 ul li {
	display: block;
}


/* ------------------------------------------------------------
	＿h1	
------------------------------------------------------------ */

h1{ position: absolute; top:235px; left: 50%; margin-left: -122px; z-index: 1001;}



