@charset "UTF-8";
/* ハイクラスプラン */
.comment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
}
.comment__item {
  z-index: 1;
  position: relative;
  color: #ff9800;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.comment__item::before, .comment__item::after {
  z-index: 1;
  position: absolute;
  bottom: 0.2em;
  width: 4px;
  height: 1em;
  background: #ff9800;
  content: "";
}
.comment__item::before {
  -webkit-transform: skewX(20deg);
  left: -0.7em;
  transform: skewX(20deg);
}
.comment__item::after {
  -webkit-transform: skewX(-20deg);
  right: -0.7em;
  transform: skewX(-20deg);
}

.lg-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
}
.lg-price__catch {
  width: 100%;
  border-radius: 0.2em;
  background: #DF1284;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.lg-price__main {
  margin-top: 0.05em;
  color: #DF1284;
  font-size: 10em;
  font-weight: bold;
  line-height: 1;
}
.lg-price__main .fz-sm {
  font-size: 0.4em;
}
.lg-price__comment {
  z-index: 1;
  position: relative;
  top: -0.4em;
  right: -0.4em;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.container {
  margin-top: 2em;
  padding: 2em;
  border-radius: 0.626em;
}

.highlight {
  margin-top: 1.5em;
  padding-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.highlight.-sub {
  color: #df1284;
  font-size: 1.8em;
}
.highlight.-small {
  font-size: 1.8em;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFD70D));
  background: -webkit-linear-gradient(top, transparent 60%, #FFD70D 60%);
  background: linear-gradient(to bottom, transparent 60%, #FFD70D 60%);
}

.high-class-resistance__bg {
  background-color: #FFD70D;
}
.high-class-resistance__ttl {
  margin-bottom: 0.5em;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff;
}
.high-class-resistance__ttl .blue {
  color: #006BC9;
}
.high-class-resistance__ttl .pink {
  color: #DF1284;
}
.high-class-resistance__boxes {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.high-class-resistance__box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 20em;
  align-items: center;
  justify-content: center;
  max-width: 31.25em;
  padding: 1.875em 2.5em;
  border-radius: 0.625em;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
.high-class-resistance__box-txt {
  font-size: 2.5em;
}
.high-class-resistance__box-num {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 5em;
  font-weight: bolder;
}
.high-class-resistance__box-num.-blue {
  color: #006BC9;
}
.high-class-resistance__box-num.-pink {
  color: #DF1284;
}
.high-class-resistance__note {
  margin-top: 0.5em;
  font-size: 1em !important;
}
.high-class-damping__boxes {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.high-class-damping__box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: calc(49% - .3125em);
  padding: 1em 2em;
  border: 3px solid #ff9800;
}
.high-class-damping__box-ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.high-class-damping__box-ttl span {
  color: #ff9800;
  font-size: 1.5em;
}
.high-class-damping__box-txt {
  margin-top: 1em;
  font-size: 1.25em;
}
.high-class-damping__box-img {
  margin-top: 1em;
}
.high-class-thermal__img img {
  width: 40%;
}

.spacer {
  border-top: 3px dashed #DF1284;
}

.mt_medium {
  margin-top: 2.8rem;
}

.mt_large {
  margin-top: 5em;
}

.img-revel img {
  width: 100%;
}

.area-title {
  margin: 1.5em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
}
.area-title .cool {
  border-bottom: 3px solid;
  color: #1e90ff;
}
.area-title .warm {
  border-bottom: 3px solid;
  color: #ff6347;
}
.area-title .squire {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.1em;
  color: #006bc9;
}
.area-title .squire::before {
  z-index: -1;
  position: absolute;
  top: 0.1em;
  right: 0;
  bottom: -0.1em;
  left: 0;
  border: 1px solid;
  content: "";
}
@media screen and (max-width: 1900px) {
  /* ハイクラスプラン */
}
@media screen and (max-width: 1540px) {
  /* ハイクラスプラン */
}
@media screen and (max-width: 1260px) {
  /* ハイクラスプラン */
}
@media screen and (max-width: 1100px) {
  /* ハイクラスプラン */
}
@media screen and (max-width: 840px) {
  /* ハイクラスプラン */
  .high-class-resistance__box {
    padding: 0.9375em 1.25em;
  }
  .high-class-thermal__img img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  /* ハイクラスプラン */
  .comment__item {
    font-size: 1.5em;
  }
  .lg-price {
    font-size: 0.85em;
  }
  .lg-price__main {
    font-size: 8em;
  }
  .container {
    padding: 2em 0;
  }
  .highlight {
    font-size: 1.8em;
  }
  .highlight.-sub {
    font-size: 1.5em;
  }
  .highlight.-small {
    font-size: 1.5em;
  }
  .high-class-resistance__ttl {
    font-size: 4em;
  }
  .high-class-resistance__boxes {
    gap: 1.25em;
    font-size: 0.65em;
  }
  .high-class-resistance__note {
    font-size: 1.2em !important;
  }
  .high-class-damping__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .high-class-damping__box {
    width: 100%;
  }
  .high-class-thermal__img img {
    width: 100%;
  }
  .area-title {
    font-size: 2.3em;
  }
}