@charset "UTF-8";

/* ====================================== */
/* フォント指定 */
/* ====================================== */

:root {
  --font-primary: 'Noto Sans', sans-serif;
  --font-secondary: Arial, sans-serif;
}

.typo-primary {
  font-family: var(--font-primary);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.typo-secondary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.typo-header-nav {
  font-family: var(--font-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.font-helvetica {
  font-family: Helvetica, sans-serif !important;
}

/* ====================================== */
/* 色指定 */
/* ====================================== */

:root {
  --color-black: 0, 0, 0;
  --color-white: 255, 255, 255;
  --color-orange: 235, 85, 5;
  --color-red: 201, 0, 0;
  --color-dark-red: 204, 0, 51;
  --color-dark-red-2: 136, 0, 0;
  --color-light-green: 140, 198, 0;
  --color-green: 0, 127, 61;
  --color-light-yellow: 255, 239, 128;
  --color-yellow: 255, 225, 0;
  --color-light-grey: 238, 238, 238;
  --color-medium-grey: 128, 128, 128;
  --color-grey: 102, 102, 102;
  --color-dark-grey: 51, 51, 51;
  --color-olive: 201, 208, 33;
  --color-light-olive: 192, 179, 136;
}

.color-green {
  color: rgb(var(--color-green));
}

.color-dark-red {
  color: rgb(var(--color-dark-red));
}

/* ====================================== */
/* ページ構成 */
/* ====================================== */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1.6rem;
}

button {
  cursor: pointer;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

main {
  position: relative;
  overflow: hidden;
}

.section__header {
  text-align: center;
}

.section__title {
  display: inline-block;
  margin: 0;
  margin-bottom: 36px;
  font-size: 2.3rem;
  padding: 0 8px;
  position: relative;
}

.section__title::before {
  bottom: 6px;
  content: '';
  position: absolute;
  height: 6px;
  left: 0;
  right: 0;
  z-index: 0;
}

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

.section__wrapper {
  padding: 0 8px;
}

@media screen and (min-width: 1024px) {
  .section__title {
    font-size: 2.9rem;
    margin-bottom: 60px;
  }
  .section__title.about__title {
    margin-bottom: 27px;
  }
}

/* ====================================== */
/* 画像置換テキスト */
/* ====================================== */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ====================================== */
/* ボタン */
/* ====================================== */

button {
  background: 0 0;
  border: none;
}

/* ====================================== */
/* テキスト */
/* ====================================== */

.text-uppercase {
  text-transform: uppercase;
}

.text-medium {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

/* ====================================== */
/* ヘッダー部分 */
/* ====================================== */

.header {
  align-items: center;
  border-bottom: 2px solid rgb(var(--color-red));
  display: flex;
  padding: 24px 16px;
  justify-content: space-between;
}

.header__logo {
  transform: translateY(6px);
  width: 250px;
}

.header__cta {
  display: none;
}

.header__account-link {
  display: block;
}

.header__account-link:hover {
  opacity: 0.2;
}

.header__links > .button-wrapper {
  display: none;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 24px 48px;
  }
  .header__logo {
    width: 320px;
  }
  .header__links {
    align-items: center;
    display: flex;
  }
  .header__links > .button-wrapper {
    display: flex;
  }
  .header__links .cta-button {
    width: 148px;
  }
  .header__links .cta-button__bg,
  .header__links .cta-button__link::before {
    display: none;
  }
  .header__links .cta-button__link {
    padding: 8px 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .header__links .cta-button__link > svg {
    width: 8px;
    margin-left: 6px;
  }
  .header__account-link {
    margin-left: 36px;
  }
}

/* ====================================== */
/* ヘッダーナビ */
/* ====================================== */

:root {
  --header-nav-toggle-height: 42px;
}

.header-nav {
  position: relative;
}

.header-nav__toggle {
  background-color: rgb(var(--color-yellow));
  color: rgb(var(--color-green));
  height: var(--header-nav-toggle-height);
  padding: 8px 16px;
  width: 100%;
}

.header-nav__toggle:hover {
  color: #759e89;
}

.header-nav__toggle > span {
  text-decoration: underline;
}

.header-nav__close {
  color: rgb(var(--color-green));
  margin-right: 2px;
  width: 10px;
}

.header-nav__toggle-label {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header-nav__toggle-arrow-icon {
  margin-left: 4px;
  transform: rotate(90deg);
  width: 8px;
}

.header-nav__menu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(var(--header-nav-toggle-height));
  z-index: 10;
}

.header-nav__menu.is-open {
  opacity: 1;
  visibility: visible;
}

.header-nav__item {
  background-color: rgb(var(--color-yellow));
  display: flex;
}

.header-nav__item:nth-of-type(odd) {
  background-color: rgb(var(--color-light-yellow));
}

.header-nav__link {
  color: rgb(var(--color-green));
  display: block;
  padding: 11px;
  text-align: center;
  width: 100%;
}

.header-nav__link:hover {
  opacity: 0.4;
}

.header-nav__link > svg {
  color: rgb(var(--color-green));
  margin-right: 4px;
  width: 8px;
}

@media screen and (min-width: 1024px) {
  .header-nav__toggle {
    display: none;
  }
  .header-nav__menu {
    column-gap: 4px;
    display: flex;
    justify-content: center;
    background-color: rgb(var(--color-yellow));
    opacity: 1;
    padding: 0 24px;
    position: relative;
    transform: translateY(0);
    visibility: visible;
  }
  .header-nav__item,
  .header-nav__item:nth-of-type(odd) {
    background-color: transparent;
  }
}

@media screen and (min-width: 1118px) {
  .header-nav__menu {
    column-gap: 24px;
  }
}

/* ====================================== */
/* メイン見出し部分 */
/* ====================================== */

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(180deg, hsl(149deg 100% 25%) 1%, hsl(131deg 55% 35%) 56%, hsl(113deg 46% 41%) 72%, hsl(98deg 53% 42%) 80%, hsl(87deg 59% 43%) 85%, hsl(78deg 66% 44%) 89%, hsl(70deg 74% 44%) 91%, hsl(64deg 84% 44%) 93%, hsl(58deg 95% 45%) 96%, hsl(53deg 100% 50%) 100%);
  /* padding: 132px 16px 56px; */
  padding: 132px 0px 56px;
}

@media (max-width: 767px) {
  .hero__content {
    /* padding: 30vw 16px; */
    padding: 30vw 16px;
  }
}

.hero__content > p {
  position: relative;
  font-family: var(--font-primary);
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.hero__pattern {
  position: absolute;
  background-repeat: repeat;
  opacity: 0.05;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.hero__banner-top {
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.hero__banner-top.for-pc {
}

@media (max-width: 767px) {
  .hero__banner-top.for-pc {
    display: none;
  }
}

.hero__banner-top.for-sp {
  display: none;
}

@media (max-width: 767px) {
  .hero__banner-top.for-sp {
    display: block;
  }
}

.hero__banner-img-mobile {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  height: 84%;
}

@media (max-width: 767px) {
  .hero__banner-img-mobile {
    top: 50%;
  }
}

.hero__heading-image {
  position: relative;
  transform: translateY(10px);
  max-width: 324px;
  width: 100%;
  z-index: 2;
}

.hero__subheading {
  display: none;
}

.hero__subheading-mobile {
  position: relative;
  width: 272px;
  z-index: 1;
}

.hero__body-copy {
  margin-top: 24px;
  margin-bottom: 96px;
}

.hero__body-copy img {
  width: 344px;
}

.hero__arrow-icon {
  color: rgb(var(--color-white));
  margin-bottom: 16px;
  width: 18px;
}

.hero__arrow-icon:nth-child(2) {
  width: 24px;
}

.hero__arrow-icon:last-child {
  margin-bottom: 0;
  width: 32px;
}

.hero__cta {
  align-items: center;
  background-color: rgb(var(--color-white));
  display: flex;
  justify-content: center;
  padding: 24px 16px;
}

.comic {
  text-align: center;
  margin: 50px auto;
}

.comic p {
  color: rgb(var(--color-green));
  font-size: 42px;
  font-weight: bold;
}

.comic img {
  max-width: 800px;
  width: 100%;
}

.br-comic-sp {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hero__heading-image {
    max-width: 645px;
  }
  .hero__subheading-mobile {
    display: none;
  }
  .hero__subheading {
    display: block;
    position: relative;
    width: 940px;
    z-index: 1;
  }
  .hero__body-copy {
    margin-bottom: 24px;
  }
  .hero__body-copy img {
    width: 616px;
  }
}

/* ====================================== */
/* アピールテキスト */
/* ====================================== */

.description {
  background-color: rgb(var(--color-yellow));
  color: rgb(var(--color-black));
  padding: 70px 16px 72px 16px;
  position: relative;
}

.description__heading-image {
  display: block;
  width: 100%;
  max-width: 336px;
  margin-bottom: 4px;
}

.description__heading span {
  font-weight: 400;
}

.description__content {
  max-width: 857px;
  padding-bottom: 56px;
  margin: auto;
}

.description__content .description__img_banner {
}

.description__content .description__img_banner .for-pc {
}

@media (max-width: 767px) {
  .description__content .description__img_banner .for-pc {
    display: none;
  }
}

.description__content .description__img_banner .for-sp {
  display: none;
}

@media (max-width: 767px) {
  .description__content .description__img_banner .for-sp {
    display: block;
  }
}

.description__content .description__img_banner img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .description__content .description__img_banner img {
    width: 100%;
  }
}

.description__content .description__img_banner .sm {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: -0.03em;
  margin: 18px 0 55px;
  color: #666;
}

@media (max-width: 767px) {
  .description__content .description__img_banner .sm {
    display: none;
  }
}

.description__content p {
  font-size: 17px;
  font-weight: 600;
  line-height: calc(30 / 17);
  margin: 32px 0;
}

@media (max-width: 767px) {
  .description__content p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .description__content p {
    font-size: 12px;
  }
}

.description__content p:last-child {
  margin-bottom: 0;
}

.description__content p.description-important {
  font-size: 42px;
  line-height: calc(67 / 42);
  margin-bottom: -16px;
}

@media (max-width: 767px) {
  .comic p {
    font-size: 28px;
  }

  .br-comic-sp {
    display: block;
  }

  .description__content p.description-important {
    font-size: 28px;
  }
}

.description__content .description-block {
  display: inline-block;
}

.description__text {
  max-width: 645px;
  padding-left: 25%;
  margin: auto;
}

@media (max-width: 1023px) {
  .description__text {
    display: table;
    padding: 0;
  }
}

.description__wavy-background {
  bottom: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 104%;
  z-index: 1;
}

.description__over-image {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-105%, 60px);
  width: 911px;
  z-index: 1;
}

.description__fish-image {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 120px);
  width: 86px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .description {
    padding-bottom: 0;
  }
  .description__heading-image {
    max-width: 492px;
    margin-bottom: 48px;
  }
  .description__fish-image {
    transform: translate(-50%, 160px);
  }
  .description__over-image {
    transform: translate(-105%, 100px);
  }
}

/* ====================================== */
/* 概要部分 */
/* ====================================== */

.about {
  align-items: center;
  background-color: rgb(var(--color-green));
  display: flex;
  flex-direction: column;
  padding: 144px 0 72px;
  position: relative;
}

.about__title {
  color: rgb(var(--color-white));
}

.about__title::before {
  background-color: rgb(var(--color-light-green));
}

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

.about__content {
  width: 100%;
  max-width: 708px;
  margin: 0 auto;
}

.about__nav {
  align-items: center;
  display: flex;
  column-gap: 2px;
  transform: translateY(2px);
  width: 100%;
}

.about__nav-button {
  background-color: rgb(var(--color-white));
  border: 2px solid rgb(var(--color-light-green));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
  box-sizing: border-box;
  color: rgb(var(--color-black));
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px;
  width: 100%;
}

.about__nav-button.is-active {
  border-bottom-color: rgb(var(--color-light-green));
  padding-bottom: 10px;
}

.about__nav-button:not(.is-active) {
  transform: translateY(-1px);
  position: relative;
  padding-bottom: 8px;
}

.about__nav-button:not(.is-active)::before {
  background-color: rgba(var(--color-black), 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  z-index: 1;
}

.about__nav-button:not(.is-active):hover::before {
  background-color: transparent;
}

.about__nav-button:disabled {
  cursor: auto;
}

.about__nav-button-image {
  max-width: 38vw;
}

.about__body {
  background-color: rgb(var(--color-white));
  border: 2px solid rgb(var(--color-light-green));
  padding: 36px 24px;
  min-height: 268px;
}

.about__body p {
  color: rgb(var(--color-green));
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 0;
}

.about__sim-images-container,
.about__wifi-image-container {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: center;
}

.about__sim-images-container img:first-child {
  height: 90px;
  width: 90px;
}

.about__sim-images-container img:last-child {
  width: 117px;
}

.about__sim-esim {
  display: flex;
  flex-wrap: nowrap;
  max-width: 350px;
  margin: 68px auto 0;
}

@media (max-width: 1023px) {
  .about__sim-esim {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.about__sim-esim-left {
  width: 32%;
}

@media (max-width: 1023px) {
  .about__sim-esim-left {
    order: 2;
    width: 100%;
    text-align: center;
  }
}

.about__sim-esim-right {
  width: 68%;
}

@media (max-width: 1023px) {
  .about__sim-esim-right {
    order: 1;
    width: 100%;
  }
}

.about__sim-esim-content {
  display: table;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .about__sim-esim-content {
    margin: auto;
  }
}

.about__sim-esim-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: rgb(var(--color-green));
  margin-bottom: 7px;
}

@media (max-width: 1023px) {
  .about__sim-esim-title {
    margin-bottom: 15px;
  }
}

.about__sim-esim-btn .btn-esim {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 171px;
  height: 44px;
  border-radius: 25px;
  background: rgb(var(--color-green));
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 7px;
}

@media (max-width: 1023px) {
  .about__sim-esim-btn .btn-esim {
    margin-bottom: 25px;
  }
}

.about__sim-esim-btn .btn-esim img {
  width: 26px;
  margin-right: 5px;
}

.about__sim-esim-description {
  font-weight: bold;
  font-size: 15px;
  color: #dc0000;
}

@media (max-width: 1023px) {
  .about__sim-esim-description {
    margin-top: 10px;
  }
}

.about__sim-esim-description.for-pc {
}

@media (max-width: 1023px) {
  .about__sim-esim-description.for-pc {
    display: none;
  }
}

.about__sim-esim-description.for-sp {
  display: none;
}

@media (max-width: 1023px) {
  .about__sim-esim-description.for-sp {
    display: block;
  }
}

.about__wifi-image-container img {
  width: 218px;
}

.about__wifi-large-text {
  font-weight: 900;
  font-size: 59px;
  text-align: center;
  margin: 10px auto 52px;
}

@media (max-width: 575px) {
  .about__wifi-large-text {
    font-size: 10.38vw;
  }
}

.about__wifi-content {
  max-width: 530px;
  font-size: 14px;
  margin: auto;
}

@media (max-width: 575px) {
  .about__wifi-content {
    font-size: 2.38vw;
  }
}

.about__wifi-content-row {
  display: flex;
  justify-content: center;
  margin-bottom: calc(65 / 14 * 1em);
}

.about__wifi-content-row:last-child {
  margin-bottom: 0 !important;
}

.about__wifi-content-left {
  width: 24.5%;
}

.about__wifi-content-right {
  width: 75.5%;
}

.about__wifi-content-label-new {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(115 / 14 * 1em);
  height: calc(115 / 14 * 1em);
  background: transparent url(../img/bg-label-new.png) no-repeat left top;
  background-size: contain;
  line-height: 1;
  font-weight: 900;
  color: #231815;
  text-align: center;
}

.about__wifi-content-label-new .lg {
  font-size: calc(29 / 14 * 1em);
}

.about__wifi-content-label-new .lg .sm {
  display: block;
  font-size: 0.8em;
  letter-spacing: -0.2em;
}

.about__wifi-content-new-title {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  font-weight: 900;
  color: #231815;
  line-height: 1;
  margin: 0 0 calc(10 / 14 * 1em);
}

.about__wifi-content-new-title::before {
  content: '';
  position: absolute;
  height: calc(12 / 14 * 1em);
  bottom: calc(1 / 14 * 1em);
  left: calc(5 / 14 * 1em);
  right: calc(47 / 14 * 1em);
  background: rgb(var(--color-green));
  z-index: 0;
}

.about__wifi-content-new-title .text-md {
  position: relative;
  top: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: calc(36 / 14 * 1em);
  line-height: 1;
  white-space: nowrap;
}

.about__wifi-content-new-title .text-md .sm {
  font-size: 0.6em;
}

.about__wifi-content-new-title .text-md .md {
}

.about__wifi-content-new-title .text-lg {
  position: relative;
  font-size: calc(57 / 14 * 1em);
  white-space: nowrap;
}

.about__wifi-content-new-title .text-lg .num {
  position: relative;
  top: 0.1em;
  font-size: 1.6em;
  font-weight: 700;
}

.about__wifi-content-data {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__wifi-content-data li {
  font-size: calc(22 / 14 * 1em);
  letter-spacing: -0.03em;
  color: #000;
  white-space: nowrap;
}

.about__wifi-content-data li .highlight {
  font-weight: 600;
  font-size: 1.2em;
  background: #c9d021;
}

.about__wifi-content-data li .highlight .num {
  font-size: 1.16em;
}

.about__wifi-content-data li .semibold {
  font-weight: 600;
}

.about__wifi-content-area-title {
  margin: 0 0 calc(6 / 14 * 1em);
}

.about__wifi-content-area-title .text-md {
  display: block;
  font-weight: 500;
  font-size: calc(20 / 14 * 1em);
  line-height: 1;
  color: #000;
  padding-left: 2.3em;
  margin-bottom: -0.9em;
}

.about__wifi-content-area-title .text-lg {
  display: block;
}

.about__wifi-content-area-title .text-lg .lg {
  display: block;
  font-weight: 900;
  font-size: calc(48 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.16em;
  color: #231815;
  margin-bottom: 0;
}

.about__wifi-content-area-title .text-lg .lg .num {
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.1em;
}

.about__wifi-content-area-title .text-lg .md {
  font-size: calc(26 / 14 * 1em);
  line-height: 1;
}

.about__wifi-content-img-brands {
}

.about__wifi-content-img-brands img {
  max-width: 100%;
}

.about__arrow-down-icon {
  bottom: 0;
  color: rgb(var(--color-green));
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  width: 80px;
}

@media screen and (min-width: 1024px) {
  .about {
    padding-top: 200px;
    padding-bottom: 54px;
  }
  .about__nav {
    transform: translateY(4px);
  }
  .about__body,
  .about__nav-button {
    border-width: 4px;
  }
  .about__nav-button {
    font-size: 2.7rem;
    padding-top: 12px;
  }
  .about__nav-button:not(.is-active) {
    padding-bottom: 12px;
    transform: translateY(-2px);
  }
  .about__nav-button:not(.is-active)::before {
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 4px);
  }
  .about__nav-button.is-active {
    padding-bottom: 16px;
  }
  .about__nav-button-image {
    max-width: none;
  }
  .about__body {
    padding: 58px 24px;
  }
  .about__body p {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
  .about__body p.typo-primary {
    margin-bottom: 42px;
  }
  .about__sim-images-container img:first-child {
    height: 160px;
    width: 160px;
  }
  .about__sim-images-container img:last-child {
    width: 207px;
  }
  .about__wifi-image-container img {
    width: 384px;
  }
}

/* ====================================== */
/* プラン部分 */
/* ====================================== */

.plan {
  background-color: rgb(var(--color-light-grey));
  padding: 129px 0 91px;
}

.plan__wrapper {
  padding: 0 8px;
}

.plan__title {
  color: rgb(var(--color-black));
  display: inline-block;
  margin: 0;
  margin-bottom: 32px;
  padding: 0 8px;
  position: relative;
}

.plan__title::before {
  background-color: rgb(var(--color-yellow));
  bottom: 10px;
  content: '';
  position: absolute;
  height: 6px;
  left: 0;
  right: 0;
  z-index: 0;
}

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

.plan__price-wrapper {
  background-color: rgb(var(--color-white));
  border: 8px solid rgb(var(--color-yellow));
  padding: 48px 16px;
  max-width: 630px;
  margin: 0 auto;
}

.plan__price-wrapper--sim {
  font-size: 14px;
}

@media (max-width: 767px) {
  .plan__price-wrapper--sim {
    font-size: 2vw;
  }
}

.plan__price-wrapper--wifi {
  font-size: 14px;
}

@media (max-width: 767px) {
  .plan__price-wrapper--wifi {
    font-size: 2vw;
  }
}

.plan__price-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 8px;
  font-size: calc(26 / 14 * 1em);
  font-weight: 700;
  margin: 0;
  margin-bottom: calc(16 / 14 * 1em);
  text-align: center;
}

@media (max-width: 767px) {
  .plan__price-heading {
    font-size: calc(26 / 14 * 1.3em);
  }
}

.plan__price-heading .lg {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .plan__price-heading img {
    width: calc(83 / 14 * 1em);
  }
}

.plan__price-subheading {
  font-size: calc(22 / 14 * 1em);
  font-weight: 700;
  margin: calc(24 / 14 * 1em) 0 calc(46 / 14 * 1em) 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 767px) {
  .plan__price-subheading {
    font-size: calc(22 / 14 * 1.3em);
  }
}

.plan__price-subheading li {
  margin: 0.2rem 0;
  line-height: 2.5rem;
}

.plan__price-subheading li span {
  display: inline-block;
}

.plan__price-subheading-esim-sim {
  margin: 0 auto calc(36 / 14 * 1em);
}

@media (max-width: 1023px) {
  .plan__price-subheading-esim-sim {
    display: table;
  }
}

.plan__price-subheading-esim-sim ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 calc(8 / 14 * 1em);
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1023px) {
  .plan__price-subheading-esim-sim ul {
    flex-direction: column;
  }
}

.plan__price-subheading-esim-sim li {
  position: relative;
}
@media (max-width: 1023px) {
  .plan__price-subheading-esim-sim li {
    margin-bottom: calc(15 / 14 * 1em);
  }
}

@media (max-width: 1023px) {
  .plan__price-subheading-esim-sim li:nth-child(2) {
    margin-bottom: 0 !important;
  }
}

.plan__price-subheading-esim-sim .label-new {
  position: absolute;
  top: calc(4 / 14 * -1em);
  left: 50%;
  transform: translate(-50%, -100%);
  width: auto;
  text-align: center;
  font-weight: 700;
  font-size: calc(20 / 14 * 1em);
  line-height: 1;
  color: rgb(var(--color-green));
  padding: 0 calc(3 / 14 * 1em);
}

.plan__price-subheading-esim-sim .label-new:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(2 / 14 * 0.68em);
  height: calc(22 / 14 * 0.68em);
  background: rgb(var(--color-green));
  transform-origin: right bottom;
  transform: rotate(-26deg);
}

.plan__price-subheading-esim-sim .label-new:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(2 / 14 * 0.68em);
  height: calc(22 / 14 * 0.68em);
  background: rgb(var(--color-green));
  transform-origin: left bottom;
  transform: rotate(26deg);
}

.plan__price-subheading-esim-sim .btn-esim {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: calc(154 / 14 * 0.68em);
  height: calc(53 / 14 * 0.68em);
  border-radius: calc(30 / 14 * 1em);
  background: rgb(var(--color-green));
  font-weight: 700;
  font-size: calc(21 / 14 * 1em);
  color: #fff;
  text-decoration: none;
}

.plan__price-subheading-esim-sim .btn-esim img {
  margin-right: calc(5 / 14 * 1em);
}

@media (max-width: 767px) {
  .plan__price-subheading-esim-sim .btn-esim img {
    height: 1.7em;
  }
}

.plan__price-subheading-esim-sim .txt-sub {
  position: relative;
}

@media (max-width: 1023px) {
  .plan__price-subheading-esim-sim .txt-sub {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}

.plan__price-subheading-esim-sim .txt-sub span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  font-weight: 700;
  font-size: calc(26 / 14 * 1em);
  color: rgb(var(--color-green));
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .plan__price-subheading-esim-sim .txt-sub span {
  }
}

.plan__price-container__plan .plan-new {
  max-width: 568px;
  margin: auto;
  padding: 0 0 16px 0;
  text-align: center;
}

.plan__price-container__plan .plan-new img {
  position: relative;
  left: -4px;
  height: 5.6rem;
  font-weight: 700;
  max-width: calc(100% + 4px);
}

.plan__price-container__plan .plan-appeal {
  padding: 0 0 8px 0;
  text-align: center;
}

.plan__price-container__plan .plan-appeal img {
  height: 2.2rem;
  font-weight: 700;
  max-width: 100%;
}

.plan__price-container {
  border: 2px solid rgb(var(--color-green));
  margin: 0 auto;
  max-width: 568px;
}

.plan__price-container__planlist > div {
  margin: 48px 0;
}

.plan__price-price {
  display: flex;
  align-items: center;
  color: rgb(var(--color-dark-grey));
}

.plan__price-price .md {
  position: relative;
  top: calc(4 / 14 * 1em);
  font-size: calc(50 / 14 * 0.6em);
  white-space: nowrap;
}

.plan__price-price .md-2 {
  position: relative;
  top: calc(1 / 14 * 1em);
  font-size: calc(65 / 14 * 0.6em);
  white-space: nowrap;
}

.plan__price-price .price {
  white-space: nowrap;
  padding-left: calc(5 / 14 * 1em);
}

.plan__price-price .price .number {
  font-weight: 700;
  font-size: calc(65 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.04em;
  padding-right: calc(1 / 14 * 1em);
}

.plan__price-price .price .unit {
  position: relative;
  top: -4px;
  font-weight: 500;
  font-size: calc(50 / 14 * 0.6em);
  line-height: 1;
  white-space: nowrap;
}

.plan__price-price .price .unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(9 / 14 * 0.45em);
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: calc(12 / 14 * 0.45em);
  white-space: nowrap;
}

.plan__price-price .price .unit-2 {
  position: relative;
  top: -4px;
  font-weight: 500;
  font-size: calc(65 / 14 * 0.6em);
  line-height: 1;
  white-space: nowrap;
}

.plan__price-price .price .unit-2 .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.7em;
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: 0.3em;
  white-space: nowrap;
}

.plan__price-price .origin-price {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  top: calc(8 / 14 * 1em);
}

.plan__price-price .origin-price .number-2 {
  font-weight: 400;
  font-size: calc(45 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.02em;
}

.plan__price-price .origin-price .origin-unit {
  position: relative;
  font-weight: 500;
  font-size: calc(50 / 14 * 0.6em);
  white-space: nowrap;
  margin-left: 0.1em;
}

.plan__price-price .origin-price .origin-unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(15 / 14 * 0.45em);
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: calc(12 / 14 * 0.45em);
  white-space: nowrap;
}

.plan__price-price .origin-price .left {
  font-size: calc(65 / 14 * 0.6em);
  margin-top: calc(1 / 14 * -1em);
  margin-left: -0.4em;
  margin-right: 0;
}

.plan__price-price .origin-price .right {
  font-size: calc(65 / 14 * 0.6em);
  margin-top: calc(1 / 14 * -1em);
  margin-right: calc(7 / 14 * -1em);
}

.plan__price-sim-item {
  margin-bottom: calc(34 / 14 * 1em);
}

.plan__price-sim-label {
  position: relative;
  z-index: 2;
  margin-bottom: calc(19 / 14 * -1em);
}

@media (max-width: 767px) {
  .plan__price-sim-label img {
    width: 21em;
  }
}

.plan__price-sim-panel {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 calc(7 / 14 * 1em);
  height: calc(100 / 14 * 1em);
}

.plan__price-sim-panel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.5%;
  position: relative;
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-white));
}

