@import "/css/font-awesome/css/font-awesome.min.css";

/* ********** COMMON ********** */

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  color: #111;	
}

html {
  //overflow-y: scroll;
}

body {
  background: #fff;
  text-align: center;
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.wrapper {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
}

.wrapper img {
	max-width: 100%;
}

.wrapper ol {
	list-style: none;
}

.note {
	font-size: 0.75rem;
}

.note1 {
	font-size: 0.85rem;
}

.note2 {
	font-size: 0.9rem;
}

.tx_center {
    text-align: center;
}

.tx_right {
    text-align: right;
}

.bold {
	font-weight: bold;
}

.pc_only {
	display: none;
}

.ipad_only {
	display: none;
}
.sup {
    	font-size:0.5rem;
    	vertical-align:top;
    }

@media only screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
	.sup {
    	font-size:0.5rem;
    	vertical-align:top;
    }
}

@media only screen and (max-width: 768px) {
	.ipad_only {
		display: block;
	}
}

@media only screen and (max-width: 414px) {
	.ipad_only {
		display: none;
	}
}


img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}

/* ********** HEADER ********** */
/*
header {
	margin: 0;
    background: #fff;
    //background: red;
	padding: 0.8rem;
	text-align: left;
}

header .logo {
	width: 36vw;
	margin: 0;
}

@media only screen and (min-width: 640px) {
	header .logo {
		width: 170px;
	}
}
@media only screen and (min-width: 960px) {
}
*/


/* ********** HEADER ********** */
.header__menu__product__list,
.header__menu__product__foot,
.header__menu__product__brandlist,
.header__menu__features,
.header__menu__shopinfo__main,
.header__menu__services__main,
.header__menu__content,
.linklist__item
 {
	display:block;
	text-align:left;
}


/* ********** sns icon ********** */
.sns_fixed {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	z-index: 99999;
}
.sns_fixed img {
	width: 34.3px;
}
.sns_fixed ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.sns_fixed li {
	flex: auto;
}
.sns_fixed a {
	display: block;
	background-color: #fff;
}



@media only screen and (max-width: 414px) {	
	.sns_fixed {
		display: none;
	}
}


/* ********** PAGETO SHOP ********** */

.pageto_shop {
  bottom: 70px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_shop a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/idc_recommend/workchair/images/ico_shop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_shop {
  right: 10px;
  }	
	
  .pageto_shop a {	
  background-size: 32px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}

/* ********** PAGETO TOP ********** */

.pageto_top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

@media only screen and (max-width: 414px) {	
  .pageto_top {
  right: 10px;
  }	
}	

.pageto_top a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/reason/kaden/images/ico_totop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_top a {	
  background-size: 22px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}




/* ********** PAGETO remote ********** */

.pageto_remote {
  bottom: 130px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_remote a {
  background-color: rgba(255,255,255,0.9);
  background-image: url(/fair/sleep/images/icon_remote.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72px auto;
  border-radius: 45px 45px;
  display: block;
  height: 80px;
  width: 80px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));	  
}

@media only screen and (max-width: 414px) {	
  .pageto_remote {
  right: 10px;
  }	
	
  .pageto_remote a {	
  background-size: 74px auto;
  border-radius: 55px 55px;
  height: 80px;
  width: 80px;	
  }		
}	

/* ********** PAGETO lp_soudankai ********** */

.pageto_lp_soudankai {
  bottom: 43px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_lp_soudankai a {
  background-color: rgba(255,255,255,0.9);
  background-image: url(/fair/sleep/images/icon_sleep.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72px auto;
  border-radius: 45px 45px;
  display: block;
  height: 80px;
  width: 80px;
 filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));	
}

@media only screen and (max-width: 414px) {	
  .pageto_lp_soudankai {
  right: 10px;
  }	
	
  .pageto_interior a {	
  background-size: 72px auto;
  border-radius: 55px 55px;
  height: 80px;
  width: 80px;	
  }		
}	

/* ********** PAGETO SHOP ********** */

.pageto_shop {
  bottom: 70px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_shop a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/idc_recommend/workchair/images/ico_shop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_shop {
  right: 10px;
  }	
	
  .pageto_shop a {	
  background-size: 32px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	

/* ********** PAGETO TOP ********** */

#pagetop {
  bottom: 0;
  position: fixed;
  right: 30px;
  z-index: 9999;    
}
#pagetop img {
	display:none;
}

@media only screen and (max-width: 414px) {	
  #pagetop {
  right: 13px;
  }	
	#pagetop img {
	display:none;
}
}	

