@charset "Shift_JIS";
/* CSS Document */
.cms_layout_nomargin { padding-top: 2.7%; }
@media screen and (max-width: 767px) {
  .cms_layout_nomargin { padding-top: 5%; }
  .cms_layout_nomargin .cms_title1 p {
    margin-bottom: 3%;
    font-size: 4.5vw;
  }
}

/* .sec-brand
---------------------------------------------------------- */
.sec-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 768px) {
.sec-brand {
  width: 1245px;
  margin: 0 auto;
  padding: 2.7% 20px;
}
  .sec-brand .col { width: 25%; }
  .sec-brand .col:not(:first-child) { padding-left: 15px; }
  .sec-brand .col:not(:last-child) { padding-right: 15px; }
  .sec-brand .row:not(:first-child) { margin-top: 10px; }
}
@media screen and (max-width: 767px) {
.sec-brand {
  width: auto;
  padding: 0 2.7%;
  font-size: 12px;
  font-size: 3.3vw;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
  .sec-brand .col:not(:first-child),
  .sec-brand .col:not(:last-child) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* .mod-brand-index
---------------------------------------------------------- */
.mod-brand-index { font-size: 14px; }
  .mod-brand-index .title { font-weight: bold; }
  .mod-brand-index .list-brand,
  .mod-brand-index .list-brand { list-style: none; }
@media screen and (min-width: 768px) {
.mod-brand-index {}
  .mod-brand-index .list-brand { margin: 0; }
  .mod-brand-index .list-brand li,
  .mod-brand-index .list-brand-02 li{
    float: none;
    margin: 10px 0 0;
    width: auto;
    max-width: none;
  }
  .mod-brand-index .list-brand li a {
    display: inline-block;
  }
  .mod-brand-index .list-brand li .box-shop {
    background-color: inherit;
  }
  .mod-brand-index .list-brand li .box-shop .content .txt {
    padding: 0;
    font-size: inherit;
    text-align: inherit;
  }
}
@media screen and (max-width: 767px) {
.mod-brand-index {}
  .mod-brand-index .title,
  .mod-brand-index .list-brand-02 li a{
    display: block;
    border-top: solid 1px #ddd;
    line-height: 55px;
    font-size: 14px;
    font-size: 3.6vw;
  }
  .mod-brand-index .title {
    padding: 0 2.5%;
  }
  .mod-brand-index .list-brand-02 li a{
    padding: 0 2.5% 0 8.5%;
  }
  .mod-brand-index .row { margin-top: 0; }
  .mod-brand-index .btn-accrd {
    position: relative;
    display: block;
    line-height: 1;
  }
  .mod-brand-index .btn-accrd:hover {
    cursor: pointer;
  }
  .mod-brand-index .btn-accrd:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
    width: 24px;
    height: 24px;
    background: url(https://img.dinos.co.jp/images/v1/common/ico_arrow_06_sp.png) no-repeat 0 0;
    background-size: 24px auto;
  }
  .mod-brand-index .btn-accrd.is-open:after {
    background: url(https://img.dinos.co.jp/images/v1/common/ico_arrow_07_sp.png) no-repeat 0 0;
    background-size: 24px auto;
  }
  .mod-brand-index .btn-accrd + .js-accrd-list {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  .mod-brand-index .js-accrd-list.is-expand { max-height: 5000px; }
  .mod-brand-index .js-accrd-list.is-expand .list-brand { padding-bottom: 3%; }
}
/* shop
---------------------------------------------------------- */
.sec-shop {}
.sec-shop + .sec-review {
    margin-top: 2.7%;
}
  .sec-shop .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .sec-shop .btn-cmn-02 {
    margin: 0 auto;
    text-align: center;
  }
    .sec-shop .btn-cmn-02 a {
      display: inline-block;
      width: 223px;
      height: 35px;
      padding: 6px;
      background-color: #fff;
      border: solid 2px #eee;
      color: #000;
      border-radius: 18px;
    }
  .sec-shop .btn-cmn-02 a:hover {
    border-color: #fff;
    background-color: #eee;
    text-decoration: none;
  }
.list-brand { overflow: hidden; }
  .list-brand li {
    float: left;
    width: 25%;
    max-width: 25%;
    padding-left: 2.7%;
    margin-top: 2.7%;
  }
    .list-brand li a{
      color:#000;
    }
    .list-brand li .box-shop {
      border-radius: 5px;
      background-color: #fff;
      width: 100%;
    }
      .list-brand li .box-shop .bg {
        overflow:hidden;
		border-radius: 5px 5px 0 0;
       }
        .list-brand li .box-shop .bg img {
          width: 100%;
        }
      .list-brand li .box-shop .content {
        position:relative;
        z-index: 1;
       }
        .list-brand li .box-shop .content .img {
          overflow: hidden;
          margin: calc(-11%) 21.87%;
          box-shadow: 0 1px 1px rgba(0,0,0,.2);
          border-radius: 3px;
        }
          .list-brand li .box-shop .content .img img {
            display: block;
            width: 145px;
/*            height:58px;*/
            border-radius: 3px;
            
          }
        .list-brand li .box-shop .content .txt {
          font-size: 12px;
          color:#333;
          padding: 17% 6.2% 11%;
          letter-spacing: -0.05em;
          text-align: center;
        }
@media screen and (min-width: 768px) {
.sec-shop {
  width: 1245px;
  margin: 0 auto;
  padding: 2.7% 20px;
}
.list-brand { margin-left: -25px; }
  .list-brand li {
    width: 180px;
    padding-left: 0;
    margin-left: 25px;
    margin-top: 25px;
  }
  .list-brand a { display: block; }
  .list-brand li .box-shop .bg {
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
    .list-brand li .box-shop .bg img {  backface-visibility: hidden; }
  .list-brand li .box-shop .content .img { margin: calc(-11%) 15.6%; }
    .list-brand li .box-shop .content .img img { width: 100%; }
    .list-brand li .box-shop .content .txt { padding: 16% 6.2% 24%; }
}
@media screen and (min-width: 768px) and (max-width: 1204px) {
  .sec-shop {
    margin: 35px 0 0;
    padding: 0;
  }
  .list-brand { padding-bottom: 0; }
  .list-brand .grid-item { width: 50%; }
}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
.sec-shop {
  padding: 5% 2.7%;
}
  .sec-shop .ttl {
    margin-bottom: 3%;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
  }
  .sec-shop .btn-cmn-02 {
    margin: 0 auto;
    text-align: center;
  }
    .sec-shop .btn-cmn-02 a {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      background-color: #fff;
      border: solid 2px #eee;
      color: #000;
      padding: 0 6px 0 6px;
      width: 90%;
      height: 50px;
        line-height: 50px;
        font-size: 3.3vw;
    }
  .sec-shop .btn-cmn-02 a:hover {
    background-color: #eee;
  }
.list-brand { margin: -2.7% 0 0 -2.7%; }
  .list-brand li {
    float: left;
    width: 50%;
    max-width: 50%;
    padding-left: 2.7%;
    margin-top: 2.7%;
  }
    .list-brand li:nth-child(2n) {
    }
    .list-brand li .box-shop {
      border-radius: 5px;
      background-color: #fff;
      width: 100%;
    }
      .list-brand li .box-shop .bg {
       }
        .list-brand li .box-shop .bg img {
          width: 100%;
        }
      .list-brand li .box-shop .content {
      }
        .list-brand li .box-shop .content .img {
          box-shadow: 0 1px 1px rgba(0,0,0,.2);
          margin: calc(-12%) 21.87%;
          overflow: hidden;
        }
          .list-brand li .box-shop .content .img img {
            display: block;
            width:auto;
            height:auto;
          }
        .list-brand li .box-shop .content .txt {
          font-size: 3vw;
          padding: 16% 6.2% 6.2%;
        }

}