@media (max-width: 1023px) {
  .plan__price-sim-panel-header {
    width: 21%;
  }
}

.plan__price-sim-panel-header::before {
  background-color: rgba(var(--color-white), 0.1);
  content: '';
  position: absolute;
  top: calc(3 / 14 * 1em);
  left: calc(3 / 14 * 1em);
  right: calc(3 / 14 * 1em);
  height: calc(32 / 14 * 1em);
  z-index: 0;
}

.plan__price-sim-panel-header .price {
  font-weight: 700;
  font-size: calc(47 / 14 * 1em);
  color: #fff;
}

.plan__price-sim-panel-header .price .unit {
  font-size: 0.7em;
}

.plan__price-sim-panel-body {
  width: calc(100% - 27.5% - -0.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  border: calc(2 / 14 * 1em) solid rgb(var(--color-green));
}

@media (max-width: 1023px) {
  .plan__price-sim-panel-body {
    width: calc(100% - 21% - -0.5em);
  }
}

.plan__price-sim-note {
  position: relative;
  font-size: calc(12 / 14 * 1em);
  color: rgb(var(--color-grey));
  text-align: right;
}

.plan__price-sim-note span {
  display: block;
  position: absolute;
  right: 0;
  top: calc(5 / 14 * 1em);
  width: 100%;
}

.plan__price-wifi-heading {
  font-size: calc(26 / 14 * 1em);
  font-weight: 700;
  color: rgb(var(--color-dark-grey));
  line-height: 1.7;
  text-align: center;
  margin: 0 0 0.8em;
}

@media (max-width: 767px) {
  .plan__price-wifi-heading {
    font-size: 3.3vw;
  }
}

.plan__price-wifi-heading .red {
  color: #c7161d;
}

.plan__price-wifi-heading .orange {
  color: #ef8200;
}

.plan__price-wifi-heading .gray {
  color: #939494;
}

.plan__price-wifi-heading .pink {
  color: #c53f7e;
}

.plan__price-wifi-heading .md-2 {
  font-size: 1.2em;
}

.plan__price-header {
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-white));
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 8px 8px;
}

