
body{
	color:#1b1b1b;	
	font-size:1.6rem;
}

a{
	color:#1b1b1b;
}
.breadcrumb{
	line-height: 1.5;
	margin: 24px 0 0;
}


.category_title{
	font-size:4.8rem;
	font-weight: 500;
	text-align: center;
	margin: 34px 0 50px;
	line-height: 0.54;
	
}
.category_title span{
	display: block;
    font-size: 1.8rem;
    line-height: 2.67;
}
.contentsInner{
	padding-bottom:0;
}
.contentsInner h2{
	font-size:2.4rem;
	text-align: left;
	margin-bottom:15px;
	font-weight: 500;
}
.section{
	margin-top:80px;
}
h2 + p{
	margin-bottom:20px;
}
@media screen and (max-width: 767px) {
.category_title{
	font-size:3rem;
	margin: 25px 0;
	line-height: 1.4;
	
}
.category_title span{
	font-size:1.6rem;
	line-height: 1.2;
}
.contentsInner h2{
	font-size:2.2rem;
}
.section{
	margin-top:10%;
}
.contentsInner{
	padding-bottom:6%;
	}
.ttl_block .ttl {
    font-size: 1.6rem;
}
}

/*
fine_deco
-------------------------------*/
.fine_deco{
	display: flex;
	background:#EEEEEE;
	padding:40px 3.5%;
	margin: 40px 0;
}
.fine_deco .fine_deco_img{
	width: 50%;
}
.fine_deco .fine_deco_img img{
	width: 100%;
	max-width: 530px;
}
.fine_deco_ttl{
	font-size:2.8rem;
	margin:0 0 6%;
	line-height: 1.4;
	font-weight: 500;
}
.fine_deco_txt {
	width: 50%;
    padding-left: 4.3%;
    color:#4d4c40;
}

.fine_deco_txt p{
	line-height:1.8;
}
@media screen and (max-width: 767px) {
.fine_deco{
	display: block;
	padding:2.6%;
	margin: 30px 0;
}
.fine_deco .fine_deco_img{
	width: 100%;
}
.fine_deco .fine_deco_img img{
	display: block;
	margin:0 auto;
}
.fine_deco_txt {
	width: 100%;
    padding-left:0;
}
.fine_deco_ttl{
	text-align: center;
	margin:2% 0;
}
}

/*
itemlist_subnavi
-----------------------------*/
.itemlist_subnavi{
    width: 100%;
    background: #f7f7f7; 
    margin-top:58px;
}
.subnavi_inner{
	width: 100%;
	max-width: 1140px;
	margin:0 auto;
}
.itemlist_subnavi ul{
	display: flex;
	justify-content: space-between;
	width: 85%;
    margin: 0 auto;
}
.itemlist_subnavi ul li{
	/*width: 25%;*/
	text-align: center;
	
}
.itemlist_subnavi ul li a{
	width:100%; 
	display: block;
	padding:4% 2em 4% 0;
	position: relative;
	font-weight: 500;
}
.itemlist_subnavi ul li a:before{
	position: absolute;
	content:"";
	top:calc(50% - 11px);
	right:0;
	width: 22px;
    height: 22px;
    background: #4d4c40;
	}
