<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bathSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .bathSect__head {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .bathSect__head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bathSect__head {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .bathSect__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__head {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .bathSect__head .qualityTtl + .qualityCard {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__head .qualityTtl + .qualityCard {
    margin-top: 40px;
  }
}

.bathSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .bathSect__cont {
    width: 1076px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .bathSect__cont {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__cont {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .bathSect__cont .usableList:not(:first-child) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__cont .usableList:not(:first-child) {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .bathSect__cont .usableList__inner {
    gap: 80px 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__cont .usableList__inner {
    gap: 64px 24px;
  }
}

@media screen and (min-width: 768px) {
  .bathSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__cont .usableList__item {
    margin: 0 auto;
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__cont .usableList__item--small {
    margin: 0;
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 768px) {
  .bathSect__cont .usableList--small .usableList__item {
    width: calc(50% - 12px);
  }
}

.bathSect__head + .bathSect__cont {
  margin-top: 104px;
}

.internetCard {
  background-color: rgba(35, 24, 21, 0.85);
}

@media screen and (min-width: 768px) {
  .internetCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .internetCard {
    padding: 80px 48px 140px;
  }
}

@media screen and (min-width: 768px) {
  .internetCard__visual {
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .internetCard__visual {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .internetCard__cont {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .internetCard__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
}

.internetCard__cont .heading {
  line-height: 1.8;
}

.internetCard__cont .heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.internetCard__cont .heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.internetCard__cont .heading:before, .internetCard__cont .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .internetCard__cont .heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .internetCard__cont .heading {
    font-size: 20px;
  }
}

.internetCard__cont .labelTtl {
  margin-top: 40px;
}

.internetCard__cont .labelTtl + .txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .internetCard__visual + .internetCard__cont {
    margin-top: 40px;
  }
}

.internetSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .internetSect__head {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .internetSect__head {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .internetSect__head {
    padding: 0 20px;
  }
}

.internetSect__ttl {
  text-align: center;
}

.internetSect__ttl .jp {
  display: block;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .internetSect__ttl .jp {
    font-size: 18px;
    line-height: 1.8;
  }
  .internetSect__ttl .jp:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .internetSect__ttl .jp:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .internetSect__ttl .jp:before, .internetSect__ttl .jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .internetSect__ttl .jp {
    font-size: 13px;
    line-height: 2;
  }
  .internetSect__ttl .jp:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .internetSect__ttl .jp:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .internetSect__ttl .jp:before, .internetSect__ttl .jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.internetSect__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .internetSect__ttl .en {
    font-size: 49px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 768px) {
  .internetSect__ttl .en {
    font-size: 20px;
    letter-spacing: .05em;
  }
}

.internetSect__ttl .en + .jp {
  margin-top: 16px;
}

.internetSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .internetSect__cont {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .internetSect__cont {
    width: 100%;
  }
}

.internetSect__head + .internetSect__cont {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .kitchenSect {
    margin: 0 auto;
    max-width: 1440px;
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__head {
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1220px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head {
    padding-left: 38px;
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__head .qualityTtl + .qualityCard {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head .qualityTtl + .qualityCard {
    margin-top: 40px;
  }
}

.kitchenSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kitchenSect__cont {
    width: 1076px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .kitchenSect__cont {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont {
    padding: 0 40px;
  }
}

.kitchenSect__cont .usableList__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .kitchenSect__cont .usableList__inner {
    gap: 80px 58px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__inner {
    gap: 64px 24px;
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__cont .usableList__item {
    width: calc((100% - 116px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item .qualityCard {
    margin: 0 auto;
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item--small {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect {
    margin: 0 auto;
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__head {
    padding-left: 40px;
  }
}

.otherSect__head .qualityTtl {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .otherSect__head .qualityTtl {
    padding-left: 120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .otherSect__head .qualityTtl {
    padding-left: calc(120 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .otherSect__head .qualityCard {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .otherSect__head .qualityCard {
    width: calc(1000 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .otherSect__head .qualityCard {
    margin-top: 40px;
  }
}

.otherSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .otherSect__cont {
    width: 1076px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .otherSect__cont {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__cont {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__cont .usableList__inner {
    gap: 80px 58px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .otherSect__cont .usableList__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont .usableList__inner {
    gap: 64px 24px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont .usableList__item {
    margin: 0 auto;
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__head + .otherSect__cont {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__head + .otherSect__cont {
    margin-top: 104px;
  }
}

.qualityTtl {
  font-family: "Cinzel", serif;
  letter-spacing: .2em;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #ffffff), color-stop(66.6%, rgba(255, 255, 255, 0.1)));
  -webkit-mask-image: linear-gradient(90deg, #ffffff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #ffffff), color-stop(66.6%, rgba(255, 255, 255, 0.1)));
          mask-image: linear-gradient(90deg, #ffffff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-transition: -webkit-mask-position ease;
  transition: -webkit-mask-position ease;
  transition: mask-position ease;
  transition: mask-position ease, -webkit-mask-position ease;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

@media screen and (min-width: 768px) {
  .qualityTtl {
    font-size: 48px;
    line-height: 1.2;
  }
  .qualityTtl:before {
    content: '';
    margin-top: calc((1 - 1.2) * .5em);
  }
  .qualityTtl:after {
    margin-bottom: calc((1 - 1.2) * .5em);
  }
  .qualityTtl:before, .qualityTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .qualityTtl {
    font-size: 28px;
    line-height: 1.5;
  }
  .qualityTtl:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .qualityTtl:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .qualityTtl:before, .qualityTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.qualityTtl.sai-animate {
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
}

@media screen and (max-width: 768px) {
  .storageSect__head {
    padding-left: 40px;
  }
}

.storageSect__head .qualityTtl {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .storageSect__head .qualityTtl {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .storageSect__head .qualityTtl {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .storageSect__head .qualityTtl {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .storageSect__head .qualityTtl + .photo {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__head .qualityTtl + .photo {
    margin-top: 40px;
  }
}

.storageSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .storageSect__cont {
    width: 1076px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .storageSect__cont {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .storageSect__cont .usableList__inner {
    gap: 80px 58px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .storageSect__cont .usableList__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__inner {
    gap: 64px 24px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 768px) {
  .storageSect__cont .usableList__item--col {
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .storageSect__cont .usableList__item--col .qualityCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

@media screen and (min-width: 768px) {
  .storageSect__cont .usableList__item--col .qualityCard__ttl {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .toiletSect {
    margin: 0 auto;
    max-width: 1440px;
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .toiletSect {
    padding: 0 38px 64px;
  }
}

.toiletSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .toiletSect__head {
    width: 1284px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toiletSect__head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .toiletSect__head {
    display: grid;
    gap: 64px;
    grid-template-columns: 720px 1fr;
    grid-template-rows: 1fr auto;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toiletSect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .toiletSect__head .qualityCard:not(:first-child) {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .toiletSect__head .qualityCard--powder {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}

@media screen and (max-width: 768px) {
  .toiletSect__head .qualityTtl + .qualityCard {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .toiletSect__cont {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .toiletSect__item .usableList {
    margin: 64px auto 0;
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .toiletSect__item .usableList__inner {
    gap: 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .toiletSect__item .usableList__inner {
    gap: 64px;
  }
}

@media screen and (min-width: 768px) {
  .toiletSect__item .usableList__item {
    width: 320px;
  }
}

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

@media screen and (max-width: 768px) {
  .toiletSect__item--onlyPC {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .equipment-bath {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-bath {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .equipment-storage {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-storage {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .equipment-other {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-other {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 768px) {
  .equipment-internet {
    padding-bottom: 200px;
  }
}
</pre></body></html>