@charset "UTF-8";
em {
  font-style: normal;
  font-weight: 700;
}

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #ff008c;
}

.white {
  color: white !important;
}

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

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

.txt-left {
  text-align: left !important;
}

.mTB-16px {
  margin: 16px 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.lp-wrap {
  padding-bottom: 72px;
}
@media screen and (max-width: 767.9px) {
  .lp-wrap {
    padding-bottom: 120px;
  }
}

.lp_oa {
  color: #4d4d4d;
  line-height: 1.5;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 1.1;
  background-color: #bf0000;
  border-radius: 27px;
}
.button:hover {
  background-color: #cc0070;
}
.subjectOA_button.button {
  background: #3B3BA3;
}
@media screen and (max-width: 767.9px) {
  .button {
    font-size: 16px;
  }
}

.terms_close, .underKv_inner_close {
  font-size: 2rem;
  font-weight: bold;
  color: #bf0000;
  text-align: center;
  line-height: 1.4;
}

/* 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: #bf0000;
  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;
}
@media screen and (max-width: 767.9px) {
  .sp_wrapper {
    max-width: none;
  }
}

/* kv */
.kv {
  width: 100%;
  height: 420px;
  background: #bf0000;
}
.kv_inner {
  width: 760px;
  height: 368px;
  margin: 0 auto;
}
.kv_inner_image {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .kv {
    height: auto;
  }
  .kv_inner {
    width: 100%;
    height: auto;
  }
}

/* upperKv */
.upperKv {
  background: #bf0000;
}
.upperKv_inner {
  max-width: 720px;
  margin: 0 auto;
}
.upperKv_inner_h2 {
  padding: 12px 0;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .upperKv_inner_h2 {
    padding: 8px 0;
    font-size: 13px;
  }
}

/* underKv */
.underKv {
  margin-top: 16px;
}
.underKv_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.underKv_inner_text {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 1.6;
}
.underKv_inner_caption {
  margin-top: 32px;
  padding: 16px 0 0 1em;
  font-size: 14px;
  color: #676767;
  line-height: 1.8;
  border-top: 1px dashed #bfbfbf;
}
.underKv_inner_btnArea {
  margin-top: 20px;
  text-align: center;
}
.underKv_inner_btnArea_btn {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  border: 2px solid #bf0000;
  background-color: #bf0000;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  position: relative;
}
.underKv_inner_btnArea_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}
.underKv_inner_close {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .underKv_inner {
    max-width: none;
  }
  .underKv_inner_text {
    font-size: 13px;
  }
  .underKv_inner_caption {
    margin-top: 16px;
    font-size: 13px;
  }
}

.couponEnd {
  font-size: 18px;
  font-weight: bold;
  color: #df0101;
  margin: 0 0 14px;
  text-align: center;
}

.campaignEnd {
  font-size: 20px;
  font-weight: bold;
  color: #bf0000;
  text-align: center;
}

/* step */
.step {
  margin: 72px 0 0;
  padding: 72px 0;
  background-color: #f7f7f7;
  text-align: center;
}
.step_inner {
  max-width: 752px;
  margin: 0 auto;
  padding: 0 16px;
}
.step_inner_h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.step_inner_list_item {
  margin: 48px 0 0;
  padding: 40px;
  background: white;
  list-style: none !important;
  border-radius: 12px;
}
.step_inner_list_item_title span {
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 4px solid #bf0000;
  font-size: 30px;
  color: #333333;
}
.step_inner_list_item_textBold {
  margin: 32px 0 0;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.step_inner_list_item_text {
  margin: 24px 0 0;
  font-size: 16px;
  text-align: left;
}
.step_inner_list_item_button {
  margin: 32px auto 0;
  max-width: 480px;
}
.step_inner_list_item_textCaution {
  margin: 32px 0 0;
  font-size: 13px;
  color: #676767;
}
.step_inner_list_item_image {
  margin: 32px auto 0;
  max-width: 480px;
}
.step_inner_list_item_image img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .step {
    margin: 36px 0 0;
    padding: 40px 0;
  }
  .step_inner {
    max-width: none;
  }
  .step_inner_h2 {
    font-size: 24px;
  }
  .step_inner_list_item {
    margin: 24px 0 0;
    padding: 24px;
  }
  .step_inner_list_item_title span {
    border-bottom: 2px solid #bf0000;
    font-size: 24px;
  }
  .step_inner_list_item_textBold {
    margin: 24px 0 0;
    font-size: 18px;
  }
  .step_inner_list_item_text {
    margin: 24px 0 0;
    font-size: 16px;
    text-align: left;
  }
  .step_inner_list_item_button {
    margin: 18px auto 0;
    max-width: none;
  }
  .step_inner_list_item_textCaution {
    margin: 24px 0 0;
    text-align: left;
  }
  .step_inner_list_item_image {
    margin: 24px auto 0;
    max-width: none;
  }
}

