img {
max-width: 100%;
}

/* ----------------------------
main_title
---------------------------- */
.main_title h1 {
	font-size: 1.5rem;
    margin: 1rem auto 0;
}
.main_title p {
    margin: 0 auto 0.5rem;
    font-size: 0.9rem;
}



/* ----------------------------
tab
---------------------------- */
.tabs {
	width: 100%;
	margin: 1rem auto 3rem;
	position: relative;
}
.tab-buttons {
	display: flex;
	flex-flow: row nowrap;
}
.tab-buttons span {
	font-size: 14px;
	color: #333;
	background: #eee;
	cursor: pointer;
	border-bottom: 2px solid #ddd;
	display: block;
	width: 25%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.tab-content {
	border-bottom: 3px solid #ddd;
	background: #ffffff;
	display: inline-block;
	font-size: 13px;
	color: #333;
	width: 100%;
}
#lamp {
	width: 25%;
	height: 2px;
	background: #333;
	display: block;
	position: absolute;
 	top: 40px;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content1 {
	left: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content2 {
	left: 25%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content3 {
	left: 50%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content4 {
	left: 75%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}



/* ---------------------------- 
item icon area
---------------------------- */
.item_list {
	display: flex;
	flex-flow: row wrap;
	padding: 1.5rem 0 0.5rem;
}
.item_list li {
	 width: calc(20%);
	 padding-bottom: 1rem;
}
.item_list > li img {
	width: calc(60%);
}
.item_list li a {
	display: block;
	text-align: center;
	padding: 0.5rem 0.5rem;
}
.item_list p {
	text-align: center;
}



/* ----------------------------
recommend 
---------------------------- */
.recommend h2 {
	margin-top: 0;
    font-size: 1.2rem;
}



/* ----------------------------
swiper 
recommend_item 
---------------------------- */
.swiper_contents_wrap h3 {
	font-size: 1.3rem;
}
.recommend_item {
	height: 390px;
	margin-bottom: 2rem;
}
.recommend_item .swiper-slide {
	border: 1px solid #ddd;
    box-sizing: border-box;
    height: auto;
}
.recommend_item .swiper-slide .text {
	padding: 0.8rem 0.8rem 1.5rem;
}
.recommend_item .swiper-slide .text dt {
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 0.9rem;
}
.recommend_item .swiper-slide .text dd {
	font-size: 0.8rem;
	margin-top: 0.5rem;
}
.recommend_item .swiper-pagination {
    top: 89%;
    left: 0;
    width: 100%;
}



/* ----------------------------
TOPICS 
---------------------------- */
.topics h2 {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 0;
}



/* ----------------------------
swiper  
TOPICS
---------------------------- */
.topics .swiper_contents_wrap {
	height: 320px;
}
.topics_item {
	height: 340px;
}
.topics_item .swiper-wrapper {
	padding-left: 2rem;
}
.topics_item .swiper-slide a {
	display: block;
	width: calc(87%);  
}
.topics_item .swiper-slide p {
	text-align:center;
}
.topics_item .swiper-slide img:hover {
	opacity:0.8;
	transition:0.5s;
}
.topics_item .swiper-pagination {
	top: 86%;
	left: 0;
    width: 100%;
}



/* ----------------------------
product_contents
---------------------------- */
.product_contents {
}
.product_contents .item_count {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 2rem;
    padding: 1rem;
}
.product_contents .item_count p {
	margin-top: 0;
	margin-bottom:0.5rem;
	font-size: 1.2rem;
}
.product_contents .item_count .em {
	font-weight: bold;
	color: #e04d4d;
	letter-spacing: 0.7px;
}
.product_contents .item_count .kome {
	font-size: 0.6rem;
	vertical-align: super;
}
.product_contents .item_count .note {
	font-size: 0.75rem;
	vertical-align: super;
	text-align: left;
    display: inline-block;
}
.product_contents .product_lead {
	margin-bottom: 3rem;
	border-top: 2px solid #eee;
}
.product_contents .product_lead:nth-of-type(2) {
	border-top: none;
}
.product_contents .product_lead h2 {
    font-size: 1.5rem;
    text-align: center;	
}
.product_contents .product_lead p {
	text-align: center;
	font-size: 1rem;
}



/* ----------------------------
product_col2
---------------------------- */
.product_col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;	
	margin-bottom: 4rem;
}
.product_col2:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.product_col2 li h3 {
	font-size: 1.2rem;
	margin: 0 auto 0.5rem;
}
.product_col2 li h3 span {
	font-size: 0.9rem;
}
.product_col2 li h3 a {
	text-decoration: underline;
}
.product_col2:nth-of-type(2n) h3 {
	text-align: right;
}
.product_col2 li p {
	margin: 0 auto 2rem;
}
.product_col2 li img {
	max-width: 100%;
}
.product_col2 li:nth-of-type(2n+1) {
	flex-basis: 400px;
}
.product_col2 li:nth-of-type(2n) {
	flex-basis: 518px;
}



/* ----------------------------
img_smy
---------------------------- */
.product_col2 li .img_smy {
	text-decoration: underline;
}
.product_col2:nth-of-type(2n) .img_smy {
	text-align: right;
	padding-right: 0.2rem;
} 



/* ----------------------------
btn_smy
---------------------------- */
.btn_smy {
	border: 1px solid #bbb;
	width: 50%;
	text-align: center;
	margin-bottom: 1rem;
	position: relative;
	padding: 0.5rem 0;
}
.r_btn_smy {
	border: 1px solid #bbb;
	width: 50%;
	text-align: center;
	margin-bottom: 1rem;
	position: relative;
	padding: 0.5rem 0;
	left: 49%;
}
.btn_smy a,
.r_btn_smy a {
	padding: 0.7rem auto;
	display: block;	
}
.btn_smy a::after,
.r_btn_smy a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #000;
}
.btn_smy a:hover,
.r_btn_smy a:hover {
	text-decoration: none;
	opacity: 0.8;
}



/* ----------------------------
brand
---------------------------- */
.brand li h3 {
	font-size: 1.3rem;
}
.brand li h3 a {
	text-decoration: none;
}
.brand li h3 span {
	font-size: 0.9rem;
}



/* ----------------------------
lp_soudankai_sa
---------------------------- */
.btn_lp_soudankai_sa {
	margin-bottom:3rem;
}
.btn_lp_soudankai_sa ul {
	display:flex;
	justify-content:space-around;
	border:1px solid #aaa;
	padding:0.5rem;
	align-items:center;
}
.btn_lp_soudankai_sa ul li:first-child {
	flex-basis:715px;
}
.btn_lp_soudankai_sa ul li:last-child {
	flex-basis:220px;
	background:#2b6aaa;
	text-align:center;
}
.btn_lp_soudankai_sa ul li:last-child a {
    color:#fff;
    display:block;
    padding:0.5rem;
    text-decoration:none;
}
.btn_lp_soudankai_sa ul li:last-child:hover {
	opacity:0.8;
}



/* ----------------------------
fair carpet
---------------------------- */
.btn_fair_carpet {
	margin-bottom:3rem;
}
.btn_fair_carpet ul {
	display:flex;
	justify-content:space-around;
	border:1px solid #aaa;
	padding:1.8rem .5rem;
	align-items:center;
}
.btn_fair_carpet ul li:first-child {
	width:calc(55%);
    line-height: 1.8;
}
.btn_fair_carpet ul li:last-child {
	width:calc(35%);
	text-align:center;
}
.btn_fair_carpet ul li:last-child a {
    display:block;
    text-decoration:none;
}
.btn_fair_carpet ul li:last-child img:hover {
	opacity:0.8;
}
.btn_fair_carpet ul li:last-child p {
	position:relative;
}
.btn_fair_carpet ul li:last-child p a {
    text-decoration:underline;
    padding-top:0.8rem;
}
.btn_fair_carpet ul li:last-child p a::after {
    content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 65%;
	right: 4rem;
	transform: translateY(-50%);
	color: #000;
}



/* ----------------------------
lighting soudankai
---------------------------- */
.btn_lighting_soudankai {
	margin-bottom:3rem;
}
.btn_lighting_soudankai ul {
	display:flex;
	justify-content:space-around;
	border:1px solid #aaa;
	padding:1.8rem .5rem;
	align-items:center;
}
.btn_lighting_soudankai ul li:first-child {
	width:calc(55%);
    line-height: 1.8;
}
.btn_lighting_soudankai ul li:last-child {
	width:calc(35%);
	text-align:center;
}
.btn_lighting_soudankai ul li:last-child a {
    display:block;
    text-decoration:none;
}
.btn_lighting_soudankai ul li:last-child img:hover {
	opacity:0.8;
}
.btn_lighting_soudankai ul li:last-child p {
	position:relative;
}
.btn_lighting_soudankai ul li:last-child p a {
    text-decoration:underline;
    padding-top:0.8rem;
}
.btn_lighting_soudankai ul li:last-child p a::after {
    content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 65%;
	right: 4rem;
	transform: translateY(-50%);
	color: #000;
}



/* ----------------------------
Bedroom Gallery GINZA
---------------------------- */
.bnr_bedroomgallery_ginza {
	text-align: center;
}
.bnr_bedroomgallery_ginza p {
	margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.bnr_bedroomgallery_ginza a {
	display: block;
}
.bnr_bedroomgallery_ginza a:hover {
	opacity: 0.7;
	cursor:pointer;
}



/* ----------------------------
pickup
---------------------------- */
.pickup {
	margin-bottom: 3rem;
}
.pickup h2 {
    margin: 0 0 1rem 0;
    border-bottom: 1px dotted #7f7f7f;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2;
}
.pickup_hint_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.pickup_hint_list li {
	width: calc(32.3%);
	margin-left: 1.55%;
}
.pickup_hint_list li:first-child {
	margin-left: 0;
}
.pickup_hint_list li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.pickup_hint_list li a:hover {
	opacity: 0.7;
}
.pickup_hint_list h3 {
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	background: #eee;
	padding: 0.5rem 0;
}
.pickup_hint_list p {
	margin-top: 0.5rem;
}



