@charset "utf-8";

/*==============================
 common.css
 ==============================*/

/*------------------------------
 general setting
 ------------------------------*/

html {
	background-color: #FFF;
}
body {
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 62.5%;
	line-height: 1.6;
	background: #FFF;
	text-align: left;
	overflow-y: scroll;
}
p {
	word-wrap: normal;
}
sup, sub {
	font-size: 0.8em;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
}
img.op:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/*------------------------------
 layout
 ------------------------------*/
#wrapper {
	width: 100%;
	height: 100%;
}
#contents {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

/*------------------------------
 header
 ------------------------------*/
#header {
	width: 100%;
	height: 7.6%;
	position: fixed;
	right: 0;
	top: 0;
	background: url(../../img/common/bg_header.png) left top no-repeat;
	z-index: 90;
}
#header #header_left{
	width: 75%;
	float: left;
}
#header #header_left ul li {
	float: left;
}
#header #header_right{
	width: 25%;
	float: right;
}
#header #header_right ul li {
	float: left;
}
#header #header_right ul li.menu {
	width: 28%;
	cursor: pointer;
}
#header #header_right ul li.facebook {
	width: 38%;
}
#header #header_right ul li.contact {
	width: 32.2%;
}
#header #header_right ul li img {
	width: 100%;
}
#life {
	width: 28.8%;
	position: absolute;
	right: 0.6%;
	top: 7.6%;
	z-index: 20;
}
#life img {
	margin: 10px 10px 0 0;
	width: 100%;
}
#header #header_left #logo {
	width: 22%;
}
#header #header_left #logo a {
	display: block;
}
#header #header_left #logo a img {
	width: 100%;	
}
#header #header_left #ttl img {
	width: 100%;
}

/*------------------------------
 side
 ------------------------------*/
#gnav {
	position: fixed;
	top: 7.6%;
	left: -400px;
	width: 16%;
	height: 100%;
	box-sizing: border-box;
	z-index: 100;
	background: url(../../img/common/bg_gnav.png) left top repeat-y
}
#gnav #gnav_inner {
	height: 100%;
}
#gnav ul {
	position: relative;
	padding: 0 11%;
	height: 100%;
}
#gnav ul li img {
	width: 100%;
	height: auto;
}
#gnav #gnav_inner #out_link {
	position: absolute;
	left: 0;
	bottom: 0;
}
img.slide {
	cursor: pointer;	
}

/*------------------------------
 center_btn
 ------------------------------*/
#main_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main_image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#main_image img:hover {
	cursor: pointer;
}
#small_nav {
	display: none;	
}

/*------------------------------
 動画配置用
 ------------------------------*/
/*#bgOverlayContainer {
 position: fixed;
 left: 0; top: 0;
 z-index: 50;
 width: 100%;
 height: 100%;
 background: url(../../img/common/top_main_image.png) center center no-repeat;
 }*/

/*------------------------------
 　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(../../css/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(../../css/PIE.htc);
}
#page_bigVideo #navigation a:hover {
	color: #333;
	background: rgba( 255, 255, 255, 0.8);
	behavior: url(../../css/PIE.htc);
}
/*------------------------------
 footer
 ------------------------------*/
#footer {
	margin-top: 110px;	
}
#footer_inner {
	width: 96%;
	padding: 67px 2% 0 2%;
	background-color: #f5f5f5;	
}
#footer img {
	width: 100%;
	height: auto;
}
#footer_logo {
	width: 27.7%;
	margin-bottom: 103px;
}
#footer_nav {
	padding-bottom: 97px;	
}
#footer_nav ul {
	float: left;	
}
#footer_nav ul.last {
	margin: 0;	
}
#footer_nav ul li a {
	display: block;
	font-size: 12px;
}
#footer_nav ul li {
	margin-bottom: 20px;
}
#footer_nav ul li.fnav_ttl {
	margin-bottom: 30px;	
}
#footer_nav ul#fnav01 {
	width: 12.5%;
	margin-right: 1%;
}
#footer_nav ul#fnav01 li.fnav_ttl {
	width: 88.6%;
}
#footer_nav ul#fnav02 {
	width: 17.5%;
	margin-right: 1%;
}
#footer_nav ul#fnav02 li.fnav_ttl {
	width: 83.6%;
}
#footer_nav ul#fnav03 {
	width: 8.1%;
	margin-right: 2.6%;	
}
#footer_nav ul#fnav03 li.fnav_ttl {
	width: 88.8%;	
}
#footer_nav ul#fnav04 {
	width: 14%;
	margin-right: 0.2%;
}
#footer_nav ul#fnav04 li.fnav_ttl {
	width: 57.8%;	
}
#footer_nav ul#fnav05 {
	width: 13%;
	margin-right: 1%;
}
#footer_nav ul#fnav05 li.fnav_ttl {
	width: 68.6%;
}
#footer_nav ul#fnav06 {
	width: 16.4%;
	margin-right: 1%;
}
#footer_nav ul#fnav06 li.fnav_ttl {
	width: 89.2%;
}
#footer_nav ul#fnav07 {
	width: 10.8%;
}
#footer_nav ul#fnav07 li.fnav_ttl {
	width: 82.2%;
}
#copyright {
	text-align: center;
	font-size: 16px;
	background-color: #FFF;
	line-height: 90px;
}


