@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#wrap-container {
  padding-bottom: 0;
}

#wrap-container .rcrumbs {
  position: relative;
  z-index: 1;
}

#header,
#footer {
  position: relative;
  z-index: 1;
}

.to-container {
  position: relative;
  margin-left: -3vw;
  margin-right: -3vw;
  color: #000;
}

#wrapper #pay-cpn {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴシック, Hiragino Sans, HiraKakuProN-W3, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic Pro, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3, Noto Sans CJK JP, メイリオ, Meiryo, Roboto, Droid Sans, Osaka, ＭＳ Ｐゴシック, MS PGothic, "sans-serif";
  color: #000;
}

.cpn-section.-blue {
  background-color: #ebf9ff;
}

.cpn-section.-lightblue {
  background-color: #d7f2fe;
}

.cpn-section > .inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.cpn-section > .inner > .head {
  text-align: center;
}

.cpn-section > .inner > .head > .-en {
  background-color: #00a7ea;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 3px 20px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.cpn-section > .inner > .head > .-en.-red {
  background-color: #ff4800;
}

.cpn-section > .inner > .head > .title {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.cpn-section > .inner > .head > .title img {
  width: 100%;
}

.cpn-section > .inner > .head > .title.-ex {
  width: 113px;
}

.cpn-section > .inner > .head > .title.-ex img {
  aspect-ratio: 113/29;
}

.cpn-section > .inner > .head > .title.-mile {
  width: 200px;
}

.cpn-section > .inner > .head > .title.-mile img {
  aspect-ratio: 200/70;
}

.cpn-section > .inner > .head > .title.-view {
  width: 230px;
}

.cpn-section > .inner > .head > .title.-view img {
  aspect-ratio: 230/70;
}

.cpn-section > .inner > .head > .title.-att {
  width: 115px;
}

.cpn-section > .inner > .head > .title.-att img {
  aspect-ratio: 115/28;
}

.cpn-section > .inner > .head > .title.-contact {
  width: 171px;
}

.cpn-section > .inner > .head > .title.-contact img {
  aspect-ratio: 171/27;
}

.cpn-section > .inner > .head > .title.-plus {
  width: 302px;
}

.cpn-section > .inner > .head > .title.-plus img {
  aspect-ratio: 302/108;
}

.cpn-section > .inner > .head > .title.-jcb {
  width: 227px;
}

.cpn-section > .inner > .head > .title.-jcb img {
  aspect-ratio: 227/67;
}

.cpn-section > .inner > .head .copy {
  margin-top: 48px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.to-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.6666%, transparent), color-stop(66.6666%, #f7de09));
  background: linear-gradient(transparent 66.6666%, #f7de09 66.6666%);
  -webkit-box-shadow: 0 0.3333em #f7de09;
  box-shadow: 0 0.3333em #f7de09;
}

.dl-app {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
}

.dl-app .comment {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6667;
}

.dl-app .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dl-app .download .icon {
  width: 90px;
  margin-right: 30px;
}

.dl-app .download .icon img {
  width: 100%;
  aspect-ratio: 1/1;
}

.dl-app .download .app .store.-apple {
  width: 132px;
}

.dl-app .download .app .store.-apple img {
  width: 100%;
  aspect-ratio: 149/50;
}

.dl-app .download .app .store.-andloid {
  width: 149px;
  margin-top: 20px;
}

.dl-app .download .app .store.-andloid img {
  width: 100%;
  aspect-ratio: 168/50;
}

.dl-app .notes {
  color: #777;
  font-size: 1.2rem;
  line-height: 1.5833;
}

.dl-app .notes > ul li {
  padding-left: 0.8em;
  position: relative;
}

.dl-app .notes > ul li::before {
  content: "*";
  font-size: inherit;
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.dl-app .step-cont {
  border-top: 3px solid #0b308e;
  border-bottom: 3px solid #0b308e;
  padding-top: 30px;
  padding-bottom: 34px;
}

.cmn-btn.-large {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
}

.cmn-btn.-large a {
  font-size: 1.6rem;
  line-height: 1.5;
}

.cmn-btn a {
  background-color: #0b308e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7143;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  text-align: center;
}

.cmn-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(106, 115, 118, 0.08);
  box-shadow: 0 0 20px 10px rgba(106, 115, 118, 0.08);
  margin-top: 30px;
  padding: 32px 20px 40px;
}

.cmn-box .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}

.cmn-box .bnr {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.cmn-box .bnr img {
  width: 100%;
}

.cmn-box .text {
  font-size: 1.4rem;
  line-height: 1.7143;
}

.cmn-box .cmn-btn {
  margin-top: 22px;
}

.flashy-btn {
  border-radius: 16px;
}

.flashy-btn a {
  border-radius: 16px;
  padding: 13px 10px 10px;
  background-color: #efefef;
  border: 4px solid #0b308e;
  color: #0b308e;
  font-size: 1.4rem;
  line-height: 1.6429;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: inherit;
}

#mvPhone,
#mvBaloon01,
#illustAirplane {
  opacity: 0;
  z-index: 11;
}

#illustSignboard {
  z-index: 11;
}

#mvCopy {
  opacity: 0;
  z-index: 12;
}

#header,
#footer {
  z-index: 13;
}

#pay-cpn_top {
  position: relative;
}

