@charset "UTF-8";
.p-mv {
  position: relative;
}

.p-mv__img {
  position: relative;
}
.p-mv__img figcaption {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .p-mv__img {
    height: 100vh;
  }
  .p-mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.p-mv__heading {
  max-width: 612px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 52%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mv__heading {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 13%;
    width: 233px;
  }
}

.p-quality {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#fcfaf7), color-stop(99.9%, #dcd8d0));
  background: linear-gradient(90deg, #fcfaf7 0%, #dcd8d0 99.9%);
}
@media screen and (max-width: 768px) {
  .p-quality {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.p-quality__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: min(103.746vw, 1728px);
  padding-left: min(2.882vw, 48px);
  padding-right: min(2.882vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-tab {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-tab__wrap:not(.-bottom) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__wrap.-bottom {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__wrap.-bottom .c-tab__item.is-current {
    border-bottom: 2px solid #beaf85;
    border-top: none;
  }
}
　 .c-tab__wrap.-bottom .c-tab__item.is-current {
  border-bottom: 2px solid #beaf85;
}
@media screen and (min-width: 769px) {
  　 .c-tab__wrap.-bottom .c-tab__item.is-current {
    border-top: none;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__wrap.-bottom .c-tab__item:nth-of-type(3).is-current::before {
    top: 0px;
    bottom: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__wrap.-bottom .c-tab__item:not(.is-current)::before {
    top: -1px;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-tab__list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__list {
    gap: 20px;
  }
}
.c-tab__list::before {
  content: none;
}

.c-tab__item {
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: rgba(162, 159, 153, 0.4);
}
@media screen and (max-width: 768px) {
  .c-tab__item {
    min-height: 55px;
  }
}
.c-tab__item:nth-of-type(2).is-current {
  background-color: #1f1e1e;
}
.c-tab__item.is-current {
  background-color: transparent;
  border-top: 2px solid #beaf85;
  border-left: 2px solid #beaf85;
  border-right: 2px solid #beaf85;
  border-bottom: transparent;
}
@media screen and (max-width: 768px) {
  .c-tab__item.is-current {
    border-bottom: 2px solid #beaf85;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item.is-current::before, .c-tab__item.is-current::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #beaf85;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-tab__item.is-current::before {
  left: -20px;
}
.c-tab__item.is-current::after {
  right: -20px;
}
.c-tab__item.is-current .tab-text:not(.-active) {
  display: none;
}
.c-tab__item.is-current .tab-text.-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-tab__item:not(.is-current)::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 22px);
    background-color: #beaf85;
    position: absolute;
    bottom: -1px;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__item:not(.is-current):not(:nth-of-type(1))::before {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__item:nth-of-type(1)::before {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-tab__item:nth-of-type(3).is-current::before {
    content: "";
    display: block;
    height: 2px;
    width: 23px;
    background-color: #beaf85;
    position: absolute;
    bottom: 0px;
    left: -23px;
    opacity: 1;
  }
}
.c-tab__item .tab-text.-active {
  display: none;
}
.c-tab__item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 20px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-tab__item img {
    height: 15px;
  }
}
.c-tab__item::before {
  content: none;
}

.c-tab__panel__item {
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .c-tab__panel__item {
    padding: min(2.882vw, 60px) 0;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__panel__item {
    padding-bottom: 60px;
  }
}
.c-tab__panel__item.-n2 {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-tab__panel__item.-n2 {
    padding-bottom: 80px;
  }
}
.c-tab__panel__item.-n2::before {
  background-color: #1f1e1e;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  display: block;
  height: 100%;
  width: 100vw;
}
.c-tab__panel__item.-n2 .card.-transparent .card__text {
  color: #fff;
}
.c-tab__panel__item.-n3 .card__img {
  position: relative;
}
.c-tab__panel__item.-n3 .card__img figcaption {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
  right: 5px;
  color: #595757;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.c-tab__panel__item.-n3 .card__img figcaption.-white {
  color: #fff;
}

.anchor-link-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .anchor-link-row {
    gap: 0;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .anchor-link-row.-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .anchor-link-row.-center .anchor-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 393px;
  }
}

.anchor-link {
  display: block;
  border: 1px solid #beaf85;
  height: 59.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchor-link {
    height: 55px;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .anchor-link:nth-of-type(even)::before, .anchor-link:nth-of-type(7)::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #beaf85;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .anchor-link:nth-of-type(1)::after, .anchor-link:nth-of-type(2)::after {
    content: "";
    display: block;
    height: 1px;
    width: 98%;
    background-color: #beaf85;
    position: absolute;
    bottom: 0;
  }
}
.anchor-link:nth-of-type(1)::after {
  left: 0;
}
.anchor-link:nth-of-type(2)::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .anchor-link:not(:nth-of-type(1), :nth-of-type(2)) {
    border-bottom: 1px solid #beaf85;
  }
}
.anchor-link:nth-of-type(6)::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .anchor-link.-sp-full {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .anchor-link.-sp-full img {
    height: 27%;
  }
}
.anchor-link img {
  width: auto;
  height: 27%;
}
@media screen and (max-width: 768px) {
  .anchor-link img {
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .first-slider {
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
}

@media screen and (max-width: 768px) {
  .first-slider._sky {
    -webkit-transform: translateY(-16%);
            transform: translateY(-16%);
  }
}

.section-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #beaf85;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-heading {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-heading.-sp-mt_small {
    margin-top: 70px;
  }
}
.section-heading img {
  height: 36px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section-heading img {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-heading.-living img {
    height: 54px;
  }
}

.p-quality .c-slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-quality .c-slider {
    margin-top: -13%;
  }
}
.p-quality .c-slider .swiper {
  overflow: hidden;
}
.p-quality .c-slider .swiper-button-prev,
.p-quality .c-slider .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .p-quality .c-slider .swiper-button-prev,
  .p-quality .c-slider .swiper-button-next {
    bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-quality .c-slider .swiper {
    overflow: visible;
  }
  .p-quality .c-slider .c-slider__slide {
    width: 250px;
    margin: 0 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-slider__slide.-has-eq {
    width: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .c-slider__slide.-width_full {
    width: 800px;
  }
}
.p-quality__inner .swiper-button-prev,
.p-quality__inner .swiper-button-next {
  width: 60px;
  top: auto !important;
  bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-quality__inner .swiper-button-prev,
  .p-quality__inner .swiper-button-next {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 40px;
    margin: 0 !important;
  }
}
.p-quality__inner .swiper-button-prev::before, .p-quality__inner .swiper-button-prev::after,
.p-quality__inner .swiper-button-next::before,
.p-quality__inner .swiper-button-next::after {
  content: none;
}
.p-quality__inner .swiper-button-prev {
  left: -308px;
}
.p-quality__inner .swiper-button-next {
  right: auto;
  left: -108px;
}

.button-wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .button-wrap {
    margin-left: 15.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-top: 30px;
  }
}

.block__bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
.block__bg figcaption {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .block__bg figcaption {
    bottom: auto;
    top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .block__content {
    margin-top: -9%;
  }
}

.c-slider {
  max-width: none;
  width: 100%;
  margin-right: -195px;
}
@media screen and (max-width: 768px) {
  .c-slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-slider.-transform_none {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-slider.-hos-st .c-slider__slide:not(.-width_full, -width_auto) {
    width: 385px;
  }
}

.card {
  background-color: #fff;
  border: 1px solid #beaf85;
  height: 100%;
  width: 250px;
}
@media screen and (min-width: 769px) {
  .card {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .card.-small .card__text-area {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 769px) {
  .card.-small .card__text {
    margin-top: 10px;
  }
}
.card.-transparent {
  background-color: transparent;
  border: none;
}
.card.-transparent .card__text-area {
  padding: 0;
}
.card.-transparent .card__text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .card.-sp-auto {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .card.-sp-auto + .-sp-auto {
    margin-top: 20px;
  }
}
.card.-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: auto;
}
@media screen and (max-width: 768px) {
  .card.-row {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .card.-row .card__img img {
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.card__img {
  position: relative;
}
.card__img figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #666;
}
.card__img figcaption.-white {
  color: #fff;
}
.card__img figcaption.-irre {
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .c-slider__slide {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .c-slider__slide:not(.-width_auto, .-width_full) {
    width: 23.5%;
  }
}

.slider__item {
  height: 100%;
}
.slider__item.-bg_transparet {
  width: auto;
}

.slider__row {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 768px) {
  .slider__row {
    gap: 10px;
  }
}

.slider__eq-text {
  margin-top: 10px;
  color: #595757;
}
@media screen and (min-width: 769px) {
  .slider__eq-text {
    font-size: 16px;
  }
}
.slider__eq-text.-white {
  color: #fff;
}

.card__text-area {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .card__text-area {
    padding: 20px;
  }
}

.card__text {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 24px;
  color: #595757;
  line-height: 2.18;
}
.card__text.-nomt {
  margin-top: 0;
}
.card__text small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .card__text {
    font-size: 12px;
    margin-top: 16.8px;
    line-height: 2;
  }
}
.card__text span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .card__text span {
    font-size: 15px;
  }
}

.card__logo {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .card__logo.-n1 {
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .card__logo.-n2 {
    height: 50px;
  }
}
.card__logo.-n3 {
  height: 96px;
}
@media screen and (max-width: 768px) {
  .card__logo.-n3 {
    height: 60px;
  }
}
.card__logo.-n4, .card__logo.-n5 {
  height: 33px;
}
@media screen and (max-width: 768px) {
  .card__logo.-n4, .card__logo.-n5 {
    height: 29px;
  }
}
.card__logo.-n4 img {
  height: 90%;
}
@media screen and (max-width: 768px) {
  .card__logo.-n4 img {
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .card__logo.-n6 {
    height: 52px;
  }
}
.card__logo.-hansgrohe {
  height: 10%;
}
@media screen and (max-width: 768px) {
  .card__logo.-hansgrohe {
    height: 29px;
  }
}
.card__logo.-dekton {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .card__logo.-dekton {
    height: 32px;
  }
}
.card__logo.-imola-scarabeo {
  height: auto;
}
@media screen and (max-width: 768px) {
  .card__logo.-imola-scarabeo {
    height: 41px;
  }
}
.card__logo.-imola {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .card__logo.-imola {
    height: 45px;
  }
}
.card__logo.-duravit {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .card__logo.-duravit {
    height: 32px;
  }
}
.card__logo img {
  height: 100%;
  width: auto;
}

.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 769px) {
  .grid.-align_initial {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.grid.-half {
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.grid.-half.-gap_narrow {
  gap: 30px;
}
.grid.-col3 {
  -ms-grid-columns: minmax(0, 25%) 30px minmax(0, 25%) 30px minmax(0, 25%);
  grid-template-columns: repeat(3, minmax(0, 25%));
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid.-col4 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.eq-img {
  position: relative;
}
.eq-img figcaption {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 769px) {
  .eq-img.-cover img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.img-text__text {
  color: #595757;
  margin-top: 10px;
}

.slider__eq {
  width: 385px;
  position: relative;
}
.slider__eq figcaption {
  font-size: 10px;
}
.slider__eq figcaption.-w {
  color: #fff;
}
.slider__eq figcaption.-renge {
  position: absolute;
  bottom: 40px;
  right: 5px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .slider__eq figcaption.-renge {
    bottom: 17%;
    right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .slider__eq {
    width: 250px;
  }
}

.swiper-notification {
  display: none !important;
}

.-bw {
  text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.l-footer__recommend .c-slider {
  margin-right: 0;
}
.l-footer__recommend .c-slider__slide:not(.-width_auto, .-width_full) {
  width: min(12.752vw, 212.4px);
}

.capArea {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .capArea {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.capArea.-mid {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .capArea.-mid {
    margin-top: -80px;
  }
}
.capArea.-w {
  color: #FFF;
}
.capArea p {
  font-size: 11px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}

.prem-cap {
  color: #FFF;
  font-size: 12px;
  padding-left: 142px;
  margin-top: 20px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .prem-cap {
    padding-left: 0;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #section2-2 {
    margin-top: -92px;
  }
}

@media screen and (max-width: 768px) {
  #section2-5 {
    margin-top: -80px;
  }
}

@media screen and (max-width: 768px) {
  .__mt80 {
    margin-top: -90px;
  }
}

@media screen and (max-width: 768px) {
  .__mt94 {
    margin-top: -94px;
  }
}

@media screen and (max-width: 768px) {
  .__mt24 {
    margin-top: -24px;
  }
}
/*# sourceMappingURL=quality.css.map */