body {
	font-size: 100%;
	line-height: 2.1;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	font-weight: 300;
	background: #f0f3f3;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
/*-------------------------- Container --------------------------*/
.container {
	width: 100vw;
	height: 100vh;
}
/*------------- wrap-top-------------*/
#loader {
  text-align: center;
  position: fixed;
  left:0%;
  top:0%;
  display: inline-block;
  vertical-align: middle;
  width:100%;
  height:100%;
  background: #f0f3f3;
  z-index:100000;
}
.loader-icn{
	opacity:0;
}
#load-logo{
	opacity:0;
	margin:0 auto;
	width:44px;
	height:180px;
	text-indent:-100000px;
	background:url(../img/index/logo_tate.svg) no-repeat;
	background-size:44px 180px;
}
#wrap-top{
	position:relative;
}
#wrap-top .text-erea{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	height:auto;
	z-index:100;
}
#wrap-top .text-erea h1{
	float:right;
}
#wrap-top .text-erea h1 span{
	float:right;
	margin-left:27px;
	opacity:0;
	width:34px;
	text-indent:-100000px;
}
#wrap-top .text-erea h1 span.h1-img1{
	background:url(../img/index/h1_main1.svg) no-repeat top center;
	background-size:34px 316px;
	height:316px;
}
#wrap-top .text-erea h1 span.h1-img2{
	background:url(../img/index/h1_main2.svg) no-repeat top center;
	background-size:34px 418px;
	height:418px;
}
#wrap-top .text-erea h1 span.h1-img3{
	background:url(../img/index/h1_main3.svg) no-repeat top center;
	background-size:34px 417px;
	height:417px;
}
#wrap-top .text-erea p{
	float:left;
	opacity:0;
	margin-right:60px;
	width:171px;
	height:420px;
	text-indent:-100000px;
	font-size:1.3em;
	line-height:2em;
	color:#eee;
	text-shadow:0px 0px 1px #333;
	font-weight:normal;
	background:url(../img/index/p_main.svg) no-repeat top center;
	background-size:171px 420px;
}
/*マウスホイールアイコン*/
.scroll-down-box {
	padding-top: 60px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:99;
	display:none;
}
a.scroll-down {
	padding-top: 60px;
	position:absolute;
	left:0%;
	top:-50%;
	margin-left:0;/*-17px;*/
	z-index:90;
	color:#fff;
	text-decoration:none;
}
a.scroll-down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;/*-15px;*/
	background:url(../img/index/icn_scrolldown.svg) no-repeat;
	background-size:40px;
}
a.scroll-down span::before {
	position: absolute;
	top: 13px;
	left: 50%;
	content: '';
	width: 26px;
	height: 16px;
	margin-left: -13px;
	background:url(../img/index/icn_arrowdown.svg) no-repeat;
	background-size:26px 16px;
	-webkit-animation: sdb 4s infinite;
	animation: sdb 4s infinite;
	box-sizing: border-box;
	z-index:99;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(360deg);
		opacity: 1;
	}
}
@keyframes sdb {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	100% {
		transform: rotateY(360deg);
		opacity: 1;
	}
}
#text-main-sp,
#text-main-sp #text-h1,
#text-main-sp #text-p{
	display:none;
}
	
#tubular-container {
  /*filter: blur(10px) brightness(0.7);
  -webkit-filter: blur(10px) brightness(0.7);*/
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  z-index: 0;
}
#video-eria{
	opacity:0;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.video {
  width: 853px;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
#tubular-container{
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#tubular-shield{
	width: 100%;
	height: 630px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 853px) , (max-device-width : 853px) {
#video-eria{
	opacity:0;
	position:relative;
	width: 100%;
	height:100%;
}
.video {
  width: 500px;
  height: 281px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
#tubular-container{
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#tubular-shield{
	width: 100%;
	height: 630px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}
}
@media screen and (max-width: 480px) , (max-device-width : 480px) {
#video-eria{
	opacity:0;
	position:relative;
	width: 100%;
	height:100%;
}
.video {
  width: 500px;
  height: 281px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
#tubular-container{
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#tubular-shield{
	width: 100%;
	height: 630px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}
}

