.site-header_inner .hd_line {
  width: 23%;
  top: 10%;
}
.site-header_logo {
  width: 9.9rem;
  height: 100%;
  padding-top: 5px;
}
.site-header_logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header_description {
  font-size: 14px;
  line-height: 1.4;
}
.site-header_description .btn {
  margin: 0;
}
.site-header_description .btn_link {
  width: 100%;
  height: 100%;
  background: #417c72;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho",
    "ヒラギノ明朝 pron w3", "hiragino mincho pron w3", hiraminpron-w3,
    "ヒラギノ明朝 pron", "hiragino mincho pron", "ヒラギノ明朝 pro",
    "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
  color: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}
.site-header_description .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}
.no-webp .site-header_description .btn_link {
  background: url(../images/common/bg01.jpg) no-repeat 50% 50%/110%;
}
.site-header_links--green .btn {
  margin: 0;
}
.site-header_links--green .btn_link {
  width: 100%;
  height: 100%;
  background: #417c72;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho",
    "ヒラギノ明朝 pron w3", "hiragino mincho pron w3", hiraminpron-w3,
    "ヒラギノ明朝 pron", "hiragino mincho pron", "ヒラギノ明朝 pro",
    "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
  color: #fff;
  /*border:1px solid #ad9d62;*/
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}
.site-header_links--green .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}

.nowrap {
  white-space: nowrap;
}
.white {
  color: #fff !important;
}
.hidden {
  display: none !important;
  pointer-events: none !important;
}

.top-page {
  background: #4c444d;
}
.top-content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 2.5rem;
}
.top-content-wrap--gray {
  padding-bottom: 4.5rem;
}

.kv_wrap {
  position: relative;
  max-width: 100%;
  margin-bottom: 0.8rem;
}
.kv_inner {
  display: grid;
  grid-template-columns: 1fr 55.8%;
  align-items: end;
  position: relative;
  z-index: 1;
}
.kv_inner::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url('../images/top/mv-deco.webp') center / cover no-repeat;
  opacity: 0.5;
}
.kv-left {
  position: relative;
  z-index: 1;
}
.kv-left img {
  width: 83.6%;
  margin-inline: auto;
}
.kv-right {
  position: relative;
  z-index: -1;
}
.kv-note {
  grid-column: 1 / span 2;
  padding-inline: 5.333vw;
}
.kv-note img {
  width: 46.4%;
}

.top-point {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
}

.point-other {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  width: fit-content;
  margin: 1rem auto 0;
  column-gap: 20px;
}
.point-other img {
  width: auto;
  max-width: 100%;
  width: 75%;
}
.point-other .point-other_text1 {
  margin-right: 12px;
}
.point-other .btn_link {
  width: auto;
  max-width: 100%;
  max-height: 86px;
  font-size: 20px;
  width: 270px;
  background: #c2272d;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}
.point-other .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}
@-webkit-keyframes shine2 {
  100% {
    left: 100%;
  }
}

@keyframes shine2 {
  100% {
    left: 100%;
  }
}
.point-other--multi {
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px 0;
}
.point-other--multi .ribbon {
  margin-right: 10px;
}
.point-other--multi .btn_link {
  font-size: 28px;
  width: auto;
  height: auto;
  margin-left: 10px;
}
.point-other--multi img {
  margin: unset;
  width: auto;
}
.point-other--multi img,
.point-other--multi .btn_link img {
  height: 32px;
}

.point-list p .inner-flex {
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-left: 16px;
  line-height: 1.4;
}
.point-list p small {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5em;
}
.point-list p small.float-right {
  position: absolute;
  bottom: 3px;
  right: 15px;
}
.point-list p .inner-flex small {
  margin-top: 0;
}
.point-list p .inner-flex .align-left {
  text-align: left;
}
.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-list p {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 4.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
  background: #5D5E60;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.point-list p.marked {
  padding-left: 4rem;
}
.point-list p.marked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/top/icon_point.png) 50% 50% / contain no-repeat;
  transform: translatey(-50%);
  pointer-events: none;
}

.main-content {
  padding: 0 1.42rem;
  margin: 0 auto;
}
.main-content.off {
  pointer-events: none;
}
.main-content.off .content-title {
  color: gray;
}

.top-page {
  display: block;
}
.top-text {
  text-align: center;
  font-size: 2.7em;
  color: #c2272d;
  margin: 0 auto 0.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}

/* .scl-tg {
  padding-top: 120px;
  margin-top: -120px;
  pointer-events: none;
} */

