.c-bathroom {
  padding: 0 0 80rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .c-bathroom {
    padding: 0 0 60rem;
  }
}
.c-bathroom__inner {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 0 40rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom__inner {
    padding: 0 20rem;
  }
}

.c-bathroom-hero {
  display: flex;
  align-items: stretch;
  min-height: 500rem;
  margin-bottom: 80rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero {
    flex-direction: column;
    min-height: auto;
    margin-bottom: 60rem;
  }
}
.c-bathroom-hero__left {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  padding: 0;
  background: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-hero__left {
    flex: 0 0 55%;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__left {
    flex: none;
    width: 100%;
  }
}
.c-bathroom-hero__image {
  margin: 0;
  width: 100%;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out both;
}
.c-bathroom-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-bathroom-hero__divider {
  position: relative;
  width: 1rem;
  align-self: stretch;
  background: linear-gradient(to bottom, transparent 5%, #e0e0e0 20%, #e0e0e0 80%, transparent 95%);
  flex-shrink: 0;
}
.c-bathroom-hero__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  background: #c09b30;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__divider {
    width: 80%;
    height: 1rem;
    margin: 15rem auto;
    align-self: center;
    background: linear-gradient(to right, transparent 0%, #e0e0e0 15%, #e0e0e0 85%, transparent 100%);
  }
  .c-bathroom-hero__divider::before {
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
  }
}
.c-bathroom-hero__right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 50rem;
  padding-left: 60rem;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-hero__right {
    padding: 40rem;
    padding-left: 45rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__right {
    padding: 40rem 20rem 30rem;
  }
}
.c-bathroom-hero__content {
  max-width: 400rem;
  animation: fadeInRight 0.8s ease-out 0.2s both;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__content {
    max-width: 100%;
  }
}
.c-bathroom-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: 42rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-bottom: 25rem;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-hero__title {
    font-size: 36rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__title {
    font-size: 48rem;
    margin-bottom: 22rem;
  }
}
.c-bathroom-hero__brand {
  display: flex;
  align-items: center;
  gap: 12rem;
  margin-bottom: 30rem;
  padding-bottom: 25rem;
  border-bottom: 1rem solid #eee;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__brand {
    margin-bottom: 25rem;
    padding-bottom: 22rem;
  }
}
.c-bathroom-hero__brand .--label {
  font-family: "Noto Serif JP", serif;
  font-size: 16rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.05em;
  padding: 6rem 14rem;
  border: 1rem solid #ddd;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__brand .--label {
    font-size: 22rem;
    padding: 8rem 16rem;
  }
}
.c-bathroom-hero__brand .--times {
  font-size: 18rem;
  color: #999;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__brand .--times {
    font-size: 24rem;
  }
}
.c-bathroom-hero__brand .--partner {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  color: #0066b3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__brand .--partner {
    font-size: 28rem;
  }
}
.c-bathroom-hero__desc p {
  font-family: "Noto Serif JP", serif;
  font-size: 15rem;
  font-weight: 400;
  color: #555;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-hero__desc p {
    font-size: 22rem;
    line-height: 2;
  }
}

.c-struct-hero__text .--logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  margin-top: 30rem;
}
.c-struct-hero__text .--logos img {
  height: 24rem;
  width: auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-struct-hero__text .--logos img {
    height: 20rem;
  }
}
.c-struct-hero__text .--logos .--logos-times {
  font-size: 18rem;
  color: #999;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-struct-hero__text .--logos .--logos-times {
    font-size: 16rem;
  }
}
@media screen and (max-width: 750px) {
  .c-struct-hero__text .--logos {
    gap: 12rem;
    margin-top: 25rem;
  }
}

section.c-bathroom .c-struct-hero__text .--logos img,
section.c-lav .c-struct-hero__text .--logos img {
  height: 30rem;
}
@media screen and (max-width: 750px) {
  section.c-bathroom .c-struct-hero__text .--logos img,
  section.c-lav .c-struct-hero__text .--logos img {
    height: 24rem;
  }
}
section.c-bathroom .c-struct-hero__text .--logos .--logos-times,
section.c-lav .c-struct-hero__text .--logos .--logos-times {
  font-size: 22rem;
}
@media screen and (max-width: 750px) {
  section.c-bathroom .c-struct-hero__text .--logos .--logos-times,
  section.c-lav .c-struct-hero__text .--logos .--logos-times {
    font-size: 18rem;
  }
}

