@import url("menu.css");
@import url("jssor.css");
@import url("layout.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("index.css");
@import url("member.css");

#loader.loadComplete,
#loader.loadComplete > span {
  visibility: hidden;
  opacity: 0;
}

.delighter {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.delighter.started {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}



/*===BANNER=======*/
.edm_banner{
	background:url(../images/banner_edm.jpg) no-repeat;
	background-size:cover;
	padding:8% 0;
	box-sizing:border-box;
}
.news_banner{
	background:url(../images/banner_news.jpg) no-repeat;
	background-size:cover;
	padding:8% 0;
	box-sizing:border-box;
}
.art_banner{
	background:url(../images/banner_art.jpg) no-repeat;
	background-size:cover;
	padding:8% 0;
	box-sizing:border-box;
}
.case_banner{
	background:url(../images/banner_case.jpg) no-repeat;
	background-size:cover;
	padding:8% 0;
	box-sizing:border-box;
}
.dealer_banner{
	background:url(../images/banner_dealer.jpg) no-repeat;
	background-size:cover;
	padding:8% 0;
	box-sizing:border-box;
}
.contact_banner{
	background:url(../images/banner_us.jpg) no-repeat;
	background-size:cover;
	padding:8% 0;
	box-sizing:border-box;
}
.contact-wrap{
	width:880px;
	margin:0 auto; 
}
.banner-title{
	font-size:2.8rem;
	text-align:center;
	margin:0 0 30px 0;
}
.banner-title span{
	display:block;
	font-size:1rem;
	padding:5px 0;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.banner-text{
	font-size:1.22rem;
	line-height:1.8;
	text-align:center;
}
.contact-info{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:4% 0;
	box-sizing:border-box;
	
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.contact input[type="text"]{
	
}
.contact-info li{
	float:left;
}
.contact-info li:nth-child(1){
	width:60%;
}
.contact-info li:nth-child(2){
	width:40%;
}
.contact-txt{
	font-size:1.2rem;
	text-align:center;
	line-height:1.8;
}
.contact{
	margin:10% 0 0 0;
}
.contact li{
	float:left;
	margin:0 0 24px 0;
}
.contact li:nth-child(2){
	width:50%;
}
.contact li:nth-child(3){
	width:48%;
	margin:0 0 24px 2%;
}
.contact li:nth-child(7){
	width:50%;
}
.contact li:nth-child(8){
	width:50%;
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.contact li:nth-child(9){
	text-align:center;
}
.contact li.w100{
	width:100%;
}
.contact li img{
	width:120px;
	height:auto;
}
.contact li label{
	font-size:1.2rem;
}
.contact li label:nth-child(2){
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.contact input[type="radio"]{
	margin:-4px 8px 0 0;
}
.contact input[type="text"] {
	width:100%;
	height:52px;
	background:#ebebeb;
	padding:10px;
	box-sizing:border-box;
	border-radius:0px;
	border:0;
}
.contact input[type="submit"] {
	width:200px;
	height:60px;
	background:#9f8155;
	color:#fff;
	font-size:1.24rem;
	font-weight:bold;
	border-radius:0px;
	border:0;
}
.contact textarea{
	width:100%;
	height:200px;
	max-width:100%;
	max-height:200px;
	background:#ebebeb;
	padding:10px;
	box-sizing:border-box;
}
.contact ::-webkit-input-placeholder {
	font-size:16px;
	color:#555;
}
.brand-wrap{
	width:1200px;
	margin:0 auto;
}
.brand-title{
	font-size:2.6rem;
	color:#191919;
	text-align:center;
	margin:0 0 5% 0;
}
.brand-text{
	font-size:1.36rem;
	color:#191919;
	line-height:1.8;
	margin:0 0 3% 0;
}
.brand{
	overflow:hidden;
	margin:0 0 5% 0;
}
.brand li{
	height:300px;
	position: relative;
}
.brand li a{
	display:block;
	height:300px;
}
.brand li img{
	width:60%;
	height:auto;
	position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand li:nth-child(1){
	width:48%;
	float:left;
}
.brand li:nth-child(2){
	width:48%;
	float:right;
}
.title-name{
	text-align:center;
	font-size:2.8rem;
	margin:0 0 5% 0;
}
.title-name span{
	display:block;
	font-size:1rem;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:15px 0;
	box-sizing:border-box;
}
.designer-cata{
	width:20%;
	float:left;
}
.designer-cata li{
	font-size:1.2rem;
	letter-spacing:1px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin:0 0 10px 0;
}
.designer-cata li a{
	display:block;
	padding:10px 0;
	box-sizing:border-box;
	color:#000;
	background:url(../images/dot.png) no-repeat -40px center;
}
.designer-cata li a:hover{
	background:url(../images/dot.png) no-repeat left center;
	text-indent:40px;
}
.designer-cata li.active a{
	background:url(../images/dot.png) no-repeat left center;
	text-indent:40px;
}
.designer-all{
	width:80%;
	float:right;
}
.designer{
}
.designer li{
	border-bottom:1px solid #ccc;
}
.designer li a{
	display:block;
	padding:4% 0;
	box-sizing:border-box;
	overflow:hidden;
	color:#191919;
}
.designer li a:hover{
	background:#f6f6f6;	
}
.designer li a:hover .d-pic img{
	-webkit-transform: scale(1.05);
}
.d-pic{
	width:32%;
	float:left;
	overflow:hidden;
}
.d-pic img{
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.d-box{
	width:68%;
	float:left;
	padding:5px 5%;
	box-sizing:border-box;
}
.designer-name{
	font-size:1.6rem;
}
.designer-name::after{
	content:'';
	display:block;
	width:60px;
	height:3px;
	background:#191919;
	margin:15px 0 30px 0;
}
.designer-info{
	font-size:1.22rem;
	line-height:1.8;
	font-weight:normal;
}
.edm_search{
	width:400px;
	height:auto;
	margin:0 auto;
	background:#9f8155;
	padding:5px;
	box-sizing:border-box;
	position: relative;
}
.edm_search_bar{
	width: 99%;
    height:40px;
    border:0;
    background: #fff;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
.edm_search_btn{
	width: 60px;
  height:40px;
  background: #fff;
  outline: none;
  border:0px solid #ccc;
  cursor: pointer;
  position: absolute;
  top:10px;
  right:10px;
}
.edmlist{
	overflow:hidden;
}
.edmlist li{
	width:30%;
	float:left;
	margin:0 5% 3% 0;
}
.edmlist li:nth-child(3n+3){
	margin:0 0 3% 0;
}
.edmlist li a{
	display:block;
}
.edmlist li .edmpic {
	overflow:hidden;
	display:block;
}
.edmlist li a .edmpic img{
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.edmlist li a:hover .edmpic img{
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.3s;
}
.edmname{
	font-size:1.2rem;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:20px 0;
	box-sizing:border-box;
}
.news-wrap{
	width:1440px;
	margin:0 auto;
}
.newslist{
}
.newslist li{
}
.newslist li:nth-child(3n+3){
}
.news-date{
	font-size:1.15rem;
	color:#9f8155;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:15px 0;
	box-sizing:border-box;
}
.news-title{
	font-size:1.5rem;
	line-height:30px;
	color:#9f8155;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	padding:1.5rem 0 1.2rem 0;
	box-sizing:border-box;
	letter-spacing:2px;
}
.news-subtitle{
	font-size:1.16rem;
	color:#191919;
	line-height:1.8;
	font-weight:normal;
	letter-spacing:2px;
}
.newstop{
	overflow:hidden;
	margin:0 0 8% 0;
}
.newstop li:nth-child(1){
	width:55%;
	float:left;
}
.newstop li:nth-child(2){
	width:45%;
	float:left;
	padding:0 0 0 7%;
	box-sizing:border-box;
}
.newstop-date{
	font-size:1.15rem;
	color:#989da6;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:10px 0;
	box-sizing:border-box;
}
.newstop-title{
	font-size:1.7rem;
	line-height:30px;
	letter-spacing:1.5px;
	color:#191919;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	padding:1rem 0 1.4rem 0;
	box-sizing:border-box;
}
.newstop-title:after{
	content:'';
	display:block;
	width:80px;
	height:4px;
	background:#9f8155;
	margin:20px 0;
}
.newstop-sub{
	font-size:1.22rem;
	color:#191919;
	line-height:1.8;
	letter-spacing:2px;
}
.newstop-btn{
	width:236px;
	height:50px;
	font-size:1.16rem;
	line-height:50px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin:8% 0 5px 0;
}
.newstop-btn a{
	display:block;
	border:1px solid #191919;
	color:#191919;
}
.newstop-btn a:hover{
	background:#191919;
	color:#fff;
}
.newspic{
	width:48%;
	float:right;
}
.newsarea{
	width:52%;
	float:left;
	padding:0 9% 0 0;
	box-sizing:border-box;
}
.news-title-2{
	font-size:1.7rem;
	line-height:30px;
	letter-spacing:1.5px;
	color:#191919;
	margin:0 0 7% 0;
}
.newsvideobg{
	background:url(../images/viodeobg.jpg) no-repeat;
	background-size: cover;
}
.video-title{
	font-size:1.7rem;
	text-align:center;
	letter-spacing:2px;
	color:#191919;
	padding:0 0 5% 0;
	box-sizing:border-box;
}
.video{
	width:1366px;
	height:80vh;
	margin:0 auto;
}
.video iframe{
	width:100%;
	height:100%;
	box-shadow:0px 0px 15px #aaa;
}
.back-btn{
	font-size:1.3rem;
	line-height:40px;
	margin:5% 0 5% 5%;
}
.back-btn a{
	display:block;
	color:#191919;
	background:url(../images/back.png) no-repeat 12px center;
	padding:0 0 0 100px;
	box-sizing:border-box;
}
.back-btn a:hover{
	background:url(../images/back.png) no-repeat 0px center;
	padding:0 0 0 88px;
}
.d-name{
	font-size:3.2rem;
	text-align:center;
	color:#595959;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:5% 0;
	box-sizing:border-box;
}
.designer-intro{
	width:85%;
	margin:5% auto;
	overflow:hidden;
	
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.designer-intro li:nth-child(1){
	width:40%;
	float:left;
	margin: auto;
}
.designer-intro li:nth-child(2){
	width:12%;
	float:left;
	background:url(../images/line.jpg) repeat-y center center;
}
.designer-intro li:nth-child(3){
	width:48%;
	float:right;
	padding:2% 0 ;
	box-sizing: border-box;
}
.d-logo{
	width:100%;
	height:auto;
}
.text-intro{
	font-size:1.1rem;
	line-height:1.8;
	color:#595959;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.otherbg{
	background:url(../images/artbg.jpg) no-repeat;
	background-size: cover;
}
.abb_3{
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.abb{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.other-left{
	width:18%;
	float:left;
}
.other-right{
	width:75%;
	float:right;
}
.other-title{
	font-size:1.9rem;
	color:#191919;
}
.other-title span{
	display:block;
	font-size:1.15rem;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:12px 0;
	box-sizing:border-box;
}
.otherlist{
	margin:0 0 7% 0;
}
.otherlist li{
	border-bottom:1px solid #000;
}
.otherlist li a{
	display:block;
	color:#191919;
	padding:2.2% 0;
	box-sizing: border-box;
	background:none no-repeat 97% center;
	background-size:80px 28px;
	overflow:hidden;
}
.otherlist li a:hover{
	background:url(../images/arrow.png) no-repeat 97% center;
	background-size:80px 28px;
}
.otherlist li:nth-child(1){
	border-top:1px solid #000;
}
.other-date{
	font-size:1.15rem;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	text-align:center;
	width:18%;
	float:left;
}
.other-news-title{
	font-size:1.5rem;
	line-height:30px;
	width:60%;
	float:left;
}
.artlist{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.artlist li{
	float:left;
	box-sizing:border-box;
}
.artlist li:nth-child(1){
	width:68%;
	border-right:1px solid #bbb;
	padding:1% 5% 1% 0;
}
.artlist li:nth-child(2){
	width:30%;
	padding:1% 0 1% 3%;
}
.art-img{
	margin:0 0 20px 0;
	overflow:hidden;
}
.art-img a img{
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.art-img a:hover img{
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.3s;
}
.art-title{
	font-size:1.5rem;
	line-height:1.8;
}
.art-date{
	font-size:1.12rem;
	line-height:1.8;
	color:#989da6;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.art-sub{
	font-size:1.2rem;
	color:#191919;
	line-height:1.8;
	letter-spacing:2px;
	font-weight:normal;
	clear:both;
}
.art-t-r{
	width:20%;
	text-align:right;
	float:right;
	margin:0 0 10px 0;
}
.art-t-l{
	width:80%;
	float:left;
	margin:0 0 10px 0;
}
.art-line{
	width:100%;
	height:1px;
	background:#bbb;
	margin:9% 0;
}
.dealer{
	
}
.dealer li{
	background:#f4f4f4;
	margin:0 0 4% 0;
	overflow:hidden;
}
.store-img{
	width:42%;
	float:left;
}
.store-info{
	width:58%;
	float:left;
	padding:4% 0 0 5%;
	box-sizing:border-box;
}
.store-info h5{
	font-size:1.55rem;
	margin:0 0 20px 0;
	color:#191919;
}
.store-info p{
	font-size:1.15rem;
	line-height:1.8;
	color:#333;
	font-weight:normal;
}
.notebox{
	background:#f6f6f6;
	padding:4.5%;
	box-sizing:border-box;
	margin:0 0 3% 0;
}
.notebox h5{
	font-size:1.6rem;
}
.notebox h5:after{
	content:'';
	display:block;
	width:50px;
	height:4px;
	background:#444;
	margin:30px 0 40px 0;
}
.notebox h6{
	font-size:1.2rem;
	font-weight:bold;
	color:#111;
	line-height:1.8;
	/*margin:8px 0 5px 0;*/
}
.notebox p{
	font-size:1.15rem;
	line-height:1.8;
	letter-spacing:2px;
	color:#000;
	font-weight:bold;
}
.notebox p.n0{
	
	position: relative;
  padding: 0 0 0 20px;
  /*display: flex;*/
  align-items: center;
}
.notebox p.n0::after {
  position: absolute;
  content: '';
  left: 2px;
  top:12px;
  width:8px;
  height: 8px;
  background-color: #c2b39e;/*四角を作って*/
  transform: rotate(45deg);/*45度回転*/
}
.notebox p:last-child {
	margin:0 0 0 0;
}
.note-wrap{
	width:1280px;
	margin:0 auto;
}
.p-margin{
    margin:0 0 20px 0;
}
/*
.panel-heading .accordion-toggle:before {  
    content: "－"; 
}
.panel-heading .accordion-toggle.collapsed:before {
    content: "＋";
}
*/
.qa-area{
	width:100%;
	margin:0 auto 5% auto;
}
.qa-style{
	background:#bbab9c;
	color:#fff;
	font-size:1.7rem;
	text-align:center;
	padding:1.2% 0;
	box-sizing:border-box;
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding:35px 20px;
  box-sizing:border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
ul.accordion-list li.active h3:after{
  content: "─";
}
ul.accordion-list li h3{
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 20px 0 0;
  box-sizing:border-box;
  margin: 0;
  font-size:1.45rem;
  line-height:1.6;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "+";
  position: absolute;
  right:0;
  top: 0;
  color: #222;
  transition: all 0.3s ease-in-out;
  font-size:28px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding:20px ;
  box-sizing:border-box;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  font-size:1.2rem;
  color:#555;
}
.order-style-1{
	font-size:1.7rem;
	text-align:center;
	color:#191919;
	line-height:1.8;
}
.order-style-2{
	font-size:1.27rem;
	text-align:center;
	color:#9f8155;
	line-height:1.8;
}
.order-img-1{
	border-bottom:1px solid #ccc;
	padding:2% 20px 7% 20px;
	margin:2% 0 7% 0;
}
.preorder{
	overflow:hidden;
}
.preorder li{
	float:left;
}
.preorder li:nth-child(1){
	width:35%;
	padding:10% 0 0 0;
	box-sizing:border-box;
}
.preorder li:nth-child(2){
	width:65%;
}
.stylebg{
	background:url(../images/stylebg.jpg) no-repeat;
}
.stylebg2{
	background:url(../images/stylebg2.jpg) no-repeat;
	background-size:cover;
}
.lifelist{
	overflow:hidden;
	/*display:flex;
    justify-content:space-between;
    flex-wrap:wrap;*/
}
.lifelist li{
	float:left;
	width:31%;
	margin:0 3.5% 2% 0;
	position:relative;
	overflow:hidden;
}
.lifelist li:nth-child(3n+3){
	margin:0 0 2% 0;
}

.lifelist li a img{
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.lifelist li a:hover img{
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.3s;
}
.hot_body {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
 text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  opacity:0;
}
.hot_body:hover {
  background: rgba(0, 0, 0, 0.7);
  opacity:1;
}
.hot_body span{
	color:#fff;
	font-size:1.24rem;
	padding:15px 25px;
	box-sizing:border-box;
	border:1px solid #fff;
}
.stylepic{
	width:55%;
	float:right;
}
.stylearea{
	width:45%;
	float:left;
	padding:0 5% 0 9%;
	box-sizing:border-box;
}
.stylearea .back-btn{
	margin:20% 0 0 0;
}
.style-title{
	font-size:2.4rem;
	line-height:1.6;
	letter-spacing:1.5px;
	color:#9f8155;
	margin:0 0 7% 0;
}
.morestyle{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.morestyle li{
	padding: 40px;
	box-sizing:border-box;
    border-right: 1px solid #9b9b9a;
	flex: 0 0 33.3333%;
	max-width: 33.33333%;
	-webkit-box-flex: 0;
}
.morestyle li a{
	display:block;
	overflow:hidden;
	position: relative;
}
.morestyle li a img{
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.morestyle li a:hover img{
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.3s;
}
.morestylebox{
	border-top: 1px solid #9b9b9a;
	border-bottom: 1px solid #9b9b9a;
	padding:30px 0 30px 100px;
	box-sizing:border-box;
	font-size:1.7rem;
	letter-spacing:2px;
}
.morestylebox span{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin:0 0 0 20px;
}
.case-wrap{
	position:relative;
	border-top: 1px solid #9b9b9a;
	margin:4% 0 0 0;
}
.case-wrap::after {
	background: #9b9b9a;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}
.casearea{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.caseleftnav{
	border-right: 1px solid #9b9b9a;
	flex: 0 0 25%;
    max-width: 25%;
	-webkit-box-flex: 0;
	box-sizing:border-box;
}
.caseright{
	flex: 0 0 75%;
    max-width: 75%;
	-webkit-box-flex: 0;
}
.case{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	overflow:hidden;
	position: relative;
}
.case li{
	border-bottom: 1px solid #9b9b9a;
    display: flex;
    width: 50%;
	padding:40px;
    box-sizing: border-box;
}
.case li:nth-child(2n-1){
	border-right: 1px solid #9b9b9a;
}
.case li a{
	display:block;
	width:100%;
}
.case li p{
	font-size:1.28rem;
	font-weight:normal;
	color:#191919;
	line-height:1.8;
	padding:20px 0 0 0;
}
.case li .edmpic {
	overflow:hidden;
	display:block;
	width:100%;
}
.case li a .edmpic img {
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.case li a:hover .edmpic img{
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.3s;
}
.caseleft-all{
	font-size:1.25rem;
	color:#705b45;
	padding:30px 0 30px 40px;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
}
ul.accordion {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
ul.accordion li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding:30px 40px;
  box-sizing:border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
ul.accordion li.active h4:after {
  content: "─";
}
ul.accordion li h4 {
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size:1.24rem;
  color:#705b45;
  cursor: pointer;
}
ul.accordion li h4:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #705b45;
  transition: all 0.3s ease-in-out;
  font-size:20px;
}
ul.accordion li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding:20px;
  box-sizing:border-box;
}
ul.accordion li div.answer p {
  position: relative;
  display: block;
  line-height:1.8;
  font-size:1.18rem;
  color:#555;
  font-weight:normal;
  padding:15px 0;
	box-sizing:border-box;
}
.answer p a{
	color:#191919;	
}
.casebg{
	background:url(../images/casebg.jpg) no-repeat;
	background-size:cover;
}
.archinfo{
	width:92%;
	border-top:1px solid #ccc;
	padding:30px 0 0 0;
	box-sizing:border-box;
	margin:15% 0 0 0;
	font-size:1.18rem;
	line-height:1.8;
	color:#444;
	letter-spacing:1.5px;
}
.notelink{
	width:100%;
	/*border-top:1px solid #eee;
	border-bottom:1px solid #eee;*/
	text-align: center;
}
.notelink ul{
	/*width:1280px;*/
	display: inline-block;
	/*border-left: 1px solid #ccc;*/
}
.notelink ul li{
	font-size:1.25rem;
	font-weight:bold;
	letter-spacing:1.5px;
	/*border-right: 1px solid #ccc;*/
    float:left;
   
}
.notelink ul li a{
	display:block;
	width:100%;
	text-align:center;
	color:#191919;
	padding:20px 24px;
	box-sizing:border-box;
}
.notelink ul li a:hover{
	background:#eee;
	color:#000;
}
.notelink li.active a{
	background:#c2b39e;
	color:#fff;
}
.note-inner{
	padding:7% 0 0 0;
	box-sizing:border-box;
}
.product-wrap{
	width:1280px;
	margin:0 auto;
}
.search-area{
	border-bottom: 1px solid #aaa;
	padding:70px 10px;
	box-sizing:border-box;
}
.search-left{
	width:45%;
	float:left;
}
.search-right{
	width:42%;
	float:right;
}
.number{
	text-align:right;
	padding:20px 0;
	box-sizing:border-box;
	font-size:1.14rem;
	color:#191919;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.product_search_bar{
	width:350px;
	height:46px;
}
.product_search_bar input[type="text"] {
	width:350px;
	height:46px;
	border:1px solid #999;
	background:url(../images/search.png) no-repeat 10px center;
	padding:0 0 0 45px;
	box-sizing:border-box;
}
.search-title{
	font-size:2rem;
	color:#191919;
	padding:0 0 40px 0;
	box-sizing:border-box;
}
.products{
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
	margin:3% 0;
}
.products li{
	width:23.5%;
	margin:0 2% 2% 0;
	float:left;
	box-sizing:border-box;
}
.products li:nth-child(4n+4){
	margin:0 0 2% 0;
}
.products-img{
	position:relative;
	margin:0 0 10px 0;
}
.likebox{
	width:22px;
	height:22px;
	/*background:#f6f6f6;*/
	position:absolute;
	bottom:1px;
	right:0;
	padding:1px;
	box-sizing:border-box;
}
.heading{
	font-size:1.22rem;
	color:#191919;
	padding:15px 0;
}
.en_heading{
	font-size:1rem;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#191919;
}
.price{
	font-size:1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#9b0708;
	padding:20px 0 0 0;
}
.price span{
	font-size:0.95rem;
	font-family: 'Roboto', sans-serif;
	color:#111;
	margin:0 15px 0 0;
}
.like{
	width:20px;
	height:20px;
	background: url(../images/like2.png) no-repeat;
	background-size:20px 20px;
}
.cs{
	width:20px;
	height:20px;
	background: url(../images/like.png) no-repeat;
	background-size:20px 20px;
}
.search-box-1{
	height:42px;
	overflow:hidden;
	margin:12px 0 30px 0;
}
.search-box-1 label{
	font-size:1.1rem;
	line-height:42px;
	width:20%;
	float:left;
}
.search-box-r{
	width:80%;
	float:left;
	display:flex;
	line-height:42px;
}
.s-line{
	display:block;
	width:40px;
	height:1px;
	background:#333;
	margin:20px 20px 0 20px;
}
.search-box-1 input[type="text"]{
	width:110px;
	height:42px;
	border:1px solid #aaa;
	padding:5px;
	box-sizing:border-box;
	margin:0 5px 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
}
.search-box-2{
	height:50px;
	overflow:hidden;
	font-size:1rem;
	line-height:46px;
}
.search-box-2 label{
	font-size:1.1rem;
	line-height:46px;
	width:20%;
	float:left;
}
.search-box-2 input[type="text"]{
	width:82px;
	height:46px;
	border-bottom:1px solid #333;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	padding:5px;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
}
.search-box-2 input::placeholder{
	font-size:14px;
	text-align:center;
	color:#aaa;
}
.search-box-2 input[type="submit"]{
	width:100px;
	height:46px;
	background:#999;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	
}
.search-box-2 span{
	padding:0 7px;
	box-sizing:border-box;
}
.bggrey{
	background:#f9f9f9;
}
.describe{
	font-size:1.3rem;
	background:url(../images/triangle.png) no-repeat left center;
	padding:10px 0 10px 30px;
	box-sizing:border-box;
	margin:5% 0 3% 0;
}
.text{
	font-size:1.2rem;
	line-height:1.8;
	color:#191919;
	letter-spacing:3px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.text img{
	width:100%;
	height:auto;
}
.detail-designer{
	width:1600px;
	margin:0 auto;
}
.d-d-title{
	background:url(../images/design.png) no-repeat;
	color:#ebebeb;
	font-size:1.22rem;
	line-height:36px;
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.designer-img{
	margin:4% 0;
}
.product_main{
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	width:1280px;
	margin:0 auto;
}
.product_main li{
	float:left;
	padding:4% 3%;
	box-sizing:border-box;
}
.product_main li:nth-child(1){
	width:55%;
	/*background:#c2b39e;*/
}
.product_main li:nth-child(2){
	width:45%;
	
}
.p_title{
	font-size:1.9rem;
	color:#191919;
	width:90%;
	float:left;
}
.p_like{
	width:30px;
	height:30px;
	background: url(../images/like2.png) no-repeat;
	background-size:30px 30px;
	float:right;
}
.p_cs{
	width:30px;
	height:30px;
	background: url(../images/like.png) no-repeat;
	background-size:30px 30px;
}
.p_info{
	clear:both;
	font-size:1.05rem;
	line-height:1.8;
	padding:15px 0;
	box-sizing:border-box;
}
.p_spec{
	font-size:1.05rem;
	line-height:1.8;
	font-weight:normal;
}
.p_price{
	font-size:1.8rem;
	color:#191919;
	padding:15px 0 30px 0;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.p_price span{
	color:#a40000;
	padding:0 0 0 25px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.p_price span.p_price_title{
	padding:0;
	font-size:1rem;
	color:#191919;
}
.p_price span.price_2{
	padding:0;
	font-family: 'Roboto', sans-serif;
}
.p_price span.price_2_title{
	padding:0;
	font-size:1rem;
}
.p_choose{
	font-size:1.1rem;
	color:#191919;
	padding:10px 0;
	box-sizing:border-box;
}
.choose{
	width:100%;
	clear:both;
}
.choose li{
	float:none;
	margin:0 0 20px 0;
	position:relative;
	padding:0;
}
.choose li a{
	display:block;
	  padding:8px 20px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.choose li:nth-child(1){
	width:100%;
	background:#fff;
}
.choose li:nth-child(2){
	width:100%;
	
}
.choose li.active a{
	background:#ededed;
}
.choose li p{
	font-size:1.03rem;
	line-height:1.7;
	color:#191919;
	font-weight:normal;
}
.choose li h5{
	font-size:1.11rem;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#191919;
	margin:10px 0 0 0;
	padding:0;
}
.choose li h6{
	background:#c2b39e;
	font-size:1.07rem;
	color:#333;
	width:100px;
	height:35px;
	text-align:center;
	line-height:35px;
	position:absolute;
	right:0;
	top:0;
}
ul.tabs {
		width: 100%;
		height:45px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	ul.tabs li {
		float: left;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		background:#fff;
		width:33.333%;
		font-size:1.1rem;
		text-align:center;
		padding:0;
	}
	ul.tabs li:nth-child(1){
		background:none;
		width:33.333%;
	}
	ul.tabs li:nth-child(2){
		padding:0;
		background:none;
		width:33.333%;
	}
	ul.tabs li a {
		display: block;
		color: #000;
	}
	ul.tabs li a:hover {
		background: #eee;
	}
	ul.tabs li.active  {
		background: #ccc;
	}
	ul.tabs li.active a:hover {
	}
	div.tab_container {
		clear: left;
		width: 100%;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 25px;
	}
	.tab_content p{
		font-size:1.02rem;
		line-height:1.7;
		font-weight:normal;
		color:#333;
		letter-spacing:2px;
	}
	
.cartbox{
	height:65px;
	margin:6% 0;
	overflow:hidden;
}
.ItemCount {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #999;
    transition: all 0.3s ease 0s;
	width:130px;
	float:left;
}
.ItemCountButton {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width:40px;
    height: 100%;
    cursor: pointer;
	background:#fff;
}
.ItemCountButtonIcon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width:30px;
    height:30px;
}
.ItemCountButtonIcon img{
	display:block;
	width:100%;
	height: 100%;
}
.ItemCountInput {
	width:50px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.btn_buy{
	width:140px;
	height:60px;
	background:#d98721;
	font-size:1.2rem;
	line-height:60px;
	color:#fff;
	cursor: pointer;
	float:left;
	margin:0 10px;
	border-radius:30px;
	font-weight:bold;
	letter-spacing:1px;
}
.btn_cart{
	width:140px;
	height:60px;
	background:#d98721;
	font-size:1.2rem;
	line-height:60px;
	color:#fff;
	cursor: pointer;
	float:left;
	border-radius:30px;
	font-weight:bold;
	letter-spacing:1px;
}

.read{
	font-size:1.15rem;
	color:#a40000;
	padding:15px 0;
	box-sizing:border-box;
}
.privacy-line{
	width:100%;
	height:1px;
	background:#999;
	margin:8% 0;
}
.privacy-sub{
	font-size:1.4rem;
	color:#000;
	margin:50px 0 20px 0;
}
.privacy-sub2{
	font-size:1.22rem;
	color:#000;
	margin:10px 0;
}
.privacy-txt{
	font-size:1.15rem;
	font-weight:normal;
	color:#000;
	line-height:1.8;
	letter-spacing:1px;
	position: relative;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  margin:0 0 0 25px;
}
.privacy-txt::after {
  position: absolute;
  content: '';
  left: 2px;
  top:14px;
  width:6px;
  height:6px;
  background-color: #333;/*四角を作って*/
  transform: rotate(45deg);/*45度回転*/
}
.privacy-txt2{
	font-size:1.15rem;
	font-weight:normal;
	color:#000;
	padding: 20px 0;
}
.pri-inner{
	padding: 20px;
}
.pri-date{
	font-size:14px;
	padding: 10px 0;
}

.moresuggest{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	overflow:hidden;
	position: relative;
}
.moresuggest li{
    display: flex;
    width: 25%;
	padding:40px;
    box-sizing: border-box;
	border-right: 1px solid #9b9b9a;
	border-bottom: 1px solid #9b9b9a;
}
.moresuggest li:nth-child(4n+4){
	border-right:none;
}
.moresuggest li a{
	display:block;
	overflow:hidden;
}
.moresuggest li a .edmpic{
}
.moresuggest li a .edmpic img{
	-webkit-transform: scale(1.0);
	-webkit-transition: 0.3s;
}
.moresuggest li a:hover .edmpic img{
	-webkit-transform: scale(1.05);
	-webkit-transition: 0.3s;
}
.moresuggest li p{
	font-size:1.16rem;
	letter-spacing:2px;
	color:#333;
	text-align:center;
	padding:20px 0 0 0;
	box-sizing:border-box;
}
.detail-back{
	width:25%;
	margin:0 0 0 75%;
}
.twopic{
	overflow:hidden;
	margin:3% 0;
}
.twopic li:nth-child(1){
	width:740px;
	float:left;
}
.twopic li:nth-child(2){
	width:500px;
	float:right;
}
.rwdcasenav{
	display:none;
}
.{
}
.{
}
@media (max-width: 1760px) {
.product-wrap{
	width:90%;
}

.search-area{
	padding:30px;
}
.cartbox{
	height:auto;
}
.ItemCount {
}
.btn_buy{
	width:140px;
	margin:0 15px;
}
.btn_cart{
	width:140px;
	margin:0 10px;
}
}
@media (max-width: 1600px) {
.news-wrap{
	width:92%;
}
.detail-designer{
	width:92%;
}
}

@media (max-width: 1366px) {
.video{
	width:90%;
}
.twopic li:nth-child(1){
	width:59%;
}
.twopic li:nth-child(2){
	width:40%;
}
/*
.product_main li:nth-child(1){
	width:50%;
}
.product_main li:nth-child(2){
	width:50%;
}
*/
.choose li:nth-child(1){
	width:100%;
}
.choose li:nth-child(2){
	width:100%;
	
}
.search-right {
    width: 45%;
}
.product_main {
    width:100%;
}
}
@media (max-width: 1280px) {
.brand-wrap{
	width:90%;
}
.notelink ul{
	
}
.notelink ul li a{
	padding:20px 18px;
}
.note-wrap{
	width:92%;
}
}

@media (max-width: 1024px) {
.brand-title{
	font-size:2.2rem;
}
.brand li{
	height:200px;
}
.brand li a{
	height:200px;
}
.contact-wrap{
	width:90%;
}
.store-img{
	width:48%;
}
.store-info{
	width:52%;
	padding:4% 0 0 4%;
}
.notelink ul li{
	font-size:1.25rem;
}
.order-img-1{
	padding:2% 0;
	margin:2% 0;
}
.preorder li:nth-child(1){
	width:100%;
	padding:5% 0 ;
	box-sizing:border-box;
}
.preorder li:nth-child(2){
	width:100%;
}
.designer-cata{
	width:100%;
	float:none;
	overflow:hidden;
}
.designer-cata li{
	width:50%;
	float:left;
	text-align:center;
}
.designer-cata li a{
	padding:15px 0;
	background:none #efefef;
}
.designer-cata li a:hover{
	background:none;
	text-indent:0px;
}
.designer-cata li.active a{
	background:none #111;
	text-indent:0px;
	color:#fff;
}
.designer-all{
	width:100%;
	float:none;
}
.edmlist li{
	width:45%;
	margin:0 2.5% 3% 2.5%;
}
.edmlist li:nth-child(3n+3){
	margin:0 2.5% 3% 2.5%;
}
.video{
	height:66vh;
}
.artlist{
	width:100%;
}
.other-left{
	width:100%;
	float:none;
	margin:0 0 5% 0;
}
.other-right{
	width:100%;
	float:none;
}
.otherlist li a{
	background-size:50px 18px;
}
.otherlist li a:hover{
	background-size:50px 18px;
}
.lifelist li{
	width:48%;
	margin:0 1% 2% 1%;
}
.lifelist li:nth-child(3n+3){
	margin:0 1% 2% 1%;
}
.stylepic{
	width:50%;
}
.stylearea{
	width:50%;
	padding:0 5% 0 5%;
}
.morestyle li{
	padding: 25px;
}
.caseleftnav{
	flex: 0 0 30%;
    max-width: 30%;
}
.caseright{
	flex: 0 0 70%;
    max-width: 70%;
}
.caseleft-all{
	padding:30px 0 30px 20px;
}
ul.accordion li {
  padding:30px 20px;
}
.search-left{
	width:100%;
}
.search-right{
	width:100%;
}
.product_search_bar{
	width:100%;
}
.product_search_bar input[type="text"] {
	width:100%;
}
.search-design .search-title{
	display:none;
}
.search-area{
	padding:30px 0;
}
.search-title {
    font-size: 2rem;
}
.search-box-1{
	height:auto;
	margin:12px 0 ;
}
.search-box-1 label{
	line-height:38px;
	width:15%;
}
.search-box-r{
	width:85%;
	line-height:38px;
}
.search-box-1 input[type="text"]{
	width:100px;
	height:38px;
	font-size:15px;
}
.s-line{
	width:30px;
	margin:20px 15px 0 15px;
}
.search-box-2{
	height:auto;
	line-height:40px;
}
.search-box-2 label{
	line-height:40px;
	width:15%;
	float:left;
}
.search-box-2 input[type="text"]{
	width:80px;
	height:40px;
}
.search-box-2 input[type="submit"]{
	height:40px;
}
.moresuggest li{
	padding:30px;
}
.twopic li:nth-child(1){
	width:100%;
}
.twopic li:nth-child(2){
	width:100%;
}
.product_main li:nth-child(1){
	width:100%;
}
.product_main li:nth-child(2){
	width:100%;
}
.detail-back{
	width:30%;
	margin:0 0 0 70%;
}
.morestylebox{
	padding:30px 0 30px 30px;
}
}

@media (max-width: 768px) {
.newstop li:nth-child(1){
	width:100%;
	float:none;
}
.newstop li:nth-child(2){
	width:100%;
	float:none;
	padding:2% 0;
}
.newspic{
	width:100%;
	float:none;
}
.newsarea{
	width:100%;
	float:none;
	padding:2% 0;
}
.artlist li:nth-child(1){
	width:100%;
	border-right:none;
	padding:1%;
}
.artlist li:nth-child(2){
	width:100%;
	padding:1%;
}
.art-line{
	display:none;
}
.art-sub{
	display:none;
}
.art-t-r{
	width:100%;
	text-align:left;
	float:none;
	margin:0;
}
.art-t-l{
	width:100%;
	float:none;
	margin:0;
}
.art-img{
	margin:20px 0;
}
.other-date{
	width:30%;
	float:left;
}
.stylepic{
	width:90%;
	float:none;
	margin:0 auto;
}
.stylearea{
	width:90%;
	float:none;
	padding:2% 0;
	margin:0 auto;
}

.caseleftnav{
	flex: 0 0 45%;
    max-width: 45%;
}
.caseright{
	flex: 0 0 55%;
    max-width: 55%;
}
.case li{
    width: 100%;
	padding:30px;
}
.case li:nth-child(2n-1){
	border-right:none;
}
.products li{
	width:48%;
	margin:0 1% 2% 1%;
}

.products li:nth-child(4n+4){
	margin:0 1% 2% 1%;
}
.title-name{
	font-size:2.4rem;
	margin:0 0 4% 0;
}
.title-name span{
	font-size:1.02rem;
	padding:10px 0;
}
.store-img{
	width:100%;
}
.store-info{
	width:100%;
	padding:4% ;
}
}

@media (max-width: 640px) {
.brand li{
	height:120px;
}
.brand li a{
	height:120px;
}
.brand-title{
	font-size:1.9rem;
	line-height:120%;
}
.contact-info{
    display:block;
}
.contact-info li:nth-child(1){
	width:100%;
}
.contact-info li:nth-child(2){
	width:100%;
	text-align:center;
}
.d-pic{
	width:45%;
}
.d-box{
	width:55%;
}
.video{
	height:50vh;
}
.otherlist li a{
	background:none;
}
.otherlist li a:hover{
	background:none;
}
.morestyle{
	display:block;
}
.morestyle li{
    border-right:none;
	border-bottom: 1px solid #9b9b9a;
	flex: 0;
	max-width: 100%;
}
.designer-intro{
	display:block;
}
.designer-intro li:nth-child(1){
	width:100%;
	float:none;
	margin:0;
}
.designer-intro li:nth-child(2){
	display:none;
}
.designer-intro li:nth-child(3){
	width:100%;
	float:none;
	padding:2% 0 ;
}
.search-box-1 input[type="text"]{
	width:82px;
}
.search-box-2 input[type="text"]{
	width:60px;
}
.search-box-1{}
.moresuggest li{
	width: 50%;
	border-right:none;	
	border-bottom:none;	
}
.moresuggest li:nth-child(2){
	
}
.moresuggest li:nth-child(3){
	
}
.moresuggest li:nth-child(4n+4){
	
}
.p_title{
	font-size:2.2rem;
}
.ItemCount{
	float:none;
	margin:0 0 10px;
}
.btn_buy{
	margin:0 10px 0 0;
}
.p_price{
	font-size:1.6rem;
}
.detail-back{
	width:90%;
	margin:0 0 0 10%;
}
.caseleftnav{
	display:none;
}
.caseright{
	flex: 0 0 100%;
	max-width: 100%;
}
.rwdcasenav{
	display:block;
	width:90%;
	margin:0 auto;
}
.rwdcasenav select{
	width:100%;
	height:44px;
}
.case-wrap{
	border-top:none;
}
.style-title {
    font-size:2.1rem;
    margin: 3% 0;
}
}

@media (max-width: 480px) {
.d-pic{
	width:100%;
	margin:0 0 10px 0;
}
.d-box{
	width:100%;
}
.edm_search{
	width:92%;
}
.edm_search_bar{
}
ul.accordion-list li {
  padding:20px;
}
ul.accordion-list li h3:after {
  font-size:20px;
}
ul.accordion-list li div.answer {
  padding:10px ;
}
.brand li{
	height:80px;
}
.brand li a{
	height:80px;
}
.brand-text {
    font-size: 1.22rem;
}
.video{
	height:300px;
}
}
