@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　brand
 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
	background-image: url(../images/bg_ttl.jpg);	
}

#Header h1 a {
	color: #fff;
}

#Header .util-nav li a {
	color: #fff;
}
#Header .util-nav li a::before {
	background: #fff;
}

.gnav a {
	color: #fff;
	/* text-shadow: none;
	font-weight: normal; */
}

.gnav a span::after {
	background: #fff;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 140px 0 100px;
	text-align: center;
	letter-spacing: .15em;
  background: #111612;
  color: #fff;
}
.intro h2{
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: normal;
	/*color: #000500;*/
  color: #fff;
}
.intro .txt{
	line-height: 2.5;
}


/* branchera
-----------------------------------------------------------------*/
.branchera{
	padding: 115px 0 100px;
	text-align: center;
	letter-spacing: .15em;
	background: #fdfdfd;
}
.branchera .logo{
	margin-bottom: 35px;
}
.branchera h2{
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: normal;
	color: #000500;
}
.branchera .txt{
	line-height: 2.5;
}
.branchera .txt + .txt{
	margin-top: 30px;
}


/* movie
-----------------------------------------------------------------*/
.movie{
	padding: 115px 0 100px;
	text-align: center;
	letter-spacing: .15em;
	background: #f9f7f7;
}
.ttl-sec{
	text-align: center;
	font-weight: normal;
	line-height: 1;
}
.ttl-sec .en{
	position: relative;
	display: block;
	padding-bottom: 20px;
	font-size: 3rem;
	color: #163259;
	text-transform: uppercase;
}
.ttl-sec .en::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 90px;
	height: 1px;
	content: "";
	background: #000500;
}
.ttl-sec .ja{
	display: block;
	margin-top: 20px;
}
.movie h2{
	margin-bottom: 35px;
}
.movie .vide-area{
	position: relative;
}
.movie .vide-area video{
	width: 100%;
	height: auto;
}


/* brand-name
-----------------------------------------------------------------*/
.brand-name{
	padding: 100px 0 140px;
  background: #111612;
  color: #fff;
}
.brand-name h2{
	margin-bottom: 65px;
}
.brand-name h2 .en{
  color: #fff;
}
.brand-name h2 .en::after{
  background: #fff;  
}
.brand-name .layout-box{
	max-width: 930px;
	margin: 0 auto;
}
.brand-name .layout-box .pic{
	max-width: 380px;
	width: 40.9%; 
}
.brand-name .layout-box .txt{
	width: 45.2%;
	line-height: 2.5; 
}


/* brand-series
-----------------------------------------------------------------*/
.brand-series{
	padding: 90px 0 130px;
	background: #f9f7f7;
	text-align: center;
}
.brand-series h2{
	margin-bottom: 35px;
}
.brand-series .txt{
	margin-bottom: 50px;
	line-height: 2.5;
}
.brand-series-list{
	display: flex;
	justify-content: space-between;
	max-width: 1060px;
	margin: 0 auto 75px;
	line-height: 0;	
}
.brand-series-list li{
	width: 27.4%;
}
.brand-series-list li:nth-child(3){
	width: 33.5%;
}
.brand-series-list img{
	box-shadow: 0 0 20px rgba(0,0,0,.1);	
}
.btn-more a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 590px;
	height: 60px;
	margin: 0 auto;
	background: #163259;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 2.2rem;
	transition: .3s;
}
.btn-more a:hover{
	opacity: .7;
}
.btn-more a::after{
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	content: "▶";
	color: #FFF;
	font-size: 2.6rem;
	line-height: 1;	
}


/* haseko
-----------------------------------------------------------------*/
.haseko{
	padding: 100px 0 115px;
	text-align: center;
	letter-spacing: .15em;
  background: #111612;
  color: #fff;
}
.haseko h2{
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: normal;
	/*color: #000500;*/
  color: #fff;
}
.haseko .txt{
	line-height: 2.5;
}


/* innovation
-----------------------------------------------------------------*/
.innovation{
	padding: 175px 0 150px;
	background: url(../images/bg_innovation.jpg) no-repeat center bottom;
	background-size: cover;
}
.innovation .inner{
	max-width: 540px;
}
.innovation h2{
	margin-bottom: 45px;
}
.innovation .txt{
	line-height: 2.5;
	letter-spacing: .15em;
}


/* brand
-----------------------------------------------------------------*/
.brand{
	padding: 145px 0 120px;
	text-align: center;
	letter-spacing: .15em;
  background: #111612;
  color: #fff;
}
.brand h2{
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: normal;
	/*color: #000500;*/
  color: #fff;
}
.brand .txt{
	margin-bottom: 50px;
	line-height: 2.5;
}
.brand .pic{
	margin-bottom: 80px;
}
.brand .btn-more a{
	background: rgb(0,78,142);
	background: linear-gradient(130deg, rgba(0,78,142,1) 0%, rgba(0,112,188,1) 100%); 	
}


