@charset "utf-8";

/*
  cpb_top_211117.css
  クレ・ド・ポー ボーテ2021 TOP
  class p-xxx
*/

/* スライダー（slick）
============================================ */

    .p-cpb-slider-normal{
      margin: 0 auto 70px;
      max-width: 1200px;
      width: 100%;
    }
    .p-cpb-slider-normal .slick-slider {
      padding: 0;
    }
    .p-cpb-slider-normal .slick-slide img {
      width: 100%;
    }
    .p-cpb-slider-normal .slick-dots {
      position: absolute;
      bottom: -30px;
      list-style: none;
      display: block;
      text-align: center;
      padding: 0;
      margin: 0;
      width: 100%;
    }
    .p-cpb-slider-normal .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
    }
    .p-cpb-slider-normal .slick-slide a * {
        cursor: pointer;
    }
    .p-cpb-slider-normal .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
    }
    .p-cpb-slider-normal .slick-dots li button::before {
      content: "";
      position: absolute;
      top: auto;
      left: auto;
      width: 10px;
      height: 10px;
      background: black;
      border-radius: 100%;
    }
    .p-cpb-slider-normal .slick-dots li button:before {
      opacity: .2;
    }
    .p-cpb-slider-normal .slick-dots li.slick-active button:before {
      opacity: .5;
      color: black;
    }
    .p-cpb-slider-normal .p-cpb-titlebnr__text {
      margin-top: 30px;
      text-align: center;
      font-size: 18px;
      line-height: 1.6;
    }
    .p-cpb-slider-normal .p-cpb-titlebnr__text span {
      display: block;
      margin-top: 10px;
      font-size: 14px;
    }

    @media screen and (max-width: 768px) {
      .p-cpb-slider-normal .slick-dots {
        bottom: -40px;
      }
    }

    /* ブランド紹介
============================================ */

@media screen and (min-width: 769px) {
  .p-cpb-story .p-cpb-story__desc {
    left: calc(150 / 1200 * 100%);
  }
}

    /* クローズアップ
============================================ */

.p-closeup__copy {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.p-closeup__text {
  margin-top: 20px;
  font-size: 20px;
}

.p-cpb-product__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.p-cpb-product__btn::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}


@media screen and (max-width: 768px) {
  .p-cpb-product__btn {
    margin-left: auto;
    margin-right: auto;
  }
}