.plan__price-header::before {
  background-color: rgba(var(--color-white), 0.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
}

.plan__price-header-image {
}

.plan__price-header-image--sim {
  max-width: 188px;
}

.plan__price-header-image--wifi {
}

@media (max-width: 767px) {
  .plan__price-header-image--wifi {
    max-width: 70%;
  }
}

.plan__price-header-logo {
  margin-right: 6px;
  width: 157px;
}

.plan__price-header-logo + span {
  font-size: 2rem;
}

.plan__price-note {
  font-size: 1.2rem;
}

.plan__price-body {
  padding: 18px 20px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
}

.plan__price-body > .plan__sim-price {
  width: 258px;
}

.plan__body,
.plan__note {
  margin-left: auto;
  margin-right: auto;
  max-width: 568px;
}

.plan__body {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: -8px;
  margin-bottom: 10px;
}

.plan__body > sup {
  font-weight: 400;
}

.plan__note {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.plan__wifi-benefits {
  font-size: 14px;
  margin: 5em 0 11em;
  width: 100%;
}

@media (max-width: 767px) {
  .plan__wifi-benefits {
    font-size: 2vw;
    margin-bottom: 6em;
  }
}

.plan__wifi-benefits-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(73 / 14 * 1em);
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-white));
  font-family: var(--font-primary);
  font-weight: 700;
  margin: 0 auto calc(8 / 14 * 1em) auto;
  max-width: 568px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.plan__wifi-benefits-box .md {
  position: relative;
  top: 0.08em;
  font-size: calc(33 / 14 * 1em);
  line-height: 1;
  padding-right: calc(5 / 14 * 1em);
}