/*--------------------------WRAP-CNT--------------------------*/
#wrap-cnt{
	width:100%;
	overflow:hidden;
	opacity:0;
}
#footer-main{
	opacity:0;
}

/*-------------NEWS-------------*/

#news-box{
	width:1200px;
	height:100%;
	display:table;
	margin:0 auto;
}
#news-box .ac{
	text-align:center;
	background:#333;
	color:#fff;
	border:1px solid #ddd;
	padding:60px 40px;
	margin:120px auto 0;
}
#news-box .ac h2{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	display:inline-block;
}
#news-box .item0,
#news-box2 .item0,
#news-box2 .item1 {
	margin:50px auto 0;
	position:relative;
	padding:20px;
	box-sizing: border-box;
	background:#fff;
	border:1px solid #ddd;
}
#news-box .item0 .image-box,
#news-box2 .item0 .image-box{
	width:100%;
	height:auto;
	border-bottom:1px solid #ddd;
}
#news-box .item0 .text-box,
#news-box2 .item0 .text-box,
#news-box2 .item1 .text-box {
	width:100%;
	height:auto;
	box-sizing: border-box;
	text-align:center;
	padding:40px 50px;
}
#news-box .item0 .text-box h2,
#news-box2 .item0 .text-box h2,
#news-box2 .item1 .text-box h2{
	margin-bottom:20px;
	line-height:1.4em;
}
#news-box2{
	width:1200px;
	height:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
}
#news-box2 .start0{
	opacity: 0;
}

#news-box2 .item0{
	margin: 0;
	width: calc(50% - 25px);
}
#news-box2 .item0 img{
	width: 100%;
}
#news-box2 .item1 {
	width: 100%;
	margin-bottom: 120px;
}



/*-------------ABOUT-------------*/
#cnt-about{
	position:relative;
	width:1200px;
	height:370px;
	overflow:hidden;
	margin:60px auto 0;/*margin:120px auto 0;*/
}
#cnt-about a:before{
	position: absolute;
    content: "";
    display: block;
	width:1200px;
	height:370px;
	background-color:rgba(0,0,0,0);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	z-index:100;
}
#cnt-about a:hover:before{
	background-color:rgba(0,0,0,0.5);
}
#cnt-about a:after{
	position: absolute;
    content: "";
    display: block;
	width:1200px;
	height:370px;
	background:url(../img/index/image_about.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index:50;
	
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#cnt-about a:hover:after {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#cnt-about h1{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width:351px;
	height:84px;
	text-indent:-100000px;
	background:url(../img/index/h1_about.svg) no-repeat top center;
	background-size:351px 84px;
	z-index:100;
}
p.aboutlink{
	display:none;
}

/*-------------PRODUCT-------------*/
#cnt-product{
	width:97%;
	margin:0 auto;
}
#cnt-product .item1,
#cnt-product .item2,
#cnt-product .item3{
	clear:both;
	margin-top:120px;
}
#cnt-product .text-box{
	width:600px;
}
#cnt-product .text-box .box-center{
	position: absolute;
	width:400px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#cnt-product .text-box h1{
	border-bottom:1px solid #666;
	padding:0 10px 40px 10px;
}
#cnt-product .text-box p.text{
	margin-top:40px;
}


