@charset "utf-8";

/*
******************************************************************
* lp_pc.css
******************************************************************
*/
/*

/*
******************************************************************
* wrapper
******************************************************************/
#wrapper {
	width: 100%;
	overflow: hidden;
}

/*
******************************************************************
* header
******************************************************************/
#header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 155px;
	background: url(../img/header_bg01.png) center bottom no-repeat;
}
#header .sns_btn {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: 300px;
	bottom: -50px;
	z-index: 100;
}
#header .sns_btn ul {
	padding: 0;
}
#header .sns_btn ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


/*
******************************************************************
* footer
******************************************************************/
#footer {
	position: relative;
	width: 100%;
	height: 800px;
	margin-top: 100px;
	background: url(../img/footer_bg01.png) center bottom no-repeat;
}
/* .footer__next */
#footer .footer__next {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 366px;
	padding-top: 125px;
	text-align: center;
}
#footer .footer__next a {
	position: relative;
	z-index: 2;
	display: block;
	width: 912px;
	height: 210px;
	margin: auto;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#footer .footer__next:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 880px;
	height: 180px;
	margin-left: -440px;
	background: url(../img/loading_bg01.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
}
#footer .footer__next a:hover {
	opacity: 0.75;
}
/* .footer__yjr */
.footer__yjr {
	position: absolute;
	top: 0;
	width: 100%;
	height: 366px;
	background: url(../img/footer_img01.png) center no-repeat;
}
/* .footer__backTop */
#footer .footer__backTop {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 285px;
	width: 165px;
	height: 165px;
	margin-left: 330px;
}
#footer .footer__backTop img {
	position: absolute;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer .footer__backTop:before {
	content: "";
	display: block;
	position: absolute;
	width: 165px;
	height: 165px;
	background: #fff;
	border-radius: 50%;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#footer .footer__backTop:hover img {
	opacity: 0.9;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}
#footer .footer__backTop:hover:before {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
/* .footer__under */
#footer .footer__under {
	display: table;
	position: absolute;
	bottom: 368px;
	left: 0;
	right: 0;
	width: 1000px;
	margin: auto;
}
#footer .footer__under > * {
	display: table-cell;
	vertical-align: inherit;
}
/* .footer__maker */
#footer .footer__maker {
	width: 145px;
}
/* .footer__copy */
#footer .footer__copy {
	padding-left: 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
/* .footer__effect */
#footer .footer__effect {
	position: fixed;
	z-index: 2;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/effect_01.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0.6;
}

#footer .sns_btn {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: 100px;
	bottom: -25px;
	z-index: 100;
}
#footer .sns_btn ul {
	padding: 0;
}
#footer .sns_btn ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


/*
******************************************************************
* container
******************************************************************/
#container {
	position: relative;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


/*
******************************************************************
* nav
******************************************************************/
#nav {
	width: 1000px;
	margin: auto;
	padding-top: 27px;
}
#nav .nav__main {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 6px 0 0 172px;
	background: url(../img/nav_bg01.png) 0 0 no-repeat;
}
/* .nav__logo */
#nav .nav__logo {
	position: absolute;
	top: -21px;
	left: 10px;
}
#nav .nav__logo a {
	position: relative;
}
#nav .nav__logo a:before {
	content: url(../img/logo_01.png);
	display: block;
	position: absolute;
	z-index: 2;
	width: 164px;
	height: 104px;
	opacity: 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
#nav .nav__logo a h1 {
	position: absolute;
	z-index: 2;
}
#nav .nav__logo a:hover:before {
	-webkit-animation: ani--bound 0.5s 0.1s ease-in 1;
	-o-animation: ani--bound 0.5s 0.1s ease-in 1;
	animation: ani--bound 0.5s 0.1s ease-in 1;
}
#nav .nav__logo a:hover h1 {
	-webkit-animation: ani--stamp 0.4s ease-out 1;
	-o-animation: ani--stamp 0.4s ease-out 1;
	animation: ani--stamp 0.4s ease-out 1;
}


/* .nav__list */
#nav .nav__list {
	float: left;
	width: 165px;
	height: 65px;
}
#nav .nav__list:hover,
#nav .nav__list.current {
	background: url(../img/nav_img02.png) right center no-repeat;
}
#nav .nav__list > a {
	display: block;
	width: 100%;
	height: 65px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../img/nav_img01.png);
}
#nav .nav__list--03 a {width: 164px;}
#nav .nav__list--05 a {width: 161px;}
/* -- default */
#nav .nav__list--01 a {background-position: 0px    0px;}
#nav .nav__list--02 a {background-position: -165px 0px;}
#nav .nav__list--03 a {background-position: -330px 0px;}
#nav .nav__list--04 a {background-position: -494px 0px;}
#nav .nav__list--05 a {background-position: -659px 0px;}
/* -- hover */
#nav .nav__list:hover a,
#nav .nav__list.current a {background-position-y: -65px;}



/*
******************************************************************
* main
******************************************************************/
#main {
	position: relative;
}

.page__sub #main {
	position: relative;
	width: 1000px;
	margin: auto;
}


/*
******************************************************************
* sf__slide
******************************************************************/
.sf__slideGroup {}
.sf__slide {
	position: relative;
	width: 100%;
	left: 50%;
    width: 1500px;
    margin-left: -750px;
    text-align: center;
}
