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

#wrapper {
    margin: 0 auto;
    width: 100%;
	padding-bottom: 270px;
	background: url(../img_common/footer_bg.jpg) center bottom no-repeat;
}

#wpT{
	background-image: url(../img_index/topbg.png),url(../img_index/concept_bg.jpg);
	background-position: left top,left bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: 72%,contain;
}

#wpT.on{
	background-position: left -120px,left bottom;
}

#header.fixed + #wide{
	margin-top: 125px;
	
}

.sec h2{
	font-family: 'Oranienbaum', serif;
	font-weight: normal;
	text-align: center;
	font-size: 330%;
	margin-bottom: 1.5em;
	color: #877608;
	
}

.inner {
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0;
}


.btn01{
	margin: 2em 0;
}

.btn01 a{
	border: #BAA30B solid 1px;
	text-decoration: none;
	color: #BAA30B;
	padding: 0.8em 0;
	display: inline-block;
	font-size: 160%;
	font-family: serif;
	width: 338px;
	text-align: center;
	
}

.btn01 a i {
    float: right;
    font-size: 140%;
    margin-top: -0.2em;
	margin-right:0.5em;
}


@media screen and (max-width:767px){
	
	
#wrapper {
	padding-bottom: 90px;
	background: url(../img_common/footer_bg.jpg) center bottom no-repeat;
	background-size: 130%;
}	

.sec h2{
	font-size: 200%;
	margin-bottom: 1em;
}
	
.inner {
    padding: 30px 0;
	width: 100%;
}
	
#wpT{

	background-image: url(../img_index/topbg.png),url(../img_index/concept_bg.jpg);
	background-position: left top,left bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: 88%,cover!important;
}

	
.btn01 a{
	width: 100%;
	font-size: 120%;
	margin: 0 0;
}	

}

/******concept*******/
#concept{
    padding: 80px 0 160px;	
}

#concept p{
	text-align: center;
	font-family: serif;
	font-size: 170%;
	line-height: 1.8;

	
	
}

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

#concept{
    padding:10px 15px 40px;	
}
	
#concept p{
	font-size: 110%;
	padding: 0 1em;	
}
	
}

/******ななめwp*******/


.dwp{
/*	background: url(../img_index/bgwp1.png) center top no-repeat;*/	
position: relative;
  margin: 0;
  padding: 0 0;
	z-index: 10;
}

.dwp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 105%;
  height: 60px;
  margin: 0 -5%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-1.6deg);
  -ms-transform: rotate(-1.6deg);
  transform: rotate(-1.6deg);
  z-index: -1;	
}

.dwp:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 105%;
  height: 60px;
  margin: 0 -5%;

  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-1.6deg);
  -ms-transform: rotate(-1.6deg);
  transform: rotate(-1.6deg);
  z-index: -1;
}

.dwp,
.dwp:before,
.dwp:after{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#877608+0,baa30b+60,baa30b+60,baa30b+98 */
background: #877608; /* Old browsers */
background: -moz-linear-gradient(1.6deg,  #877608 0%, #baa30b 60%, #baa30b 60%, #baa30b 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(1.6deg,  #877608 0%,#baa30b 60%,#baa30b 60%,#baa30b 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(89.4deg,  #877608 0%,#baa30b 60%,#baa30b 60%,#baa30b 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877608', endColorstr='#baa30b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.dwpIn{
position: relative;
  margin: 0;
  padding: 0 0;
	z-index:20;
}

.dwpIn:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 105%;
  height: 60px;
  margin: 0 -5% ;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
  z-index: -1;	
}

.dwpIn:after {
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  width: 105%;
  height: 60px;
  margin: 0 -5%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
  z-index: -1;
}

.dwpIn,
.dwpIn:before,
.dwpIn:after{
	background-color: #000;
}

@media screen and (max-width:767px){
	
.dwp,
.dwp:before,
.dwp:after,
.dwpIn,
.dwpIn:before,
.dwpIn:after{
width: 100%;
}


.dwp:before,
.dwp:after,

.dwpIn:before,
.dwpIn:after{
	margin-left: -0.1%;
	margin-right:-0.1%;

}


	
.dwp:before{
    top: -30px;
	height:40px;	
	}	
	
.dwpIn:before {
	height: 40px;
	margin-top: 20px;

}
	
.dwpIn:after{

}
	
.dwp:after {

    bottom: -12px;

}
	
}


