figure {
  margin: 0;
}

html {
  line-height: 1
}

html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

h2,
h3 {
  box-sizing: border-box;
}

.w100 {
  display: block;
  text-align: center;
}

.w100 img {
  height: auto;
  display: block;
  width: 100%;
}


.text-center {
  text-align: center;
}

.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.txt-s {
  font-size: 0.9em;
}

.txt-ss {
  font-size: 0.85em;
}

.txt-l {
  font-size: 1.1em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.indent-1 {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

.indent-2 {
  display: inline-block;
  text-indent: -2em;
  margin-left: 2em;
}

ul.asterisk {
  list-style: none;
  padding: 0;
}

ul.asterisk li {
  padding-left: 1.4em;
  line-height: 1.4em;
  list-style: none;
}

ul.asterisk li:before {
  content: '※';
  margin-left: -1.3em;
  margin-right: 0.25em
}

.wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

header#header {
  padding: 1rem 0 1rem;
}

header#header .wrapper {
  max-width: 1200px;
}

header#header .wrapper #logo {
  max-width: 150px;

}

header#header .wrapper #logo+span {
  width: 100%;
  max-width: 400px;
}


@media screen and (max-width: 550px) {
  header#header .wrapper #logo+span {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 767.98px) {
  header#header .wrapper #logo {
    max-width: 100px;
  }

  header#header .wrapper #logo+span {
    padding-right: 1rem;
  }
}

/*  Footer */

/*  Footer */
footer {
	padding: 10px 0;
	text-align: center;
	padding-bottom: 5.5em;
   background: #fff;
   margin: 0 auto;
}
footer{
   max-width: 576px;
}
.footer_logo{
   max-width: 120px;
}
footer p {
	font-size: 12px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  margin: 0
}

main {
  display: block
}

p,
figure {
  margin: 0
}

h2,
h3 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit
}

small {
  font-size: 80%
}

img {
  border-style: none;
  vertical-align: bottom
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}


.for-sp {
  display: block !important
}

.for-pc {
  display: none !important
}

br.for-sp {
  display: inline !important
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0
}


@media(min-width: 768px) {
  .for-sp {
    display: none !important
  }

  .for-pc {
    display: block !important
  }

  br.for-sp {
    display: none !important;
  }

  img {
    width: auto
  }
}

a:hover:not(.btnGrad01):not(.btnGrad02):not(.btnGrad03):not(.btnGrad04):not(.btnGrad05) {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

body {
  font: 16px Helvetica, Arial, Tahoma, sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  line-height: 1.4;
  color: #000;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

.btnGrad01 {
  display: block;
  background: #0ca26c;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: none;
  background-size: auto;
  color: #fff;
}

@media(min-width: 768px) {
  .btnGrad01 {
    border-radius: 10px
  }
}

.btnGrad01:hover {
  background-position: left center
}

.btnGrad05 {
  display: block;
  background: #ed7200;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffad12), color-stop(51%, #ffad12), to(#ed7200));
  background-image: linear-gradient(to right, #ffad12 0%, #ffad12 51%, #ed7200 100%);
  background-size: 200% auto;
  background-position: right center;
  border-radius: 1.0666666667vw;
  font-weight: 700;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center
}

@media(min-width: 768px) {
  .btnGrad05 {
    border-radius: 10px
  }
}

.btnGrad05:hover {
  background-position: left center
}

.btnGrad06 {
  display: block;
  background: #018a59;
  background-image: -webkit-gradient(linear, left top, right top, from(#32bb8a), color-stop(51%, #32bb8a), to(#018a59));
  background-image: linear-gradient(to right, #32bb8a 0%, #32bb8a 51%, #018a59 100%);
  background-size: 200% auto;
  background-position: right center;
  border-radius: 1.0666666667vw;
  font-weight: 700;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center
}

@media(min-width: 768px) {
  .btnGrad06 {
    border-radius: 10px
  }
}

.btnGrad06:hover {
  background-position: left center
}

.btnArrowRight {
  position: relative
}

.btnArrowRight::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8vw 0 0.8vw 1.3333333333vw;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(min-width: 768px) {
  .btnArrowRight::before {
    margin-top: 0;
    border-width: 4px 0 4px 7px
  }
}





span.kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

.rs-fixedBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, .9);
  z-index: 3
}

.rs-fixedBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 93.3333333333vw;
  margin: 0 auto;
  padding: 1.8666666667vw 0
}


@media(min-width: 768px) {
  .rs-fixedBtnList {
    width: 100%;
    max-width: 821px;
    padding: 14px 0
  }
}

.rs-fixedBtnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45.3333333333vw
}


@media(min-width: 768px) {
  .rs-fixedBtnItem {
    width: 48.3%
  }
}

.rs-fixedBtnItem a {
  display: block;
  display: grid;
  place-content: center;
  width: 100%;
    padding: 17px 0;
    border-radius: 10px;
    font-size: 16px;
    height: 51.58px
}

@media(min-width: 768px) {
  .rs-fixedBtnItem a {
    padding: 17px 0;
    border-radius: 10px;
    font-size: 16px;
    height: 51.58px
  }
}

.rs-fixedBtnItem a::before {
  right: 2.4vw
}


@media(max-width: 768px) {
  .rs-fixedBtnItem {
	  width: 100%;
	  max-width: 330px;
	}
}
@media(min-width: 768px) {
  .rs-fixedBtnItem a::before {
    right: 14px
  }
}

#pageTop {
  display: block;
  position: fixed;
  width: 9.33vw;
  height: 9.33vw;
  bottom: 20.39vw;
  right: 1.86vw;
  z-index: 2
}

@media(min-width: 768px) {
  #pageTop {
    width: 50px;
    height: 50px;
    bottom: 86px;
    right: 19px
  }
}

