@charset "UTF-8";

.page_title {
  display: none !important;
}

#sanplus_container header .headerSanNewLogo {
  position: absolute;
  top: 16px;
  left: calc(50% - 61px);
}
#sanplus_container header .headerSanNewLogo img {
  width: 122px;
  height: auto;
}
#sanplus_container header .headerSanNewLogo a {
  display: block;
}

.facilitySection .menuList li a,
.facilitySection .moreDetailLink a {
  text-decoration: none !important;
}

/* for PC */
@media screen and (min-width: 1201px) {
  #sanplus_container header .headerSanNewLogo {
    position: absolute;
    top: 32px;
    left: calc(50% - 105px);
  }
  #sanplus_container header .headerSanNewLogo img {
    width: 350px;
    height: auto;
  }

  .planSection .container,
  .facilitySection .container,
  .warrantySection .container,
  .caseStadySection .container,
  .areaWorksSection .container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  #member_info_okada {
    margin-top: 0 !important;
    padding-top: 70px !important;
    clear: both;
  }

  #member_info_okada .title {
    margin-bottom: 24px !important;
    text-align: center;
  }

  #member_info_okada .title h2 {
    margin: 0 0 8px !important;
    line-height: 1.4 !important;
  }

  #member_info_okada .flx_box {
    position: relative;
  }

  #member_info_okada .flx_box .okada_s {
    position: absolute;
    top: -175px;
    left: 55px;
    width: 300px;
  }

  #member_info_okada .flx_box .login_s-bubble {
    position: absolute;
    top: -60px;
    left: -45px;
    width: 135px;
  }

  #sanplus_container header .headerNewMenu {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
  }

  #sanplus_container header .headerNewMenu ul {
    display: block;
    text-align: center;
  }

  #sanplus_container header .headerNewMenu li {
    display: inline-block;
  }

  #sanplus_container header .headerNewMenu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;
    padding: 0 20px;
  }
}

/* メインビジュアル */

.san-mv {
  position: relative;
  overflow: hidden;
  min-height: 562px;
  background: url("../../top/images/mv_bg_sp.jpg") center center / cover
    no-repeat;
}

.san-mv__circle {
  display: none;
}

.san-mv__inner {
  position: relative;
  z-index: 4;
  min-height: 562px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.san-mv__logo {
  width: 242px;
}

.san-mv__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.san-mv__copy {
  margin-top: 34px;
  color: #2f2a28;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

.san-mv__copy-g2 {
  font-size: 1.18em;
}

.g2-standard__heading,
.g2-standard__sub,
.g2-standard__title,
.g2-standard__en,
.g2-standard__boxTitle {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.g2-standard__text,
.g2-standard__bullet,
.g2-standard__bullet li {
  font-family: "A-OTF UD Shin Go Pr6N", "Yu Gothic", "YuGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .san-mv {
    min-height: 764px;
    background-image: url("../../top/images/mv_bg_pc.jpg");
  }

  .san-mv::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 188px;
    background: rgba(218, 219, 219, 0.48);
    z-index: 3;
  }

  .san-mv__circle {
    display: block;
    position: absolute;
    top: 50%;
    right: calc((100% - 1200px) / 2 - 80px);
    transform: translateY(-50%);
    width: 544px;
    height: 544px;
    border-radius: 50%;
    background: #f79428;
    z-index: 2;
  }

  .san-mv__inner {
    max-width: 1200px;
    min-height: 764px;
    margin: 0 auto;
    padding: 0 40px;
    display: block;
  }

  .san-mv__logo {
    position: absolute;
    top: 50%;
    right: calc(-80px + 272px);
    width: 305px;
    transform: translate(50%, -50%);
    z-index: 5;
  }

  .san-mv__copy {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    margin-top: 0;
    font-size: 28px;
    line-height: 2.05;
    letter-spacing: 0.09em;
    text-align: left;
    z-index: 5;
  }

  .san-mv__copy-g2 {
    font-size: 1.2em;
  }
}

/* 未来を見据えた、住まいの性能基準 */
.g2-standard {
  padding: 72px 0 68px;
  color: #2f2927;
}

.g2-standard__inner {
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
}

/* 明朝 */
.g2-standard__heading,
.g2-standard__sub,
.g2-standard__title,
.g2-standard__en {
  font-family: "Yu Mincho", "YuMincho", serif;
}

/* ゴシック */
.g2-standard__boxTitle,
.g2-standard__text,
.g2-standard__bullet li {
  font-family: "A-OTF UD Shin Go Pr6N", "Yu Gothic", "YuGothic", sans-serif;
}

.sp-only {
  display: inline;
}

.g2-standard__heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.2em;
  text-align: center;
}

