@charset "UTF-8";
.ac {
  text-align: center;
}

em {
  font-style: normal;
  font-weight: 700;
}

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #ff008c;
}

.blue {
  color: #007ACC;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt-center {
  text-align: center;
}

.mt-0px {
  margin-top: 0 !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.pLR-0px {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pLR-40px {
  padding: 0 40px !important;
}

.pL-1em {
  padding-left: 1em !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-32px {
  font-size: 32px !important;
}

.fs-48px {
  font-size: 48px !important;
}

.main-container {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bottom-dl-area {
  margin-top: 0;
}

.lp-wrap {
  padding-bottom: 180px;
  position: relative;
}
.lp-wrap-bg {
  width: 100%;
  height: 810px;
  background: url(/lp/burn-premium/img/bg.png) no-repeat #FFF2F9;
  background-size: 1440px 810px;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767.9px) {
  .lp-wrap {
    padding-bottom: 120px;
  }
  .lp-wrap-bg {
    display: none;
  }
}

.lp_oa {
  color: #4d4d4d;
  line-height: 1.5;
}
.lp_oa img {
  width: 100%;
}

.terms_close, .caption_inner_close {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff008c;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .terms_close, .caption_inner_close {
    font-size: 1.8rem;
  }
}

/* caution */
.caution_inner {
  margin: 60px auto 104px;
  padding: 0 1.6rem 104px;
  max-width: calc(650px + 3.2rem);
  text-align: center;
  border-bottom: 1px solid #000;
}
.caution_inner_icon {
  width: 40px;
  margin: 0 auto;
}
.caution_inner_icon img {
  width: 100%;
}
.caution_inner_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff008c;
  margin-top: 24px;
}
.caution_inner_text {
  font-size: 1.3rem;
  margin-top: 16px;
}
.caution_inner_qr {
  display: inline-block;
  padding: 15px;
  background-color: #f5f5f5;
  margin-top: 32px;
  border-radius: 6px;
}
.caution_inner_qr img {
  width: 210px;
}

.sp_wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 110;
  background: #ffffff;
}
.sp_wrapper.max-width-none {
  max-width: none;
}
@media screen and (max-width: 767.9px) {
  .sp_wrapper {
    max-width: none;
  }
}

/* entry */
.entry {
  margin: 36px 0 0;
}
.entry_inner {
  padding: 0 16px 16px;
}
.entry_inner img {
  width: 100%;
}
.entry_inner_period {
  padding: 10px 4px;
  background: #FFE6F4;
  border: 1px solid #ff008c;
  border-radius: 8px;
  text-align: center;
}
.entry_inner_period_h2 {
  font-size: 14px;
  font-weight: bold;
  color: #ff008c;
}
.entry_inner_period_text {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
.entry_inner_period_caution {
  margin: 8px 0 0;
  font-size: 12px;
  color: #333333;
}
.entry_inner_nextPeriod {
  margin: 16px 0 0;
  padding: 12px 4px;
  background: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  text-align: center;
}
.entry_inner_nextPeriod_h2 {
  font-size: 14px;
  font-weight: bold;
  color: #828282;
}
.entry_inner_nextPeriod_text {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
.entry_inner_nextPeriod_caution {
  margin: 8px 0 0;
  font-size: 12px;
  color: #333333;
}
.entry_inner_procedure {
  margin: 24px 0 0;
}
.entry_inner_ankerlink {
  margin: 20px 0 0;
  text-align: center;
  font-size: 11px;
}
.entry_inner_ankerlink span {
  color: #ff008c;
  font-weight: bold;
}
.entry_inner_step {
  margin: 24px 0 0;
}
.entry_inner_step_item_h2 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.entry_inner_step_item_text {
  font-size: 11px;
}
.entry_inner_step_item_btn {
  margin: 8px auto 0;
}
.entry_inner_step_item_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #ff008c;
  line-height: 1.1;
  background-color: #ffffff;
  border: 1px solid #ff008c;
  border-radius: 24px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.entry_inner_step_arrow {
  margin: 20px 0 0;
  text-align: center;
}
.entry_inner_step_arrow_img {
  width: 120px !important;
}
.entry_inner_application {
  margin: 40px 0 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.entry_inner_application_h2 {
  padding: 16px 4px;
  color: #ffffff;
  background: #ff008c;
  font-size: 20px;
  font-weight: bold;
}
.entry_inner_application_textArea {
  padding: 16px 16px 24px;
  background: #FFF2F9;
}
.entry_inner_application_textArea_h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.entry_inner_application_textArea_btn_online {
  margin: 16px auto 0;
}
.entry_inner_application_textArea_btn_online a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  border-radius: 41px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.entry_inner_application_textArea_btn_shop {
  margin: 16px auto 0;
}
.entry_inner_application_textArea_btn_shop a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #ff008c;
  line-height: 1.1;
  background-color: #ffffff;
  border: 1px solid #ff008c;
  border-radius: 28px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

/* point */
.point {
  padding: 24px 16px 104px;
  background: #FFF2F9;
}
.point_inner_h2 {
  position: relative;
  z-index: 200;
}
.point_inner_otoku {
  position: relative;
  z-index: 210;
}
.point_inner_otoku_item {
  padding: 32px 16px 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  position: relative;
}
.point_inner_otoku_item_imgL {
  position: absolute;
  top: -24px;
  left: -8px;
  width: 72px;
}
.point_inner_otoku_item_imgR {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 66px;
}
.point_inner_otoku_item_h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.point_inner_otoku_item_h3 .lineheight_chousei {
  display: inline-block;
  margin: -8px 0 0;
}
.point_inner_otoku_item_bairitsu {
  display: flex;
  margin: 14px 0 0;
}
.point_inner_otoku_item_bairitsu_item {
  width: 50%;
  padding: 0 10px;
}
.point_inner_otoku_item_bairitsu_item_h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 1.2;
}
.point_inner_otoku_item_bairitsu_item_img {
  margin: 8px 0 0;
}
.point_inner_otoku_item_text {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.3;
}
.point_inner_otoku_item_text_14px {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 0 4px;
}
.point_inner_otoku_item_text_14px_imgR {
  position: absolute;
  bottom: 100%;
  right: -20px;
  width: 62px;
}
.point_inner_otoku_item_caution {
  margin: 16px 0 0;
  font-size: 12px;
  color: #333333;
}
.point_inner_otoku_item_img {
  margin: 24px 0 0;
}
.point_inner_kangen {
  margin: -15px 0 0;
}
.point_inner_kangen_item {
  margin: 11% 0 0;
  padding: 32px 24px 24px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  z-index: 190;
}
.point_inner_kangen_item.last {
  padding: 14px 0 24px;
}
.point_inner_kangen_item.last::after {
  display: none;
}
.point_inner_kangen_item:first-child {
  margin: 0;
}
.point_inner_kangen_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.8%;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../img/kangen_bg.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.point_inner_kangen_item_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  overflow: hidden;
  border-radius: 8px 0 0 0;
}
.point_inner_kangen_item_h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.3;
}
.point_inner_kangen_item_text {
  margin: 24px 0 0;
  font-size: 14px;
  color: #333333;
}
.point_inner_kangen_item_text.last {
  padding: 0 38px;
}
.point_inner_kangen_item_text.caution {
  margin: 8px 0 0;
  padding: 0 38px;
  font-size: 12px;
}
.point_inner_kangen_item_img {
  margin: 24px 0 0;
}
.point_inner_kangen_item_img.last {
  margin: 0;
}
.point_inner_kangen_item_btn {
  margin: 24px auto 0;
}
.point_inner_kangen_item_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #ff008c;
  line-height: 1.1;
  background-color: #ffffff;
  border: 1px solid #ff008c;
  border-radius: 24px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

/* caption */
.caption {
  margin-top: 30px;
}
.caption_inner {
  padding: 0 16px;
}
.caption_inner ul {
  font-size: 1.3rem;
  line-height: 1.7;
}
.caption_inner ul li {
  margin: 4px 0 0;
}
sup {
  font-size: 10px;
}

/* キャンペーン詳細 */
.terms {
  margin: 72px 0 0;
}
.terms_inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  max-width: calc(600px + 3.2rem);
  color: #000000;
}
.terms_close {
  margin-top: 24px;
  margin-bottom: 24px;
}
.terms_heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  font-size: 2.6rem;
  line-height: 1.4;
}
.terms_detail {
  background-color: white;
}
.terms_detail dt {
  background-color: #F7F8FB;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 15px 16px 16px;
  font-weight: bold;
  font-size: 1.6rem;
}
.terms_detail dt.terms_detail_title {
  background-color: #e9e9e9;
}
.terms_detail dt:first-child {
  border-top: solid 1px #dddddd;
}
.terms_detail dd {
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 15px 16px 16px;
  font-size: 1.4rem;
}
.terms_detail dd h4 {
  font-weight: bold;
  margin-bottom: 14px;
}
.terms_detail dd h4.underLine {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.terms_detail dd .caption {
  font-size: 1.2rem;
}
.terms_detail dd .list_block {
  margin: 8px 0 0;
}
.terms_detail dd .list_block li {
  display: inline-block;
  background-color: #E6E6F0;
  padding: 5px 8px;
  margin-bottom: 8px;
}
.terms_detail dd .list_block li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 767.9px) {
  .terms_inner {
    max-width: none;
  }
  .terms_close {
    margin-top: 20px;
    margin-bottom: 28px;
  }
}

/* note */
.note {
  margin-top: 70px;
}
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}

/* アンケート */
.popask {
  margin-top: 32px;
}
.popask #rexSurveyEmbedded:empty {
  margin-top: -32px;
}

/* 同時開催キャンペーン */
.other-campaign {
  margin-top: 72px;
  padding: 0 24px;
  text-align: center;
}

.other-campaign-btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  position: relative;
}

.other-campaign-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3B3BA3;
  border-right: solid 2px #3B3BA3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}