.modalContainer {
  position: relative;
  width: 82vw;
  height: 100%;
  margin: 0 auto;
  padding: 8vw 0;
  text-align: center
}

@media(min-width: 768px) {
  .modalContainer {
    max-width: 757px;
    padding: 40px 0
  }
}

.modalContent {
  background: #fff;
  padding: 7.7333333333vw 5.3333333333vw 8.2666666667vw;
  border-radius: 2vw;
  color: #000
}



@media(min-width: 768px) {
  .modalContent {
    padding: 35px 22px 26px;
    border-radius: 0
  }
}

.modalLead {
  margin-bottom: 4.8vw;
  font-size: 4.8vw;
  font-weight: 700;
  color: #578baf;
  line-height: 1.38;
  letter-spacing: -0.01em;
  text-align: center
}


@media(min-width: 768px) {
  .modalLead {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 1.5
  }
}

.modalTtl {
  padding: 2vw 0;
  background-color: #35bfcb;
  font-weight: 700;
  color: #fff;
  line-height: 1.33
}

@media(min-width: 768px) {
  .modalTtl {
    padding: 11px 0
  }
}

.modalTtl.ttl-normal {
  position: relative
}

.modalTtl.ttl-normal img {
  display: none
}

@media(min-width: 768px) {
  .modalTtl.ttl-normal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    display: block;
    margin: auto;
    width: 13.2%;
    height: 75px
  }
}

.modalStep+.modalTtl {
  margin-top: 7.7333333333vw
}

@media(min-width: 768px) {
  .modalStep+.modalTtl {
    margin-top: 50px
  }
}

.modalApply+.modalTtl {
  margin-top: 7.7333333333vw
}

@media(min-width: 768px) {
  .modalApply+.modalTtl {
    margin-top: 70px
  }
}

.modalTxt {
  margin-top: 4vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: #578baf;
  letter-spacing: -0.017em
}

@media(min-width: 768px) {
  .modalTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: initial
  }
}

@media(min-width: 768px) {
  .modalApply>.modalTxt::before {
    content: "";
    width: 37px;
    height: 30px;
    margin-right: 9px;
    background: url("/static/cp/clubpoint202602/images/modal_icon_web.png") no-repeat center;
    background-size: 100%
  }
}

.modalStep {
  margin-top: 3.6vw
}

@media(min-width: 768px) {
  .modalStep {
    margin-top: 20px
  }
}

@media(min-width: 768px) {
  .modalStepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.modalStepItem {
  position: relative;
  border: 0.4vw solid #35bfcb;
  border-radius: 2.6666666667vw;
  text-align: left
}

@media(min-width: 768px) {
  .modalStepItem {
    width: 49%;
    border: 2px solid #35bfcb;
    border-radius: 7px
  }
}

.modalStepItem.step01 {
  padding: 4.4vw 4vw 6.4vw
}

@media(min-width: 768px) {
  .modalStepItem.step01 {
    padding: 30px 26px 28px 31px
  }
}

.modalStepItem.step02 {
  margin-top: 3.3333333333vw;
  padding: 4.5333333333vw 3.4666666667vw 5.6vw
}

@media(min-width: 768px) {
  .modalStepItem.step02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 30px 36px 18px 34px
  }
}