/******lineup*******/

#lineup h2{
	color: #877608;
}

#lineup .inner{
	padding: 60px 0;
	
}

#lineup li{
	display: inline-block;
	width: 24.6%;
	font-family:serif;
	vertical-align: top;
	line-height: 1.8;
	padding: 0 10px;
	margin: 0 0 2em;
	border-left: #fff solid 1px;
}

#lineup li h3{
	font-size: 140%;
	font-weight: normal;
}

#lineup li a{
	color: #ffffff;
	text-decoration: none;
	position: relative;
	display:block;
	height: 222px;
	padding: 0 10px;

}



#lineup li img{
	position: absolute;
	bottom: 0;
	left: 20px;

}

#lineup li a:after{
 position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

#lineup li a:hover::after {
 transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width:767px){
	
#lineup .inner{
	padding: 10px 0 20px;	
}
	
	#lineup ul{
		width: 90%;
		margin: 0 5%;

	}	
#lineup li{
	width: 48%;
}
	
#lineup li h3 {
    font-size: 120%;
}
	
#lineup li h3 + span {
    font-size: 78%;
}
	
#lineup li a {
    height: auto;
	padding-bottom: 90px; 
	padding-left: 0;
	padding-right: 0;
}
	
	#lineup li img{
		width: 100%;
		left: 0;
	}
	
	#lineup li:last-child{
		width: 100%;
	}
	
	#lineup li:last-child h3 + span {
		width: 50%;
		display: inline-block;
	}
	
	#lineup li:last-child a{
		padding-bottom: 0;
	}
	
	#lineup li:last-child img{
		width: 50%;
		float: right;
		right: 0;
		left:inherit;

	}	
	
}

/******strength******/

#strength{
	background: url(../img_index/strenght_bg.jpg) center top no-repeat;
}

#strength .inner{
    padding: 120px 0 360px;	
}

#strength h2{
	text-align: left;
	margin-bottom: 0.4em;
}

#strength h3{
font-family: "游明朝", "YuMincho", serif;
	font-size: 150%;
	margin-bottom: 1em;
}

#strength p{
	width: 50%;
}

@media screen and (max-width:767px){
	
#strength{
	background:url(../img_index/strenght_bg_sp.jpg) right top no-repeat;
	background-size: cover;
}
#strength .inner{
    padding: 60px 15px 120px;	
}	
	
#strength p {
    width: 100%;
}
}


/******flow******/

#flow .inner{
	padding: 100px 0;
}



#flow h2{
	text-align: left;
	margin-bottom: 0.4em;
}

#flow p{
	color: #fff;
	margin-bottom: 6em;
}

#flow .ph{
	display: inline-block;
}

#flow .bxTxt{
	width: 38%;
	display: inline-block;
	vertical-align: top;
	float: right;
	position: relative;
	z-index: 2;
	
}

#flow #flow_bg{
	position: absolute;
	right: 0;
	bottom: -42px;
	z-index: 1;

}

@media screen and (max-width:767px){
#flow .inner{
	padding: 0 0 40px;
}
	
#flow .bxTxt {
    width: 90%;
	margin: 0 5%;
    float:inherit;
}
	
#flow p{
	margin-bottom: 2em;
}
	
#flow .ph {
    width: 90%;
	height: auto;
	margin: 0 5% 2em;
}
	
#flow #flow_bg{
	position: absolute;
	right: 0;
	bottom: 0px;
}	
	
}

/********about**********/

#about .inner{
	padding: 150px 0 90px;
}


#about h2{
	text-align: left;
	margin-bottom: 0.4em;
}

#about .ph{
	display: inline-block;
	float: right;
}

#about .bxTxt{
	width: 38%;
	display: inline-block;
	vertical-align: top;
	
}

#about p{
	margin-bottom: 6em;
}

@media screen and (max-width:767px){
	
#about .inner{
	padding: 50px 0 45px;
}
	
	#about .bxTxt {
    width: 90%;
		margin: 0 5%;
		float: inherit;

}
	
#about p {
    margin-bottom: 2em;
}

#about .ph {
    width: 90%;
		margin: 0 5%;
		float: inherit;
	height: auto;
}	
	
}
