@charset "UTF-8";

/* ==========================================================
 contents
========================================================== */
.contents {
    background-image: url(/rozest/brand/img/bg_rozest_brand_pc.png);
}
/* contents-header
---------------------------------------------------------- */
.contents-header .title {
    margin-bottom: 26px;
}
.contents-header .category {
    font-weight: bold;
    font-size: 46px;
    color: #fff;
}
.contents-header .lead.type02 {
    font-size: 24px;
    margin-top: 17px;
}
.contents-header .text {
    line-height: 2.03;
    margin-top: 9px;
}
@media screen and (max-width: 750px) {
.contents-header {
    padding: 75px 15px 70px;
}
  .contents-header .category {
      font-weight: bold;
      font-size: 23px;
      color: #fff;
  }
  .contents-header .lead.type02 {
      font-size: 21px;
      font-weight: bold;
      margin-top: 15px;
  }
    .contents-header .text {
        line-height: 1.68;
    }
}
/* ==========================================================
 mod
========================================================== */
/* mod-cmn-brand
---------------------------------------------------------- */
.mod-cmn-brand {
    display: table;
    width: 100%;
    height: 340px;
    padding: 0 0 0 63px;
}
.mod-cmn-brand+.mod-cmn-brand {
    margin-top: 40px;
}
  .mod-cmn-brand .inner {
      display: table-cell;
  }
    .mod-cmn-brand .title {}
    .mod-cmn-brand .lead {
        margin-top: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .mod-cmn-brand .text {
        margin-top: 9px;
        font-size: 16px;
        color: #fff;
        line-height: 1.65;
    }
    .mod-cmn-brand .btn-cmn-04 {
        margin-top: 25px;
    }
@media screen and (max-width: 750px) {
.mod-cmn-brand {
    height: 450px;
    padding: 38px 0 0;
}
.mod-cmn-brand+.mod-cmn-brand {
    margin-top: 40px;
}
  .mod-cmn-brand .inner {
      vertical-align: top;
      display: block;
      padding: 0 30px;
  }
    .mod-cmn-brand .title {
        width: 195px;
    }
    .mod-cmn-brand .lead {
        margin-top: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    .mod-cmn-brand .text {
        margin-top: 15px;
        font-size: 15px;
        color: #fff;
    }
    .mod-cmn-brand .btn-cmn-04 {
        max-width: 300px;
        margin-top: 25px;
        height: auto;
    }
    .mod-cmn-brand .img {
        width: 65%;
        float: right;
        text-align: right;
    }
}
/* rozest-eco */
.mod-cmn-brand.rozest-eco {
    padding-top: 76px;
    background: url(/rozest/brand/img/bg_rozest_brand_list_01.png) no-repeat;
}
  .mod-cmn-brand.rozest-eco .lead {
      margin-top: 12px;
  }
  .mod-cmn-brand.rozest-eco .text {
      line-height: 1.5;
  }
@media screen and (max-width: 750px) {
.mod-cmn-brand.rozest-eco {
    background: url(/rozest/brand/img/bg_rozest_brand_list_01_sp.png) no-repeat center center;
    background-size: cover;
}
    .mod-cmn-brand.rozest-eco .img {
        margin-top: 21px;
    }
}
/* rozest-primemode */
.mod-cmn-brand.rozest-primemode {
    padding-top: 43px;
    background: url(/rozest/brand/img/bg_rozest_brand_list_02.png) no-repeat;
}
  .mod-cmn-brand.rozest-primemode .btn-cmn-04 {
      margin-top: 23px;
  }
@media screen and (max-width: 750px) {
.mod-cmn-brand.rozest-primemode {
    background: url(/rozest/brand/img/bg_rozest_brand_list_02_sp.png) no-repeat center center;
    background-size: cover;
}
    .mod-cmn-brand.rozest-primemode .img {
        margin-top: -28px;
    }
}
/* rozest-stylishmode */
.mod-cmn-brand.rozest-stylishmode {
    padding-top: 57px;
    background: url(/rozest/brand/img/bg_rozest_brand_list_03.png) no-repeat;
}
  .mod-cmn-brand.rozest-stylishmode .lead {
      margin-top: 22px;
  }
@media screen and (max-width: 750px) {
.mod-cmn-brand.rozest-stylishmode {
    background: url(/rozest/brand/img/bg_rozest_brand_list_03_sp.png) no-repeat center center;
    background-size: cover;
}
    .mod-cmn-brand.rozest-stylishmode .img {
        margin-top: -6px;
    }
}
/* ==========================================================
 btn
========================================================== */
/* btn-cmn-04
---------------------------------------------------------- */
.btn-cmn-04 {
    display: table;
    height: 45px;
}
  .btn-cmn-04 .btn {
      float: left;
  }
  .btn-cmn-04 .btn+.btn {
      margin-left: 20px;
  }
    .btn-cmn-04 a {
        display: table-cell;
        border-radius: 57px;
        background-color: #2c2c2c;
        color: #fff;
        font-weight: bold;
        vertical-align: middle;
        text-decoration: none;
        transition: all 500ms ease;
        width: 180px;
        height: 37px;
        font-size: 14px;
        text-align: center;
    }
    .btn-cmn-04 a:hover {
      background-color: #fff;
      color: #2c2c2c;
      color: #2c2c2c\9;
      box-shadow: inset 0 0 0 3px #2c2c2c;
      border: 3px solid #2c2c2c\9;
    }
    .btn-cmn-03 a:hover:not(:target) {
      border: none\9; /* IE9,10 */
    }
@media screen and (max-width: 750px) {
.btn-cmn-04 {
    width: 100%;
}
  .btn-cmn-04 .btn {
      width: 47%;
  }
    .btn-cmn-04 .btn+.btn {
        margin-left: 5.26%;
    }
      .btn-cmn-04 a {
          width: 135px;
          height: 33px;
          font-size: 10px;
      }
      .btn-cmn-04 a.en {
          letter-spacing: -0.05em;
      }
}

/* rozest-eco */
.rozest-eco .btn-cmn-04 a {
    background-color: #01a13d;
    color: #fff;
}
  .rozest-eco .btn-cmn-04 a:hover {
    background-color: #fff;
    color: #01a13d;
    color: #01a13d\9;
    box-shadow: inset 0 0 0 3px #01a13d;
    border: 3px solid #01a13d\9;
  }
/* rozest-primemode */
.rozest-primemode .btn-cmn-04 a {
    background-color: #7c5b26;
    color: #fff;
}
  .rozest-primemode .btn-cmn-04 a:hover {
    background-color: #fff;
    color: #7c5b26;
    color: #7c5b26\9;
    box-shadow: inset 0 0 0 3px #7c5b26;
    border: 3px solid #7c5b26\9;
  }
/* rozest-stylishmode */
.rozest-stylishmode .btn-cmn-04 a {
    background-color: #b01f24;
    color: #fff;
}
  .rozest-stylishmode .btn-cmn-04 a:hover {
    background-color: #fff;
    color: #b01f24;
    color: #b01f24\9;
    box-shadow: inset 0 0 0 3px #b01f24;
    border: 3px solid #b01f24\9;
  }



