@charset "UTF-8";

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.price-figma {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.price-figma::before,
.price-figma::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.price-figma::before {
  display: none;
}

/* .price-figma::after {
  width: 220px;
  height: 220px;
  right: -90px;
  bottom: 240px;
  background: rgba(240, 138, 170, 0.12);
  filter: blur(3px);
} */

.price-figma .container {
  position: relative;
  z-index: 1;
}

.price-hero-block,
.price-compare-card,
.price-payment-block,
.price-examples-block,
.price-sim-block,
.price-guide-block,
.price-download-block,
.price-note-block,
.price-accordion {
  margin-bottom: 4.5rem;
}

.price-hero-block {
  text-align: center;
  padding: 0;
}

.price-payment-block {
  width: 100%;
  max-width: 651px;
  margin-left: auto;
  margin-right: auto;
}

.price-hero-block__title,
.price-block-heading {
  color: #01b3de;
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.price-hero-block__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
  padding: 0.45rem 1.2rem;
  border: 1px solid #01b3de;
  border-radius: 999px;
  color: #01b3de;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: #ffffff;
}

.price-hero-block__zero {
  margin-top: 0.45rem;
  color: #01b3de;
  font-size: clamp(4.2rem, 10vw, 5.8rem);
  line-height: 1;
}

.price-compare-card {
  width: 100%;
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.2rem 2rem 1.8rem;
  border: 1px solid #01B3DE;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  margin-bottom: 0;
}

.price-compare-card__announce {
  text-align: center;
  color: #01b3de;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.price-compare-card__lead {
  margin-top: 0.55rem;
  text-align: center;
  color: #01b3de;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.price-compare-card__inner {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  margin-top: 1.4rem;
}

.price-choice {
  position: relative;
  padding: 1.35rem 1rem 1.25rem;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(1, 179, 222, 0.06);
}

.price-choice--blue {
  position: relative;
  width: min(488px, 100%);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.25rem 1.15rem;
  border-radius: 1.5rem;
  background: #e6f7ff;
}

.price-choice--blue::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    right: 1rem;
    height: 3rem;
    border-radius: 100rem;
    background: #01B3DE;
}

.price-choice--pink {
  position: relative;
  width: min(488px, 100%);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.25rem 1.55rem;
  border-radius: 1.5rem;
  background: #fff1f6;
}

.price-choice--pink::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  right: 1rem;
  height: 3rem;
  border-radius: 100rem;
  background: #e56a8f;
}

.price-choice__badge {
  position: absolute;
  top: -1rem;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.price-choice--blue .price-choice__badge {
  background: #13addb;
}

.price-choice--blue .price-choice__badge::before {
  content: "A";
  letter-spacing: 0;
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ffffff;
  color: #01B3DE;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.price-choice--blue .price-choice__badge::after {
    content: "【従量課金】";
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #01B3DE;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.price-choice--pink .price-choice__badge {
  background: #e66b88;
}

.price-choice--pink .price-choice__badge::before {
  content: "B";
  letter-spacing: 0;
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ffffff;
  color: #e56a8f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.price-choice--pink .price-choice__badge::after {
  content: "【定額】";
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #eb6d8e;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.price-choice__title {
  margin-top: 0.95rem;
  font-size: 1.125rem;
  color: #595959;
  font-weight: 700;
  line-height: 1.6;
}

.price-choice__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.28rem;
  margin-top: 0.9rem;
  line-height: 1;
}

.price-choice__price span {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
}

.price-choice__price small {
  font-size: 0.95rem;
  font-weight: 700;
  padding-bottom: 0.45rem;
}

.price-choice--blue .price-choice__title {
  margin-top: 0.95rem;
  color: #01b3de;
  font-size: 0.95rem;
  line-height: 1.2;
}

.price-choice--blue .price-choice__price {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.18rem;
  margin-top: 0.55rem;
  color: #01b3de;
  line-height: 1;
}