/*PRODUCT item1*/
#cnt-product .item1 .l-box{
	position:relative;
	float:left;
	width:50%;
	height:550px;
}
#cnt-product .item1 .l-box .text-box{
	position:absolute;
	right:0;
	width:600px;
	height:550px;
}
#cnt-product .item1 .l-box .text-box h1{
	width:29px;
	height:182px;
	text-indent:-100000px;
	background:url(../img/index/h1_product_shiki.svg) no-repeat top center;
	background-size:29px 182px;
}
#cnt-product .item1 .r-box{
	float:right;
	width:50%;
	height:550px;
	background:url(../img/index/image_product_shiki1.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*PRODUCT item2*/
#cnt-product .item2 .l-box{
	float:left;
	width:50%;
	height:650px;
}
#cnt-product .item2 .l-box .image1{
	width:100%;
	height:400px;
	background:url(../img/index/image_product_mawata1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-product .item2 .l-box .image-box{
	width:100%;
	height:250px;
}
#cnt-product .item2 .l-box .image-box .image2{
	float:left;
	width:50%;
	height:250px;
	border-top:2px solid #f0f3f3;
	border-right:2px solid #f0f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background:url(../img/index/image_product_mawata2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}	
#cnt-product .item2 .l-box .image-box .image3{
	float:left;
	width:50%;
	height:250px;
	border-top:2px solid #f0f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background:url(../img/index/image_product_mawata3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-product .item2 .r-box{
	position:relative;
	float:right;
	width:50%;
	height:650px;
}
#cnt-product .item2 .r-box .text-box{
	position:absolute;
	left:0;
	width:600px;
	height:652px;
}
#cnt-product .item2 .r-box .text-box h1{
	width:29px;
	height:300px;
	text-indent:-100000px;
	background:url(../img/index/h1_product_mawata.svg) no-repeat top center;
	background-size:29px 300px;
}

/*PRODUCT item3*/
#cnt-product .item3 .l-box{
	position:relative;
	float:left;
	width:50%;
	height:650px;
}
#cnt-product .item3 .l-box .text-box{
	position:absolute;
	right:0;
	width:600px;
	height:650px;
}
#cnt-product .item3 .l-box .text-box h1{
	width:30px;
	height:259px;
	text-indent:-100000px;
	background:url(../img/index/h1_product_sobamakura.svg) no-repeat top center;
	background-size:30px 259px;
}
#cnt-product .item3 .r-box{
	float:right;
	width:50%;
	height:650px;
}
#cnt-product .item3 .r-box .image-box{
	float:left;
	width:40%;
	height:650px;
}
#cnt-product .item3 .r-box .image-box .image1{
	width:100%;
	height:325px;
	border-right:2px solid #f0f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background:url(../img/index/image_product_soba1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}	
#cnt-product .item3 .r-box .image-box .image2{
	width:100%;
	height:325px;
	border-top:2px solid #f0f3f3;
	border-right:2px solid #f0f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background:url(../img/index/image_product_soba2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-product .item3 .r-box .image3{
	float:left;
	width:60%;
	height:650px;
	background:url(../img/index/image_product_soba3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*PRODUCT BUTTON*/
#cnt-product-btn .btn-box{
	position:relative;
	width:1200px;
	height:370px;
	overflow:hidden;
	margin:120px auto 0;
}
#cnt-product-btn .btn-box a:before{
	position: absolute;
    content: "";
    display: block;
	width:1200px;
	height:370px;
	background-color:rgba(0,0,0,0);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	z-index:100;
}
#cnt-product-btn .btn-box a:hover:before{
	background-color:rgba(0,0,0,0.5);
}
#cnt-product-btn .btn-box a:after{
	position: absolute;
    content: "";
    display: block;
	width:1200px;
	height:370px;
	background:url(../img/index/image_product.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index:50;
	
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#cnt-product-btn .btn-box a:hover:after {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#cnt-product-btn .btn-box h1{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width:245px;
	height:85px;
	text-indent:-100000px;
	background:url(../img/index/h1_product.svg) no-repeat top center;
	background-size:245px 85px;
	z-index:100;
}
p.productlink{
	display:none;
}

