@charset "UTF-8";

.content-main.two-column{
  display: flex;
}

.page-title-txt{
  font-size: 2.8rem;
  word-break: keep-all;
}

.left-column{
  width: 220px;
  margin: 0 30px 0 0;
}

.right-column{
  width: calc(100% - 250px);
}

.right-column.market{
  padding: 0 0 50px 0;
}


@media screen and (max-width: 900px) {
  .left-column{
      width: 180px;
  }
  .right-column{
      width: calc(100% - 204px);
  }
}


@media screen and (max-width: 834px) {
  .left-column{
      display: none;
  }
  .right-column{
      width: 100%;
  }
}


/* ブランド　紹介 */
.content-header{
  position: relative;
}

.content-header.br-bt{
  padding: 0 0 6px 0;
}

.contenedor {
  display: table;
  margin: 16px auto 0;
  position: relative;
  padding: 0 0 24px 0;
  border-bottom: 3px solid #000000;
}

.expand {
  width: 100%;
  padding: 0;
  max-height: 50px;
  overflow: hidden;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  transition: 1s;
}

.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {
  display: none;
}

.contenedor label {
  position: absolute;
  bottom: 0px;
  transform: translateY(50%);
  display: block;
  padding: 6px 16px 4px;
  right: -2px;
  background: #000000;
  border-radius: 50px;
  box-shadow: -5px 0 white;
  color: white;
  z-index: 999;
  cursor: pointer;
  text-transform: uppercase;
}

.contenedor label:before {
  content: "続きを読む";
  font-size: 1.3rem;
}

.contenedor input:checked + label:before {
  content: "閉じる";
  font-size: 1.3rem;
}

.contenedor input:checked + label{
  display: none;
}

input[type=checkbox]:checked ~ .expand {
 max-height: 500px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}


/* section　カテゴリ絞り込み */
.section-category{
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.section-category-title{
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 0 12px 0 0;
  line-height: 1.1;
}

.section-category-title:after{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #999999;
}

.section-category-list{
  width: calc(100% - 110px);
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.section-category-item{
  display: inline-block;
  margin: 0 3px;
}

.section-category-item:first-of-type{
  margin: 0 0 0 12px;
}

.section-category-item a{
  display: block;
  font-size: 1.4rem;
  color: #000000;
  padding: 7px 10px 5px;
  background: #f5f5f5;
  border-radius: 4px;
}

.section-category-item a:hover{
  opacity: 0.7;
}

/* 歴史 */

.brand-history{
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0;
}

.brand-history-title{
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
}

.brand-history-title-img{
    position: relative;
    display: block;
    width: 30%;
    max-width: 270px;
    padding: 0 16px 0 0;
    margin: 0 12px 0 0;
}

.brand-history-title-img:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 1px;
    height: 14px;
    width: 1px;
    background: #333333;
}

.brand-history-textbox{
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
}

/* コンテンツタイトル */

/* .article-list-wrapper {
  width: 100%;
}

.article-list-wrapper .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin: 0 0 16px 0;
  border-top: 3px solid #000;
  padding: 30px 0 0 0;
}

.article-list-wrapper .article-list {
  width: 264px;
  height: 285px;
  float: left;
  margin: 0 0 40px 19px;
  position: relative;
}
.article-list-wrapper .article-list.first { margin-left: 0 }


.article-list-wrapper .article-list.new::after {
  content: " ";
  background-image: url("../../../img/common/icon-article-new.png");
  background-size: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -13px;
  right: -13px;
}

.article-list-wrapper .article-list .article-img {
  width: 100%;
  height: 180px;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.article-list-wrapper .article-list .article-img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article-list-wrapper .article-list .article-title {
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin: 15px 0 0 0;
  max-height: 38px;
}
.article-list-wrapper .article-list .article-title a { color: #000; }

.article-list-wrapper .article-list .article-detail-text {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 7px 0 0 0;
  height: 44px;
}

.article-list-wrapper .article-list .article-detail-text a { color: #666666; }


.article-list-wrapper .article-list-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin: 35px 0 15px 0;
} */

/* ページャ */

.pager-box {
  text-align: center;
}

.pager {
}

.pager-box .pager li {
  display: inline-block;
  margin: 0 2px;
}

.pager-box .pager li.num a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 100px;
  display: block;
  height: 35px;
  min-width: 35px;
  padding: 8px;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
}
.pager-box .pager li.num a.active {
  color: #000;
  background: #e5e5e5;
}

.pager-box .pager li.dot {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  position: relative;
  top: -4px;
  padding: 0 5px 0;
}

.pager-box .pager-detail-text {
  font-size: 1.2rem;
  color: #999;
  margin: 15px 0 0 0;
}

/* ブランド コンテンツ */

.bland-contents-type-1 {
  margin: 0 0 30px 0;
}

.bland-contents-type-1 .block-box {
  width: 100%;
}

.bland-contents-type-1 .block-box .block-list {
  width: 49.4%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 12px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}

.bland-contents-type-1 .block-box .block-list a {
  width: 100%;
  height: auto;
  display: block;
}

.bland-contents-type-1 .block-box .block-list .block-title {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 52px;
  margin: 5px 0 0 0;
}

.bland-contents-type-1 .block-box .block-list .block-title::before {
  content: " ";
  background-image: url("../../../img/common/icon-popularity.png");
  background-size: 100%;
  width: 46px;
  height: 27px;
  position: absolute;
  top: -9px;
  left: 0;
}

.bland-contents-type-1 .block-box .block-list .detail-box {
  display: table;
  table-layout: fixed;
  margin: 12px 0 0 0;
}

.bland-contents-type-1 .block-box .block-list .img-box {
  width: 110px;
  height: 70px;
  position: relative;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 2px;
  display: table-cell;
  vertical-align: top;
}

.bland-contents-type-1 .block-box .block-list .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bland-contents-type-1 .block-box .block-list .text-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.bland-contents-type-1 .block-box .block-list .detail-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bland-contents-type-1 .block-box .block-list .price {
  color: #ff0030;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 8px 0 0 0;
}


/* ----- 商品テーブル ----- */

.product-content-wrapper {
  padding: 0;
}

.product-detail-info-table {
  width: 100%;
  position: 0;
  margin: 10px 0 0 0;
  border: 0;
}

.product-detail-info-table tr {
  border-bottom: 1px #e5e5e5 dotted;
  padding: 10px 0 8px 0;
  display: block;
}

.product-detail-info-table tr th {
  width: 30%;
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
  line-height: 2;
}

.product-detail-info-table tr td {
  width: 68%;
  display: inline-block;
  text-align: right;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
}
