﻿@charset "UTF-8";

/* =======================================

  (Footer) column2

 -----------------------------------------
  ブランド
 -----------------------------------------

========================================== */
#h2_bland {
  border-bottom: 10px #a09898 solid;
  font-size: 16px;
  color: #a09898;
  width: 1080px;
  margin: 0 auto;
}

#h2_bland span {
  padding-left: 30px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}

#column2 ul {
  margin-bottom: 20px;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
}

#column2 ul li {
  float: left;
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

#column2 ul li img {
  margin: -1px;
}

#column2 ul li a {
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 2;
}

@media (min-width:1025px) {
  #column2 ul li {
    height: 190px;
  }

  #column2 ul li a {
    margin: 50px 29px 20px 30px;
  }
}

@media screen and (min-width:480px) and (max-width:1025px) {
  #column2 ul li {
    padding: 43px;
    height: 190px;
  }

  #column2 ul li img {
    width: 101%;
  }
}

@media (max-width:480px) {
  #column2 .tab p {
    font-size: 1rem;
    color: #fff;
  }

  #column2 .tab .btn.on p {
    color: #f1f1f1;
  }

  span.english {
    font-size: 1.4rem;
  }

  #column2 ul li {
    width: 50%;
    padding: 10px;
    display: block;
    border: none;
  }

  #column2 ul li img {
    /* width: 101%; */
  }

}



#column2 ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}


/* タブ　*/
#column2 .tab {}

#column2 .tab-btn {
  overflow: hidden;
  border-bottom: 5px solid #f1f1f1;
}

#column2 .tab .btn {
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px 0;
}

#column2 .tab .btn.on:after {}

#column2 .tab .btn:after {}

@media (min-width:1025px) {
  #column2 .tab-content.tabs {
    width: 100%;
  }
}
}

#column2 .tab-content>div {
  display: none;
}

#column2 .tab .btn.on {
  padding: 10px 0;
  overflow: hidden;
  z-index: 999;
  background-color: #f1f1f1;
  margin-bottom: 2px;
}

#column2 .tab .tab-content>div.on {
  display: block;
  overflow: hidden;
  /* width: 999px; */
}

#column2 .tab .tab-content>div {
  display: none;
}



/*　追加　*/
#column2 .brandImg {
  margin-top: 20px;
  width: 40%;
  float: left;
}

#column2 .spec {
  text-align: left;
  width: 55%;
  float: left;
}

#column2 .spec h3 {
  font-size: 1.5rem;
  border-left: 5px solid #E13837;
  margin: 40px 0 10px 0;
  padding: 3px 15px;
  color: #274B8A;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
}

#column2 .spec p {
  padding: 0 0 20px 0;
}

#column2 dd {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 5px;
}



/* href が空文字のリンク */
a[href=""] {
  pointer-events: none;
  /* クリックなどのポインタ操作を無効化 */
  cursor: default;
  /* ポインタを普通の矢印に */
  color: #999;
  /* 無効っぽい見た目に */
  text-decoration: none;
}

/* href 自体がない a 要素 */
a:not([href]) {
  pointer-events: none;
  cursor: default;
  color: #999;
  text-decoration: none;
}

.tab-content ul li p {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
}