@charset "UTF-8";

.sp-only {
  display: none !important;
}

/* ----------------------------------
main
---------------------------------- */
.cplp_main {
  padding-bottom: 90px;
}

.cplp_main-img {
  margin: 0 auto 60px;
}

.sectionTitle {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 600;
}

.sectionTitle_desc {
  margin-bottom: 20px;
}

.cplp_main p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ----------------------------------
pick up
---------------------------------- */
.cplp_pickup {
  padding-bottom: 90px;
}

.cplp_pickup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 76%;
  margin: 0 auto;
  padding: 60px 16.5px 48px;
  box-shadow: 0 0 17px 0 rgba(32, 52, 76, 0.15);
}

.cplp_pickup-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  margin: auto;
  background: url(../imgs/top/card_hole.png) center / contain no-repeat;
  max-width: 360px;
  height: 50px;
  z-index: 5;
}

.cplp_pickup-img {
  flex: 1 1 58%;
}

.cplp_pickup-txt {
  flex: 1 1 42%;
  padding: 0 0 0 20px;
}

.cplp_pickup-txt p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.cplp_pickup-txt p + p {
  margin-top: 2em;
}

.cplp_pickup-txt .fw-bold {
  font-weight: bold;
}

/* ----------------------------------
商品エリア
---------------------------------- */
.cplp_pd {
  padding: 90px 0 0;
}


.cplp_pd .card_list.lineup > li {
  width: calc(33.333333% - 23.6px);
  margin-bottom: 20px;
}

.cplp_pd .card_list.lineup > li:not(:nth-child(n + 3)) {
  margin-right: 23.6px;
}

.cplp_pd .card_list.lineup > li a {
  display: flex;
  flex-direction: column;
}

.cplp_pd .card_list.pickup > li {
  width: calc(25% - 23.6px);
  margin-bottom: 20px;
}

.cplp_pd .card_list.pickup > li:not(:nth-child(n + 4)) {
  margin-right: 23.6px;
}

.cplp_pd .item_icons_price {
  position: relative;
  margin-bottom: 24px;
}

.card_list-lineup.card .itemImg {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card_list-lineup.card .card_list-more {
  margin-top: auto;
}

@media screen and (max-width: 769px) {
  .cplp_pd .card_list-lineup.card > li:last-of-type {
    margin-right: auto;
    margin-left: 2%;
  }
}

.cplp_pd .item_icons_price {
  display: block;
}

.card_list-more {
  position: relative;
  display: block;
  margin: 24px auto 0;
  width: 90%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ccff00;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.cplp_btn {
  position: relative;
  display: block;
  margin: 50px auto;
  max-width: 80%;
  width: 400px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ccff00;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.card_list-more:after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  font-size: 16px;
  font-weight: normal;
}

/* キャンペーン概要 */

.special-assaultlily-attention p {
  text-align: left;
  margin-bottom: 30px;
  padding: 0 50px;
}

.special-assaultlily-attention p span {
  display: block;
  font-size: 21px;
}