@charset "UTF-8";
/******** style ********/
.cp-body {
  --mv-bg:#7EF9FC;
  --mv-ar-sp:750/1128;
  --mv-ar-pc:2000/390;
  --mv-notice-bg: #7EF9FC;
  --mv-notice-color: #8D8D8D;
  --cta-bg: #FFFF00;
  --title-lead: #CA1927;
  --title-letter: #000;
  --text-color-custom:#F77E30;
  --text-color-custom2:#FFFF00;
  --text-color-custom3:#FFF;
  --text-color-custom4:#333;
  --text-color-underline: linear-gradient(transparent 75%, #FFFF00 0%);
  --text-color-paypay:#333333;
  --text-color-data:#FF7765;
  --text-color-notice:#8D8D8D;
  --bg-main: #7EF9FC;
  --bg-sub: #EBFFD9;
  --bg-5g: #F5F5F5;
  --best-v-color: #006EFA;
  --best-color: #14CD0A;
  --box-bg: #FFF;
  --box-border: 3px solid #131313;
  --box-border-paypay: 3px solid #333333;
  --box-border-data: 3px solid #ff7765;
  --box-head-bg: #00C2E2;
  --box-head-num: #FFFF00;
  --box-head-text: #FFF;
  --box-line: #E6E6E6;
  --box-circle:#FF7765;
  --box-circle-text:#FFFF00;
  --merit-numberbg: #2FD048;
  --merit-numbercolor: #FFF;
  --btn-bg: #FF7765;
  --btn-textcolor: #FFF;
  --btn-border: 2px solid #000;
  --btn-container-bg:#FFF;
  --btn-pop-bg:#FFF;
  --btn-pop-color:#333;
  --btn-black-bg: #333333;
  --btn-black-textcolor: #FFF;
  --btn-black-border: none;
  --btn-black-container-bg:#000;
  --btn-white-bg: #FFF;
  --btn-white-textcolor: #333;
  --btn-white-shadow: 0 4px 0 0 #000000;
  --btn-white-border: 2px solid #333;
  --btn-white-container-bg:#333;
  --btn-disabled-bg: #DDDDDD !important;
  --btn-disabled-textcolor: #B4B4B4 !important;
  --btn-disabled-shadow: none !important;
  --btn-disabled-border: 1px solid #DDDDDD !important;
  /******** z-index ********/
}

@-ms-viewport {
  width: device-width;
}
.l-header-bnr-pc, .l-header-bnr {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .l-container {
    padding-top: 64px !important;
  }
  .l-header {
    height: 64px !important;
  }
}
p {
  margin-bottom: 0;
}

.c-ttl-index-pop.--paypay {
  --pop-color:var(--text-color-paypay);
}
.c-ttl-index-pop.--data {
  --pop-color:var(--text-color-data);
}

.cp-end-banner img {
  width: min(100%, 450px);
  display: block;
  margin-inline: auto;
}

.cp-section {
  padding: 44px 0px 48px;
}
@media screen and (min-width: 900px) {
  .cp-section {
    padding: 60px 0px 80px;
  }
}

.cp-inner {
  margin: 0 auto;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 900px) {
  .cp-inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 840px;
  }
}
.cp-inner .c-ttl-index-wrapper:first-child {
  margin-top: 0;
}

.cp-inner .c-bnr .swiper-button-next,
.cp-inner-wide .c-bnr .swiper-button-next {
  right: -20px;
}

.cp-color-custom {
  color: var(--text-color-custom);
}
.cp-color-custom li {
  color: var(--text-color-custom);
}
.cp-color-custom2 {
  color: var(--text-color-custom2);
}
.cp-color-custom2 li {
  color: var(--text-color-custom2);
}
.cp-color-custom3 {
  color: var(--text-color-custom3);
}
.cp-color-custom3 li {
  color: var(--text-color-custom3);
}
.cp-color-custom4 {
  color: var(--text-color-custom4);
}
.cp-color-custom4 li {
  color: var(--text-color-custom4);
}
.cp-color-best-v {
  color: var(--best-v-color);
}
.cp-color-best {
  color: var(--best-color);
}
.cp-color-bg-main {
  background-color: var(--bg-main);
}
.cp-color-bg-sub {
  background-color: var(--bg-sub);
}

