

#hirobiro { 
    max-width:900px;
    background-color: #f8f8f7;
    margin: auto;
}

#hirobiro .inner {
    max-width:900px;
    margin: auto;
}

#hirobiro img{ width:100%;height:auto; }
#hirobiro a{
	text-decoration:none;
}
#hirobiro h1 a:hover {opacity:1!important;cursor:default;}

#hirobiro a:hover {opacity:0.9; transition: .3s;}
#hirobiro .pc_none{display:none;}

#hirobiro .sp{
    display: none;
}
#hirobiro .pc{
    display: block;
}

#hirobiro .concept {
    text-align: center;
    margin: 1.5rem 0 0;
    font-size: 1rem;
}
/*===============================
イチオシ商品
===============================*/

#hirobiro .ranking_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 90%;
    margin: auto;
}
#hirobiro .ranking_item a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    align-items: center;
}
#hirobiro .ranking_item .item_name {
    font-size: 1rem;
    padding: 1rem 0 .5rem;
    text-align: center;
}

#hirobiro .ranking_item .item_box {
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}

#hirobiro .ranking_item .item_box img {
    border-radius: 5px;
}
#hirobiro .ranking_item .item_point {
    text-align: center;
    background-color: #f6f2ff;
}
#hirobiro .ranking_item .item_price {
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 1% 0 0;
}
#hirobiro .ranking_item .item_btn {
    text-align: center;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    margin: 1% 0 0;
    background-color: #222;
    color: #fff;
    border-radius:50px;
    position: relative;
}
#hirobiro .ranking_item .item_btn.color {
    background-color: #bd5050;
}
#hirobiro .ranking_item .item_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8%;
    top: 36%;
}
/*===============================
HIROBIRO
===============================*/

/* 一覧部分 */
#hirobiro .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    width: 90%;
    margin: auto;
}
#hirobiro .hirobiro_price {
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-size: 2rem;
}
#hirobiro ul.col_3 li a dl{
    display: flex;
    flex-direction: column;
}

#hirobiro ul.col_3 li a dl dd{
    display: flex;
    justify-content: center;
}

#hirobiro .buy_price .spesicalprice {
    display: none;
}

#hirobiro ul.col_3 li a dl dd.modelnum{
    /* color: #222; */
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	text-align: center;
}

#hirobiro ul.col_3 li a dl dd.sp_h2em{
	margin-bottom: 0px;
	text-align: center;
}

#hirobiro ul.col_3 li a dl dt.productimg{
    margin-bottom: 10px;
	text-align: center;
    position: relative;
}
#hirobiro ul.col_3 li a dl dt.productimg p{
    position: absolute;
    top: 2%;
    right: 2%;
    font-family: Lato;
    font-weight: 700;
    width: 110px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #222;
    box-shadow: 2px 2px #222;
}
#hirobiro ul.col_3 li a dl dt.productimg p.white {
    background-color: #ffffff;
    color: #222;
}
#hirobiro ul.col_3 li a dl dt.productimg p.natural {
    background-color: #c1a47d;
    color: #fff;
}
#hirobiro ul.col_3 li a dl dt.productimg p.brown {
    background-color: #71513e;
    color: #fff;
}
#hirobiro .hirobiro_n ul.col_3 li a dl dd.btn_s{
    background-color: #222;
    position: relative;
    display: inline-block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 5px auto 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    border-radius: 100px;
}

#hirobiro .hirobiro_c ul.col_3 li a dl dd.btn_s{
    background-color: #4d463c;
    position: relative;
    display: inline-block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 5px auto 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    border-radius: 100px; 

}

#hirobiro .hirobiro_u ul.col_3 li a dl dd.btn_s{
    background-color: #411e13;
    position: relative;
    display: inline-block;
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 5px auto 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    border-radius: 100px;
}


#hirobiro ul.col_3 li a dl dd.btn_s::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 11%;
}