#pagetop a {
  background-color: rgb(75 73 72);
  background-image: url(/reason/kaden/images/ico_totop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  //border-radius: 25px 25px;
  display: block;
  height: 30px;
  width: 60px;
}

@media only screen and (max-width: 414px) {	
  #pagetop a {
  background-color: rgb(75 73 72);
  background-size: 14px auto;
  //border-radius: 25px 25px;
  height: 26px;
  width: 70px;
  }		
}




/* ********** SHOP ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3rem 0 0;
	font-size: 1rem;
}

.shoplist {
	padding: 6rem 0;
    text-align: left;
    color: #222;
    padding-top: 1rem;
    z-index: -1;    
}

.shoplist .em {
	text-align:center;
	font-size:1.1rem;
	margin-top:4rem;
	padding-bottom:0.3rem;
    font-weight: bold;
}

.shoplist h3{
	font-size: 1.3rem !important;
}

@media only screen and (min-width: 768px) {
	.shoplist h3{
	font-size: 1.45rem;
	}
}

.tenpo_headline {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0.5em;
	line-height: 2rem;
}
.tenpo_headline .blog_link a {
	display: block;
	text-align: center;
    color: #222;
	font-size: 1rem;	
}
.tenpo_headline .blog_link a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.tenpo_area {
    color: #222 !important;
    z-index: -1;
}
.tenpo_area p {
	padding: 0.5em;
	position: relative;
}

/* ********** iPad ********** */
@media only screen and (max-width: 768px) {
.tenpo_area{
    margin: 0 auto;
    width: 90%;
    }    
}

.tenpo_area p.active::after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
.tenpo_area nav > ul {
	border-bottom: solid 1px #ccc ;
	font-size: 0.9rem;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #ccc ;
}
.tenpo_area nav > ul > li:last-child {
	border-bottom: none;
}
.popup_area_title {	
}
.tenpo_area a {
	display: block;
	padding: 0 0 0.5em;
	position: relative;
    color: #222;
	font-size: 1rem;
}
.tenpo_area a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #222;
}
.tenpo_area a span {
	font-size: 0.9rem;
}

@media only screen and (max-width: 639px) {
	.tenpo_area p {
	position: relative;
    border-bottom: 2px solid #ccc;
	}
}
@media only screen and (min-width: 768px) {
	.tenpo_area {
		border: none;
	}
	.tenpo_area p {
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 2.2rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.2rem 0 0.2rem 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
	}
	.shoplist_wrap{ 
		padding: 5em 0 0;
	}
}


.bnr_bedroomgallery_ginza {
    padding: 0 8px;
}