.plan__wifi-benefits-box .num {
  position: relative;
  top: 0.07em;
  font-size: calc(47 / 14 * 1em);
  line-height: 1;
  padding-left: 0.1em;
}

.plan__wifi-benefits-box .num .unit {
  font-size: 0.7em;
}

.plan__wifi-benefits-box .unit-2 {
  position: relative;
  top: 0.2em;
  font-size: calc(28 / 14 * 1em);
}

.plan__wifi-unlimited {
  font-size: 14px;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .plan__wifi-unlimited {
    font-size: 2vw;
  }
}

.plan__wifi-unlimited-subheading {
  font-size: inherit;
  text-align: center;
  line-height: 1;
  margin: 0 auto 1.5em;
}

.plan__wifi-unlimited-subheading .md {
  display: block;
  font-weight: 500;
  font-size: calc(57 / 14 * 1em);
  color: #000;
  margin-bottom: calc(4 / 14 * 1em);
}

.plan__wifi-unlimited-subheading .md .num {
  font-weight: 700;
  font-size: 1.5em;
  color: rgb(var(--color-green));
}

.plan__wifi-unlimited-subheading .md .num .unit {
  font-size: 0.66em;
}

.plan__wifi-unlimited-subheading .lg {
  display: inline-flex;
  position: relative;
  font-weight: 700;
  font-size: calc(57 / 14 * 1em);
  color: #000;
}

.plan__wifi-unlimited-subheading .lg::before {
  background-color: #8cc600;
  bottom: -0.1em;
  content: '';
  position: absolute;
  height: 0.16em;
  left: 0;
  right: 0;
  z-index: 0;
}

.plan__wifi-unlimited-subheading .lg span {
  position: relative;
}

.plan__wifi-unlimited-heading {
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 calc(8 / 14 * 1em);
  margin: 0;
}

.plan__wifi-unlimited-heading::before {
  background-color: rgb(var(--color-light-green));
  bottom: calc(8 / 14 * 1em);
  content: '';
  position: absolute;
  height: calc(10 / 14 * 1em);
  left: 0;
  right: 0;
  z-index: 0;
}

.plan__wifi-unlimited-heading > span {
  position: relative;
  z-index: 1;
}

.plan__wifi-unlimited-body {
  font-weight: 700;
  font-size: calc(26 / 14 * 1em);
  line-height: calc(50 / 26);
  max-width: 730px;
  text-align: center;
  padding: 0 calc(16 / 14 * 1em);
  margin: 0 auto 1em;
}

@media (max-width: 767px) {
  .plan__wifi-unlimited-body {
    font-size: calc(23 / 14 * 1em);
  }
}

.plan__wifi-unlimited-speed {
  background-color: rgb(var(--color-green));
  border: 2px solid transparent;
  color: rgb(var(--color-white));
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  max-width: 470px;
  margin: 0 auto;
}

.plan__wifi-unlimited-speed > div {
  padding: 6px 12px;
  text-align: center;
}

.plan__wifi-unlimited-speed > div:first-child {
  flex-shrink: 0;
  position: relative;
  width: 90px;
}

.plan__wifi-unlimited-speed > div:first-child::before {
  background-color: rgb(var(--color-white));
  content: '';
  position: absolute;
  width: 2px;
  top: -4px;
  height: calc(100% + 8px);
  right: 0;
}

.plan__wifi-unlimited-speed > div:last-child {
  flex: 1;
}

.plan__wifi-unlimited-speed > div > span {
  font-size: 2.1rem;
}

.plan__wifi-unlimited-speed--inverted {
  background-color: rgb(var(--color-white));
  border: 2px solid rgb(var(--color-green));
  color: rgb(var(--color-green));
  margin-top: 8px;
}

.plan__wifi-unlimited-speed--inverted > div:first-child {
  border-color: rgb(var(--color-green));
}

.plan__wifi-unlimited-speed--inverted > div:first-child::before {
  background-color: rgb(var(--color-green));
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  height: 100%;
  right: 0;
}

.plan__wifi-unlimited-note {
  color: #666;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin-top: calc(6 / 14 * 1em);
}

.plan__wifi-if {
  font-size: 14px;
  margin-bottom: 6.5em;
}

@media (max-width: 767px) {
  .plan__wifi-if {
    font-size: 2vw;
  }
}

.plan__wifi-if-heading {
  font-size: inherit;
  text-align: center;
  color: rgb(var(--color-dark-grey));
  margin-top: 0;
  margin-bottom: calc(24 / 14 * 1em);
}

.plan__wifi-if-heading .md {
  display: block;
  font-weight: 700;
  font-size: calc(26 / 14 * 1em);
  line-height: 1;
}

.plan__wifi-if-heading .md .num {
  font-size: 1.5em;
}

.plan__wifi-if-heading .lg {
  display: block;
  font-weight: 700;
  font-size: calc(33 / 14 * 1em);
}

.plan__wifi-if-heading .lg .num {
  color: rgb(var(--color-green));
  font-size: 1.73em;
}

.plan__wifi-abroad {
  font-size: 14px;
  margin-bottom: calc(8 / 14 * 1em);
}

@media (max-width: 767px) {
  .plan__wifi-abroad {
    font-size: 2vw;
  }
}

.plan__wifi-abroad-heading {
  font-size: inherit;
  text-align: center;
  color: rgb(var(--color-dark-grey));
  margin-top: 0;
  margin-bottom: calc(24 / 14 * 1em);
}

.plan__wifi-abroad-heading .md {
  display: block;
  font-weight: 700;
  font-size: calc(26 / 14 * 1em);
}

.plan__wifi-abroad-heading .md .num {
  font-size: 1.5em;
}

.plan__wifi-abroad-heading .lg {
  display: block;
  font-weight: 700;
  font-size: calc(33 / 14 * 1em);
}

.plan__wifi-abroad-heading .lg .num {
  color: rgb(var(--color-green));
  font-size: 1.73em;
}

.plan__wifi-abroad-world-map {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.plan__wifi-abroad-world-map-text {
  margin: 0 auto;
  margin-top: -110px;
  max-width: 306px;
  width: 100%;
}

.plan__wifi-abroad-world-map-text--large {
  display: none;
}

.plan__wifi-abroad-cta {
  display: inline-block;
  background-color: rgb(var(--color-white));
  border: 2px solid rgb(var(--color-light-green));
  color: rgb(var(--color-black));
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 22px;
  margin-top: 7px;
}

.plan__wifi-abroad-cta:hover {
  background-color: rgb(var(--color-light-green));
  border-color: rgb(var(--color-white));
  color: rgb(var(--color-white));
}

.plan__wifi-abroad-cta > svg {
  margin-left: 4px;
  transform: translateY(-1px);
  width: 8px;
}

.plan__wifi-abroad-cta-note {
  color: #666;
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
}

.plan__area {
  font-size: 14px;
  margin-top: 4em;
}

@media (max-width: 767px) {
  .plan__area {
    font-size: 2vw;
  }
}

.plan__area-heading {
  font-size: 14px;
  font-weight: 700;
  font-style: inherit;
  line-height: 1.3;
  color: rgb(var(--color-dark-grey));
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .plan__area-heading {
    font-size: 2vw;
  }
}

.plan__area-heading .md-1 {
  display: block;
  font-size: calc(26 / 14 * 1em);
}

.plan__area-heading .lg-1 {
  display: block;
  font-size: calc(39 / 14 * 1em);
}

.plan__area-heading .lg-1 .red {
  color: #c7161d;
}

.plan__area-heading .lg-1 .orange {
  color: #ef8200;
}

.plan__area-heading .lg-1 .gray {
  color: #939494;
}

.plan__area-heading .lg-1 .pink {
  color: #c53f7e;
}

.plan__area-heading .lg-1 .sm-1 {
  font-size: 0.68em;
}

.plan__area-heading .lg-2 {
  display: block;
  font-size: calc(39 / 14 * 1em);
}

.plan__area-heading .lg-2 .md-2 {
  font-size: 0.68em;
}

.plan__area-heading .lg-2 .lg-3 .highlight {
  display: inline-flex;
  position: relative;
}

.plan__area-heading .lg-2 .lg-3 .highlight::before {
  background-color: #8cc600;
  bottom: 0.01em;
  content: '';
  position: absolute;
  height: 0.25em;
  left: 0;
  right: 0;
  z-index: 0;
}

.plan__area-heading .lg-2 .lg-3 .highlight span {
  position: relative;
}

.plan__wifi-price-heading {
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 363px;
  width: 100%;
}

.plan__price-simulation {
  padding: 64px 8px 0 8px;
}

.plan__price-simulation-text {
  text-align: center;
}

.plan__price-simulation-text > img {
  width: 100%;
  max-width: 286px;
}

.plan__price-simulation-text > img:nth-child(2) {
  display: none;
}

.plan__price-simulation-chart {
  font-size: 14px;
  max-width: 550px;
  margin: 40px auto 0 auto;
}

@media (max-width: 575px) {
  .plan__price-simulation-chart {
    font-size: 2.38vw;
  }
}

.plan__price-simulation-title {
  text-align: center;
  margin-bottom: 53px;
}

.plan__price-simulation-title .md {
  display: block;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  margin-bottom: 4px;
}

@media (max-width: 1023px) {
  .plan__price-simulation-title .md {
    font-size: 23px;
  }
}

.plan__price-simulation-title .lg {
  display: inline-flex;
  position: relative;
  font-weight: 900;
  font-size: 42px;
  color: #000;
}

@media (max-width: 1023px) {
  .plan__price-simulation-title .lg {
    font-size: 29px;
  }
}

.plan__price-simulation-title .lg::before {
  background-color: rgb(var(--color-olive));
  bottom: 5px;
  content: '';
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 1023px) {
  .plan__price-simulation-title .lg::before {
    height: 10px;
  }
}

.plan__price-simulation-title .lg span {
  position: relative;
}

.plan__price-simulation-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.plan__price-simulation-row.for-price-header {
}

.plan__price-simulation-row.for-price-header .plan__price-simulation-left {
  background: rgb(var(--color-light-olive));
}

.plan__price-simulation-row.for-body {
}

.plan__price-simulation-left {
  width: 24.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--color-green));
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.3;
  color: #fff;
  border-radius: 0.4em;
}

