@charset "UTF-8";
/*========================================
    ご紹介キャンペーン
========================================*/
.spnone {
  display: block;
}
@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

#contents #main {
  color: #000;
}
#contents #main .firstVW {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
}
#contents #main section {
  max-width: 1200px;
  margin: 0 auto;
}
#contents #main .referral_block h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 22px 68px;
  border-radius: 10px;
  background: linear-gradient(88deg, #fbc600 0%, #ff4800 100%);
  max-width: 560px;
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  #contents #main .referral_block h2 {
    font-size: 26px;
    padding: 1.3rem;
    margin: 30px auto;
    border-radius: 0;
  }
}
#contents #main .referral_block-inner dl {
  width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem; /* 列間スペース */
  row-gap: 3rem; /* 行間スペース（任意） */
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #contents #main .referral_block-inner dl {
    grid-template-columns: 1fr; /* 1 列＝縦並び */
    width: 100%;
    row-gap: 1rem;
  }
}
#contents #main .referral_block-inner dl dt {
  display: flex;
  width: 176px;
  height: 115px;
  padding: 13px 43px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background: #e7480e;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #contents #main .referral_block-inner dl dt {
    width: 70%;
    margin: 0 auto;
    height: auto;
  }
}
#contents #main .referral_block-inner dl dd {
  padding: 0px 43px;
  gap: 10px;
  align-self: center;
  font-size: clamp(20px, 1.25rem + (1vw - 7.68px) * 0.3472, 24px);
  min-height: 0vw;
}
@media screen and (max-width: 767px) {
  #contents #main .referral_block-inner dl dd {
    padding: 1rem;
    text-align: center;
  }
}
#contents #main .referral_block-inner dl dd span {
  font-size: clamp(36px, 2.25rem + (1vw - 7.68px) * 2.4306, 64px);
  min-height: 0vw;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 3.8px;
}
#contents #main .referral_block-link {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  #contents #main .referral_block-link {
    margin: 32px 0 60px;
  }
}
#contents #main .referral_block-link p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.8;
  letter-spacing: 0.6px;
}
#contents #main .referral_block-link a {
  display: flex;
  width: 380px;
  padding: 24px 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fbc600;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents #main .referral_block-link a {
    width: 70%;
    height: auto;
    padding: 1rem 2rem;
    font-size: 20px;
  }
}
#contents #main .what_allpar {
  background: #000;
  color: #fff;
}
#contents #main .what_allpar-inner {
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  #contents #main .what_allpar-inner {
    padding: 3rem;
  }
}
#contents #main .what_allpar-inner h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: 1.6px;
}
#contents #main .what_allpar-rubi {
  font-size: 10px;
  color: #727272;
}
#contents #main .what_allpar h3 {
  font-size: 28px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  #contents #main .what_allpar h3 {
    font-size: 26px;
  }
}
#contents #main .what_allpar-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 5rem;
}
#contents #main .campaign_Details {
  background: #f5f5f5;
  margin: 120px auto;
}
#contents #main .campaign_Details-inner {
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details-inner {
    padding: 3rem;
  }
}
#contents #main .campaign_Details-inner h2 {
  font-size: clamp(36px, 2.25rem + (1vw - 7.68px) * 1.0417, 48px);
  min-height: 0vw;
  font-weight: bold;
  margin-bottom: 18px;
}
#contents #main .campaign_Details-inner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details-inner h3 {
    font-size: 26px;
  }
}
#contents #main .campaign_Details-content {
  margin-bottom: 52px;
}
#contents #main .campaign_Details-content dl {
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem; /* 列間スペース */
  row-gap: 2rem; /* 行間スペース（任意） */
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details-content dl {
    grid-template-columns: 1fr; /* 1 列＝縦並び */
  }
}
#contents #main .campaign_Details-content dl dt {
  display: flex;
  width: 100px;
  padding: 13px 43px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  text-align: center;
  background: #000;
  color: #fff;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details-content dl dt {
    padding: 0.5rem 1rem;
    width: 70px;
  }
}
#contents #main .campaign_Details-content dl dd {
  padding: 0px 43px;
  gap: 10px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details-content dl dd {
    padding: 0;
    font-size: 18px;
  }
}
#contents #main .campaign_Details-content dl dd a {
  background-color: #c63527;
  border-radius: 30px;
  padding: 10px 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details-content dl dd a {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
}
#contents #main .campaign_Details .summary_ttl {
  padding: 10px 35px;
  border-radius: 30px;
  color: #000;
  background: #fbc600;
  display: inline-block;
  font-size: 20px;
}
#contents #main .campaign_Details .summary p {
  font-size: 16px;
  margin: 1.6rem;
}
#contents #main .campaign_Details .summary .stores {
  background: #fff;
  padding: 4rem;
  margin: 52px auto;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details .summary .stores {
    padding: 2rem;
  }
}
#contents #main .campaign_Details .summary .stores_ttl {
  font-size: 20px;
  margin-bottom: 2rem;
}
#contents #main .campaign_Details .summary .stores table {
  width: 100%;
}
#contents #main .campaign_Details .summary .stores table th,
#contents #main .campaign_Details .summary .stores table td {
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details .summary .stores table th,
  #contents #main .campaign_Details .summary .stores table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contents #main .campaign_Details .summary .stores table th {
    font-size: 18px;
  }
}
#contents #main .campaign_Details .summary .stores table .tel {
  margin: 1rem 0;
}
#contents #main .campaign_Details .summary .stores table td:last-child {
  margin-bottom: 2rem;
}
#contents #main .campaign_Details .duration_ttl {
  padding: 10px 35px;
  border-radius: 30px;
  color: #000;
  background: #fbc600;
  display: inline-block;
  font-size: 20px;
}
#contents #main .campaign_Details .duration p {
  font-size: 16px;
  margin: 1.6rem;
}
#contents #main .campaign_Details .attention_wrap-ttl {
  padding: 10px 35px;
  border-radius: 30px;
  color: #000;
  background: #fbc600;
  display: inline-block;
  font-size: 20px;
}
#contents #main .campaign_Details .attention_wrap p {
  font-size: 16px;
  margin: 1.6rem;
}/*# sourceMappingURL=referrale_style.css.map */