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

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

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #ff008c;
}

.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;
}

.mb-40px {
  margin-bottom: 40px !important;
}

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

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

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

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

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

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

.lp-wrap {
  padding: 0 0 150px;
}

.sp_wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .sp_wrapper {
    max-width: none;
  }
}
.sp_wrapper img {
  width: 100%;
}

/* information */
.information {
  padding: 40px 16px;
  background: #FFF9D7;
}
.information.poikatsu {
  padding: 72px 16px 16px;
  background: white;
}
.information.underKv {
  padding: 24px 16px;
  background: white;
}
.information_inner {
  padding: 32px 24px 60px;
  border-radius: 16px;
  background: white;
}
.information_inner.poikatsu {
  margin: 80px 0 0;
  padding: 68px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.information_h2 {
  padding: 0 0 24px;
  background: url(../img/h2_bg.png) no-repeat;
  background-size: 104px;
  background-position: center bottom;
  font-size: 26px;
  font-weight: bold;
  color: #18187A;
  text-align: center;
}
.information_h2 span {
  font-size: 28px;
}
.information_h3 {
  text-align: center;
}
.information_h3 span {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding: 0 24px 0 78px;
  font-size: 24px;
  font-weight: bold;
  color: #18187A;
  background: #FFD900;
  border-radius: 1000px;
  white-space: nowrap;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.information_h3 span:before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  margin-top: -9px;
  left: 0;
  background: white url(../img/icon_cp.png) no-repeat;
  background-size: 38px;
  background-position: center;
  border: 4px solid #FFD900;
  border-radius: 34px;
}
.information_h3 span.point:before {
  background: white url(../img/icon_point.png) no-repeat;
  background-size: 38px;
  background-position: center;
}
.information_h3 span.cart:before {
  background: white url(../img/icon_cart.png) no-repeat;
  background-size: 38px;
  background-position: center;
}
.information_h3.poikatsu {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.information_text {
  margin: 8px 0 0;
  font-size: 16px;
  text-align: center;
}
.information_text_bold {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.information_img {
  margin: 32px 0 0;
  position: relative;
  z-index: 100;
}
.information_img.spsCp {
  margin: 40px 0 0;
}
.information_img.spsCp img {
  width: calc(100% - 48px);
  margin: 0 24px;
}
.information_img.spsCp::after {
  content: "";
  display: block;
  position: relative;
  width: 24.65%;
  margin: -82px 0 0 auto;
  padding-top: 27.43%;
  background: url(../img/hand.png) no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {
  .information_img.spsCp::after {
    margin: -16% 0 0 auto;
  }
}
.information_check {
  margin: -18px 36px 0;
  padding: 8px 4px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #FFAE00;
  border-radius: 8px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.information_check:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFAE00;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 767.9px) {
  .information_check {
    margin: -16px 36px 0;
  }
}
.information_sarani {
  width: 88px;
  margin: 44px auto 0;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #18187A;
  background: #FFD900;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.information_sarani:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFD900;
  border-left: 10px solid transparent;
}
.information_btn {
  margin: 40px 0 0;
  text-align: center;
}
.information_btn.poikatsu {
  padding: 0 24px;
}
.information_btn.underKv {
  margin: 0;
  padding: 0 24px;
}
.information_btn span {
  display: inline-block;
  color: #ff008c;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.information_btn span:before, .information_btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #ff008c;
}
.information_btn span:before {
  transform: rotate(60deg);
  left: -25px;
}
.information_btn span:after {
  transform: rotate(-60deg);
  right: -25px;
}
.information_btn a {
  display: block;
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #ff008c;
  border: 2px solid #ff008c;
  padding: 14px 5px;
  border-radius: 1000px;
}

/* 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: 32px 0 0;
  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: 47%;
  transform: translateY(-50%);
  right: 20px;
  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: 600px;
  padding: 16px;
  margin: 0 auto;
}
.floating_inner_closeText {
  margin: 16px 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .floating {
    margin-top: 8px;
  }
  .floating_inner {
    width: 100%;
  }
}/*# sourceMappingURL=cp_oa.css.map */