.c-bathroom-app {
  padding: 80rem 0;
  border-top: 1rem solid #ccc;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app {
    padding: 60rem 0;
  }
}
.c-bathroom-app__header {
  text-align: center;
  margin-bottom: 50rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__header {
    margin-bottom: 40rem;
  }
}
.c-bathroom-app__title {
  font-family: "Noto Serif JP", serif;
  font-size: 28rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.1em;
  margin-bottom: 20rem;
  position: relative;
  display: inline-block;
  padding-bottom: 15rem;
}
.c-bathroom-app__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30rem;
  height: 2px;
  background: #c09b30;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__title {
    font-size: 36rem;
  }
}
.c-bathroom-app__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__lead {
    font-size: 20rem;
  }
  .c-bathroom-app__lead br {
    display: none;
  }
}
.c-bathroom-app__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 20rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__subtitle {
    font-size: 26rem;
  }
}
.c-bathroom-app__content {
  display: flex;
  align-items: stretch;
  gap: 60rem;
  margin-bottom: 50rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__content {
    flex-direction: column;
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
.c-bathroom-app__text {
  flex: 0 0 280rem;
  display: flex;
  align-items: center;
  padding: 30rem;
  background: none;
  border-left: 3rem solid #c09b30;
}
.c-bathroom-app__text p {
  font-family: "Noto Serif JP", serif;
  font-size: 15rem;
  color: #555;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__text p {
    font-size: 22rem;
  }
  .c-bathroom-app__text p br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__text {
    flex: none;
    width: 100%;
    padding: 25rem;
  }
}
.c-bathroom-app__images {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__images {
    width: 100%;
    gap: 15rem;
  }
}
.c-bathroom-app__image {
  margin: 0;
  overflow: hidden;
  background: #f8f8f8;
  border: 1rem solid #eee;
}
.c-bathroom-app__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 632/355;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-bathroom-app__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15rem;
  margin-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__features {
    gap: 10rem;
    margin-bottom: 25rem;
  }
}
.c-bathroom-app__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  font-weight: 400;
  color: #555;
  padding: 10rem 20rem;
  border: 1rem solid #ddd;
  background: #fff;
  transition: all 0.3s ease;
}
.c-bathroom-app__tag:hover {
  border-color: #c09b30;
  color: #c09b30;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__tag {
    font-size: 18rem;
    padding: 10rem 16rem;
  }
}
.c-bathroom-app__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  color: #999;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-app__note {
    font-size: 18rem;
  }
}

