@charset "UTF-8";
* {
  font-family: "Noto Sans", "Noto Sans KR", "Noto Sans SC", sans-serif;
}

@media screen and (min-width: 1024px) {
  .p-header {
    overflow-y: auto;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav {
    padding: 70px 0 14px 0;
  }
}
.p-header .c-gnav-list > li > a,
.p-header .c-gnav-list > li > span {
  display: block;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 12px 24px 12px 0;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav-list > li > a,
  .p-header .c-gnav-list > li > span {
    font-size: 1.3rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 14px 24px 14px 20px;
  }
}
.p-header .c-gnav-list > li > a::after,
.p-header .c-gnav-list > li > span::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #6F2FFF;
  border-right: 2px solid #6F2FFF;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  margin-top: 1px;
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav-list > li > a::after,
  .p-header .c-gnav-list > li > span::after {
    right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .c-gnav-list > li:hover > a, .p-header .c-gnav-list > li:hover > span {
    color: #6F2FFF;
  }
  .p-header .c-gnav-list > li:hover > a::after, .p-header .c-gnav-list > li:hover > span::after {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .l-header-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .l-header-menu-list > li a {
    width: 143px;
  }
}

.p-button-long {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-button-long {
    width: 89.07vw;
  }
}

.p-button-twin {
  min-width: auto;
  height: 65px;
  width: 50%;
  line-height: 1.3;
  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;
  font-size: 2rem;
}
.p-button-twin-wrapper {
  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: 8px;
}
@media screen and (min-width: 900px) {
  .p-button-twin-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 410px) {
  .p-button-twin {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 900px) {
  .p-button-twin {
    max-width: 440px;
    height: 60px;
  }
}

.p-header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 64px;
  position: absolute;
  right: 64px;
  top: 0;
  border-left: 1px solid #F5F7F9;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list {
    position: relative;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li {
    margin-bottom: 12px;
  }
}
.p-header-menu-list > li a {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  color: #6F2FFF;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 43px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-list > li a {
    width: 143px;
    -webkit-box-shadow: 0 3px 0 0 #3900BA;
            box-shadow: 0 3px 0 0 #3900BA;
    font-size: 1.3rem;
    border: 2px solid transparent;
    padding: 6px 18px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    height: auto;
    text-align: left;
  }
  .p-header-menu-list > li a:hover {
    opacity: 0.75;
  }
}
.p-header-menu-text {
  display: none;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-text {
    display: block;
    font-size: 1.4rem;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.p-header-menu-button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header-menu-button {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-menu-button a {
    border-color: #6F2FFF !important;
    color: #6F2FFF;
  }
}
.p-header-menu-button a::after {
  display: block;
  content: "";
  background: url("../images/common/icon/ico_login.svg") no-repeat center 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .p-header-menu-button a::after {
    background: none;
    left: auto;
    right: 12px;
    top: 50%;
    border-top: 2px solid #6F2FFF;
    border-right: 2px solid #6F2FFF;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 540px) {
  .p-cant #apology-ttl {
    display: block;
  }
  .p-cant #apology-ttl::after {
    right: -5px;
  }
}

.p-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: auto auto;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 900px) {
  .p-columns {
    gap: 40px;
  }
}
.p-columns img {
  width: min(100%, 250px);
}
@media screen and (min-width: 900px) {
  .p-columns img {
    width: 250px;
  }
}

.p-mv {
  background-color: #66EF61;
}
.p-mv-wrapper {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-mv {
    display: -ms-grid;
    display: grid;
    place-content: center;
    place-items: center;
  }
}
.p-mv img {
  display: block;
  margin-inline: auto;
  width: min(100%, 450px);
  aspect-ratio: 375/440;
}
@media screen and (min-width: 900px) {
  .p-mv img {
    max-width: none;
    width: auto;
    aspect-ratio: 2000/560;
  }
}
.p-mv-anchor {
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .p-mv-anchor {
    bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .p-mv-anchor {
    bottom: 7.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-mv-anchor .c-button {
    min-width: unset;
    max-width: none;
    padding-inline: 2px 10px;
    width: min(64vw, 240px);
    font-size: min(3.7333333333vw, 1.5rem);
  }
}
@media screen and (max-width: 450px) {
  .p-mv-anchor .c-button {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0.5333333333vw;
    width: min(56vw, 210px);
    font-size: min(3.2vw, 1.2rem);
  }
}

.p-logo {
  background-color: #FFF;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.p-logo img {
  width: min(100%, 200px);
}
@media screen and (min-width: 900px) {
  .p-logo img {
    width: 250px;
  }
}

.p-text.--16 {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .p-text.--16 {
    font-size: 2.4rem;
  }
}
.p-text.--20 {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .p-text.--20 {
    font-size: 3rem;
  }
}
.p-text.--32 {
  font-size: 3.2rem;
}
@media screen and (min-width: 900px) {
  .p-text.--32 {
    font-size: 4.8rem;
  }
}

.p-img.--line img {
  width: 60px;
}
@media screen and (min-width: 900px) {
  .p-img.--line img {
    width: min(100%, 100px);
  }
}

.p-grid-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 14px 1fr;
  grid-template-columns: auto 1fr;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-grid-columns2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 14px 1fr;
  grid-template-columns: auto 1fr;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-grid-columns2 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

.p-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 14px auto;
  grid-template-columns: auto auto;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-flex {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

.p-arrow {
  background-color: #FF4187;
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  padding: 6px 16px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .p-arrow {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
}
.p-arrow::after {
  position: absolute;
  content: "";
  top: 0;
  right: -16px;
  width: 17px;
  height: 30px;
  background-color: #FF4187;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 900px) {
  .p-arrow::after {
    right: -18px;
    width: 19px;
    height: 38px;
  }
}

.p-balloon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  min-width: 200px;
  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);
}
@media screen and (min-width: 900px) {
  .p-balloon {
    top: -60px;
  }
}
.p-balloon-inner {
  display: inline-block;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 700;
  padding: 3px 16px 3px;
  background-color: #00F000;
  color: #000;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-balloon-inner {
    border-radius: 30px;
    font-size: 1.8rem;
    padding: 6px 16px 6px;
  }
}
.p-balloon::after {
  content: "";
  background-color: #00F000;
  width: 20px;
  height: 10px;
  margin-top: -3px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (min-width: 900px) {
  .p-balloon::after {
    width: 25px;
    height: 12px;
    margin-top: -5px;
  }
}
.p-balloon.--best-v .p-balloon-inner {
  color: #FFF;
  background-color: #006EFA;
}
.p-balloon.--best-v::after {
  background-color: #006EFA;
}

.p-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 900px) {
  .p-menu {
    width: min(100%, 900px);
    margin-inline: auto;
  }
}
.p-menu-item {
  width: 100%;
}
.p-menu-item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  justify-items: center;
  margin-block: 10px;
  text-decoration: none;
  color: #333333;
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner {
    margin-block: 14px;
  }
}
.p-menu-item-inner img {
  display: block;
  margin-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner img {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner img {
    width: 30px;
  }
}
.p-menu-item-inner span {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (min-width: 900px) {
  .p-menu-item-inner span {
    font-size: 1.4rem;
  }
}
.p-menu-item-inner:-moz-any-link:hover {
  opacity: 0.7;
}
.p-menu-item-inner:any-link:hover {
  opacity: 0.7;
}
.p-menu-item:last-child {
  background-color: #6F2FFF;
}
.p-menu-item:last-child .p-menu-item-inner span {
  color: #FFF;
}

.p-bg-check {
  background-image: url("/campaign/roamingman_202511/img/check.png");
  background-repeat: repeat;
}

.p-campaign-header {
  border: 2px solid #131313;
  background-color: #0097E5;
  text-align: center;
  padding: 12px 10px 14px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-campaign-header {
    padding: 20px;
  }
}
.p-campaign-header:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-campaign-header:not(:first-child) {
    margin-top: 40px;
  }
}
.p-campaign-header-lead {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-campaign-header-lead {
    font-size: 1.8rem;
  }
}
.p-campaign-paypay-badge {
  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;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .p-campaign-paypay-badge {
    font-size: 2.4rem;
  }
}
.p-campaign-paypay-badge img {
  width: min(9.8666666667vw, 60px);
  margin-right: 5px;
}
@media screen and (min-width: 900px) {
  .p-campaign-paypay-badge img {
    margin-right: 10px;
    width: 37px;
  }
}
.p-campaign-content {
  background-color: white;
  border: 2px solid black;
  padding: 20px 5.3333333333vw 40px;
  position: relative;
  border-top: unset;
}
@media screen and (min-width: 900px) {
  .p-campaign-content {
    padding: 28px 63px 34px;
  }
}
.p-campaign-content-item:nth-of-type(2) {
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .p-campaign-content-item:nth-of-type(2) {
    margin-top: 0px;
  }
}
.p-campaign-price {
  font-size: 2.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 75%, #FFFF00 0%);
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .p-campaign-price {
    font-size: 4rem;
  }
}
.p-campaign-price-wrapper {
  text-align: center;
}
.p-campaign-price-lead {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .p-campaign-price-lead {
    font-size: 2.4rem;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.p-campaign-price-lead span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF4187;
}
@media screen and (min-width: 900px) {
  .p-campaign-price-lead span {
    font-size: 3.6rem;
  }
}
.p-campaign-price-lead-bottom {
  font-size: 2.6rem;
  font-weight: 700;
  margin-block: 14px 28px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .p-campaign-price-lead-bottom {
    font-size: 3.6rem;
    margin-block: 20px 40px;
  }
}
.p-campaign-price-giga {
  font-size: 3.6rem;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
@media screen and (min-width: 900px) {
  .p-campaign-price-giga {
    font-size: 5rem;
    -webkit-margin-start: 6px;
            margin-inline-start: 6px;
  }
}
.p-campaign-price-num {
  font-family: "Roboto", sans-serif;
  font-size: 5.6rem;
  line-height: 0.7;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 900px) {
  .p-campaign-price-num {
    font-size: 8rem;
  }
}
.p-campaign-price-num.--narrow {
  letter-spacing: -0.1em;
}
.p-campaign-price-sub {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-campaign-price-sub {
    font-size: 2rem;
  }
}
.p-campaign-price-sub span {
  font-family: "Roboto", sans-serif;
}

.cp-box {
  background-color: white;
  border: 2px solid black;
  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: 2px solid #131313;
  background-color: #0097E5;
  text-align: center;
  padding: 12px 10px 14px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .cp-box-head {
    padding: 20px;
  }
}
.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-text {
  color: black;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .cp-box-head-text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.cp-box-head-text-sub {
  color: black;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .cp-box-head-text-sub {
    font-size: 1.8rem;
  }
}
@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: 8px;
          margin-block-end: 8px;
}
@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-title-sub {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (min-width: 900px) {
  .cp-box-title-sub {
    font-size: 1.8rem;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.cp-box-price {
  font-size: 2.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 75%, #FFFF00 0%);
  line-height: 1;
  display: inline-block;
}
.cp-box-price-wrapper {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .cp-box-price {
    font-size: 4rem;
  }
}
.cp-box-price-lead {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-box-price-lead {
    font-size: 2.4rem;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.cp-box-price-lead span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF4187;
}
@media screen and (min-width: 900px) {
  .cp-box-price-lead span {
    font-size: 3.6rem;
  }
}
.cp-box-price-lead-bottom {
  font-size: 2.6rem;
  font-weight: 700;
  margin-block: 14px 28px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .cp-box-price-lead-bottom {
    font-size: 3.6rem;
    margin-block: 20px 40px;
  }
}
.cp-box-price-giga {
  font-size: 3.6rem;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
@media screen and (min-width: 900px) {
  .cp-box-price-giga {
    font-size: 5rem;
    -webkit-margin-start: 6px;
            margin-inline-start: 6px;
  }
}
.cp-box-price-num {
  font-family: "Roboto", sans-serif;
  font-size: 5.6rem;
  line-height: 0.7;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 900px) {
  .cp-box-price-num {
    font-size: 8rem;
  }
}
.cp-box-price-num.--narrow {
  letter-spacing: -0.1em;
}
.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-circle-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (min-width: 900px) {
  .cp-box-circle-wrapper {
    max-width: 450px;
    margin-inline: auto;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.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);
}
@media screen and (max-width: 899px) {
  .cp-box.--data {
    padding-inline: 4vw;
  }
}
.cp-box.--data .cp-box-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .cp-box.--data .cp-box-title {
    font-size: 2.2rem;
  }
}
.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-coupon-wrapper {
  position: relative;
  z-index: 2;
}
.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;
  color: #fff;
}
@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;
  }
}

.c-indexkv {
  background-color: #F4F8ED;
}
@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%);
  }
}

.cp-mv {
  background-color: #F4F8ED;
  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: 750/764;
}
@media screen and (min-width: 900px) {
  .cp-mv img {
    max-width: none;
    width: auto;
    aspect-ratio: 2000/390;
  }
}

.c-ttl-index-pop.--purple .c-ttl-index-pop-inner {
  background-color: #6E599E;
}
.c-ttl-index-pop.--purple::after {
  background-color: #6E599E;
}

.cp-cta-footer {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 0 12px;
  background-color: #DCEBC6;
  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-button-pagetop {
  z-index: 9;
  position: fixed;
  right: 20px;
  bottom: 100px;
  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: #DCEBC6;
  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: 90px;
  }
  .cp-button-pagetop-icon {
    width: 45px;
    height: 45px;
  }
}