/***************************
 single brand
***************************/
#single-brand {
  padding-top: 120px;
}
#single-brand .main_bg {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
#single-brand .main_bg img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#single-brand h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
#single-brand h1 span.en {
  font-size: 42px;
  font-weight: bold;
  display: block;
}
#single-brand h1 span.ja {
  font-size: 16px;
}
#single-brand .logo {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 100px;
}
#single-brand .logo img {
  max-width: 100px;
}
#single-brand .thumb {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#single-brand .thumb img {
  width: 200%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#single-brand .mb {
  margin-bottom: 30px;
}
#single-brand .brand_text {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2em;
}
#single-brand .brand_wrap {
  margin-bottom: 50px;
}
#single-brand .thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
}
#single-brand .thumb {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#single-brand .item_category a {
  color: #888;
  font-size: 12px;
  text-decoration: none;
}
#single-brand .item_category span:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#single-brand .brand-name:before {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#single-brand .brand-name span:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
#single-brand .brand-name {
  font-size: 12px;
}
#single-brand .title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#single-brand .title a {
  color: #000;
  text-decoration: none;
}
#single-brand .sp_img {
  margin-bottom: 50px;
  display: none;
}
#single-brand .sp_img img {
  width: 100%;
}
@media (max-width: 991px) {
  #single-brand .main_bg {
    display: none;
  }
  #single-brand .sp_img {
    display: block;
  }
  #single-brand .logo {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #single-brand h1 span.en {
    font-size: 26px;
  }
}