.plan__price-simulation-left.for-price-header {
}

.plan__price-simulation-right {
  width: 73%;
}

.plan__price-simulation-price-items {
  position: relative;
  border-left: 0.36em solid rgb(var(--color-dark-grey));
}

.plan__price-simulation-price-items.for-price-header {
  height: 100%;
}

.plan__price-simulation-price-items.for-price-body {
  border-right: 2px dotted rgb(var(--color-dark-grey));
  padding-right: 0.5em;
}

.plan__price-simulation-price-item {
  display: flex;
  align-items: center;
  position: relative;
}

.plan__price-simulation-price-item.for-price-1 {
  margin-bottom: 0.9em;
}

.plan__price-simulation-price-item.for-price-2 {
  margin-bottom: 1.4em;
}

.plan__price-simulation-price-item.for-price-3 {
}

.plan__price-simulation-price {
  display: flex;
  align-items: center;
  height: calc(63 / 14 * 1em);
  position: relative;
  background: #027f3d;
}

.plan__price-simulation-price.for-price-1 {
  width: auto;
  margin-right: 0.8em;
}

.plan__price-simulation-price.for-price-2 {
  width: 61%;
}

.plan__price-simulation-price.for-price-3 {
  width: 73.5%;
}

.plan__price-simulation-price::before {
  background-color: #03994f;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
}

.plan__price-simulation-price.for-price-header {
  width: 100%;
  background: #c0b388;
}

.plan__price-simulation-price.for-price-header:before {
  background: #cec39b;
}

.plan__price-simulation-price .txt-data-header {
  position: relative;
  font-weight: 700;
  color: #fff;
  padding-left: 1em;
}

.plan__price-simulation-price .txt-data-header .md {
  font-size: 1.4em;
}

.plan__price-simulation-price .txt-data-header .price {
  font-weight: 700;
  font-size: 1.7em;
  padding-left: 0.2em;
}

.plan__price-simulation-price .txt-data-header .unit {
  font-size: 1.1em;
}

.plan__price-simulation-price .txt-data-header .sm {
  position: relative;
  left: -0.3em;
  top: -1em;
  font-size: 1em;
}

.plan__price-simulation-note {
  font-size: 0.75em;
  text-align: right;
  color: rgb(var(--color-dark-grey));
  margin-bottom: 2em;
}

.plan__price-simulation-price .txt-data-body {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  color: #fff;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.plan__price-simulation-price .txt-data-body .md {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  height: 2em;
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: -0.03em;
  color: #027f3d;
  background: #fff;
  border-radius: 0.3em;
}

.plan__price-simulation-price .txt-data-body .price {
  font-weight: 700;
  font-size: 2em;
  padding-left: 0.2em;
  padding-right: 0.1em;
}

.plan__price-simulation-price .txt-data-body .unit {
  position: relative;
  top: 0.2em;
  font-size: 1.1em;
}

.plan__price-simulation-price .txt-data-body .sm {
  position: relative;
  top: -1em;
  font-size: 1.2em;
}

.plan__price-simulation-note a {
  color: inherit;
  text-decoration: none;
}

.plan__price-simulation-year {
  display: flex;
  width: 8em;
  height: 3.5em;
  position: relative;
  overflow: visible;
  font-weight: 700;
  background: #fff;
  text-align: center;
}

.plan__price-simulation-year.for-price-1 {
}

.plan__price-simulation-year.for-price-2,
.plan__price-simulation-year.for-price-3 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.plan__price-simulation-year.for-price-3 {
}

.plan__price-simulation-year:before {
  content: '';
  position: absolute;
  left: 0.1em;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-right: 0.6em solid rgb(var(--color-dark-grey));
  border-bottom: 0.4em solid transparent;
}

.plan__price-simulation-year .txt-year {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 100%;
  font-size: 0.8em;
  line-height: 1.3;
  background: rgb(var(--color-dark-grey));
  color: #fff;
}

.plan__price-simulation-year .txt-year span {
}

.plan__price-simulation-year .txt-price {
  width: calc(100% - 1.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid rgb(var(--color-dark-grey));
  border-left: 0;
}

.plan__price-simulation-year .txt-price .md-1 {
  font-size: 0.8em;
}

.plan__price-simulation-year .txt-price .md-1 .num {
  font-size: 1.4em;
  font-weight: 700;
}

.plan__price-simulation-year .txt-price .md-2 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.plan__price-simulation-gift {
  display: flex;
  align-items: center;
  padding-bottom: 0.2em;
  margin-top: 1em;
}

.plan__price-simulation-gift .col-img {
  width: 2.5em;
}

.plan__price-simulation-gift .col-img img {
  max-width: 100%;
}

.plan__price-simulation-gift .col-txt {
  width: calc(100% - 3.5em);
}

.plan__price-simulation-gift .md-1 {
  font-weight: 700;
  font-size: 0.9em;
  color: rgb(var(--color-dark-grey));
}

.plan__price-simulation-gift .md-2 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1;
  color: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended {
  font-size: 14px;
  padding-top: 9.5em;
}

@media (max-width: 767px) {
  .plan__wifi-recommended {
    font-size: 2vw;
    padding: 0 2vw;
  }
}

.plan__wifi-recommended-heading {
  font-size: inherit;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: rgb(var(--color-dark-grey));
  margin-top: 0;
  margin-bottom: 3.5em;
}

.plan__wifi-recommended-heading .md {
  display: block;
  font-size: calc(26 / 14 * 1em);
}

.plan__wifi-recommended-heading .lg {
  display: inline-flex;
  position: relative;
  font-size: calc(34 / 14 * 1em);
}

.plan__wifi-recommended-heading .lg::before {
  content: '';
  position: absolute;
  height: 0.3em;
  left: 0;
  right: 0;
  background-color: #8cc600;
  bottom: 0.1em;
  z-index: 0;
}

.plan__wifi-recommended-heading .lg span {
  position: relative;
  margin-right: -0.3em;
}

.plan__wifi-recommended-heading {
}

.plan__wifi-recommended-heading {
}

.plan__wifi-recommended-heading {
}

.plan__wifi-recommended-chart {
  max-width: 568px;
  margin: 0 auto;
  padding: 42px 24px 0 24px;
  text-align: center;
}

.plan__wifi-recommended-chart > img {
  width: 100%;
}

.plan__wifi-recommended-content {
  max-width: 550px;
  margin: 0 auto;
}

.plan__wifi-recommended-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto calc(23 / 14 * 1em);
}

.plan__wifi-recommended-col {
  width: 42.5%;
  position: relative;
  overflow: hidden;
  border-radius: 0.8em;
}

.plan__wifi-recommended-panel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: calc(116 / 14 * 1em);
  background: rgb(var(--color-green));
}

.plan__wifi-recommended-panel-header .col-ic {
  width: 34%;
  text-align: center;
}

.plan__wifi-recommended-panel-header .col-ic img {
  width: calc(35 / 14 * 1em);
}

.plan__wifi-recommended-panel-header .col-ic img.ic-wifi-2 {
  width: calc(45 / 14 * 1em);
}

.plan__wifi-recommended-panel-header .col-txt {
  width: 66%;
  color: #fff;
}

.plan__wifi-recommended-panel-header .col-txt .md {
  font-weight: 700;
  font-size: calc(20 / 14 * 1em);
}

.plan__wifi-recommended-panel-header .col-txt .lg {
  font-weight: 700;
  font-size: calc(32 / 14 * 1em);
}

.plan__wifi-recommended-panel-header .col-txt .lg.lg-wifi {
  letter-spacing: 0.26em;
}

.plan__wifi-recommended-panel-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(116 / 14 * 1em);
  border: calc(2 / 14 * 1em) solid rgb(var(--color-green));
  border-top: 0;
  border-radius: 0 0 0.8em 0.8em;
  background: #fff;
}

.plan__wifi-recommended-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(56 / 14 * 1em);
  height: calc(56 / 14 * 1em);
}

.plan__wifi-recommended-plus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(15 / 14 * 1em);
  background: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended-plus:after {
  content: '';
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(15 / 14 * 1em);
  height: 100%;
  background: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended-price {
  position: relative;
  top: -0.4em;
  color: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended-price .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
  padding-left: calc(5 / 14 * 1em);
  margin-bottom: -0.4em;
}

.plan__wifi-recommended-price .price .number {
  font-weight: 700;
  font-size: calc(52 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.04em;
  padding-right: calc(1 / 14 * 1em);
}

.plan__wifi-recommended-price .price .unit {
  position: relative;
  top: -4px;
  font-weight: 900;
  font-size: calc(26 / 14 * 1em);
  line-height: 1;
  white-space: nowrap;
}

.plan__wifi-recommended-price .price .unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(2 / 14 * -1em);
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: calc(12 / 14 * 0.45em);
  white-space: nowrap;
}

.plan__wifi-recommended-price .price .unit-2 .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.7em;
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: 0.3em;
  white-space: nowrap;
}

.plan__wifi-recommended-price .origin-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  top: calc(8 / 14 * 1em);
}

.plan__wifi-recommended-price .origin-price .number-2 {
  font-weight: 400;
  font-size: calc(37 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.02em;
}

.plan__wifi-recommended-price .origin-price .origin-unit {
  position: relative;
  top: 0.1em;
  font-weight: 500;
  font-size: calc(18 / 14 * 1em);
  white-space: nowrap;
  margin-left: 0.1em;
}

.plan__wifi-recommended-price .origin-price .origin-unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(8 / 14 * 0.45em);
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: calc(12 / 14 * 0.45em);
  white-space: nowrap;
}

.plan__wifi-recommended-price .origin-price .left {
  font-size: calc(33 / 14 * 1em);
  margin-top: calc(3 / 14 * -1em);
  margin-left: -0.4em;
}

