@media (min-width: 835px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.faq__a-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #2d507d;
}

.junka__ttl-flex {
  /* background: url(../img/flare.webp) no-repeat center / cover 120% linear-gradient(0deg, rgba(210, 226, 236, 0) 0%, rgb(210, 226, 236) 10%, rgb(210, 226, 236) 90%, rgba(210, 226, 236, 0) 100%); */
  background: url(../img/flare.webp) no-repeat center top 20px / cover;
}

.junka__ttl-flex::before {
  display: none;
}

.plan__low-txt {
  padding: 30px 0 0;
}

.plan__present-bl {
  margin-top: 30px;
}

#modal-item01 .table-wrapper {
  width: 857px;
}

@media (max-width: 1024px) {
  .modal-close {
    right: 0;
    top: -50px;
  }
  .modal-wrapper {
    /* overflow: visible; */
    padding: 20px 10px;
  }

  .modal-wrapper__inner {
    /* overflow: hidden; */
    overflow: scroll;
  }

  .modal-item__ttl {
    position: sticky;
    top: 0;
    left: 0;
  }
  .table-wrapper {
    position: relative;
    overflow: visible;
    overflow: clip;
    /* overflow: auto; */
    border: none;
  }
  /* .table-wrapper::before {
    content: '';
    position: sticky;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #fff;
  } */
  
  .modal-table {
    /* display: none; */
    display: block;
  }
  .modal-table-sp {
    /* display: block; */
    display: none;
    border-collapse: collapse;
    white-space: nowrap;
  }

  /* .modal-table th,
  .modal-table td {
    border: 1px solid #ddd;
  } */

  /* .sticky_row { */
  .modal-table thead th {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
  }

  .modal-table thead th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #ccc; */
    z-index: -1;
  }
  /* .sticky_col { */
  .tbody-th {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    /* border-top: none;
    border-bottom: none; */
    border-left: none;
    border-right: none;
  }
  /* .sticky_col::before { */
  .tbody-th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
    /* background: #f8f8f8; */
    z-index: -1;
  }

  .modal-table tbody td:first-of-type {
    border-left: none;
  }

  /* .sticky_cross { */
  .table-left {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 5px 0 0 0;
    z-index: 1;
  }
  .table-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #ccc; */
    z-index: -1;
  }

  /* .modal-table-sp th {
    width: 50%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
  }
  .modal-table-sp th.fuji {
    background-color: #4a70a0;
  }
  .modal-table-sp th.fuji + td {
    background-color: #eef3f9;
  }
  .modal-table-sp th.p1 {
    background-color: #658ec2;
  }
  .modal-table-sp th.p2 {
    background-color: #7398c8;
  }
  .modal-table-sp td {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
  }
  .modal-item__ttl {
    font-size: 1.5rem;
  }
  .modal-table-sp__main-th {
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    border-right: none !important;
    color: var(--black) !important;
    font-weight: 400;
    background-color: #ececec;
  }
  .table-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  } */
}

@media (max-width: 380px) {
  .modal-close {
    right: 0;
    top: -39px;
  }
}

/* 250327 */

.product__top-price__btn {
  margin-bottom: 60px;
}

.dsp__price-btn {
  margin-top: 40px;
  margin-bottom: 50px;
}

.dsp__design-price__btn {
  margin-top: 35px;
}

.price-btn {
  background: #314967;
  background: linear-gradient(
    -45deg,
    #314967 50%,
    #3149672d 60%,
    #314967 70%
  );
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
	0% {
		background-position-x: 400%;
	}
	50% {
		background-position-x: 0%;
	}
	100% {
		background-position-x: -400%;
	}
}

/* 250430 */
#voice::before {
  aspect-ratio: 1 / 1.5;
}