.g2-standard__list {
  margin-top: 0;
}

/* .g2-standard__item + .g2-standard__item {
  margin-top: 0;
} */

.g2-standard__head {
  text-align: center;
}

.g2-standard__sub {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.g2-standard__title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.g2-standard__bar {
  display: block;
  width: 168px;
  height: 6px;
  margin: 11px auto 14px;
  background: #000;
}

.g2-standard__en {
  margin: 0;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.g2-standard__box {
  width: 285px;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 40px 16px 38px;
  background: #f4f4f5;
  box-sizing: border-box;
}

.g2-standard__boxTitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: center;
}

.g2-standard__boxLine {
  display: block;
  width: 61px;
  height: 1px;
  margin: 15px auto 28px;
  background: #4d4644;
}

.g2-standard__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.07em;
}

.g2-standard__bullet {
  margin: 0 0 18px;
  padding-left: 1.2em;
}

.g2-standard__bullet li {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.g2-standard__text p {
  margin: 0;
}

.g2-standard__heading,
.g2-standard__title,
.g2-standard__boxTitle,
.g2-standard__text {
  font-feature-settings: "halt";
}

.g2-standard__bullet {
  margin: 0 0 18px;
  padding-left: 1.2em;
  list-style: disc;
}

.g2-standard__bullet li {
  display: list-item;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }

  .g2-standard {
    padding: 120px 20px 120px;
  }

  .g2-standard__inner {
    width: 100%;
  }

  .g2-standard__heading {
    font-size: 40px;
    line-height: 1.45;
    letter-spacing: 0.1em;
  }

  .g2-standard__list {
    display: grid;
    grid-template-columns: repeat(3, 285px);
    justify-content: center;
    column-gap: 27px;
    row-gap: 0;
    margin-top: 72px;
  }

  .g2-standard__head {
    min-height: 120px;
  }

  /* .g2-standard__item + .g2-standard__item {
    margin-top: 0;
  } */

  .g2-standard__sub {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .g2-standard__title {
    font-size: 32px;
  }

  .g2-standard__bar {
    width: 168px;
    height: 6px;
    margin: 12px auto 12px;
  }

  .g2-standard__en {
    font-size: 12px;
  }

  .g2-standard__box {
    width: 285px;
    max-width: 100%;
    margin: 26px auto 0;
    height: 300px;
    padding: 36px 21px 34px;
  }

  .g2-standard__boxTitle {
    font-size: 20px;
    letter-spacing: normal;
  }

  .g2-standard__boxLine {
    width: 56px;
    margin: 14px auto 24px;
  }

  .g2-standard__text,
  .g2-standard__bullet li {
    font-size: 14px;
    line-height: 1.38;
  }
}

.san-request-btn {
  text-align: center;
}

.san-request-btn a {
  font-weight: normal;
}

.san-request-btn__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #ef6400;
  color: #fff !important;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.san-request-btn__link:hover {
  opacity: 0.5;
}

/* 数値を支える確かな仕様 */
.san-new-standard {
  padding: 80px 16px 0;
}

.san-new-standard__inner {
  width: 100%;
}

.san-new-standard__visual {
  position: relative;
  min-height: 372px;
}

.san-new-standard__visual picture {
  display: block;
}

.san-new-standard__photo {
  display: block;
  width: 256px;
  height: 280px;
  margin-left: auto;
  object-fit: cover;
}

.san-new-standard__brand {
  position: absolute;
  left: 25px;
  top: 122px;
  width: 180px;
  z-index: 3;
}

.san-new-standard__brand picture {
  display: block;
}