.modalStepNum {
  width: 17.0666666667vw;
  padding: 1.7333333333vw;
  background-color: #35bfcb;
  border-radius: 8vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  color: #fff;
  text-align: center
}

@media(min-width: 768px) {
  .modalStepNum {
    width: 112px;
    padding: 9px 0 8px;
    font-size: 16px
  }
}

.modalStepInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width: 768px) {
  .modalStepInner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media(min-width: 768px) {
  .modalStepInner:last-child {
    width: 100%;
    margin-top: 14px
  }
}

.modalStepInner+.modalStepInner {
  margin-top: 2vw
}

@media(min-width: 768px) {
  .modalStepInner+.modalStepInner {
    margin-top: 13px
  }
}

.step02 .modalStepInner {
  display: block
}

@media(min-width: 768px) {
  .step02 .modalStepInner {
    width: 53.5%;
    margin-top: 0
  }
}

.modalStepTxt {
  margin-top: 2vw;
  line-height: 1.33
}

@media(min-width: 768px) {
  .modalStepTxt {
    width: 52%;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.71
  }
}

@media(min-width: 768px) {
  .step02 .modalStepTxt {
    width: 100%
  }
}

.modalStepQr {
  display: none
}

@media(min-width: 768px) {
  .modalStepQr {
    display: block;
    width: 39%
  }
}

.modalStepIcon {
  width: 20.1333333333vw;
  margin-right: 4vw
}

@media(min-width: 768px) {
  .modalStepIcon {
    width: 52%;
    margin-right: 14px
  }
}

.modalStepFree {
  width: 36vw;
  font-size: 3.6vw;
  font-weight: 700;
  color: #525252;
  line-height: 1.48
}

@media(min-width: 768px) {
  .modalStepFree {
    font-size: 14px
  }
}

.modalStepImg {
  width: 41.6vw;
  margin: 3.3333333333vw auto 0
}

@media(min-width: 768px) {
  .modalStepImg {
    width: 36.6%;
    margin: 0
  }
}

.step02 .modalStepImg {
  border: #dedede 1px solid
}

@media(min-width: 768px) {
  .step02 .modalStepImg {
    width: 45%
  }
}

.modalStepNote {
  margin-top: 1.4666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.45;
  text-align: justify;
  color: #f05537
}

@media(min-width: 768px) {
  .modalStepNote {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.66
  }
}

.modalApplyTxt {
  margin-top: 4.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: #525252;
  line-height: 1.5
}

@media(min-width: 768px) {
  .modalApplyTxt {
    margin-top: 28px;
    font-size: 18px
  }
}

.apply02 .modalApplyTxt {
  text-align: left
}

@media(min-width: 768px) {
  .apply02 .modalApplyTxt {
    margin-top: 11px;
    text-align: center
  }
}

.modalApplyNote {
  margin-top: 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.45;
  text-align: left;
  color: #525252
}

@media(min-width: 768px) {
  .modalApplyNote {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.71
  }
}

.modalApplyList {
  width: 61.7333333333vw;
  margin: 3.2vw auto 0
}


@media(min-width: 768px) {
  .modalApplyList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px
  }
}

.modalApplyItem {
  padding: 5.3333333333vw 2.9333333333vw 2.9333333333vw;
  background-color: #fff;
  border: #f5f2ec 2px solid;
  border-radius: 0.9333333333vw
}

@media(min-width: 768px) {
  .modalApplyItem {
    width: 24%;
    padding: 27px 10px 10px;
    border-radius: 7px
  }
}



.modalApplyItem+.modalApplyItem {
  margin-top: 3.7333333333vw
}

@media(min-width: 768px) {
  .modalApplyItem+.modalApplyItem {
    margin-top: 0
  }
}

.modalApplyLogo {
  margin: 0 auto;
   min-height: 30px;
   display: flex;
}

.modalApplyLogo img{
}

.item01 .modalApplyLogo {
  width: 33.6vw
}

@media(min-width: 768px) {
  .item01 .modalApplyLogo {
    width: 54.3%
  }
}

.item02 .modalApplyLogo {
  width: 44.9333333333vw
}

@media(min-width: 768px) {
  .item02 .modalApplyLogo {
    width: 71.7%
  }
}