/* works
-----------------------------------------------------------------*/
.works{
	padding: 125px 0 160px;
	background: #e5eef4;
}
.works h2{
	margin-bottom: 100px;
}
.works-list{
	display: flex;
	justify-content: space-between;
  gap: 0 15px;
}
.works-list h3{
	margin-top: 5px;
	font-weight: normal;
	line-height: 1.4;
}
.works-list h3 span{
	display: block;
}
.works-list h3 span + span{
	font-size: 1.2rem;
}












/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.page-ttl{
		background-position: right center;
	}
	

/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 50px 0;
	}
	.intro h2{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.intro .txt{
		font-size: 1.3rem;
		line-height: 2;
	}


/* branchera
-----------------------------------------------------------------*/
	.branchera{
		padding: 50px 0;
	}
	.branchera .logo{
		width: 180px;
		margin: 0 auto 20px;
	}
	.branchera h2{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.branchera .txt{
		font-size: 1.3rem;
		line-height: 2;
	}
	.branchera .txt + .txt{
		margin-top: 15px;
	}


/* movie
-----------------------------------------------------------------*/
	.movie{
		padding: 50px 0;
	}
	.ttl-sec .en{
		padding-bottom: 15px;
		font-size: 2rem;
	}
	.ttl-sec .en::after{
		width: 50px;
	}
	.ttl-sec .ja{
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.movie h2{
		margin-bottom: 30px;
	}


/* brand-name
-----------------------------------------------------------------*/
	.brand-name{
		padding: 50px 0;
	}
	.brand-name h2{
		margin-bottom: 35px;
	}
	.brand-name .layout-box{
		display: block;
		max-width: none;
	}
	.brand-name .layout-box .pic{
		max-width: none;
		width: 100%;
		margin-bottom: 20px; 
	}
	.brand-name .layout-box .txt{
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.8;
		text-align: justify;
	}


/* brand-series
-----------------------------------------------------------------*/
	.brand-series{
		padding: 50px 0;
	}
	.brand-series h2{
		margin-bottom: 30px;
	}
	.brand-series .txt{
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.brand-series-list{
		display: block;
		width: 80%;
		margin: 0 auto 40px;
	}
	.brand-series-list li{
		width: 100%;
	}
	.brand-series-list li:nth-child(3){
		width: 100%;
	}
	.brand-series-list li:nth-child(n+2){
		margin-top: 15px;
	}
	.brand-series-list img{
		box-shadow: 0 0 20px rgba(0,0,0,.1);	
	}
	.btn-more a{
		height: 50px;
		font-size: 1.5rem;
	}
	.btn-more a:hover{
		opacity: 1;
	}
	.btn-more a::after{
		right: 10px;
		content: "▶";
		font-size: 1.5rem;
	}


/* haseko
-----------------------------------------------------------------*/
	.haseko{
		padding: 50px 0;
	}
	.haseko h2{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.haseko .txt{
		line-height: 2;
		font-size: 1.3rem;
	}



/* innovation
-----------------------------------------------------------------*/
	.innovation{
		padding: 50px 0 30vw;
	}
	.innovation .inner{
		width: 85%;
	}
	.innovation h2{
		margin-bottom: 30px;
	}
	.innovation .txt{
		line-height: 2;
		font-size: 1.3rem;
		text-align: justify;
	}


/* brand
-----------------------------------------------------------------*/
	.brand{
		padding: 50px 0;
	}
	.brand h2{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.brand .txt{
		margin-bottom: 25px;
		line-height: 2;
		font-size: 1.3rem;
	}
	.brand .pic{
		margin-bottom: 40px;
	}
	.brand .btn-more a{
		height: 60px;
		line-height: 1.3;	
	}


/* works
-----------------------------------------------------------------*/
	.works{
		padding: 50px 0;
	}
	.works h2{
		margin-bottom: 40px;
	}
	.works-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    gap: 15px 0;
	}
	.works-list li:nth-child(n+2){
		margin-top: 15px;
	}
	.works-list li:nth-child(1){
		width: 100%;
	}
	.works-list li:nth-child(2){
		width: 100%;
	}
	.works-list li:nth-child(3){
		width: calc(50% - 5px);
	}
	.works-list li:nth-child(4){
		width: calc(50% - 5px);
	}
	.works-list li:nth-child(5){
		width: 100%;
	}
	.works-list h3{
		margin-top: 5px;
		font-weight: normal;
    line-height: 1;
	}
	.works-list h3 span{
		display: block;
		font-size: 1.4rem;
	}
	.works-list h3 span + span{
    display: inline-block;
		font-size: 1.1rem;
	}

	
}