﻿.heatguard .s-hero {
  margin-bottom: 120px;
}
.heatguard .s-hero img {
  width: 100%;
}
.heatguard .s-lead-intro {
  margin-bottom: 120px;
  padding: 0 10px;
}
.heatguard .s-lead-intro h2 {
  margin-bottom: 40px;
  color: #F37A4C;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
}
.heatguard .s-lead-intro p {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
}
.heatguard .s-lead-intro figure {
  width: auto;
}
.heatguard .s-bg-gray {
  background: #F7F7F7;
}
.heatguard .s-bg-gray + .s-bg-gray {
  margin-top: 80px;
}
.heatguard .s-bg-gray-arrow {
  position: relative;
  margin: 0 auto 130px;
}
.heatguard .s-bg-gray-arrow::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 48px solid #F7F7F7;
  border-bottom: 0;
  bottom: -48px;
  left: 50%;
  transform: translateX(-60px);
}
.heatguard .s-ttl {
  margin-bottom: 40px;
}
.heatguard .s-bg-gray .s-ttl {
  margin-top: 40px;
}
.heatguard .s-ttl-sub {
  background-color: #F37A4C;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  padding: 18px 16px;
}
.heatguard .s-ttl-orange {
  color: #F37A4C;
  font-size: 3.2rem;
  font-weight: bold;
}
.heatguard .s-ttl-fig {
  margin-bottom: 30px;
  line-height: 1.8;
}
.heatguard .s-ttl-section {
  text-align: center;
  color: #F37A4C;
  line-height: 1.5;
  margin: auto;
  position: relative;
  padding: 0 8px;
  width: 494px;
}
.heatguard .s-ttl-section h2 {
  margin-bottom: 80px;
  font-size: 5.6rem;
  font-weight: bold;
}
.heatguard .s-ttl-section::before,
.heatguard .s-ttl-section::after {
  background-color: #F37A4C;
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 28px;
  top: 0;
}
.heatguard .s-ttl-section::before {
  transform: rotate(-24deg);
  left: 12px;
}
.heatguard .s-ttl-section::after {
  transform: rotate(24deg);
  right: 12px;
}
.heatguard .s-ttl-section span {
  display: block;
  font-size: 2.1rem;
}
.heatguard .s-text-gray {
  color: #999999;
  font-weight: bold;
  font-size: 1.8rem;
}
.heatguard .s-text-orange {
  padding-bottom: 60px;
  color: #F37A4C;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
.heatguard .s-inner {
  padding: 40px 6%;
}
.heatguard .s-note {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 12px;
}
.heatguard .s-white-box {
  padding: 60px 10px 0;
  margin-bottom: 80px;
  background-color: #fff;
}
.heatguard .s-white-box.u-damage {
  margin-bottom: 0;
  padding-bottom: 60px;
}
.heatguard .s-white-box.u-voice {
  margin-bottom: 40px;
}
.heatguard .s-gray-box {
  background-color: #F7F7F7;
}
.heatguard .s-crack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 0 auto 16px;
  max-width: 884px;
}
.heatguard .s-crack li {
  width: 426px;
}
.heatguard .s-crack li img {
  width: 100%;
}
.heatguard .s-white-box-fig {
  padding: 40px 62px;
  text-align: center;
  position: relative;
}
.heatguard .s-white-box-fig .s-note {
  position: absolute;
  bottom: -36px;
  right: 0;
}
.heatguard .s-damage {
  border: 5px solid #F7F7F7;
  margin: 100px auto 0;
  max-width: 934px;
  padding: calc(160 / 1200 * 100vw) calc(60 / 1200 * 100vw) 40px;
  position: relative;
}
@media screen and (min-width:1400px) {
  .heatguard .s-damage {
    padding: 160px 60px 40px;
  }
}
.heatguard .s-damage h4 {
  position: absolute;
  text-align: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.heatguard .s-damage p {
  margin-bottom: 40px;
  background-color: #F7F7F7;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 30px 40px;
}
.heatguard .s-damage img {
  width: 100%;
  max-width: initial;
}
.heatguard .s-situation {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 40px 30px;
  max-width: 934px;
  margin: 0 auto;
}
/* .heatguard .s-situation li {} */
.heatguard .s-situation li figure {
  display: flex;
  flex-direction: column-reverse;
  width: 286px;
}
.heatguard .s-situation li figure img {
  width: 100%;
}
.heatguard .s-situation li figure figcaption {
  margin-bottom: 15px;
}
.heatguard .s-situation li figure figcaption dl {
  line-height: 1.2;
}
.heatguard .s-situation li figure figcaption dt {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
}
.heatguard .s-situation li figure figcaption dd {
  color: #F37A4C;
  font-size: 3.4rem;
  font-weight: bold;
}
.heatguard .s-situation li figure figcaption dd span {
  font-size: 1.8rem;
}
.heatguard .s-func {
  display: flex;
  justify-content: space-between;
  padding: 65px 50px;
  margin-bottom: 0;
}
.heatguard .s-func li {
  padding: 0 15px;
}
.heatguard .s-func li img {
  width: 100%;
}
.heatguard .s-func li figcaption {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 20px;
}
.heatguard .s-voice {
  padding: 0 60px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.heatguard .s-voice .s-voice-column {
  width: calc((100% - 480px) / 2);
  min-width: 436px;
  flex: 1;
}
.heatguard .s-voice .s-voice-column + .s-voice-column {
  flex: 0 0 auto;
  width: 440px;
  min-width: initial;
  margin: 0 auto;
}
.heatguard .s-voice .s-voice-column h3 {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.heatguard .s-voice .s-voice-column p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.heatguard .s-voice .s-voice-column figure img {
  width: 100%;
}
.heatguard .s-voices {
  padding: 0 60px 50px;
}
.heatguard .s-voices h4 {
  margin: 0 auto 40px;
  width: fit-content;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
}
.heatguard .s-voices h4::before,
.heatguard .s-voices h4::after {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 28px;
  bottom: 0;
}
.heatguard .s-voices h4::before {
  transform: rotate(-24deg);
  left: -24px;
}
.heatguard .s-voices h4::after {
  transform: rotate(24deg);
  right: -24px;
}
.heatguard .s-voices li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.heatguard .s-voices li::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width:740px) {
  .heatguard .s-hero {
    margin-bottom: 0;
  }
  .heatguard .s-lead-intro {
    margin: 40px 0 10px;
    padding: 0 15px 40px;
  }
  .heatguard .s-lead-intro h2 {
    margin-bottom: 20px;
    font-size: clamp(2.2rem, calc(24 / 375 * 100vw), 2.6rem);
  }
  .heatguard .s-lead-intro p {
    margin-bottom: 30px;
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .heatguard .s-lead-intro figure {
    width: 100%;
  }
  .heatguard .s-bg-gray + .s-bg-gray {
    margin-top: 50px;
  }
  .heatguard .s-bg-gray-arrow {
    margin-bottom: 65px;
  }
  .heatguard .s-bg-gray-arrow::after {
    border-right-width: 40px;
    border-left-width: 40px;
    border-top-width: 32px;
    bottom: -32px;
    transform: translateX(-40px);
  }
  .heatguard .s-ttl {
    margin-bottom: 32px;
  }
  .heatguard .s-bg-gray .s-ttl {
    margin-top: 32px;
  }
  .heatguard .s-ttl-sub {
    font-size: clamp(1.2rem, calc(14 / 375 * 100vw), 1.6rem);
  }
  .heatguard .s-ttl-orange {
    font-size: clamp(1.4rem, calc(16 / 375 * 100vw), 1.8rem);
  }
  .heatguard .s-ttl-fig {
    margin-bottom: 20px;
  }
  .heatguard .s-ttl-section {
    width: fit-content;
    padding: 0 30px;
  }
  .heatguard .s-ttl-section h2 {
    margin-bottom: 40px;
    font-size: clamp(3rem, calc(32 / 375 * 100vw), 3.4rem);
  }
  .heatguard .s-ttl-section::before,
  .heatguard .s-ttl-section::after {
    height: 40px;
    top: 10px;
  }
  .heatguard .s-ttl-section span {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .heatguard .s-text-gray {
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
  }
  .heatguard .s-text-orange {
    padding-bottom: 20px;
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
    line-height: 1.5;
  }
  .heatguard .s-inner {
    padding: 40px 4%;
  }
  .heatguard .s-inner.u-damage {
    padding-bottom: 80px;
  }
  .heatguard .s-white-box {
    padding: 32px 0 0;
    margin-bottom: 60px;
  }
  .heatguard .s-white-box + .s-white-box {
    margin-bottom: 40px;
  }
  .heatguard .s-white-box.u-crack {
    margin-bottom: 50px;
    padding: 32px 15px 0;
  }
  .heatguard .s-white-box.u-damage {
    padding: 24px 15px 30px;
  }
  .heatguard .s-white-box.u-crack .s-text-orange {
    margin-top: 30px;
  }
  .heatguard .s-crack {
    margin: 0 0 24px;
    padding: 0 24px;
    flex-direction: column;
    gap: 32px;
  }
  .heatguard .s-crack li {
    width: 100%;
  }
  .heatguard .s-white-box-fig {
    padding: 20px;
  }
  .heatguard .s-white-box-fig .s-note {
    bottom: -24px;
  }
  .heatguard .s-damage {
    margin: 80px 0 0;
    padding: calc(105 / 375 * 100vw) 10px 30px;
  }
  .heatguard .s-damage h4 {
    margin-bottom: 19px;
    top: -8%;
    width: 96%;
  }
  .heatguard .s-damage p {
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
    padding: 10px;
  }
  .heatguard .s-situation {
    gap: 24px 4%;
    max-width: initial;
  }
  .heatguard .s-situation li {
    width: calc((100% - 4%) / 2);
  }
  .heatguard .s-situation li figure {
    width: 100%;
  }
  .heatguard .s-situation li figure figcaption {
    margin-bottom: 8px;
  }
  .heatguard .s-situation li figure figcaption dt {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .heatguard .s-situation li figure figcaption dd {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .heatguard .s-situation li figure figcaption dd span {
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
  }
  .heatguard .s-func {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 16px;
    gap: 30px 16px;
  }
  .heatguard .s-func li {
    padding: 0;
    width: calc((100% - 16px) / 2);
  }
  .heatguard .s-func li figcaption {
    font-size: clamp(1.3rem, calc(15 / 375 * 100vw), 1.7rem);
    margin-top: 12px;
  }
  .heatguard .s-voice {
    padding: 0 20px 30px;
  }
  .heatguard .s-voice .s-voice-column {
    width: 100%;
    min-width: initial;
    flex: auto;
  }
  .heatguard .s-voice .s-voice-column + .s-voice-column {
    flex: auto;
    width: 100%;
  }
  .heatguard .s-voice .s-voice-column h3 {
    border-bottom-width: 2px;
    font-size: clamp(1.3rem, calc(15 / 375 * 100vw), 1.7rem);
    font-weight: normal;
    padding-bottom: 16px;
  }
  .heatguard .s-voice .s-voice-column p {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
    line-height: 1.5;
  }
  .heatguard .s-voice .s-voice-column figure {
    margin-bottom: 20px;
  }
  .heatguard .s-voices {
    padding: 0 20px 30px;
  }
  .heatguard .s-voices h4 {
    font-size: clamp(1.4rem, calc(16 / 375 * 100vw), 1.8rem);
  }
  .heatguard .s-voices h4::before {
    left: -18px;
  }
  .heatguard .s-voices h4::after {
    right: -18px;
  }
  .heatguard .s-voices li {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
    padding-left: 20px;
  }
}

/* 価格ブロック */
/* .heatguard .price-promo {
  margin: 85px 0 0;
  padding: 30px 10px;
  background: #f7f7f7;
} */
.heatguard .p-price-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (max-width:1085px) {
  .heatguard .p-price-option {
    flex-direction: column;
  }
}
.heatguard .p-price-option .c-icon--plus {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  color: #000;
  position: relative;
}
.heatguard .p-price-option .c-icon--plus.u-large {
  margin: 0;
  width: 40px;
  height: 40px;
}
.heatguard .p-price-option .c-icon--plus:before,
.heatguard .p-price-option .c-icon--plus:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: .04em;
  background-color: #eb7946;
  backface-visibility: hidden;
  box-sizing: content-box;
}
.heatguard .p-price-option-card__body .c-icon--plus:before,
.heatguard .p-price-option-card__body .c-icon--plus:after {
  height: 6px;
  background-color: #000;
}
.heatguard .p-price-option .c-icon--plus:before {
  transform: rotate(90deg);
}
.heatguard .p-price-option-card {
  width: 442px;
}
.heatguard .p-price-option-card__head {
  background: #eb7946;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.46154;
  letter-spacing: .255em;
  padding-top: .3em;
  padding-bottom: .3em;
}
.heatguard .p-price-option-card__body {
  height: 113px;
  padding-top: 23px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #eb7946;
  border-top-width: 0;
}
.heatguard .p-price-option-card__body .-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.heatguard .p-price-option-card__body .-icon--frame svg {
  width: 80px;
  height: 64px;
}
.heatguard .p-price-option-card__body .-icon--lens svg {
  width: 56px;
  height: 55px;
}
.heatguard .p-price-option-card__body .p-price-text {
  font-weight: 700;
  font-size: 4.7rem;
  vertical-align: bottom;
  line-height: 1;
  margin-bottom: 0;
}
.heatguard .p-price-text__small {
  font-size: 1.7rem;
}
.heatguard .p-price-option-text {
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
}
.heatguard .p-price-option-card__body .p-price-option-note {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width:740px) {
  .heatguard .price-promo {
    margin: 30px 0 0;
    /* padding: 15px; */
  }
  .heatguard .p-price-option {
    flex-direction: column;
    gap: 10px;
  }
  .heatguard .p-price-option .c-icon--plus,
  .heatguard .p-price-option .c-icon--plus.u-large {
    width: 20px;
    height: 20px;
  }
  .heatguard .p-price-option .c-icon--plus:before,
  .heatguard .p-price-option .c-icon--plus:after {
    width: 18px;
    height: 4px;
  }
  .heatguard .p-price-option-card {
    width: 100%;
  }
  .heatguard .p-price-option-card__head {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .heatguard .p-price-option-card__body {
    height: initial;
    padding: 15px 0;
  }
  .heatguard .p-price-option-card__body .-icon--frame svg {
    width: 47px;
    height: auto;
  }
  .heatguard .p-price-option-card__body .-icon--lens svg {
    width: 33px;
    height: auto;
  }
  .heatguard .p-price-option-card__body .p-price-text {
    font-size: clamp(3.2rem, calc(34 / 375 * 100vw), 3.6rem);
  }
  .heatguard .p-price-text__small {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .heatguard .p-price-option-text {
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
  }
  .heatguard .p-price-option-card__body .p-price-option-note {
    margin: 5px 0 0;
    font-size: clamp(.8rem, calc(9 / 375 * 100vw), 1.1rem);
  }
}