.item03 .modalApplyLogo {
  width: 47.2vw
}

.item04 .modalApplyLogo {
  width: 47.2vw
}

@media(min-width: 768px) {
  .item03 .modalApplyLogo {
    width: 75.2%
  }

  .item04 .modalApplyLogo {
    width: 75.2%
  }
}


.modalApplyBtn {
  margin-top: 2.9333333333vw
}

@media(min-width: 768px) {
  .modalApplyBtn {
    margin-top: 14px
  }
}

.modalApplyBtn a {
  position: relative;
  padding: 5.0666666667vw 0;
  -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw 0 rgba(0, 0, 0, .16);
  box-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw 0 rgba(0, 0, 0, .16);
  border-radius: 0.8vw;
  font-size: 4vw
}

@media(min-width: 768px) {
  .modalApplyBtn a {
    padding: 11px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .16);
    border-radius: 6px;
    font-size: 16px
  }
}

.modalApplyBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.8vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(min-width: 768px) {
  .modalApplyBtn a::after {
    right: 18px;
    width: 11px;
    height: 11px
  }
}

.modalShopTtl {
  margin-top: 4.2666666667vw;
  font-size: 5.6vw;
  font-weight: 700;
  color: #525252
}

@media(min-width: 768px) {
  .modalShopTtl {
    margin-top: 28px;
    font-size: 24px
  }
}

.modalShopTxt {
  margin-top: 3.0666666667vw;
  font-size: 3.4666666667vw;
  color: #525252
}

@media(min-width: 768px) {
  .modalShopTxt {
    margin-top: 29px;
    font-size: 14px
  }
}

.modalShopList {
  width: 55.7333333333vw;
  margin: 5.8666666667vw auto 0;
  padding-bottom: 7.6vw;
  border-bottom: 1px solid #cecece
}

@media(min-width: 768px) {
  .modalShopList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94%;
    margin-top: 18px;
    padding-bottom: 55px
  }
}

.modalShopItem {
  padding: 4.5333333333vw 0;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0 0.2666666667vw 1.3333333333vw 0 rgba(0, 0, 0, .16);
  box-shadow: 0 0.2666666667vw 1.3333333333vw 0 rgba(0, 0, 0, .16);
  border: 1px solid #d9d9d9
}

@media(min-width: 768px) {
  .modalShopItem {
    width: 24%;
    padding: 17px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
}

.modalShopItem:first-child {
  padding: 4.4vw 0;
  padding: 17px 0
}

.modalShopItem+.modalShopItem {
  margin-top: 7.6vw
}

@media(min-width: 768px) {
  .modalShopItem+.modalShopItem {
    margin-top: 0
  }
}

.modalShopItem a {
  position: relative;
  display: block;
  font-size: 4vw
}

@media(min-width: 768px) {
  .modalShopItem a {
    font-size: 16px
  }
}

.item01 .modalShopLogo {
  width: 28vw
}

@media(min-width: 768px) {
  .item01 .modalShopLogo {
    width: 50%
  }
}

.item02 .modalShopLogo {
  width: 37.0666666667vw
}

@media(min-width: 768px) {
  .item02 .modalShopLogo {
    width: 66.1%
  }
}

.item03 .modalShopLogo {
  width: 38.4vw
}

.item04 .modalShopLogo {
  width: 38.4vw
}

@media(min-width: 768px) {
  .item03 .modalShopLogo {
    width: 69%
  }

  .item04 .modalShopLogo {
    width: 69%
  }
}

.modalClose {
  position: relative;
  width: 47.6vw;
  height: auto;
  margin: 4.1333333333vw auto 0;
  padding: 3.6vw 0;
  border-radius: 0.4vw;
  -webkit-box-shadow: 0 0.2666666667vw 0.5333333333vw 0 rgba(0, 0, 0, .16);
  box-shadow: 0 0.2666666667vw 0.5333333333vw 0 rgba(0, 0, 0, .16);
  border: 1px solid #d9d9d9;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1;
  color: #000 !important;
  cursor: pointer;
}

@media(min-width: 768px) {
  .modalClose {
    width: 170px;
    margin-top: 29px;
    padding: 15px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    font-size: 16px
  }
}

.modalClose::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.8vw;
  width: 2.8vw;
  height: 2.8vw;
  margin: auto;
  background: url("/static/cp/clubpoint202602/images/modal_close_icon.png") no-repeat center;
  background-size: 100%
}

