@charset "utf-8";
/* CSS Document */

.top header{ position:fixed;}

/*-----スライドショー-----*/


.top .mv {
    width: 100%;
    position: relative;
}
.top .mv .mainCopy {
	display: block;
    padding: 60px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 580px;*/
    z-index: 1;
}
.top .mv .slider_01 > li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 0px);
}

.top .mv .txWrap{}
.top .mv .mainCopy span {
    color: #fff;
    margin: 0 auto;
    display: block;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.6em;
}
.top .mv .mainCopy span.jp {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 24px;
    font-family: 'ShipporiMincho-Regular';
	text-shadow: 1px 2px 2px rgb(0 0 0 / 65%);
}
.top .mv .mainCopy span.jp em{ font-size: 26px; font-style: normal;}
.top .mv .mainCopy span.en{ font-size: 14px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.4em;}
.top .mv .read {
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: auto;
    font-size: 24px;
    line-height: 2;
    color: #fff;
    letter-spacing: 0.3em;
	font-weight:600;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
/*.top .mv .read span{ display: block; font-size: 14px; letter-spacing: 0.4em; margin: 20px auto 0;}*/
.top .mv .bx-wrapper{ margin: 0;}
.top .mv .bx-wrapper .bx-pager { bottom: 60px; }
.top .mv .bx-wrapper .bx-pager.bx-default-pager a.active { /*background: #29a66d !important;*/     background-color: #eb5c01 !important; }
.top .mv .bx-wrapper .bx-pager.bx-default-pager a { background: #fff !important; margin: 0px 10px; width: 6px; height: 6px;}
	
.top .mv .bx-wrapper .bx-controls-direction a { z-index: 999 !important; }
	
.pc_show { display: block; }
.sp_show { display: none !important; }

/*-----コンセプト-----*/

.top .concept{ padding: 100px 0 ; text-align: center; position: relative;}
.top .concept div{ /*font-family: Noto Serif, serif !important;*/ }
.top .concept div p{ margin-bottom: 30px;}
.top .concept div p:last-child{ margin-bottom: 0px;}
.top .concept div p:nth-child(1){ position: relative; font-size: 26px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.2em; font-weight:600;}
/*.top .concept div p:nth-child(1):before {
    position: absolute;
    content: '';
    bottom: 40px;
    background-color: #ccc;
    height: 60px;
    left: 50%;
    width: 1px;
    display: inline-block;
    z-index: 10;
}*/
.top .concept div p:nth-child(2) {
    font-size: 22px;
    letter-spacing: 0.3em;
    font-weight: 600;
}
.top .concept div p:nth-child(2) span{ display:inline-block; position:relative;}
.top .concept div p:nth-child(2) span:before {
    z-index: 10;
    position: absolute;
    top: 50%;
    right:-100px;
    content: "";
    width: 90px;
    height: 1px;
    background-color: rgb(240 226 200 / 25%);
}
.top .concept div p:nth-child(2) span:after {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: -100px;
    content: "";
    width: 90px;
    height: 1px;
    background-color: rgb(240 226 200 / 25%);
}
.top .concept div p:nth-child(3){ font-size: 16px; line-height:1.8; margin-bottom:60px;}
.top .concept div p:nth-child(3) span{ display: block; margin-bottom: 10px; letter-spacing: 0.2em; }
.top .concept div p:nth-child(3) span br{ display:none; }

.top .concept .concept-bg {
    background-color: #E9ECF0;
    width: 100%;
    height: 666px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
}

/*-----ナビゲーション-----*/

.top .concept .naviblock{ width:740px; margin:0 auto;}
.top .concept .naviblock table{ width:100%; border-collapse: collapse; border-spacing: 0;}
.top .concept .naviblock table td{ width:25%; position:relative;}
.top .concept .naviblock table td a{ display:block; font-size:16px; font-family: 'Open Sans', sans-serif;
-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);} 
.top .concept .naviblock table td a:hover{ font-size:20px; transition: all .4s ease;}
.top .concept .naviblock table td span{
	position:absolute;
	display:inline-block;
	color:#fff;
	font-weight:600;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	}

/*-----ニュース-----*/

.top .news{ margin-bottom:80px;}
.top .news .news-cont{ width:860px; margin:0 auto;}
.top .news .news-cont p:nth-child(1){ font-family: 'Open Sans', sans-serif; font-size:26px; font-weight:600; letter-spacing: 0.2em; margin-bottom:30px; }
.top .news .news-cont div.news-list{}
.top .news .news-cont div.news-list ul{ border-top:solid 1px #666;}
.top .news .news-cont div.news-list ul li{ border-bottom:solid 1px #666; padding:14px 16px 12px; font-size:15px; overflow:hidden;}
.top .news .news-cont div.news-list ul li:nth-child(odd){ background-color:#E9ECF0;}
.top .news .news-cont div.news-list ul li span{ /*display:inline-block; margin:0 10px 0 0;*/}
.top .news .news-cont div.news-list ul li span:nth-child(1){ float:left; width:10%;}
.top .news .news-cont div.news-list ul li span:nth-child(2){ float:right; width:88%;}

/*-----アバウト-----*/

.top .about{ padding: 160px 0; background-image:url(../img/top/bg-concept_h880.jpg); background-size:cover; background-repeat:no-repeat; background-position-y: -160px;}
.top .about .about-cont{ width:1240px; margin:0 auto;}
.top .about .about-cont p:nth-child(1){ font-size: 26px; font-family: 'Prata', serif; color: #b1a855; letter-spacing: 0.2em; margin-bottom:20px;}
.top .about .about-cont p:nth-child(2){ color:#fff; font-family: Noto Serif, serif; font-weight:200; line-height:1.8;}

/*-----インフォメーション-----*/

.top .information{ padding: 160px 0; text-align:center; }
.top .information .information-cont{ width:1240px; margin:0 auto;}
.top .information .information-cont .information-title p:nth-child(1){ font-size: 26px; font-family: 'Prata', serif; color: #b1a855; letter-spacing: 0.2em; margin-bottom:20px;}
.top .information .information-cont .information-title p:nth-child(2){ font-size: 16px; letter-spacing: 0.2em; color: #b48360; margin-bottom:40px; }
.top .information .information-cont .information-title p:nth-child(2) span{ position:relative; font-family: Noto Serif, serif;}
.top .information .information-cont .information-title p:nth-child(2) span:before {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: -100px;
    content: "";
    width: 90px;
    height: 1px;
    background-color: rgb(240 226 200 / 25%);
}
.top .information .information-cont .information-title p:nth-child(2) span:after {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: -100px;
    content: "";
    width: 90px;
    height: 1px;
    background-color: rgb(240 226 200 / 25%);
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 6px !important;
    height: 6px !important;}
.top .information .bx-wrapper .bx-controls-direction a { z-index: 999; }
.top .information .bx-wrapper .bx-next { right: -50px; }
.top .information .bx-wrapper .bx-prev { left: -50px; }

.top .information .information-cont .information-list{ overflow:hidden;}
.top .information .information-cont .information-list p{ width:50%; float:left; color:#333; font-size:16px;}
.top .information .information-cont .information-list p a{ padding:40px 40px 140px 40px; display:block; text-align:left; text-decoration:none; color:#995829; font-family: 'Noto Serif', serif; position:relative; }
.top .information .information-cont .information-list p a span em{ font-family: 'Prata', serif; display:block;}
.top .information .information-cont .information-list p:nth-child(1):after{ background-image:url(../img/top/collection-bnr.jpg); }
.top .information .information-cont .information-list p:nth-child(2):after{ background-image:url(../img/top/shop-bnr.jpg); }
.top .information .information-cont .information-list p:nth-child(3):after{ background-image:url(../img/top/catalog-bnr.jpg); }
.top .information .information-cont .information-list p:nth-child(4):after{ background-image:url(../img/top/arrangement-bnr.jpg); }
.top .information .information-cont .information-list p { position:relative; overflow:hidden;}
/*.bg-zoom {
  position: relative;
  overflow: hidden;
  background: #000;
}*/

.top .information .information-cont .information-list p:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .8s ease;
  background-size: cover;
}

.top .information .information-cont .information-list p:hover:after {
  transform: scale(1.2);
}
.bg-zoom-content {
	z-index:1000;
	position:absolute;
}

/*-----コレクション-----*/

/*.top .collection{ padding: 160px 0; text-align: center; background-color: #DBDEE7; color: #404B5B;}

.top .collection h3{ font-size: 24px; font-family: 'Prata', serif; font-style: normal; font-weight: 200; letter-spacing: 0.3em; margin-bottom: 60px;}
.top .collection h4{ text-align: center; margin: 0 auto 120px; font-size: 18px; font-family: 'ShipporiMincho-Regular'; font-style: normal; font-weight: 200; letter-spacing: 0.2em; line-height: 2.2;}
.top .collection h4 span{ display: block; font-size: 28px; letter-spacing: 0.4em; margin-bottom: 34px; }
.top .collection h4 em{ display: block; margin-top: 16px;}
.top .collection h4 em{}
.top .collection h4 strong{ font-weight: 500;}

.top .collection .collection-style1{ overflow: hidden; width: 1240px; margin: 0 auto; }
.top .collection .collection-style1-r{ float: right; width: 490px; text-align: left; padding: 200px 0 0 0;}
.top .collection .collection-style1-r p:nth-child(1){ font-weight: 200; font-style: normal; margin-bottom: 20px; font-family: 'ShipporiMincho-Regular';}
.top .collection .collection-style1-r p:nth-child(2){ font-family: 'Prata', serif; line-height: 1.2; font-size: 60px; margin-bottom: 60px;}
.top .collection .collection-style1-r p:nth-child(3){ margin-bottom: 160px;}
.top .collection .collection-style1-r p:nth-child(3) a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #404B5B;
    font-weight: 700;
    position: relative;
    padding: 0 0 6px 40px;
}

.top .collection .collection-style1-r p:nth-child(3) a:after{
    position: absolute;
    top: 35%;
    left: 0;
    content: "";
    width: 25px;
    height: 6px;
    transform: translate(0, -35%);
    background-image: url(../img/common/ic-yaji1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.top .collection .collection-style1-r p:nth-child(3) a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #404B5B;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top .collection .collection-style1-r p:nth-child(3) a:hover:before {
  transform: scale(1, 1);
}

.top .collection .collection-style1-l{ float: left; width: 710px;}
.top .collection .collection-style1-l p:nth-child(1){ margin-bottom: 16px;}
.top .collection .collection-style1-l p:nth-child(2){ text-align: left; font-family: 'Prata', serif; font-size: 14px;}
.top .collection .collection-style1-l p:nth-child(2) span{ display: block; font-size: 18px;}

.top .collection .collection-style2{ overflow: hidden; width: 1240px; margin: 0 auto; }
.top .collection .collection-style2-l{ float: left; width: 490px; text-align: left; padding: 200px 0 0 0;}
.top .collection .collection-style2-l p:nth-child(1){ font-weight: 200; font-style: normal; margin-bottom: 20px; font-family: 'ShipporiMincho-Regular';}
.top .collection .collection-style2-l p:nth-child(2){ font-family: 'Prata', serif; line-height: 1.2; font-size: 60px; margin-bottom: 60px;}
.top .collection .collection-style2-l p:nth-child(3){ margin-bottom: 160px;}*/
/*.top .collection .collection-style2-l p:nth-child(3) a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #404B5B;
    font-weight: 700;
    position: relative;
    padding: 0 0 6px 40px;
    }
.top .collection .collection-style2-l p:nth-child(3) a:after{
    position: absolute;
    top: 35%;
    left: 0;
    content: "";
    width: 25px;
    height: 6px;
    transform: translate(0, -35%);
    background-image: url(../img/common/ic-yaji1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.top .collection .collection-style2-l p:nth-child(3) a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #404B5B;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top .collection .collection-style2-l p:nth-child(3) a:hover:before {
  transform: scale(1, 1);
}*/
/*
.top .collection .collection-style2-r{ float: right; width: 710px;}
.top .collection .collection-style2-r p:nth-child(1){ margin-bottom: 16px;}
.top .collection .collection-style2-r p:nth-child(2){ text-align: left; font-family: 'Prata', serif; font-size: 14px;}
.top .collection .collection-style2-r p:nth-child(2) span{ display: block; font-size: 18px;}*/

/*-----カタログ・ショップ-----*/

/*.top .other{ padding: 160px 0; }
.top .other .other-style1{ width: 1240px; margin: 0 auto;}
.top .other .other-style1 h3{ font-size: 40px; font-family: 'Prata', serif; font-style: normal; font-weight: 200; letter-spacing: 0.3em; margin-bottom: 40px;}
.top .other .other-style1 h4{ font-size: 18px; color: #404B5B; margin-bottom: 60px; font-weight: 500;}
.top .other .other-style2{ width: 1024px; margin: 60px auto 0; text-align: center; }

.top .other .other-catalog{ margin-bottom: 120px;}*/

/*-----パーツ-----*/

hr.line1 {
	width:100%;
	margin:160px auto;
	border-top: 1px solid rgb(255 255 255 / 30%);
	box-sizing: border-box;  
    position: relative;
    padding: 0 0 3px 0;
}

@media only screen and (max-width: 1440px) {

.top .collection .collection-style1{ width: 70%; }
.top .collection .collection-style2{ width: 70%; }
.top .other .other-style1{ width: 70%; }
.top .other .other-style2{ width: 60%;}

.top .collection .collection-style1-r,.top .collection .collection-style2-l{ width: 35%;}
.top .collection .collection-style2-r,.top .collection .collection-style1-l{ width: 60%;}
    
hr.line1 { margin:120px auto; }

}

@media only screen and (max-width: 1024px) {
 
.top .collection .collection-style1{ width: 90%; }
.top .collection .collection-style2{ width: 90%; }
.top .other .other-style1{ width: 90%; }
.top .other .other-style2{ width: 70%;}
 
.top .collection { padding: 100px 0;}
.top .collection h4 { margin: 0 auto 80px; }
    
.top .collection .collection-style1-r,.top .collection .collection-style2-l{ width: 45%; padding: 60px 0 0 0;}
.top .collection .collection-style2-r,.top .collection .collection-style1-l{ width: 50%;}

.top .collection .collection-style1-r p:nth-child(2),.top .collection .collection-style2-l p:nth-child(2) { font-size: 40px; margin-bottom: 40px;}
.top .collection .collection-style1-r p:nth-child(3),.top .collection .collection-style2-l p:nth-child(3) { margin-bottom: 100px; }

.top .other { padding: 100px 0; }
.top .other .other-style1 h3 { font-size: 30px;}
    
.top .news .news-cont div.news-list ul li span:nth-child(1){ float:left; width:14%;}
.top .news .news-cont div.news-list ul li span:nth-child(2){ float:right; width:84%;}
	
hr.line1 { margin:80px auto; }

}

@media only screen and (max-width: 860px) {
	
.top .news .news-cont {
    width: 90%;
}
	
}

@media only screen and (max-width: 768px) {

/*.top .other .other-catalog { margin-bottom: 80px; }*/

.top .concept .naviblock{ width:90%;}
    
}

@media only screen and (max-width: 480px) {

.top .slider-custom li { height: 300px !important; }
/*.top .slider-custom li img{ height: 300px; object-fit: cover; }*/

.pc_show { display: none; }
.sp_show { display: block !important; }
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px !important;
    height: 6px !important;
    margin: 0 6px !important;}
/*.top .mv .bx-wrapper .bx-pager {
    bottom: 80px;
}*/
.top .mv .bx-wrapper .bx-pager { bottom: 20px; }

.top .mv .read {
    left: 20px;
    top: 84px;
    bottom: auto;
    width: 90%;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.2em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}
.top .mv .read span{ display: block; font-size: 14px; letter-spacing: 0.4em; }

.top .concept {
    padding: 60px 0 60px;
}
.top .concept div p {
    margin-bottom: 20px;
}
.top .concept div p:nth-child(1) { letter-spacing: 0.2em; font-size: 20px; }
.top .concept div p:nth-child(2) { font-size: 16px; letter-spacing: 0.1em;}
.top .concept div p:nth-child(3) { font-size: 12px; margin-bottom: 40px; }
.top .concept div p:nth-child(3) span { letter-spacing: 0.1em; }
.top .concept div p:nth-child(3) span br{ display:block; }
.top .concept div p:nth-child(1):before { height: 40px; }
.top .concept .naviblock table td a { font-size: 10px; }

.top .concept .concept-bg { height: 483px;}

.top .news .news-cont p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 20px;
}
.top .news .news-cont div.news-list ul li span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
}
.top .news .news-cont div.news-list ul li {
    padding: 12px 10px 10px;
    font-size: 13px;
    line-height: 1.4;
}
.top .news .news-cont div.news-list ul li span:nth-child(1){ float:none; display:block; width:100%; margin-bottom:6px;}
.top .news .news-cont div.news-list ul li span:nth-child(2){ float:none; display:block; width:100%;}

hr.line1 { margin:40px auto; }
    
}