@charset "utf-8";

@keyframes scrolldown-line {
  0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-30px);
  }
  50% {
	
  }
  100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(60px);
  }
}


/*.logo_Hed {
display: none;
}*/

.title_position { font-family: 'Noto Serif', serif; }


/*PC*/
@media print, screen and (min-width: 769px) {
	
	
/*scroll*/
/*----------------------------*/
.scroll-bar {
    position: absolute;
    right: 40px;
    bottom: 0;
}
.text-xs {
    font-size: 0.7em;
    line-height: 1rem;
	font-weight: bold;
}
.scroll-bar__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    margin-bottom: 16px;
}
.scroll-bar__bar {
    width: 2px;
    height: 60px;
    background: rgba(255,255,255,0.25);
    margin-left: 3px;
    position: relative;
    overflow: hidden;
}
.scroll-bar__bar::before {
    content: '';
    width: 100%;
    background: #bb2700;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
	animation-iteration-count: infinite;
	animation-name: scrolldown-line;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
	
	
.title_position{
	position: absolute;
	z-index: -1;
	font-size: 10em;
	color: #ededed;
	line-height: 1;
	letter-spacing: 5px;
	font-weight: bold;
}
	


/*mv*/
/*----------------------------*/
.mv{
	overflow: hidden;
	position: relative;
	min-width: 1200px;
	margin-top: 65px;
}

.mv .mv_img{
	width: 85%;
	margin: auto;
	position: relative;
}

.mv .slider .slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
	border-radius: 30px;
}
	
.mv .logo_img {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 80px;
position: absolute;
z-index: 1000;
top: 40%;
left: 0;
right: 0;
margin: auto;
z-index: 1;
}
	

	
	