@media only screen and (min-width: 0px) and (max-width: 641px) {
#big-video-wrap {
	display: none !important;	
}
video {
	display: none;	
}
body #contents {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;	
}
header#header {
	width: 100%;
	height: 76px;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	z-index: 100;
}
header#header #header_left {
	width: 100%;
	position: relative;
	padding-top: 1%;
}
header#header #header_left #logo {
	width: 44%;	
}
header#header #header_left #logo a {
	display: block;	
}
header#header #header_left li#ttl {
	position: absolute;	
	width: 100%;	
}
#header #header_right {
	display: none;	
}
#life {
	width: 41%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 300;
	padding-top: 1%;
}
#life img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0 0 0;
}
#main_image {
	height: 100%;	
}
#contents #side {
	display: none;
}

/* --------------------------
 small_nav
 --------------------------- */
#small_nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	background:#000;
	display: block;
	z-index: 900;
}
#s_nav {
	width: 100%;
	background: #000;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 900;
}
#s_nav img {
	width: 25%;
	margin: 8px auto;
	display: block;
	cursor: pointer;
}
#active_nav {
	width: 100%;
	bottom: 0;
	display: none;
}
#close_nav {
	width: 94%;
	background: #000;
	margin: 0 3%;
}
#close_nav img {
	width: 40%;
	display: block;
	margin: auto;
	padding: 13px 0 14px 0;
	cursor: pointer;
}
#nav_group {
	width: 95%;
	margin: 0 auto;
}
#special_movie {
	width: 100%;
	text-align: center;
	background-color: #000;	
}
#special_movie a {
	width: 100%;
	display: block;
}
#special_movie a:hover {
	width: 100%;
	display: block;
	background-color: #49a236;
}
#special_movie a img{
	width: 100%;
	height: auto;	
}
.block {
	width: 100%;
}
.block_left {
	width: 50%;
	float: left;
}
.block_left a {
	width: 100%;
	height: auto;
	display: block;
}
.block_left img {
	display: block;
	width: 100%;
}
.block_right {
	width: 50%;
	float: right;
}
.block_right a {
	display: block;
	width: 100%;
}
.block_right img {
	display: block;
	width: 100%;
}
/*------------------------------
 footer
 ------------------------------*/
footer#footer {
	padding: 12% 0;
	margin: 0;
	font-size: 0.4rem;	
}
#footer_inner {
	width: 92%;
	padding: 67px 4% 0 4%;
	background-color: #f5f5f5;	
}
#footer img {
	width: 100%;
	height: auto;
}
#footer #footer_logo {
	width: 58.9%;
	margin-bottom: 50px;
}
#footer #footer_nav {
	padding-bottom: 12%;	
}
#footer #footer_nav .row {
	overflow: hidden;
	margin-bottom: 40px;
}
#footer #footer_nav ul {
	float: left;
	margin-right: 1.8%;	
}
#footer #footer_nav ul.last {
	margin: 0;	
}
footer#footer div#footer_nav ul li a {
	display: block;
	font-size: 6px !important;
}
#footer #footer_nav ul li {
	margin-bottom: 6%;
}
#footer #footer_nav ul li.fnav_ttl {
	margin-bottom: 8%;	
}
#footer #footer_nav ul#fnav01 {
	width: 28.4%;
	margin-right: 3%;
}
#footer #footer_nav ul#fnav01 li.fnav_ttl {
	width: 90.4%;
}
#footer #footer_nav ul#fnav02 {
	width: 34%;
	margin-right: 3%;
}
#footer #footer_nav ul#fnav02 li.fnav_ttl {
	width: 100%;
}
#footer #footer_nav ul#fnav03 {
	width: 28.5%;	
}
#footer #footer_nav ul#fnav03 li.fnav_ttl {
	width: 56%;	
}
#footer #footer_nav ul#fnav04 {
	width: 28.4%;
	margin-right: 3%;
}
#footer #footer_nav ul#fnav04 li.fnav_ttl {
	width: 71%;	
}
#footer #footer_nav ul#fnav05 {
	width: 34%;
	margin-right: 3%;
}
#footer #footer_nav ul#fnav05 li.fnav_ttl {
	width: 66%;
}
#footer #footer_nav ul#fnav06 {
	width: 28.5%;
}
#footer #footer_nav ul#fnav06 li.fnav_ttl {
	width: 100%;	
}
#footer #footer_nav ul#fnav07 {
	width: 27.4%;
}
#footer #footer_nav ul#fnav07 li.fnav_ttl {
	width: 68%;
}
#footer #copyright {
	text-align: center;
	font-size: 0.6rem;
	background-color: #FFF;
	line-height: 40px;
}
}