@charset "utf-8";


section#visual {
	position: relative;
}

section#visual .scroll {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 80px;
	width: 50px;
	left: 0;
	z-index: 1000;
	margin: auto;
}
section#visual .scroll .txt {
    display: block;
    color: #fff;
    text-align: center;
}

section#visual .scroll .arrow {
    display: block;
    width: 1px;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
	background: #fff;
}


/*++++++++++++++
slide
++++++++++++++*/

#slide {
	height: 940px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

	
#slide .overlay {
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}

#slide ul {
	overflow: hidden;
}

#slide ul li {
	float: left;
}

#slide ul li img{
	width: 100%;
}

/*++++++++++++++
header indexのみ
++++++++++++++*/

.indexheader {
	position: absolute;
	top: 0;
	padding: 60px;
	z-index: 100;
}

.index_logo {
	position:relative;
	z-index: 100;
}

.index_logo img {
	width: 110px;
}

/*++++++++++++++
information
++++++++++++++*/
article#information {
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 5%;
	padding: 20px 50px 20px 20px;
	z-index: 10;
}

article#information p{
	color: #918010;
	font-size: 1.1em;
	padding: 0 0 10px;
}

article#information dl{
	font-size: 0.9em;
	line-height: 2;
}

article#information dt{
	display: inline-block;
	color: #fff;
}

article#information dd{
	display: inline-block;
	color: #fff;
}
article#information dd a {
	transtion: .3s;
}
article#information dd a:hover {
	transtion: .3s;
	opacity: 0.8;
}

/*++++++++++++++
about
++++++++++++++*/
article#about {
	margin: 0 0 150px;
	position: relative;
}

article#about figure{
	padding: 50px 0 30px;
}

article#about h5 {
	width: 65%;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

article#about .map_illust {
	position: absolute;
	bottom: -12%;
	right: 2%;
	width: 400px;
}


/*++++++++++++++
feelings
++++++++++++++*/
article#feelings {
	margin: 0 0 150px;
	background: none;
}

article#feelings ul{
	margin: 50px 0 0 0;
	overflow: hidden;
}

article#feelings li{
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;
}


/*++++++++++++++
products
++++++++++++++*/
article#products {
	background: url(../img/index/product_bg.jpg) no-repeat center;
	/* height: 700px; */
	background-size: 105%;
	overflow: hidden;
	padding: 50px 0;
	margin: 0 0 100px 0;
}

article#products .left {
	width: 35%;
	float: left;
	padding: 13% 0;
}

article#products .left h2 {
	color: #fff;
}

article#products .right {
	width: 60%;
	float: right;
	box-sizing: border-box;
	padding: 0;
}

article#products .right ol {

}

article#products .right li {
	width: 47%;
	background: #fff;
	display: inline-block;
	margin: 0 5% 0 0;
	overflow: hidden;
}

article#products .right li:last-child {
	margin: 0;
}

article#products .right li span {
	display: block;
	background: url(../img/common/next.png) no-repeat center right 3% #000;
	margin: -1px 0 0 0;
	position: relative;
	color: #fff;
	padding: 20px;
	font-size: 1.5em;
	letter-spacing: 10px;
	line-height: 1;
}

/*++++++++++++++
workflow
++++++++++++++*/
article#workflow {
}

article#workflow figure{
	padding: 50px 0 30px;
}

article#workflow a.whttl h6 {
	width: 8%;
	height: 60%;
}

/*メインロゴのみ*/
@media screen and (max-width: 1599px){
	.index_logo img {
		
width: 70%;
	}
}


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

section#visual .scroll .txt {
    display: block;
    color: #fff;
    text-align: center;
}

section#visual .scroll .arrow {
    display: block;
    width: 1px;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
	background: #fff;
}


/*++++++++++++++
slide
++++++++++++++*/

#slide {
	height: 600px;
}


/*++++++++++++++
header indexのみ
++++++++++++++*/

.indexheader {
	padding: 30px;
}

.index_logo img {
	width: 60%;
	margin: auto;
}

/*++++++++++++++
information
++++++++++++++*/
article#information {
	bottom: 2%;
	padding: 15px 40px 15px 15px;
}

article#information p{
	font-size: 1em;
	padding: 0;
}


/*++++++++++++++
about
++++++++++++++*/
article#about {
	margin: 0 0 100px;
}

article#about figure{
}

article#about h5 {
	width: 50%;
}