.plan__wifi-recommended-price .origin-price .right {
  font-size: calc(33 / 14 * 1em);
  margin-top: calc(3 / 14 * -1em);
  margin-right: calc(12 / 14 * -1em);
}

.plan__wifi-recommended-result {
  display: flex;
  flex-wrap: nowrap;
}

.plan__wifi-recommended-equa {
  display: flex;
  align-items: center;
  width: 14.4%;
}

.plan__wifi-recommended-equa span {
  display: flex;
  align-items: center;
  width: 70%;
  height: 2.5em;
  position: relative;
}

.plan__wifi-recommended-equa span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(15 / 14 * 1em);
  background: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended-equa span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(15 / 14 * 1em);
  background: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended-result-panel {
  width: 85.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(83 / 14 * 1em);
  border: calc(2 / 14 * 1em) solid rgb(var(--color-green));
  border-radius: 0.8em;
  background: #fff;
}

.plan__wifi-recommended-result-price {
  display: flex;
  justify-content: center;
  color: rgb(var(--color-dark-grey));
}

.plan__wifi-recommended-result-price .md {
  position: relative;
  top: calc(4 / 14 * 1em);
  font-size: calc(50 / 14 * 0.6em);
  white-space: nowrap;
}

.plan__wifi-recommended-result-price .price {
  white-space: nowrap;
  padding-left: calc(5 / 14 * 1em);
}

.plan__wifi-recommended-result-price .price .number {
  font-weight: 700;
  font-size: calc(61 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.04em;
  padding-right: calc(1 / 14 * 1em);
}

/* .plan__wifi-recommended-result-price .price .unit {
  position: relative;
  top: -4px;
  font-weight: 900;
  font-size: calc(31 / 14 * 0.6em);
  line-height: 1;
  white-space: nowrap;
}

.plan__wifi-recommended-result-price .price .unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(9 / 14 * 0.45em);
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: calc(12 / 14 * 0.45em);
  white-space: nowrap;
} */

.plan__wifi-recommended-result-price .price .unit {
  position: relative;
  top: -4px;
  font-weight: 900;
  font-size: calc(31 / 14 * 1em);
  line-height: 1;
  white-space: nowrap;
}

.plan__wifi-recommended-result-price .price .unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.4em;
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: 0.39em;
  white-space: nowrap;
}

.plan__wifi-recommended-result-price .origin-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  top: calc(8 / 14 * 1em);
}

.plan__wifi-recommended-result-price .origin-price .number-2 {
  font-weight: 400;
  font-size: calc(39 / 14 * 1em);
  line-height: 1;
  letter-spacing: -0.02em;
}

.plan__wifi-recommended-result-price .origin-price .origin-unit {
  position: relative;
  top: 0.1em;
  font-weight: 500;
  font-size: calc(21 / 14 * 1em);
  white-space: nowrap;
  margin-left: 0.1em;
}

.plan__wifi-recommended-result-price .origin-price .origin-unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(15 / 14 * 0.45em);
  transform: translate(-50%, -100%);
  font-weight: 500;
  font-size: calc(12 / 14 * 0.45em);
  white-space: nowrap;
}

.plan__wifi-recommended-result-price .origin-price .left {
  font-size: calc(65 / 14 * 0.6em);
  margin-top: calc(3 / 14 * -1em);
}

.plan__wifi-recommended-result-price .origin-price .right {
  font-size: calc(65 / 14 * 0.6em);
  margin-top: calc(3 / 14 * -1em);
  margin-right: calc(12 / 14 * -1em);
}

.plan__wifi-recommended-title {
  text-align: center;
  margin-bottom: 53px;
}

.plan__wifi-recommended-title .md {
  display: block;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  margin-bottom: 4px;
}

.plan__wifi-recommended-title .lg {
  display: inline-flex;
  position: relative;
  font-weight: 900;
  font-size: 42px;
  color: #000;
}

.plan__wifi-recommended-title .lg::before {
  background-color: rgb(var(--color-olive));
  bottom: 5px;
  content: '';
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  z-index: 0;
}

.plan__wifi-recommended-title .lg span {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .plan__price-heading span {
    display: inline;
  }
  .plan__price-wrapper--sim {
    padding: 32px 14px 38px;
    max-width: 632px;
  }
  .plan__price-container__planlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    justify-content: center;
    align-items: end;
    margin-bottom: 48px;
    padding: 0 48px;
  }
  .plan__price-container__planlist > div {
    margin: 0;
  }
  .plan__price-container--sim {
    width: 100%;
  }
  .plan__price-header {
    padding: 18px 8px;
  }
  .plan__price-header-image--sim {
    max-width: 308px;
  }
  .plan__price-body--sim {
    padding: 26px 20px;
  }
  .plan__price-body > .plan__sim-price {
    width: 100%;
  }
  .plan__price-body--wifi {
    padding-bottom: 10px;
  }
  .plan__wifi-unlimited-subheading-image {
    max-width: 424px;
  }
  .plan__wifi-unlimited-speed {
    font-size: 1.8rem;
  }
  .plan__wifi-unlimited-speed > div > span {
    font-size: 2.6rem;
  }
  .plan__wifi-unlimited-speed > div:first-child {
    width: 110px;
  }
  .plan__wifi-abroad-heading-small-1 {
    max-width: 430px;
  }
  .plan__wifi-unlimited-note {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .plan__wifi-abroad-world-map-text {
    display: none;
  }
  .plan__wifi-abroad-world-map-text--large {
    display: block;
    margin: -270px auto 180px;
    max-width: 542px;
  }
  .plan__price-simulation-text > img:first-child {
    display: none;
  }
  .plan__price-simulation-text > img:nth-child(2) {
    max-width: 409px;
    display: inline;
  }
  .plan__wifi-recommended-heading > img:first-child {
    display: none;
  }
  .plan__wifi-recommended-heading > img:nth-child(2) {
    max-width: 510px;
    display: inline;
  }
  .plan__wifi-recommended-chart > img {
    max-width: 568px;
  }
}

/* ====================================== */
/* 会員特典部分 */
/* ====================================== */

.member-only-benefits {
  background-color: rgb(var(--color-yellow));
  padding: 62px 0;
}

.member-only-benefits__title::before {
  background-color: rgb(var(--color-white));
}

.member-only-benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-only-benefits__item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  max-width: 355px;
  width: 100%;
}

.member-only-benefits__item:last-child {
  margin-bottom: 0;
}

.member-only-benefits__item:first-child .member-only-benefits__image {
  width: 150px; /* 割引クーポン特典 */
}

.member-only-benefits__item:nth-child(2) .member-only-benefits__image {
  width: 138px; /* 買取UP */
}

.member-only-benefits__item:nth-child(3) .member-only-benefits__image {
  width: 90px; /* 増割いきなり＆永久ゴールド */
}

.member-only-benefits__item:nth-child(4) .member-only-benefits__image {
  width: 94px; /* 神奈川FD */
}

.member-only-benefits__item-header {
  background-color: rgb(var(--color-green));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: rgb(var(--color-white));
  padding: 8px 16px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.member-only-benefits__item-header::before {
  background-color: rgba(var(--color-white), 0.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.member-only-benefits__image {
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-12px);
}

.member-only-benefits__item-body {
  background-color: rgb(var(--color-white));
  border-top: 4px solid rgb(var(--color-yellow));
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 16px;
}

.member-only-benefits__item-body > p {
  margin: 0;
}

.member-only-benefits__note {
  color: #666;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 4px;
  display: block;
}

.member-only-benefits__note-inline {
  display: inline-block;
  color: #666;
  padding: 0 0 0 0.2rem;
}

.member-only-benefits__note-inline a {
  color: #666;
}

.member-only-benefits__item-body > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .member-only-benefits {
    padding-bottom: 96px;
  }
  .member-only-benefits__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 48px;
    max-width: 1048px;
    margin: 0 auto;
  }
  .member-only-benefits__item {
    margin-bottom: 0;
    max-width: 500px;
  }
  .member-only-benefits__item-header {
    font-size: 3.6rem;
    line-height: 4.9rem;
    padding: 16px 28px;
  }
  .member-only-benefits__item-body {
    border-top-width: 6px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    min-height: 82px;
    padding: 16px 24px;
  }
  .member-only-benefits__item:first-child .member-only-benefits__image {
    width: 200px; /* 割引クーポン特典 */
  }
  .member-only-benefits__item:nth-child(2) .member-only-benefits__image {
    width: 193px; /* 買取UP */
  }
  .member-only-benefits__item:nth-child(3) .member-only-benefits__image {
    width: 125px; /* 増割いきなり＆永久ゴールド */
  }
  .member-only-benefits__item:nth-child(4) .member-only-benefits__image {
    width: 130px; /* 神奈川FD */
  }
  .member-only-benefits__note-inline {
    font-size: 80%;
  }
}

/* ====================================== */
/* オプション部分 */
/* ====================================== */

.options {
  background-color: rgb(var(--color-light-grey));
  padding: 72px 0;
}

.options__title::before {
  background-color: rgb(var(--color-yellow));
}

.options__block {
  margin-bottom: 48px;
}

.options__block:last-child {
  margin-bottom: 0;
}

.options__heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.options__subheading {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 48px;
  padding: 0 12px;
  text-align: center;
}

.options__subheading--sim {
  margin-bottom: 24px;
}

.options__price-cards-container {
  max-width: 331px;
  margin: 0 auto;
}

.options__price-card {
  margin: 0 auto;
  margin-bottom: 8px;
  width: 100%;
}

.options__price-card:last-child {
  margin-bottom: 0;
}

.options__price-header {
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-white));
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 4px;
}

.options__price-container {
  align-items: center;
  background-color: rgb(var(--color-white));
  border: 1px solid rgb(var(--color-green));
  color: rgb(var(--color-black));
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 10px;
}

.options__price-txt-data {
  display: flex;
  align-items: center;
  color: rgb(var(--color-dark-grey));
}

.options__price-txt-data .md {
  position: relative;
  top: 0;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}

.options__price-txt-data .price {
  white-space: nowrap;
  padding-left: 5px;
}