#hirobiro .hirobiro_price .buy_price ul{
   text-align: center;
}

/*======================
anchor
======================*/
.style_anchor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
 }
 .style_anchor a {
    border-radius: 5px;
    box-sizing:border-box ;
    border: solid 1px#411e13;
    text-align: center;
    padding: .5rem 0 1.5rem;
    font-family: Lato;
    font-weight: 700;
    font-size:1.2rem;
    position: relative;
    color: #fff;
    background-color: #411e13;
 }

 .style_anchor a:hover {
    border: solid 1px#411e13;
    color: #411e13!important;
    background-color: #fff;
 }


.style_anchor a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 64%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 48%;
}
.style_anchor a:hover::after {
    transition:all .3s;
    top: 70%;
    border-top: solid 2px #411e13;
    border-right: solid 2px #411e13;
}

/*======================
タイトル
======================*/
/*シンプルベーシック*/
#hirobiro .hirobiro_u  {
    position: relative;
}

#hirobiro .hirobiro_u .new_icon {
    position: absolute;
    width: 10%;
    top: -4%;
    left: -2%;
}
#hirobiro .cd{
    margin: 2rem auto 0;
}

#hirobiro .hirobiro_u .cd{
    background-color: #9b8870;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
    
}


#hirobiro .hirobiro_u .cd span{
    font-size: 26px;
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans JP';
}

/*ナチュラル*/
#hirobiro .hirobiro_n .cd{
    background-color: #e1e1e1;
    color: #222;
    font-size: 28px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
}


#hirobiro .hirobiro_n .cd span{
    font-size: 24px;
    display: block;
    color: #222;
    font-family: 'Noto Sans JP';
}

/*カフェ*/
#hirobiro .hirobiro_c .cd{
    background-color: #4d463c;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
}


#hirobiro .hirobiro_c .cd span{
    font-size: 26px;
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans JP';
}





/*======================
その他アイテム
======================*/
/*アーバン*/
#hirobiro .hirobiro_u .other a {
	background-color: #9b8870;
    border: 2px solid #9b8870;
    text-shadow: none;
}


#hirobiro .hirobiro_u .other a:hover {
    background-color: #ffffff;
	color: #9b8870;
    border: 2px solid #9b8870;
}

#hirobiro .hirobiro_u .other a:hover::before,
#hirobiro .hirobiro_u .other a:hover::after {
  background-color: #9b8870;
}

/*基本（ナチュラル）*/
#hirobiro .other a {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 9px 2em;
    width: 80%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #222;
    transition: 0.3s;
    text-shadow: 0 0 10px #8d735a;
    border: 2px solid #222;
}

#hirobiro .other a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

#hirobiro .other a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

#hirobiro .other a:hover {
	text-decoration: none;
    background-color: #ffffff;
    color: #8d735a;
    border: 2px solid #8d735a;
    text-shadow: none;
}

#hirobiro .other a:hover::before,
#hirobiro .other a:hover::after {
  right: 0.5em;
  background-color: #8d735a;
}



/*カフェ*/
#hirobiro .hirobiro_c .other a {
    background-color: #4d463c;
    border: 2px solid #4d463c;
}

#hirobiro .hirobiro_c .other a::before {
  background-color: #ffffff;
}

#hirobiro .hirobiro_c .other a::after {
  background-color: #ffffff;
}

#hirobiro .hirobiro_c .other a:hover {
    background-color: #ffffff;
    color: #4d463c;
    border: 2px solid #4d463c;
}

#hirobiro .hirobiro_c .other a:hover::before,
#hirobiro .hirobiro_c .other a:hover::after {
  background-color: #4d463c;
}







/*======================
タブ切り替え
======================*/
#hirobiro .tab-panel {
    width: 90%;
    margin: auto;
}
#hirobiro .tab-group{
    background-color: #fff;
}

#hirobiro  {
    background-color: #fff;
    padding: 0 0 20px ;
}