/*-------------FIFTH-------------*/
#cnt-fifth{
	position:relative;
	width:97%;
	height:550px;
	overflow:hidden;
	margin:120px auto 0;
}
#cnt-fifth a.btn-box:before{
	position: absolute;
    content: "";
    display: block;
	width:100%;
	height:550px;
	background-color:rgba(0,0,0,0);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	z-index:100;
}
#cnt-fifth a.btn-box:hover:before{
	background-color:rgba(0,0,0,0.2);
}
#cnt-fifth a.btn-box:after{
	position: absolute;
    content: "";
    display: block;
	width:100%;
	height:550px;
	background:url(../img/index/image_fifth.jpg) no-repeat top center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index:50;
	
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#cnt-fifth a.btn-box:hover:after {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#cnt-fifth .text-box{
	width:1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	height:auto;
	z-index:100;
}
#cnt-fifth .text-box h1{
	width:208px;
	height:28px;
	text-indent:-100000px;
	background:url(../img/index/h1_fifth.svg) no-repeat top center;
	background-size:208px 28px;
}
#cnt-fifth .text-box p{
	width:500px;
	margin-top:40px;
}
#cnt-fifth .text-box p.link{
	color:#AA7E19;
	width: auto;
	padding:10px;
	display: inline-block;
	border-bottom:1px solid #AA7E19;
	background-color:rgba(170,104,16,0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	margin-top:40px;
}
#cnt-fifth .text-box p.link:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
	border-bottom:1px solid #8F6810;
}

/*-------------PLACE-------------*/
#cnt-place{
	position:relative;
	width:100%;
	height:570px;
	overflow:hidden;
	margin:120px auto;
}
#cnt-place .l-box{
	float:left;
	position:relative;
	width:40%;
	padding:50px 0;
}
#cnt-place .text-box{
	position:absolute;
	right:0;
	width:400px;
	height:470px;
}
#cnt-place .text-box .box-center{
	position: absolute;
	width:300px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#cnt-place .text-box .box-center h1{
	width:65px;
	height:29px;
	text-indent:-100000px;
	background:url(../img/index/h1_place.svg) no-repeat top center;
	background-size:65px 29px;
}
#cnt-place .text-box ul{
	margin-top:40px;
	color:#777;
	font-size:0.9em;
	line-height:2;
	letter-spacing:2px;
}
#cnt-place .text-box ul li span{
	font-family: 'Slabo 27px', serif;
}
#cnt-place .text-box .box-center p.link{
	line-height:1.5;
}
#cnt-place .r-box{
	float:right;
	width:60%;
	padding:50px 0;
}
#cnt-place .image-box{
	float:right;
	width:100%;
	height:470px;
}
#cnt-place .image-box .image1{
	float:left;
	width:30%;
	height:100%;
	border-right:2px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background:url(../img/index/image_place1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}	
