@charset "UTF-8";
/* HOME */
/* ------------------------------------------------ */

/* レイアウト */
/* ------------------------------------------------ */
.home-content {
	padding: 12vw 0;
}

.ec-layoutRole__contentBottom > .home-content:last-of-type,
.home-content--btm0 {
		padding-bottom:0 !important;
}

.home-content--gold {
	background: #F0EEE9;
}

#page_homepage .ec-layoutRole__contents {
	display: none;
}

/* 見出し */
/* ------------------------------------------------ */
.home-heading {
    font-size: 22px;   
    color: #746a4e;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1;       
    margin: 0 0 1em;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
}


/* メインイメージ */
/* ------------------------------------------------ */
.home-main-image {
    height: 60vh !important;
    position: relative;
    background: #000; 
}

.home-main-image__wrap {
    position: relative;
}

.main-copy__wrap {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.main-copy {
	text-align: center;
	color: #fff;
}

.main-copy__en {
	/*font-family: 'Nuosu SIL', serif;
	font-family: 'Roboto', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 6vw;
	letter-spacing: 0.05em;
}

.main-copy__jp {
	margin-top: 1em;
	font-size: 3vw;	
	letter-spacing: 0.1em;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
.home-main-image {
    height: 70vh !important;
}	
.main-copy__en {
	font-size: 3.4vw;
	font-weight: 300;
}	
.main-copy__jp {
	font-size: 1.6vw;	
}	
}



/* ラインナップ */
/* ------------------------------------------------ */
ul.lineup-nav {
	padding: 0 5vw;
	margin: 0;
}

.lineup-nav li {
	list-style-type: none;
}

.lineup-nav li + li {
	margin-top: 2vw;
}

.lineup-nav a {
	display: block;
	text-decoration: none;
}

.lineup-nav__image img {
	width: 100%;
}

.lineup-nav__image {
	position: relative;
}

figure.lineup-nav__image {
	margin: 0 !important;
}

.lineup-nav__txt {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 8vw;
	z-index: 2;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media only screen and (min-width: 768px) {
#home-line-up {
	padding-bottom: 120px;
}
	
.lineup-nav {
	display: flex;
	justify-content: space-between;
}
	
.lineup-nav li {
	width: 32.6666%;
}
	
.lineup-nav li + li {
	margin-top: 0;
}	

.lineup-nav a {
}
	
.lineup-nav__image {
	overflow: hidden;
}
	
.lineup-nav__image img {
	transition: .3s all;
	filter: brightness(0.85);
}
	
.lineup-nav__image img:hover {
	transform: scale(1.1,1.1);
	filter: brightness(1.1);
}	

.lineup-nav__txt {
	font-size: 2vw;
}	

}

/* 会社概要 */
/* ------------------------------------------------ */
#home-about-us h2 {
    font-size: 22px;   
    color: #746a4e;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1;       
    margin: 0 0 0.8em;
	font-family: 'Roboto', sans-serif;
}

#home-about-us .image-area {
    height: 300px;
    overflow: hidden;
    position: relative;    
}

#home-about-us .txt-area {
    padding:35px;
}

#video-main {
    width: 100%;
    height: auto;
}

/* NEWS */
/* ------------------------------------------------ */
.ec-secHeading .ec-secHeading__en {
    font-size: 22px;   
    color: #746a4e;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1;       
    margin: 0 0 0.8em;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
}

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

	/* レイアウト */
/* ------------------------------------------------ */
.home-content {
	padding: 80px 0;
}		
	
/* 見出し */
/* ------------------------------------------------ */
.home-heading {
    font-size: 25px;   
}	

/* 会社概要 */
/* ------------------------------------------------ */
#home-about-us h2 {
    font-size: 25px
}
	
#home-about-us .image-area {
    height: 580px;
	width: 50%;
}

#home-about-us .txt-area {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	width: 50%;
} 
	
#home-about-us .txt-area .inner {
	width: 70%;
}  	
    
#home-about-us .txt-area p {
    font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.8;
}       
 
#home-about-us {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}
	
#video-main {
  height: 640px;
  width: auto;
}
	
/* NEWS */
/* ------------------------------------------------ */
.ec-secHeading .ec-secHeading__en {
    font-size: 25px;   
}	
	
	
}
@media only screen and (min-width: 1920px) {        
	
/* 会社概要 */
/* ------------------------------------------------ */  
#video-main {
  height: auto;
  width: 100%;
} 

	
}
/* EOF */