#hirobiro h4 {
    text-align: center;
    padding: .5rem 0;
    margin: 3rem  0 .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:2rem;
    color: #411e13;
}
#hirobiro h4:before, #hirobiro h4:after {
    border-top: 2px solid;
    content: "";
    width: 5rem;
}
#hirobiro h4:before {
    margin-right: 1rem;
}
#hirobiro h4:after {
    margin-left: 1rem;
}



/* タブ部分 */
#hirobiro .tab-group .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}


#hirobiro .panel{
    display:none;
}
  
#hirobiro .panel.is-active{
    display:block;
}

/*共通指定*/
#hirobiro .tab-group .col_3 li.tab_hirobiro {
    cursor:pointer;
    text-align: center;
    border-bottom: none;
    font-size: 1.2rem;
    padding: 10px 0;
}


/*リビングルーム*/
#hirobiro .bg_a {
    color: #c49164;
    border: 2px solid #c49164;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_a.is-active {
    background:#c49164;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;     
}


/*ベッドルーム*/
#hirobiro .bg_b {
    color: #9e5825;
    border: 2px solid #9e5825;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_b.is-active {
    background:#9e5825;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;      
}

/*HIROBIRO アーバン*/
#hirobiro .bg_e {
	color:#222;
    border: 1px solid #222;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_e.is-active {
    background:#222;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
}


/*HIROBIRO ナチュラル*/
#hirobiro .bg_c {
    color: #9b8870;
    border: 1px solid #9b8870;
    transition: all 0.3s ease 0s;
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_c.is-active {
    background:#9b8870;
    color: #fff;
    transition: all 0.3s ease 0s;
	border-radius: 4px 4px 0 0;  
}

/*HIROBIRO カフェ*/
#hirobiro .bg_d {
	color:#4d463c;
    border:1px solid #4d463c;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;    
    
}

#hirobiro .bg_d.is-active {
    background:#4d463c;
    color: #fff;
    transition: all 0.3s ease 0s; 
	border-radius: 4px 4px 0 0;      
}



  
/*カテゴリ切り替えボタン*/
#hirobiro .kirikae{
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    width: 80%;
	margin: 10px auto 0px;
    position: relative;
}

#hirobiro .kirikae a{
    color: #3c2014;
    background: #ffffff;
    border:2px solid #3c2014;
	transition: 0.3s;    
   	display: block;
    padding: 20px 0px;
}

#hirobiro .kirikae a:hover{
    color: #3c2014;
    background: #ffffff;
    border:2px solid #3c2014;
	transition: 0.3s;     
}

#hirobiro .kirikae a p{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

#hirobiro .kirikae a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #3c2014;
  transition: 0.3s;
}

#hirobiro .kirikae a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #3c2014;
  transition: 0.3s;
}

#hirobiro .kirikae a:hover {
	text-decoration: none;
    background-color: #ffffff;
    color: #3c2014;
    border: 2px solid #3c2014;
    text-shadow: none;
}

#hirobiro .kirikae a:hover::before,
#hirobiro .kirikae a:hover::after {
  right: 0.5em;
  background-color: #3c2014;
}

#hirobiro .sub{
    color: #411e13;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: bold;
    padding-top: 40px;

}

/* ページトップ */

#hirobiro .top_anchor{
    position: fixed;
    right: 5%;
    bottom: 5%;
    font-size: 1rem;
    text-align: center;
    color: #fff !important;
    background: #411e13;
    padding: 3px 1px 0px;
    cursor: pointer;
    transition: .3s;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    line-height: 1.2;
  }

  #hirobiro .top_anchor a{
    color: #fff;
  }
  

  .item_icon {
    background-color: #f6eaa1;
    color: #917e5d;
}
.item_icon.gas {
    background-color: #ffebcb;
    color: #917e5d;
}
  /*このクラスが付与されると表示する*/
  #hirobiro .active{
    opacity: 1;
    visibility: visible;
  }