.options__price-txt-data .price .number {
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.options__price-txt-data .price .plus {
  padding-right: 2px;
}

.options__price-txt-data .price .unit {
  position: relative;
  top: -3px;
  font-size: calc(32px * 0.6);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding-left: 3px;
}

.options__price-txt-data .origin-price {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  top: 2px;
}

.options__price-txt-data .origin-price .number-2 {
  font-size: calc(32px * 0.7);
  line-height: 1;
  letter-spacing: -0.02em;
}

.options__price-txt-data .origin-price .origin-unit {
  position: relative;
  top: -3px;
  font-size: calc(32px * 0.6);
  white-space: nowrap;
  margin-left: 1px;
}

.options__price-txt-data .origin-price .origin-unit .sm {
  display: block;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%, -100%);
  font-size: 7px;
  white-space: nowrap;
}

.options__price-txt-data .origin-price .left {
  font-size: calc(32px * 0.6);
  margin-top: -0.3rem;
  margin-left: -10px;
}

.options__price-txt-data .origin-price .right {
  font-size: calc(32px * 0.6);
  margin-top: -0.3rem;
  margin-right: -12px;
}

.options__price-container--wifi {
  border-color: rgb(var(--color-black));
  width: 264px;
}

.options__price {
  width: 100%;
  margin: 0 auto;
}

.options__price--1 {
  max-width: 238px;
}

.options__price--2 {
  max-width: 236px;
}

.options__price--3 {
  max-width: 204px;
}

.options__price--4 {
  max-width: 204px;
}

.options__price--5 {
  max-width: 220px;
}

.options__price--6 {
  margin-left: 16px;
  margin-right: auto;
  max-width: 145px;
}

.options__price--wifi {
  max-width: 200px;
}

.options__note {
  color: rgb(var(--color-grey));
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 auto;
  margin-top: 36px;
  padding: 0 8px;
  max-width: 386px;
}

.options__details-nav-button {
  background-color: rgb(var(--color-green));
  color: rgb(var(--color-white));
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 700;
  height: 32px;
  width: 50%;
}

.options__details-nav-button:not(.is-active) {
  position: relative;
}

.options__details-nav-button:not(.is-active)::before {
  background-color: rgba(var(--color-black), 0.4);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.options__details-nav-button > svg {
  margin-left: 4px;
  width: 8px;
  transform: rotate(90deg);
}

.options__details-body {
  background-color: rgb(var(--color-white));
  border: 1px solid rgb(var(--color-green));
  padding: 16px;
}

.options__details-list {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgb(var(--color-grey));
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

.options__details-list:last-child {
  margin-bottom: 0;
}

.options__details-list + span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgb(var(--color-grey));
  display: inline-block;
}

.options__details-list > li {
  position: relative;
  padding-left: 12px;
}

.options__details-list > li > span {
  position: absolute;
  top: 1px;
  left: 0;
  height: 11px;
  width: 11px;
}

@media screen and (min-width: 1024px) {
  .options {
    padding-bottom: 96px;
  }
  .options__title {
    margin-bottom: 48px;
  }
  .options__heading {
    font-size: 3.3rem;
    line-height: 5.7rem;
    margin-bottom: 6px;
  }
  .options__subheading {
    margin-bottom: 24px;
  }
  .options__price-container {
    padding: 10px 8px;
    min-height: 32px;
  }
  .options__price--wifi {
    max-width: 250px;
  }
  .options__price-cards-container {
    align-items: center;
    display: flex;
    column-gap: 8px;
    max-width: 670px;
    margin: 0 auto;
  }
  .options__price-cards-container.one-col {
    max-width: 331px;
    flex-wrap: wrap;
  }
  .options__price-cards-container.one-col .options__price-card {
    width: 100%;
    margin-bottom: 12px;
  }
  .options__price-header {
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
  .options__price--1 {
    max-width: 296px;
  }
  .options__price--2 {
    max-width: 296px;
  }
  .options__price--3 {
    max-width: 256px;
  }
  .options__price--4 {
    max-width: 252px;
  }
  .options__price--5 {
    max-width: 276px;
  }
  .options__price--6 {
    max-width: 182px;
  }
  .options__price-card {
    margin-bottom: 0;
    width: 330px;
  }
  .options__details {
    margin: 60px auto 0;
    max-width: 686px;
  }
  .options__details-nav-button {
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
  .options__details-nav-button {
    height: 40px;
  }
  .options__details-body {
    padding: 24px;
  }
  .options__details-nav-button > svg {
    margin-top: -2px;
    width: 10px;
  }
}

/* ====================================== */
/* FAQ部分 */
/* ====================================== */

.faqs {
  padding: 72px 0;
}

.faqs__title::before {
  background-color: rgb(var(--color-light-green));
}

.faqs__block {
  margin-bottom: 48px;
}

.faqs__block:last-child {
  margin-bottom: 0;
}

.faqs__header-arrow-icon {
  color: rgb(var(--color-green));
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 16px;
  transform: rotate(90deg);
  width: 22px;
}

.faqs__heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.faqs__subheading {
  color: rgb(var(--color-green));
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.faqs__body-large {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1rem;
  text-align: left;
  margin: 0;
  margin-bottom: 1.2rem;
}

.faqs__sim-wrapper {
  margin: 0 auto;
  max-width: 590px;
}

.faqs__wifi-wrapper {
  margin: 0 auto;
  max-width: 568px;
}

.faqs__wifi-wrapper-large {
  padding: 0 24px;
}

.faqs__note {
  color: rgb(var(--color-grey));
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: left;
}

.faqs__body {
  font-size: 1.6rem;
  line-height: 1;
}

.faqs__body-list-container {
  background-color: rgb(var(--color-white));
  border: 1px solid rgb(var(--color-green));
  margin: 8px auto;
  max-width: 290px;
  padding: 16px 0;
}

.faqs__body-list {
  list-style: none;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0;
  padding-left: 24px;
}

.faqs__body-list > li {
  margin-bottom: 8px;
}

.faqs__body-list > li:last-child {
  margin-bottom: 0;
}

.faqs__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 610px;
}

.faqs__list-item {
  margin-bottom: 4px;
}

.faqs__list-item:last-child {
  margin-bottom: 0;
}

.faqs__wifi-heading-list {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .faqs__wifi-heading-list {
    font-size: 2vw;
  }
}

.faqs__wifi-heading-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(72 / 14 * 1em);
  background-color: rgb(var(--color-green));
  text-align: center;
  padding: 0 calc(16 / 14 * 1em);
  margin-bottom: calc(9 / 14 * 1em);
}

.faqs__wifi-heading-list-item:last-child {
  margin-bottom: 0 !important;
}

.faqs__wifi-heading-list-item .text-faq {
  position: relative;
  top: -0.1em;
  color: #fff;
  white-space: nowrap;
}

.faqs__wifi-heading-list-item .text-faq .md {
  font-weight: 600;
  font-size: calc(29 / 14 * 1em);
}

.faqs__wifi-heading-list-item .text-faq .md-2 {
  font-weight: 400;
  font-size: calc(29 / 14 * 1em);
}

.faqs__wifi-heading-list-item .text-faq .md-2 .left {
  margin-left: -0.4em;
}

.faqs__wifi-heading-list-item .text-faq .md-2 .right {
  margin-right: -0.4em;
}

.faqs__wifi-heading-list-item .text-faq .num {
  position: relative;
  top: 0.1em;
  font-weight: 400;
  font-size: calc(41 / 14 * 1em);
}

.faqs__wifi-heading-list-item .text-faq .highlight {
  font-weight: 700;
  font-size: calc(41 / 14 * 1em);
}

.faqs__wifi-note-list {
  color: rgb(var(--color-grey));
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
}

.faqs__wifi-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faqs__apply-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}

.faqs__apply-list-item {
  margin: 0 auto;
  width: 100%;
  max-width: 318px;
  position: relative;
}

.faqs__apply-list-item:last-child {
  margin-bottom: 0;
}

.faqs__apply-list-item-header {
  background-color: rgb(var(--color-green));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: rgb(var(--color-white));
  padding: 16px 8px;
}

.faqs__apply-list-item-header > h4 {
  margin: 0;
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
}

.faqs__apply-list-item-body {
  background-color: rgb(var(--color-yellow));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding: 16px;
}

.faqs__apply-list-item-body-copy {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 8px;
}

.faqs__apply-list-item > svg {
  color: rgb(var(--color-yellow));
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

@media screen and (min-width: 1024px) {
  .faqs__title {
    margin-bottom: 48px;
  }
  .faqs__heading {
    font-size: 3.3rem;
    line-height: 5.7rem;
    margin-bottom: 16px;
  }
  .faqs__subheading {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
  .faqs__block {
    margin-bottom: 72px;
  }
  .faqs__body {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  .faqs__body-list-container {
    margin: 16px auto;
    max-width: 336px;
    padding: 24px 0;
  }
  .faqs__body-list {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .faqs__apply-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 0;
    max-width: 1346px;
    margin: 0 auto;
  }
  .faqs__apply-list-item > svg {
    left: auto;
    bottom: 50%;
    transform: translate(30px, 50%) rotate(270deg);
    right: 0;
  }
  .faqs__apply-list-item-body {
    min-height: 108px;
  }
  .faqs__apply-list-item-body-copy {
    margin-bottom: 10px;
  }
  .faqs__wifi-note {
    padding: 0 8px;
  }
}

.faqs__procedure {
  max-width: 1264px;
  padding: 0 8px;
  margin: 0 auto 100px;
}

.faqs__procedure_heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .faqs__procedure_heading {
    font-size: 3.3rem;
    line-height: 5.7rem;
    margin-bottom: 16px;
  }
}

.faqs__procedure-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 1023px) {
  .faqs__procedure-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.faqs__procedure-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 23.5%;
}

@media (max-width: 1023px) {
  .faqs__procedure-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.faqs__procedure-item:before {
  content: '';
  position: absolute;
  right: 1px;
  top: 128px;
  transform: translate(100%, 0);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid rgb(var(--color-yellow));
  border-bottom: 20px solid transparent;
}

@media (max-width: 1023px) {
  .faqs__procedure-item:before {
    bottom: 1px;
    top: auto;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(var(--color-yellow));
  }
}

.faqs__procedure-item:last-child::before {
  display: none;
}

.faqs__procedure-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 91px;
  background: rgb(var(--color-green));
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  font-size: 33px;
  color: #fff;
}

@media (max-width: 1199px) {
  .faqs__procedure-header {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .faqs__procedure-header {
    font-size: 33px;
  }
}

.faqs__procedure-body {
  flex: 1 1 auto;
  position: relative;
  text-align: center;
  background: rgb(var(--color-yellow));
  border-radius: 0 0 20px 20px;
  padding: 20px 10px 20px;
}

.faqs__procedure-body .txt-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  font-weight: 700;
  font-size: 26px;
  line-height: calc(35 / 26);
  color: rgb(var(--color-dark-grey));
  margin-bottom: 9px;
}

.faqs__procedure-body .txt-md {
  font-size: 12px;
  color: #666;
  margin-bottom: 13px;
}

.faqs__procedure-body .box-btn {
  display: flex;
  justify-content: center;
}

.faqs__procedure-body .box-btn .cta-button {
  width: 168px;
  font-size: 15px;
}

.faqs__procedure-body .box-btn .cta-button__link {
  width: 168px;
  font-size: 15px;
  padding: 9px 0;
}

.faqs__procedure-body .box-btn .cta-button__bg {
  transform: translateY(4px);
}

/* ====================================== */
/* フッター部分 */
/* ====================================== */

.footer {
  background-color: rgb(var(--color-green));
  padding: 36px 8px 134px;
}

.footer__header {
  margin-bottom: 16px;
  text-align: center;
}

.footer__header > a:hover > .footer__logo:first-child {
  display: none;
}

.footer__header > a:hover > .footer__logo:last-child {
  display: inline;
}

.footer__logo {
  width: 232px;
}

.footer__logo:last-child {
  display: none;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgb(var(--color-white));
  max-width: 200px;
  margin: 0 auto;
}

.footer__list > li {
  margin-bottom: 12px;
}

.footer__link {
  align-items: center;
  color: rgb(var(--color-white));
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.footer__link:hover {
  color: rgb(var(--color-yellow));
}

.footer__link > svg {
  margin-right: 4px;
  width: 6px;
}

.footer__link > span {
  text-decoration: underline;
}

.footer__copyright {
  color: rgb(var(--color-white));
  margin-top: 32px;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 72px;
    padding-bottom: 112px;
  }
  .footer__content {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
  }
  .footer__header {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0;
  }
  .footer__logo {
    width: 290px;
  }
  .footer__link {
    font-size: 1.4rem;
  }
  .footer__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    column-gap: 48px;
    max-width: 500px;
  }
  .footer__list > li {
    margin-bottom: 16px;
  }
  .footer__copyright {
    margin-top: 60px;
  }
}

/* ====================================== */
/* 下部申し込み枠 */
/* ====================================== */

.bottom-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--color-yellow));
  padding: 16px 8px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease;
  transform: translateY(100%);
  z-index: 2;
}

