﻿.page-kizutaisaku .s-hero img {
  width: 100%;
}
.page-kizutaisaku .s-title-intro {
  color: #004C7B;
  text-align: center;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.page-kizutaisaku .s-title-intro .caution {
  font-size: .3em;
  vertical-align: text-top;
}
.page-kizutaisaku .s-lead-intro {
  text-align: center;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 60px;
}
.page-kizutaisaku .s-lead-intro p+p {
  margin-top: 10px;
}
.page-kizutaisaku .s-bg-gray {
  background: #F7F7F7;
  padding: 8rem 0;
  margin: 0 -10px 80px;
}
.page-kizutaisaku .s-bg-gray-arrow {
  position: relative;
  margin: 0 -10px 100px;
}
.page-kizutaisaku .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);
}
.page-kizutaisaku .s-nest-fig {
  margin-top: 30px;
}
.page-kizutaisaku .s-white-box {
  background-color: #fff;
  padding: 63px;
}
.page-kizutaisaku .s-gray-box {
  background-color: #F7F7F7;
  padding: 40px 65px;
}
.page-kizutaisaku .s-gray-box.u-bayer {
  margin-top: 40px;
}
.page-kizutaisaku .s-inner {
  max-width: 1044px;
  margin: 0 auto;
  width: 90%;
}
.page-kizutaisaku .s-section + .s-section {
  margin-top: 100px;
}
.page-kizutaisaku .s-boxes figure {
  display: flex;
}
.page-kizutaisaku .s-boxes figure img {
  margin-top: 20px;
  width: 100%;
}
.page-kizutaisaku .s-cause {
  background-color: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 80px 0;
}
.page-kizutaisaku .s-cause .p-panel-col3__inner {
  justify-content: center;
}
.page-kizutaisaku .s-cause .p-panel-col3__item {
  width: 286px;
}
.page-kizutaisaku .s-cause figure {
  flex-direction: column-reverse;
}
.page-kizutaisaku .s-cause figcaption {
  color: #004C7B;
  font-size: 2.1rem;
  font-weight: bold;
}
.page-kizutaisaku .p-panel-col3__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-kizutaisaku .p-panel-col3__item {
  width: calc((100% - 30px * 2) / 3);
}
.page-kizutaisaku .s-func {
  background-color: #fff;
  padding: 60px 80px;
}
.page-kizutaisaku .s-func figure {
  flex-direction: column;
}
.page-kizutaisaku .s-func figure img {
  margin-top: 0;
}
.page-kizutaisaku .s-func figcaption {
  font-size: 1.8rem;
  margin-top: 18px;
}
.page-kizutaisaku .s-divider {
  border: none;
  border-bottom: 1px solid #999;
  margin-top: 20px;
}
.page-kizutaisaku .s-note {
  color: #999;
  font-size: 1.2rem;
  text-align: right;
  margin: 0 auto;
  padding-top: 16px;
}
.page-kizutaisaku .s-notes {
  margin: 40px 0 80px;
  text-align: left;
}
.page-kizutaisaku .s-notes dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.page-kizutaisaku .s-notes dd {
  font-size: 1.6rem;
}
.page-kizutaisaku .s-ttl {
  margin-bottom: 38px;
}
.page-kizutaisaku .s-ttl-sub {
  background-color: #004C7B;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 24px;
  text-align: center;
}
.page-kizutaisaku .s-ttl-bold {
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 0;
}
.page-kizutaisaku .s-ttl-section {
  color: #004C7B;
  font-size: 5.6rem;
  font-weight: bold;
  margin: 0 auto 36px;
  text-align: center;
  position: relative;
}
.page-kizutaisaku .s-ttl-section span {
  font-size: 2.3rem;
  position: relative;
}
.page-kizutaisaku .s-ttl-section span::before,
.page-kizutaisaku .s-ttl-section span::after {
  background-color: #004C7B;
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 28px;
  top: 0;
}
.page-kizutaisaku .s-ttl-section span::before {
  transform: rotate(-24deg);
  left: -24px;
}
.page-kizutaisaku .s-ttl-section span::after {
  transform: rotate(24deg);
  right: -24px;
}
.page-kizutaisaku .s-solution {
  margin: 80px auto;
  text-align: center;
}
.page-kizutaisaku .s-solution .s-bg-gray {
  padding: 6rem 0;
  margin: 0 -10px 1.6rem;
  position: relative;
}
.page-kizutaisaku .s-solution .s-bg-gray .lens-comparison {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}
.page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li {
  width: 344px;
  height: 303px;
  background: #FFF;
  position: relative;
}
.page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li p {
  width: 344px;
  padding: 16px 0;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.6px;
  background: #004C7B;
}
.page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li img {
  padding: 32px;
  width: 100%;
}
.page-kizutaisaku .s-solution .s-bg-gray .icon {
  position: absolute;
  top: 45px;
  right: -16px;
}
.page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li .icon {
  padding: 0;
  width: 98px;
}
.page-kizutaisaku .s-recommend {
  background-color: #fff;
  max-width: 1044px;
  margin: 40px auto 0;
  padding: 62px;
}
.page-kizutaisaku .s-recommend-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width:1175px) {
  .page-kizutaisaku .s-recommend-inner {
    flex-wrap: wrap;
    max-height: 480px;
  }
}
.page-kizutaisaku .s-recommend-ttl,
.page-kizutaisaku .s-recommend p,
.page-kizutaisaku .s-recommend-img {
  width: 440px;
}
.page-kizutaisaku .s-recommend p {
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
.page-kizutaisaku .s-recommend-img img {
  width: 100%;
}
.page-kizutaisaku .comparison-text {
  color: #999;
  text-align: right;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .07em;
  margin-bottom: 70px;
}
.page-kizutaisaku .s-bayer {
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: -1px;
  padding: 30px 40px;
  text-align: left;
}
.page-kizutaisaku .s-bayer span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 16px;
}
.page-kizutaisaku .s-warranty {
  max-width: 1044px;
  margin: 60px auto 80px;
  border: 6px solid #004C7B;
  padding: 4px;
}
.page-kizutaisaku .s-warranty__inner {
  border: 2px solid #004C7B;
  padding: 42px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.page-kizutaisaku .s-warranty-title {
  border-right: 1px dashed #999;
  color: #004C7B;
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  padding-right: 40px;
  text-align: center;
  line-height: 1.5;
  min-width: 321px;
}
.page-kizutaisaku .s-warranty-text {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width:740px) {
  .page-kizutaisaku .s-title-intro {
    font-size: clamp(2rem, calc(22 / 375 * 100vw), 2.4rem);
    margin-bottom: 24px;
  }
  .page-kizutaisaku .s-lead-intro {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
    margin-bottom: 40px;
  }
  .page-kizutaisaku .s-bg-gray {
    padding: 40px 0;
    margin: 0;
  }
  .page-kizutaisaku .s-bg-gray + .s-bg-gray {
    margin-top: 60px;
    padding-top: 40px;
  }
  .page-kizutaisaku .s-bg-gray-arrow {
    margin: 0;
  }
  .page-kizutaisaku .s-bg-gray-arrow::after {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 32px solid #F7F7F7;
    bottom: -32px;
    transform: translateX(-40px);
  }
  .page-kizutaisaku .s-nest-fig {
    margin-top: 14px;
  }
  .page-kizutaisaku .s-white-box {
    padding: 20px 10px;
  }
  .page-kizutaisaku .s-gray-box {
    padding: 20px 15px;
  }
  .page-kizutaisaku .s-inner {
    padding: 40px 15px;
    width: 100%;
  }
  .page-kizutaisaku .s-section + .s-section {
    margin-top: 60px;
  }
  .page-kizutaisaku .s-cause {
    padding: 0 6%;
    background: transparent;
  }
  .page-kizutaisaku .s-cause .p-panel-col3__inner {
    display: block;
  }
  .page-kizutaisaku .s-cause .p-panel-col3__item {
    width: 100%;
  }
  .page-kizutaisaku .s-cause .p-panel-col3__item + .p-panel-col3__item {
    margin-top: 30px;
  }
  .page-kizutaisaku .s-cause figcaption {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .page-kizutaisaku .p-panel-col3__inner {
    justify-content: center;
    gap: 30px 12px;
  }
  .page-kizutaisaku .p-panel-col3__item {
    width: calc((100% - 12px) / 2);
  }
  .page-kizutaisaku .s-func {
    padding: 30px 4% 10px;
  }
  .page-kizutaisaku .s-func.u-sp-pb {
    padding: 40px;
  }
  .page-kizutaisaku .s-func figcaption {
    font-size: clamp(1.3rem, calc(15 / 375 * 100vw), 1.7rem);
    margin-top: 12px;
    line-height: 1;
  }
  .page-kizutaisaku .s-divider {
    margin-top: 40px;
  }
  .page-kizutaisaku .s-note {
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
    padding-top: 12px;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
  .page-kizutaisaku .s-notes {
    margin: 32px 0 60px;
  }
  .page-kizutaisaku .s-notes dt {
    font-size: clamp(1.2rem, calc(14 / 375 * 100vw), 1.6rem);
    margin-bottom: 12px;
  }
  .page-kizutaisaku .s-notes dd {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    line-height: 1.5;
  }
  .page-kizutaisaku .s-ttl {
    margin-bottom: 32px;
  }
  .page-kizutaisaku .s-ttl-sub {
    font-size: clamp(1.2rem, calc(14 / 375 * 100vw), 1.6rem);
    padding: 18px 16px;
  }
  .page-kizutaisaku .s-ttl-bold {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-kizutaisaku .s-ttl-section {
    font-size: clamp(3rem, calc(32 / 375 * 100vw), 3.4rem);
    margin: 60px auto 15px;
  }
  .page-kizutaisaku .s-ttl-section span {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .page-kizutaisaku .s-solution {
    margin: 50px auto 40px;
    padding: 0 18px;
  }
  .page-kizutaisaku .s-solution .s-bg-gray {
    margin: 0;
    padding: 40px 0;
  }
  .page-kizutaisaku .s-solution .s-bg-gray .lens-comparison {
    gap: 30px;
    flex-direction: column;
  }
  .page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li {
    width: 100%;
    height: initial;
  }
  .page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li p {
    width: 100%;
    padding: 12px 0;
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li img {
    padding: 24px 16px 16px 32px;
  }
  .page-kizutaisaku .s-solution .s-bg-gray .icon {
    bottom: 152px;
    right: -8px;
  }
  .page-kizutaisaku .s-solution .s-bg-gray .lens-comparison li .icon {
    width: 90px;
  }
  .page-kizutaisaku .s-recommend {
    padding: 20px;
    display: block;
  }
  .page-kizutaisaku .s-recommend-inner {
    flex-wrap: nowrap;
    gap: 0;
    max-height: initial;
  }
  .page-kizutaisaku .s-recommend-ttl,
  .page-kizutaisaku .s-recommend p,
  .page-kizutaisaku .s-recommend-img {
    width: 100%;
  }
  .page-kizutaisaku .s-recommend-ttl {
    margin: 20px 0 0;
    order: 1;
  }
  .page-kizutaisaku .s-recommend p {
    order: 3;
    margin-top: 24px;
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
    line-height: 1.8;
  }
  .page-kizutaisaku .s-recommend-img {
    order: 2;
    margin-top: 20px;
  }
  .page-kizutaisaku .comparison-text {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    margin: 12px 0 0;
  }
  .page-kizutaisaku .s-bayer {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    line-height: 1.5;
    padding: 20px 10px 22px;
    margin-top: 14px;
  }
  .page-kizutaisaku .s-bayer span {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    padding-bottom: 0;
  }
  .page-kizutaisaku .s-warranty {
    margin: 32px 0 60;
    border-width: 4px;
    padding: 2px;
  }
  .page-kizutaisaku .s-warranty__inner {
    padding: 24px 6% 32px;
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
  .page-kizutaisaku .s-warranty-title {
    border-right: none;
    border-bottom: dashed 2px #999;
    font-size: clamp(2.4rem, calc(26 / 375 * 100vw), 2.8rem);
    padding: 0 0 16px;
    margin-bottom: 24px;
    width: 100%;
    min-width: initial;
  }
  .page-kizutaisaku .s-warranty-text {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
}

/* 価格ブロック */
/* .price-promo {
  margin: 85px 0 0;
  padding: 30px 10px;
  background: #f7f7f7;
} */
.p-price-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (max-width:1085px) {
  .p-price-option {
    flex-direction: column;
  }
}
.p-price-option .c-icon--plus {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  color: #000;
  position: relative;
}
.p-price-option .c-icon--plus.u-large {
  margin: 0;
  width: 40px;
  height: 40px;
}
.p-price-option .c-icon--plus:before,
.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: #174d7d;
  backface-visibility: hidden;
  box-sizing: content-box;
}
.p-price-option-card__body .c-icon--plus:before,
.p-price-option-card__body .c-icon--plus:after {
  height: 6px;
  background-color: #000;
}
.p-price-option .c-icon--plus:before {
  transform: rotate(90deg);
}
.p-price-option-card {
  width: 442px;
}
.p-price-option-card__head {
  background: #174d7d;
  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;
}
.p-price-option-card__body {
  height: 113px;
  padding-top: 23px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #174d7d;
  border-top-width: 0;
}
.p-price-option-card__body .-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.p-price-option-card__body .-icon--frame svg {
  width: 80px;
  height: 64px;
}
.p-price-option-card__body .-icon--lens svg {
  width: 56px;
  height: 55px;
}
.p-price-text {
  font-weight: 700;
  font-size: 4.7rem;
  vertical-align: bottom;
  line-height: 1;
}
.p-price-text__small {
  font-size: 1.7rem;
}
.p-price-option-text {
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
}
.p-price-option-note {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width:740px) {
  .price-promo {
    margin: 30px 0 0;
    /* padding: 15px; */
  }
  .p-price-option {
    flex-direction: column;
    gap: 10px;
  }
  .p-price-option .c-icon--plus,
  .p-price-option .c-icon--plus.u-large {
    width: 20px;
    height: 20px;
  }
  .p-price-option .c-icon--plus:before,
  .p-price-option .c-icon--plus:after {
    width: 18px;
    height: 4px;
  }
  .p-price-option-card {
    width: 100%;
  }
  .p-price-option-card__head {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .p-price-option-card__body {
    height: initial;
    padding: 15px 0;
  }
  .p-price-option-card__body .-icon--frame svg {
    width: 47px;
    height: auto;
  }
  .p-price-option-card__body .-icon--lens svg {
    width: 33px;
    height: auto;
  }
  .p-price-text {
    font-size: clamp(3.2rem, calc(34 / 375 * 100vw), 3.6rem);
  }
  .p-price-text__small {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .p-price-option-text {
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
  }
  .p-price-option-note {
    margin-top: 5px;
    font-size: clamp(.8rem, calc(9 / 375 * 100vw), 1.1rem);
  }
}