@charset "UTF-8";
#price-plan * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#price-plan #price-plan-body,
#price-plan html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 700;
  /* word-break: keep-all; */
}
#price-plan img {
  width: inherit;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}
#price-plan ul,
#price-plan ol {
  list-style: none;
}
#price-plan a {
  transition: 0.3s;
}
#price-plan a:hover {
  opacity: 0.8;
}
@media (width < 480px) {
  #price-plan .nosp {
    display: none;
  }
}
@media (480px <= width) {
  #price-plan .nopc {
    display: none;
  }
}
#price-plan #fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  background: #fff;
}
@media (width < 480px) {
  #price-plan #fixed li {
    width: 49.5vw;
  }
  #price-plan #fixed li img {
    width: 100%;
  }
}
@media (480px <= width) {
  #price-plan #fixed {
    background: none;
    right: 0;
    width: inherit;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 1rem;
  }
}
#price-plan #header {
  margin: 0 auto;
  max-width: 960px;
}
#price-plan #main-title {
  margin: 0 auto 2.5rem;
  padding: 1rem;
  background: #e23c37;
  color: #fff;
  font-weight: 900;
  text-align: center;
  max-width: 960px;
}
#price-plan #main-title strong {
  color: yellow;
  font-size: 1.225rem;
}
#price-plan #main-title strong span {
  font-size: 1rem;
}
@media (width > 480px) {
  #price-plan #main-title {
    font-size: 1.5rem;
  }
  #price-plan #main-title strong {
    color: yellow;
    font-size: 2rem;
  }
  #price-plan #main-title strong span {
    font-size: 1.5rem;
  }
}
#price-plan #sec1 {
  margin: 2.5rem auto;
  max-width: 960px;
  text-align: center;
}
#price-plan #sec1 h2 {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
#price-plan #sec1 #plan {
  width: 100%;
  overflow-x: scroll;
}
@media (width < 480px) {
  #price-plan #sec1 #plan {
    padding: 0 1rem;
  }
  #price-plan #sec1 #plan img {
    width: 700px;
    max-width: 700px;
  }
}
#price-plan #sec2 h3 {
  margin-bottom: 1rem;
}
#price-plan #sec2 .fig {
  margin-bottom: 1rem;
  max-width: 2rem;
}
#price-plan #sec2 .plan-wrapper {
  margin: 0 auto 1rem;
  background: #fff;
}
#price-plan #sec2 .plan-wrapper .inner {
  padding: 0 1rem 1rem;
}
#price-plan #sec2 .plan-wrapper .inner p {
  margin-bottom: 1rem;
}
#price-plan #sec2 .notice {
  margin-bottom: 2rem;
  padding-left: 1em;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
}
#price-plan #sec2 .notice li {
  text-indent: -1em;
}
#price-plan #sec2 .notice li::before {
  content: "※";
}
#price-plan .section {
  margin: 0 auto;
  padding: 1rem;
  max-width: 960px;
  text-align: center;
  background: #fffde9;
}
#price-plan .section h2 {
  margin-bottom: 2rem;
}
#price-plan .section.no-bg {
  margin-top: 2.5rem;
  background: none;
}
@media (width > 480px) {
  #price-plan .section {
    padding: 2rem;
  }
}
#price-plan .border-box {
  background: #fff;
  margin: 2rem auto;
  border: 1px solid #ddd;
  border-radius: 1.5rem;
  max-width: 640px;
  overflow: hidden;
}
#price-plan .border-box img {
  width: 100%;
}
#price-plan .border-box.plan1 {
  border-color: #e23c37;
}
#price-plan .border-box.plan2 {
  border-color: #ea6000;
}
#price-plan .border-box.plan3 {
  border-color: #0066b2;
}
#price-plan .border-box.plan4 {
  border-color: #00a6c3;
}
#price-plan .border-box.plan5 {
  border-color: #e14869;
}
#price-plan .border-box .view360 {
  padding: 1rem 3rem 3rem 3rem;
}
#price-plan .acd-trigger {
  margin: 1rem;
  cursor: pointer;
  display: block;
  background: linear-gradient(to bottom, #24c3de, #00a6c3);
  border-radius: 1rem;
  color: #fff;
  font-size: 1.25rem;
}
#price-plan .acd-trigger p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6rem;
}
#price-plan .acd-trigger p::after {
  margin-top: 0.5rem;
  content: url(../img/btn-open.svg);
}
#price-plan .acd-trigger input {
  display: none;
}
@media (width > 480px) {
  #price-plan .acd-trigger {
    margin-top: 2rem;
  }
}
#price-plan .acd-content {
  display: none;
}
#price-plan .acd-trigger:has(input:checked) p::after {
  content: url(../img/btn-close.svg);
}
#price-plan .acd-trigger:has(input:checked) + .acd-content {
  display: block;
}
#price-plan .btn-shop {
  margin: 5rem auto 0;
  text-align: center;
}
#price-plan .btn-shop img {
  width: 80%;
  max-width: 640px;
}
#price-plan #footer {
  margin-bottom: 3.5rem;
  padding: 2rem;
  text-align: center;
  font-size: 0.8rem;
}
@media (width > 480px) {
  #price-plan #footer {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */