main {
  margin-top: 60px;
  margin-bottom: 60px;
}
.breadcrumb {
  background-color: #fff;
}
section {
  margin: 0 auto;
  padding: 50px 15px;
}
.fv {
  background: url(../images/title-bg.webp) no-repeat center bottom / 180%;
  background-color: #65b1f8;
}
.fv-title {
  width: 90%;
  margin: 0 auto;
  max-width: 480px;
}
.fv-inner {
  padding: 5em 1em 8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  align-items: center;
}
.countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  font-size: 1.2em;
  flex-direction: column;
}
.cd-text {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.cd-text span {
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  background-color: #000;
  font-size: 2.2em;
  line-height: 1;
  padding: 0.1em 0.15em;
  border-radius: 5px;
  margin: 0 2px;
}
.section-price-rev {
  background-color: #f1f1f1;
}
.price-rev-bg {
  background-color: #fff;
  padding: 2em 1.4em;
  border-radius: 10px;
  margin: -10em auto 0;
  max-width: 680px;
}
.price-rev-text {
  font-size: 1em;
  text-align: center;
  line-height: 1.8;
}
.price-rev-text span,
.price-rev-text02 span {
  display: inline-block;
}
.price-rev-text02 {
  font-size: 1em;
  margin: 2em auto 0;
  text-align: center;
  line-height: 1.6;
  font-weight: 800;
}
.price-img-title {
  font-size: 1.4em;
  text-align: center;
  margin: 2em auto 1em;
}
.price-img {
  max-width: 560px;
  margin: 0 auto;
}
.valuation-inner {
  text-align: center;
}
.valuation-inner p {
  font-size: 1.1em;
  margin: 1em auto;
  font-weight: 600;
}
.valuation-title {
  max-width: 320px;
  margin: 0 auto 2em;
  width: 70%;
}
.valuation-img01 {
  max-width: 340px;
  margin: 1.5em auto;
  width: 90%;
}
.valuation-img02 {
  max-width: 320px;
  margin: 1em auto;
  width: 80%;
}
.valuation-img03 {
  max-width: 380px;
  margin: 1em auto;
  width: 90%;
}
.price-rev-btn {
  margin: 2em auto 1em;
  width: auto;
}
.select-options {
  max-width: 530px;
  margin: 0 auto;
}
.select-option > a {
  width: 90%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid var(--font-color);
  background: #fff;
  margin: 0 auto 8px;
  color: var(--font-color);
  font-weight: bold;
  line-height: 1;
  font-size: 0.85em;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 0 #2f4360;
  justify-content: center;
}

span.reccomand_box {
  background: var(--base-color);
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px 8px;
  border-radius: 100px;
  margin-right: 2px;
}

.select-option > a::after {
  content: '';
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icn-link.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.select-arrow {
  width: 50%;
  max-width: 300px;
  position: relative;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowMove 2s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
  .fv {
    background: url(../images/title-bg.webp) no-repeat center bottom / cover;
  }
  .countdown {
    font-size: 1.6em;
  }
  .price-rev-text {
    font-size: 1.1em;
  }
  .price-rev-bg {
    padding: 4em 3.4em;
  }
  .valuation-inner p {
    font-size: 1.2em;
  }
  .price-rev-text02 {
    font-size: 1.2em;
  }
  .price-rev-btn {
    margin: 3em auto 2em;
  }
  .select-option > a {
    font-size: 1.2em;
    height: 54px;
    margin-bottom: 0.8em;
  }
}