article#about .map_illust {
	width: 370px;
	bottom: -5%;
}


/*++++++++++++++
feelings
++++++++++++++*/
article#feelings {margin: 0 0 100px;}


/*++++++++++++++
products
++++++++++++++*/
article#products {
	margin: 0 0 50px 0;
}

article#products .right {
	width: 60%;
	float: right;
	box-sizing: border-box;
	padding: 0;
}


}

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

/*++++++++++++++
information
++++++++++++++*/
article#information {position: relative;background: #111;}

article#information p{text-align: center;}

article#information dt{
	display: block;
}

article#information dd{
	display: inline-block;
	color: #fff;
}
}

@media screen and (max-width: 1023px){
section#visual {
	position: relative;
}

section#visual .scroll {/* position: relative; */}
section#visual .scroll .txt {
    display: block;
    color: #fff;
    text-align: center;
}

section#visual .scroll .arrow {
    display: block;
    width: 1px;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
	background: #fff;
}


/*++++++++++++++
slide
++++++++++++++*/

#slide {height: auto;}

/*++++++++++++++
header indexのみ
++++++++++++++*/

.index_logo img {width: 40%;margin: 0;}


/*++++++++++++++
about
++++++++++++++*/
article#about figure{
	padding: 30px 0 20px;
}

article#about h5 {
	width: 60%;
	margin: 0 0 0 1%;
}

article#about .map_illust {right: 0;width: 280px;bottom: 0;}


/*++++++++++++++
feelings
++++++++++++++*/
article#feelings {
    margin: 0;
}

article#feelings ul{max-width: 60%;margin: 50px auto 0;}

article#feelings li{
	width: 100%;
	float: none;
	margin: 0 0 30px;
}

article#feelings li figure {
	height: 300px;
}

article#feelings li figure img {
	width:100%;
}


/*++++++++++++++
products
++++++++++++++*/
article#products {
    padding: 50px 0 0 0;
    background: url(../img/index/product_bg.jpg) no-repeat top;
}

article#products .left {
	width: auto;
	float: none;
	padding: 0;
}

article#products .left h2 {
}

article#products .right {
	width: auto;
	float: none;
}

article#products .right ol {

}

article#products .right li {
	width: 100%;
	margin: 0;
	float: none;
	display: block;
}

article#products .right li figure {
	height: 116px;
	float: right;
	width: 65%;
	overflow: hidden;
}

article#products .right li figure img {
	width:100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

article#products .right li:last-child {
	float: right;
}


/*++++++++++++++
workflow
++++++++++++++*/

article#workflow a.whttl h6 {
	width: 90%;
	height: 95px;
}

/*++++++++++++++
products
++++++++++++++*/

article#products .right li {
	width: 100%;
	float: none;
	border-bottom: 2px solid #fff;
}


article#products .right li a {
	display: block;
	overflow: hidden;
	position: relative;
}

article#products .right li span {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 49px 0;
	background: #000;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 6px;
}


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

/*++++++++++++++
header indexのみ
++++++++++++++*/

.indexheader {padding: 20px 0;}

	.index_logo {
		width: 100px;
	}	
	
.index_logo img {width: 50%;margin: auto;}

/*++++++++++++++
information
++++++++++++++*/
article#information {padding: 15px;}

article#information p{
	color: #918010;
	font-size: 1.1em;
	padding: 0 0 10px;
}

article#information dl{
	font-size: 0.9em;
	margin: 0 0 10px;
}
article#information dl:last-child {
	margin:0;
}

article#information dt{
	/* display: inline-block; */
	color: #fff;
}

article#information dd{
	display: inline-block;
	color: #fff;
}

/*++++++++++++++
about
++++++++++++++*/

article#about figure{
	padding: 30px 0 30px;
}

article#about h5 {
	width: 95%;
	margin: auto;
}

article#about .map_illust {
	display: none;
}


/*++++++++++++++
feelings
++++++++++++++*/
article#feelings {
    margin: 0 0 100px;
}

article#feelings ul{max-width: 100%;}

article#feelings li{margin: 0 0 5px;}

article#feelings li figure {
	height: 260px;
}

/*++++++++++++++
workflow
++++++++++++++*/
article#workflow {margin: 0 0 50px;}

article#workflow figure{
	padding: 50px 0 30px;
}

article#workflow a.whttl h6 {
	height: 70px;width: 70%;
}


}