@charset "UTF-8";
/*
============================================================

cpn_pointclub_18766

============================================================
*/
/* Mixin
------------------------------------------------------------ */
/*
============================================================

Mixin

============================================================
*/
/* flexbox
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
/* line 37, ../../../../../assets/scss/_modules/_mixin.scss */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 39, ../../../../../assets/scss/_modules/_mixin.scss */
.flexbox .flexbox_l {
  display: inline-block;
}
/* line 42, ../../../../../assets/scss/_modules/_mixin.scss */
.flexbox .flexbox_r {
  display: inline-block;
}

/* Rex Breakpoint  ≥
----------------------------------------------------------------*/
/* Standard Color
----------------------------------------------------------------*/
/* Backbround Skew
----------------------------------------------------------------*/
/*Rex*/
/*
============================================================

Rex Design

============================================================
*/
/* Rex Font
----------------------------------------------------------------*/
/* Rex Color
----------------------------------------------------------------*/
/* Rex Icon
----------------------------------------------------------------*/
/* Rex Btn
----------------------------------------------------------------*/
/* line 37, ../../../../../assets/scss/_modules/_rex.scss */
.btn-default {
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: background-color .2s ease-out,-webkit-box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
}

/* line 55, ../../../../../assets/scss/_modules/_rex.scss */
.btn-outline {
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: background-color .2s ease-out,-webkit-box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out;
  transition: background-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
  user-select: none;
  background: transparent;
  cursor: pointer;
}

/* webfont
------------------------------------------------------------ */
/* リセット
------------------------------------------------------------ */
/* line 32, ../scss/style_renewal.scss */
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* kmr-btn
------------------------------------------------------------ */
/* ベース
------------------------------------------------------------ */
/* parts
------------------------------------------------------------ */
/* line 4, ../scss/_smooth_scroll.scss */
.scroll-top {
  position: absolute;
  bottom: 104px;
  right: 32px;
  transform: translateY(10px);
  transition: 0.4s;
  opacity: 0;
  z-index: 21;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  /* line 4, ../scss/_smooth_scroll.scss */
  .scroll-top {
    bottom: 32px;
    right: 16px;
  }
}
/* line 20, ../scss/_smooth_scroll.scss */
.scroll-top.fixed {
  display: block;
  opacity: 1;
  transition: 0.4s;
  transform: translateY(0);
  position: fixed;
  z-index: 21;
  box-sizing: border-box;
}
/* line 28, ../scss/_smooth_scroll.scss */
.scroll-top.fixed.stop {
  position: absolute;
}
/* line 33, ../scss/_smooth_scroll.scss */
.scroll-top-btn a {
  transition: all 0.4s;
  font-size: 32px;
  padding: 0px 8px;
  color: #ffffff;
  background: #ff6000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  transform: translateY(10px);
}
@media screen and (min-width: 769px) {
  /* line 33, ../scss/_smooth_scroll.scss */
  .scroll-top-btn a {
    padding: 16px;
    width: 80px;
    height: 80px;
    padding: 24px;
  }
}
/* line 51, ../scss/_smooth_scroll.scss */
.scroll-top-btn a img {
  transition: all 0.2s;
  top: 0;
  display: block;
  width: 100%;
}
/* line 57, ../scss/_smooth_scroll.scss */
.scroll-top-btn a span {
  font-size: 80%;
}
@media screen and (min-width: 769px) {
  /* line 57, ../scss/_smooth_scroll.scss */
  .scroll-top-btn a span {
    font-size: 100%;
  }
}
/* line 63, ../scss/_smooth_scroll.scss */
.scroll-top-btn a:hover {
  transition: all 0.5s;
  background: rgba(255, 96, 0, 0.8);
  text-decoration: none;
  position: relative;
  transform: translateY(0px);
}
/* line 69, ../scss/_smooth_scroll.scss */
.scroll-top-btn a:hover span {
  top: -2px;
}

