﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}
p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
}
/*---------------------
  ヘッドここから
---------------------*/

.head-main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-image: url(../img/01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 570px;
	margin-bottom: 56px;
	background-attachment: fixed;
}

.bg_scroll {
	background-image: url(../img/01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 110px;
	margin-left: auto;
	padding-top: 50%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/*---------------------
  コンテンツここから
---------------------*/


.cont01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 920px;
	margin-bottom: 110px;
}

.cont01-box1 {
	width: 500px;
	overflow: hidden;
	float: left;
	margin-left: 45px;
}
.cont01-box2 {
	width: 250px;
	overflow: hidden;
	float: right;
	margin-top: 60px;
	margin-right: 40px;
	height: 360px;
	background-image: url(../img/05.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -1000;
	display: block;
}
.cont01-box3 {
	width: 250px;
	margin-top: 304px;
	height: 60px;
	background-image: url(../img/05-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -100;
}
.cont01-box4 {
	width: 579px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.cont01-box5 {
	width: 333px;
	overflow: hidden;
	float: left;
	margin-left: -20px;
	margin-top: 30px;
}
.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-bottom: 110px;
	overflow: hidden;
	padding-bottom: 220px;
}
.cont02-box1 {
	width: 242px;
	overflow: hidden;
	float: left;
}
.cont02-box2 {
	width: 242px;
	overflow: hidden;
	float: left;
	margin-left: 82px;
}
.cont02-box3 {
	width: 242px;
	overflow: hidden;
	float: left;
	margin-left: 82px;
}

/*---------------------
  フッターここから
---------------------*/

.footmain {
	clear: both;
	overflow: hidden;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


.footmain li{
	float: left;

}


/*---------------------
  その他ここから
---------------------*/

.logo {
	text-align: center;
	clear: both;
	padding-top: 150px;
}

.li-td1 {
	padding: 0px;
	width: 579px;
	z-index: 100;
	position: absolute;
}
.li-td2 {
	width: 333px;
	z-index: 100;
	position: absolute;
	padding: 0px;
	margin-left: 550px;
}


.li2-td1 {
	z-index: -100;
	position: absolute;
	padding: 0px;
	margin-top: -46px;
	margin-left: 10px;
}


.foot-td1 {
}
.foot-td2 {
	margin-left: 100px;
}


.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
/*---------------------
  ロールオーバー
---------------------*/
.hover a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hover2 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*---------------------
  フェード効果
---------------------*/


.fadein {
	opacity : 0.1;
	transform : translate(0px, 40px);
	transition : all 800ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
	
.fadein1 {
	opacity : 0.1;
	transform : translate(0px, -50px);
	transition : all 1200ms;
	}
.fadein1.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
.fadein2 {
	opacity : 0.1;
	transform : translate(0px, -200px);
	transition : all 1200ms;
	}
.fadein2.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
.fadein3 {
	opacity : 0.1;
	transform : translate(0px, -200px);
	transition : all 1800ms;
	}
.fadein3.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
.fadein4 {
	opacity : 0.1;
	transform : translate(0px, -200px);
	transition : all 2400ms;
	}
.fadein4.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}



.sphide {
	display: block;
}
.spdisp {
	display: none;
}
.sphide2 {
	display: block;
}
.spdisp2 {
	display: none;
}
.sphide3 {
	display: block;
}
.spdisp3 {
	display: none;
}

/* ノートPC
------------------------------------------------------------*/
@media screen and (max-width: 1360px) {

.bg_scroll2 {
	background-image: url(../img/01-2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 110px;
	margin-left: auto;
	padding-top: 65%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cont01-box2 {
	width: 250px;
	overflow: hidden;
	float: right;
	margin-top: 50px;
	margin-right: 40px;
	height: 345px;
	background-image: url(../img/05.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -1000;
	display: block;
}
.cont01-box3 {
	width: 230px;
	margin-top: 292px;
	height: auto;
	background-image: url(../img/05-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -100;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22%;
}


.sphide {
	display: none;
}
.spdisp {
	display: block;
}
.sphide2 {
	display: none;
}
.spdisp2 {
	display: block;
}

}
/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

body {
	min-width: 1000px;
}

}
	
/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {

body {
	min-width: 480px;
}

.bg_scroll3 {
	background-image: url(../img/01-3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 98%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*---------------------
  コンテンツここから
---------------------*/


.cont01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
}

.cont01-box1 {
	width: 90%;
	overflow: hidden;
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.cont01-box2 {
	width: 30%;
	overflow: hidden;
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	height: 260px;
	background-image: url(../img/05.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -1000;
	display: block;
}
.cont01-box3 {
	width: 100%;
	margin-top: 180px;
	height: auto;
	background-image: url(../img/05-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -100;
	background-size: cover;
	padding-top: 24%;
}
.cont01-box4 {
	width: 96%;
	overflow: hidden;
	float: none;
	margin-bottom: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.cont01-box5 {
	width: 50%;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}
.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	margin-bottom: 110px;
	overflow: hidden;
	padding-bottom: 160px;
}
.cont02-box1 {
	width: 45%;
	overflow: hidden;
	float: left;
	margin-left: 1%;
	margin-bottom: 130px;
}
.cont02-box2 {
	width: 45%;
	overflow: hidden;
	float: left;
	margin-left: 4%;
}
.cont02-box3 {
	width: 45%;
	overflow: hidden;
	float: none;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	padding-top: 20px;
}

/*---------------------
  フッターここから
---------------------*/

.footmain {
	clear: both;
	overflow: hidden;
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


.footmain li{
	float: left;

}
/*---------------------
  その他ここから
---------------------*/

.logo {
	text-align: center;
	clear: both;
	padding-top: 150px;
}

.li-td1 {
	width: 96%;
	z-index: 100;
	position: none;
	clear: both;
	margin-bottom: 40px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



.li2-td1 {
	width: 51%;
	z-index: -100;
	position: absolute;
	padding: 0px;
	margin-top: -16px;
	margin-left: 10px;
}


.foot-td1 {
	width: 45%;
}
.foot-td2 {
	margin-left: 50px;
	width: 35%;
}


.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}


.sphide {
	display: none;
}
.spdisp {
	display: block;
}
.sphide2 {
	display: block;
}
.spdisp2 {
	display: none;
}
.sphide3 {
	display: none;
}
.spdisp3 {
	display: block;
}

}
