html {
  background: conic-gradient(from 90deg at 1px 1px, rgba(0, 0, 0, 0) 25%, gainsboro 0%) -0.5px -0.5px/1em 1em, linear-gradient(45deg, rgba(0, 0, 0, 0) calc(50% + -1 * 0.5px), gainsboro 0 calc(50% + 0.5px), rgba(0, 0, 0, 0) 0) 0 0/2em 2em, linear-gradient(-45deg, rgba(0, 0, 0, 0) calc(50% + -1 * 0.5px), gainsboro 0 calc(50% + 0.5px), rgba(0, 0, 0, 0) 0) 0 0/2em 2em;
}

html {
  font-size: 62.5%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.wrap {
  background-color: #fff;
  max-width: 375px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px 0px rgba(46, 14, 0, 0.35);
}

.price {
  padding: 2rem 4rem;
}
.price p {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  font-style: italic;
  font-weight: bold;
  margin: 5% auto;
  text-align: center;
}

.hige {
  background-color: #61c4e6;
}

.ude {
  background-color: #fef33a;
}
.ude p {
  color: #333333;
}

.campaign {
  background: radial-gradient(circle, rgb(94, 115, 255) 0%, rgb(41, 56, 129) 60%);
}
.campaign h2 img {
  max-width: 100%;
  width: 100%;
}

.crown {
  margin-bottom: 2rem;
}
.crown h2 {
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 5%;
}
.crown h2 span {
  font-size: 1.8rem;
}
.crown h2 .strong {
  font-size: 2rem;
  font-weight: bold;
}
.crown p {
  color: #333333;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 1.5rem;
  text-align: left;
  margin: 5px auto;
}
.crown__inner {
  margin: 2rem 4rem;
  padding: 5%;
  border: #333333 1px solid;
}
.crown .heading {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 5%;
}
.crown .hikaku {
  padding: 0 -4rem;
}
.crown .hikaku img {
  max-width: 100%;
  width: 100%;
}

hr {
  border-top: 1.5px solid #333333;
  margin: 5% auto;
}

.flow {
  padding: 0 4rem;
}
.flow .heading {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 5%;
  text-align: center;
}
.flow img {
  max-width: 100%;
  width: 100%;
  margin-top: 5%;
}

.voice__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  padding: 5% 10%;
  filter: drop-shadow(3px 3px 0 #aaa);
}
.voice .heading {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 5%;
  text-align: center;
}

.reserve {
  background: radial-gradient(circle, rgb(94, 115, 255) 0%, rgb(41, 56, 130) 60%);
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  position: relative;
}
.reserve .fa-solid {
  font-size: 1.2rem;
  position: absolute;
  top: 40%;
  right: 10%;
}

.gold_b {
  color: #333333;
  background: radial-gradient(circle, rgb(255, 241, 153) 0%, rgb(247, 161, 0) 100%);
}

.box {
  background-color: #293882;
}
.box .heading {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 5%;
  text-align: center;
  color: #fff;
}

.box {
  margin: 0 auto;
  padding-top: 10%;
}
.box_inner {
  list-style: none;
  max-width: 100%;
  padding: 5%;
  display: block;
  position: relative;
}
.box_tittle {
  background: linear-gradient(90deg, #61c4e6 70%, #ffffff 100%);
  color: #333333;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 2px;
  padding: 0.5em;
  line-height: 1.5em;
  letter-spacing: 0.2rem;
  text-align: center;
}
.box_tittle::before {
  position: absolute;
  content: "+";
  font-family: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  right: 1rem;
  padding: 0.5em;
}
.box_tittle.close::before {
  content: "-";
}
.box .box_main {
  display: none;
  background: #efefef;
  padding: 3%;
  text-align: left;
}
.box .box_main iframe {
  max-width: 100%;
  height: auto;
}

footer {
  text-align: center;
  background-color: #293882;
  color: #ffffff;
}
footer .footer_nav {
  margin: 5% auto;
}
footer .footer_nav a {
  background-color: #e2e2e2;
  border-radius: 10px;
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}/*# sourceMappingURL=style.css.map */