.san-new-standard__logo {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.san-new-standard__message {
  position: absolute;
  left: 0;
  top: 175px;
  width: 217px;
  min-height: 80px;
  background: rgba(44, 49, 57, 0.9);
  color: #fff;
  padding: 20px 14px 18px;
  box-sizing: border-box;
  z-index: 4;
  text-align: center;
}

.san-new-standard__title,
.san-new-standard__text {
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "MS PMincho", serif;
}

.san-new-standard__title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.san-new-standard__text {
  margin: 10px 0 0;
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .san-new-standard {
    padding: 80px 0 70px;
  }

  .san-new-standard__inner {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .san-new-standard__visual {
    min-height: 41.6667vw;
  }

  .san-new-standard__photo {
    width: 65vw;
    max-width: 1248px;
    height: auto;
    aspect-ratio: 1248 / 800;
    object-fit: cover;
    margin-right: 0;
    margin-left: auto;
  }

  .san-new-standard__brand {
    left: 8.3333vw;
    top: auto;
    bottom: 10.9375vw;
    width: 20.8333vw;
    max-width: 400px;
  }

  .san-new-standard__logo {
    filter: none;
  }

  .san-new-standard__message {
    left: 150px;
    top: 5.2083vw;
    bottom: auto;
    width: 38.5417vw;
    max-width: 740px;
    padding: 3.0208vw 2.3333vw 2.8125vw;
    text-align: center;
  }

  .san-new-standard__title {
    font-size: clamp(36px, 2.6042vw, 50px);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.05em;
    /* white-space: nowrap; */
    text-align: center;
  }

  .san-new-standard__text {
    margin-top: 0.7292vw;
    font-size: clamp(18px, 1.3542vw, 26px);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }

  /* 資料請求ボタン */
  .san-request-btn__link {
    font-size: 2.6rem;
    width: 470px;
    min-height: 77px;
  }
}

/* G2セクション */
.g2-feature {
  margin-top: 85px;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt";
}

.g2-feature__outer {
  max-width: 1107px;
  margin: 0 auto 70px;
  padding: 24px 0 44px;
  background: #e9e8e5;
}

.g2-feature__inner {
  position: relative;
  margin: 0 14px;
  padding: 120px 16px 74px;
  border: 1px solid #cfcac2;
  background: #fff;
}

.g2-feature__badge {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 173px;
  padding: 27px 33px 30px;
  background: #3d4047;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.g2-feature__badgeNum {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.g2-feature__badgeNum::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%);
}

.g2-feature__badgeMain {
  display: block;
  margin-top: 8px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.g2-feature__badgeSub {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.17em;
}

.g2-feature__title {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-align: center;
  color: #333;
}

.g2-feature__line {
  width: 100%;
  max-width: 520px;
  height: 1px;
  margin: 14px auto 0;
  background: #cfcac2;
}

.g2-feature__lead {
  margin: 16px 0 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

.g2-feature__text {
  margin-top: 22px;
  color: #333;
}

.g2-feature__text p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.g2-feature__text p:last-child {
  margin-bottom: 0;
}

.g2-feature__photo {
  margin: 30px 0 0;
}

.g2-feature__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.g2-feature__subTitle {
  margin: 22px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-align: center;
  color: #333;
}

.g2-feature__subText {
  margin-top: 12px;
  color: #333;
}

.g2-feature__subText p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.g2-feature__notes {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #333;
}

.g2-feature__notes li {
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.g2-feature__chart {
  margin: 34px 0 70px;
}

.g2-feature__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.g2-feature__supWrap {
  position: relative;
  display: inline-block;
}

.g2-feature__sup {
  position: absolute;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.g2-feature__sup--01 {
  top: -4px;
  right: 0.5em;
}

.g2-feature__sup--02 {
  top: -4px;
  right: 2.5em;
}

@media screen and (min-width: 768px) {
  .g2-feature {
    margin-top: 75px;
  }

  .g2-feature__outer {
    max-width: 1107px;
    margin: 0 auto 70px;
    padding: 78px 25px 44px;
  }

  .g2-feature__inner {
    margin: 0;
    padding: 150px 48px 54px;
  }

  .g2-feature__badge {
    top: -136px;
    width: 197px;
    height: 222px;
    padding: 24px 44px 52px;
  }

  .g2-feature__badgeNum {
    font-size: 20px;
  }

  .g2-feature__badgeMain {
    font-size: 41px;
  }

  .g2-feature__badgeSub {
    font-size: 20px;
  }

  .g2-feature__title {
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }

  .g2-feature__line {
    max-width: 898px;
    margin-top: 10px;
  }

  .g2-feature__lead {
    margin-top: 14px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.075em;
  }

  .g2-feature__text {
    max-width: 910px;
    margin: 22px auto 0;
  }

  .g2-feature__text p {
    font-size: 19px;
    line-height: 2;
    letter-spacing: 0.075em;
  }

  .g2-feature__photo {
    max-width: 910px;
    margin: 28px auto 0;
  }

  .g2-feature__subTitle {
    margin-top: 18px;
    font-size: 33px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }

  .g2-feature__subText {
    max-width: 910px;
    margin: 10px auto 0;
  }

  .g2-feature__subText p {
    font-size: 19px;
    line-height: 2;
    letter-spacing: 0.075em;
  }

  .g2-feature__notes {
    max-width: 910px;
    margin: 14px auto 0;
  }

  .g2-feature__notes li {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.051em;
  }

  .g2-feature__chart {
    max-width: 910px;
    margin: 50px auto 0;
  }

  .g2-feature__sup {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .g2-feature__sup--01 {
    top: -2px;
    right: 0.5em;
  }

  .g2-feature__sup--02 {
    top: -2px;
    right: 4.5em;
  }
}

/* モーダル */
.g2-feature .san-spec-modal,
.g2-feature .san-spec-modal *,
.g2-feature .san-popup,
.g2-feature .san-popup * {
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    serif;
}

.san-spec-modal {
  margin: 67px 0 70px;
}

.san-spec-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* ボックス本体 */
.san-spec-modal__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 177px;
  padding: 16px 12px 18px;
  background: #373b40;
  color: #fff;
  border: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

/* 番号 */
.san-spec-modal__num {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.san-spec-modal__num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%);
}

/* タイトル */
.san-spec-modal__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: 10px;
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: 0;
}

/* 矢印 */
.san-spec-modal__arrow {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 8px auto 0;
}

.san-spec-modal__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.san-spec-modal__title--hi {
  letter-spacing: -0.14em;
}

.san-spec-modal__title--fami {
  letter-spacing: -0.28em;
}

.san-spec-modal__title--solar {
  letter-spacing: -0.04em;
}

@media screen and (min-width: 768px) {
  .san-spec-modal {
    margin-top: 72px;
  }

  .san-spec-modal__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .san-spec-modal__card {
    height: 222px;
    padding: 20px 14px 22px;
  }

  .san-spec-modal__num {
    font-size: 20px;
  }

  .san-spec-modal__num::after {
    width: 62px;
  }

  .san-spec-modal__title {
    margin-top: 14px;
    font-size: 34px;
    line-height: 1.7;
  }

  .san-spec-modal__arrow {
    width: 12px;
    height: 12px;
  }

  .san-spec-modal__arrow::before {
    width: 14px;
    height: 14px;
  }

  .san-spec-modal__title--solar {
    letter-spacing: -0.09em;
    line-height: 1.3;
  }
}

.san-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.san-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.san-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.san-popup__dialog {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.san-popup__dialog--material {
  position: relative;
  width: calc(100% - 20px);
  max-width: 900px;
  margin: 10px auto 28px;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.san-popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  background: #6b615b;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.san-popup__close::before,
.san-popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1px;
  background: #fff;
}

.san-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.san-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.san-material {
  position: relative;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    serif;
  background-color: #f2f1ee;
  padding: 32px 11px 73px;
}

.san-material__badge {
  position: relative;
  z-index: 2;
  width: 155px;
  height: 173px;
  margin: 0 auto -55px;
  padding: 24px 0 30px;
  background: #3d4047;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.san-material__badgeNum {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.san-material__badgeNum::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}

.san-material__badgeTitle {
  display: block;
  margin-top: 15px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: normal;
  font-feature-settings: "halt";
  white-space: nowrap;
}

.san-material__panel {
  border: 1px solid #cfcac2;
  background: #fff;
  padding: 110px 16px 60px;
  margin-bottom: 74px;
}

.san-material__image {
  display: block;
}

.san-material__image img {
  display: block;
  width: 100%;
  height: auto;
}

.san-material__pager {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 24px;
  padding: 0 6px;
}

.san-material__pagerLink {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
}

.san-material__pagerLink--prev {
  text-align: left;
}

.san-material__pagerLink--next {
  text-align: right;
}

.san-material__pagerText small {
  font-size: 10px;
  font-feature-settings: "halt";
}

.san-material__pagerArrow {
  font-size: 12px;
  line-height: 1;
}

.san-material__cta {
  margin-top: 26px;
  text-align: center;
}

.san-material__ctaButton {
  display: inline-block;
  min-width: 210px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ef6c00;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

body.is-modal-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .san-popup__dialog--material {
    width: min(912px, calc(100% - 80px));
    margin: 38px auto 60px;
  }

  .san-popup__close {
    display: block;
    width: 56px;
    height: 56px;
  }

  .san-popup__close::before,
  .san-popup__close::after {
    width: 34px;
  }

  .san-material {
    padding: 30px 23px 33px;
  }

  .san-material__badge {
    width: 196px;
    height: 222px;
    margin-bottom: -180px;
    padding: 24px 0 42px;
  }

  .san-material__badgeNum {
    font-size: 20px;
  }

  .san-material__badgeNum::after {
    width: 95px;
  }

  .san-material__badgeTitle {
    margin-top: 44px;
    font-size: 41px;
  }

  .san-material__panel {
    padding: 263px 54px 76px;
    margin-bottom: 0;
  }

  .san-material__pager {
    gap: 40px;
    margin-top: 34px;
    padding: 0 18px;
  }

  .san-material__pagerLink {
    min-height: 52px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 1.4;
  }

  .san-material__pagerLink--prev {
    padding-left: 20px;
  }

  .san-material__pagerLink--next {
    padding-right: 20px;
  }

  .san-material__pagerText small {
    font-size: 12px;
  }

  .san-material__pagerArrow {
    font-size: 18px;
  }

  .san-material__pagerLink--prev::after {
    width: 220px;
  }

  .san-material__pagerLink--next::after {
    width: 220px;
  }

  .san-material__pagerLink--prev::before,
  .san-material__pagerLink--next::before {
    height: 40px;
  }

  .san-spec-modal__card,
  .san-material__pagerLink,
  .san-popup__close {
    cursor: pointer;
  }
}

.san-material__badgeTitle--high-sash {
  position: relative;
  left: -2px;
  letter-spacing: -0.2em;
}

.san-material__badgeTitle--familock {
  position: relative;
  left: -2px;
  letter-spacing: -0.3em;
}

.san-material__badgeTitle--solar {
  letter-spacing: 0;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .san-material__badgeTitle--high-sash {
    letter-spacing: -0.3em;
  }

  .san-material__badgeTitle--familock {
    letter-spacing: -0.3em;
  }

  .san-material__badgeTitle--solar {
    letter-spacing: -0.09em;
    font-size: 30px;
  }
}

/* SPのページャー */
.san-material__pager {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 24px;
  padding: 0;
}

.san-material__pagerLink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
  min-height: 34px;
  padding-bottom: 2px;
}

.san-material__pagerLink--prev {
  text-align: left;
  padding-left: 11px;
}

.san-material__pagerLink--next {
  text-align: right;
  padding-right: 11px;
}

/* 下の横線 */
.san-material__pagerLink--prev::after,
.san-material__pagerLink--next::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #8e8a84;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
}

/* 左側の横線 */
.san-material__pagerLink--prev::after {
  left: 0;
  width: 133px;
}

/* 右側の横線 */
.san-material__pagerLink--next::after {
  right: 0;
  width: 130px;
}

/* 外側の縦線 */
.san-material__pagerLink--prev::before,
.san-material__pagerLink--next::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 33px;
  background: #8e8a84;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
}

.san-material__pagerLink--prev::before {
  left: 0;
}

.san-material__pagerLink--next::before {
  right: 0;
}

@media screen and (min-width: 768px) {
  /* .san-material__pager, */
  .san-material__cta {
    display: none !important;
  }
}

/* SAN+Lite よくある質問 */
.san-faq {
  padding: 90px 16px;
}
.san-faq__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 34px 18px 38px;
  background: #dff0fc;
  box-sizing: border-box;
}
.san-faq__title {
  margin: 0 0 26px;
  color: #46a1e7;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.04em;
}
.san-faq__list {
  margin: 0;
}
.san-faq__item + .san-faq__item {
  margin-top: 18px;
}
.san-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
}
.san-faq__icon {
  position: relative;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-top: 7px;
}
.san-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #111;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 35% 50%;
  transition: transform 0.25s ease;
}
.san-faq__questionText {
  display: block;
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.san-faq__answer {
  display: none;
  padding: 8px 0 0 20px;
}
.san-faq__answer p {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.01em;
}
.san-faq__item.is-open .san-faq__icon::before {
  transform: translateY(-50%) rotate(90deg);
}
.san-faq__item.is-open .san-faq__answer {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .san-faq {
    padding: 90px 20px;
  }
  .san-faq__inner {
    max-width: 820px;
    padding: 50px 40px 60px;
  }
  .san-faq__title {
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .san-faq__item + .san-faq__item {
    margin-top: 12px;
  }
  .san-faq__question {
    gap: 10px;
  }
  .san-faq__icon {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }
  .san-faq__icon::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
  }
  .san-faq__questionText {
    font-size: 14px;
    line-height: 1.8;
  }
  .san-faq__answer {
    padding-top: 10px;
    padding-left: 26px;
  }
  .san-faq__answer p {
    font-size: 11px;
    line-height: 2;
  }
}

/* PCは非表示 */
.mainVisualSection .san_text {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainVisualSection .container {
    position: relative;
  }

  .mainVisualSection .san_text {
    display: block;
    position: absolute;
    left: 6px;
    bottom: 8px;
    width: 200px;
    max-width: calc(100% - 12px);
    margin: 0;
    z-index: 2;
  }

  .mainVisualSection .san_text img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* トップページのSAN+アイコンをクリックで表示されるモーダル部分 */

/* 共通レイアウト */
#san_information_inner {
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: stretch;
}

#san_information_inner .article {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

#san_information_inner .article a {
  display: block;
  text-decoration: none;
}

#san_information_inner .photo {
  display: block;
  width: 100%;
  margin: 0;
}