.itemlist_subnavi ul li a:after{
	position: absolute;
	content:"";	
	top:calc(50% - 0.5em);
	right: 7px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.itemlist_subnavi.bottom {
    margin:32px auto 20px;
}
@media screen and (max-width: 767px) {
.itemlist_subnavi{
    width: 100%;
    margin-top: 4%; 
}
.subnavi_inner{
	width: 95%;
}
.itemlist_subnavi ul{
	flex-wrap: wrap;
	width: 100%;
}
.itemlist_subnavi ul li{
	width: 50%;
	text-align: center;
}
.itemlist_subnavi ul li a{
	width:100%; 
	display: block;
	padding:6% 1.6em 6% 0;
}
.itemlist_subnavi.bottom {
    margin: 4% auto 3%;
}

}
/*
feature_list
-----------------------------*/
.feature_list{
    margin-top: 40px;
}
.feature_list ul li a{
	position: relative;
	display: block;
}
.feature_list .ttl_block{
	position: absolute;
	bottom:0;
	width: 100%;
	color:#fff;
	background:rgba(93,90,77,.8);	
	z-index: 2;
}

.feature_list .ttl:after{
	content:none;
}
.feature_list img{
	display: block;
    margin: 0 auto;
    width: 100%;
}
.feature_list h2{
	margin-bottom:14px;
}
.column2{
	padding:0;
}
.feature_list ul:not(:last-child){
	margin-bottom:2%;
}

@media screen and (max-width: 767px) {
.feature_list{
    margin-top:5.2%;
}
.feature_list ul:not(:last-child){
	margin-bottom:3%;
}

.ttl_block:after {
	content:none;
	}
}
/*
new_item_list
------------------------------*/
.new_item_list {
    margin-top: 40px;
}
.new_item_list .column3 li{
    margin-bottom:0;
}
@media screen and (max-width: 767px) {
.new_item_list {
    margin-top: 5.2%;
}
}

/*
storage_item_list
------------------------------*/
.storage_item_list {
    margin-top: 74px;
}

.column3{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	
}
.column3 li{
	background: #f7f7f7;
	box-shadow: 2px 2px 4px #eeeded;
  	position: relative;
  	width: 31.333%;
  	margin-bottom:28px;
}
.column3 li:not(:nth-of-type(3n)) {
    margin-right: 3%;
}
.column3 li:nth-of-type(3n) {
    margin-right:0;
}
.column3 li .ttl_block{
    padding: 2%;
    /*position: relative;*/
    text-align:center;
  }
.column3 li .ttl_block .ttl {
    padding: 2% 0;
    }
.column3 li .ttl:after{
    content:none;
}
.column3 li .ttl_block .ttl span.new{
	display: inline;
    color: #f24e02;
    font-weight: 500;
    font-size:1.6rem;
    line-height: 1.3;
	}
.column3 li .ttl_block .ttl_txt {
    padding: 2% 0;
}

.column3 li a{
	display: block;
}
.column3 li .img_block img{
	width: 100%;
}
@media screen and (max-width: 767px) {
.storage_item_list {
    margin-top: 10%;
}
.column3 {
    display: flex;
    flex-wrap: wrap;
}
.column3 li{
	width: 49%;
	margin-bottom:0;
}
.column3 li:not(:first-child) {
    margin-top: 2%;
}
.column3 li:first-child {
    margin-top: 2%;
}
.column3 li:nth-child(1),.column3 li:nth-child(2){
	margin-top:0;
}

.column3 li:not(:nth-of-type(2n)) {
    margin-right: 2%;
}
.column3 li:nth-of-type(2n) {
    margin-right:0;
}
.column3 li .ttl_block .ttl span.new{
	font-size:1.4rem;
	}
.column3 li .ttl_block .ttl_txt {
	display: none;
}

}

/*
layout_items
---------------------*/
.layout_items {
    margin-top: 28px;
}
@media screen and (max-width: 767px) {
.layout_items {
    margin-top: 10%;
}

	}
/*
space_staging_design
---------------------*/

.space_staging_design {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
.space_staging_design {
    margin-top: 10%;
}
	}

/*
functionality_items
---------------------*/

.functionality_items{
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
.functionality_items{
	margin-top: 10%;
}
	}

/*
bnr_box
------------------------------*/
.bnr_box{
    margin: 0 0 120px;
}

.bnr_box ul{
	display: flex;
	justify-content: space-between;
}
.bnr_box ul li{
	width: 48%;	
	min-height: 222px;
	background:url("../images/index/image_bnr01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}
.bnr_box ul li .bnr_contents:after{
    content: "";
    position: absolute;
    top: calc(50% - 0.8em / 2);
    right: 20px;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.bnr_box ul li:nth-child(2){
	background:url("../images/index/image_bnr02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.bnr_box ul li:nth-child(3){
	display: none;
	}

.bnr_contents{
    padding: 44px 0 55px 9%;
    color:#ffffff;
}
.bnr_contents .bnr_ttl{
	font-size:4rem;
	font-weight: bold;
	line-height: 0.8;
	text-indent: -4px;
}
.bnr_contents .bnr_ttl span{
	font-size:1.8rem;
	font-weight: normal;
	line-height: 1.1;
	text-indent: 0;
}
.bnr_contents .bnr_txt{
	font-size:1.6rem;
	line-height: 1.4;
	padding-top:28px;
}
@media screen and (max-width: 767px) {
.bnr_box{
    margin: 0 0 6%;
}
.bnr_box ul{
	display: block;
}
.bnr_box ul li{
	width: 100%;
	margin-bottom:3%;
	min-height:170px;
}
.bnr_contents{
    padding: 8%;
}
.bnr_contents .bnr_ttl{
	font-size:2.8rem;
}
.bnr_contents .bnr_ttl span{
	font-size:1.6rem;
	}
.bnr_contents .bnr_txt{
	font-size:1.4rem;
	padding-top:5%;
}

}
/*new、updateマーク*/

.column3 li .img_block.mark{
  position: relative;
  display: block;
}
.column3 li .img_block.mark:before{
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 20px;
  line-height: 20px;
  background:#e55000;
  padding:0 4px;
  color:#fff;
  font-weight: 500;
  font-size:1.2rem;
  text-align: center;
  z-index: 1;
}
.column3 li .img_block.update_item:before{
  content:"UPDATE";  
  }

.column3 li .img_block.new_item:before{
  content:"NEW";  
  }

@media screen and (max-width: 480px) {
.column3 li .img_block.mark:before{
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-size:1rem;
}
}

/*category_product
---------------------------------*/
.category_product{
	margin:68px auto 56px;
}
.category_product li{
  position: relative;
}
.category_product .column__3 {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
.category_product .ttl_block{
  position: absolute;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category_product .ttl_block:after{
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  left:50%;
  bottom:-15px;
  width: 0.8em;
  height: 0.8em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform:translateY(-50%) rotate(135deg);
}
.category_product a{
  color:#fff;
}
.category_product .product_col3_img {
  width: 100%;
}
.category_product .product_col3_img img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
.category_product{
	margin:0 auto;
}
.category_product .column__3 {
    flex-direction: column;
    gap: 20px;
  }
.category_product .ttl_block{
	top: 50%;
  	width: 65vw;
}
.category_product .product_col3_img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    max-height: 200px;
}

  }