.cp-text-en {
  font-family: "Roboto", sans-serif;
}
.cp-text-plus {
  text-align: center;
}
.cp-text-plus img {
  width: 34px;
}
@media screen and (min-width: 900px) {
  .cp-text-plus img {
    width: 45px;
  }
}
.cp-text-period {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  row-gap: 8px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media screen and (min-width: 900px) {
  .cp-text-period {
    font-size: 1.6rem;
    row-gap: 10px;
    margin-iniline-end: none;
  }
}
.cp-text-period-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.3888888889;
}
.cp-text-period-ini {
  background-color: #EAEAEA;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 8px;
}
.cp-text-period-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 900px) {
  .cp-text-period-num {
    font-size: 2rem;
  }
}
.cp-text-period-pending {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-text-period-pending {
    font-size: 2rem;
  }
}

.u-text-notice.--white li {
  color: var(--text-color-notice);
}

.cp-box {
  background-color: var(--box-bg);
  border: var(--box-border);
  padding: 27px 5.3333333333vw 40px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-box {
    padding: 50px 80px 40px;
  }
}
.cp-box-hashead {
  border-top: unset;
  padding: 20px 5.3333333333vw 40px;
}
@media screen and (min-width: 900px) {
  .cp-box-hashead {
    padding: 40px 80px 40px;
  }
}
.cp-box-head {
  border: var(--box-border);
  border-width: 3px 3px 0;
  background-color: var(--box-head-bg);
  padding: 10px;
  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;
  gap: 0 10px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-box-head {
    padding: 20px;
    gap: 0 13px;
  }
}
.cp-box-head:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .cp-box-head:not(:first-child) {
    margin-top: 40px;
  }
}
.cp-box-head-num {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  background-color: var(--box-head-num);
  border-radius: 8px;
  font-weight: 700;
  padding: 4px 12px;
}
@media screen and (min-width: 900px) {
  .cp-box-head-num {
    padding: 6px 16px;
  }
}
.cp-box-head-num p:first-child {
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .cp-box-head-num p:first-child {
    font-size: 1.4rem;
  }
}
.cp-box-head-num p:last-child {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-box-head-num p:last-child {
    font-size: 3.2rem;
  }
}
.cp-box-head-text {
  color: var(--box-head-text);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .cp-box-head-text {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 900px) {
  .cp-box-head:has(.cp-box-head-num) {
    padding: 11px 18px;
  }
}
.cp-box-head:has(.cp-box-head-num) .cp-box-head-text {
  font-size: 1.7rem;
}
@media screen and (min-width: 900px) {
  .cp-box-head:has(.cp-box-head-num) .cp-box-head-text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.cp-box-line {
  background-color: var(--box-line);
  margin-top: 40px;
  margin-bottom: 40px;
}
.cp-box-title {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (min-width: 900px) {
  .cp-box-title {
    font-size: 2.4rem;
  }
}
.cp-box-title span {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
  display: block;
}
@media screen and (min-width: 900px) {
  .cp-box-title span {
    font-size: 1.8rem;
    -webkit-margin-after: 6px;
            margin-block-end: 6px;
  }
}
.cp-box-circle {
  width: 60px;
  height: 60px;
  background-color: var(--box-circle);
  border-radius: calc(infinity * 1px);
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--box-circle-text);
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-box-circle {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    right: 100px;
    bottom: 40px;
  }
}
.cp-box-circle.--absolute {
  position: absolute;
  bottom: 38px;
  right: 10px;
}
@media screen and (min-width: 900px) {
  .cp-box-circle.--absolute {
    right: 100px;
    bottom: 40px;
  }
}
.cp-box.--paypay {
  border: var(--box-border-paypay);
}
.cp-box.--paypay .cp-box-title {
  color: var(--text-color-paypay);
}
.cp-box.--data {
  border: var(--box-border-data);
}
.cp-box-radius {
  border-radius: 16px;
  padding: 20px;
  background-color: #FFF;
}
@media screen and (min-width: 900px) {
  .cp-box-radius {
    border-radius: 24px;
    padding: 40px;
  }
}
.cp-box-radius.--paypay {
  border: var(--box-border-paypay);
}
.cp-box-radius.--paypay .cp-box-title {
  color: var(--text-color-paypay);
}
.cp-box-radius.--data {
  border: var(--box-border-data);
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  position: relative;
}
.cp-box-radius.--data::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34px;
  height: 34px;
}
.cp-box-radius.--data .cp-box-title {
  color: var(--text-color-data);
}
.cp-box-radius.--data.--no-plus::before {
  content: none;
}
.cp-box-radius-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.cp-title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .cp-title {
    margin-bottom: 48px;
  }
}
.cp-title-hasimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
.cp-title-letter {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3157894737;
  color: var(--title-letter);
}
@media screen and (min-width: 900px) {
  .cp-title-letter {
    font-size: 4.8rem;
  }
}
.cp-title-letter span {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  line-height: 1.380952381;
}
@media screen and (min-width: 900px) {
  .cp-title-letter span {
    font-size: 5.4rem;
  }
}
.cp-title-img {
  width: 40px;
}
@media screen and (min-width: 900px) {
  .cp-title-img {
    width: 50px;
  }
}
.cp-title-lead {
  display: inline-block;
  background-color: var(--title-lead);
  color: #FFF;
  border-radius: 12px;
  padding: 2px 12px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .cp-title-lead {
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 4px 16px;
  }
}