#san_information_inner .photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 旧テキストパーツは非表示 */
#san_information_inner .text,
#san_information_inner dl,
#san_information_inner dt,
#san_information_inner dd,
#san_information_inner .common_btn {
  display: none;
}

/* 旧背景画像・疑似要素を無効化 */
#san_information .article .photo {
  background: none !important;
  background-image: none !important;
}

#san_information .article .photo::before,
#san_information .article .photo::after {
  content: none !important;
}

/* PCで既存の幅指定を打ち消す */
@media print and (min-width: 751px), screen and (min-width: 751px) {
  #san_information_inner .article .photo {
    width: 100%;
    padding-top: 0;
  }

  .anchor-offset {
    display: block;
    height: 140px;
  }
}

/* SP調整 */
@media screen and (max-width: 767px) {
  #sanplus_container header .headerNewMenu {
    display: none;
  }

  #san_information_inner {
    display: block;
    width: calc(100% - 24px);
    max-width: 370px;
  }

  #san_information_inner .article {
    display: block;
    width: 100%;
    margin: 0;
  }

  #san_information_inner .article + .article {
    margin-top: 18px;
  }

  #san_information_inner .article a {
    display: block;
    width: 100%;
  }

  #san_information_inner .article .photo {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding-top: 0 !important;
    margin: 0;
    background: none !important;
    background-image: none !important;
    position: static !important;
  }

  #san_information_inner .article .photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
  }

  #san_information_inner .article .photo::before,
  #san_information_inner .article .photo::after {
    content: none !important;
  }

  .anchor-offset {
    display: block;
    height: 0;
  }
}

figure.btn_san {
  display: block;
  position: absolute;
  top: 2px;
  right: 48px;
  cursor: pointer;
}

a.san_info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #eb5e14;
  border-radius: 5px;
}

a.san_info_btn img {
  max-width: 34px !important;
  max-height: 34px !important;
}

@media screen and (min-width: 768px) {
  figure.btn_san {
    position: absolute;
    top: 50px;
    right: 0;
  }

  a.san_info_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: solid 1px #eb5e14;
    border-radius: 5px;
  }

  a.san_info_btn img {
    max-width: 34px !important;
    max-height: 34px !important;
  }
}


article {
    padding-top: 0 !important;
}