.cpn-header {
  background-image: url(/mycampaign/21-11_anapay/image/mv-bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5.7333%;
  width: 100%;
  height: 157.3333vw;
  position: relative;
  background-color: #d7f2fe;
}

.cpn-header > .baloon {
  position: absolute;
  width: 31.4667%;
  bottom: -8vw;
  right: 2.9333%;
}

.cpn-header > .baloon img {
  width: 100%;
  aspect-ratio: 1/1;
}

.cpn-header > .illust {
  position: absolute;
  right: 5.8667%;
  top: 51.5254%;
  overflow-y: hidden;
}

.cpn-header > .illust .airplane {
  display: block;
  width: 21.3333vw;
}

.cpn-header > .illust .airplane img {
  width: 100%;
  aspect-ratio: 156/48;
}

.cpn-header > .illust .signboard {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3333vw;
  position: relative;
  width: 6.1333vw;
  height: 48.9333vw;
}

.cpn-header > .illust .signboard .mask {
  background-color: #d7f2fe;
  display: none;
  position: absolute;
  top: -1.3333vw;
  overflow: hidden;
  width: 6.9333vw;
  height: 48.9333vw;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}

.cpn-header > .illust .signboard .mask.is-active {
  display: block;
}

.cpn-header > .illust .signboard .image {
  width: 6.1333vw;
  margin-left: 0.5333vw;
  display: none;
}

.cpn-header > .illust .signboard .image.is-active {
  display: block;
}

.cpn-header > .illust .signboard .image img {
  width: 100%;
  aspect-ratio: 46/357;
}

.cpn-header > .copy {
  width: 87.6%;
  padding-top: 8%;
  margin-left: 8%;
  margin-right: 4.4%;
  position: relative;
}

.cpn-header > .copy .title img {
  width: 100%;
  aspect-ratio: 657/483;
}

.cpn-header .phone {
  margin-top: 9.3333%;
  position: relative;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
}

.cpn-header .phone img {
  width: 100%;
  aspect-ratio: 220/442;
}

.cpn-merit {
  padding-top: 60px;
  padding-bottom: 50px;
}

.cpn-merit > .inner {
  position: relative;
}

.cpn-merit > .inner::before,
.cpn-merit > .inner::after {
  display: none;
}

.cpn-merit > .inner::before {
  width: 89px;
  height: 86px;
  top: -169px;
  left: -46px;
}

.cpn-merit > .inner::after {
  width: 50px;
  height: 48px;
  top: -81px;
  right: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cpn-merit .merit-section {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(106, 115, 118, 0.08);
  box-shadow: 0 0 20px 10px rgba(106, 115, 118, 0.08);
  position: relative;
  z-index: 11;
}

.cpn-merit .merit-section + .merit-section {
  margin-top: 100px;
}

.cpn-merit .merit-section.merit-bottom::before,
.cpn-merit .merit-section.merit-bottom::after {
  background-image: url(/mycampaign/21-11_anapay/image/line-tertiary_sp_211117.png);
}

.cpn-merit .merit-section::before,
.cpn-merit .merit-section::after {
  position: absolute;
  content: "";
  background-image: url(/mycampaign/21-11_anapay/image/line_sp.png);
  background-size: contain;
  background-repeat: repeat-x;
  width: calc(100% + 4px);
  height: 15px;
  left: -2px;
}

.cpn-merit .merit-section::before {
  bottom: -7px;
}

.cpn-merit .merit-section::after {
  top: -8px;
}

.cpn-merit .merit-section .merit-num {
  width: 70px;
  position: absolute;
  left: 20px;
  top: -34px;
  z-index: 1;
}

.cpn-merit .merit-section .merit-num img {
  aspect-ratio: 1/1;
}

.cpn-view {
  padding: 60px 0 30px;
}

.cpn-view .body {
  margin-top: 35px;
}

.cpn-view .view-table {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}

.cpn-view .view-table th,
.cpn-view .view-table td {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.cpn-view .view-table th {
  background-color: #ebf9ff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2857;
  letter-spacing: 0.05em;
  width: 88px;
  padding: 10px 13px;
  vertical-align: middle;
}

.cpn-view .view-table th small {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  margin-left: -7px;
}

.cpn-view .view-table td {
  font-size: 1.4rem;
  line-height: 1.7143;
}

.cpn-view .view-table td p {
  padding: 8px 7px;
}

.cpn-view .view-table td ul {
  padding-left: 7px;
}

.cpn-view .view-table td ul li {
  counter-increment: number;
  padding: 5px 7px;
  padding-left: 1em;
  text-indent: -1em;
}

.cpn-view .view-table td ul li::before {
  color: #000;
  content: counter(number) "." " ";
}

.cpn-view .view-table td ul.brackets li::before {
  content: counter(number) "）";
}

.cpn-att {
  padding: 25px 0 30px;
}

.cpn-att .body {
  margin-top: 35px;
  font-size: 1.4rem;
  line-height: 1.7143;
}

.cpn-att .body .notes li {
  padding-left: 1em;
  text-indent: -1em;
}

.cpn-att .body .notes li::before {
  content: "※";
}

.cpn-att .body .list li {
  padding-left: 1em;
  text-indent: -0.8em;
}

.cpn-att .body .list li::before {
  content: "- ";
}

.cpn-att .body .title {
  margin-top: 23px;
  padding-left: 1em;
  text-indent: -1em;
}

.cpn-att .body .title::before {
  content: "●";
  color: #ff4800;
}

.cpn-plus {
  padding: 50px 0 40px;
}

.cpn-plus .body .figure {
  margin-top: 30px;
}

.cpn-plus .body .figure img {
  width: 100%;
  aspect-ratio: 692/215;
}

.cpn-plus .body .plus-btn {
  margin-top: 40px;
}

.cpn-jcb {
  padding: 30px 0 65px;
}

.cpn-jcb .body .bnr img {
  max-width: 700px;
  aspect-ratio: 706/235;
}

.cpn-contact {
  padding: 30px 0 55px;
}

.cpn-contact .body {
  margin-top: 28px;
  text-align: center;
}

.cpn-contact .contact-list .item {
  border: 1px solid #000;
  padding: 22px 14px;
}

.cpn-contact .contact-list .item + .item {
  padding-top: 22px;
}

.cpn-contact .contact-list .item .title {
  font-size: 1.6rem;
  line-height: 1.75;
}

.cpn-contact .contact-list .item .box {
  margin-top: 10px;
}

.cpn-contact .contact-list .item .info {
  font-size: 1.4rem;
  line-height: 1.7143;
}

.cpn-contact .contact-list .item .contact-btn {
  max-width: 360px;
  margin: 4px auto 15px;
}

.cpn-anchor {
  padding: 70px 0 55px;
  background-color: #0b308e;
}

.cpn-anchor > .inner {
  position: relative;
  max-width: 1060px;
  width: 81.3333%;
  margin-left: auto;
  margin-right: auto;
}

.cpn-anchor > .inner::before {
  display: none;
}

.cpn-anchor .anchor-list .item {
  z-index: 11;
  position: relative;
}

.cpn-anchor .anchor-list .item.-soon {
  pointer-events: none;
}

.cpn-anchor .anchor-list .item.-soon a {
  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;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: transparent;
  color: #fff;
}

.cpn-anchor .anchor-list .item.-soon a::before,
.cpn-anchor .anchor-list .item.-soon a::after {
  display: none;
}

.cpn-anchor .anchor-list .item.-soon .coming {
  width: 175px;
}

.cpn-anchor .anchor-list .item.-merit02 a::before {
  background-image: url(/mycampaign/21-11_anapay/image/arrow-anchor_quaternary_211117.svg);
}

.cpn-anchor .anchor-list .item.-merit02 a::after {
  background-image: url(/mycampaign/21-11_anapay/image/arrow-anchor_quaternary02_211117.svg);
}

.cpn-anchor .anchor-list .item.-merit02 a .title,
.cpn-anchor .anchor-list .item.-merit02 a .double {
  color: #e80000;
}

.cpn-anchor .anchor-list .item.-merit02 a .double {
  font-size: 3.5rem;
  line-height: 1;
}

.cpn-anchor .anchor-list .item.-merit02 a .mile {
  color: #7fd000;
  padding-top: 0;
  font-size: 2.4rem;
  line-height: 1;
}

.cpn-anchor .anchor-list .item.-merit02 a .mile .num {
  font-size: 6rem;
  line-height: 1;
}

.cpn-anchor .anchor-list .item.-merit02 a .mile .num::before {
  display: none;
}

.cpn-anchor .anchor-list .item a {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 25px 10px 23px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 10px rgba(106, 115, 118, 0.1);
  box-shadow: 0 0 20px 10px rgba(106, 115, 118, 0.1);
  text-decoration: none;
  border-radius: 6px;
  height: 100%;
  min-height: 215px;
  border: 3px solid #fff;
}

.cpn-anchor .anchor-list .item a::before,
.cpn-anchor .anchor-list .item a::after {
  position: absolute;
  content: "";
  background-image: url(/mycampaign/21-11_anapay/image/arrow-anchor_secondary.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  bottom: -22px;
  margin: auto;
  z-index: 1;
}

.cpn-anchor .anchor-list .item a::after {
  background-image: url(/mycampaign/21-11_anapay/image/arrow-anchor_secondary02.svg);
  opacity: 0;
  z-index: 1;
}

.cpn-anchor .anchor-list .item + .item {
  margin-top: 70px;
}

.cpn-anchor .anchor-list .option {
  width: 70px;
  display: inline-block;
  position: absolute;
  left: -23px;
  top: -33px;
}

.cpn-anchor .anchor-list .title {
  color: #ff4800;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6667;
}

.cpn-anchor .anchor-list .textarea {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #0b308e;
  padding-top: 7px;
  font-weight: bold;
}

.cpn-anchor .anchor-list .textarea strong {
  font-weight: bold;
}

.cpn-anchor .anchor-list .mile {
  color: #ff4800;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 12px;
}

.cpn-anchor .anchor-list .mile .num {
  font-size: 5.2rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
}

.cpn-anchor .anchor-list .mile .num::before {
  position: absolute;
  content: "";
  background-image: url(/mycampaign/21-11_anapay/image/merit-anchor_mileline_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 4px;
  z-index: 1;
}

.cpn-anchor .anchor-list .mile .double {
  position: relative;
}

.cpn-anchor .anchor-list .mile .double::before {
  position: absolute;
  content: "";
  background-image: url(/mycampaign/21-11_anapay/image/merit-anchor_doubleline_sp_211117.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -3px;
  z-index: 1;
}

.cpn-anchor .anchor-list .mile .gift {
  font-size: 1.8rem;
  line-height: 1;
  color: #0b308e;
}

.cpn-anchor .anchor-list .mile .gift strong {
  font-size: 2.8rem;
  line-height: 1;
}

.step-list {
  padding: 48px 0 0 0;
}

.step-list > .item {
  width: 88.4058%;
  margin-left: auto;
  margin-right: auto;
}

.step-list > .item + .item {
  margin-top: 60px;
}

.step-list .step-title .step {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background-color: #0b308e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px 16px 4px 4px;
  letter-spacing: 0.04em;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.step-list .step-title .title {
  color: #0b308e;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4706;
  text-align: center;
  display: block;
  padding-top: 30px;
  padding-bottom: 32px;
}

.step-list .step-cont .detail {
  color: #0b308e;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.step-list .step-cont .cpn-list {
  background-color: #d7f2fe;
  padding-top: 41px;
  padding-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 4px;
}

.step-list .step-cont .cpn-list > .item {
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-left: 36px;
  letter-spacing: 0.07em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.step-list .step-cont .cpn-list > .item::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  left: 0;
  background-image: url(/mycampaign/21-11_anapay/image/icon-nochecked_sp.svg);
}

.step-list .step-cont .cpn-list > .item.-checked::before {
  width: 27px;
  height: 26px;
  background-image: url(/mycampaign/21-11_anapay/image/icon-checked_sp.svg);
}

.step-list .step-cont .cpn-list > .item + .item {
  margin-top: 20px;
}

.step-list .step-cont .cpn-btn {
  margin-left: 12px;
  margin-right: 12px;
}

.step-list .step-cont .logo {
  position: relative;
}

.step-list .step-cont .logo .example {
  position: absolute;
  top: -24px;
  left: -10px;
  background-color: #00a7ea;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.step-list .step-cont .logo .example::before {
  position: absolute;
  content: "";
  background-color: #00a7ea;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -4px;
  left: 53px;
}

.step-list .step-cont .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 17px;
  background-color: #d7f2fe;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 16px;
}

.step-list .step-cont .logo-list .item {
  width: 37.7049%;
  text-align: center;
}

.step-list .step-cont .logo-list .item img {
  width: 100%;
  aspect-ratio: 150/110;
}

.step-list .step-cont .logo-list .item:nth-child(2n) {
  margin-left: 10px;
}

.step-list .step-cont .logo-list .item:nth-child(n+3) {
  margin-top: 10px;
}

.step-list .step-cont .logo-btn {
  margin-left: 12px;
  margin-right: 12px;
}

.merit-bottom {
  padding-top: 79px;
  padding-bottom: 50px;
}

.merit-bottom > .head > .title {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #0b308e;
  text-align: center;
}

.merit-bottom > .head > .title .detail {
  font-weight: bold;
}

.merit-bottom > .head > .title .detail .gift {
  color: #7fd000;
  font-weight: bold;
}

.merit-bottom > .head > .title .mile {
  color: #7fd000;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.1563;
  padding-top: 10px;
  display: block;
}

.merit-bottom > .head > .title .mile strong {
  color: #e80000;
}

.merit-bottom > .head > .title .mile .double {
  position: relative;
}

.merit-bottom > .head > .title .mile .double::before {
  position: absolute;
  content: "";
  background-image: url(/mycampaign/21-11_anapay/image/merit-btm_mileline_sp_211117.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -4px;
  z-index: 1;
}

.merit-bottom > .head > .title .mile .double .num {
  font-size: 8rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.merit-bottom > .head > .title .baloon {
  position: absolute;
  width: 116px;
  z-index: 1;
}

.merit-bottom > .head > .title .baloon.-baloon01 {
  top: -56px;
  right: calc(50% - 76px);
}

.merit-bottom > .head > .title .baloon.-baloon01 img {
  width: 100%;
  aspect-ratio: 420/360;
}

.merit-bottom > .head > .title .baloon.-baloon02 {
  top: -12px;
  right: calc(50% - 197px);
}

.merit-bottom > .head > .title .baloon.-baloon02 img {
  width: 100%;
  aspect-ratio: 432/372;
}

.merit-bottom > .head > .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin-top: 14px;
  width: 88.4058%;
  margin: 14px auto 0;
}

.merit-bottom > .head > .graph .textarea {
  margin-top: 38px;
}

.merit-bottom > .head > .graph .textarea > .text {
  font-size: 1.4rem;
  line-height: 1.7143;
  color: #0b308e;
  font-weight: bold;
}

.merit-bottom > .head > .graph .double-list {
  margin-left: 24px;
  padding-top: 20px;
}

.merit-bottom > .head > .graph .double-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.merit-bottom > .head > .graph .double-list .item {
  color: #0b308e;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7143;
  position: relative;
}

.merit-bottom > .head > .graph .double-list .item::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
}

.merit-bottom > .head > .graph .double-list .item + .item {
  margin-top: 20px;
}

.merit-bottom > .head > .graph .double-list .item:nth-child(1)::after,
.merit-bottom > .head > .graph .double-list .item:nth-child(2)::after {
  width: 50px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -60px;
}

.merit-bottom > .head > .graph .double-list .item:nth-child(1)::after {
  background-image: url(/mycampaign/21-11_anapay/image/twotimes_211117.png);
}

.merit-bottom > .head > .graph .double-list .item:nth-child(2)::after {
  background-image: url(/mycampaign/21-11_anapay/image/threetimes_211117.png);
}

.merit-bottom > .head > .graph .double-list .item:nth-child(3)::after {
  background-image: url(/mycampaign/21-11_anapay/image/fivetimes_211117.png);
  width: 67px;
  height: 36px;
  right: -77px;
}

.merit-bottom > .head > .graph .double-list .item .mile {
  color: #e80000;
  font-size: 2rem;
  line-height: 1.2;
}

.merit-bottom > .head > .graph .double-list .item .num {
  font-size: 3rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.merit-bottom > .head > .graph .double-list > .notes {
  font-size: 1.1rem;
  line-height: 1.6364;
  color: #0b308e;
  font-weight: bold;
  padding-top: 15px;
}

.merit-bottom > .head > .graph .figure {
  padding-left: 8.1967%;
  padding-right: 3.2787%;
  max-width: 400px;
  margin: 10px auto 0;
  min-height: 1px;
}

.merit-bottom > .head > .graph .figure img {
  aspect-ratio: 916/709;
}

.merit-bottom .body {
  margin-top: 55px;
}

.merit-bottom .body .merit-sample {
  padding-top: 60px;
  width: 88.4058%;
  margin-left: auto;
  margin-right: auto;
}

.merit-bottom .body .merit-sample .label {
  background-color: #00a7ea;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.merit-bottom .body .merit-sample .text {
  color: #0b308e;
  font-size: 1.7rem;
  line-height: 1.4706;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.merit-bottom .body .merit-sample .figure {
  padding: 26px 6px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}

.merit-bottom .body .merit-sample .figure img {
  width: 100%;
  aspect-ratio: 292/444;
}

.step-method {
  background-color: #0b308e;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 26px 0;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.step-method::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #0b308e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step-method > span {
  position: relative;
  z-index: 1;
}

.merit-register {
  background-color: #d7f2fe;
  border-radius: 8px;
  width: 88.4058%;
  margin: 27px auto 0;
  max-width: 1020px;
  padding: 30px 14px 36px;
}

.merit-register .title {
  font-size: 1.4rem;
  line-height: 1.7143;
  color: #0b308e;
  text-align: center;
  font-weight: bold;
}

.merit-register .text {
  font-size: 1.1rem;
  line-height: 1.6364;
  letter-spacing: 0.01em;
  color: #0b308e;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.merit-register .text span.-secondary {
  color: #ff4800;
}

.merit-register .text span.-tertiary {
  color: #e80000;
}

.merit-register .register-btn {
  margin: 14px auto 0;
}

.merit-top {
  padding-top: 64px;
  padding-bottom: 50px;
}

.merit-top .head {
  padding-bottom: 40px;
}

.merit-top .head .title {
  text-align: center;
  color: #0b308e;
  font-weight: bold;
}

.merit-top .head .title strong {
  font-size: 1.8rem;
  line-height: 1.5;
}

.merit-top .head .title .mile {
  color: #ff4800;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 17px;
  position: relative;
}

.merit-top .head .title .mile::before,
.merit-top .head .title .mile::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
}

.merit-top .head .title .mile::before {
  background-image: url(/mycampaign/21-11_anapay/image/merit-top_coin01.png);
  width: 58px;
  height: 66px;
  left: -78px;
}

.merit-top .head .title .mile::after {
  background-image: url(/mycampaign/21-11_anapay/image/merit-top_coin02.png);
  width: 94px;
  height: 82px;
  right: -101px;
}

.merit-top .head .title .mile .num {
  font-size: 6.5rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
}

.merit-top .head .title .mile .num::before {
  position: absolute;
  content: "";
  background-image: url(/mycampaign/21-11_anapay/image/merit-top_mileline_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 9px;
  z-index: 1;
}

.merit-top .head .title .gift {
  font-size: 3.2rem;
  line-height: 1.6875;
  color: #0b308e;
}

.merit-top .head .title .mark {
  font-size: 4.2rem;
  line-height: 1;
  color: #0b308e;
}

.cpn-finish {
  margin: 25px 0;
}

.cpn-finish p {
  color: #f00;
  font-size: 1.3rem;
  line-height: 1.8462;
  letter-spacing: 0.1em;
  border: 3px solid #f00;
  text-align: center;
  font-weight: bold;
  padding: 28px 0;
}

.is-tab {
  display: none;
}

.u-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

html,
body {
  height: 100%;

  /* 高さを100%にして描画エリアをとる */
}

#pay-cpn-wrapper {
  position: relative;

  /* 描画を#particles-jsよりも上にするためposition:relative;を指定 */
  z-index: 1;

  /* z-indexの数字を大きくすることで描画を#particles-jsよりも上に */
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .to-container {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }

  .cpn-section.-large > .inner {
    max-width: 1080px;
  }

  .cpn-section.-middle .inner {
    max-width: 1020px;
  }

  .cpn-section > .inner {
    max-width: 820px;
  }

  .cpn-section > .inner > .head > .-en {
    font-size: 2rem;
    line-height: 1;
    padding: 3px 20px 3px;
  }

  .cpn-section > .inner > .head > .title {
    margin-top: 15px;
  }

  .cpn-section > .inner > .head > .title.-ex {
    width: 154px;
  }

  .cpn-section > .inner > .head > .title.-ex img {
    aspect-ratio: 154/38;
  }

  .cpn-section > .inner > .head > .title.-mile {
    width: 495px;
  }

  .cpn-section > .inner > .head > .title.-mile img {
    aspect-ratio: 495/38;
  }

  .cpn-section > .inner > .head > .title.-view {
    width: 498px;
  }

  .cpn-section > .inner > .head > .title.-view img {
    aspect-ratio: 498/38;
  }

  .cpn-section > .inner > .head > .title.-att {
    width: 160px;
  }

  .cpn-section > .inner > .head > .title.-att img {
    aspect-ratio: 160/38;
  }

  .cpn-section > .inner > .head > .title.-contact {
    width: 236px;
  }

  .cpn-section > .inner > .head > .title.-contact img {
    aspect-ratio: 236/37;
  }

  .cpn-section > .inner > .head > .title.-plus {
    width: 474px;
  }

  .cpn-section > .inner > .head > .title.-plus img {
    aspect-ratio: 474/96;
  }

  .cpn-section > .inner > .head > .title.-jcb {
    width: 591px;
  }

  .cpn-section > .inner > .head > .title.-jcb img {
    aspect-ratio: 591/37;
  }

  .cpn-section > .inner > .head .copy {
    font-size: 1.8rem;
    line-height: 1.6667;
    margin-top: 56px;
  }

  .dl-app {
    width: 100%;
  }

  .dl-app .comment {
    font-size: 2.2rem;
    line-height: 1.7273;
  }

  .dl-app .download {
    margin: 28px 0 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dl-app .download .icon {
    margin-right: 0;
    min-height: 1px;
  }

  .dl-app .download .wrap {
    margin-top: 25px;
    min-height: 1px;
    width: 100%;
  }

  .dl-app .download .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dl-app .download .app .store a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }

  .dl-app .download .app .store a:hover {
    opacity: 0.6;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }

  .dl-app .download .app .store.-apple {
    width: 40%;
  }

  .dl-app .download .app .store.-andloid {
    width: 45%;
    margin-top: 0;
    margin-left: 16px;
  }

  .dl-app .notes > ul li {
    position: inherit;
    padding-left: 0;
  }

  .dl-app .notes > ul li::before {
    position: inherit;
  }

  .dl-app .step-title .title {
    padding-bottom: 23px;
  }

  .dl-app .step-cont {
    padding-bottom: 37px;
  }

  .cmn-btn.-large {
    max-width: 740px;
  }

  .cmn-btn.-large a {
    font-size: 1.8rem;
    line-height: 1.6667;
  }

  .cmn-btn a {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    width: 100%;
    border: 2px solid #0b308e;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
  }

  .cmn-btn a::before {
    position: absolute;
    content: "";
    background-image: url(/mycampaign/21-11_anapay/image/arrow-s_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: background-image ease 0.3s;
    transition: background-image ease 0.3s;
  }

  .cmn-btn a:hover {
    background-color: #fff;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
    text-decoration: none;
    color: #0b308e;
  }

  .cmn-btn a:hover::before {
    background-image: url(/mycampaign/21-11_anapay/image/arrow-s_blue.svg);
    -webkit-transition: background-image ease 0.3s;
    transition: background-image ease 0.3s;
  }

  .cmn-box {
    margin-top: 62px;
    padding: 50px 0 60px;
  }

  .cmn-box .title {
    font-size: 2rem;
    line-height: 1;
  }

  .cmn-box .bnr {
    margin: 38px auto;
    padding: 0 20px;
  }

  .cmn-box .text {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }

  .cmn-box .cmn-btn {
    margin-top: 42px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmn-box .cmn-btn a {
    font-size: 1.4rem;
    line-height: 1.8571;
  }

  .flashy-btn {
    max-width: 600px;
    border-radius: 20px;
  }

  .flashy-btn a {
    border-radius: 20px;
    padding: 30px 10px 32px;
    font-size: 2.2rem;
    line-height: 1.3636;
    -webkit-transition-property: border, background-color, color;
    transition-property: border, background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding-left: 32px;
  }

  .cpn-header {
    background-image: url(/mycampaign/21-11_anapay/image/mv-bg.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 42px;
    height: 50.3125vw;
  }

  .cpn-header > .baloon {
    width: 16.9531vw;
    bottom: -4.1406vw;
    right: 3.0469vw;
  }

  .cpn-header > .illust {
    top: 9.3168%;
    right: 5.2344%;
  }

  .cpn-header > .illust .airplane {
    width: 12.1875vw;
  }

  .cpn-header > .illust .signboard {
    margin-top: 0.9375vw;
    width: 3.125vw;
    height: 25.9375vw;
  }

  .cpn-header > .illust .signboard .mask {
    width: 3.4375vw;
    height: 25.9375vw;
    top: -0.625vw;
  }

  .cpn-header > .illust .signboard .image {
    width: 3.125vw;
    margin-left: 0.1563vw;
  }

  .cpn-header > .illust .signboard .image img {
    aspect-ratio: 40/312;
  }

  .cpn-header > .copy {
    width: 51.25vw;
    margin-left: 0;
    margin-top: -1.5625vw;
    margin-right: 0;
    padding-top: 0;
  }

  .cpn-header > .copy .title img {
    aspect-ratio: 656/483;
  }

  .cpn-header .phone {
    margin-left: 8.0469vw;
    width: 17.1875vw;
    margin-top: 0.3906vw;
    margin-right: inherit;
  }

  .cpn-merit {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .cpn-merit > .inner {
    max-width: 1120px;
  }

  .cpn-merit > .inner::before,
  .cpn-merit > .inner::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/mycampaign/21-11_anapay/image/illust-coin.png);
    background-size: contain;
  }

  .cpn-merit .merit-section + .merit-section {
    margin-top: 128px;
  }

  .cpn-merit .merit-section.merit-bottom::before,
  .cpn-merit .merit-section.merit-bottom::after {
    background-image: url(/mycampaign/21-11_anapay/image/line-tertiary_211117.png);
  }

  .cpn-merit .merit-section::before,
  .cpn-merit .merit-section::after {
    background-image: url(/mycampaign/21-11_anapay/image/line.png);
    width: calc(100% + 6px);
    height: 22px;
    left: -3px;
    background-repeat: no-repeat;
  }

  .cpn-merit .merit-section::before {
    bottom: -12px;
  }

  .cpn-merit .merit-section .merit-num {
    width: 120px;
    left: 59px;
    top: -61px;
  }

  .cpn-view {
    padding: 64px 0 30px;
  }

  .cpn-view .body {
    margin-top: 60px;
  }

  .cpn-view .view-table {
    width: 100%;
  }

  .cpn-view .view-table th {
    width: 27.439%;
    font-size: 1.6rem;
    line-height: 1.375;
    padding: 8px 10px 7px 3.4146%;
  }

  .cpn-view .view-table th small {
    font-size: 1.4rem;
    line-height: 1.2857;
    margin-left: 0;
  }

  .cpn-view .view-table td {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .cpn-view .view-table td p {
    padding: 8px 20px 7px 4.698%;
  }

  .cpn-view .view-table td ul {
    padding-left: 1em;
    margin: 16px 0;
  }

  .cpn-view .view-table td ul li {
    padding: 0 20px 0 4.698%;
  }

  .cpn-att {
    padding: 45px 0 40px;
  }

  .cpn-att .body {
    margin-top: 60px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }

  .cpn-att .body .title {
    margin-top: 26px;
  }

  .cpn-plus {
    padding: 80px 0 60px;
  }

  .cpn-plus .copy {
    margin-left: -25px;
    margin-right: -25px;
  }

  .cpn-plus .body .figure {
    margin-top: 60px;
  }

  .cpn-plus .body .plus-btn {
    margin-top: 70px;
  }

  .cpn-jcb {
    padding: 60px 0 110px;
  }

  .cpn-jcb .body .bnr img {
    aspect-ratio: 1200/300;
  }

  .cpn-contact {
    padding: 40px 0 80px;
  }

  .cpn-contact .body {
    margin-top: 50px;
  }

  .cpn-contact .contact-list .item {
    padding: 24px 15px;
  }

  .cpn-contact .contact-list .item + .item {
    padding-top: 44px;
  }

  .cpn-contact .contact-list .item .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cpn-contact .contact-list .item .box {
    margin-top: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cpn-contact .contact-list .item .info {
    font-size: 1.6rem;
    line-height: 1.75;
    display: inline-block;
  }

  .cpn-contact .contact-list .item .notes {
    text-align: right;
  }

  .cpn-contact .contact-list .item .contact-btn {
    margin-bottom: 22px;
    width: 100%;
  }

  .cpn-anchor {
    padding: 70px 0 100px;
  }

  .cpn-anchor > .inner {
    width: 82.8125%;
  }

  .cpn-anchor > .inner::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/mycampaign/21-11_anapay/image/illust-coin.png);
    background-size: contain;
    width: 53px;
    height: 51px;
    top: 173px;
    left: -129px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  .cpn-anchor .anchor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cpn-anchor .anchor-list .item {
    width: 45.283%;
  }

  .cpn-anchor .anchor-list .item.-soon a {
    font-size: 4.4rem;
    line-height: 1;
  }

  .cpn-anchor .anchor-list .item.-soon .coming {
    width: 290px;
    margin-top: -22px;
  }

  .cpn-anchor .anchor-list .item.-merit02 a:hover {
    border: 4px solid #7fd000;
  }

  .cpn-anchor .anchor-list .item.-merit02 a .double {
    font-size: 6rem;
    line-height: 1;
  }

  .cpn-anchor .anchor-list .item.-merit02 a .mile {
    padding-top: 3px;
    font-size: 3.7rem;
    line-height: 1.5135;
  }

  .cpn-anchor .anchor-list .item.-merit02 a .mile .num {
    font-size: 9.2rem;
    line-height: 1;
  }

  .cpn-anchor .anchor-list .item a {
    padding: 47px 12px 46px;
    border: 4px solid #fff;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 8px;
  }

  .cpn-anchor .anchor-list .item a:hover {
    border: 4px solid #ff4800;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }

  .cpn-anchor .anchor-list .item a:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .cpn-anchor .anchor-list .item a::before,
  .cpn-anchor .anchor-list .item a::after {
    width: 60px;
    height: 60px;
    bottom: -40px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .cpn-anchor .anchor-list .item + .item {
    margin-top: 0;
    margin-left: 5.8824%;
  }

  .cpn-anchor .anchor-list .option {
    width: 120px;
    left: -57px;
    top: -93px;
  }

  .cpn-anchor .anchor-list .title {
    font-size: 3rem;
    line-height: 1.1333;
    padding-left: 13px;
  }

  .cpn-anchor .anchor-list .textarea {
    padding-top: 14px;
    font-size: 2rem;
    line-height: 1.7;
  }

  .cpn-anchor .anchor-list .mile {
    font-size: 3.7rem;
    line-height: 1;
    padding-top: 24px;
  }

  .cpn-anchor .anchor-list .mile .num {
    font-size: 9.2rem;
    line-height: 1;
  }

  .cpn-anchor .anchor-list .mile .num::before {
    bottom: 9px;
    background-image: url(/mycampaign/21-11_anapay/image/merit-anchor_mileline.png);
  }

  .cpn-anchor .anchor-list .mile .double {
    font-size: 6rem;
    line-height: 1;
  }

  .cpn-anchor .anchor-list .mile .double::before {
    bottom: -5px;
    background-image: url(/mycampaign/21-11_anapay/image/merit-anchor_doubleline_211117.png);
  }

  .cpn-anchor .anchor-list .mile .gift {
    font-size: 2.9rem;
    line-height: 1;
  }

  .cpn-anchor .anchor-list .mile .gift strong {
    font-size: 4.6rem;
    line-height: 1;
  }

  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 62px 15px 0;
  }

  .step-list.-column02 > .item {
    width: 27.5229%;
  }

  .step-list.-column02 > .item + .item {
    margin-left: 80px;
  }

  .step-list.-column02 > .item + .item::before {
    left: -45px;
  }

  .step-list > .item {
    width: 27.5229%;
    max-width: 940px;
    margin-left: 0;
    margin-right: 0;
  }

  .step-list > .item + .item {
    margin-top: 0;
    margin-left: 50px;
    position: relative;
  }

  .step-list > .item + .item::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -29px;
    border: 8px solid transparent;
    border-left: 8px solid #0b308e;

    /* 好みで色を変えてください */
  }

  .step-list .step-title .step {
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 22px 22px 4px 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .step-list .step-title .title {
    padding-top: 28px;
    font-size: 2rem;
    line-height: 1.7;
  }

  .step-list .step-cont .detail {
    font-size: 1.4rem;
    line-height: 1.5714;
  }

  .step-list .step-cont .cpn-list {
    padding-top: 56px;
    padding-bottom: 57px;
    margin-bottom: 30px;
    border-radius: 8px;
  }

  .step-list .step-cont .cpn-list > .item {
    font-size: 2.2rem;
    line-height: 1.0909;
  }

  .step-list .step-cont .cpn-list > .item::before {
    background-image: url(/mycampaign/21-11_anapay/image/icon-nochecked.svg);
  }

  .step-list .step-cont .cpn-list > .item.-checked::before {
    background-image: url(/mycampaign/21-11_anapay/image/icon-checked.svg);
  }

  .step-list .step-cont .cpn-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .step-list .step-cont .cpn-btn a {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 22px 10px 22px;
  }

  .step-list .step-cont .cpn-btn a::before,
  .step-list .step-cont .cpn-btn a::after {
    right: 15px;
  }

  .step-list .step-cont .logo .example {
    border-radius: 8px;
    padding: 13px 22px;
    left: -20px;
    top: -12px;
  }

  .step-list .step-cont .logo-list {
    border-radius: 8px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 2px;
  }

  .step-list .step-cont .logo-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .step-list .step-cont .logo-btn a {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .merit-bottom {
    padding-top: 92px;
    padding-bottom: 90px;
  }

  .merit-bottom > .head > .title {
    font-size: 3rem;
    line-height: 1.9;
  }

  .merit-bottom > .head > .title .mile {
    font-size: 6rem;
    line-height: 1.1667;
    padding-top: 0;
  }

  .merit-bottom > .head > .title .mile .double::before {
    bottom: -4px;
    background-image: url(/mycampaign/21-11_anapay/image/merit-btm_mileline_211117.png);
  }

  .merit-bottom > .head > .title .mile .double .num {
    font-size: 15.1rem;
    line-height: 1;
  }

  .merit-bottom > .head > .title .baloon.-baloon01 {
    width: 210px;
    top: 154px;
    right: initial;
    left: calc(50% - 478px);
  }

  .merit-bottom > .head > .title .baloon.-baloon02 {
    width: 215px;
    top: 96px;
    right: calc(50% - 489px);
  }

  .merit-bottom > .head > .graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    margin: -10px auto 0;
    width: 85.7143%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 22px;
  }

  .merit-bottom > .head > .graph .textarea {
    margin-top: 34px;
    margin-left: 6px;
  }

  .merit-bottom > .head > .graph .textarea > .text {
    font-size: 1.9rem;
    line-height: 1.5789;
  }

  .merit-bottom > .head > .graph .double-list {
    margin-left: 4.375%;
    padding-top: 28px;
  }

  .merit-bottom > .head > .graph .double-list .item {
    font-size: 2rem;
    line-height: 1.2;
  }

  .merit-bottom > .head > .graph .double-list .item::after {
    top: 12px;
  }

  .merit-bottom > .head > .graph .double-list .item + .item {
    margin-top: 23px;
  }

  .merit-bottom > .head > .graph .double-list .item:nth-child(1)::after,
  .merit-bottom > .head > .graph .double-list .item:nth-child(2)::after {
    right: -70px;
    width: 60px;
    height: 32px;
  }

  .merit-bottom > .head > .graph .double-list .item:nth-child(3)::after {
    width: 85px;
    height: 44px;
    right: -95px;
  }

  .merit-bottom > .head > .graph .double-list .item .mile {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 8px;
    display: block;
  }

  .merit-bottom > .head > .graph .double-list .item .num {
    font-size: 3.4rem;
    line-height: 1;
  }

  .merit-bottom > .head > .graph .double-list > .notes {
    font-size: 1.4rem;
    line-height: 1.5714;
    padding-top: 25px;
  }

  .merit-bottom > .head > .graph .figure {
    width: 76.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    margin: -20px 0 0 0;
    padding-left: 12.5%;
    padding-right: 1.0417%;
    max-width: inherit;
  }

  .merit-bottom .body {
    margin-top: 80px;
  }

  .merit-bottom .body .merit-sample {
    position: relative;
    padding-top: 80px;
    width: 85.7143%;
    max-width: 960px;
  }

  .merit-bottom .body .merit-sample .label {
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 28px;
  }

  .merit-bottom .body .merit-sample .text {
    font-size: 2rem;
    line-height: 2;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 205px;
    left: 27px;
  }

  .merit-bottom .body .merit-sample .figure {
    padding: 39px 0 0 60px;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: inherit;
  }

  .merit-bottom .body .merit-sample .figure img {
    aspect-ratio: 902/550;
  }

  .step-method {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.12em;
    padding: 33px 0;
  }

  .step-method::before {
    border-radius: 4px;
    bottom: -10px;
    width: 40px;
    height: 40px;
  }

  .merit-register {
    width: 91.0714%;
    margin: 65px auto 0;
    padding: 36px 10px 32px;
  }

  .merit-register .title {
    letter-spacing: 0.01em;
    font-size: 2.2rem;
    line-height: 1.4545;
  }

  .merit-register .text {
    font-size: 1.5rem;
    line-height: 2.1333;
    margin-top: 8px;
  }

  .merit-register .text.notes {
    margin-top: 20px;
  }

  .merit-register .register-btn {
    margin: 26px auto 0;
  }

  .merit-top {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .merit-top .head {
    padding-bottom: 80px;
  }

  .merit-top .head .title strong {
    font-size: 3rem;
    line-height: 1.4;
  }

  .merit-top .head .title .mile {
    font-size: 6rem;
    line-height: 1;
  }

  .merit-top .head .title .mile::before,
  .merit-top .head .title .mile::after {
    top: 15px;
  }

  .merit-top .head .title .mile::before {
    width: 96px;
    height: 117px;
    left: -142px;
  }

  .merit-top .head .title .mile::after {
    width: 169px;
    height: 146px;
    right: -191px;
  }

  .merit-top .head .title .mile .num {
    font-size: 13.1rem;
    line-height: 1;
  }

  .merit-top .head .title .mile .num::before {
    bottom: 19px;
    background-image: url(/mycampaign/21-11_anapay/image/merit-top_mileline.png);
  }

  .merit-top .head .title .gift {
    font-size: 4.6rem;
    line-height: 1;
  }

  .merit-top .head .title .mark {
    font-size: 7.2rem;
    line-height: 1;
  }

  .cpn-finish {
    margin: 40px 0 50px;
  }

  .cpn-finish p {
    padding: 32px 20px;
    font-size: 1.6rem;
    line-height: 2.125;
  }

  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pay-cpn {
    padding-top: 47px;
  }

  .over-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .cpn-header {
    height: 50.3125vw;
  }

  .under-pc {
    display: none;
  }
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  .cpn-merit .merit-section.merit-bottom::before,
  .cpn-merit .merit-section.merit-bottom::after {
    background-image: url(/mycampaign/21-11_anapay/image/line-tertiary_211117.png);
  }

  .cpn-merit .merit-section::before,
  .cpn-merit .merit-section::after {
    background-image: url(/mycampaign/21-11_anapay/image/line.png);
    background-repeat: no-repeat;
  }

  .cpn-merit .merit-section::before {
    bottom: -10px;
  }

  .cpn-merit .merit-section::after {
    top: -5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cpn-anchor .anchor-list .option {
    width: 100px;
    left: -48px;
    top: -77px;
  }

  .step-list .step-cont .cpn-list > .item {
    font-size: 1.8rem;
    line-height: 1.3333;
  }

  .step-list .step-cont .cpn-btn a {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .merit-bottom > .head > .title .mile .double::before {
    bottom: -5px;
  }

  .merit-bottom > .head > .title .baloon.-baloon01 {
    width: 180px;
    top: 184px;
    right: initial;
    left: calc(50% - 378px);
  }

  .merit-bottom > .head > .title .baloon.-baloon02 {
    width: 180px;
    top: 160px;
    right: calc(50% - 386px);
  }

  .merit-top .head .title .mile {
    font-size: 4.2rem;
    line-height: 1;
  }

  .merit-top .head .title .mile::before,
  .merit-top .head .title .mile::after {
    top: 5px;
  }

  .merit-top .head .title .mile::before {
    width: 82px;
    height: 99px;
    left: -122px;
  }

  .merit-top .head .title .mile::after {
    width: 132px;
    height: 114px;
    right: -158px;
  }

  .merit-top .head .title .mile .num {
    font-size: 8rem;
    line-height: 1;
  }

  .merit-top .head .title .mile .num::before {
    bottom: 12px;
  }

  .merit-top .head .title .gift {
    font-size: 3.8rem;
    line-height: 1;
  }

  .merit-top .head .title .mark {
    font-size: 6rem;
    line-height: 1;
  }

  .is-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