.content-inner-wrap {
  display: none;
}
.content-title {
  display: flex;
  width: 100%;
  height: 15rem;
  margin-bottom: 0.5rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content1 .content-title {
  background: url(../images/top/section_t_bg01.png) 50% 50% / cover no-repeat;
}
.content2 .content-title {
  background: url(../images/top/section_t_bg02.png) 50% 50% / cover no-repeat;
}
.content3 .content-title {
  background: url(../images/top/section_t_bg03.png) 50% 50% / cover no-repeat;
}
.content4 .content-title {
  background: url(../images/top/section_t_bg04.png) 50% 50% / cover no-repeat;
}
.content5 .content-title {
  background: url(../images/top/section_t_bg05.png) 50% 50% / cover no-repeat;
}

.pan-label {
  height: 1.75rem;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  font-size: 1.18625rem;
  color: #000;
  background: #dcdddd;
}

.cont-title {
  margin-bottom: 1.875rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.cont-title--white {
  color: #fff;
}
.cont-title--mb0 {
  margin-bottom: 0;
}

.cont-wrap {
  padding-bottom: 3rem;
}

.cot-title {
  text-align: center;
  margin-bottom: 1.827rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #231f20;
}
.cot-title--bronze {
  color: #a67c40;
}
.cot-title--gold {
  color: #bc9a5c;
}
.cot-title--white {
  color: #fff;
}
.cot-title--big {
  font-size: 2.6rem;
}
.cot-title--huge {
  font-size: 3rem;
}
.cot-in-content {
  overflow: hidden;
}
.cot-in-content:not(:last-child) {
  margin-bottom: 7rem;
}
.cot-in-content--facility {
  margin-bottom: 0 !important;
}

.text_sumica_pc {
  display: flex;
  justify-content: center;
}
.text_sumica_pc img {
  max-width: 500px;
  margin: 30px 0 0;
}

.catch-text3 {
  font-size: 1.228rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
.catch-text4 {
  text-align: center;
  font-size: 0.8875rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.aircon {
  background-color: #eaf6fd;
  color: #414042;
  padding: 30px;
  padding-bottom: 70px;
  margin-bottom: 4.2rem;
}

.aircon__title {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.aircon__sub-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.aircon__content {
  padding-right: 40px;
  display: flex;
  align-items: center;
  gap: 5.08%;
}

.aircon__img1 {
  width: 60%;
  position: relative;
  flex-shrink: 0;
}

.aircon__img1 > span {
  position: absolute;
  top: 92%;
  right: 4%;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: right;
}

.aircon__right-title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2.18em;
  letter-spacing: 0.3em;
}

.aircon__text {
  font-size: 16px;
  line-height: 1.85em;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1284px) {
  .site-header_description .btn {
    width: 15.1875rem;
    height: 2.0625rem;
    margin-left: 1rem;
  }
  .site-header_description .btn_link {
    font-size: 1.105625rem;
  }
}

@media screen and (max-width: 1138px) {
  .point-list p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  .point-list p {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .point-list p:not(:last-child)::before {
    left: 0.3vw;
    width: 4vw;
  }
  .point-other {
    padding: 0 1.42rem;
  }
  .point-list p.marked {
    padding-left: 3rem;
  }

  .content-title {
    height: 24vw;
    font-size: 4vw;
  }

  .cont-title {
    font-size: 3.67vw;
  }

  .cot-title {
    font-size: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .text_sumica_pc {
    width: 95%;
    margin-inline: auto;
  }

  .site-header_description .btn {
    width: 20.9563862928vw;
    height: 2.5700934579vw;
    margin-inline: auto;
  }
  .site-header_description .btn_link {
    font-size: 1.3777258567vw;
  }

  .cont-title {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .point-list p {
    text-align: left;
  }
  .point-list p small {
    margin-top: -2px;
    font-size: 2.5vw;
    line-height: 1.2;
  }
  .point-list p small.float-right {
    right: 5px;
    bottom: 1px;
  }
  .point-list p.marked {
    padding-left: 0;
  }
  .point-other img {
    max-height: 16px;
    object-fit: contain;
  }
  .point-other .btn_link {
    width: 180px;
    font-size: 14px;
  }

  .catch-text3 {
    font-size: 14px !important;
    margin-bottom: 10px;
  }

  .catch-text4 {
    font-size: 12px !important;
  }

  .aircon {
    padding: 20px;
  }

  .aircon__title {
    font-size: 20px;
  }

  .aircon__content {
    padding-right: 0;
    flex-direction: column;
    gap: 20px;
  }

  .aircon__img1 {
    width: 100%;
  }

  .aircon__img1 > span {
    top: unset;
    bottom: -5%;
    font-size: 11px;
  }

  .aircon__right-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .cot-title--big {
    font-size: 7.2vw !important;
  }
}

@media screen and (max-width: 767px) {
  section {
    max-width: 71.75rem;
    margin: 0 auto;
  }

  .site-header_description {
    margin: 4px 0;
    font-size: 9px;
    line-height: 1.3;
  }
  .site-header_logo {
    width: 30vw;
  }

  .main-content {
    padding: 0;
  }

  .cot-title {
    margin-bottom: 5vw;
    font-size: 5.5vw;
  }
  .cot-in-content:not(:last-child) {
    margin-bottom: 14vw;
  }

  .point-list {
    padding: 0 10px;
    margin-bottom: 4vw;
  }
  .point-list p {
    width: 48.5%;
    height: 12vw;
    margin-bottom: 2.4vw;
    font-size: 3.5vw;
  }
  .point-list p.marked::before {
    top: 12%;
    left: 1vw;
    width: 8vw;
    height: 8vw;
  }
  .point-list p .inner-flex span:first-child small {
    margin: 0;
    font-size: 2.5vw;
  }
  .point-list p .inner-flex small {
    font-size: 2.5vw;
  }
  .point-list p .inner-flex span:last-child {
    margin-bottom: 0.67vw;
  }
  .point-list p .inner-flex {
    display: inline-block;
  }
  .point-other {
    display: block;
    padding: 0 10px;
    text-align: center;
  }
  .point-other p {
    width: 100%;
    margin: 0 0 3vw;
    font-size: 0;
  }
  .point-other--multi .btn_link {
    margin-inline: auto;
  }
  .point-other .point-other_text1 {
    margin-right: auto;
  }

  .pan-label {
    height: 7vw;
    padding: 0 5.33333333vw;
    margin-bottom: 6vw;
    font-size: 4vw;
  }

  .cont-title {
    margin-bottom: 6.5vw;
    font-size: 5.41vw;
    letter-spacing: 0.1em;
  }
}
