@charset "utf-8";
/* CSS Document */

/** OPENING
===================================*/

#open{
	
	width:100%;
	height:100%;
	background:url(../img/index/opening_bg.jpg) center center no-repeat;
	background-size:cover;
		position:fixed;
		-webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-delay: 10s;
  animation-delay:10s;
  z-index:99999;
  display:none;
  }

#open_inner{
	
	width:570px;
	height:100%;
	max-height:700px;
	margin:auto;
	background-size:cover;
position:relative;}



/**kv
===================================*/
header #kv .slide1{ background-image:url(../img/index/key1.jpg);}
header #kv .slide2{ background-image:url(../img/index/key2.jpg);}
header #kv .slide3{ background-image:url(../img/index/key3.jpg);}

/**lead
===================================*/
#lead{ width:100%; margin-bottom:40px;}
#lead > div{ width:100%;  min-height:777px; background:url(../img/index/lead_bg.jpg) no-repeat center center;
background-size:cover;}

#lead > div > div{ width:730px; padding:390px 270px 20px 0; margin:auto; position:relative;}

#lead > div > div h2{ position:absolute; top:0px; left:-20px;}
#lead > div > div p{ padding-right:150px;}


/**bar
===================================*/

#index_bar{ width:100%;  margin-bottom:40px; min-height:777px; background:url(../img/index/bar_bg.jpg) no-repeat center center;
background-size:cover;}
#index_bar > div { width:568px; padding:115px 0px 115px 432px; margin:auto; position:relative;}
#index_bar > div > div{ width:568px; padding:17px; background-color:hsla(0,0%,0%,0.56);}
#index_bar > div > div dl{ width:534px; padding:14px; border:1px hsla(0,0%,100%,0.35) solid; position:relative;}
#index_bar > div > div dl dt { position:relative;}
#index_bar > div > div dl dt span{
	position: absolute;
	top: 50px;
	left: 58px;
	z-index: 20;
	display: block;
}
#index_bar > div > div dl dd.txt { padding:5px 30px 60px; color:#FFF; font-weight:bold;}
#index_bar > div > div dl dd ul{ list-style-type:none;}
#index_bar > div > div dl dd ul li{ display:inline; float:left;}
#index_bar > div > div dl dd ul li:last-child{ margin-left:12px;}
#index_bar > div > div dl dd.catch{
	position: absolute;
	right: 0;
	bottom: 110px;
}


/**favorite
===================================*/
#favorite{ width:100%; min-height:777px; background:url(../img/index/favorite_bg.png) no-repeat center center;
background-size:cover;}
#favorite > div { width:1280px; margin:auto; padding:27px 0 74px 0;}
#favorite > div .l{ width:805px; float:left;
 padding-top:100px; }
#favorite > div .photo{ width:805px; height:515px; background:url(../img/index/favorite_photo_bg.png) no-repeat center center; position:relative;}
#favorite > div .photo .photo1{ position:absolute; top:12px; left:12px;}
#favorite > div .photo .photo2{ position:absolute; top:12px; left:282px;}
#favorite > div .photo .photo3{ position:absolute; top:12px; left:555px;}
#favorite > div .r{ width:438px; float:right;}
#favorite > div .r .txt{ padding:12px; color:#FFF; font-weight:bold;}


/* 画面外にいる状態 */
.favorite_fadein1 {
    opacity : 0;
    transition : all 300ms ease-out 0.6s;
	transform : translate(0, -600px);
    }
 .favorite_fadein2 {
    opacity : 0;
    transition : all 300ms ease-out 0.8s;
	transform : translate(0, -600px);
    }
 .favorite_fadein3 {
    opacity : 0;
    transition : all 500ms ease-out 1.1s;
	transform : translate(0, -600px);
    }
 .favorite_fadein4 {
    opacity : 0;
    transition : all 700ms ease-out 2.0s;
	transform : translate(0, -600px);
    }
		
/* 画面内に入った状態 */
.favorite_fadein1.scrollin,.favorite_fadein2.scrollin ,.favorite_fadein3.scrollin,.favorite_fadein4.scrollin {
    opacity : 1;
	  transform : translate(0, 0);
    }

/*=-------- bx slider ---------*/



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {


	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/index/bx-prev.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../img/index/bx-next.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position:0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 111px;
	height:111px;
	text-indent: -9999px;
	z-index: 8888;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Facebook */

#fb {
	width:1100px;
	height:500px;
	margin:0 auto;
}
#fb h3 {
	margin-bottom:10px;
}
#fb .fb_box{
	width:250px;
	height:380px;
	margin-right:33px;
	float:left;
	list-style-type: none;
}
#fb .fb_box:nth-child(4) {
	margin-right:0px;
}
