
.float-left{
	float: left;
	left: 8%;
	position:absolute;
}

.float-right{
	float:right;
	right: 8%;
	position:absolute;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}




/*表紙*/
#intro{
	color: white;
	background-size: cover;
	background-image: url(../pic/06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}

p.skelton_black{
	margin:10px;
	padding:20px;
	}
	
/*Wprdpress*/

#second{
	color: white;
	margin: 0 auto;
	overflow:visible;
	padding: 0;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
	background-image: url(../pic/02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}


/*スマホ*/

#third{
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
	background-image: url(../pic/04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}


/*DIY*/
#fifth{
	color: white;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
	background-image: url(../pic/03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}

/*下請け*/

#sixth{
	color: white;
	margin: 0 auto;
	padding: 0;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
	background-image: url(../pic/05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}

.story{
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.story .float-left, .story .float-right{
	width: 35%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:300;
}

h1.top{
	font-size: 1.1rem;
	font-size:11px;
	text-align: right;
	font-weight: lighter; 
	width:99%;
	padding-right:1%;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}
	
/*Ｈタグ*/

#intro, #second, #third, #fifth, #sixth {
	background-size: cover; 
	-webkit-background-size: cover; 
     -moz-background-size: cover;  
       -o-background-size: cover;  
          background-size: cover; 
	background-position: right middle;
	background-attachment: scroll;

}

html.ie8 .story .float-left{
	width: 35%;
	top: 10%;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	z-index:300;
}/*IE8用*/

html.ie8 .story .float-right{
	width: 35%;
	top: 10%;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-1%);
	z-index:300;
}/*IE8用*/



.story p {
	font-size: 20px;
	font-size:2rem;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	height:100%;
	display:block;
	text-shadow:1px 1px 10px #000;
	}
	
.story p i{
	text-align: center;
	margin: 10px auto 10px 45%;
}

.story a{
	color: #fff!important;
	text-shadow:1px 1px 10px #000;
}

.story a:visited {
	color: #fff !important;
}

.story a:hover {
	color:  #C1F0FF !important;
}

/*Ｈタグ*/
h1.top{
	font-size: 1.2rem;
	font-size:12px;
	text-align: right;
	width:99%;
	padding-right:1%;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	font-family: 'Noto Sans Japanese';
	font-weight: 200;
}
.story h2 {
	font-size: 3.8rem;
	font-size:38px;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese';
   font-style: normal;
	 font-weight: 900;
	text-shadow:1px 1px 10px #000;
}
.story h2 sub {
	font-size: small;
	padding: 0px;
	margin-top: -20px;
	line-height: 80%;
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
}


/*slider

.slider{
	font-family: 'NotoSansJP-Regular';
	width: 100%;
	-moz-background-size:cover;
	background-size:cover;
	display: inline-block;
	font-size: 90%;
}*/
/*wow.js*/
 .wow:first-child {
      visibility: hidden;
 }
/*■□■□■□■□■□■□■□タブレットサイトサイズ■□■□■□■□■□■□■□*/
@media screen and (max-width: 1024px) {

.float-left{
	float: left;
	left: 0% !important;
}

.float-right{
	float:right;
	right: 0% !important;
}
.story .float-left, .story .float-right{
	width: 47%;
	padding-right: 20px !important;
	padding-left: 20px !important;
	z-index:300;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.story p{
	font-size: 20px;
	font-size:2rem;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	}
	
.story h2 {
	font-size: 3rem;
	font-size:30px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.story p{
	font-size: 1.8rem;
	font-size:18px;
}

#intro,  #second, #third, #fifth, #sixth {
	background-size: cover; 
	-webkit-background-size: cover; 
     -moz-background-size: cover;  
       -o-background-size: cover;  
          background-size: cover; 
	background-position: center middle;
	background-attachment: scroll;
}
}

@media screen and (max-width: 768px) {

.story > .float-left, .story > .float-right{
	z-index:300;
	top: 60%;
	width:100%;
	padding-left:5%;
	padding-right: 5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	right:0px;
	left:0px;
}


#intro > .story > .float-left{
	top: 65%!important;
	-webkit-transform: translateY(-65%) !important;
	-ms-transform: translateY(-65%) !important;
	transform: translateY(-65%) !important;
}

#intro, #second, #third, #fifth, #sixth {
	background-size: cover; 
	-webkit-background-size: cover; 
     -moz-background-size: cover;  
       -o-background-size: cover;  
          background-size: cover; 
	background-position: right middle;
	background-attachment: scroll;
	height:600px !important;

}


.story p{
	display:none
}
}
	
@media screen and (max-width: 568px) {	
#intro, #second, #third, #fifth, #sixth {
	background-size: cover; 
	-webkit-background-size: cover; 
     -moz-background-size: cover;  
       -o-background-size: cover;  
          background-size: cover; 
	background-position: right middle;
	background-attachment: scroll;
	height:650px !important;
}

.story h2 {
	font-size: 2.1rem;
	font-size:21px;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: bolder;
}

}
	
@media screen and (max-width: 480px) {
.story .float-left, .story .float-right{
	position:absolute;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	z-index:300;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#intro .story .float-left{
	top: 65%!important;
	-webkit-transform: translateY(-65%) !important;
	-ms-transform: translateY(-65%) !important;
	transform: translateY(-65%) !important;
}

h1.top{
	display:none;
}

.story p{
	display:none;
	}
	
.story h2{
	font-size: 2.4rem;
	font-size:24px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#intro, #second, #third, #fifth, #sixth {
	background-size: cover; 
	-webkit-background-size: cover; 
     -moz-background-size: cover;  
       -o-background-size: cover;  
          background-size: cover; 
	background-position: right middle;
	background-attachment: scroll;
	height:550px !important;
}


} 

@media screen and (max-width: 320px) {
	.story h2{
	font-size: 2rem;
	font-size:20px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
	
}