@charset "UTF-8";
/* ==========================================================================//
//
// サンバリア100のものづくり
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (max-width: 750px) {
  .inner {
    padding: 0 32px;
  }
}

section:not(:first-of-type):not(:last-of-type) {
  padding-top: 100px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type):not(:last-of-type) {
    padding-top: 160px;
  }
}

.sub_ttl {
  color: #464646;
  font-size: 22px;
  letter-spacing: 0.45em;
}
@media all and (max-width: 750px) {
  .sub_ttl {
    margin-bottom: 20px;
    letter-spacing: 0.5em;
    line-height: 1.86;
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .sub_ttl {
    font-size: 24px;
    letter-spacing: 0.6em;
    line-height: 2.3;
    text-align: center;
  }
}

p,
.lead {
  letter-spacing: -0.015em;
  line-height: 1.7;
}
@media all and (max-width: 750px) {
  p,
  .lead {
    font-size: 14px;
  }
}

/* なぜ修理するのか?
---------------------------------------------------------- */
.sec_why .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1266px, 100%);
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .sec_why .wrap {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1450px) {
  .sec_why .wrap .ttl_contents {
    width: 57%;
  }
}
@media all and (min-width: 1451px) {
  .sec_why .wrap .ttl_contents {
    width: 34%;
  }
}
.sec_why .wrap .left_ttl::after {
  left: 172px;
}
@media all and (min-width: 751px) {
  .sec_why .wrap .left_ttl::after {
    left: 235px;
  }
}
@media all and (max-width: 1000px) {
  .sec_why .wrap .sub_ttl {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .sec_why .wrap .sub_ttl {
    text-align: left;
  }
}
@media all and (min-width: 1001px) {
  .sec_why .wrap .lead {
    width: 39.55%;
  }
}
.sec_why .image_wrap {
  margin: 108px calc(50% - 50vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 751px) {
  .sec_why .image_wrap {
    margin: 0 calc(50% - 50vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 10px;
  }
}
.sec_why .detail_list {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  .sec_why .detail_list {
    margin-top: 106px;
  }
}
.sec_why .detail_list .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1001px) {
  .sec_why .detail_list .detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 1000px) {
  .sec_why .detail_list .detail:not(:first-child) {
    margin-top: 70px;
  }
}
.sec_why .detail_list .detail .image {
  margin: 0 calc(50% - 50vw) 24px;
}
@media screen and (min-width: 1000px) and (max-width: 1590px) {
  .sec_why .detail_list .detail .image {
    width: 50%;
  }
}
@media all and (min-width: 1591px) {
  .sec_why .detail_list .detail .image {
    margin: 0 0 0 calc(50% - 50vw);
    width: 57.15%;
  }
}
.sec_why .detail_list .detail .txts {
  text-align: left;
}
@media screen and (min-width: 1000px) and (max-width: 1590px) {
  .sec_why .detail_list .detail .txts {
    width: 39%;
  }
}
@media all and (min-width: 1591px) {
  .sec_why .detail_list .detail .txts {
    margin-right: 58px;
    width: 33%;
  }
}
.sec_why .detail_list .detail .txts .sub_ttl {
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_why .detail_list .detail .txts .sub_ttl {
    margin-bottom: 23px;
    text-align: left;
    font-size: clamp(20px, 1.45vw, 23px);
    line-height: 2;
  }
}
.sec_why .detail_list .detail .txts .sub_ttl .for_md {
  display: none;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .sec_why .detail_list .detail .txts .sub_ttl .for_md {
    display: block;
  }
}

/* サンバリア100がある生活
---------------------------------------------------------- */
section.sec_life {
  padding: 35px 0 80px;
  background-color: #F7F7F6;
  margin-top: 0;
}
@media all and (min-width: 751px) {
  section.sec_life {
    padding: 160px 0 60px;
  }
}
@media all and (min-width: 751px) {
  section.sec_life .sec_ttl {
    margin-inline: auto;
  }
}
@media all and (max-width: 750px) {
  section.sec_life .sec_ttl::after {
    left: 230px;
  }
}
@media all and (min-width: 751px) {
  section.sec_life .sub_ttl {
    margin-bottom: 30px;
  }
}
section.sec_life .lead {
  width: min(500px, 100%);
  margin-inline: auto;
}
section.sec_life #life_splide {
  overflow: hidden;
  margin: 40px calc(50% - 50vw) 0;
  padding: 0 15px;
}
@media all and (min-width: 751px) {
  section.sec_life #life_splide {
    margin: 80px calc(50% - 50vw) 0;
    padding: 0 40px 60px;
  }
}
section.sec_life .splide__track {
  margin-bottom: 30px;
  position: relative;
  overflow: visible;
}
@media all and (min-width: 751px) {
  section.sec_life .splide__track {
    margin-bottom: 40px;
  }
}
section.sec_life .splide__list .splide__slide {
  background-color: #fff;
}
@media all and (min-width: 1001px) {
  section.sec_life .splide__list .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.sec_life .splide__list .splide__slide .image {
  aspect-ratio: 1/0.586;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 1001px) {
  section.sec_life .splide__list .splide__slide .image {
    width: 37%;
    aspect-ratio: 1/1.575;
    height: 100%;
  }
}
section.sec_life .splide__list .splide__slide .txts {
  padding: 22px 26px 28px;
}
@media all and (max-width: 750px) {
  section.sec_life .splide__list .splide__slide .txts {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  section.sec_life .splide__list .splide__slide .txts {
    padding: 0 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1001px) {
  section.sec_life .splide__list .splide__slide .txts {
    padding: 60px;
  }
}
section.sec_life .splide__list .splide__slide .txts .number {
  display: inline-block;
  color: #787777;
  font-size: 12px;
}
@media all and (min-width: 751px) {
  section.sec_life .splide__list .splide__slide .txts .number {
    margin-bottom: 16px;
  }
}
section.sec_life .splide__list .splide__slide .txts .detail_ttl {
  font-weight: 500;
}
@media all and (max-width: 750px) {
  section.sec_life .splide__list .splide__slide .txts .detail_ttl {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  section.sec_life .splide__list .splide__slide .txts .detail_ttl {
    margin-bottom: 23px;
    font-size: 20px;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 750px) {
  section.sec_life .splide__list .splide__slide .txts .explanation {
    text-align: left;
  }
}
section.sec_life {
  /* プログレスバー */
}
section.sec_life .my-carousel-progress {
  background: #E9E9E9;
}
@media all and (max-width: 750px) {
  section.sec_life .my-carousel-progress {
    width: 45.06%;
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  section.sec_life .my-carousel-progress {
    width: 91.65%;
  }
}
section.sec_life .my-carousel-progress-bar {
  background: #1E2328;
  height: 1px;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 33.3333333333%;
}
section.sec_life .splide__arrows .splide__arrow {
  position: absolute;
  display: inline-block;
  border: none;
  width: 25px;
  height: 25px;
  clip-path: polygon(0 42.9%, 74.7% 42.9%, 74.7% 0, 100% 50%, 74.7% 100%, 74.7% 57.1%, 0 57.1%);
}
@media all and (min-width: 751px) {
  section.sec_life .splide__arrows .splide__arrow {
    bottom: -12px;
  }
}
section.sec_life .splide__arrows .splide__arrow.splide__arrow--prev {
  right: 110px;
}
section.sec_life .splide__arrows .splide__arrow.splide__arrow--next {
  right: -10px;
}
section.sec_life .splide__pagination {
  position: absolute;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  counter-reset: pagination-num;
}
@media all and (min-width: 751px) {
  section.sec_life .splide__pagination {
    margin: 0 64px 0 0;
    gap: 20px;
    bottom: 55px;
    right: 0;
  }
}
section.sec_life .splide__pagination .splide__pagination__page {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 12.5px;
  font-family: "Shippori Mincho", serif;
  color: #464646;
}
@media all and (min-width: 751px) {
  section.sec_life .splide__pagination .splide__pagination__page {
    font-size: 12px;
  }
}
.one_image {
  background: #fff;
  padding-top: 100px;
}
@media all and (min-width: 751px) {
  .one_image {
    padding-top: 160px;
  }
}

/* 日々のお手入れ
---------------------------------------------------------- */
.sec_care .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1270px, 100%);
  margin-inline: auto;
}
.sec_care .wrap .left_ttl::after {
  left: 135px;
}
@media all and (min-width: 751px) {
  .sec_care .wrap .left_ttl::after {
    left: 190px;
  }
}
@media all and (min-width: 1001px) {
  .sec_care .wrap .lead {
    width: 34.6%;
  }
}
@media all and (max-width: 1000px) {
  .sec_care .sub_ttl {
    margin-bottom: 40px;
  }
}
.sec_care .sub_ttl .for_md {
  display: block;
}
@media all and (min-width: 1101px) {
  .sec_care .sub_ttl .for_md {
    display: none;
  }
}
.sec_care .care_list {
  margin: 50px 0 0;
}
@media all and (min-width: 751px) {
  .sec_care .care_list {
    margin: 110px auto 0;
    width: min(1270px, 100%);
  }
}
.sec_care .care_list .care_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #CBCBC6;
}
@media all and (max-width: 750px) {
  .sec_care .care_list .care_detail {
    padding: 45px 0;
  }
}
@media all and (min-width: 1001px) {
  .sec_care .care_list .care_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 750px) {
  .sec_care .care_list .care_detail:first-child {
    border-top: 1px solid #CBCBC6;
  }
}
@media all and (min-width: 751px) {
  .sec_care .care_list .care_detail:first-child {
    padding: 0 0 60px;
  }
}
@media all and (min-width: 751px) {
  .sec_care .care_list .care_detail:not(:first-child) {
    padding: 60px 0;
  }
}
@media all and (min-width: 1001px) {
  .sec_care .care_list .care_detail .image {
    width: 53.95%;
  }
}
@media all and (min-width: 1001px) {
  .sec_care .care_list .care_detail .txts {
    width: 34.65%;
  }
}
.sec_care .care_list .care_detail .txts .number_ttl {
  margin: 18px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 1001px) {
  .sec_care .care_list .care_detail .txts .number_ttl {
    margin: 0;
    gap: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_care .care_list .care_detail .txts .number {
  position: relative;
  color: #787777;
}
@media all and (max-width: 750px) {
  .sec_care .care_list .care_detail .txts .number {
    font-size: 14px;
  }
}
.sec_care .care_list .care_detail .txts .number::after {
  position: absolute;
  content: "";
  background-color: #CBCBC6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 1px;
}
@media all and (min-width: 1001px) {
  .sec_care .care_list .care_detail .txts .number::after {
    width: 24px;
    left: 24px;
  }
}
.sec_care .care_list .care_detail .txts .detail_ttl {
  font-weight: 500;
}
@media all and (max-width: 750px) {
  .sec_care .care_list .care_detail .txts .detail_ttl {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
}
@media all and (min-width: 751px) {
  .sec_care .care_list .care_detail .txts .detail_ttl {
    font-size: 19px;
    letter-spacing: 0.6em;
  }
}
@media all and (min-width: 1001px) {
  .sec_care .care_list .care_detail .txts .detail_ttl {
    margin: 10px 0 20px;
  }
}
.sec_care .care_list .care_detail {
  /* モーダル */
}
.sec_care .care_list .care_detail .modal_list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media all and (min-width: 751px) {
  .sec_care .care_list .care_detail .modal_list {
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 15px;
  }
}
.sec_care .care_list .care_detail .modal_list .modal_detail {
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 751px) {
  .sec_care .care_list .care_detail .modal_list .modal_detail {
    width: calc((100% - 15px) / 2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_care .care_list .care_detail .modal_list .modal_detail:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec_care .care_list .care_detail .modal_list .modal_detail::before, .sec_care .care_list .care_detail .modal_list .modal_detail::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.sec_care .care_list .care_detail .modal_list .modal_detail::before {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 81px;
  height: 81px;
}
@media all and (min-width: 751px) {
  .sec_care .care_list .care_detail .modal_list .modal_detail::before {
    width: 60px;
    height: 60px;
  }
}
.sec_care .care_list .care_detail .modal_list .modal_detail::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.sec_care .care_list .care_detail .modal_list .modal_detail .image {
  overflow: hidden;
  width: 100%;
}
.sec_care .care_list .care_detail .modal_list .modal_detail .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_care .care_list .care_detail .movie_modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.sec_care .care_list .care_detail .movie_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.sec_care .care_list .care_detail .movie_modal.is-open .movie_modal_bg {
  opacity: 1;
}
.sec_care .care_list .care_detail .movie_modal.is-open .movie_modal_content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.sec_care .care_list .care_detail .movie_modal .movie_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sec_care .care_list .care_detail .movie_modal .movie_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media all and (max-width: 750px) {
  .sec_care .care_list .care_detail .movie_modal video {
    max-width: 85vw;
  }
}
.sec_care .care_list .care_detail .movie_modal .movie_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

/* 未来への約束
---------------------------------------------------------- */
.sec_promise {
  padding-bottom: 100px;
}
@media all and (min-width: 751px) {
  .sec_promise {
    padding-bottom: 160px;
  }
}
.sec_promise .wrap {
  margin-bottom: 40px;
  margin-top: 40px;
  width: min(1267px, 100%);
}
@media all and (min-width: 1131px) {
  .sec_promise .wrap {
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
}
@media all and (max-width: 1130px) {
  .sec_promise .wrap {
    display: block;
  }
}
@media screen and (min-width: 1131px) and (max-width: 1430) {
  .sec_promise .wrap .ttl_contents {
    width: 58%;
  }
}
@media all and (min-width: 1431) {
  .sec_promise .wrap .ttl_contents {
    width: 35%;
  }
}
.sec_promise .wrap .ttl_contents .sec_ttl::after {
  left: 115px;
}
@media all and (min-width: 751px) {
  .sec_promise .wrap .ttl_contents .sec_ttl::after {
    left: 170px;
  }
}
@media all and (max-width: 1130px) {
  .sec_promise .wrap .ttl_contents .sub_ttl {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .sec_promise .wrap .ttl_contents .sub_ttl {
    text-align: left;
  }
}
@media all and (min-width: 1131px) {
  .sec_promise .wrap .lead {
    width: 34.75%;
  }
}
.sec_promise .sp_image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.sec_promise .sp_image picture,
.sec_promise .sp_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (min-width: 1101px) {
  .sec_promise .sp_image {
    display: none;
  }
}
.sec_promise .form_wrap {
  position: relative;
}
@media all and (max-width: 750px) {
  .sec_promise .form_wrap {
    margin: 0 calc(50% - 50vw);
  }
}
@media all and (min-width: 1101px) {
  .sec_promise .form_wrap {
    margin-top: 100px;
    padding-top: 65px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 76px;
    width: min(1267px, 100%);
  }
}
.sec_promise .form_wrap::before {
  position: absolute;
  content: "";
  background-color: #CBCBC6;
  height: 1px;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .sec_promise .form_wrap .image {
    display: none;
  }
}
@media all and (min-width: 1101px) {
  .sec_promise .form_wrap .image {
    width: 29%;
  }
}
@media all and (max-width: 750px) {
  .sec_promise .form_detail {
    width: 82.95%;
    margin-inline: auto;
  }
}
@media all and (min-width: 1101px) {
  .sec_promise .form_detail {
    width: 64.72%;
  }
}
.sec_promise .form_detail .flow_lead {
  margin-bottom: 18px;
  padding-top: 40px;
  font-size: 17px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_lead {
    margin-bottom: 25px;
    padding-top: 0px;
    font-size: 18px;
    letter-spacing: 0.4em;
  }
}
.sec_promise .form_detail .flow_list .flow_detail {
  padding: 20px 0;
  border-top: 1px solid #CBCBC6;
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_list .flow_detail {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 50px;
  }
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_list .flow_detail:last-child {
    border-bottom: 1px solid #CBCBC6;
  }
}
.sec_promise .form_detail .flow_list .flow_detail .icon_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_list .flow_detail .icon_ttl {
    gap: 0 20px;
    width: 33.24%;
  }
}
.sec_promise .form_detail .flow_list .flow_detail .icon {
  width: 44px;
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_list .flow_detail .icon {
    width: 40px;
  }
}
.sec_promise .form_detail .flow_list .flow_detail .flow_ttl {
  font-size: 15px;
}
.sec_promise .form_detail .flow_list .flow_detail .flow_ttl .number {
  padding-right: 5px;
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_list .flow_detail .flow_ttl .number {
    padding-right: 10px;
  }
}
.sec_promise .form_detail .flow_list .flow_detail .note {
  font-size: 13px;
}
@media all and (max-width: 750px) {
  .sec_promise .form_detail .flow_list .flow_detail .note {
    margin-left: 65px;
  }
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .flow_list .flow_detail .note {
    width: 60%;
  }
}
.sec_promise .form_detail .flow_list .flow_detail .note a {
  background-image: -webkit-gradient(linear, left top, right top, from(#464646), to(#464646));
  background-image: linear-gradient(90deg, #464646, #464646);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media (min-width: 751px) and (hover: hover) {
  .sec_promise .form_detail .flow_list .flow_detail .note a:hover {
    background-size: 0 1px;
    background-position: left bottom;
  }
}
@media all and (max-width: 750px) {
  .sec_promise .form_detail .form_btn {
    margin: 40px -16px 0;
  }
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .form_btn {
    margin-top: 50px;
  }
}
.sec_promise .form_detail .form_btn a {
  padding: 20px;
  display: block;
  border: 1px solid #D2D3D3;
  font-size: 14px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .sec_promise .form_detail .form_btn a {
    padding: 20px;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_promise .form_detail .form_btn a:hover {
    border: 1px solid #464646;
  }
}
.sec_promise .form_detail .form_btn a .form_btn_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-top-collection__link {
  margin-top: clamp(50px, 50px + 62 * (100vw - 991px) / 609, 112px);
}

/**
 * #UnderlineArrowLink
 */
.c-underlineArrowLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: clamp(15px, 15px + 2 * (100vw - 991px) / 609, 17px);
  padding-inline: 1px;
  text-decoration: none;
  font-size: clamp(14px, 14px + 3 * (100vw - 375px) / 1225, 17px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-black);
}

.c-underlineArrowLink::before,
.c-underlineArrowLink::after {
  content: none;
}

.c-underlineArrowLink__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border-radius: 50%;
  border: solid 1px var(--color-line_gray);
  position: absolute;
  right: -40px;
  top: 0;
}
@media all and (max-width: 750px) {
  .c-underlineArrowLink__icon {
    right: -34px;
    top: -2px;
  }
}

.c-underlineArrowLink__iconArrow {
  position: relative;
  width: 10px;
  height: 5px;
  overflow: hidden;
}

.c-underlineArrowLink__iconArrow::before,
.c-underlineArrowLink__iconArrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath d='M10 2.5L6 5V0z'/%3E%3Cpath d='M7.5 2.5H0' stroke='%23000' stroke-width='1' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath d='M10 2.5L6 5V0z'/%3E%3Cpath d='M7.5 2.5H0' stroke='%23000' stroke-width='1' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
}

.c-underlineArrowLink__iconArrow::after {
  color: var(--color-black);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.c-underlineArrowLink__iconArrow::before {
  color: var(--color-white);
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  opacity: 0;
}

.c-underlineArrowLink__iconCircle {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 29px;
  height: 29px;
  z-index: 1;
}

.c-underlineArrowLink__iconCircle::before,
.c-underlineArrowLink__iconCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: solid 1px var(--color-line_gray);
  border-radius: 50%;
  background: var(--color-line_gray);
  opacity: 0;
  will-change: opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}

.c-underlineArrowLink__iconCircle::before {
  background: var(--color-line_gray);
}

.c-underlineArrowLink__iconCircle::after {
  background: var(--color-black);
  border-color: var(--color-black);
  -webkit-transition: opacity 0.3s cubic-bezier(0.92, 0.01, 0.75, 0.72);
  transition: opacity 0.3s cubic-bezier(0.92, 0.01, 0.75, 0.72);
}

/* .sec_last
---------------------------------------------------------- */
.sec_last {
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .sec_last {
    padding: 220px 0 264px;
  }
}
.sec_last .sec_last_bg_video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_last .sec_last_bg {
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
@media all and (max-width: 750px) {
  .sec_last .sec_ttl {
    margin: 0 auto 0 0;
  }
}
@media all and (min-width: 1001px) {
  .sec_last .sec_ttl {
    width: min(480px, 100%);
  }
}

.sec_last_bg {
  background-image: url(https://demo-service.ebisumart.com/client_info/UV100/contentimage/img/repair/last_sp.webp);
}
@media all and (min-width: 751px) {
  .sec_last_bg {
    background-image: url(https://demo-service.ebisumart.com/client_info/UV100/contentimage/img/repair/last_pc.webp);
  }
}

/* splide
---------------------------------------------------------- */
.m-topRankingSlide-pagination {
  width: 100%;
  max-width: var(--layout-max-width_narrow);
  margin-top: clamp(29px, 29px + 44 * (100vw - 375px) / 1225, 73px);
  margin-inline: auto;
  padding: 0 var(--layout-gutter_wide);
}

.m-topRankingProductNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 22px;
  height: 100%;
  padding-left: 0;
  border-right: solid 2px var(--color-gray);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.m-topRankingProductReviewInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-height: 22px;
  padding-left: 14px;
  /* border-left: solid 2px var(--color-gray); */
}

.m-topRankingProductReviewInfo__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-goth);
  line-height: 1;
  opacity: 0.5;
}

/**
 * #Library
 */
.c-slideController {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}

.c-slideController__progress {
  width: 100%;
}

.c-slideController__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 15px;
  position: relative;
  min-width: 96px;
}

.c-slideProgressbar {
  background: rgba(30, 35, 40, 0.2);
}

.c-slideProgressbar__item {
  background: #1E2328;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  will-change: width;
}

.c-slideNavigation__fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

.c-slideFractionCurrent,
.c-slideFractionTotal {
  min-width: 18px;
  text-align: center;
}

.c-slideFractionBar {
  width: 1px;
  height: 8px;
  background-color: var(--color-gray);
}

.c-slideNavigationArrows {
  position: absolute;
  width: 100%;
}

.c-slideNavigation__prev,
.c-slideNavigation__next {
  width: 25px;
  height: 25px;
  opacity: 1;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-slideNavigation__prev:disabled,
.c-slideNavigation__next:disabled {
  opacity: 0.3;
  cursor: default;
}

.c-slideNavigation__prev {
  left: 0;
}

.c-slideNavigation__next {
  right: 0;
}

.c-slideNavigationArrowIcon {
  display: block;
  position: relative;
  width: 14px;
  height: 6px;
  overflow: hidden;
}

.c-slideNavigationArrowIcon::before,
.c-slideNavigationArrowIcon::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  will-change: transform, opacity;
}

.c-slideNavigation__next .c-slideNavigationArrowIcon::before,
.c-slideNavigation__next .c-slideNavigationArrowIcon::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDE0IDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIuODg2NzJMOSAtMy4yNjYzM2UtMDVWNS43NzM0N0wxNCAyLjg4NjcyWk0wIDIuODg2NzJWMy4zODY3Mkg5LjVWMi44ODY3MlYyLjM4NjcySDBWMi44ODY3MloiIGZpbGw9ImJsYWNrIi8+PC9zdmc+");
}

.c-slideNavigation__next .c-slideNavigationArrowIcon::before {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  opacity: 0;
}

.c-slideNavigation__next .c-slideNavigationArrowIcon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.c-slideNavigation__prev .c-slideNavigationArrowIcon::before,
.c-slideNavigation__prev .c-slideNavigationArrowIcon::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDE0IDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMi44ODY3Mkw1IDUuNzczNDdMNSAtMy4zNDUwMmUtMDVMMCAyLjg4NjcyWk0xNCAyLjg4NjcyTDE0IDIuMzg2NzJMNC41IDIuMzg2NzJMNC41IDIuODg2NzJMNC41IDMuMzg2NzJMMTQgMy4zODY3MkwxNCAyLjg4NjcyWiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");
}

.c-slideNavigation__prev .c-slideNavigationArrowIcon::before {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  opacity: 0;
}

.c-slideNavigation__prev .c-slideNavigationArrowIcon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-slideController__navigation {
    display: none;
  }
}
.c-slideNavigationArrowIcon::before,
.c-slideNavigationArrowIcon::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; /* ←追加 */
}

.c-slideNavigation__next:hover .c-slideNavigationArrowIcon::after {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  opacity: 0;
}

.c-slideNavigation__next:hover .c-slideNavigationArrowIcon::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.c-slideNavigation__prev:hover .c-slideNavigationArrowIcon::after {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  opacity: 0;
}

.c-slideNavigation__prev:hover .c-slideNavigationArrowIcon::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}