.c-bathroom-bubble {
  padding: 80rem 0;
  border-top: 1rem solid #f0f0f0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble {
    padding: 60rem 0;
  }
}
.c-bathroom-bubble__top {
  display: flex;
  gap: 60rem;
  margin-bottom: 60rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__top {
    flex-direction: column;
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
.c-bathroom-bubble__info {
  flex: 1;
}
.c-bathroom-bubble__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.05em;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__title {
    font-size: 38rem;
  }
}
.c-bathroom-bubble__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  color: #888;
  margin-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__subtitle {
    font-size: 20rem;
  }
}
.c-bathroom-bubble__brand {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18rem;
  font-weight: 700;
  color: #e60012;
  padding: 5rem 12rem;
  border: 2rem solid #e60012;
  margin-bottom: 25rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__brand {
    font-size: 24rem;
  }
}
.c-bathroom-bubble__catch {
  margin-bottom: 20rem;
  padding-left: 15rem;
  border-left: 3rem solid #c09b30;
}
.c-bathroom-bubble__catch p {
  font-family: "Noto Serif JP", serif;
  font-size: 18rem;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__catch p {
    font-size: 24rem;
  }
}
.c-bathroom-bubble__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  color: #666;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__desc {
    font-size: 20rem;
  }
}
.c-bathroom-bubble__main-image {
  flex: 0 0 45%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.c-bathroom-bubble__main-image::after {
  content: "image";
  position: absolute;
  bottom: 5rem;
  right: 8rem;
  font-size: 14rem;
  color: #222;
  letter-spacing: 0.05em;
}
.c-bathroom-bubble__main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__main-image {
    flex: none;
  }
}
.c-bathroom-bubble__bottom {
  display: flex;
  gap: 50rem;
  padding: 50rem;
  border: 1rem solid #e0e0e0;
  background: #fafafa;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-bubble__bottom {
    flex-direction: column;
    gap: 40rem;
    padding: 35rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__bottom {
    padding: 25rem;
    gap: 30rem;
  }
}
.c-bathroom-bubble__bottom-left {
  flex: 1;
}
.c-bathroom-bubble__bottom-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18rem;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin-bottom: 15rem;
  padding-bottom: 12rem;
  border-bottom: 1rem solid #ddd;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__bottom-title {
    font-size: 24rem;
  }
}
.c-bathroom-bubble__bottom-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 25rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-bubble__bottom-desc {
    font-size: 20rem;
  }
}
.c-bathroom-bubble__bottom-images figure {
  margin: 0;
  overflow: hidden;
  background: #f0f0f0;
}
.c-bathroom-bubble__bottom-images figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-bathroom-bubble__bottom-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.c-bathroom-bubble__right-image {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.c-bathroom-bubble__right-image img {
  width: 100%;
  height: auto;
  display: block;
}

.c-bathroom-cleaning {
  padding: 80rem 0;
  border-top: 1rem solid #f0f0f0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning {
    padding: 60rem 0;
  }
}
.c-bathroom-cleaning__header {
  font-family: "Noto Serif JP", serif;
  font-size: 22rem;
  font-weight: 500;
  color: #222;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 60rem;
  padding-bottom: 25rem;
  position: relative;
}
.c-bathroom-cleaning__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30rem;
  height: 2px;
  background: #c09b30;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__header {
    font-size: 28rem;
    margin-bottom: 40rem;
  }
}
.c-bathroom-cleaning__section {
  display: flex;
  gap: 50rem;
  margin-bottom: 60rem;
  padding-bottom: 60rem;
  border-bottom: 1rem solid #f0f0f0;
}
.c-bathroom-cleaning__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-cleaning__section {
    flex-direction: column;
    gap: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__section {
    margin-bottom: 40rem;
    padding-bottom: 40rem;
  }
}
.c-bathroom-cleaning__section.--floor {
  flex-direction: column;
  gap: 30rem;
}
.c-bathroom-cleaning__left, .c-bathroom-cleaning__right {
  flex: 1;
}
.c-bathroom-cleaning__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 15rem;
  padding-bottom: 12rem;
  border-bottom: 2rem solid #c09b30;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__title {
    font-size: 32rem;
  }
}
.c-bathroom-cleaning__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 25rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__lead {
    font-size: 20rem;
  }
}
.c-bathroom-cleaning__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 20rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 25rem;
  line-height: 1.6;
}
.c-bathroom-cleaning__catch .--highlight {
  font-size: 36rem;
  font-weight: 600;
  color: #e85a00;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__catch .--highlight {
    font-size: 48rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__catch {
    font-size: 26rem;
  }
}
.c-bathroom-cleaning__full-image {
  width: 100%;
  margin-top: 30rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__full-image {
    margin-top: 25rem;
  }
}
.c-bathroom-cleaning__image {
  margin: 0;
  overflow: hidden;
  background: #f8f8f8;
}
.c-bathroom-cleaning__image img {
  width: 100%;
  height: auto;
  display: block;
}
.c-bathroom-cleaning__section.--magicbath {
  flex-direction: column;
  gap: 0;
}
.c-bathroom-cleaning__section-header {
  display: flex;
  align-items: center;
  gap: 15rem;
  flex-wrap: wrap;
  margin-bottom: 20rem;
}
.c-bathroom-cleaning__badge {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  color: #0095d9;
  padding: 8rem 15rem;
  border: 2rem solid #0095d9;
  background: #fff;
}
.c-bathroom-cleaning__badge.--orange {
  color: #e85a00;
  border-color: #e85a00;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__badge {
    font-size: 22rem;
  }
}
.c-bathroom-cleaning__spec {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  color: #e85a00;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__spec {
    font-size: 20rem;
  }
}
.c-bathroom-cleaning__floor-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 30rem;
  max-width: 800rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__floor-desc {
    font-size: 20rem;
  }
}
.c-bathroom-cleaning__floor-content {
  display: flex;
  gap: 40rem;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-cleaning__floor-content {
    flex-direction: column;
    gap: 30rem;
  }
}
.c-bathroom-cleaning__floor-left, .c-bathroom-cleaning__floor-right {
  flex: 1;
}
.c-bathroom-cleaning__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  color: #999;
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-cleaning__note {
    font-size: 18rem;
  }
}

.c-bathroom-equipment {
  padding: 80rem 0;
  border-top: 1rem solid #f0f0f0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment {
    padding: 60rem 0;
  }
}
.c-bathroom-equipment__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50rem;
}
@media screen and (max-width: 1024px) {
  .c-bathroom-equipment__grid {
    gap: 35rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__grid {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
.c-bathroom-equipment__card {
  position: relative;
  background: #fff;
}
.c-bathroom-equipment__image {
  margin: 0 0 25rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 10rem;
}
.c-bathroom-equipment__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1rem solid rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.c-bathroom-equipment__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__image {
    margin-bottom: 20rem;
  }
}
.c-bathroom-equipment__content {
  padding: 0 10rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__content {
    padding: 0;
  }
}
.c-bathroom-equipment__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18rem;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  margin-bottom: 15rem;
  padding-bottom: 12rem;
  position: relative;
}
.c-bathroom-equipment__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
  height: 2px;
  background: #c09b30;
}
.c-bathroom-equipment__title .--sub {
  font-size: 14rem;
  font-weight: 400;
  color: #666;
  display: block;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__title .--sub {
    font-size: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__title {
    font-size: 26rem;
    margin-bottom: 18rem;
    padding-bottom: 15rem;
  }
}
.c-bathroom-equipment__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  color: #666;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__desc {
    font-size: 22rem;
    line-height: 1.85;
  }
}
.c-bathroom-equipment__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  font-weight: 400;
  color: #999;
  line-height: 1.7;
  margin: 15rem 0 0;
}
@media screen and (max-width: 750px) {
  .c-bathroom-equipment__note {
    font-size: 16rem;
    margin-top: 12rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(25rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=bathroom.css.map */