.price-choice--blue .price-choice__price::before {
  content: "";
  position: absolute;
  top: -1.55rem;
  right: 1.15rem;
  width: 155px;
  aspect-ratio: 169 / 51;
  background: url("../price/img/price_bubble.svg") no-repeat center / contain;
}
.price-choice--blue .price-choice__price::after {
  content: "お安くなりました！";
  position: absolute;
  top: -0.75rem;
  right: 1.45rem;
  transform: rotate(7deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01B3DE;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: #fff59b;
  text-decoration-thickness: 0.55em;
  text-underline-offset: -0.22em;
}

.price-choice--blue .price-choice__yen {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}

.price-choice--blue .price-choice__main {
  font-size: clamp(3.1rem, 7vw, 4.35rem);
  font-weight: 800;
  line-height: 0.92;
}

.price-choice--blue .price-choice__slash {
  font-size: clamp(2.5rem, 7vw, 3rem);
  font-weight: 300;
  line-height: 0.88;
}

.price-choice--blue .price-choice__unit {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.05rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.price-choice--blue .price-choice__unit strong {
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 0.95;
}

.price-choice--blue .price-choice__unit small {
  padding-bottom: 0rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.price-choice--blue .price-choice__desc {
  margin-top: 0.95rem;
  color: #595757;
  font-size: 0.88rem;
  line-height: 1.45;
}

.price-choice--pink .price-choice__title {
  margin-top: 0.95rem;
  color: #eb6d8e;
  font-size: 0.95rem;
  line-height: 1.2;
}

.price-choice--pink .price-choice__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.18rem;
  margin-top: 0.85rem;
  color: #eb6d8e;
  line-height: 1;
}

.price-choice--pink .price-choice__yen {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.price-choice--pink .price-choice__main {
  font-size: clamp(4rem, 7vw, 5.2rem);
  font-weight: 800;
  line-height: 0.88;
}

.price-choice--pink .price-choice__slash {
  font-size: clamp(2.5rem, 7vw, 3rem);
  font-weight: 300;
  line-height: 0.88;
}

.price-choice--pink .price-choice__unit {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}

.price-choice--pink .price-choice__unit strong {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.price-choice__desc {
  margin-top: 0.95rem;
  color: #78959d;
  line-height: 1.85;
  font-size: 0.92rem;
}

.price-compare-card__foot {
  margin-top: 1.15rem;
  text-align: center;
  color: #01b3de;
  font-size: 2rem;
  font-weight: 700;
}

.price-payment-block__schedule {
  margin-top: 1.1rem;
  text-align: center;
  color: #595757;
  font-size: 1.2rem;
  line-height: 1.5;
}

.price-payment-block__notice {
  margin-top: 0.25rem;
  text-align: center;
  color: #595757;
  line-height: 1.8;
}

.price-payment-block__body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.6rem;
  align-items: center;
  margin-top: 2.6rem;
}

.price-payment-card {
  position: relative;
  z-index: 1;
  min-height: 120px;
  padding: 2.9rem 1.4rem 1.4rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #79d9ee;
  box-shadow: none;
  text-align: center;
}

.price-payment-card__floating-title {
  position: absolute;
  top: -1.05rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1rem;
  background: #ffffff;
  color: #595757;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.price-payment-card__visual {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-payment-card__visual--carrier {
  flex-direction: column;
}

.price-card-illust {
  position: relative;
  width: 132px;
  height: 88px;
  border: 4px solid #4d4d4d;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff 0 58%, #d8f3fb 58% 100%);
}

.price-card-illust__line {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: #4d4d4d;
}

.price-card-illust__dot {
  position: absolute;
  left: 12px;
  top: 36px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #4d4d4d;
}

.price-card-illust strong {
  position: absolute;
  left: 32px;
  top: 30px;
  color: #333333;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.carrier-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  color: #595757;
  height: 50px;
}

.carrier-logos__docomo {
  color: #c91b42;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.carrier-logos__au {
  color: #e38a18;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
}

.carrier-logos--softbank {
  display: block;
  margin-top: 0.55rem;
  color: #7a7a7a;
  font-size: 1.6rem;
  font-weight: 500;
}

.price-payment-block__or {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #effcff 0%, #d5f8ff 55%, #caeff8 100%);
  color: #01b3de;
  font-size: 2rem;
  font-weight: 700;
  box-shadow: none;
}

.price-payment-block__notes {
  list-style: none;
  width: fit-content;
  max-width: 100%;
  margin: 1.65rem auto 0;
  color: #595757;
  font-size: 0.85rem;
  line-height: 1.8;
}

.price-payment-block__notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.price-payment-block__notes li::before {
  content: "※";
}

.price-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.price-examples-grid--top {
  margin-top: 2rem;
  padding-right: 10rem;
  position: relative;
}

.price-examples-grid--top::after {
  content: "";
  position: absolute;
  bottom: -5.5rem;
  right: .5rem;
  width: 170px;
  aspect-ratio: 143 / 171;
  background: url("../price/img/price-examples-img01.png") no-repeat center / contain;
}

.price-examples-grid--bottom {
  margin-top: 5rem;
  padding-left: 10rem;
  position: relative;
}

.price-examples-grid--bottom::after {
  content: "";
  position: absolute;
  bottom: -5.5rem;
  left: 2rem;
  width: 220px;
  aspect-ratio: 215 / 212;
  background: url("../price/img/price-examples-img02.png") no-repeat center / contain;
}

.example-card {
  position: relative;
  overflow: hidden;
  padding: 1.3rem 1rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #01b3de;
  box-shadow: none;
  text-align: center;
}

.example-card__plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: #d8f2fb;
  color: #01b3de;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.example-card__plan-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
  background: #01b3de;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  flex: 0 0 auto;
  letter-spacing: 0;
}

.example-card_plan-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
}

.example-card > * {
  position: relative;
  z-index: 1;
}

.example-card__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.example-card--blue {
  min-height: 255px;
  padding: 0 0 1.45rem;
  border: 3px solid #01b3de;
  border-radius: 30px;
  background: #ffffff;
}

.example-card--blue::before {
  display: none;
}

.example-card--blue .example-card__chip {
  display: flex;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  border-radius: 24px 24px 0 0;
  background: #01b3de;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

.example-card--blue .example-card__meta {
  margin-top: 1.15rem;
  color: #666666;
  line-height: 1.2;
}

.example-card--blue h3 {
  margin-top: 0.25rem;
  color: #595757;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.example-card--blue .example-card__price {
  margin-top: 1.15rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #01b3de;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.example-card--blue .example-card__price small {
  font-size: 0.95rem;
  font-weight: 700;
}

.example-card h3 {
  margin-top: 0.95rem;
  color: #595959;
  font-size: 1.12rem;
  line-height: 1.6;
}

.example-card__meta {
  margin-top: 0.45rem;
  color: #86a2aa;
  font-size: 0.92rem;
}

.example-card__price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1rem;
  padding: 0.42rem 0.85rem;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-size: 1.7rem;
  line-height: 1;
}

.example-card__price small {
  font-size: 0.88rem;
  font-weight: 700;
}

.example-card__note {
  margin-top: 0.85rem;
  color: #8a8a45;
  font-size: 0.82rem;
  font-weight: 700;
}



.example-card--sky {
  border-color: #1dc5ea;
}

.example-card--sky .example-card__chip,
.example-card--sky .example-card__price {
  background: #1dc5ea;
}

.example-card--teal {
  border-color: #39d0c9;
}

.example-card--teal .example-card__chip,
.example-card--teal .example-card__price {
  background: #39d0c9;
}

.example-card--pink {
  flex-direction: column;
  align-items: center;
  min-height: 278px;
  padding: 0 0 1.6rem;
  border: 2px solid #eb6d8e;
  border-radius: 32px;
  background: #ffffff;
  overflow: visible;
}

.example-card--pink .example-card__chip {
  order: 1;
  display: flex;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
  background: #eb6d8e;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

.example-card--pink .example-card__meta {
  order: 2;
  margin-top: 1.1rem;
  color: #595757;
  font-size: 0.875rem;
  line-height: 1.2;
}

.example-card--pink .example-card__plan-badge {
  background: #fdf0f3;
  color: #eb6d8e;
}

.example-card--pink .example-card__plan-badge span {
  background: #eb6d8e;
}

.example-card--pink h3 {
  order: 3;
  margin-top: 0.3rem;
  color: #595757;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.example-card--pink .example-card__price {
  order: 5;
  margin-top: 1.15rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #eb6d8e;
  box-shadow: none;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.example-card--pink .example-card__price small {
  font-size: 0.95rem;
  font-weight: 700;
}

.example-card--pink .example-card__note {
  position: absolute;
  right: -20px;
  bottom: -14px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-top: 0;
  border-radius: 50%;
  background: #fff580;
  color: #595757;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03rem;
  font-family: "Noto Sans JP", sans-serif;
}

.example-card--pink .example-card__note span{
  font-size: .8xrem;
}

.example-card--rose {
  flex-direction: column;
  align-items: center;
  min-height: 278px;
  padding: 0 0 1.6rem;
  border: 2px solid #eb6d8e;
  border-radius: 32px;
  background: #ffffff;
  overflow: visible;
}

.example-card--rose .example-card__chip {
  order: 1;
  display: flex;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
  background: #eb6d8e;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

.example-card--rose .example-card__meta {
  order: 2;
  margin-top: 1.1rem;
  color: #595757;
  font-size: 0.875rem;
  line-height: 1.2;
}

.example-card--rose .example-card__plan-badge {
  background: #fdf0f3;
  color: #eb6d8e;
}

.example-card--rose .example-card__plan-badge span {
  background: #eb6d8e;
}

.example-card--rose h3 {
  order: 3;
  margin-top: 0.3rem;
  color: #595757;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.example-card--rose .example-card__price {
  order: 5;
  margin-top: 1.15rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #eb6d8e;
  box-shadow: none;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.example-card--rose .example-card__price small {
  font-size: 0.95rem;
  font-weight: 700;
}

.example-card--rose .example-card__note {
  position: absolute;
  right: -20px;
  bottom: -14px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-top: 0;
  border-radius: 50%;
  background: #fff580;
  color: #595757;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03rem;
  font-family: "Noto Sans JP", sans-serif;
}

.example-card--rose .example-card__note span{
  font-size: .8xrem;
}

.example-card--coral {
  border-color: #f29783;
}

.example-card--coral .example-card__chip,
.example-card--coral .example-card__price {
  background: #f29783;
}

.price-examples-block__caption {
  margin-top: 10rem;
  margin-bottom: 1.8rem;
  text-align: center;
  color: #01b3de;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.price-examples-block__start {
  display: block;
  width: 10.8rem;
  margin: 2rem auto 0;
  padding: 0.35rem 4rem 1.35rem;
  background: #fff98b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  color: #5f5f5f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
}

section.price-sim-block {
  padding: 0 !important;
  position: relative;
}

section.price-sim-block::after {
  content: "";
  position: absolute;
  top: -7.4rem;
  right: 0;
  width: 230px;
  aspect-ratio: 119 / 60;
  z-index: 0;
  background: url(../price/img/price-sim-img01.png) no-repeat center / contain;
}

.price-sim-block {
  width: min(893px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 3px solid #01B3DE;
  border-radius: 30px;
  background: #ffffff;
  /* overflow: hidden; */
  box-sizing: border-box;
}

.price-sim-block__head {
  /* display: block;
  width: 100%;
  margin: 0;
  min-width: 0;
  padding: 1.45rem 1rem 1.35rem;
  border-radius: 0;
  background: #01B3DE;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  box-sizing: border-box; */
  display: block;
  width: 100%;
  margin: 0;
  min-width: 0;
  padding: 1.45rem 1rem 1.35rem;
  border-radius: 0;
  background: #01B3DE;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  box-sizing: border-box;
  border-top-right-radius: 26.5px;
  border-top-left-radius: 26.5px;
}

.price-sim-block__box {
  width: 893px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.8rem 9.1rem 3.2rem;
  border: none;
  border-radius: 0 0 27px 27px;
  background: #ffffff;
  box-shadow: none;
  box-sizing: border-box;
}

.price-sim-question + .price-sim-question {
  margin-top: 4.2rem;
}

.price-sim-question__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #595757;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5;
}

.price-sim-question__title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.55rem;
  height: 3.55rem;
  flex: 0 0 3.55rem;
  border-radius: 50%;
  background: #15abda;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.price-sim-question__title span::after {
  content: "";
  position: absolute;
  right: -0.2rem;
  bottom: 0.2rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.8rem solid #15abda;
  transform: rotate(-55deg);
}

.price-sim-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.price-sim-options label {
  position: relative;
  display: block;
}

.price-sim-options input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.price-sim-options span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  width: 100%;
  min-width: 0;
  min-height: 3.35rem;
  padding: 0.65rem 1rem;
  border-radius: 0.65rem;
  border: 2px solid #d9d9d9;
  background: #fff;
  color: #45403f;
  font-size: 0.95rem;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}

.price-sim-options span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  border-radius: 50%;
  background: #d9d9d9;
}

.price-sim-options input:checked + span {
  border-color: #15abda;
  background: #f2fbff;
  color: #15abda;
  box-shadow: none;
}

.price-sim-options input:checked + span::before {
  background: #15abda;
}

.price-sim-action {
  margin-top: 3.2rem;
  text-align: center;
}

.price-sim-button {
  appearance: none;
  border: none;
  cursor: pointer;
  min-width: 27.2rem;
  min-height: 4.2rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: #eb6d8e;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: none;
}

.price-sim-result {
  display: none;
  margin-top: 2rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  text-align: center;
}

.price-sim-result.is-visible {
  display: block;
}

.price-sim-result__lead {
  color: #01b3de;
  font-weight: 700;
  font-size: 1.5rem;
}

.price-sim-result__lead.is-pink {
  color: #e56a8f;
}

.price-sim-result__planbox {
  position: relative;
  width: min(488px, 100%);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.25rem 1.15rem;
  border-radius: 1.5rem;
  background: #e6f7ff;
}

.price-sim-result__planbox::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  right: 1rem;
  height: 3rem;
  border-radius: 100rem;
  background: #01B3DE;
}

.price-sim-result__planbox.is-pink {
  position: relative;
  width: min(488px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.25rem 1.55rem;
  border-radius: 1.5rem;
  background: #fff1f6;
}

.price-sim-result__planbox.is-pink::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  right: 1rem;
  height: 3rem;
  border-radius: 100rem;
  background: #e56a8f;
}

.price-sim-result__plan {
  position: absolute;
  top: -1rem;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.price-sim-result__plan::before {
  content: "A";
  letter-spacing: 0;
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ffffff;
  color: #01B3DE;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.price-sim-result__plan::after {
  content: "【従量課金】";
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #01B3DE;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.price-sim-result__planbox.is-pink .price-sim-result__plan {
  color: #ffffff;
}

.price-sim-result__planbox.is-pink .price-sim-result__plan::before {
  content: "B";
  color: #e56a8f;
}

.price-sim-result__planbox.is-pink .price-sim-result__plan::after {
  content: "【定額】";
  color: #eb6d8e;
}

.price-sim-result__planbox.is-pink .price-sim-result__price {
  color: #eb6d8e;
}

.price-sim-result__price {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.55rem;
  color: #01b3de;
  line-height: 1;
}

.price-sim-result__price::before {
  content: "";
  position: absolute;
  top: -1.55rem;
  right: 1.15rem;
  width: 170px;
  aspect-ratio: 169 / 51;
  background: url("../price/img/price_bubble.svg") no-repeat center / contain;
}
.price-sim-result__price::after {
  content: "お安くなりました！";
  position: absolute;
  top: -0.75rem;
  right: 1.45rem;
  transform: rotate(7deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01B3DE;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: #fff59b;
  text-decoration-thickness: 0.55em;
  text-underline-offset: -0.22em;
}

.price-sim-result__planbox.is-pink .price-sim-result__price::before{
  content: none;
}

.price-sim-result__yen {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
}

.price-sim-result__main {
  font-size: clamp(3.1rem, 7vw, 4.35rem);
  font-weight: 800;
  line-height: 0.92;
}

.price-sim-result__slash {
  font-size: clamp(2.5rem, 7vw, 3rem);
  font-weight: 300;
  line-height: 0.88;
}

.price-sim-result__unit {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.05rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.price-sim-result__unit strong {
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 0.95;
}

.price-sim-result__unit small {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
}

.price-sim-result__planbox.is-pink .price-sim-result__price {
  margin-top: 1.6rem;
}

.price-sim-result__planbox.is-pink .price-sim-result__price::after {
  content: none;
}

.price-sim-result__planbox.is-pink .price-sim-result__yen {
  font-size: 3rem;
}

.price-sim-result__planbox.is-pink .price-sim-result__main {
  font-size: clamp(3.2rem, 8vw, 4.55rem);
}

.price-sim-result__planbox.is-pink .price-sim-result__unit {
  font-size: 2rem;
  font-weight: 700;
}

.price-sim-result__boxnote {
  margin-top: 0.85rem;
  color: #595757;
  font-size: 0.9rem;
  line-height: 1.5;
}

.price-sim-result__planbox.is-pink .price-sim-result__boxnote {
  display: none;
}

.price-sim-result__text {
  margin-top: 0.9rem;
  color: #6f8f97;
  line-height: 1.85;
}

.price-guide-block {
  text-align: center;
  padding-top: 3em;
  margin-bottom: 0;
}

.price-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.6rem 4.6rem;
  margin-top: 2.35rem;
  align-items: start;
}

.price-guide-card {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.price-guide-card__bubble {
  position: relative;
  min-height: 13.4rem;
  padding: 1.85rem 2rem;
  border: 4px solid #c5edf8;
  border-radius: 40% 49% 44% 46% / 34% 39% 44% 47%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-guide-card__bubble--blue {
  min-height: 15rem;
  padding: 1.35rem 2.1rem 5rem;
  border: none;
  border-radius: 0;
  background: url("../img/price/plan_a.png") no-repeat center / 100% 100%;
}

.price-guide-card__bubble--pink {
  min-height: 15rem;
  padding: 1.35rem 2.1rem 5rem;
  border: none;
  border-radius: 0;
  background: url("../img/price/plan_b_pc.png") no-repeat center / 100% 100%;
}

.price-guide-card__bubble::before,
.price-guide-card__bubble::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: transparent;
}

.price-guide-card__bubble--blue::before,
.price-guide-card__bubble--blue::after {
  content: none;
}

.price-guide-card__bubble--pink::before,
.price-guide-card__bubble--pink::after {
  content: none;
}

.price-guide-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  color: #4b4b4b;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.75;
}

.price-guide-card__list li::before {
  content: "・";
}

.price-guide-card__figure {
  width: min(14.5rem, 78%);
  height: 10.8rem;
  margin: 2.2rem auto 1rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.price-guide-card__figure--blue {
  background-image: url("../img/price/plan_a_human.png");
}

.price-guide-card__figure--pink {
  background-image: url("../img/price/plan_b_human.png");
}

.price-guide-card__panel {
  padding: 1.2rem 1.2rem 1.35rem;
  border-radius: 1.15rem;
}

.price-guide-card__panel--blue {
  background: #d9f0f8;
}

.price-guide-card__panel--pink {
  background: #f8e3ea;
}

.price-guide-card__copy {
  margin: 0;
  color: #595757;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.15;
}

.price-guide-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-width: 0;
  min-height: 3.65rem;
  margin-top: 0.95rem;
  padding: 0rem 1.25rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.price-guide-card__button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 2rem;
  letter-spacing: 0;
  text-indent: 0;
}

.price-guide-card__button:hover {
  text-decoration: none;
  opacity: 0.88;
}

.price-guide-card__button--blue {
  background: #10b7e5;
}

.price-guide-card__button--blue span {
  color: #10b7e5;
}

.price-guide-card__button--pink {
  background: #eb6d8e;
}

.price-guide-card__button--pink span {
  color: #eb6d8e;
}

.price-guide-block__note {
  margin-top: 4.5rem;
  color: #01b3de;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.price-download-block {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 2.9rem 1.5rem 2.5rem;
  background: url("/img/common/bg_watercolor.png") no-repeat center / cover;
  text-align: center;
  overflow: hidden;
}

.price-download-block__lead {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  color: #01b3de;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  z-index: 10;
}

.price-download-block__lead::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.6rem;
    aspect-ratio: 65 / 4;
    background: url("../price/img/download_ttl.svg") no-repeat center / contain;
    z-index: -1;
}

.price-download-block__lead::after {
  content: "";
  position: absolute;
  width: 90px;
  right: -8rem;
  top: -2rem;
  aspect-ratio: 71 / 84;
  background: url(../img/price/download_human.png) no-repeat center / contain;
  z-index: 1;
}

.price-download-block__lead span,
.price-download-block__lead {
  position: relative;
  z-index: 1;
}

.price-download-block__badges {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.price-download-block__badges a {
  display: inline-flex;
  border-radius: 1.1rem;
  box-shadow: none;
}

.price-download-block__badges img {
  display: block;
  width: 18rem;
  max-width: 44vw;
  height: auto;
}

.price-note-block .note {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 1.45rem 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 179, 222, 0.12);
}

.price-note-block .note li {
  line-height: 1.9;
}

.price-examples-sim-wrap {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 4.5rem;
  padding: 3.5rem 0 7rem;
  background: url("/img/common/bg_watercolor.png") no-repeat center top / cover;
}

.price-examples-sim-wrap::before {
    content: "";
    background: url(/img/common/bg_wave_top.png) repeat-x top / 800px auto;
    -webkit-animation: bg-wave 10s linear 0s infinite;
    animation: bg-wave 10s linear 0s infinite;
    z-index: 10;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 35px;
}

.price-examples-sim-wrap .price-examples-block {
    max-width: 1200px;
    margin: 0 auto 0;
    padding-top: 3em;
}

.price-examples-sim-wrap .price-sim-block {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.price-accordion {
  width: min(820px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.price-accordion .accordion-header {
  width: 100%;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 1.2rem;
  border-radius: 999px;
  background: #fff;
  color: #01b3de;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 28px rgba(89, 181, 203, 0.14);
}

.price-accordion .accordion-header::after {
  content: "+";
  margin-left: 0.6rem;
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
}

.price-accordion .accordion-header.active::after {
  transform: rotate(45deg);
}

.price-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.price-accordion .accordion-content.active {
  max-height: 380px;
}

.price-accordion .accordion-content .note {
  margin-top: 1rem;
  padding: 1.3rem 1.4rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 179, 222, 0.12);
}

@media screen and (max-width: 1112px) {
  .price-compare-card__inner,
  .price-examples-grid,
  .price-guide-grid {
    grid-template-columns: 1fr;
  }

  /* .price-payment-block__or {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: -12px auto;
  } */

  .price-payment-block__notes {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .price-hero-block,
  .price-compare-card,
  .price-payment-block,
  .price-examples-block,
  .price-sim-block,
  .price-guide-block,
  .price-download-block,
  .price-note-block,
  .price-accordion {
    margin-bottom: 3.35rem;
  }

  .price-compare-card,
  .price-examples-block,
  .price-sim-block,
  .price-guide-block,
  .price-download-block {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .price-examples-sim-wrap {
    margin-bottom: 3.35rem;
    padding: 2.6rem 0 3rem;
  }

  .price-examples-sim-wrap .price-examples-block {
    width: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }

  .price-examples-sim-wrap .price-sim-block {
    width: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .price-compare-card,
  .price-sim-block__box {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .price-sim-block {
    border-width: 2px;
    border-radius: 24px;
  }

  .price-sim-block__head {
    width: 100%;
    padding: 1.1rem 1rem 1rem;
    font-size: 1.55rem;
    box-sizing: border-box;
  }

  .price-sim-block__box {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2.2rem;
  }

  .price-sim-question + .price-sim-question {
    margin-top: 2.6rem;
  }

  .price-sim-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.25rem;
  }

  .price-sim-result__lead {
    font-size: 1.1rem;
  }

  .price-choice {
    padding: 1.25rem 0.9rem 1.15rem;
  }

  .price-choice--blue {
    padding: 5.35rem 0rem 1.05rem;
  }

  .price-compare-card__inner {
    flex-direction: column;
  }


  .price-choice--blue .price-choice__badge {

  }

  .price-choice--blue .price-choice__badge::before {
    left: 1.05rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
  }

  .price-choice--blue .price-choice__title {
    font-size: 0.82rem;
  }

  .price-choice--blue .price-choice__price::after {
    top: -0.25rem;
    right: -0.1rem;
    padding: 0.35rem 0.65rem 0.42rem;
    font-size: 0.72rem;
  }

  .price-choice--blue .price-choice__yen {
    font-size: 1.6rem;
  }

  .price-choice--blue .price-choice__main {
    font-size: 3.4rem;
  }

  .price-choice--blue .price-choice__slash {
    font-size: 3.2rem;
  }

  .price-choice--blue .price-choice__unit {
    margin-bottom: 0.18rem;
  }

  .price-choice--blue .price-choice__unit strong {
    font-size: 1.7rem;
  }

  .price-choice--blue .price-choice__unit small {
    font-size: 0.95rem;
    padding-bottom: 0.12rem;
  }

  .price-choice--blue .price-choice__desc {
    font-size: 0.72rem;
  }

  .price-choice--pink {
    padding: 4.05rem 0 1.2rem;
  }

  .price-choice--pink .price-choice__badge {
    font-size: 1rem;
    background-color: initial;
  }

  .price-choice--pink .price-choice__badge::before {
    left: 1.05rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
  }

  .price-choice--pink .price-choice__title {
    font-size: 0.82rem;
  }

  .price-choice--pink .price-choice__yen {
    font-size: 1.6rem;
  }

  .price-choice--pink .price-choice__main {
    font-size: 3.4rem;
  }

  .price-choice--pink .price-choice__slash {
    font-size: 3.2rem;
  }

  .price-choice--pink .price-choice__unit {
    margin-bottom: 0.3rem;
  }

  .price-choice--pink .price-choice__unit strong {
    font-size: 1.7rem;
  }

  .price-sim-button {
    min-width: 100%;
    font-size: 1rem;
  }

  .price-sim-result__planbox {
    padding: 3.9rem 1rem 1.2rem;
  }

  .price-sim-result__planbox::before {
    left: 0.8rem;
    right: 0.8rem;
  }

  .price-sim-result__plan {
    font-size: 0.98rem;
  }

  .price-sim-result__price::after {
    right: 0;
    font-size: 0.84rem;
  }

  .price-sim-result__planbox.is-pink {
    padding: 3.9rem 1rem 1.35rem;
  }

  .price-download-block {
    left: auto;
    right: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .price-download-block__badges img {
    width: 18rem;
    max-width: 42vw;
  }
}

@media screen and (max-width: 768px) {
  .price-hero-block__title,
  .price-block-heading {
    letter-spacing: 0.06em;
  }

  .price-compare-card {
    padding: 1.7rem 0.9rem 1.3rem;
    border-radius: 24px;
  }

  .price-examples-sim-wrap {
    padding: 2rem 0 2.4rem;
  }

  .price-examples-sim-wrap .price-examples-block {
    width: calc(100% - 1.8rem);
    max-width: calc(100% - 1.8rem);
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .price-examples-sim-wrap .price-sim-block {
    width: calc(100% - 1.8rem);
    max-width: calc(100% - 1.8rem);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .price-compare-card__announce {
    font-size: 0.875rem;
  }

  .price-compare-card__lead {
    font-size: 1.125rem;
  }

  .price-compare-card__inner {
    flex-direction: column;
  }

  .price-compare-card__foot {
    font-size: 1rem;
  }

  .price-choice__badge {
    font-size: 1rem;
  }

  .price-choice__title {
    font-size: 1rem;
  }

  .price-choice--blue .price-choice__badge {
    font-size: 1rem;
    background-color: initial;
  }

  .price-choice--blue .price-choice__badge::before {
    left: 0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.1rem;
  }

  .price-choice--blue .price-choice__title {
    margin-top: 0.75rem;
    font-size: 0.76rem;
  }

  .price-choice--blue .price-choice__price::after {
    top: -1.25rem;
    right: -0.15rem;
    padding: 0.35rem 0.65rem 0.4rem;
    font-size: 0.6rem;
  }

  .price-choice--blue .price-choice__price::before{
    top: -1.55rem;
    right: 0.25rem;
    width: 120px;
  }

  .price-choice--blue .price-choice__yen {
    font-size: 1.25rem;
  }

  .price-choice--blue .price-choice__main {
    font-size: 2.7rem;
  }

  .price-choice--blue .price-choice__slash {
    font-size: 2.5rem;
    margin-left: 0.05rem;
  }

  .price-choice--blue .price-choice__unit strong {
    font-size: 1.35rem;
  }

  .price-choice--blue .price-choice__unit small {
    font-size: 0.82rem;
  }

  .price-choice--pink .price-choice__badge {

    
  }

  .price-choice--pink .price-choice__badge::before {
    left: 0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.1rem;
  }

  .price-choice--pink .price-choice__title {
    margin-top: 0.75rem;
    font-size: 0.76rem;
  }

  .price-choice--pink .price-choice__yen {
    font-size: 1.25rem;
  }

  .price-choice--pink .price-choice__main {
    font-size: 2.7rem;
  }

  .price-choice--pink .price-choice__slash {
    font-size: 2.5rem;
    margin-left: 0.05rem;
  }

  .price-choice--pink .price-choice__unit {
    margin-bottom: 0.18rem;
  }

  .price-choice--pink .price-choice__unit strong {
    font-size: 1.35rem;
  }

  .price-choice__price span {
    font-size: 2.3rem;
  }

  .price-payment-card,
  .example-card,
  .price-guide-card {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .price-payment-block{
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .price-payment-block__schedule {
    font-size: 1rem;
  }

  .price-payment-block__notice {
    font-size: 0.8rem;
    margin-top: 1rem;
  }

  .price-payment-card {
    padding-top: 2.5rem;
  }

  .price-payment-card__visual {
    justify-content: space-between;
    gap: 1.25rem;
  }

  .price-payment-card__visual .carrier-logos {
    flex-direction: column;
  }

  .price-payment-card__floating-title {
    font-size: 0.98rem;
  }

  .price-payment-block__or {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    font-size: 1rem;
  }

  .carrier-logos__docomo {
    font-size: 1.55rem;
  }

  .carrier-logos__au {
    font-size: 1.75rem;
  }

  .carrier-logos--softbank {
    font-size: 1.3rem;
  }

  .example-card h3 {
    font-size: 1rem;
  }

  .example-card--blue .example-card__chip {
    width: 100%;
    min-height: 48px;
    margin: 0;
    font-size: 1rem;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
  }

  .example-card--blue h3 {
    font-size: 1.22rem;
    margin-top: .5rem;
  }

  .example-card--pink .example-card__chip,
  .example-card--rose .example-card__chip {
    min-height: 48px;
    font-size: 1rem;
    border-radius: 24px 24px 0 0;
    box-sizing: border-box;
  }

  .example-card--pink h3,
  .example-card--rose h3 {
    font-size: 1.25rem;
  }

  .example-card--pink .example-card__plan-badge,
  .example-card--rose .example-card__plan-badge {
    font-size: 0.74rem;
  }

  .example-card--pink .example-card__price,
  .example-card--rose .example-card__price {
    font-size: 1.75rem;
  }

  .example-card--pink .example-card__note,
  .example-card--rose .example-card__note {
    right: -12px;
    bottom: -10px;
    width: 60px;
    height: 60px;
    font-size: 0.8rem;
  }

  .example-card__plan-badge {
    font-size: 0.74rem;
  }

  .example-card__price {
    font-size: 1.45rem;
  }

  .price-examples-block__caption {
    margin-top: 3rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    letter-spacing: 0rem;
  }

  .price-examples-block__start {
    width: 8.6rem;
    margin-top: 0.75rem;
    padding: 0.3rem 0 1.05rem;
    font-size: 1rem;
  }

  .example-card--blue .example-card__price {
    font-size: 1.75rem;
  }

  .price-sim-block__head {
    width: 100%;
    min-width: 0;
    padding: 0.95rem 0.8rem 0.9rem;
    font-size: 1.25rem;
    box-sizing: border-box;
    border-top-right-radius: 21.5px;
    border-top-left-radius: 21.5px;
  }

  .price-sim-block__box {
    padding: 1.4rem 0.9rem 1.4rem;
  }

  .price-sim-question__title {
    gap: 0.7rem;
    font-size: 1rem;
  }

  .price-sim-question__title span {
    width: 2.8rem;
    height: 2.8rem;
    flex-basis: 2.8rem;
    font-size: 0.95rem;
  }

  .price-sim-question + .price-sim-question {
    margin-top: 2rem;
  }

  .price-sim-options {
    gap: 0.55rem;
  }

  .price-sim-options span {
    min-width: 0;
    min-height: 2.9rem;
    gap: 0.55rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
  }

  .price-sim-options span::before {
    width: 0.9rem;
    height: 0.9rem;
    flex-basis: 0.9rem;
  }

  .price-sim-result__planbox {
    padding: 3.5rem 0 1.05rem;
    border-radius: 1.2rem;
  }

  .price-sim-result__planbox::before {
    left: 1.6rem;
    right: 1.6rem;
    height: 2.65rem;
  }

  .price-sim-result__plan {
    gap: 0.6rem;
    font-size: 0.82rem;
  }

  .price-sim-result__plan::before {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.95rem;
  }

  .price-sim-result__plan::after {
    top: 3rem;
    font-size: 0.82rem;
  }

  .price-sim-result__price::after {
    top: -1.25rem;
    right: -0.15rem;
    padding: 0.35rem 0.65rem 0.4rem;
    font-size: 0.6rem;
  }

  .price-sim-result__yen {
    font-size: 1.5rem;
  }

  .price-sim-result__main {
    font-size: 2.9rem;
  }

  .price-sim-result__slash {
    font-size: 2.75rem;
  }

  .price-sim-result__unit {
    font-size: 1.55rem;
  }

  .price-sim-result__boxnote {
    font-size: 0.74rem;
    padding: 0 1rem;
  }

  .price-sim-result__planbox.is-pink {
    padding: 2.5rem 0 1.15rem;
    border-radius: 1.2rem;
  }

  .price-sim-result__planbox.is-pink::before {
    left: 1.6rem;
    right: 1.6rem;
    height: 2.65rem;
  }

  .price-sim-result__price::before {
    top: -1.55rem;
    right: 0.25rem;
    width: 120px;
  }

  .price-guide-card__button {
    min-width: 0;
    width: 100%;
  }

  .price-download-block {
    padding: 2.35rem 1rem 2rem;
  }

  .price-download-block__lead {
    gap: 0.7rem;
    font-size: 1.45rem;
  }

  .price-download-block__lead::before {
  }

  .price-download-block__lead::after {
    width: 55px;
    right: -4rem;
    top: -1rem;
  }

  .price-download-block__badges {
    gap: 0.85rem;
    margin-top: 1.4rem;
  }

  .price-download-block__badges img {
    width: 160px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1112px) {
  .price-guide-grid {
    gap: 2.2rem;
  }

  .price-guide-card__bubble {
    min-height: 12.4rem;
    padding: 1.65rem 1.6rem;
  }

  .price-guide-card__bubble--blue {
    min-height: 14rem;
    padding: 1.55rem 1.7rem 2.7rem;
  }

  .price-guide-card__bubble--pink {
    min-height: 14rem;
    padding: 1.55rem 1.7rem 2.7rem;
  }

  .price-guide-card__copy {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .price-guide-card {
    padding-left: 0;
    padding-right: 0;
  }

  .price-guide-card__bubble {
    min-height: 0;
    padding: 1.45rem 1.25rem;
  }

  .price-guide-card__bubble--blue {
    min-height: 12.8rem;
    padding: 1.35rem 1.3rem 2.45rem;
    background-size: 100% 100%;
  }

  .price-guide-card__bubble--pink {
    min-height: 12.8rem;
    padding: 1.35rem 1.3rem 2.45rem;
    background-size: 100% 100%;
    background: url("../img/price/plan_b.png") no-repeat center / 100% 100%;
  }

  .price-guide-card__list {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .price-guide-card__figure {
    width: min(13rem, 72%);
    height: 9.2rem;
    margin-top: 1.9rem;
  }

  .price-guide-card__panel {
    padding: 1rem 1rem 1.15rem;
  }

  .price-guide-card__copy {
    font-size: 1.45rem;
  }

  .price-guide-card__button {
    font-size: 1rem;
  }

  .price-guide-block__note {
    margin-top: 2rem;
    font-size: 1.15rem;
    line-height: 1.55;
  }
}

@media screen and (max-width: 568px) {
  .price-guide-grid {
    gap: 2.4rem;
    margin-top: 1.8rem;
  }

  .price-guide-card__bubble {
    border-width: 3px;
    padding: 1.3rem 1.1rem;
  }

  .price-guide-card__bubble--blue {
    min-height: 11.6rem;
    padding: 1.2rem 1.05rem 2.2rem;
  }

  .price-guide-card__bubble--pink {
    min-height: 11.6rem;
    padding: 1.2rem 1.05rem 2.2rem;
  }

  .price-guide-card__bubble--blue::before,
  .price-guide-card__bubble--pink::before {
    width: 1rem;
    height: 1rem;
    bottom: -1.55rem;
    border-width: 3px;
  }

  .price-guide-card__bubble--blue::after,
  .price-guide-card__bubble--pink::after {
    width: 1.55rem;
    height: 1.55rem;
    bottom: -2.8rem;
    border-width: 3px;
  }

  .price-guide-card__figure {
    height: 8.2rem;
    margin-bottom: 0.7rem;
  }

  .price-guide-card__copy {
    font-size: 1.3rem;
  }

  .price-guide-card__button {
    gap: 0.65rem;
    min-height: 3.2rem;
    padding: 0.65rem 1rem;
    font-size: 0.96rem;
  }

  .price-guide-card__button span {
    width: 1.75rem;
    height: 1.75rem;
    flex-basis: 1.75rem;
    font-size: 1.1rem;
  }
}


@media screen and (max-width: 768px) {

  .price-examples-block{
    position: relative;
  }

  .price-examples-block::after {
    content: "";
    position: absolute;
    top: 3.5rem;
    right: -0.5rem;
    width: 100px;
    z-index: 0;
    aspect-ratio: 143 / 171;
    background: url("../price/img/price-examples-img01.png") no-repeat center / contain;
  }

  .price-examples-grid {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 1.25rem 1rem;
    box-sizing: border-box;
    scrollbar-width: none;
  }

  .price-examples-grid::-webkit-scrollbar {
    display: none;
  }

  .price-examples-grid .example-card {
    flex: 0 0 68%;
    z-index: 1;
    scroll-snap-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .price-examples-grid--top {
    padding-right: 1.25rem;
    margin-top: 5rem;
    position: relative;
  }

  .price-examples-grid--bottom {
    padding-left: 1.25rem;
    margin-top: 1.5rem;
  }

  .price-examples-grid--top::after,
  .price-examples-grid--bottom::after {
    display: none;
  }

  section.price-sim-block::after {
    top: -4.8rem;
    right: 0;
    width: 150px;
  }
  .price-guide-block{
    padding-top: 0;
    padding-bottom: 0;
  }
  .price-block-heading {
      letter-spacing: 0;
      font-size: 1.2rem;
      font-weight: bold;
  }
  .price-guide-card__bubble--blue {
    min-height: 11.6rem;
    padding: 0.3rem 1.05rem 2.2rem;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
  .price-guide-card__bubble--pink {
    min-height: 14rem;
    padding: 0.3rem 1.05rem 2rem;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
  .price-guide-card__copy {
    font-size: 1rem;
  }
  .price-guide-card__button {
      gap: 0.65rem;
      min-height: 3.2rem;
      padding: 0;
      font-size: 1rem;
  }
  .price-guide-block__note {
    font-size: 1rem;
  }
  .__pc_none{
    display: block!important;
  }
  .price-download-block {
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2.9rem 1.5rem 2.5rem;
    box-sizing: initial;
  }
}

  .__pc_none{
    display: none;
  }