@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントサイズ 1920px - 1240px*/
/*38px - 68px*/
/*17px - 27px*/
/*16px - 26px*/
#creditcard {
  background: #fffeba;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  position: relative;
}
#creditcard::before {
  content: "";
  width: 690px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
}
#creditcard .creditcard-container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 0px;
  padding-bottom: 50px;
  position: relative;
  background: #fffff2;
}
@media screen and (min-width: 768px) {
  #creditcard .creditcard-container {
    padding: 20px 0 100px;
  }
}
#creditcard a {
  text-decoration: none;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.page-mv {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv {
    margin-bottom: 70px;
  }
}
.page-mv__ttl {
  width: 90%;
  position: absolute;
  top: 4%;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fdin-btm 0.2s 0.3s ease-in forwards;
          animation: fdin-btm 0.2s 0.3s ease-in forwards;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl {
    width: 59.5%;
    right: auto;
    left: 6%;
  }
}
.page-mv__ttl p {
  width: 60%;
}
.page-mv__ttl h2 {
  margin-top: -28px;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl h2 {
    margin-top: -36px;
  }
}

.parts {
  position: absolute;
}

.entry-btn {
  width: 270px;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry-btn {
    width: 290px;
  }
}
.entry-btn input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: url(/user-src/special/sp/img/page/creditcard/entry-arrow.svg) no-repeat right 10px center/20px #c7161d;
  border-radius: 30px;
  border: none;
  line-height: 1;
  font-family: inherit;
  font-weight: 900;
  color: #ffffff;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(235, 82, 88, 0.5));
          filter: drop-shadow(5px 5px 0px rgba(235, 82, 88, 0.5));
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .entry-btn input[type=submit] {
    padding: 22px 0;
  }
}
@media screen and (min-width: 768px) {
  .entry-btn input[type=submit]:hover {
    background-image: url(/user-src/special/sp/img/page/creditcard/entry-arrow-on.svg);
    background-color: #ff5e75;
  }
}
.entry-btn:last-child {
  margin-bottom: 0;
}