@media(min-width: 768px) {
  .modalClose::before {
    left: 24px;
    width: 10px;
    height: 10px
  }
}

.modalCloseBtn {
  position: absolute;
  top: 1.3333333333vw;
  right: -3.8666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  z-index: 20;
  cursor: pointer
}

@media(min-width: 768px) {
  .modalCloseBtn {
    display: none
  }
}

.modalClose {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif
}


.modalClose::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.8vw;
  width: 2.8vw;
  height: 2.8vw;
  margin: auto;
  background: url("/static/cp/clubpoint202602/images/modal_close_icon.png") no-repeat center;
  background-size: auto;
  background-size: 100%;
}

@media (min-width: 768px) {
  .modalApply>.modalTxt::before {
    content: "";
    width: 37px;
    height: 30px;
    margin-right: 9px;
    background: url("/static/cp/clubpoint202602/images/modal_icon_web.png") no-repeat center;
    background-size: auto;
    background-size: 100%;
  }

  .modalClose::before {
    left: 24px;
    width: 10px;
    height: 10px;
  }
}



body {
  background:#4bc7c0;
}

#header {
  background: #fff;
}

#main {
  max-width: 576px;
  margin: 0 auto;
  background: #fff;
}

#eyecatch {
   background: #00b0a6;
}
#eyecatch #eyecatch_bg{}
#eyecatch-inner{
   position: absolute;
   inset:0;
   width: 100%;
   height: 100%;
}
#eyecatch-inner{
   height: 100%;
}
   #eyecatch-inner *{
   position: relative;
}

#eyecatch_img {
   position: absolute;
   bottom: 0;
}
#eyecatch_img .baloon01,
#eyecatch_img .baloon02 {
  position: absolute;
  width: 115px;
	opacity: 0;
	transition: 0.5s;
}

@media screen and (max-width: 575.98px) {

  #eyecatch_img .baloon01,
  #eyecatch_img .baloon02 {
    width: 20vw;
  }
}

#eyecatch_img .baloon01 {
  top: 12%;
  left: 3%;
}

#eyecatch_img .baloon02 {
  top: 60%;
  right: 27%;
}

.action_01,
.action_02,
.action_03,
.action_04,
.action_05{
   opacity: 0;
}

.action_01.on,
.action_02.on,
.action_03.on,
.action_04.on,
.action_05.on{
   opacity: 1;
}

.action_01{
	transition: .8s;
}
.action_01.on,
#eyecatch_img .baloon01.on,
#eyecatch_img .baloon02.on {
	opacity: 1;
}
.action_02{
   transform: scale(200%);
   transition: 0.4s;
}
.action_02.on{
   transform: scale(100%);
}

.action_03{
   transform: translate(-100%, 100%);
   transition: 0.8s;
}
.action_03.on{
   transform: translate(0,0);
}





.tweak01 {
  background:#009a62;
  font-size: clamp(0.875rem, 0.574rem + 1.5vw, 1.125rem);
  line-height: 1.3;
}

.tweak02 {
  background:#e85283;
  color: #fff;
}

.tweak02 .ttl {
  display: block;
  font-weight: bold;
  width: 10em;
  padding: 0.2em;
  margin: 0 auto 0.2rem;
  color: #fff;
   background: #000;
  text-align: center;
}
.tweak02 hr{
   display: block;
   height: 1;
   border: 0;
   border-bottom: 1px solid #fff;
   margin: 0.2rem 0;
}
.tweak03 {
  font-size: clamp(0.938rem, -0.04rem + 4.89vw, 1.75rem);
  font-weight: bold;
  text-align: center;
font-feature-settings: "palt";}