.cp-button-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  z-index: 3;
  padding-top: 8px;
  width: 100%;
}
.cp-button-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .cp-button-column {
    gap: 16px;
  }
}
@media (width <= 600px) {
  .cp-button-column {
    padding: 0 10px;
  }
  .cp-button-column .cp-button {
    min-width: 150px;
  }
}
.cp-button {
  --cp-btn-bg: var(--btn-bg);
  --cp-btn-textcolor: var(--btn-textcolor);
  --cp-btn-border: var(--btn-border);
  background-color: var(--cp-btn-bg);
  color: var(--cp-btn-textcolor);
  border: var(--cp-btn-border);
  min-width: 200px;
  max-width: 290px;
  width: calc(100% + 4px);
  margin-left: -2px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (min-width: 900px) {
  .cp-button {
    line-height: 1.8;
    min-width: 290px;
    max-width: 400px;
    font-size: 2rem;
    padding: 13px 0;
  }
  .cp-button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 899px) {
  .cp-button {
    font-size: 1.8rem;
    padding: 18px 25px;
  }
}
.cp-button::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--cp-btn-textcolor);
  border-right: 2px solid var(--cp-btn-textcolor);
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.cp-button-container {
  --cp-btn-border: var(--btn-border);
  display: inline-block;
  background-color: var(--btn-container-bg);
  border: var(--cp-btn-border);
  border-radius: 100px;
  width: 100%;
  height: calc(100% - 4px);
  max-width: 290px;
}
@media screen and (min-width: 900px) {
  .cp-button-container {
    max-width: 360px;
  }
}
.cp-button-container .cp-button {
  top: -8px;
  left: -5px;
}
.cp-button-container:hover .cp-button {
  opacity: 1;
  top: -3px;
  left: 0;
}
.cp-button-container.--disabled {
  height: auto;
  border: none;
  background-color: transparent !important;
}
.cp-button-container.--disabled .cp-button {
  border: none;
  background-color: #DDDDDD;
  color: #B4B4B4;
  cursor: default;
  pointer-events: none;
  top: 0;
  left: 0;
}
.cp-button-pop {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  -webkit-filter: drop-shadow(-1px 1px 0px #000) drop-shadow(1px -1px 0px #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(-1px 1px 0px #000) drop-shadow(1px -1px 0px #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.cp-button-pop-inner {
  display: inline-block;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 8px 3px;
  background-color: var(--btn-pop-bg);
  color: var(--btn-pop-color);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-inner {
    border-radius: 6px;
    font-size: 1.4rem;
    padding: 6px 10px 6px;
  }
}
.cp-button-pop::after {
  content: "";
  background-color: var(--btn-pop-bg);
  width: 20px;
  height: 10px;
  margin-top: -3px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (min-width: 900px) {
  .cp-button-pop::after {
    width: 25px;
    height: 12px;
    margin-top: -5px;
  }
}
.cp-button-pop:has(.cp-button-pop-day) .cp-button-pop-inner {
  text-align: center;
  border-radius: 8px;
  padding: 6px 36px;
}
@media screen and (min-width: 900px) {
  .cp-button-pop:has(.cp-button-pop-day) .cp-button-pop-inner {
    padding: 6px 48px 8px;
  }
}
.cp-button-pop-day {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-day {
    font-size: 1.4rem;
  }
}
.cp-button-pop-day-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-day-num {
    font-size: 2.2rem;
  }
}
.cp-button-pop-day i {
  margin-right: 2px;
}
.cp-button-pop-countdown {
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-countdown {
    font-size: 1.4rem;
  }
}
.cp-button-pop-countdown-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-button-pop-countdown-num {
    font-size: 1.8rem;
  }
}
.cp-button-black .cp-button {
  --cp-btn-bg: var(--btn-black-bg);
  --cp-btn-textcolor: var(--btn-black-textcolor);
  --cp-btn-border: var(--btn-black-border);
}
.cp-button-black:has(.cp-button-container) .cp-button-container {
  background-color: var(--btn-black-container-bg);
}
.cp-button-white .cp-button {
  --cp-btn-bg: var(--btn-white-bg);
  --cp-btn-textcolor: var(--btn-white-textcolor);
  --cp-btn-border: var(--btn-white-border);
}
.cp-button-white:has(.cp-button-container) .cp-button-container {
  background-color: var(--btn-white-container-bg);
}
.cp-button-disabled .cp-button {
  cursor: default !important;
  pointer-events: none !important;
  margin-left: 0;
  width: 100%;
  --cp-btn-bg: var(--btn-disabled-bg);
  --cp-btn-textcolor: var(--btn-disabled-textcolor);
  --cp-btn-border: var(--btn-disabled-border);
}
.cp-button-disabled:has(.cp-button-container) .cp-button-container {
  border: none;
}
.cp-button-disabled:has(.cp-button-container) .cp-button {
  top: -3px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .cp-button-large .cp-button {
    max-width: 500px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-large .cp-button {
    max-width: 290px;
  }
}
@media screen and (min-width: 900px) {
  .cp-button-large:has(.cp-button-container) .cp-button-container {
    max-width: 500px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-large:has(.cp-button-container) .cp-button-container {
    max-width: 290px;
  }
}
@media screen and (min-width: 900px) {
  .cp-button-small .cp-button {
    max-width: 290px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-small .cp-button {
    max-width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .cp-button-small:has(.cp-button-container) .cp-button-container {
    max-width: 290px;
  }
}
@media screen and (max-width: 899px) {
  .cp-button-small:has(.cp-button-container) .cp-button-container {
    max-width: 200px;
  }
}
.cp-button-pagetop {
  z-index: 9;
  position: fixed;
  right: 20px;
  bottom: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cp-button-pagetop:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cp-button-pagetop.active {
  visibility: visible;
  opacity: 1;
}
.cp-button-pagetop a {
  text-decoration: none;
}
.cp-button-pagetop-icon {
  width: 60px;
  height: 60px;
  background-color: var(--cta-bg);
  opacity: 0.7;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.cp-button-pagetop-icon i {
  font-size: 2.4rem;
  color: #333;
}
@media screen and (max-width: 899px) {
  .cp-button-pagetop {
    right: 10px;
    bottom: 150px;
  }
  .cp-button-pagetop-icon {
    width: 45px;
    height: 45px;
  }
}

.cp-cta {
  background-color: var(--cta-bg);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .cp-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.cp-cta-chat {
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (min-width: 900px) {
  .cp-cta-chat {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.cp-cta-chat-momonkey img {
  width: min(26.6666666667vw, 100px);
  height: min(33.3333333333vw, 125px);
}
@media screen and (min-width: 900px) {
  .cp-cta-chat-momonkey img {
    width: 100px;
    height: 125px;
  }
}
.cp-cta-chat-lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color-custom4);
}
@media screen and (min-width: 900px) {
  .cp-cta-chat-lead {
    font-size: 2.6rem;
  }
}
.cp-cta-footer {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  background-color: var(--cta-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .cp-cta-footer {
    left: 175px;
    max-width: min(100vw - 173px, 1827px);
  }
}
@media screen and (min-width: 2000px) {
  .cp-cta-footer {
    margin-left: calc((100vw - 2000px) / 2);
  }
}
.cp-cta-footer.active {
  opacity: 1;
  visibility: visible;
}

.cp-mv {
  background-color: var(--mv-bg);
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.cp-mv img {
  display: block;
  margin-inline: auto;
  width: min(100%, 450px);
  aspect-ratio: var(--mv-ar-sp);
}
@media screen and (min-width: 900px) {
  .cp-mv img {
    max-width: none;
    width: auto;
    aspect-ratio: var(--mv-ar-pc);
  }
}
.cp-mv-band {
  width: 100%;
  background-color: #00C2E2;
  display: none;
}
.cp-mv-band p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-block: 4px;
}
@media screen and (min-width: 900px) {
  .cp-mv-band p {
    font-size: 2.8rem;
    padding-block: 6px;
  }
}

.cp-notice {
  background-color: var(--mv-notice-bg);
  padding: 10px 0;
}
.cp-notice .u-text-notice > li, .cp-notice p {
  color: var(--mv-notice-color);
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .cp-notice .u-text-notice > li, .cp-notice p {
    font-size: 1.4rem;
  }
}

.cp-coupon-wrapper {
  position: relative;
  z-index: 2;
}
.cp-coupon-balloon {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.cp-coupon-balloon span {
  display: inline-block;
  border-radius: 50px;
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  padding: 4px 28px 7px;
  background-color: var(--best-v-color);
  color: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .cp-coupon-balloon span {
    font-size: 2.4rem;
    padding: 6px 40px 8px;
  }
}
.cp-coupon-balloon::after {
  content: "";
  background-color: var(--best-v-color);
  width: 20px;
  margin-top: -5px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (min-width: 900px) {
  .cp-coupon-balloon::after {
    width: 30px;
    margin-top: -13px;
  }
}
.cp-coupon-balloon.--best span, .cp-coupon-balloon.--best::after {
  background-color: var(--best-color);
}
.cp-coupon-balloon.--both span, .cp-coupon-balloon.--both::after {
  background-color: #FF0033;
}
.cp-coupon-paypay {
  font-size: min(4.8vw, 2.8rem);
  font-weight: bold;
  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;
}
@media screen and (min-width: 900px) {
  .cp-coupon-paypay {
    font-size: 2.8rem;
  }
}
.cp-coupon-paypay img {
  width: min(9.8666666667vw, 60px);
  margin-right: 5px;
}
@media screen and (min-width: 900px) {
  .cp-coupon-paypay img {
    margin-right: 10px;
    width: 60px;
  }
}
.cp-coupon-paypay-note {
  font-size: min(2.9333333333vw, 1.4rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .cp-coupon-paypay-note {
    font-size: 1.4rem;
  }
}
.cp-coupon-paypay-note span {
  font-family: "Roboto", sans-serif;
  font-size: min(4vw, 1.6rem);
}
@media screen and (min-width: 900px) {
  .cp-coupon-paypay-note span {
    font-size: 1.6rem;
  }
}
.cp-coupon-text {
  text-align: center;
  font-size: min(4.2666666667vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .cp-coupon-text {
    font-size: 2.2rem;
  }
}
.cp-coupon-text sup {
  vertical-align: bottom;
}
.cp-coupon-text-small {
  text-align: center;
  font-size: min(3.7333333333vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .cp-coupon-text-small {
    font-size: 1.8rem;
  }
}
.cp-coupon-text-strong {
  font-size: min(5.3333333333vw, 2.4rem);
}
@media screen and (min-width: 900px) {
  .cp-coupon-text-strong {
    font-size: 2.4rem;
  }
}
.cp-coupon-text-strong span {
  font-family: "Roboto", sans-serif;
  font-size: min(8.5333333333vw, 4rem);
}
@media screen and (min-width: 900px) {
  .cp-coupon-text-strong span {
    font-size: 4rem;
  }
}
.cp-coupon-value {
  text-align: center;
  display: inline-block;
  background: var(--text-color-underline);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .cp-coupon-value {
    font-size: 3.2rem;
    margin-bottom: 12px;
  }
}
.cp-coupon-value-strong span {
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
}
@media screen and (min-width: 900px) {
  .cp-coupon-value-strong span {
    font-size: 6rem;
  }
}
.cp-coupon-value.large {
  font-size: 2.8rem;
}
@media screen and (min-width: 900px) {
  .cp-coupon-value.large {
    font-size: 4.4rem;
  }
}
.cp-coupon-value.large .cp-coupon-value-strong span {
  font-size: 5.6rem;
}
@media screen and (min-width: 900px) {
  .cp-coupon-value.large .cp-coupon-value-strong span {
    font-size: 8rem;
  }
}
.cp-coupon-value-column {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cp-coupon-confetti {
  position: relative;
  z-index: 2;
}
.cp-coupon-confetti-square {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .cp-coupon-confetti-square {
    width: 10px;
    height: 10px;
  }
}

.cp-contract {
  border: solid 2px #333333;
  border-collapse: collapse;
}
.cp-contract tr {
  border-bottom: #C3C3C3 solid 1px;
}
.cp-contract th, .cp-contract td {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 7px 12px;
}
@media screen and (min-width: 900px) {
  .cp-contract th, .cp-contract td {
    font-size: 1.8rem;
    padding: 15px 15px 20px;
  }
}
.cp-contract td {
  background-color: #FFF;
}
.cp-contract td.bg-green {
  background-color: #F3FFDD;
}
.cp-contract td.bg-blue {
  background-color: #E6FBFF;
}
.cp-contract td:first-child {
  border-right: #C3C3C3 solid 1px;
}
.cp-contract td .subject, .cp-contract td .not-subject {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  display: block;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-contract td .subject, .cp-contract td .not-subject {
    font-size: 1.6rem;
  }
}
.cp-contract td .subject::before, .cp-contract td .not-subject::before {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .cp-contract td .subject::before, .cp-contract td .not-subject::before {
    font-size: 3.4rem;
  }
}
.cp-contract td .subject.best-v {
  color: var(--best-v-color);
}
.cp-contract td .subject.best {
  color: var(--best-color);
}
.cp-contract td .subject::before {
  content: "○";
}
.cp-contract td .not-subject::before {
  content: "×";
}
.cp-contract td b {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .cp-contract td b {
    font-size: 2.4rem;
  }
}
.cp-contract-head {
  font-size: min(3.7333333333vw, 1.4rem);
  color: #fff;
}
@media screen and (min-width: 900px) {
  .cp-contract-head {
    font-size: 1.8rem;
  }
}
.cp-contract-head b {
  font-weight: bold;
  display: block;
  font-size: min(3.7333333333vw, 1.4rem);
}
@media screen and (min-width: 900px) {
  .cp-contract-head b {
    font-size: 2rem;
  }
}
.cp-contract-head-price {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: min(5.3333333333vw, 2rem);
}
@media screen and (min-width: 900px) {
  .cp-contract-head-price {
    font-size: 2.8rem;
  }
}
.cp-contract-head-des {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .cp-contract-head-des {
    font-size: 1.8rem;
  }
}
.cp-contract-head.best-v {
  background-color: var(--best-v-color);
}
.cp-contract-head.best {
  background-color: var(--best-color);
}
.cp-contract-content {
  text-align: center;
  font-weight: 500;
}
.cp-contract-content p {
  margin-bottom: 0;
}
.cp-contract-content-plus {
  background-color: #333333;
  color: #FFF;
  border-radius: 50%;
  width: 14.5px;
  height: 14.5px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 6px auto;
}
.cp-contract-content-plus i {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .cp-contract-content-plus {
    width: 20px;
    height: 20px;
    margin: 10px auto;
  }
}
.cp-contract-content-giga {
  color: #FF9C00;
}
.cp-contract-content-giga span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-contract-content-giga span {
    font-size: 2.8rem;
  }
}
.cp-contract-content-num {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .cp-contract-content-num {
    font-size: 1.8rem;
  }
}
.cp-contract-content-num span {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .cp-contract-content-num span {
    font-size: 2.8rem;
  }
}
.cp-contract-paypay {
  margin-bottom: 8px;
}
.cp-contract-paypay img {
  width: 40px;
}
@media screen and (min-width: 900px) {
  .cp-contract-paypay img {
    width: 60px;
  }
}

.cp-flow-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 32px;
  margin-bottom: 24px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media screen and (min-width: 900px) {
  .cp-flow-title {
    margin-top: 48px;
    font-size: 2.8rem;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.cp-flow-title:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 900px) {
  .cp-flow-title:before {
    width: 20px;
    height: 20px;
  }
}
.cp-flow-title.--best-v:before {
  background-color: var(--best-v-color);
}
.cp-flow-title.--best:before {
  background-color: var(--best-color);
}
.cp-flow-table {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .cp-flow-table img {
    max-width: 600px;
  }
}
.cp-flow-confirm {
  background-color: #F5F7F9;
  padding: 12px 15px;
  border-radius: 16px;
}
@media screen and (min-width: 900px) {
  .cp-flow-confirm {
    padding: 25px 20px;
  }
}
.cp-flow-step-hasbtn {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-grid-rows: 1fr -webkit-max-content;
  -ms-grid-rows: 1fr max-content;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.cp-flow-step-app {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .cp-flow-step-app {
    max-width: 200px;
    margin: auto;
    -ms-grid-rows: 60px 60px 1fr;
    grid-template-rows: 60px 60px 1fr;
  }
}
@media screen and (max-width: 899px) {
  .cp-flow-step-app {
    row-gap: 20px;
  }
  .cp-flow-step-app p {
    display: none;
  }
}
.cp-flow-step-app img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .cp-flow-step-app img {
    width: 150px;
  }
}

.cp-merit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .cp-merit-title {
    gap: 0 30px;
    margin-bottom: 40px;
  }
}
.cp-merit-number {
  background-color: var(--merit-numberbg);
  color: var(--merit-numbercolor);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3846153846;
  padding: 13px 5px 3px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .cp-merit-number {
    font-size: 1.6rem;
    padding: 24px 16px 12px;
  }
}
.cp-merit-number span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-merit-number span {
    font-size: 3.6rem;
  }
}
.cp-merit-number::after {
  background-color: var(--merit-numberbg);
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 16px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .cp-merit-number::after {
    right: -12px;
    width: 30px;
    height: 24px;
  }
}
.cp-merit-icon {
  margin-top: 10px;
}
.cp-merit-icon img {
  width: min(14.9333333333vw, 80px);
  aspect-ratio: 1;
}
.cp-merit-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 4px;
}
@media screen and (min-width: 900px) {
  .cp-merit-letter {
    gap: 0 8px;
  }
}
.cp-merit-letter p:first-child {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4230769231;
}
@media screen and (min-width: 900px) {
  .cp-merit-letter p:first-child {
    font-size: 3.6rem;
  }
}
.cp-merit-letter-zero {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-merit-letter-zero {
    font-size: 10rem;
  }
}
.cp-merit-letter-zero rt {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .cp-merit-letter-zero rt {
    font-size: 2rem;
  }
}
.cp-merit-letter-zero span {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
}
@media screen and (min-width: 900px) {
  .cp-merit-letter-zero span {
    font-size: 2.8rem;
    margin-left: 6px;
  }
}
.cp-merit-5g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}
@media screen and (min-width: 900px) {
  .cp-merit-5g {
    gap: 0 8px;
  }
}
.cp-merit-5g p:first-child {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .cp-merit-5g p:first-child {
    font-size: 2.8rem;
  }
}
.cp-merit-5g-strong {
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  line-height: 0.8;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .cp-merit-5g-strong {
    font-size: 9rem;
  }
}
.cp-merit-img {
  text-align: center;
}
.cp-merit-img img {
  max-width: 400px;
  width: 100%;
}

.cp-reason {
  width: 100%;
  padding: 40px 0 40px;
}
@media screen and (min-width: 900px) {
  .cp-reason {
    padding: 86px 0 74px;
  }
}
.cp-reason-lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (min-width: 900px) {
  .cp-reason-lead {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.cp-reason-lead span {
  background: var(--text-color-underline);
  font-size: 2.8rem;
}
@media screen and (min-width: 900px) {
  .cp-reason-lead span {
    font-size: 4rem;
  }
}
.cp-reason-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 13px;
}
@media screen and (max-width: 899px) {
  .cp-reason-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cp-reason-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.cp-reason-logo {
  text-align: center;
}
.cp-reason-logo img {
  max-width: 400px;
  width: 100%;
}
.cp-reason-5g {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 899px) {
  .cp-reason-5g {
    max-width: 500px;
  }
}
.cp-reason-5g::after {
  content: "";
  background-image: url("/assets/images/feature/5g_momonkey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(22.4vw, 130px);
  height: min(28.2666666667vw, 140px);
}
@media screen and (min-width: 900px) {
  .cp-reason-5g::after {
    background-size: cover;
    background-position: top;
    width: 130px;
    height: 140px;
  }
}
.cp-reason-5g p {
  background-color: var(--bg-5g);
  border-radius: 6px;
  padding: 6px 20px;
  font-size: min(3.4666666667vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .cp-reason-5g p {
    padding: 10px 30px;
    font-size: 1.6rem;
  }
}
.cp-reason-5g p:first-child {
  margin-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .cp-reason-5g p:first-child {
    margin-bottom: 10px;
  }
}
.cp-reason-5g-strong {
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 900px) {
  .cp-reason-5g-strong {
    font-size: 2.2rem;
  }
}
.cp-reason-5g-strong span {
  font-family: "Roboto", sans-serif;
  font-size: min(6.1333333333vw, 3rem);
}
@media screen and (min-width: 900px) {
  .cp-reason-5g-strong span {
    font-size: 3rem;
  }
}
.cp-reason-zero {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: start;
  row-gap: 6px;
}
@media screen and (min-width: 900px) {
  .cp-reason-zero {
    row-gap: 10px;
  }
}
.cp-reason-zero p {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .cp-reason-zero p {
    font-size: 3.2rem;
  }
}
.cp-reason-zero p i {
  display: inline-block;
  margin-right: 3px;
}
.cp-reason-zero p i img {
  width: 28px;
}
@media screen and (min-width: 900px) {
  .cp-reason-zero p i img {
    width: 36px;
  }
}
.cp-reason-zero-strong {
  font-size: 3.2rem;
}
@media screen and (min-width: 900px) {
  .cp-reason-zero-strong {
    font-size: 4.5rem;
  }
}
.cp-reason-zero-strong span {
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-reason-zero-strong span {
    font-size: 10rem;
  }
}

.cp-inner {
  container-type: inline-size;
  container-name: cp-inner-container;
}

@media (width < 900px) {
  .cp-reason-bestplan {
    margin-inline: -10px;
  }
}
@media (width >= 900px) {
  @container cp-inner-container (width >= 700px) {
    .cp-reason-bestplan {
      margin-inline: -64px;
    }
  }
  @container cp-inner-container (width >= 800px) {
    .cp-reason-bestplan {
      margin-inline: -50px;
    }
  }
}

.cp-term {
  overflow-y: scroll;
  height: 300px;
}
.cp-term + .cp-term {
  margin-top: 40px;
}

.cp-img-center {
  display: block;
  margin-inline: auto;
  width: min(100%, 400px);
}
.cp-img-band {
  display: block;
  margin-inline: auto;
  width: 295px;
}
@media screen and (min-width: 900px) {
  .cp-img-band {
    width: 450px;
  }
}

.js-day-start, .js-day-end, .js-hold-start, .js-hold-before {
  display: none;
}