@charset "UTF-8";

/*@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@import url(http://fonts.googleapis.com/css?family=Fenix);*/


/* Base Setting
==========================================================*/

body { font: 15px/2.3 "Adobe Garamond Pro", "Fenix", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", Times, serif;margin:0; padding: 0; background: #FFF; color: #665C51; letter-spacing:0.1em; -webkit-text-size-adjust: 100%; }
.fs-mincho { font-family: "Adobe Garamond Pro", "Fenix", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", Times, serif; }
.fs-gothic { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
a       { text-decoration: none; color:#1A1311; }
a:hover { text-decoration: underline; color:#666666; }
a { outline:none;}
img { -ms-interpolation-mode: bicubic; }
:focus { outline: 0; }

.border-box {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

.flex { display: flex; flex-wrap: wrap; }
.flex-nowrap { display: flex; }
.flex-jcs {display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex-jca { display: flex; justify-content: space-around; flex-wrap: wrap; }
.flex-center {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.flex-aic { display: flex; align-items: center; flex-wrap: wrap; }
.flex-jcc { display: flex; justify-content: center; flex-wrap: wrap; }

/* header
==========================================================*/

header { position: relative;}
#headerContainer {position: fixed; width: 100%; height: 80px; background: #F5F3F2; border-top:solid 5px #000; z-index: 99999;}
#header { position: relative;}
#head_menu_arrow {position: absolute; top: 0;}
	#head_menu_arrow img {vertical-align: top;}
	#head_menu_arrow.page_index   { left: 19px; }
	#head_menu_arrow.page_concept { left:140px; }
	#head_menu_arrow.page_ethreem { left:285px; }
	#head_menu_arrow.page_brands  { left:419px; }
	#head_menu_arrow.page_news    { left:535px; }
	#head_menu_arrow.page_store   { left:638px; }
#header #menu{}
	#header #menu ul {}
	#header #menu li { float:left; height: 80px; line-height: 80px; margin-right: 20px; }
	#header #menu li.selected {opacity:0.4;-moz-opacity:0.4;filter: alpha(opacity=40);}
	#header #menu li img { vertical-align: middle; }
	#header #menu li.right_element { float:right; margin-right: 5px; }
	#header #menu li i.fa { display: none; }
@media screen and (max-width: 820px) {
	#header #menu li { margin-right: 15px; }
}
#h1outer { position: absolute; top: -200px; height: 40px; }
@media screen and (max-width: 1150px) {
    #header { max-width: inherit;}
    #menu { margin-left: 150px; }
	#head_menu_arrow.page_index   { left: calc(19px + 150px); }
	#head_menu_arrow.page_concept { left: calc(140px + 150px); }
	#head_menu_arrow.page_ethreem { left: calc(285px + 150px); }
	#head_menu_arrow.page_brands  { left: calc(419px + 150px); }
	#head_menu_arrow.page_news    { left: calc(535px + 150px); }
	#head_menu_arrow.page_store   { left: calc(638px + 150px); }
}

@media screen and (min-width: 1001px) {
    #header_logo { height: 80px; }
    #header_logo_inner { position: fixed; top: 30px; left: 15px;  z-index: 99999; }
    #header_logo_inner img { width: 100px; height: auto;}
    #menu { display: block !important; }
    #sp-menuBar ,#sp-menuClose { display: none !important; }
}
@media screen and (max-width: 1000px) {
    header .sp-hide { display: none;}
    #headerContainer {position: fixed; top:0; width: 100%; height: 65px; background: #F5F3F2; border-top:solid 5px #000; z-index: 99990; height: 100vh; display: none;}
    #header { position: relative; height: 100vh; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;}

    #head_menu_arrow {display: none;}

    #header #menu{ margin-left: 0;}
    #header #menu ul { margin: 70px 0 0; padding: 0 0 80px; border-top: dotted 1px #000; }
    #header #menu li {
    float:none; height: 50px; line-height: 50px; margin-right: 0; padding-left: 15px; border-bottom: dotted 1px #000; position: relative;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
    }
    #header #menu li.selected {opacity:1;-moz-opacity:1;filter: alpha(opacity=100);}
    #header #menu li.right_element { float:left; margin-right: 0; width:50%;  text-align: center; border-right: dotted 1px #000; padding: 0; }
    #header #menu li a { display: block; width: 100%; height: 100%; }
    #header #menu li i.fa{ display: block; position: absolute; top:20px; right: 15px; }
    #header_logo { height: auto; text-align:left; position: fixed; top:0; z-index: 99999; width: 100%; background: #F5F3F2; border-top:solid 5px #000; }
    #header_logo_inner { padding: 15px; }
    #header_logo img { height: 35px; width: auto; vertical-align: bottom; }

    .navInner{ display: block; position:fixed; right:25px; top:28px; z-index:99999; }
    .menu-trigger{ width:30px; height: 21px; line-height: inherit; cursor: pointer; position:relative; }
    .menu-trigger.active{ margin-left:0px; }
    .menu-trigger,
    .menu-trigger span{display:inline-block; transition:all .4s; box-sizing:border-box; }
    .menu-trigger span{position:absolute; left:0; width:100%; height:2px; background-color:#000;}
    .menu-trigger span:nth-of-type(1){top:0}
    .menu-trigger span:nth-of-type(2){top:9px}
    .menu-trigger span:nth-of-type(3){bottom:0}
    .menu-trigger:not(.active):hover span:nth-of-type(1){top:2px}
    .menu-trigger:not(.active):hover span:nth-of-type(3){bottom:2px}
    .menu-trigger.active span:nth-of-type(1){-webkit-transform:translateY(9px) rotate(-45deg);transform:translateY(9px) rotate(-45deg)}
    .menu-trigger.active span:nth-of-type(2){opacity:0}
    .menu-trigger.active span:nth-of-type(3){-webkit-transform:translateY(-9px) rotate(45deg);transform:translateY(-9px) rotate(45deg)}

}

/* content
==========================================================*/

#wrapper  { }
.wrap{ margin:0 auto; max-width:830px; }
.wrapInner{ }


#Container{ padding: 110px 0 0; }
#Container.page_index { padding: 75px 0 0; background: #FEFCFC; }
#Container.page_ethreem { padding: 0; }
@media screen and (max-width: 1000px) {
    #Container.page_index { padding-top: calc(75px + 65px);}
}  
.pages{}
.ContentInner{}
.ContentInnerBlock{}

.h1tt{ position:absolute; text-indent:-999em;  }
.ttlbox{ line-height:1em; padding-bottom:15px; margin-bottom:60px; border-bottom:1px solid #bfbfbf; }


.content_head { margin: 0 0 65px; }
	.content_head .col-l { font-size: 30px; color: #000; }
	.content_head .col-l img { vertical-align: bottom; }
	.content_head .col-r {}

		.content_head #pannavi { margin: 10px 0 0 ;}
		.content_head #pannavi li { float:left; margin: 0 10px 0 0; font-size: 13px; }
		.content_head #pannavi li:last-child { margin: 0;  }


/* footer
==========================================================*/

#foot_brand { padding:65px 0 115px;}
	#foot_brand_inner { }
	#foot_brand .foot_brand_ttl { padding:0 0 40px; text-align: center; }
	#foot_brand .foot_brand_bnr {}
	#foot_brand .foot_brand_bnr ul { border-top: solid 1px #E0E0E0; border-left: solid 1px #E0E0E0; }
	#foot_brand .foot_brand_bnr li { float:left; width: 25%; border-bottom: solid 1px #E0E0E0; border-right: solid 1px #E0E0E0; transition: .8s; }
	#foot_brand .foot_brand_bnr li:hover {background: #F5F3F2;}
	#foot_brand .foot_brand_bnr li.no-link:hover { background: none; }
	#foot_brand .foot_brand_bnr li img { width: 100%; vertical-align:bottom; height: auto; }
	#foot_brand .foot_brand_bnr .poab { font-size: 10px; top: 2px; left: 5px; }


@media screen and (min-width: 10001px) {
    #foot_brand .foot_brand_bnr li { min-height: 100px;}
}

@media screen and (min-width: 751px) {
    #foot_brand .foot_brand_bnr li { min-height: 70px;}
}

	
#footerContainer { border-top:solid 13px #000; border-bottom:solid 5px #000; background:#F5F3F2; }
	#footer { padding: 60px 25px 25px ; }

	#footer .col-l { width: 200px; }
	#footer .col-r {width:600px; width: -moz-calc(100% - 200px); width: -webkit-calc(100% - 200px); width: calc(100% - 200px);}

	#footer .foot_menu_outer { float:right; }
	#footer .foot_menu_outer img { vertical-align:top;}
	#footer .foot_menu { float:left; }
		#footer .foot_menu li { margin: 0 0 10px; }
	#footer .foot_menu_bnr01 { float:left; margin-left: 100px;}
		#footer .foot_menu_bnr01 li { margin: 0 0 40px;}
	#footer .foot_menu_bnr02 { float:left; margin-left: 40px; padding-right: 20px;}
		#footer .foot_menu_bnr02 li { margin: 0 0 40px;}

#copyright{margin: 25px 0 0; font-size: 11px;}

#to-top{ position: fixed; bottom: 20px; right: 15px; display: none; }
#to-top_inner { width: 46px; height: 46px; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; background: #fff; border:solid 2px #DECCB0; cursor: pointer;}
#to-top_inner p { height: 46px; line-height: 46px; text-align: center; font-size: 20px; }
#to-top_inner a { display: block; width: 100%; height: 100%; }

.privacylink a { font-size: 12px; }
.privacylink a:hover { }


/* 2: layout
----------------------------------------------------------------------------------------------*/

.col{ }
	.col-l{ float:left; }
	.col-r{ float:right; }


/* pages
==========================================================*/

/* index */

#ind_main { width: 830px; margin:0 auto 90px;}
	#ind_main img { vertical-align: bottom; }
#ind_main_inner {border:solid 13px #F5F3F2; height: auto; }
.indtokkyo { position: absolute; right: 20px; bottom: 10px; font-size: 12px; }

#ind_concept { padding: 0 0 110px; background: url(../images/index/concept_bg.png) center 110px no-repeat; background-size: 726px 251px; text-align: center; }
	.ind_concept_ttl { padding: 0 0 60px; }
	.ind_concept_more { margin: 80px 0 0; }

#ind_ethreem { background: #F5F3F2 url(../images/index/ethreem_bg.png) center 90px no-repeat; background-size: 489px 493px; padding: 160px 0 105px;}
	.ind_ethreem_ttl {}
	.ind_ethreem_body {}
		.ind_ethreem_leadtext { font-size: 19px;  color: #000; line-height: 1.6; padding: 40px 0 30px;}
	.ind_ethreem_about-nomura { margin: 50px 0 0; text-align: right; }
	
	
#ind_psd { background: url(../images/index/bg-psd.svg) no-repeat left center; background-size: contain;}
	.ind_psd_ttl { padding: 100px 0 60px;}
	.ind_psd_body {}
	.ind_psd_midashi { font-size: 20px; color: #000; padding-bottom: 40px;}
	.ind_psd_more { padding-bottom: 40px; }
	.ind_psd_more a { display: block;}
	.psdmoviewrap { width: 960px; margin: 40px auto;}




#ind_news { background:  #F5F3F2; padding: 105px 0 70px; }
	.ind_news_ttl { margin: 0 0 40px; text-align: center; }

	.ind_concept_body {}
		.ind_concept_body table {}
		.ind_concept_body table th { padding: 8px 0; }
		.ind_concept_body table th p { width: 150px; text-align: center; white-space: nowrap; background:#5C4E43; color: #fff; height: 24px; line-height: 24px; font-size: 12px; padding: 2px 0 0; }
		.ind_concept_body table td.ind_news_day { padding: 4px 20px 8px 25px;  }
		.ind_concept_body table td.ind_news_title { padding: 8px 0; line-height: 1.6; }

	.ind_news_more { text-align: center; padding: 50px 0 70px; }
	



/* concept */

.concept_lead { padding: 70px 0 150px; background:url(../images/concept/lead_text_bg.gif) center center no-repeat; background-size: 726px 251px; text-align: center; }
.concept_lead p { padding: 0 0 35px; }
p.concept_lead_title { font-size: 20px; }

.concept_ethreem { background:#F5F3F2; padding: 50px 0; }
.concept_ethreem.no-paddingTop { padding-top: 0; }
.concept_ethreem_inner { width: 900px; margin: 0 auto; background: #fff; }

.concept_ethreem_title { padding: 115px 70px 0; }

.concept_ethreem_element { padding:30px 70px 80px; margin:0 0 60px; position: relative; }
.concept_ethreem_element::after {position: absolute; bottom: -4px; left: 70px; z-index: 2; content: ''; width: 100px; height: 2px; background-color: #EBEBEB; }

	.concept_ethreem_element_title { padding: 0 0 30px; }
	.concept_ethreem_element_title h2 {font-weight: bold; font-size: 20px; line-height: 1.6; color: #665C51;}
	.concept_ethreem_element_body { font-size: 15px; line-height: 2; }

	.col-concept_ethreem_element01 { font-size: 12px; line-height: 1.6; margin: 50px 0 0; }
		.col-concept_ethreem_element01 .col-l { width: 345px; }
		.col-concept_ethreem_element01 .col-r { width: 345px;}

	.col-concept_ethreem_element02 { font-size: 12px; line-height: 1.6; margin: 50px 0 0; }
		.col-concept_ethreem_element02 .col-l { width: 275px; }
		.col-concept_ethreem_element02 .col-r { width: 408px;}

	.col-concept_ethreem_element03 { font-size: 12px; line-height: 1.6; margin: 50px 0 0; }
		.col-concept_ethreem_element03 .col-l { width: 416px; }
		.col-concept_ethreem_element03 .col-r { width: 275px;}

	.col-concept_ethreem_element04 { font-size: 12px; line-height: 1.6; margin: 50px 0 0;}
		.col-concept_ethreem_element04 ul {}
		.col-concept_ethreem_element04 li { float:left; width: 350px; margin: 0 0 50px;}
		.col-concept_ethreem_element04 li:nth-child(2n) { float:right; width: 350px; }
		.col-concept_ethreem_element04 .col-concept_ethreem_element04_title {font-size: 14px; font-weight: bold; margin:20px 0 10px;}



/* ethreem */

.ethreem_head_title { padding: 115px 35px 0; }

	.concept_ethreem_element_img_title { margin: 0 0 45px; }

	.ethreem_img_mgn { margin: 0 0 40px; }
		.ethreem_img_mgn img { vertical-align: bottom; }

	.col-ethreem_seating { font-size: 12px; line-height: 1.6; margin: 50px 0 0; }
		.col-ethreem_seating .col-l { width: 418px; }
		.col-ethreem_seating .col-r { width: 309px;}

	#ethreem_nomura { margin-top: -80px; padding-top: 80px; }

	.col-ethreem_nomura { margin: 60px 0 0; }
	.col-ethreem_nomura .col-l:first-child { width: 220px; text-align: left; }
	.col-ethreem_nomura .col-l:nth-child(2) { width: 300px; }
		.col-ethreem_nomura .ethreem_nomura_name { margin: 0 0 10px; color: #323232; font-size: 16px; line-height: 1.8; font-weight: bold; }
		.col-ethreem_nomura .ethreem_nomura_profile { font-size: 13px; letter-spacing: normal; line-height: 1.9; color: #665C51;}
	.col-ethreem_nomura .col-r:last-child { width: 206px; margin: 70px 0 0; }


	.ethreem_ethreem_technique_mainimage { margin: 60px 0; text-align: center; }
	.col-ethreem_ethreem_technique ul { margin: 0 -40px 100px 0; }
	.col-ethreem_ethreem_technique li { float:left; width:360px; margin: 0 40px 45px 0; font-size: 13px; letter-spacing: normal; }

	.concept_ethreem_movie { width: 700px; margin: 0 auto 20px; }


	.col-ethreem_feature { margin: 45px 0 60px; }
		.col-ethreem_feature_img { text-align: center; width: 414px; margin: 0 auto; }
		.col-ethreem_feature_img p {text-align: left; font-size: 13px;}

	.ethreem_pas_main_image { margin:70px 0 100px; }
		.col-ethreem_pas .col-l:first-child { width:206px; }
		.col-ethreem_pas .col-l:nth-child(2) { width:300px;}
		.col-ethreem_pas .col-r { width: 186px; margin:50px 0 0; }

		.col-ethreem_pas .ethreem_pas_compname { margin: 0 0 10px; color: #323232; font-size: 16px; line-height: 1.8; font-weight: bold; letter-spacing: normal;}
		.col-ethreem_pas .ethreem_pas_compprofil { font-size: 13px; letter-spacing: normal; line-height: 2.1; }
		
.intro-videowrap { width: 700px; margin: 60px auto 0;}


/* Brands */

#brand_bnr_list { width: 760px; margin: 0 auto 160px; }
#brand_bnr_list li { margin: 0 0 30px; }
#brand_bnr_list li img { vertical-align: bottom; }
.brandtokkyo { position: absolute; font-size: 12px; background: #fff; padding: 5px 10px; bottom: 10px; left: 10px; }

.brand_bg01 { background: #FEFCFC; }
.brand_bg02 { background: #93D3F2; }

/*living*/

.brand_prod_main { text-align: center; line-height: 1.7;}
    .brand_prod_main_image { margin: 0 0 40px;}
    .brand_prod_main_text { margin: 0 0 90px;}
    .brand_prod_main_text p { margin: 0 0 40px; }
    .brand_prod_main_text p.brand_prod_main_text_large { font-size: 20px; }
	.prodtokkyo { position: absolute; font-size: 12px; background: #fff; padding: 5px 10px; bottom: 20px; left: 10px; }

    .brand_prod_pagelink { margin: 0 0 90px; }
        .brand_prod_pagelink ul { text-align: center; }
        .brand_prod_pagelink li { width: 381px; }

#living,#ottoman,#evolution,#zerogravity ,#viola_personal,#viola_ld,#classic_mbk,#classic_mcr,#pintochair_mini,#structure { margin-top: -80px; padding-top: 80px ; }


.brand_prod_discript { padding: 0 0 60px; }
	.brand_prod_discript_logo { padding: 170px 0 45px; }
	.brand_prod_discript_text { padding: 0 0 90px; letter-spacing: normal; }

.brand_discript_pagelink {}
	.brand_discript_pagelink ul {}
	.brand_discript_pagelink li { float:left; margin: 0 30px 0 0; }

.brand_prod_pagelink.elem1 {}
	.brand_prod_pagelink.elem1 ul { width: 100%; }
	.brand_prod_pagelink.elem1 li { float:none; width:100%; text-align: center; }

.brand_prod_store_bnr { position:absolute; top:-15px; right: -180px ; }

.brand_prod_image { padding: 50px 0; }
	.brand_prod_image ul { margin:0 -10px 0 0;}
	.brand_prod_image li { float:left; width:270px; margin:0 10px 10px 0; }
	.brand_prod_image li img { vertical-align: bottom; }
	.brand_prod_image li.noimage { width: 270px; height: 270px; background: #F5F3F2; }

.brand_prod_spec { margin:0 0 100px; font-size: 13px; letter-spacing: normal;}
	.brand_prod_spec .col-l { width: 470px; }
	.brand_prod_spec .col-r {width: 350px;}

	.brand_prod_spec dl {}
	.brand_prod_spec dt { margin: 0 0 15px; }
	.brand_prod_spec dd { margin: 0 0 30px; }
	.brand_prod_spec dd ul {}
	.brand_prod_spec dd li { position: relative; padding-left:1.5em; }
	.brand_prod_spec dd li::after {position: absolute; top:0; left:0; z-index: 2; content: '◯'; }

	.brand_prod_spec dd p.brand_prod_spec_comment { margin: 55px 0 0; font-size: 11px; }

.brand_prod_ethreem { padding: 50px 0 0; }
.pclcf2_ethreem_mainwrap { overflow: hidden; }
.pclcf_ethreem_main { margin: 0 0 30px; }
.brand_prod_ethreem_sasae ul { color: #665C51; padding: 0 0 30px;}
.brand_prod_ethreem_sasae li { width: 230px; float: left; margin: 0 70px 40px 0; }
	.brand_prod_ethreem_sasae li:nth-child(3n) { margin: 0 ;}
	.brand_prod_ethreem_sasae li .brand_prod_sasae_title { font-weight: bold; font-size: 16px; }
	.brand_prod_ethreem_sasae li .brand_prod_sasae_body { line-height: 1.7; font-size: 12px; letter-spacing: normal; }


.brand_prod_structure { background: url(../images/brands/pclh/ethreem_structure.png) 0 220px no-repeat; background-size: 831px 603px; padding: 90px 0 70px;}
.brand_prod_structure.pcl_comfort { background: url(../images/brands/comfort/ethreem_kouzou.jpg) 0 110px no-repeat; background-size: 831px 719px; padding: 90px 0 100px;}
.brand_prod_structure.pcl_comfort2 { background: url(../images/brands/comfort2/ethreem_kouzou.jpg) 0 110px no-repeat; background-size: 831px 719px; padding: 90px 0 100px;}
	.brand_prod_structure_title { font-size: 25px; padding: 0 0 30px; line-height: 1.8; }
	.brand_prod_structure_body { width: 580px; font-size: 14px; line-height: 2; padding: 0 0 400px}

.brand_prod_scene { padding: 85px 0; }
	.brand_prod_scene_title { font-size: 26px; margin: 0 0 75px; text-align: center; line-height: 1.8; }

	#brand_prod_slider { margin: 0 0 85px; }
		#brand_prod_slider ul {}
		#brand_prod_slider li { width: 435px; line-height: 1.7; }
		#brand_prod_slider li p { margin: 25px 5px 0;}

.brand_prod_scene_title02 {font-size: 20px; text-align: left; margin: 0 0 45px;}

.brand_prod_scene_body {}
	.brand_prod_scene_body ul { margin:0 -25px 0 0;}
	.brand_prod_scene_body li { float:left; width: 260px; margin:0 25px 0 0; text-align: center; font-weight: bold; }

#brand_prod_movie { margin: 100px auto 0; text-align: center; max-width: 830px; width: 100%; }

.brand_viola_HIDA { padding: 95px 0 95px 290px; background: url(../images/brands/viora/viora_c3logo.gif) 0 200px no-repeat; background-size:163px 34px;}


.brand_prod_discript.living { background: url(../images/brands/pclh/living_prod_image.png) right 140px no-repeat; background-size: 373px 403px; }
.brand_prod_discript.living-ottoman { background: url(../images/brands/pclh/ottoman_image.png) right 80px no-repeat; background-size: 363px 285px; }

.brand_prod_discript.zerogravity { background: url(../images/brands/zero/zero_c1img.png) right 140px no-repeat; background-size: 369px 406px; }
.brand_prod_discript.zerogravity .brand_prod_discript_logo { padding: 250px 0 80px; }
.brand_prod_discript.zerogravity .brand_prod_discript_text { padding: 0 0 20px 350px; }

.brand_prod_discript.evolution { background: url(../images/brands/evolution/evo_c1img.png) right 150px no-repeat; background-size: 525px 303px; }
.brand_prod_discript.evolution .brand_prod_discript_logo { padding: 230px 0 70px; }
.brand_prod_discript.evolution .brand_prod_discript_text { padding: 0 0 50px 200px; }

.brand_prod_discript.viola_personal { background: url(../images/brands/viora/viora_c1img.png) right 100px no-repeat; background-size: 287px 385px; }
.brand_prod_discript.viola_personal .brand_prod_discript_logo { padding: 200px 0 40px; }
.brand_prod_discript.viola_personal .brand_prod_discript_text { padding: 0 0 90px; }

.brand_prod_discript.viola_ld { background: url(../images/brands/viora/viora_c2img.png) left 90px no-repeat; background-size: 281px 406px; padding-left:360px; }
.brand_prod_discript.viola_ld .brand_prod_discript_logo { padding: 180px 0 40px; }
.brand_prod_discript.viola_ld .brand_prod_discript_text { padding: 0 0 90px; }

.brand_prod_discript.classic_mbk { background: url(../images/brands/classic/classic_c1img.png) right 100px no-repeat; background-size: 281px 385px;}
.brand_prod_discript.classic_mbk .brand_prod_discript_logo { padding: 180px 0 40px; }
.brand_prod_discript.classic_mbk .brand_prod_discript_text { padding: 0 0 70px; }

.brand_prod_discript.classic_mcr { background: url(../images/brands/classic/classic_c2img.png) left 100px no-repeat; background-size: 281px 385px; padding-left:360px; }
.brand_prod_discript.classic_mcr .brand_prod_discript_logo { padding: 180px 0 40px; }
.brand_prod_discript.classic_mcr .brand_prod_discript_text { padding: 0 0 70px; }

.brand_prod_discript.classic_mcr01 { background: url(../images/brands/classic/classic_c3img.png) right 100px no-repeat; background-size: 281px 385px; }

.brand_prod_discript.pintochair_mini { background: url(../images/brands/mini/mini_c1img.png?0906) right 80px no-repeat; background-size: 337px 406px; }
.brand_prod_discript.pintochair_mini .brand_prod_discript_logo { padding: 130px 0 30px; }
.brand_prod_discript.pintochair_mini .brand_prod_discript_text { padding: 0 0 110px; position: relative; }

.brand_prod_discript.pintochair_mini01 { background: url(../images/brands/mini/mini_c2img.png) left 80px no-repeat; background-size: 337px 406px; padding-left: 360px; }
.brand_prod_discript.pintochair_mini01 .brand_prod_discript_logo { padding: 130px 0 30px; }
.brand_prod_discript.pintochair_mini01 .brand_prod_discript_text { padding: 0 0 110px; position: relative; }

.brand_prod_discript.comfort { background: url(../images/brands/comfort/pclcf_main.jpg) right 140px no-repeat; background-size: 270px 383px; }
.brand_prod_discript.comfort2 { background: url(../images/brands/comfort2/pclcf2_main.jpg) right 140px no-repeat; background-size: 270px 383px; }
.brand_prod_discript.comfort-ottoman { background: url(../images/brands/comfort/ottoman_main.jpg) right 280px no-repeat; background-size: 350px 233px; }
.brand_prod_discript.comfort2-ottoman { background: url(../images/brands/comfort2/ottoman_main.jpg) right 280px no-repeat; background-size: 350px 233px; }

.brand_prod_discript.piccola { background: url(../images/brands/piccola/picola_c1img.png) right 150px no-repeat; background-size: 497px 262px; }
.brand_prod_discript.piccola .brand_prod_discript_logo { padding: 180px 0 70px; }
.brand_prod_discript.piccola .brand_prod_discript_text { padding: 0 0 50px 200px; }

.brand_prod_discript.nido { background: url(../images/brands/nido/nido_c1img.png) right 160px no-repeat; background-size: 497px 440px; }
.brand_prod_discript.nido .brand_prod_discript_logo { padding: 140px 0 70px 60px; }
.brand_prod_discript.nido .brand_prod_discript_text { padding: 0 0 50px 200px; }



	.brand_prod_spec dl {}
	.brand_prod_spec dt { margin: 0 0 15px; }
	.brand_prod_spec dd { margin: 0 0 30px; }

	.brand_prod_spec dd p.brand_prod_spec_comment { margin: 55px 0 0; font-size: 11px; }

	.brand_prod_spec table {}
		.brand_prod_spec table th { white-space: nowrap; padding-right: 10px; }
		.brand_prod_spec table td {}

	.pclcf_inner .brand_prod_spec img.va-m { vertical-align: middle; }
	.brand_prod_spec a { color: #1381C0; }






/* News */

#news_main { float:left; width: 670px; font-size: 15px; line-height: 1.8; }
	#news_main_inner {}

	.entry_outer {margin: -80px 0 180px; padding-top:80px; }
		.news_entry_head {}
			.news_entry_info { margin: 0 0 30px; }
				/*.news_entry_info span.news_entry_day { margin:0 20px 0 0; font-size: 14px;}*/
				/*.news_entry_info span.news_entry_category { background: #5C4E43; padding:5px 20px; color: #fff; font-size: 12px; }*/

				/*.news_entry_info div*/.news_entry_day { float: left; margin-right: 20px; font-size: 14px;}
				/*.news_entry_info div*/.news_entry_category {float: left; width: 90px; height: 25px; line-height: 25px; }
                /*.news_entry_info div*/.news_entry_category a { display: block; text-align: center; background: #5C4E43; color: #fff; font-size: 12px; }
				/*.news_entry_info div*/.news_entry_category a:hover { text-decoration: none;}


			.news_entry_title { border-bottom: solid 1px #A29D9C; font-size: 16px; font-weight: bold; padding: 0 0 20px; }

		.news_entry_body { padding: 50px 0; }

		.news_entry_foot { height: 50px; line-height: 50px; position: relative; border-top:solid 1px #A29D9C; border-bottom:solid 1px #A29D9C; }
			.news_entry_foot_inner {}
				.news_entry_day { font-size: 10px; }
				.news_entry_sns { position: absolute; right: 0; top:16px; }
					.news_entry_sns li { float:left; margin: 0 0 0 15px; vertical-align: middle; line-height: 1; }
					.news_entry_sns li.news_entry_sns_tw {}
					.news_entry_sns li.news_entry_sns_fb {}


#news_side { float:right; width: 115px;}
	#news_side_inner {}
		#news_side dl { font-size: 14px; }
		#news_side dl dt { margin: 0 0 10px; }
		#news_side dl dd { margin: 0 0 60px; }
			#news_side dl dd ul {margin: 0 0 0 13px;}
			#news_side dl dd li { position: relative; }
			#news_side dl dd li::after {position: absolute; top:0; left: -18px; content: '｜'; width: 20%; height: 4px; color: #1A1311; }
			#news_side dl dd li p { position: relative;}
				#news_side dl dd li p span.news_archive_style{ position: absolute; top:-2px; right:15px; display: none; z-index: 9999; }
				#news_side dl dd li p span.news_archive_style.active{ display: block; }
			#news_side dl dd li ul {margin: 0 0 0 10px;}
			#news_side dl dd li ul li{}
			#news_side dl dd li ul li::after{display: none;}



/* Store */

#store_outer {margin:50px 0 180px;}
#store_outer .store_type_nav{ /*position:absolute; top:36px; right:250px;*/ margin:10px 0 15px;}
	#store_outer .store_type_nav img{ margin-right:5px; }
#store_outer .arealine{ border-top:1px solid #BBBBBB; }
	#store_outer .arealine p{ padding:25px 0 10px;  }
#store_outer .areanav{ margin:25px 0 40px; margin-left:-5px;}
#store_outer .areanav li{ float:left; line-height:1em; padding:0 5px; background: url('../images/store/areanav_sep.gif') no-repeat center right; }
#store_outer .areanav li:last-child{ background: none; }

#store_outer.store-tween { font-size:12px;}
#store_outer .store-title{ background: url('../images/store/store-title.gif') no-repeat center left; padding-left:10px; height:20px; line-height:20px; }
#store_outer .store-table table { width:100%; margin-top:10px; margin-bottom:20px;  }
#store_outer .store-table table th{ padding:6px 10px; color:#969696; font-size:12px; vertical-align:middle; }
	#store_outer .store-table table .th1{ width:60px; }
	#store_outer .store-table table .th2{ width:180px;}
	#store_outer .store-table table .th3{}
	#store_outer .store-table table .th4{ width:110px; }
	#store_outer .store-table table .th5{ width:50px; }
#store_outer .store-table table td{ vertical-align:middle; line-height:1.4em; background:#F0F0F0; padding:12px 11px; min-height:50px; color:#505050; border:2px solid #FAFAFA; font-size:12px; }
#store_outer .store-table table tr.even td{ background:#E6E6E6; }


#store_outer .store-table table td a       { text-decoration: underline; color:#000; }
#store_outer .store-table table td a:hover { text-decoration: none; color:#505050; }



/* CONTACT
----------------------------------------------------------------------------------------------*/
.contfrm{ padding:0 15px; margin-top:10px; font-size: 13px; line-height: 1.7;}
.submitbtm{ margin:10px 0 30px;}
.submitbtm input{ width:80px;}
/* FORM */
.contfrm input.inputTxt, .contfrm textarea { padding:5px; border:solid 1px #CACACA; background:#FFF; margin-bottom:10px; }
.contfrm input.inputTxt{ width:50%;}
.contfrm textarea{ width:700px;}
.contfrm input:focus, .contfrm textarea:focus {
	outline:none;
	box-shadow:0px 0px 3px #888;
	-moz-box-shadow:0px 0px 3px #888;
	-webkit-box-shadow:0px 0px 3px #888;
}
.contfrm .error_box {
	border:1px solid #C50000;
	text-align:left;
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
	color:#C50000;
	display:none;
	margin:0px 0px 15px 0px;
	padding:8px 12px;
	width: 686px;

}
.contfrm .success_box {
	background:#E2F1BB;
	border:1px solid #598800;
	text-align:left;
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
	color:#598800;
	display:none;
	margin:0px 0px 15px 0px;
	padding:8px 12px;
}

.submitbtm { margin: 30px auto; }
.submitbtm button       { background: #5C4E43; color: #ffffff; border:solid 1px #5C4E43; padding: 3px 20px; margin: 0; font-size: 12px; cursor: pointer; }
.submitbtm button:hover { background: #ffffff; color: #5C4E43; font-weight: bold; }
  .submitbtm button p {}
  .submitbtm button p span { letter-spacing: 1em;  }

.ct-tween2 h3{padding:0 15px; font-size:1.2em; font-weight:bold;}
.contact_tel {padding:0 15px;}






/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */

.paginationwrap { margin-bottom: 80px; position: relative; top: -80px;}

.pagination {
	line-height:1;
}

.pagination .next, 
.pagination .prev {
}

.pagination span, 
.pagination a {
display:block;
float:left;
margin: 0 5px 10px 0;
padding: 8px 10px;
width:auto;
color: #5C4E42;
text-decoration:none;
background: #F5F3F2;
}
 
.pagination a:hover{
background: #CECAC6;
}
 
.pagination .current{
padding: 8px 10px;
background: #CECAC6;
}


.pagerwrap { margin: -80px 0 80px;}
.in-pager { width: 100%; }
.in-pager .prev { float: left;}
.in-pager .next { float: right;}
.itiran { margin-top: -30px; }









/* ---------- LP ---------- */

.lpheader #header_logo_inner { padding: 65px 0 0; border-top:solid 5px #000; }
.lpheader #header_logo { height: 200px; background: #F5F3F2; text-align: center; }
.lpwrap { width: 100%; max-width: 960px; margin: -50px auto 80px;}
.lpwrap img { vertical-align: bottom;}
.shopposi { position: fixed;  width: 200px; }
.shopposiwrap { top: -150px; right: 40px; z-index: 99999;}
.sp-show600 { display: none; }

@media screen and (max-width: 1240px) {
.shopposiwrap { top: -230px; right: 170px; z-index: 99999;}
.shopposi { width: 150px;}
}

/* lp1908 */

.lpwrap1908 { padding-bottom: 150px; text-align: center;}
.lpmoviewrap { margin: -8.4375% 0; position: relative; z-index: -1; }
.lpmoviewrap video { width: 100%; }
.lpwrap1908 .concept_lead { padding-bottom: 0; }
.lpdaywrap { margin-bottom: 30px; }
.lpday { font-size: 18px; line-height: 1; }
.lpday span { font-size: 4em; }
.lpborderwrap { padding: 40px 20px; margin-bottom: 40px; text-align: left; display: inline-block; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.lpbikou { margin-top: 10px; font-size:13px; line-height: 1.5; }
.lpwrap1908 .col-ethreem_nomura,
.lpwrap2007 .col-ethreem_nomura { margin: 40px 0; display: flex; justify-content: center; text-align: left; }
.lpwrap1908 .col-ethreem_nomura div:first-child,
.lpwrap2007 .col-ethreem_nomura div:first-child { width: 220px; padding:10px; background: #F5F3F2; }
.lpwrap1908 .col-ethreem_nomura div:nth-child(2),
.lpwrap2007 .col-ethreem_nomura div:nth-child(2) { width: 300px; padding: 30px; padding-left: 0; text-align: justify; background: #F5F3F2; }
.lpbtn { bottom: 0; right: 0; line-height: 1.5; position: fixed; z-index: 9; }
.lpbtn a { padding: 20px 35px 15px 15px; color: #fff; background: #665C51; display: block; position: relative;  }
.lpbtn a:after { content: ""; position: absolute; top: calc(50% - 3px); right: 15px; width: 6px; height: 6px;
border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.lpbtn a:hover { text-decoration: none; }
@media screen and (max-width: 750px) {
    .lpday span { font-size: 2.5em; }
}


/*PRIVACY
==========================================================*/

.privacytab { margin: 40px auto; max-width: 700px; width: calc(100% - 40px); }
.privacytab th { display: block; font-size: 16px; font-family:"Adobe Garamond Pro", "Fenix", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", Times, serif; }
.privacytab td { display: block; font-size: 13px; padding-bottom: 40px; font-weight: normal; text-align: justify; }
.privacytabin { margin-top: 10px; }
.privacytabin th { font-size: 15px; }
.privacytabin th,
.privacytabin td { display: table-cell; font-weight: normal; padding-bottom: 0; padding-right: 10px; }
.privacytabin a { text-decoration: underline; }



/* lp2007 */

.lpwrap2007 { padding: 50px 0;}
.lpwrap2007.spring { color: #EB6EA5; }
.cf2moviewrap { width: 100%; height: 42vw; overflow: hidden; }
.cf2moviewrap video { width: 100%; height: auto; position: relative; top: -7vw; }
.lpwrap2007 .concept_lead { padding: 100px 0 50px; background-size: 1000px 345px;}
.lpwrap2007 .lpday { font-size: 25px;}
.lpwrap2007 .concept_lead_title { font-size:35px; }
.lpwrap2007 .concept_lead_title span { padding: 5px; padding-top: 10px; background: #665C51; color: #fff;}
.lpwrap2007.spring .concept_lead_title span { background: #FFF799; color: #EB6EA5; }
.lpbtn2007 { bottom: 20px; right: 20px; line-height: 1.5; position: fixed; z-index: 10000; font-size: 1.2em; border: 1px solid #fff; text-align: center; }
.lpbtn2007 a { padding: 15px 10px; color: #fff; background: #665C51; background: #b71c1c; background: #EB6EA5; display: block; }
.spring .lpbtn2007 a { background: #EB6EA5;  }
.lpbtn2007 a:hover { text-decoration: none;}
.lpbtnday { font-size: 15px; }
.lpbtnday span { font-size: 2em;}
.lpbtnttl { font-size: 28px; padding: 10px; padding-top: 0; border-bottom: 1px solid #fff; line-height: 1.2;}
.lpbtntxt { padding-top: 10px;}
.lpbtntxt br { display: none;}
.lpbtntxt:last-child { display: inline-block; position:relative;}
.lpbtntxt span { font-size: 2em;}
.lpbtntxt:last-child:after { content: ""; position: absolute; right: -20px; width: 6px; height: 6px; bottom: 10px; border-top: 1px solid #fff;
border-right: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.lppricewrap { font-size: 25px; line-height: 1.2; text-align: center;}
.lppricewrap br { display: none;}
.lppricewrap span { font-size: 2.5em;}
.lppricewrap.sub { font-size: 16px; }
.lppricewrap.sub span { font-size: 1.7em;}
.lpbtn2007 a:hover { text-decoration: none; }
.cshover a {-webkit-transition:all .3s;transition:all .3s}
.cshover a:hover{-webkit-opacity:.6; opacity:.6 }
.lpyoutube { text-align: center; }
.lpyoutube br { display: none;}
.lpyoutube a {font-size: 18px; display: inline-block; border-bottom: 1px solid #000; padding-right: 30px; position: relative;}
.lpyoutube a:after { content: ""; position: absolute; bottom: -4px; right: 4px; width: 8px; height: 8px;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lpyoutube a:hover { text-decoration: none; color: #000; padding-right: 40px;}
.lpyoutube img { padding-left: 20px; height: auto;}
.lpmid { background: #665C51; color: #fff; padding: 15px !important; padding-bottom: 10px !important; margin-bottom: 40px !important; }
@media screen and (max-width: 1000px) {
    .lpwrap2007 .concept_lead { padding: 100px 0 50px; background-size: 100vw 34.5vw; }
}
@media screen and (max-width: 750px) {
    .lpwrap2007 .concept_lead { padding: 50px 0 30px; }
    .lpwrap2007 .lpday { font-size: 20px; padding: 0 20px; text-align: center;}
    .lptime { margin-top: 30px; text-align: center;}
    .lptime br { display: inline !important;}
    .lppricewrap { margin-top: 30px; font-size: 20px;}
    .lppricewrap br { display: inline !important;}
    .lpwrap2007 .concept_lead_title { font-size: 20px; padding: 0 20px; }
    .lpbtn2007 { max-width: 49%; top: inherit; bottom: 0; right: 0; letter-spacing: 0; }
    .lpbtn2007 a { padding: 10px 5px; }
    .lpbtnday { font-size: 8px; }
    .lpbtnttl { font-size: 20px; margin-top: 5px;}
    .lpbtntxt { font-size: 13px; padding: 15px 0 0; line-height: 1.2; }
    .lpbtntxt:last-child { padding: 0 20px;}
    .lpbtntxt:last-child:after { right: 10px; bottom: 6px; }
    .lpbtntxt br { display: inline;}
    .lpmid br { display: none;}
    .lpyoutube a { line-height: 2.2; padding-right: 0; font-size: 16px;}
    .lpyoutube a:hover { padding-right: 10px;}
    .lpyoutube br { display: inline;}
    .lpyoutube img { width: 80px; height: auto;padding:0; }
}
@media screen and (max-width: 450px) {
    .lpwrap2007 .concept_lead { padding: 30px 0 10px; }
    .lpbtntxt { font-size: 10px;} 
}

.brand_discript_pagelink2 { }
.pclcf_ethreem_main { position: relative;}
.pclcf_ethreem_main .brand_discript_pagelink2 { position: absolute; bottom: 0; left: 0;}
.flex { display: flex; }
.brand_discript_pagelink2 ul { margin-left: -30px;}
.brand_discript_pagelink2 ul li { margin-left: 30px; position: relative;}
.brand_discript_pagelink2 a { width: 152px; height: 46px; line-height: 0; border: 2px solid #ccc; align-items: center; justify-content: center; display: flex; box-sizing: border-box; position: relative; padding-top: 3px; }
.brand_discript_pagelink2 a:hover { text-decoration: none; }
.brand_discript_pagelink2 li:after { content: ""; width: 2px; height: 28px;  top: 9px; left: 0; background: #FEFCFC; position: absolute; }
.brand_discript_pagelink2 a:before{ content: ""; width: 2px; height: 28px;  top: 9px; right: -2px; background: #FEFCFC; position: absolute; }





/*charge
==========================================================*/

.fs24 { font-size: 24px; }
.fs19{ font-size: 19px;}
.fs16{ font-size: 16px;}
.fs13{ font-size: 13px;}
.lh2 { line-height: 2;}
.ls0 { letter-spacing: 0;}
.txl { text-align: left;}
.flex-aie { display: flex; flex-wrap: wrap; align-items: flex-end; }
@media screen and (min-width: 751px) {
    .brand_prod_discript.charge { background: url(../images/brands/charge/prod_image.png) right 140px no-repeat; background-size: 373px 403px; }
    .brand_prod_discript.dining { background: url(../images/brands/dining/prod_image.png) right 140px no-repeat; background-size: 354px 375px; }
    .brand_prod_discript.dining-ottoman { background: url(../images/brands/dining/ottoman_image.png) right 80px no-repeat; background-size: 452px 272px; }
}
@media screen and (max-width: 750px) {
    table.sp-block th,
    table.sp-block td{ display: block;}
}

.brand_prod_spec.flex-jcs {}
.brand_prod_spec-l { width: 55%;}
.brand_prod_spec-r { width: 45%;}
.brand_prod_image ul.flex-jcs li { width: calc(100% / 3 - 10px); }
.brand_prod_ethreem_sasae ul.flex-jcs li { width: calc(100% / 3 - 40px); margin: 0 0 40px; }

.chargecolorwrap{ padding-bottom: 80px; }
.chargecolor-t { margin-bottom: 60px;}
.chargecolor-t-l{ width: calc(50% - 20px); }
.chargecolor-t-r{ width: calc(50% - 20px); }
.chargecolor-b{}
.chargecolor-b-l{ margin-bottom: 30px; }
.chargecolor-bmid{ margin-bottom: 10px;}
.chargecolor-btab{ font-size: 13px; line-height: 1.7;}
.chargecolor-btab th{}
.chargecolor-btab td{}
.chargecolor-b-r{ }
.chargecolor-b-rul{}
.chargecolor-b-rul li{ width: calc(20% - 15px);}

.charge_reclining-t{ padding: 70px 0 50px; }
.charge_reclining-t-l{ width: calc(450 / 810 * 100%); }
.charge_reclining-t-r{ width: calc(310 / 810 * 100%); }
.charge_reclining-b{ padding-bottom: 80px; }
.charge_reclining-b-l{ width: calc(493 / 810 * 100%); }
.charge_reclining-b-r{ width: calc(280 / 810 * 100%); }
.charge_reclining-b div{}
.charge_reclining-b p{}

.charge_customize-t{ margin-bottom: 60px;}
.charge_customize-t-l{ width: calc(342 / 810 * 100%); }
.charge_customize-t-r{ width: calc(468 / 810 * 100%); }
.charge_customize-b{ padding-bottom: 100px; }
.charge_customize-b-l{ width: calc(414 / 810 * 100%); }
.charge_customize-b-r{ width: calc(338 / 810 * 100%); }
.charge_customize-b p { line-height: 1.6; margin-bottom: 30px;}

.charge_scene{}
.charge_scene-l { width: calc(410 / 830 * 100%); }
.charge_scene-l-l { width: calc(222 / 408 * 100%); }
div.charge_scene-l-r{ width: calc(166 / 408 * 100%); }
div.charge_scene-r{ width: calc(370 / 830 * 100%); }
.charge_scene p { font-size: 14px; margin-top: 10px; line-height: 1.5; letter-spacing: 0;}

.charge_moviewrap { padding-bottom: 100px;}

@media screen and (max-width: 750px) {
    .fs24 { font-size: 20px; }
    .fs19{ font-size: 16px;}
    .fs16{ font-size: 15px;}
    .fs13{ font-size: 12px;}
    .lh2 { line-height: 1.8;}
    .sp-flex-jcc { display: flex; justify-content: center;}
    .pb80 { padding-bottom: 40px !important;}

    .brand_prod_spec.flex-jcs {}
    .brand_prod_spec-l { width: 100%;}
    .brand_prod_spec-r {width: 100%;}
    .brand_prod_spec-r div { max-width: 400px; width: 100%; margin: 0 auto; }
    .brand_prod_image ul.flex-jcs li { width: calc(100% / 3 - 2px); }
    .brand_prod_ethreem_sasae ul.flex-jcs li { width: calc(100% / 2 - 10px); margin: 0 0 20px; }

    .chargecolorwrap{ padding-bottom: 40px; }
    .chargecolor-t { flex-direction: column-reverse; margin-bottom: 30px;}
    .chargecolor-t-l{ width: 100%; }
    .chargecolor-t-r{ margin-bottom: 20px; width: 100%; }
    .chargecolor-bmid{ margin-bottom: 10px;}
    .chargecolor-b-rul { justify-content: center; margin-left: -20px; margin-bottom: -20px;}
    .chargecolor-b-rul li{ width: calc(100% / 3 - 20px); margin-left: 20px; margin-bottom: 20px;}

    .charge_reclining-t{ padding: 40px 0 30px; }
    .charge_reclining-t-l{ width: 100%; margin-bottom: 20px; }
    .charge_reclining-t-r{ width: 100%; max-width: 310px; }
    .charge_reclining-b{ padding-bottom: 60px; }
    .charge_reclining-b-l{ width: 100%; }
    .charge_reclining-b-r{ width: 100%; max-width: 310px; margin: 20px auto 0; }
    .charge_reclining-b div{ margin-bottom: 10px;}

    .charge_customize-t{ margin-bottom: 40px; }
    .charge_customize-t-l{ width: 100%; }
    .charge_customize-t-r{ width: 100%; }
    .charge_customize-b{ padding-bottom: 50px; }
    .charge_customize-b-l{ width: 100%; margin-bottom: 40px; }
    .charge_customize-b-r{ width: 100%; }
    .charge_customize-b p { margin-bottom: 20px;}

    .charge_scene{}
    .charge_scene-l { width: 100%; }
    .charge_scene-l-l { width: calc(227 / 408 * 100%); }
    div.charge_scene-l-r{ width: calc(170 / 408 * 100%); }
    div.charge_scene-r{ width: 100%; }
    .charge_moviewrap { padding-bottom: 50px;}
}
@media screen and (max-width: 450px) {
    .chargecolor-b-r{ width: 100%; margin-top: 20px; }
}





/*dining
==========================================================*/

.dining-detailwrap{ padding: 120px 0 60px;}
.dining-detailtxt{ margin-bottom: 80px; max-width: 560px; width: 100%;}
.dining-detailtxt .fs24{ margin-bottom: 20px; }
.dining-detailimg { max-width: 615px; width: 100%; margin: 0 auto;}
.dining-detailimg .poab{ width: 45px; right: -10px; top: -100px; }

#brand_prod_slider li p.fs16 { margin: 20px 0 5px;}
#brand_prod_slider li p.fs13 { margin: 0}

.dining-designwrap{}
.dining-design-t{ margin-bottom: 70px;}
.dining-design-t > div{ width: calc(50% - 20px);}
.dining-design-t p{ margin-top: 10px; }
.dining-design-b{ padding-bottom: 80px;}
.dining-design-b img { vertical-align: bottom;}
.dining-design-b > div{ width: calc(50% - 20px);}
.dining-design-b > div > div:nth-child(1){ width: 40%; }
.dining-design-b > div > div:nth-child(2){ width: 56%; }
.dining-design-b > div > div:nth-child(2) p:nth-child(1){ margin-bottom: 10px; line-height: 1.5;}
.dining-design-b > div > div:nth-child(2) p:nth-child(2){ line-height: 1.5;}

@media screen and (max-width: 800px) {
    .dining-design-t,
    .dining-design-b{max-width:435px; margin: 0 auto; }
    .dining-design-t > div{ width: 100%; margin-bottom: 30px }
    .dining-design-b > div{ width: 100%; margin-bottom: 20px; }
}
@media screen and (max-width: 750px) {
    .dining-detailwrap{ padding: 60px 0 30px;}
    .dining-detailtxt{ margin-bottom: 40px;}
    .dining-detailtxt .fs24{ margin-bottom: 15px; }
    .dining-designwrap { margin-top: 20px;}
    .dining-design-t{ margin-bottom: 20px;}
    .dining-design-b{ padding-bottom: 40px;}
}

