.page-rayguard .price-promo {
  margin: 85px 0 0;
  padding: 30px 10px;
  background: #f7f7f7;
}
.page-rayguard .p-price-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media screen and (max-width:1085px) {
  .page-rayguard .p-price-option {
    flex-direction: column;
  }
}
.page-rayguard .p-price-option .c-icon--plus {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  color: #000;
  position: relative;
}
.page-rayguard .p-price-option .c-icon--plus.u-large {
  margin: 0;
  width: 40px;
  height: 40px;
}
.page-rayguard .p-price-option .c-icon--plus:before,
.page-rayguard .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: 6px;
  border-radius: .04em;
  background-color: #000;
  backface-visibility: hidden;
  box-sizing: content-box;
}
.page-rayguard .p-price-option .c-icon--plus:before {
  transform: rotate(90deg);
}
.page-rayguard .p-price-option-card {
  width: 442px;
}
.page-rayguard .p-price-option-card__head {
  background: #000;
  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;
}
.page-rayguard .p-price-option-card__body {
  height: 113px;
  padding-top: 23px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #000;
  border-top-width: 0;
}
.page-rayguard .p-price-option-card__body .-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-rayguard .p-price-option-card__body .-icon--frame svg {
  width: 80px;
  height: 64px;
}
.page-rayguard .p-price-option-card__body .-icon--lens svg {
  width: 56px;
  height: 55px;
}
.page-rayguard .p-price-text {
  font-weight: 700;
  font-size: 4.7rem;
  vertical-align: bottom;
  line-height: 1;
}
.page-rayguard .p-price-text__small {
  font-size: 1.7rem;
}
.page-rayguard .p-price-option-text {
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
}
.page-rayguard .p-price-option-note {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width:740px) {
  .page-rayguard .price-promo {
    margin: 30px 0 0;
    padding: 15px;
  }
  .page-rayguard .p-price-option {
    flex-direction: column;
    gap: 10px;
  }
  .page-rayguard .p-price-option .c-icon--plus,
  .page-rayguard .p-price-option .c-icon--plus.u-large {
    width: 20px;
    height: 20px;
  }
  .page-rayguard .p-price-option .c-icon--plus:before,
  .page-rayguard .p-price-option .c-icon--plus:after {
    width: 18px;
    height: 4px;
  }
  .page-rayguard .p-price-option-card {
    width: 100%;
  }
  .page-rayguard .p-price-option-card__head {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-rayguard .p-price-option-card__body {
    height: initial;
    padding: 15px 0;
  }
  .page-rayguard .p-price-option-card__body .-icon--frame svg {
    width: 47px;
    height: auto;
  }
  .page-rayguard .p-price-option-card__body .-icon--lens svg {
    width: 33px;
    height: auto;
  }
  .page-rayguard .p-price-text {
    font-size: clamp(3.2rem, calc(34 / 375 * 100vw), 3.6rem);
  }
  .page-rayguard .p-price-text__small {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-rayguard .p-price-option-text {
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
  }
  .page-rayguard .p-price-option-note {
    margin-top: 5px;
    font-size: clamp(.8rem, calc(9 / 375 * 100vw), 1.1rem);
  }
}

.page-rayguard .main-banner {
  margin: 0 auto;
  max-width: var(--width-1200);
}
.page-rayguard .l-section-body {
  margin-top: 100px;
}
.page-rayguard .l-section--gray {
  background: #f7f7f7;
}
.page-rayguard .l-section--white {
  background: #fff;
}
.page-rayguard .s-section {
  margin-top: 110px;
  position: relative;
}
.page-rayguard .l-section--white,
.page-rayguard .l-section--gray > .l-free-inner.u-add-padding {
  padding: 130px 10px;
}
.page-rayguard .s-col {
  margin: 60px 0 0;
  gap: 80px 30px;
  display: flex;
  flex-wrap: wrap;
}
.page-rayguard .col2 .s-col-item {
  width: calc((100% - 30px) / 2);
}
.page-rayguard .col3 .s-col-item {
  width: calc((100% - 30px * 2) / 3);
}
.page-rayguard .s-txt-normal {
  margin-top: 40px;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
}
.page-rayguard .s-hgroup {
  padding: 0 10px;
}
.page-rayguard .s-txt-normal + .s-hgroup-title {
  margin-top: 90px;
}
.page-rayguard .s-bottom-sec + .s-bottom-sec {
  margin-top: 130px;
}
@media screen and (max-width:740px) {
  .page-rayguard .l-section-body {
    margin-top: 50px;
  }
  .page-rayguard .s-section {
    margin-top: 50px;
  }
  .page-rayguard .l-section--white,
  .page-rayguard .l-section--gray > .l-free-inner.u-add-padding {
    padding: 50px 0;
  }
  .page-rayguard .l-section--gray > .l-section--white {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-rayguard .l-section--white,
  .page-rayguard .l-section--gray,
  .page-rayguard .s-hgroup {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-rayguard .s-hgroup picture {
    margin-top: 40px;
  }
  .page-rayguard .s-col {
    margin: 35px auto 0;
    width: 90%;
    max-width: 378px;
    gap: 25px;
    flex-direction: column;
  }
  .page-rayguard .col2 .s-col-item,
  .page-rayguard .col3 .s-col-item {
    width: 100%;
  }
  .page-rayguard .s-txt-normal {
    margin: 30px auto 0;
    max-width: 528px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .page-rayguard .s-txt-normal + .s-hgroup-title {
    margin-top: 55px;
  }
  .page-rayguard .s-bottom-sec + .s-bottom-sec {
    margin-top: 50px;
  }
  .page-rayguard .s-lineTtl {
    margin: 0 auto;
    max-width: 540px;
  }
  .page-rayguard .s-lineTtlH2 {
    margin: 0 auto;
    max-width: 510px;
  }
  .page-rayguard .s-lineTxt {
    margin: 0 auto;
    max-width: 528px;
  }
  .page-rayguard .s-bottom-sec .s-lineTtl {
    margin-top: 25px;
  }
}