#cnt-place .image-box .image2{
	float:left;
	width:30%;
	height:100%;
	border-right:2px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background:url(../img/index/image_place2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-place .image-box .image3{
	float:left;
	width:30%;
	height:100%;
	
	background:url(../img/index/image_place3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-place .back-image{
	max-width:70%;
	min-width:1000px;
	background:#dcdcdc;
	height:570px;
	margin:0 auto;
}

#footer-line{
	margin:0 auto;
	border-top:1px dotted #999;
	width:1000px;
}
/*----------------------SP SLIDE SHOW----------------------*/

/* fade slider */
.slides {
    height:100%;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:100%;
	
}
.slides ul {
    list-style:none;
    position:relative;
}
/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
	width:100%;
    opacity:0;
    position:absolute;
    top:0;
	display:block;
	
    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
.slides ul li.slide1 {
	background:url(../img/index/slide1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slides ul li.slide2 {
	background:url(../img/index/slide2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slides ul li.slide3 {
	background:url(../img/index/slide3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slides ul li.slide4 {
	background:url(../img/index/slide4.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* css3 delays */
.slides ul  li:nth-child(2){
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3){
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4){
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}

.slides ul li:before{
	position: absolute;
    content: "";
    display: block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	z-index:100;
}
.slides ul  li:nth-child(1):before,
.slides ul  li:nth-child(2):before,
.slides ul  li:nth-child(3):before,
.slides ul  li:nth-child(4):before{
	background-color:rgba(0,0,0,0.25);
}


@media screen and (max-width: 1700px) , (max-device-width : 1700px) {
	#cnt-place .back-image,
	#news-box, #news-box2{
		max-width:88%;
	}
}
@media screen and (max-width: 1400px) , (max-device-width : 1400px) , (max-height: 1100px) , (max-device-height : 1100px){
	#wrap-top .text-erea h1 span.h1-img1,
	#wrap-top .text-erea h1 span.h1-img2,
	#wrap-top .text-erea h1 span.h1-img3{
		width:28px;
		height: 344px;
		background-size:28px auto;
	}
	#wrap-top .text-erea p{
		width:143px;
		height:351px;
		background-size:143px auto;
	}
}

@media screen and (max-width: 1200px) , (max-device-width : 1200px) {
	#news-box .ac{
		margin-top:50px;
	}
	#cnt-product .item1 .l-box .text-box,
	#cnt-product .item2 .r-box .text-box,
	#cnt-product .item3 .l-box .text-box{
		width:550px;
	}
	#cnt-place .text-box{
		width:370px;
	}
	#cnt-place .text-box .box-center{
		width:270px;
	}
	#cnt-place .text-box ul{
		letter-spacing:1px;
	}
	#news-box,
	#news-box2{
		width:97%;
	}
	#cnt-about,
	#cnt-product-btn .btn-box{
		width:97%;
		height:300px;
	}
	#cnt-about a:before,
	#cnt-about a:after,
	#cnt-product-btn .btn-box a:before,
	#cnt-product-btn .btn-box a:after{
		width:100%;
		height:300px;
	}
	#cnt-fifth{
		width:97%;
	}
	#cnt-fifth .text-box{
		width:800px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#news-box .ac br,
	#news-box .item0 .text-box br,
	#news-box2 .item0 .text-box br{
		display:none;
	}
	#cnt-product .item1 .l-box .text-box,
	#cnt-product .item2 .r-box .text-box,
	#cnt-product .item3 .l-box .text-box{
		width:500px;
	}
	#cnt-place .text-box{
		width:320px;
	}
	#cnt-place .text-box .box-center{
		width:220px;
	}
	#cnt-fifth .text-box{
		width:700px;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#video-eria{
		padding-top:50px;
	}
	#news-box .ac{
		margin-top:0;
	}
	#news-box,
	#cnt-about,
	#cnt-product-btn .btn-box,
	#cnt-product .item1, #cnt-product .item2, #cnt-product .item3,
	#cnt-fifth,
	#cnt-place{
		margin-top:30px;
	}
	#cnt-place{
		margin-bottom:70px;
	}
	#footer-line{
		width:90%;
	}
	#cnt-product .item1 .l-box,
	#cnt-product .item1 .r-box,
	#cnt-product .item2 .l-box,
	#cnt-product .item2 .r-box,
	#cnt-product .item3 .l-box,
	#cnt-product .item3 .r-box{
		float:none;
		width:100%;
	}
	#cnt-product .item1 .r-box,
	#cnt-product .item3 .r-box{
		height:400px;
	}
	#cnt-product .item2 .l-box{
		height:500px;
	}
	#cnt-product .item2 .l-box .image1{
		height:300px;
	}
	#cnt-product .item2 .l-box .image-box .image2,
	#cnt-product .item2 .l-box .image-box .image3{
		height:200px;
	}
	#cnt-product .item3 .r-box .image-box .image1,
	#cnt-product .item3 .r-box .image-box .image2{
		height:200px;
	}
	#cnt-product .item3 .r-box .image3{
		height:400px;
	}
	
	#cnt-product .item1 .l-box .text-box,
	#cnt-product .item2 .r-box .text-box,
	#cnt-product .item3 .l-box .text-box{
		width:100%;
		margin-top:40px;
	}
	#cnt-product .text-box .box-center{
		width:80%;
		text-align:center;
		top:0;
		-webkit-transform: translate(-50%, 0%); /* Safari用 */
		transform: translate(-50%, 0%);
	}
	#cnt-product .text-box .box-center h1,
	#cnt-fifth .text-box h1{
		margin:0 auto;
	}
	#cnt-product .text-box p.link a{
		margin-top:20px;
	}
	#cnt-fifth,
	#cnt-fifth a.btn-box:before,
	#cnt-fifth a.btn-box:after{
		height:450px;
	}
	#cnt-fifth a.btn-box:before{
		background-color:rgba(255,255,255,0.4);
	}
	#cnt-fifth a.btn-box:hover:before{
		background-color:rgba(255,255,255,0.8);
	}
	#cnt-fifth a.btn-box:after{
		background:url(../img/index/image_fifth.jpg) no-repeat top right;
		-webkit-background-size: 1000px 607px;
		-moz-background-size: 1000px 607px;
		-o-background-size: 1000px 607px;
		background-size: 1000px 607px;
	}
	#cnt-fifth .text-box,
	#cnt-fifth .text-box p{
		width:500px;
		text-align:center;
	}
	#news-box, #news-box2{
		display: table;
	}
	#news-box2 .item0{
		width: 100%;
		margin-top: 50px;
	}
	#news-box2 .item0 .image{
		padding: 20px;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#cnt-about h1{
		width:300px;
		height:72px;
		background-size:300px 72px;
	}
	#cnt-product-btn .btn-box h1{
		width:208px;
		height:72px;
		background-size:208px 72px;
	}
	#cnt-fifth .text-box h1{
		width:179px;
		height:24px;
		background-size:179px 24px;
	}
	#cnt-place .text-box .box-center h1{
		width:54px;
		height:24px;
		background-size:54px 24px;
	}
	#cnt-place{
		width:97%;
		height:auto;
	}
	#cnt-place .l-box,
	#cnt-place .r-box{
		float:none;
		width:97%;
		margin:0 auto;
		padding:0;
	}
	#cnt-place .l-box{
		height:auto;
	}
	#cnt-place .r-box{
		height:250px;
	}
	#cnt-place .image-box .image1,
	#cnt-place .image-box .image2,
	#cnt-place .image-box .image3{
		width:33.333%;
		height:250px;
	}
	#cnt-place .image-box .image2,
	#cnt-place .image-box .image3{
		border-right:2px solid #f0f3f3;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#cnt-place .text-box{
		text-align:center;
		width:100%;
		height:350px;
	}
	#cnt-place .text-box .box-center{
		width:400px;
		margin-top:
	}
	#cnt-place .text-box .box-center h1{
		margin:0 auto;
	}
	#cnt-place .back-image{
		min-width:97%;
		height:370px;
	
	}
}
@media screen and (max-width: 750px) , (max-device-width : 750px) {
	#wrap-top .text-erea h1 span.h1-img3{
		margin-left:0;
	}
	#wrap-top .text-erea p{
		display:none;
	}
	#text-main-sp,
	#text-main-sp #text-p{
		display:block;
	}
	#text-main-sp{
		margin:0 auto;
		width:70%;
		padding:80px 0 40px 0;
		position:relative;
	}
	#text-main-sp #text-p{
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	p.aboutlink,
	p.productlink{
		display:block;
		width:97%;
		text-align:center;
		margin:0 auto;
		padding:20px 0 40px 0;
		background:#dcdcdc;
	}
	p.aboutlink a,
	p.productlink a{
		color:#AA7E19;
		width: auto;
		padding:10px;
		display: inline-block;
		border-bottom:1px solid #AA7E19;
		background-color:rgba(170,104,16,0);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	p.aboutlink a:hover,
	p.productlink a:hover{
		color:#d6ccb6;
		text-decoration:none;
		background-color:rgba(143,106,38,1);
		border-bottom:1px solid #8F6810;
	}
	#cnt-about,
	#cnt-product-btn .btn-box{
		height:220px;
	}
	#cnt-about a:before,
	#cnt-about a:after,
	#cnt-product-btn .btn-box a:before,
	#cnt-product-btn .btn-box a:after{
		height:220px;
	}
	
	#cnt-about h1{
		width:246px;
		height:59px;
		background-size:246px 59px;
	}
	#cnt-product .text-box h1{
		padding:0 10px 30px 10px;
	}
	#cnt-product .text-box p.text{
		margin-top:30px;
	}

	#cnt-product-btn .btn-box h1{
		width:170px;
		height:59px;
		background-size:170px 59px;
	}
	#cnt-product{
		width:85%;
	}
	#cnt-product .item1 .l-box .text-box h1{
		width:22px;
		height:138px;
		background-size:22px 138px;
	}
	#cnt-product .item2 .r-box .text-box h1{
		width:22px;
		height:228px;
		background-size:22px 228px;
	}
	#cnt-product .item3 .l-box .text-box h1{
		width:22px;
		height:190px;
		background-size:22px 190px;
	}
	#cnt-fifth{
		height:620px;
		background:#dcdcdc;
	}
	#cnt-fifth .gy-cover{
		width:100%;
		height:400px;
		position:absolute;
		bottom:0;
		left:0;
		z-index:51;
		background:#dcdcdc;
	}
	#cnt-fifth a.btn-box:before,
	#cnt-fifth a.btn-box:after{
		height:220px;
		overflow:hidden;
	}
	#cnt-fifth a.btn-box:after{
		background:url(../img/index/image_fifth.jpg) no-repeat top right;
		-webkit-background-size: 700px 425px;
		-moz-background-size: 700px 425px;
		-o-background-size: 700px 425px;
		background-size: 700px 425px;
	}
	#cnt-fifth .text-box{
		top:68%;
	}
		
	#cnt-fifth .text-box,
	#cnt-fifth .text-box p{
		width:300px;
	}
	#cnt-fifth .text-box h1{
		width:149px;
		height:20px;
		background-size:149px 20px;
	}
	#cnt-place .text-box .box-center h1{
		width:45px;
		height:20px;
		background-size:45px 20px;
	}
	#news-box .ac{
		padding: 40px 10vw;
	}
	#news-box .item0{
		margin-top:30px;
	}
	#news-box .item0 .text-box,
	#news-box2 .item0 .text-box{
		padding: 40px 5vw;
	}
	#news-box .ac p,
	#news-box .item0 .text-box p.text,
	#news-box .item1 .text-box p.text{
		text-align:left;
	}
	#news-box2 .item0 .image{
		padding: 0;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	body{
		font-size:0.9rem;
	}
	#wrap-top .text-erea h1 span.h1-img1, #wrap-top .text-erea h1 span.h1-img2, #wrap-top .text-erea h1 span.h1-img3{
		width:20px;
		height: 246px;
		background-size:20px auto;
	}
	#wrap-top .text-erea h1 span.h1-img3{
		margin-left:0;
	}
	.scroll-down-box{
		padding-top:40px;
	}
	#wrap-top .text-erea p{
		display:none;
	}
	#cnt-product .item1 .r-box,
	#cnt-product .item3 .r-box{
		height:300px;
	}
	#cnt-product .item2 .l-box{
		height:400px;
	}
	#cnt-product .item2 .l-box .image1{
		height:250px;
	}
	#cnt-product .item2 .l-box .image-box .image2,
	#cnt-product .item2 .l-box .image-box .image3{
		height:150px;
	}
	#cnt-product .item3 .r-box .image-box .image1,
	#cnt-product .item3 .r-box .image-box .image2{
		height:150px;
	}
	#cnt-product .item3 .r-box .image3{
		height:300px;
	}
	#text-main-sp{
		padding:80px 0 50px 0;
	}
	#cnt-fifth a.btn-box:before,
	#cnt-fifth a.btn-box:after{
		height:220px;
		overflow:hidden;
	}
	#cnt-fifth a.btn-box:after{
		background:url(../img/index/image_fifth.jpg) no-repeat top right;
		-webkit-background-size: 700px 425px;
		-moz-background-size: 700px 425px;
		-o-background-size: 700px 425px;
		background-size: 700px 425px;
	}
	#cnt-fifth .text-box{
		top:69%;
	}
		
	#cnt-fifth .text-box,
	#cnt-fifth .text-box p{
		width:300px;
	}
	
}
@media screen and (max-height: 600px), (max-device-height :600px) {
	#wrap-top .text-erea h1 span.h1-img1, #wrap-top .text-erea h1 span.h1-img2, #wrap-top .text-erea h1 span.h1-img3{
		width:20px;
		height: 246px;
		background-size:20px auto;
	}
	#wrap-top .text-erea h1 span.h1-img3{
		margin-left:0;
	}
	.scroll-down-box{
		padding-top:40px;
	}
	#wrap-top .text-erea p{
		display:none;
	}
	#text-main-sp,
	#text-main-sp #text-p{
		display:block;
	}
	#text-main-sp{
		margin:0 auto;
		width:70%;
		padding:80px 0 40px 0;
	}
	#text-main-sp #text-p{
		width:100%;
		text-align:center;
	}
}
@media screen and (max-height: 420px), (max-device-height : 420px) {
	#wrap-top .text-erea h1 span.h1-img1, #wrap-top .text-erea h1 span.h1-img2, #wrap-top .text-erea h1 span.h1-img3{
		display:none;
	}
	#wrap-top .text-erea p{
		display:none;
	}
	#text-main-sp,
	#text-main-sp #text-h1,
	#text-main-sp #text-p{
		display:block;
	}
	#text-main-sp{
		margin:0 auto;
		width:70%;
		padding:80px 0 60px 0;
	}
	#text-main-sp #text-h1{
		width:100%;
		padding-top:30px;
		margin:0 auto;
		text-align:center;
	}
	#text-main-sp #text-p{
		width:100%;
		padding-top:30px;
		text-align:center;
	}
}