.tweak04 {
  font-size: clamp(1.063rem, 0.837rem + 1.13vw, 1.25rem);
  font-weight: bold;
}
.red{
  color: #e5004f;
}
.red.underline{
  background: linear-gradient(transparent 90%, #e5004f 0%);
  display: inline;
  padding: 0 1px 0px;  
}
.tweak04 .red {
  background: linear-gradient(transparent 90%,  0%);
  display: inline;
  padding: 0 1px 0px;
  color:#e5004f;
}
.content_box {
  background: #fff;
  padding: 1rem;
}

.content_box h2.content_ttl {
  border-bottom: 3px solid #00afa5;
  color: #000;
  font-size: clamp(1.25rem, 0.498rem + 3.76vw, 1.875rem);
  padding: 0.8rem 0;
  text-align: center;
  font-weight: 700;
  margin: 1rem -1rem;
	line-height: 1.4;
}

#step {}

.step {
  background: #c1e3dd;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.step.tokuten {
  background: #fffde7;
  border: 1px solid #eb3f7a;
}

.step_icon {
  max-width: 120px;
  margin: 0 auto 0.5rem;
}

.step h3 {
  text-align: center;
  margin-bottom: 1rem;
	line-height: 1.4;
}

.step h3 span {
  font-weight: bold;
  font-size: clamp(1.063rem, 0.536rem + 2.63vw, 1.5rem);
  background: linear-gradient(transparent 90%, #e85283 0%);
  display: inline;
  padding: 0 1px 0px;
}
.step01 .tweak12{
   display: block;
}
.step01 hr{
   display: block;
   border: 0;
   border-bottom: 1px solid #000;
   margin: 0.2rem 0;
}
.step01 .border {
  border-color: #000 !important;
}

.step.tokuten h3 {
  font-size: clamp(1.375rem, 1.074rem + 1.5vw, 1.625rem);
  color: #e5004f;
  font-weight: bold;
	margin-bottom: 0.3rem;
}

.tweak07 {
  margin: 0 auto;
  max-width: 330px;
}

.tweak05 {
  font-weight: bold;
}

ul.asterisk ul.noicon li:before {
  content: none;
}

ul.asterisk ul.noicon li {
  text-indent: -1em;
}

#usage h3 {
  font-size: clamp(1rem, 0.774rem + 1.13vw, 1.188rem);
  font-weight: bold;
}

.usage {
  padding: 1rem 0 4rem;
  position: relative;
}

.usage .ttl,
.usage .number {
  display: inline-block;
  vertical-align: top;
}

.usage .number {
  width: 3rem;
  margin-right: 1rem;
}

.usage .number img {
  display: block;
  width: 100%;
  height: auto;
}

.usage .ttl {
  width: calc(100% - 4.5rem);
  padding-top: 0.3rem;
  line-height: 1.5;
}

.usage .ttl .d-block {
  font-weight: normal;
}

.usage.usage01 .col-6 {
  padding: 0 11%;
}
.usage.usage01 .col-6:first-child {
  padding: 0 6%;
}
.aqua{
	color: #00b0a6;
}
.usage.usage02 a{
	text-decoration: underline;
}
.usage .usage_text {
  padding: 0 0 0 1rem;
  width: 70%
}

.usage .usage_img {
  width: 30%;
  padding: 0 1rem;
}

.usage:after {
  content: "";
  background: url("/static/cp/clubpoint202602/images/down.png") no-repeat center;
  background-size: contain;
  height: 2rem;
  margin: 1rem auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

}

#entry {
  position: relative;
}

.tweak06 {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom:clamp(1rem, 0.665rem + 1.63vw, 1.25rem);
}

.tweak06 a:first-child {
  display: block;
}
.tweak06 a{
   font-weight: 700;
   color: #fff;
   background: #71ba2a;
   padding: 0.65em 0.2em 0.65em 0.4em ;
}
.tweak06 a:after{
   content: "＞";
   padding-left: 0.6em;
   display: inline-block;
}
.tweak06 .modal-open a{
   max-width: 57%;
   background: #ef8200;
}


.tweak12{
font-size: clamp(1.125rem, 0.825rem + 1.5vw, 1.375rem);
}
.tweak11{
font-size: clamp(0.938rem, 0.713rem + 1.12vw, 1.125rem);
}
@media screen and (max-width: 575.98px) {
.tweak08{
	font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1rem);
}
.tweak09{
	font-size: clamp(0.813rem, 0.587rem + 1.13vw, 1rem);
}
.tweak10{
	font-size: clamp(0.75rem, 0.524rem + 1.13vw, 0.938rem);
}
.tweak11{
	font-size:  3.1vw;
}
.tweak12{
	font-size:clamp(0.875rem, 0.426rem + 2.25vw, 1.25rem);
}

.tweak13{
	font-size: clamp(0.688rem, 0.537rem + 0.75vw, 0.813rem);
}
}

.mfp-bg{
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
.mfp-bg + .mfp-wrap{
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
.mfp-bg.active{
	visibility: visible;
	opacity: .8;
}
.mfp-bg.active + .mfp-wrap{
	visibility: visible;
	opacity: 1;
}


.fade {
	opacity: 0;
	transform: translateY(30px);
	transition-delay: .5s;
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}