@charset "UTF-8";

.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}

/*****************************
注釈
*****************************/
.sec-campaign-txt {
  margin-top: 45px !important;
  margin-bottom: 23px !important;
  font-size: 24px;
  text-align: center;
  line-height: 1.66;
}

.sec-campaign-txt_sm {
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px !important;
  font-size: 12px;
  color: #2d2926;
}

@media screen and (max-width: 960px) {
  .sec-campaign-txt {
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.75;
    overflow-wrap: break-word;
    word-break: keep-all;
  }
  .sec-campaign-txt_sm {
    text-align: left;
    font-size: 10px;
    color: #2d2926;
    margin-bottom: 30px !important;
    padding: 0 25px;
    overflow-wrap: break-word;
  }
  /*コンテンツ3個目*/
  #bihaku .lp-present-list-item img {
    padding-top: 35px;
  }
}
/*****************************
クーポンバナー画像
*****************************/
.coupon-banner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 65px;
  max-width: 960px;
  margin: 0 auto;
}
.coupon-banner button {
  cursor: pointer;
  background: #fff;
  border: none;
  outline: none;
  padding: 0;
}
.coupon-banner input {
  opacity: 0;
  margin: 0;
  display: none;
}
@media screen and (max-width: 960px) {
  .coupon-banner {
    justify-content: center;
    gap: 1.7333333333vw;
    padding: 0 25px;
  }
  .coupon-banner button {
    padding: 0;
  }
}

/* @media screen and (min-width: 961px) {
} */