/*title*/
/*----------------------------*/
.title_wrap{ position: absolute; bottom: 50px; left: 3%; text-shadow: 0 0px 10px #fff; }
.title_wrap h2{ width: 650px; margin-bottom: 30px; }
.title_wrap p{ font-weight: bold; line-height: 2.4em; font-size: 1.1em; }
	
.subtit{ position: absolute; bottom: 0px; left: 4%; font-size: 0.8em; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: sideways; }
.subtit span{ font-size: 1.4em; color: #d09c80; font-weight: bold;}

.txt_box { width: 1000px; margin: 0 auto 100px;}
.txt_box h3{ font-size: 2.8em; line-height: 1.2; font-weight: 500; padding-bottom: 10px;}
.txt_box .sub_tit{ color: #d09c80;}
	
	
/*look*/
/*----------------------------*/
.look_wrap{ min-width: 1200px; padding-top: 200px; margin: auto; position: relative;}
.look_wrap::before{ content: ""; height: 125%; position: absolute; left: 0; bottom: -20px; background: #f4efe9; width: 100%; z-index: -1;}
.look_wrap ul{ width: 1000px; margin: 0 auto 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.look_wrap ul li{ width: 45%; margin-bottom: 80px; }
.look_wrap ul li .look_img{ margin-bottom: 10px; position: relative; }

.look_wrap ul li .slide_txt h4{ font-size: 1.4em; font-weight: 500; margin-bottom: 10px; }

.look_wrap .illust_img{ position: absolute; top: 10%; right: 20px; width: 350px;}


	
	
/*project*/
/*----------------------------*/
.project_wrap{ width: 1000px; margin: 0 auto 0; position: relative; }

.project_wrap .more{ text-align: center; margin: 50px auto 30px; }

.project_list{ margin: 0 0 50px; background: #f4efe9; border-radius: 20px; padding: 50px 30px; }
.project_list .mainTxt{ margin-bottom: 30px; }
.project_list .mainTxt h3{ font-size: 1.4em; font-weight: 500; margin-bottom: 10px; }
	
.project_list ul{ display: flex; flex-wrap: wrap; justify-content: space-around; }
.project_list ul li{ width: 30%; text-align: center; }
.project_list ul li .icon { width: 30%; margin: 0 auto 10px; }
.project_list ul li h4{ width: 100%; margin: 0 auto 10px; font-weight: bold; }
.project_list ul li p{ font-size: 0.9em; }
	
.project_box{ }
.project_box .box{ overflow: hidden; box-sizing: border-box; border-radius: 10px; }
.project_box .box a::before{
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	top: 0;
	width: 100%;
	background: url("../images/index/img05.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s ease-out;
}
/* .project_box .box:last-child a::before{
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	top: 0;
	width: 100%;
	background: url("../images/index/img06.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s ease-out;
} */
.project_box .box a{ position: relative; display: block; height: 350px; }
.project_box .box a:hover::before { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); border-radius: 10px; }
.project_box .box .project_txt{ padding: 230px 20px 0; position: relative; z-index: 1; color: #fff; }
.project_box .box .project_txt h4{ font-size: 1.4em; margin-bottom: 10px; }

	
	
	
/*product*/
/*----------------------------*/
.product_bg{ width: 100%; height: 400px; background: url(../images/index/product_bg.jpg) no-repeat;  background-position: center; background-size: cover; }

.product_wrap{ position: relative; background: #f4efe9; padding: 100px 0; }

.product_wrap .txt_box{  }

.product_box{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 1000px; margin: auto; }
.product_box .img_box{ width: 30%; position: relative; }
.product_box .img_box .img_02{ margin-bottom: 50px; }
.product_box .img_box .img_03{  }
.product_box .product_txt{ width: 65%; }
.product_box .product_txt .img_01{ margin-bottom: 50px; }
.product_box .product_txt h4{ font-size: 1.2em; margin-bottom: 10px; border-bottom: 1px solid #d38e7a; display: inline-block; }
.product_box .product_txt h5{ margin-bottom: 30px; font-size: 1.4em; }

	
	
	
/*buyer*/
/*----------------------------*/
.buyer_wrap{ width: 1000px; margin: 0 auto 0; position: relative; }
.buyer_wrap .title_position{ top: 70px; right: 0; }

.buyer_wrap .txt_box{ position: relative; }
.buyer_wrap .txt_box .icon_box{ position: absolute; bottom: -20px; left: 60px; display: flex; }
.buyer_wrap .txt_box .icon_box .icon{ width: 7%; margin: 0 10px; }

.buyer_box{  }
.buyer_box .img_box{ width: 100%; margin-bottom: 30px; }
.buyer_box .buyer_txt{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.buyer_box .buyer_txt h4{ font-size: 1.4em; }
.buyer_wrap .more{ margin: 0; }

	
	
	
/*shop*/
/*----------------------------*/
.shop_wrap{ min-width: 1200px; padding: 100px 0; position: relative; background: url("../images/index/img11.jpg") no-repeat; background-position: center; background-size: cover; }
.shop_wrap .shop_img{ width: 10%; margin: 0 auto 30px; }
.shop_box{ text-align: center; color: #fff; }
.shop_wrap .more{ text-align: center; }
.shop_wrap .more a{ color: #fff; border: 1px solid #fff; }
.shop_wrap .more a:hover{ color: #d09c80; }
.shop_wrap .txt_box .sub_tit { color: #fff; }




/*sns*/
/*----------------------------*/
.sns_wrap{ display: flex; flex-wrap: wrap; justify-content: space-between; background: #f4efe9; padding: 100px 0; }
.sns_wrap .sns_box{ width: 50%; position: relative; text-align: center; }
.sns_wrap .sns_box h2 { padding-bottom: 30px; font-size: 1.8em; }
.sns_wrap .sns_box h2 span { display: inline-block; width: 30px; margin: 0 10px 0 0; }
.sns_wrap .sns_box .more{ text-align: center; margin: 50px auto 30px; }
.sns_wrap .sns_box:last-child {
    position: relative;
}
.sns_wrap .sns_box:last-child::before {
    content: "";
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	height: 100%;
	border-left: 1px solid #999;
}
	
	
	
/*news*/
/*----------------------------*/
.news_wrap{ width: 1000px; margin: 0 auto 0; position: relative; }

.news_box table { width: 960px; border-bottom: solid 1px #9f9f9f; margin: 50px auto 0; }
.news_box table th { padding: 20px 30px; border-top: solid 1px #9f9f9f; text-align: left; width: 30%; font-size: 1.1em; }
.news_box table td { padding: 20px 30px; border-top: solid 1px #9f9f9f; }
.news_box table td h4 { font-size: 1.1em; margin-bottom: 10px; font-weight: bold; }




}
/*----------------------------------------------------------------------*/







/*sp*/
@media only screen and (max-width: 768px) {


/*mv*/
/*----------------------------*/
.mv{
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.mv .mv_img{
	width: 95%;
	margin: auto;
	position: relative;
}

.mv .slider .slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 80vh;
	border-radius: 30px;
}
	
.mv .logo_img {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 80px;
position: absolute;
z-index: 1000;
top: 40%;
left: 0;
right: 0;
margin: auto;
z-index: 1;
}
	
/*scroll*/
/*----------------------------*/
.scroll-bar {
    position: absolute;
    right: 40px;
    bottom: 0;
}
.text-xs {
    font-size: 0.7em;
    line-height: 1rem;
	font-weight: bold;
}
.scroll-bar__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    margin-bottom: 16px;
}
.scroll-bar__bar {
    width: 2px;
    height: 60px;
    background: rgba(255,255,255,0.25);
    margin-left: 3px;
    position: relative;
    overflow: hidden;
}
.scroll-bar__bar::before {
    content: '';
    width: 100%;
    background: #bb2700;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
	animation-iteration-count: infinite;
	animation-name: scrolldown-line;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
	
	
.title_position{
	position: absolute;
	z-index: -1;
	font-size: 10em;
	color: #ededed;
	line-height: 1;
	letter-spacing: 5px;
	font-weight: bold;
}

	

	
	
/*title*/
/*----------------------------*/
.title_wrap{ position: absolute; top: 40%; left: 5px; width: 95%; text-shadow: 0 0px 10px #fff; }
.title_wrap h2{ width: 100%; margin-bottom: 15px; }
.title_wrap p{ font-weight: bold; line-height: 1.8em; }
	
.subtit{ display: none;}

.txt_box { width: 90%; margin: 0 auto 50px;}
.txt_box h3{ font-size: 1.6em; line-height: 1.2; font-weight: 500;}
.txt_box .sub_tit{ color: #d09c80;}
	
	
/*look*/
/*----------------------------*/
.look_wrap{ padding-top: 100px; margin: auto; position: relative;}
.look_wrap::before{ content: ""; height: 125%; position: absolute; left: 0; bottom: 0px; background: #f4efe9; width: 100%; z-index: -1;}
.look_wrap ul{ width: 90%; margin: 0 auto 0; display: flow-root; }
.look_wrap ul li{ margin-bottom: 40px; }
.look_wrap ul li .look_img{ margin-bottom: 10px; position: relative; }

.look_wrap ul li .slide_txt h4{ font-size: 1.1em; font-weight: 500; margin-bottom: 10px; }

.look_wrap .illust_img{ position: absolute; top: 3%; right: 0px; width: 50%;}


	
	
/*project*/
/*----------------------------*/
.project_wrap{ width: 90%; margin: 0 auto 0; position: relative; }

.project_wrap .more{ text-align: center; }

.project_list{ margin: 0 0 50px; background: #f4efe9; border-radius: 20px; padding: 20px; }
.project_list .mainTxt{ margin-bottom: 30px; }
.project_list .mainTxt h3{ font-size: 1.1em; font-weight: 500; margin-bottom: 10px; }
	
.project_list ul{  }
.project_list ul li{ text-align: center; margin: 20px 0px; }
.project_list ul li .icon { width: 20%; margin: 0 auto 10px; }
.project_list ul li h4{ width: 100%; margin: 0 auto 5px; font-weight: bold; }
.project_list ul li p{  }
	
.project_box{  }
.project_box .box{ overflow: hidden; box-sizing: border-box; border-radius: 10px; margin: 20px 0; }
.project_box .box a::before{
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	top: 0;
	width: 100%;
	background: url("../images/index/img05.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s ease-out;
}
/* .project_box .box:last-child a::before{
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	top: 0;
	width: 100%;
	background: url("../images/index/img06.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s ease-out;
} */
.project_box .box a{ position: relative; display: block; }
.project_box .box .project_txt{ padding: 40% 20px 20px; position: relative; z-index: 1; color: #fff; }
.project_box .box .project_txt h4{ font-size: 1.1em; margin-bottom: 10px; }

	
	
	
/*product*/
/*----------------------------*/
.product_bg{ width: 100%; height: 200px; background: url(../images/index/product_bg.jpg) no-repeat;  background-position: center; background-size: cover; }

.product_wrap{ position: relative; background: #f4efe9; padding: 50px 0; }

.product_wrap .txt_box{  }

.product_box{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 90%; margin: auto; }
.product_box .img_box{ width: 30%; position: relative; }
.product_box .img_box .img_02{ margin-bottom: 10px; }
.product_box .img_box .img_03{  }
.product_box .product_txt{ width: 65%; }
.product_box .product_txt .img_01{ margin-bottom: 10px; }
.product_box .product_txt h4{ font-size: 0.9em; margin-bottom: 10px; border-bottom: 1px solid #d38e7a; display: inline-block; }
.product_box .product_txt h5{ margin-bottom: 10px; font-size: 1.1em; }

	
	
	
/*buyer*/
/*----------------------------*/
.buyer_wrap{ width: 90%; margin: 0 auto 0; position: relative; }

.buyer_wrap .txt_box{ position: relative; }
.buyer_wrap .txt_box .icon_box{ position: absolute; bottom: -15px; left: 55px; display: flex; }
.buyer_wrap .txt_box .icon_box .icon{ width: 30px; margin: 0 5px; }

.buyer_box{  }
.buyer_box .img_box{ width: 100%; margin-bottom: 10px; }
.buyer_box .buyer_txt{  }
.buyer_box .buyer_txt h4{ font-size: 1.1em; }

	
	
	
/*shop*/
/*----------------------------*/
.shop_wrap{ padding: 50px 0; position: relative; background: url("../images/index/img11.jpg") no-repeat; background-position: center; background-size: cover; }
.shop_wrap .shop_img{ width: 60px; margin: 0 auto 10px; }
.shop_box{ text-align: center; color: #fff; }
.shop_wrap .more{ text-align: center; }
.shop_wrap .more a{ color: #fff; border: 1px solid #fff; }
.shop_wrap .more a:hover{ color: #d09c80; }
.shop_wrap .txt_box .sub_tit { color: #fff; }




/*sns*/
/*----------------------------*/
.sns_wrap{ background: #f4efe9; padding: 50px 0; }
.sns_wrap .sns_box{ width: 90%; margin: 0 auto 40px; position: relative; }
.sns_wrap .sns_box:last-child{ margin-bottom: 0px; }
.sns_wrap .sns_box h2 { padding-bottom: 10px; font-size: 1.4em; }
.sns_wrap .sns_box h2 span { display: inline-block; width: 25px; margin: 0 10px 0 0; }

	
	
	
/*news*/
/*----------------------------*/
.news_wrap{ width: 90%; margin: 0 auto 0; position: relative; }

.news_box table { border-bottom: solid 1px #9f9f9f; margin: 50px auto 0; }
.news_box table th { padding: 10px; border-top: solid 1px #9f9f9f; text-align: left; display: block; }
.news_box table td { padding: 0 10px 10px; display: block; }

}