@-webkit-keyframes shiny-btn3 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMov {
  0% {
    opacity: 0;
    top: -56px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeMovH2 {
  0% {
    opacity: 0;
    transition: all 1s;
    transform: scale(1.4) translateX(-10px);
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}
@keyframes movUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeMovL {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sizeScale {
  0% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@keyframes noise_anima {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 123px 456px;
  }
}
@keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes show {
  0% {
    transform: translate(0, 2em);
    opacity: 0;
    text-shadow: 0 0 0 #DDB962;
  }
  50% {
    text-shadow: 0 0 0.5em #DDB962;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    text-shadow: none;
  }
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
/* line 110, ../scss/_keyframes.scss */
.downdown {
  -webkit-animation: downdown 3s infinite linear alternate;
  animation: downdown 3s infinite linear alternate;
}

@-webkit-keyframes downdown {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -30px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes downdown {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -10px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
}
/* line 128, ../scss/_keyframes.scss */
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}
/* line 146, ../scss/_keyframes.scss */
.buruburu {
  -webkit-animation: buruburu 0.1s infinite linear alternate;
  animation: buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3deg);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3deg);
  }
}
@keyframes ken-burns {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
    filter: blur(0);
  }
  30% {
    filter: blur(0);
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
}
/* line 5, ../scss/_invw.scss */
.invw-up {
  opacity: 0;
  transition: all 1s ease-in-out .5s;
  transform: translateY(20px);
}
/* line 9, ../scss/_invw.scss */
.invw-up.motion {
  transform: translateY(0);
  opacity: 1;
}
/* line 15, ../scss/_invw.scss */
.invw-down {
  opacity: 0;
  transition: all 1s ease-in-out .5s;
  transform: translateY(-20px);
}
/* line 19, ../scss/_invw.scss */
.invw-down.motion {
  transform: translateY(0);
  opacity: 1;
}
/* line 25, ../scss/_invw.scss */
.invw-l {
  opacity: 0;
  transition: all 1s ease-in-out .5s;
  transform: translateX(20px);
}
/* line 29, ../scss/_invw.scss */
.invw-l.motion {
  transform: translateX(0);
  opacity: 1;
}
/* line 35, ../scss/_invw.scss */
.invw-r {
  opacity: 0;
  transition: all 1s ease-in-out .5s;
  transform: translateX(-20px);
}
/* line 39, ../scss/_invw.scss */
.invw-r.motion {
  transform: translateX(0);
  opacity: 1;
}

/* static-topbar
------------------------------------------------------------ */
/* line 7, ../scss/_topbar.scss */
.static-topbar {
  background: rgba(255, 255, 255, 0.7);
  height: 56px;
  border-bottom: 1px solid #eeeeee;
  z-index: 10;
  position: relative;
  transition: .5s;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
/* line 23, ../scss/_topbar.scss */
.static-topbar.is-hide {
  transform: translateY(-100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
  display: block;
}
/* line 30, ../scss/_topbar.scss */
.static-topbar-inner {
  max-width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  /* line 30, ../scss/_topbar.scss */
  .static-topbar-inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 30, ../scss/_topbar.scss */
  .static-topbar-inner {
    padding: 0 0;
  }
}
/* line 40, ../scss/_topbar.scss */
.static-topbar-inner.flexbox {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 44, ../scss/_topbar.scss */
.static-topbar-logo {
  height: 56px;
  width: 42%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 320px) {
  /* line 44, ../scss/_topbar.scss */
  .static-topbar-logo {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  /* line 44, ../scss/_topbar.scss */
  .static-topbar-logo {
    margin-left: 0;
  }
}
/* line 64, ../scss/_topbar.scss */
.static-topbar-logo a {
  display: block;
}
/* line 66, ../scss/_topbar.scss */
.static-topbar-logo a span {
  width: 112px;
  display: block;
  margin-left: 16px;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 320px) {
  /* line 66, ../scss/_topbar.scss */
  .static-topbar-logo a span {
    width: 96px;
    margin-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  /* line 66, ../scss/_topbar.scss */
  .static-topbar-logo a span {
    width: 128px;
    margin-left: 0;
  }
}
/* line 82, ../scss/_topbar.scss */
.static-topbar-logo a span img {
  width: 100%;
  display: block;
}
/* line 92, ../scss/_topbar.scss */
.static-topbar-btn {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 320px) {
  /* line 92, ../scss/_topbar.scss */
  .static-topbar-btn {
    width: 63%;
  }
}
/* line 103, ../scss/_topbar.scss */
.static-topbar-btn a {
  width: auto;
  height: auto;
  margin-right: 8px;
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 103, ../scss/_topbar.scss */
  .static-topbar-btn a {
    margin-right: 0;
  }
}
/* line 111, ../scss/_topbar.scss */
.static-topbar-btn a:hover {
  text-decoration: none;
}
/* line 114, ../scss/_topbar.scss */
.static-topbar-btn a span {
  display: block;
  padding: 9px 8px 7px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: bold;
}
/* line 121, ../scss/_topbar.scss */
.static-topbar-btn a span b {
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  /* line 121, ../scss/_topbar.scss */
  .static-topbar-btn a span b {
    font-size: 12px;
  }
}

/* bottom_detection
------------------------------------------------------------ */
/* line 5, ../../../../msvod/_common/scss/_bottom_detection.scss */
.bottom_detection {
  transition: .5s;
}
/* line 7, ../../../../msvod/_common/scss/_bottom_detection.scss */
.bottom_detection.is-hide {
  transform: translateY(100%);
}

/* line 92, ../scss/style_renewal.scss */
.wrapper {
  padding: 56px 0 0;
  padding: 0;
  overflow-x: hidden;
}

/* line 98, ../scss/style_renewal.scss */
.specialContainer {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0 0 0 0;
  font-family: "Noto Sans JP", "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-image: url(../img/_renewal/bg.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 200px 200px;
}
@media screen and (min-width: 769px) {
  /* line 98, ../scss/style_renewal.scss */
  .specialContainer {
    overflow: hidden;
  }
}
/* line 115, ../scss/style_renewal.scss */
.specialContainer img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 123, ../scss/style_renewal.scss */
#nbaBanner {
  margin: 0 auto !important;
  padding: 16px;
}

/* line 128, ../scss/style_renewal.scss */
a.static-modal-button {
  max-width: 320px;
  display: block;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none !important;
  background: #000000;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #dc0025;
  transition: 0.5s;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 128, ../scss/style_renewal.scss */
  a.static-modal-button {
    font-size: 16px;
  }
}
/* line 143, ../scss/style_renewal.scss */
a.static-modal-button:after {
  content: "\f127";
  font-family: rex-icon;
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 16px;
  overflow: hidden;
  margin: -12px 0 0 0;
  padding: 0;
  transition: all .4s;
}
/* line 155, ../scss/style_renewal.scss */
a.static-modal-button:hover {
  text-decoration: none;
  border: 1px solid #000000;
  color: rgba(255, 255, 255, 0.6);
}
/* line 159, ../scss/style_renewal.scss */
a.static-modal-button:hover:after {
  right: 6px;
}

/* line 165, ../scss/style_renewal.scss */
.red {
  color: #ff0000;
}

/* line 168, ../scss/style_renewal.scss */
.enji {
  color: #bf0000;
}

/* line 171, ../scss/style_renewal.scss */
.bold {
  font-weight: bold;
}

/* line 177, ../scss/style_renewal.scss */
.nonesp {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 177, ../scss/style_renewal.scss */
  .nonesp {
    display: block;
  }
}
/* line 182, ../scss/style_renewal.scss */
.nonesp-in {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 182, ../scss/style_renewal.scss */
  .nonesp-in {
    display: inline-block;
  }
}
/* line 189, ../scss/style_renewal.scss */
.nonepc {
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 189, ../scss/style_renewal.scss */
  .nonepc {
    display: none;
  }
}
/* line 194, ../scss/style_renewal.scss */
.nonepc-in {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  /* line 194, ../scss/style_renewal.scss */
  .nonepc-in {
    display: none;
  }
}

/* cpn_pointclub_18766
------------------------------------------------------------ */
/* line 208, ../scss/style_renewal.scss */
#cpn_pointclub_18766 .bottom-contents {
  overflow: hidden;
  background: #ffffff;
}
/* line 213, ../scss/style_renewal.scss */
#cpn_pointclub_18766 .inr-box {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (min-width: 769px) {
  /* line 213, ../scss/style_renewal.scss */
  #cpn_pointclub_18766 .inr-box {
    max-width: 1168px;
    margin: 0 auto 0;
    padding: 0;
  }
}
/* line 226, ../scss/style_renewal.scss */
#cpn_pointclub_18766 .main-box {
  padding: 0 0 0 0;
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 226, ../scss/style_renewal.scss */
  #cpn_pointclub_18766 .main-box {
    padding: 0 0 0 0;
  }
}

/* line 239, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard {
  width: 100%;
  margin: 0 auto;
}
/* line 249, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 56px 20px 0;
}
@media screen and (min-width: 769px) {
  /* line 249, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-inner {
    padding: 88px 0 0;
  }
}
/* line 259, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-keyvisual {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 259, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-keyvisual {
    box-sizing: border-box;
    padding: 0 56px;
    width: 970px;
  }
}
/* line 270, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-keyvisual::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 90px;
  /*画像の幅*/
  height: 140px;
  /*画像の高さ*/
  background-image: url(../img/_renewal/kv/point_left_sp.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 33px;
  left: -22px;
}
@media screen and (min-width: 769px) {
  /* line 270, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-keyvisual::before {
    width: 250px;
    /*画像の幅*/
    height: 250px;
    /*画像の高さ*/
    background-image: url(../img/_renewal/kv/point_left.png);
    top: -46px;
    left: -65px;
  }
}
/* line 289, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-keyvisual::after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 90px;
  /*画像の幅*/
  height: 140px;
  /*画像の高さ*/
  background-image: url(../img/_renewal/kv/point_right_sp.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 33px;
  right: -22px;
}
@media screen and (min-width: 769px) {
  /* line 289, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-keyvisual::after {
    width: 250px;
    /*画像の幅*/
    height: 250px;
    /*画像の高さ*/
    background-image: url(../img/_renewal/kv/point_right.png);
    top: -46px;
    right: -65px;
  }
}
/* line 309, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-keyvisual-img {
  margin: 0px auto;
  width: 282px;
  padding: 0px 0;
  position: relative;
  transform: translate(0, -30px);
}
@media screen and (min-width: 769px) {
  /* line 309, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-keyvisual-img {
    width: 577px;
    padding: 0px 0;
    transform: translate(0, -38px);
  }
}
/* line 322, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-keyvisual-text {
  text-indent: -1em;
  padding-left: 1em;
  width: 100%;
  margin: -12px auto 0;
  color: #666;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 8px 16px;
}
@media screen and (min-width: 769px) {
  /* line 322, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-keyvisual-text {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: -36px auto 0;
  }
}
/* line 338, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-keyvisual-text span {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  /* line 338, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-keyvisual-text span {
    font-size: 13px;
  }
}
/* line 348, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present {
  margin: 0 auto;
  background: #fff;
  padding: 24px 16px 0;
}
@media screen and (min-width: 769px) {
  /* line 348, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present {
    width: 970px;
    padding: 40px 0 0;
  }
}
/* line 358, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-img {
  margin: 0px auto;
  width: 100%;
  padding: 0px 0;
  position: relative;
}
/* line 366, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-img ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 82px;
}
@media screen and (min-width: 769px) {
  /* line 366, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-img ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: row;
    gap: 12px;
  }
}
/* line 377, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-img ul li {
  position: relative;
  padding: 24px 20px;
  text-align: center;
  border-radius: 6px;
  border: 3px solid #F5F5F5;
}
@media screen and (min-width: 769px) {
  /* line 377, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-img ul li {
    width: 423px;
    padding: 34px 56px;
  }
}
/* line 389, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-img ul li + li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/_renewal/present/or.svg) center no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  /* line 389, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-img ul li + li:before {
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
  }
}
/* line 411, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-txt {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  /* line 411, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-txt {
    line-height: 1.9;
  }
}
/* line 418, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-txt > span.first-line {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  /* line 418, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-txt > span.first-line {
    font-size: 14px;
  }
}
/* line 423, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-txt > span.first-line > span.circle {
  padding: 4px 10px;
  color: #fff;
  background: #bf0000;
  border-radius: 20px;
  margin: 0 3px;
}
@media screen and (min-width: 769px) {
  /* line 423, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-txt > span.first-line > span.circle {
    margin: 0 5px;
  }
}
/* line 435, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-txt > span.second-line {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  /* line 435, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-txt > span.second-line {
    font-size: 34px;
  }
}
/* line 443, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-button {
  margin: 6px auto 0px;
  padding: 0px 0;
  bottom: 24px;
}
@media screen and (min-width: 769px) {
  /* line 443, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-button {
    margin: 6px auto 0;
    padding: 0px 0;
    position: static;
    width: auto;
  }
}
/* line 456, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-button a img {
  transition: all .4s;
  opacity: 1;
}
/* line 459, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-button a img:hover {
  opacity: .6;
}
/* line 466, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-check {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  /* line 466, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-check {
    padding: 24px;
  }
}
/* line 477, ../scss/style_renewal.scss */
.cpn_pointclub_18766-billboard-present-check span {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  /* line 477, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-billboard-present-check span {
    font-size: 13px;
  }
}
/* line 490, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature {
  margin: 0 auto;
  padding: 0 20px 8px 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 769px) {
  /* line 490, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature {
    width: 970px;
  }
}
/* line 499, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-inner {
  width: 100%;
  margin: 0 auto;
  padding: 56px 20px 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 769px) {
  /* line 499, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-inner {
    padding: 0;
  }
}
/* line 511, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-title {
  text-align: center;
  font-weight: bold;
  padding: 0px 0px;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  /* line 511, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-title {
    padding: 0px;
    font-size: 26px;
  }
}
/* line 521, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-title:after {
  content: '';
  background: url(../img/feature/line.svg) center no-repeat;
  background-size: cover;
  width: 69px;
  height: 4px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  /* line 521, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-title:after {
    margin: 24px auto 32px;
  }
}
/* line 535, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-disp {
  text-align: center;
  font-weight: bold;
  padding: 0px 0px 32px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  /* line 535, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-disp {
    padding: 0 0 32px 0;
    font-size: 20px;
  }
}
/* line 546, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-disp b {
  color: #bf0000;
}
/* line 551, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main {
  display: block;
  margin: 0 0 0 0;
}
@media screen and (min-width: 769px) {
  /* line 551, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-main {
    margin: 0px 0 0 0;
  }
}
/* line 557, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
/* line 563, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-box {
  display: block;
  padding: 0 8px 28px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 563, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-main-box {
    padding: 0 0 48px;
    width: 315px;
  }
}
/* line 573, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-box-img {
  margin: 0px auto;
  padding: 0px 0;
  position: relative;
  box-sizing: border-box;
  width: 200px;
}
@media screen and (min-width: 769px) {
  /* line 573, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-main-box-img {
    width: 100%;
    padding: 0 58px 0px;
  }
}
/* line 585, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-box-detail {
  display: block;
  padding: 0 0 0 0;
}
@media screen and (min-width: 769px) {
  /* line 585, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-main-box-detail {
    padding: 8px 0 0 0;
  }
}
/* line 591, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-box-detail b {
  color: #bf0000;
}
/* line 595, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-box-detail-cap {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 769px) {
  /* line 595, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-main-box-detail-cap {
    font-size: 26px;
  }
}
/* line 607, ../scss/style_renewal.scss */
.cpn_pointclub_18766-feature-main-box-detail-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 769px) {
  /* line 607, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-feature-main-box-detail-text {
    padding: 0;
    font-size: 13px;
  }
}
/* line 629, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get {
  width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  /* line 629, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get {
    width: 970px;
    padding: 40px 0 0;
    margin: 0 auto 80px;
  }
}
/* line 640, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  background: #F7F7F7;
  border-radius: 10px;
  border: 4px solid #FFD600;
}
@media screen and (min-width: 769px) {
  /* line 640, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get-inner {
    padding: 48px 0 48px 0;
    border: 6px solid #FFD600;
  }
}
/* line 654, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-title {
  text-align: center;
  font-weight: bold;
  padding: 8px 0px 16px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  /* line 654, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get-title {
    padding: 0px;
    font-size: 24px;
    margin: 0 0 24px 0;
  }
}
/* line 666, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main {
  display: block;
  margin: 0 0 0 0;
}
@media screen and (min-width: 769px) {
  /* line 666, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get-main {
    margin: 0px 0 32px 0;
  }
}
/* line 672, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
/* line 676, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 4px;
}
@media screen and (min-width: 769px) {
  /* line 676, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get-main ul li {
    width: 283px;
    margin: 0 4px;
  }
}
/* line 685, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main ul li a img {
  transition: all .4s;
  opacity: 1;
}
/* line 688, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main ul li a img:hover {
  opacity: .6;
}
/* line 696, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main-button {
  margin: 0px auto;
  padding: 24px 0 16px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 696, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get-main-button {
    padding: 0px 0;
    width: 349px;
  }
}
/* line 705, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main-button a img {
  transition: all .4s;
  opacity: 1;
}
/* line 708, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-main-button a img:hover {
  opacity: .6;
}
/* line 716, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-check {
  width: 100%;
  margin: 0 auto 8px;
  color: #333333;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  /* line 716, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-get-check {
    margin: 0 auto;
    padding: 24px;
    text-align: center;
  }
}
/* line 728, ../scss/style_renewal.scss */
.cpn_pointclub_18766-get-check span {
  font-size: 13px;
}
/* line 739, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  margin: 0px 0 0 0;
}
@media screen and (min-width: 769px) {
  /* line 739, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-campaign-details {
    margin: 0px 0 0 0;
  }
}
/* line 748, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner {
  margin: 0 auto;
  max-width: 1168px;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  /* line 748, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-campaign-details-inner {
    padding: 8px 0;
    width: 96%;
  }
}
/* line 756, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner table {
  border: 1px solid #ff6000;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
}
/* line 764, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner table th {
  box-sizing: border-box;
  border: 1px solid #ff6000;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  background: rgba(255, 96, 0, 0.3);
  color: #333333;
  text-align: center;
}
/* line 765, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner table th.title {
  background: #ff6000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 764, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-campaign-details-inner table th {
    width: 100%;
    display: block;
  }
}
/* line 785, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner table td {
  border: 1px solid #ff6000;
  padding: 15px;
  color: #333333;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  width: 80%;
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 785, ../scss/style_renewal.scss */
  .cpn_pointclub_18766-campaign-details-inner table td {
    width: 100%;
    display: block;
  }
}
/* line 800, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner table a {
  color: #ff7c1f;
}
/* line 802, ../scss/style_renewal.scss */
.cpn_pointclub_18766-campaign-details-inner table a::after {
  content: '\f174';
  font-family: 'rex-icon';
  position: relative;
  top: 3px;
  margin-left: 2px;
}