/* -------------------------------------

  COMMON FOOTER 

--------------------------------------*/
/* PC */
@media only screen and (min-width: 768px) {
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list {
		margin:30px auto;
	}
	#footer #footer_nav {
		width:100%;
		background-color:#ddd;
	}
	#footer #footer_nav .footer_nav_inner {
		font-size:95%;
		margin:30px auto 0;
		padding:70px auto;
		width:960px;
	}
	#footer #footer_nav .footer_nav_inner .footer_nav_col {
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
		padding:3rem 0;
	}
	#footer #footer_nav .footer_nav_inner .footer_nav_col li {
		font-size:0.8rem;
		text-align:left;
		line-height:2.5;
	}
	#footer #footer_nav .footer_nav_inner,
	#footer #footer_nav .footer_nav_inner a {
		color:#333;
		letter-spacing:0.5px;
	}
	#footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li:first-of-type a {
		color:#000;
		font-weight:bold;
	}
	#footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li:before {
		content: none;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner {
		width:960px;
		margin:0 auto;
		padding:30px auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list {
		display:flex;
		justify-content:center;
		flex-flow:row nowrap;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a {
		color:#333;
		font-size: 0.75rem;
		text-align: center;
		margin:0 auto;
		letter-spacing: 0.3px;
		display:block;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li {
		position: relative;
		padding-right: 25px;
		width: auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a::after {
		background-color: #333;
		content: "";
		height: 11px;
		width: 1px;
		position: absolute;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li:last-child a::after {
		content:none;

	}
	#footer .footer_nav_bg .copyright {
		margin:0;
		padding-bottom: 42px;
		font-size: 0.8rem;
		text-align:center;
	}

/*
 sns icon - PC CommonFooter
-----------------------*/
	.footer__spMenu__foot .footer__spMenu__sns {
		margin: 0 auto;
		margin: 0 0.3rem;
		padding: 2rem 3rem 1.5rem;
		border-bottom: 1px solid #eeeeee;
	}
	.footer__spMenu__sns__head {
		margin: 2rem 0 0;
	}
	.footer__spMenu__sns__txt {
		font-size: 1rem;
		text-align: center;
		font-weight: bold;
	}
	.footer__spMenu__sns__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon {
		display: inline-block;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--twitter {
		width: 2.2rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--facebook {
		width: 0.9rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--instagram {
		width: 2.18rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--youtube {
		width: 3rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--line {
		width: 2.4rem;
		height: 4rem;
	}
}




/* SP */
@media only screen and (max-width: 767px) {
	.footer__spMenu__foot {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		background-color: #f7f7f7;
		padding: 0.5rem 0.8rem 2rem;
		margin-bottom:-3rem;
		text-align:left;
	}
	.foot__linklist__item {
		border-bottom: 1px solid #eeeeee;
	}
	.foot__linktxt {
		position: relative;
		display: block;
		color: #333;
		line-height: 1.5;
		font-weight: bold;
		font-size: 3.2vw;
		padding: 4.7vw 2.66667vw;
	}
	.foot__linktxt::before {
		content: "";
		display: block;
		background-image: url(../images/header/common/icon_arrow_rightsideways_lightgray.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	}
	.foot__linktxt--foreicon .foot__linktxt__icon {
		top: 50%;
		left: 2.66667vw;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.foot__linktxt--foreicon .linktxt__icon--shop {
		padding-right: 0.5rem;
		vertical-align: sub;
	}
	.foot__linktxt__icon--shop > img {
		width: 7.06667vw;
		height: 5.46667vw;
		padding-left: 0.1rem;
	}
	.foot__linktxt__icon--cart > img {
		width: 6vw;
		height: 5.06667vw;
	}
	.foot__linktxt__icon--like > img {
		width: 4.93333vw;
		height: 4.66667vw;
	}
	.foot__linktxt__icon--mail > img {
		width: 5.46667vw;
		height: 3.86667vw;
	}

/* 
 sns icon - SP CommonFooter
-----------------------*/
	.footer__spMenu__foot .footer__spMenu__sns {
		margin: 0 auto;
		margin: 0 0.3rem;
		padding: 2rem 3rem 1.5rem;
		border-bottom: 1px solid #eeeeee;
	}
	.footer__spMenu__sns__head {
		margin-bottom: 5.33333vw;
	}
	.footer__spMenu__sns__txt {
		font-size: 3.46667vw;
		text-align: center;
		font-weight: bold;
	}
	.footer__spMenu__sns__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon {
		display: inline-block;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--twitter {
		width: 8vw;
		height: 6.66667vw;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--facebook {
		width: 3.46667vw;
		height: 7.2vw;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--instagram {
		width: 7.33333vw;
		height: 7.33333vw;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--youtube {
		width: 10.13333vw;
		height: 7.2vw;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--line {
		 width: 8.26667vw;
		height: 8vw;
	}

/* 
 foot__linklist  2col - SP
-----------------------*/
	.foot__linklist--flexsp {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.foot__linklist--flexsp .foot__linklist__item {
		flex-basis: 49%;
		border-bottom: 1px solid #eeeeee;
	}
	.foot__linklist--flexsp .foot__linklist__item:nth-child(even) {
		border-left: 1px solid #eeeeee;
	}
	.foot__linklist--flexsp .foot__linklist__item--under {
		flex-basis: 49%;
		border-bottom: 1px solid #eeeeee;
	}
	.foot__linklist--flexsp .foot__linklist__item .foot__linktxt--under {
		font-weight:normal; 
		font-size:0.6rem;
	}
	.copyright {
		font-size: 80%;
		text-align: center;
		margin: 2rem 1rem 0;
	}
	.linktxt__icon--shop>img {
		width: 7.06667vw;
		height: 5.46667vw;
	}
}