/*FOOTER ABOUT*/
/*FOOTER*/
#footer-about{
	margin-top:0;
	clear:both;
	width:100%;
	background:#ddd;
}
#footer-about nav{
	padding:60px 0 40px 0;
	overflow:hidden;
}
#footer-about ul{
	position:relative;
	left:50%;
	float:left;
}
#footer-about ul a{
	float:left;
	left:-50%;
	padding-bottom:20px;
	margin:0 40px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
	color:#333;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#footer-about ul .arrow{
	padding-right:30px;
}
#footer-about ul .blank{
	padding-right:30px;
	background:url(../../img/icn_newwindow_333.svg) no-repeat right;
	background-size:20px 20px;
}
#footer-about ul li.arrow::before{
	position: absolute;
	top: 9px;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 3px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footer-about ul a:hover
,#footer-about ul a:active{
	text-decoration:none;
	padding-bottom:10px;
	border-bottom:1px solid #8f6a26;
	color:#8f6a26;
}

@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#footer-about nav{
		padding:50px 0 30px 0;
	}
	#footer-about ul a{
		margin:0 30px;
	}
}
@media screen and (max-width: 850px) , (max-device-width : 850px) {
	#footer-about nav{
		padding:50px 0;
	}
	#footer-about ul,
	#footer-about ul a{
		float:none;
		left:0;
		text-align:center;
		display:block;
		width:80%;
		margin:20px auto 0;
	}
	#footer-about ul a{
		border-bottom:1px solid #999;
	}
	#footer-about ul a:hover{
		text-decoration:none;
		padding-bottom:20px;
	}
	#footer-about ul a li{
		width:auto;
	}
	#footer-about ul a .fst{
		margin-top:0;
	}
	#footer-about ul .arrow,
	#footer-about ul .blank{
		padding-right:0;
	}
}