/* shoppingInfo */
.shoppingInfo {
  padding: 72px 0;
  background-color: #FFF2F9;
}
.shoppingInfo_inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 16px 72px;
  background: white;
}
.shoppingInfo_inner_h2 {
  padding: 0 0 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  background: url(../img/shoppingInfo_inner_h2_bg.png) no-repeat;
  background-position: center bottom;
  background-size: 170px 10px;
}
.shoppingInfo_inner_h2 span {
  color: #bf0000;
}
.shoppingInfo_inner_image {
  max-width: 280px;
  margin: 24px auto 0;
}
.shoppingInfo_inner_image img {
  width: 100%;
}
.shoppingInfo_inner_text {
  max-width: 280px;
  margin: 8px auto 0;
  font-size: 13px;
  color: #676767;
}
.shoppingInfo_inner_list {
  max-width: 280px;
  margin: 24px auto 0;
}
.shoppingInfo_inner_list_item {
  margin: 16px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px dashed #bfbfbf;
  list-style: none !important;
}
.shoppingInfo_inner_list_item a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.shoppingInfo_inner_list_item_image {
  width: 100px;
  flex-shrink: 0;
}
.shoppingInfo_inner_list_item_image img {
  width: 100%;
}
.shoppingInfo_inner_list_item_text {
  padding: 0 0 0 8px;
  font-size: 13px;
  color: #676767;
}
.shoppingInfo_inner_list_item:first-child {
  margin: 0;
}
.shoppingInfo_inner_list_item:last-child {
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .shoppingInfo {
    padding: 40px 16px;
  }
  .shoppingInfo_inner {
    max-width: none;
    padding: 24px 24px 40px;
  }
  .shoppingInfo_inner_h2 {
    font-size: 22px;
  }
  .shoppingInfo_inner_image {
    max-width: none;
  }
  .shoppingInfo_inner_text {
    max-width: none;
  }
  .shoppingInfo_inner_list {
    max-width: none;
  }
}

/* キャンペーン詳細 */
.terms {
  padding: 72px 0 0;
}
.terms_inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  max-width: calc(800px + 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: 72px;
}
.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: 70px;
  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);
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed .to-top-btn {
  position: absolute;
  margin-left: auto;
  margin-right: 16px;
  top: -4rem;
  right: 0rem;
  width: 46px;
  height: 46px;
}

/* 追従エントリーボタン */
.floating {
  margin-top: 16px;
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 51;
}
.floating_inner {
  width: 500px;
  padding: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .floating {
    margin-top: 8px;
  }
  .floating_inner {
    width: 100%;
    max-width: 480px;
  }
}
.floating + .NOT_LOGGED_IN {
  color: white !important;
}
.floating .kILvuT {
  margin: 0 !important;
}
.floating .gfnTPz {
  margin-top: 8px;
  color: rgb(138, 215, 255);
}
.floating .izpAud {
  margin: 0 0 16px;
}
.floating .InfoText-message {
  font-weight: bold;
}
.floating .InfoIcon svg {
  fill: rgb(138, 215, 255);
}

.floating_text {
  color: white !important;
}/*# sourceMappingURL=cp_oa.css.map */