.contents-link {
  width: 270px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-link {
    width: 290px;
  }
}
.contents-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
  background: url(/user-src/special/sp/img/page/creditcard/dot.png) repeat center top/20px #fcfccf;
  border-radius: 44px;
}
.contents-link a p {
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .contents-link a p {
    font-size: 1.4rem;
  }
}
.contents-link a p span {
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contents-link a p span {
    font-size: 1.8rem;
  }
}
.contents-link a .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 50%;
}
.contents-link a .arrow svg {
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  left: 2px;
  bottom: 0;
  margin: auto;
}
.contents-link a .arrow svg .arrow-path {
  fill: #ffffff;
}
.contents-link a .parts__illust {
  width: 13%;
  top: 0;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .contents-link a .parts__illust {
    width: 34px;
  }
}
.contents-link__01 a {
  border: 1px solid #009fe8;
  color: #009fe8;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(143, 220, 255, 0.4));
          filter: drop-shadow(5px 5px 0px rgba(143, 220, 255, 0.4));
}
.contents-link__01 a .arrow {
  background: #009fe8;
}
@media screen and (min-width: 768px) {
  .contents-link__01 a:hover {
    background-color: #009fe8;
    background-image: none;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .contents-link__01 a:hover .arrow {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .contents-link__01 a:hover .arrow .arrow-path {
    fill: #009fe8;
  }
}
.contents-link__02 a {
  border: 1px solid #ff5e75;
  color: #ff5e75;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(255, 199, 207, 0.6));
          filter: drop-shadow(5px 5px 0px rgba(255, 199, 207, 0.6));
}
.contents-link__02 a .arrow {
  background: #ff5e75;
}
@media screen and (min-width: 768px) {
  .contents-link__02 a:hover {
    background-color: #ff5e75;
    background-image: none;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .contents-link__02 a:hover .arrow {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .contents-link__02 a:hover .arrow .arrow-path {
    fill: #ff5e75;
  }
}

.campaign {
  width: 88%;
  max-width: 680px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .campaign {
    max-width: 100%;
  }
}
.campaign .campaign-ttl {
  width: 323px;
  margin: 0 auto 28px;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-ttl {
    width: 482px;
    margin: 0 auto 36px;
  }
}
@media screen and (min-width: 768px) {
  .campaign__item {
    width: 400px;
    margin: 0 auto;
  }
}
.campaign__item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .campaign__item a:hover {
    opacity: 0.8;
  }
}
.campaign .plus-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 12px auto;
  position: relative;
  background: #ff5e75;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .campaign .plus-icon {
    margin: 14px auto;
  }
}
.campaign .plus-icon span {
  width: 30px;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 4px;
}
.campaign .plus-icon span:first-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.point {
  padding-top: 50px;
  position: relative;
}
.point::before {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/user-src/special/sp/img/page/creditcard/bg-pat.png) repeat top 30px center/92% #fcfccf;
}
@media screen and (min-width: 768px) {
  .point::before {
    height: 142px;
    background-size: 60%;
    background: url(/user-src/special/sp/img/page/creditcard/bg-pat.png) repeat top 116px center/364px #fcfccf;
  }
}
.point .point-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .point .point-ttl {
    margin-bottom: 40px;
  }
}
.point .point-ttl p {
  margin-bottom: 12px;
  position: relative;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff5e75;
  text-shadow: -1px -1px 0 #fcfccf, 1px -1px 0 #fcfccf, -1px 1px 0 #fcfccf, 1px 1px 0 #fcfccf;
}
.point .point-ttl .bubble {
  width: 260px;
  margin: 0 auto;
  aspect-ratio: 520/293;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point .point-ttl .bubble {
    width: 420px;
    aspect-ratio: 420/106;
  }
}
.point .point-ttl .bubble::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/user-src/special/sp/img/page/creditcard/bubble_sp.svg) no-repeat center/contain;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(244, 240, 184, 0.6));
          filter: drop-shadow(5px 5px 0px rgba(244, 240, 184, 0.6));
}
@media screen and (min-width: 768px) {
  .point .point-ttl .bubble::before {
    background-image: url(/user-src/special/pc/img/page/creditcard/bubble_pc.svg);
  }
}
.point .point-ttl .bubble h3 {
  position: absolute;
  top: 16%;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  color: #ff5e75;
}
@media screen and (min-width: 768px) {
  .point .point-ttl .bubble h3 {
    top: 22%;
    line-height: 1.5;
  }
}
.point .point-ttl .bubble h3 img {
  width: 166px;
  margin-right: 4px;
  vertical-align: sub;
}
.point .point-ttl .bubble h3 span {
  letter-spacing: -1px;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .point .point-ttl .bubble h3 span {
    margin-left: 4px;
    letter-spacing: -2px;
  }
}
.point .point-ttl .bubble .parts__01 {
  width: 15.4%;
  top: -3%;
  left: -5%;
}
@media screen and (min-width: 768px) {
  .point .point-ttl .bubble .parts__01 {
    width: 38px;
    top: -8%;
    left: -2.6%;
  }
}
.point .point-ttl .bubble .parts__02 {
  width: 15.4%;
  right: -3%;
  bottom: 4%;
}
@media screen and (min-width: 768px) {
  .point .point-ttl .bubble .parts__02 {
    width: 50px;
    right: -3.5%;
    bottom: 3.5%;
  }
}
.point .about-classmlie {
  margin-bottom: 80px;
}
.point .about-classmlie__content {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content {
    margin-bottom: 40px;
  }
}
.point .about-classmlie__content h4 {
  width: 88%;
  max-width: 680px;
  margin: 0 auto 0px;
  margin-bottom: 24px;
  padding: 20px 8px;
  background: #ffffff;
  border-top: 3px dotted #0087c9;
  border-bottom: 3px dotted #0087c9;
  line-height: 1.4;
  font-weight: 900;
  font-size: 2rem;
  color: #0087c9;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content h4 {
    max-width: 500px;
    margin-bottom: 20px;
    padding: 26px 24px;
    border-width: 4px;
    font-size: 2.2rem;
  }
}
.point .about-classmlie__content h4 span {
  color: #e95504;
}
.point .about-classmlie__content h4 span.large {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content h4 span.large {
    font-size: 3.2rem;
  }
}
.point .about-classmlie__content .classmile-img {
  display: block;
  width: 94%;
  max-width: 680px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content .classmile-img {
    max-width: 460px;
    margin-bottom: 20px;
  }
}
.point .about-classmlie__content p {
  width: 88%;
  max-width: 680px;
  margin: 0 auto 0px;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content p {
    max-width: 500px;
  }
}
.point .about-classmlie__content p.txt {
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content p.txt {
    margin-bottom: 6px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.point .about-classmlie__content p.annotation {
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .point .about-classmlie__content p.annotation {
    letter-spacing: -0.3px;
    font-size: 1.2rem;
  }
}
.point .earn-points {
  width: 100%;
  aspect-ratio: 750/202;
  margin-bottom: 40px;
  background: url(/user-src/special/sp/img/page/creditcard/arrow-bg_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .point .earn-points {
    max-width: 500px;
    aspect-ratio: 500/110;
    margin: 0 auto 60px;
    background-image: url(/user-src/special/pc/img/page/creditcard/arrow-bg_pc.png);
  }
}
.point .earn-points p {
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .point .earn-points p {
    font-size: 2.2rem;
  }
}
.point .howto {
  padding-bottom: 100px;
  border-bottom: 1px solid #ff7084;
}
@media screen and (min-width: 768px) {
  .point .howto {
    padding-bottom: 80px;
  }
}
.point .howto__item {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point .howto__item {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .point .howto__item:nth-of-type(3) {
    margin-bottom: 50px;
  }
}
.point .howto__item::before {
  content: "";
  width: 100%;
  aspect-ratio: 750/173;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/user-src/special/sp/img/page/creditcard/howto-bg_sp.png) no-repeat top/contain;
}
@media screen and (min-width: 768px) {
  .point .howto__item::before {
    top: -20px;
    background-image: url(/user-src/special/pc/img/page/creditcard/howto-bg_pc.png);
  }
}
.point .howto__item___content {
  width: 88%;
  max-width: 680px;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 580px;
  }
}
.point .howto__item___content:not(.howto__item___content____03) {
  padding-bottom: 40px;
  border-bottom: 2px dotted #f4f0b8;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content:not(.howto__item___content____03) {
    padding-bottom: 44px;
  }
}
.point .howto__item___content .ttl {
  width: 98%;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .ttl {
    width: 59%;
    margin: 0;
  }
}
.point .howto__item___content .ttl .number {
  width: 55px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .ttl .number {
    width: min(16.1%, 55px);
  }
}
.point .howto__item___content .ttl .txt__01 {
  width: 239px;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .ttl .txt__01 {
    width: min(69.9%, 239px);
    margin-bottom: 16px;
  }
}
.point .howto__item___content .ttl .txt__02 {
  width: 249px;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .ttl .txt__02 {
    width: min(72.8%, 249px);
  }
}
.point .howto__item___content .ttl .txt__03 {
  width: 191px;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .ttl .txt__03 {
    width: min(65.2%, 378px);
  }
}
.point .howto__item___content .howto-img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .howto-img {
    width: 40.9%;
    margin: 0;
  }
}
.point .howto__item___content .howto-img__01 {
  margin-bottom: 14px;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.point .howto__item___content .annotation {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .annotation {
    width: 69%;
    margin-left: 20%;
    line-height: 1.5;
    text-align: left;
    font-size: 1.2rem;
  }
}
.point .howto__item___content .orico-point {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 0px;
  padding-top: 24px;
  background: #ffffff;
  border: 1px solid #f4f0ec;
  text-align: center;
}
.point .howto__item___content .orico-point h5 {
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 900;
  font-size: 1.6rem;
  color: #c7161d;
}
.point .howto__item___content .orico-point h5 span {
  position: relative;
}
.point .howto__item___content .orico-point h5 span::before, .point .howto__item___content .orico-point h5 span::after {
  content: "";
  width: 30px;
  height: 100%;
  background: url(/user-src/special/sp/img/page/creditcard/brackets.svg) no-repeat left/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point h5 span::before, .point .howto__item___content .orico-point h5 span::after {
    width: 20px;
  }
}
.point .howto__item___content .orico-point h5 span::before {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point h5 span::before {
    left: -26px;
  }
}
.point .howto__item___content .orico-point h5 span::after {
  right: -30px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point h5 span::after {
    right: -26px;
  }
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.point .howto__item___content .orico-point .orico-logo {
  display: block;
  width: 80%;
  margin: 0 auto 4px;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point .orico-logo {
    width: min(50%, 190px);
    margin: 0 8px 0 0;
  }
}
.point .howto__item___content .orico-point p {
  line-height: 1.6;
  font-weight: 700;
}
.point .howto__item___content .orico-point p.txt-a {
  margin-bottom: 14px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point p.txt-a {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
  }
}
.point .howto__item___content .orico-point p.txt-b {
  padding: 12px 0;
  background: #f4f0ec;
}
@media screen and (min-width: 768px) {
  .point .howto__item___content .orico-point p.txt-b {
    padding: 14px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .point .howto__item___content____03 .ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}

.spec {
  width: 88%;
  max-width: 680px;
  margin: 0 auto 50px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .spec {
    max-width: 500px;
    margin-top: 80px;
  }
}
.spec h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff7084;
}
@media screen and (min-width: 768px) {
  .spec h4 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.spec h4 .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  position: relative;
  background: #ff7084;
  border-radius: 50%;
}
.spec h4 .icon img {
  display: block;
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.spec dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .spec dl dt {
    font-size: 1.5rem;
  }
}
.spec dl dt span {
  color: #ff7084;
}
.spec dl dd {
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .spec dl dd {
    font-size: 1.4rem;
  }
}

.fdin {
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.fdin.scroll {
  opacity: 1;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fdin-btm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdin-btm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-- ファイル読み込み --*/