<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******** style ********/
.cp-body {
  --mv-bg:#0f1b82;
  --mv-ar-sp:750/1128;
  --mv-ar-pc:2000/600;
  --mv-notice-bg: #EBFFD9;
  --mv-notice-color: #8D8D8D;
  --cta-bg: #ECDFFF;
  --title-lead: #CA1927;
  --title-letter: #000;
  --text-color-custom:#EC3E0F;
  --text-color-custom2:#FFFF00;
  --text-color-custom3:#FFF;
  --text-color-custom4:#333;
  --text-color-underline: linear-gradient(transparent 75%, #FFFF00 0%);
  --text-color-paypay:#00483F;
  --text-color-data:#FF9C00;
  --bg-main: #F1FFA1;
  --bg-sub: #EBFFD9;
  --bg-5g: #ca192714;
  --best-v-color: #006EFA;
  --best-color: #14CD0A;
  --box-bg: #FFF;
  --box-border: 3px solid #131313;
  --box-border-paypay: 3px solid #00483F;
  --box-border-data: 3px solid #FF9C00;
  --box-head-bg: #0450A1;
  --box-head-num: #FFFF00;
  --box-head-text: #FFF;
  --box-line: #E6E6E6;
  --box-circle:#FDE401;
  --box-circle-text:#00483F;
  --merit-numberbg: #2FD048;
  --merit-numbercolor: #FFF;
  --btn-bg: #333;
  --btn-textcolor: #ffffff;
  --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 ********/
}

.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 &lt;= 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: #FFF;
}
@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-custom3);
}
@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;
}

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

.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-both {
  color: var(--both-color);
}
.cp-color-bg-custom {
  background-color: var(--bg-main);
}
.cp-color-bg-sub {
  background-color: var(--bg-sub);
}

.c-indexkv {
  background-color: #ECDFFF;
}
@media screen and (min-width: 900px) {
  .c-indexkv-inner {
    width: 100%;
    max-width: none;
    height: 393px;
    position: relative;
  }
  .c-indexkv-inner picture {
    height: 100%;
    display: block;
  }
  .c-indexkv-inner source, .c-indexkv-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-bg {
  background: repeating-linear-gradient(135deg, transparent 0, transparent 10px, #BFA7E3 0, #BFA7E3 20px);
}

.p-bg-light-purple {
  background-color: #ECDFFF;
}

.p-bg-purple {
  background-color: #BFA7E3;
}

.p-onegai {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: min(100%, 96px) 20px auto;
  grid-template-columns: min(100%, 96px) auto;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .p-onegai {
    max-width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-button-cp span {
  position: relative;
  padding-left: 20px;
}
.c-button-cp img {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .c-button-cp img {
    width: 15px;
    height: 15px;
    left: -10px;
  }
}
.c-button-cp-disabled {
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
  color: #B4B4B4;
  cursor: default;
  pointer-events: none;
  -webkit-box-shadow: 0 0px 0 0 #7b7b7b;
          box-shadow: 0 0px 0 0 #7b7b7b;
}

.p-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px;
  border: 2px solid #333333;
  -webkit-box-shadow: 3px 3px 0 0 #333333;
          box-shadow: 3px 3px 0 0 #333333;
  border-radius: 30px;
  position: relative;
  background-color: #FFF;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .p-box {
    padding: 40px 60px 40px;
    border: 3px solid #333333;
    -webkit-box-shadow: 4px 4px 0 0 #333333;
            box-shadow: 4px 4px 0 0 #333333;
  }
}
.p-box2 {
  border-radius: 30px;
  border: 1px solid #90D3FE;
  background-color: #FFF;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .p-box2 {
    padding: 40px 60px;
  }
}

.p-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow p {
  width: calc(100% - 35px);
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .p-flow p {
    margin-top: 5px;
  }
}

.p-number {
  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;
  width: 35px;
  height: 35px;
  color: white;
  background-color: #9B85BA;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-momonkey {
  text-align: center;
}
.p-momonkey img {
  max-width: 150px;
}
@media screen and (max-width: 899px) {
  .p-momonkey img {
    max-width: 100px;
  }
}

.c-ttl-top {
  color: #ffffff;
}
@media screen and (max-width: 540px) {
  .c-ttl-top {
    font-size: 8.1vw;
  }
}

@media screen and (max-width: 899px) {
  .c-button-cv {
    width: 260px;
  }
}</pre></body></html>