@charset "utf-8";

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

/* スライダー（swiper）
============================================ */
/* brandMVSlider 追加CSS */
.p-mvswiper .p-cpb-titlebnr__text {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.p-mvswiper .p-cpb-titlebnr__text span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

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

@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;
  }
}