.bottom-cta.is-active {
  transform: translateY(0);
}

.bottom-cta__pattern {
  position: absolute;
  background-repeat: repeat;
  opacity: 0.05;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-cta .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 70px;
}

@media (max-width: 1023px) {
  .bottom-cta .button-wrapper {
    gap: 10px 20px;
  }
}

@media (max-width: 767px) {
  .bottom-cta .button-wrapper {
    justify-content: space-between;
    gap: 20px 0;
  }
}

@media (max-width: 1023px) {
  .bottom-cta .button-wrapper .cta-button {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .bottom-cta .button-wrapper .cta-button {
    width: 49.38%;
  }
}

@media (max-width: 767px) {
  .bottom-cta .button-wrapper .cta-button:nth-child(1) {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bottom-cta .button-wrapper .cta-button:nth-child(1) .cta-button__link {
    font-size: 3rem;
    padding: 9px 0;
  }
}

/* ====================================== */
/* 申し込みボタン */
/* ====================================== */

.cta-button {
  position: relative;
  width: 240px;
}

.cta-button.blue .cta-button__link {
  background-color: #008134;
}

.cta-button.blue .cta-button__link:hover {
  background-color: rgb(25, 166, 81);
}

.cta-button.blue .cta-button__bg {
  background-color: #00622c;
}

.cta-button__link {
  align-items: center;
  background-color: rgb(var(--color-red));
  border-radius: 40px;
  color: rgb(var(--color-white));
  display: inline-flex;
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.cta-button__link:hover {
  background-color: #da4c4c;
}

.cta-button__link::before {
  background-color: rgba(var(--color-white), 0.2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.cta-button__bg {
  background-color: rgb(var(--color-dark-red-2));
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  transform: translateY(6px);
  z-index: 0;
}

.cta-button__label,
.cta-button__link svg {
  margin-left: 8px;
  position: relative;
  z-index: 2;
}

.cta-button__link svg {
  color: rgb(var(--color-white));
  width: 10px;
}

/* ====================================== */
/* アコーディオンメニュー */
/* ====================================== */

.accordion__header {
  background-color: rgb(var(--color-light-green));
  align-items: baseline;
  display: flex;
  padding: 0;
  width: 100%;
}

.accordion__header:hover {
  opacity: 0.4;
}

.accordion__a,
.accordion__q {
  flex-shrink: 0;
  font-size: 2rem;
  text-transform: uppercase;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  transform: translateY(3px);
}

.accordion__q {
  color: rgb(var(--color-white));
}

.accordion__a {
  color: rgb(var(--color-green));
}

.accordion__header-title {
  align-items: center;
  background-color: rgb(var(--color-light-grey));
  color: rgb(var(--color-black));
  display: flex;
  justify-content: space-between;
  padding: 10px 16px 10px 12px;
  width: 100%;
}

.accordion__header-title > span:first-child {
  padding-right: 12px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-align: left;
}

.accordion__header-title > span:last-child,
.accordion__header-title > svg {
  color: rgb(var(--color-green));
  flex-shrink: 0;
  width: 11px;
  transform: rotate(90deg);
}

.accordion__content {
  align-items: baseline;
  background-color: rgb(var(--color-white));
  border: 1px solid rgb(var(--color-light-grey));
  border-top: 0;
  display: flex;
}

.accordion__content-body {
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 10px 12px;
}

@media screen and (min-width: 1024px) {
  .accordion__a,
  .accordion__q {
    font-size: 2.6rem;
    line-height: 2.9rem;
    width: 50px;
  }
  .accordion__header-title {
    padding-top: 11px;
  }
  .accordion__header-title > span:first-child {
    font-size: 1.6rem;
    line-height: 2.9rem;
  }
  .accordion__content-body {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 13px;
  }
}

/* ====================================== */
/* 上へ戻るボタン */
/* ====================================== */

.scroll-to-top {
  position: fixed;
  bottom: 76px;
  right: 8px;
  transition: all 0.2s ease;
  z-index: 4;
  transform: translateY(250%);
}

.scroll-to-top.is-active {
  transform: translateY(0);
}

.scroll-to-top__button {
  align-items: center;
  color: rgb(var(--color-green));
  display: flex;
  height: 54px;
  justify-content: center;
  position: relative;
  width: 54px;
}

.scroll-to-top__button::after,
.scroll-to-top__button::before {
  border-radius: 50%;
  content: '';
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.scroll-to-top__button::before {
  background-color: rgb(var(--color-white));
}

.scroll-to-top__button::after {
  background-color: rgba(var(--color-black), 0.2);
  transform: translateY(6px);
  z-index: 0;
}

.scroll-to-top__button:hover {
  color: #759e89;
}

.scroll-to-top__button > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.scroll-to-top__button > div > span {
  margin-top: 6px;
  text-transform: uppercase;
}

.scroll-to-top__arrow-icon {
  width: 18px;
  transform: rotate(180deg);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9999;
  padding: 30px 16px;
}

.modal-content {
  opacity: 0;
  transform: translateY(-50px);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  border-radius: 8px;
}

.fade-in {
  animation: fadeIn 0.3s forwards;
}
.fade-out {
  animation: fadeOut 0.3s forwards;
}
.slide-in {
  animation: slideIn 0.35s ease-out forwards;
}
.slide-out {
  animation: slideOut 0.3s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-50px);
    opacity: 0;
  }
}

.modal-online-consultation .modal-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.modal-online-consultation .modal-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 245px;
  height: 56px;
  background: #fff;
  color: #dc0000;
  border: 2px solid #dc0000;
  border-radius: 50px;
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 20px;
  transition: all 0.3s ease;
}

.modal-online-consultation .modal-content > span {
  color: #FFF;
  text-align: center;
  width: 100%;
}

.modal-online-consultation .modal-button:hover .modal-button__icon {
  left: 5px;
}
.modal-online-consultation .modal-button .modal-button__icon {
  position: relative;
  left: 0;
  top: -3px;
  transition: all 0.4s ease;
  margin-left: 8px;
}

.modal-phone-consultation .modal-content {
  max-width: 500px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.modal-phone-consultation .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 91px;
  background: #008134;
}

@media (max-width: 767px) {
  .modal-phone-consultation .modal-header {
    height: 68px;
  }
}

.modal-phone-consultation .modal-header .modal-title {
  font-weight: normal;
  font-size: 35px;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .modal-phone-consultation .modal-header .modal-title {
    font-size: 28px;
  }
}

.modal-phone-consultation .btn-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.modal-phone-consultation .btn-close svg {
  width: 68px;
  height: 68px;
}

@media (max-width: 767px) {
  .modal-phone-consultation .btn-close svg {
    width: 48px;
    height: 48px;
  }
}

.modal-phone-consultation .modal-body {
  padding: 43px 28px 36px;
}

@media (max-width: 767px) {
  .modal-phone-consultation .modal-body {
    padding: 30px 20px;
  }
}

.modal-phone-consultation .txt-phone-number {
  text-align: center;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .modal-phone-consultation .txt-phone-number {
    margin-bottom: 16px;
  }
}

.modal-phone-consultation .txt-phone-number a {
  display: inline-block;
  font-weight: 900;
  font-size: 47px;
  text-decoration: none;
  color: #4d4d4d;
  border-bottom: 2px solid #85c39e;
  padding: 0 6px 8px;
}

@media (max-width: 767px) {
  .modal-phone-consultation .txt-phone-number a {
    font-size: 36px;
    padding: 0 6px;
  }
}

@media (max-width: 575px) {
  .modal-phone-consultation .txt-phone-number a {
    font-size: 32px;
  }
}

.modal-phone-consultation .txt-md {
  display: table;
  max-width: 516px;
  font-weight: 300;
  font-size: 18px;
  line-height: calc(26 / 18);
  color: #4d4d4d;
  text-align: 1a1a1a;
  margin: auto;
}

@media (max-width: 767px) {
  .modal-phone-consultation .txt-md {
    font-size: 16px;
  }
}
