﻿@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600&display=swap");
@media screen and (min-width: 641px) {
  .sm {
    display: none !important;
  }
}
.md {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .md {
    display: block !important;
  }
}
.md-inline {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .md-inline {
    display: inline !important;
  }
}
.md-inline-block {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .md-inline-block {
    display: inline-block !important;
  }
}
.md-flex {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .md-flex {
    display: flex !important;
  }
}
.md-inline-flex {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .md-inline-flex {
    display: inline-flex !important;
  }
}
.note {
  display: flex;
}
.note::before {
  content: "※";
}
.alert {
  display: flex;
}
.alert::before {
  content: "注）";
}
.brackets {
  font-size: inherit;
}
.brackets::before {
  content: "（";
}
.brackets::after {
  content: "）";
}
.mincho {
  font-family: "Shippori Mincho B1", serif;
}
.commitment .standard {
  background: #5a97d1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  width: 5em;
  height: 1.5em;
  font-size: 0.875rem;
  border-radius: 0.75em;
}
.commitment .option {
  background: #757271;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  border-radius: 100%;
  width: 6em;
  height: 2.1em;
}
.commitment .label .antibacterial {
  background: #d2ecfa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009fe8;
  font-size: 0.625rem;
  font-weight: bold;
  border: 1px solid #009fe8;
  border-radius: 1.05em;
  width: 9em;
  height: 2.1em;
}
.commitment .paragraph {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 641px) {
  .commitment .paragraph {
    font-size: 0.875rem;
  }
}
.commitment .billboard {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .commitment .billboard {
    margin-bottom: 60px;
  }
}
.commitment .billboard img {
  width: 100%;
  height: auto;
}
.commitment .billboard .summary {
  width: 96%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .commitment .billboard .summary {
    margin-top: 50px;
    width: 967px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .commitment .billboard .summary .page-title {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .commitment .billboard .summary .page-title {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.commitment .billboard .summary .paragraph {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 641px) {
  .commitment .billboard .summary .paragraph {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.commitment .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  width: 96%;
}
@media screen and (min-width: 641px) {
  .commitment .section {
    width: 967px;
    margin-bottom: 70px;
  }
}
.commitment .heading {
  flex-basis: 100%;
  max-width: 100%;
  color: #003e64;
  border-bottom: 1px solid #003e64;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 641px) {
  .commitment .heading {
    font-size: 1.5625rem;
  }
}
.commitment .heading::before {
  content: "";
  display: block;
  background: #003e64;
  width: 6px;
  height: 1.25em;
  margin-right: 6px;
}
.commitment .subsection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .commitment .subsection {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .commitment .subsection .text,
  .commitment .subsection .image {
    flex-wrap: wrap;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment .subsection .text,
  .commitment .subsection .image {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 2rem;
  }
}
.commitment .subsection .text {
  order: 1;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  .commitment .subsection .text {
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.commitment .subsection .text .copy {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 5.5vw;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 641px) {
  .commitment .subsection .text .copy {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.commitment .subsection .text .copy em {
  display: block;
  margin-top: 0.5em;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 641px) {
  .commitment .subsection .text .copy em {
    font-size: 2.375rem;
  }
}
.commitment .subsection .text .btn {
  background: #f2f2f2;
  width: 100%;
  height: 2.875em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003e64;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  transition: background 0.4s;
}
@media screen and (min-width: 641px) {
  .commitment .subsection .text .btn {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.commitment .subsection .text .btn:hover {
  background: rgba(242, 242, 242, 0.5);
}
.commitment .subsection .text .btn div {
  padding-right: 1.5em;
  position: relative;
}
.commitment .subsection .text .btn div::before,
.commitment .subsection .text .btn div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 2px;
  width: 10px;
  transform-origin: right center;
  background: #003e64;
}
.commitment .subsection .text .btn div::before {
  transform: translate(-1px) rotate(45deg);
}
.commitment .subsection .text .btn div::after {
  transform: translate(-1px) rotate(-45deg);
}
.commitment .subsection .image {
  order: 0;
}
.commitment .subsection .image img {
  width: 100%;
}
.commitment .examples {
  display: flex;
  justify-content: space-between;
}
.commitment .functions,
.commitment .patterns {
  flex-wrap: wrap;
}
.commitment .examples__item {
  flex: 0 0 calc(100% / 3 - 20px / 3);
  max-width: calc(100% / 3 - 20px / 3);
}
.commitment .examples__item img {
  width: 100%;
  display: block;
}
.commitment .examples__item figcaption {
  margin-top: 0.85em;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .commitment .examples__item figcaption {
    font-size: 0.875rem;
  }
}
.commitment .function,
.commitment .pattern {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media screen and (max-width: 640px) {
  .commitment .function:nth-of-type(n + 3),
  .commitment .pattern:nth-of-type(n + 3) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment .function:nth-of-type(n + 3),
  .commitment .pattern:nth-of-type(n + 3) {
    margin-top: 1.5rem;
  }
}
.commitment .image {
  flex: 0;
  margin: 0;
}
.commitment .image img {
  max-width: 100%;
  height: auto;
}
.commitment .antibacterial em {
  color: #00b3ec;
}
.commitment .interior em {
  color: #e34644;
}
.commitment .comfort em {
  color: #00a7eb;
}
.commitment .kind-design em {
  color: #609121;
}
.commitment-index .billboard .summary .page-title {
  color: #9a6048;
  display: flex;
  align-items: center;
  font-weight: 600;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .commitment-index .billboard .summary .page-title {
    justify-content: center;
    font-size: 6vw;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .billboard .summary .page-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .commitment-index .billboard .summary .page-title em {
    font-size: 8vw;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .billboard .summary .page-title em {
    font-size: 2.75rem;
  }
}
.commitment-index .antibacterial .heading {
  margin-bottom: 0;
}
.commitment-index .antibacterial .subsection {
  counter-reset: num;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .subsection {
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .subsection {
    margin-top: 60px;
  }
}
.commitment-index .antibacterial .subsection .text {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .subsection .text .copy {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .commitment-index .antibacterial .subsection .text .copy em {
    margin-top: 0;
    margin-left: 10px;
  }
}
.commitment-index .antibacterial .subsection__heading {
  flex-basis: 100%;
  max-width: 100%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .subsection__heading {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .subsection__heading {
    font-size: 1.3125rem;
    padding-left: 2rem;
    height: 60px;
    margin-bottom: 30px;
  }
}
.commitment-index .antibacterial .image {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
}
.commitment-index .antibacterial .image .mincho {
  position: absolute;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 0.875rem;
  line-height: 1;
  z-index: 0;
}
.commitment-index .antibacterial .image .mincho::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #063e64;
  z-index: -1;
  transform: translateY(1px);
  box-shadow: 0 0 4px #fff;
}
.commitment-index .antibacterial .home .mincho:nth-of-type(1) {
  top: 42.8%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(1) {
    left: 56.7%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(1) {
    left: 53.7%;
  }
}
.commitment-index .antibacterial .home .mincho:nth-of-type(2) {
  top: 52.2%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(2) {
    left: 54%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(2) {
    left: 52.5%;
  }
}
.commitment-index .antibacterial .home .mincho:nth-of-type(3) {
  top: 84%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(3) {
    left: 64.4%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(3) {
    left: 57.4%;
  }
}
.commitment-index .antibacterial .home .mincho:nth-of-type(4) {
  top: 42.8%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(4) {
    left: 72%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .home .mincho:nth-of-type(4) {
    left: 61.5%;
  }
}

.commitment-index .antibacterial .kogata .mincho:nth-of-type(1) {
  top: 36.8%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(1) {
    left: 62.5%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(1) {
    left: 65%;
  }
}
.commitment-index .antibacterial .kogata .mincho:nth-of-type(2) {
  top: 45.2%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(2) {
    left: 65%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(2) {
    left: 66.4%;
  }
}
.commitment-index .antibacterial .kogata .mincho:nth-of-type(3) {
  top: 82.5%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(3) {
    left: 66.4%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(3) {
    left: 67.5%;
  }
}
.commitment-index .antibacterial .kogata .mincho:nth-of-type(4) {
  top: 48.8%;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(4) {
    left: 84%;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .kogata .mincho:nth-of-type(4) {
    left: 75.8%;
  }
}

.commitment-index .antibacterial .test {
  border: 1px solid #ccc;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .test {
    padding: 10px;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .test {
    padding: 20px;
  }
}
.commitment-index .antibacterial .test .subsection {
  margin-top: 0;
  margin-bottom: 10px;
}
.commitment-index .antibacterial .test .subsection__heading {
  color: #00b3ec;
  flex-basis: 100%;
  max-width: 100%;
  background: none;
  height: auto;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .test .subsection__heading {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .test .subsection__heading {
    font-size: 0.875rem;
  }
}
.commitment-index .antibacterial .test .subsubsection {
  flex-basis: 100%;
  max-width: 100%;
}
.commitment-index .antibacterial .test .subsubsection__heading {
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .test .subsubsection__heading {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .test .subsubsection__heading {
    font-size: 0.75rem;
  }
}
.commitment-index .antibacterial .test .subsubsection__heading::before {
  content: "〈";
}
.commitment-index .antibacterial .test .subsubsection__heading::after {
  content: "〉";
}
.commitment-index .antibacterial .test .results {
  display: flex;
  flex-wrap: wrap;
}
.commitment-index .antibacterial .test .results dl {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  margin-right: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .test .results dl {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .test .results dl {
    font-size: 0.75rem;
  }
}
.commitment-index .antibacterial .test .results dl dt {
  flex: 0 0 auto;
}
.commitment-index .antibacterial .test .results dl dt::before {
  content: "【";
}
.commitment-index .antibacterial .test .results dl dt::after {
  content: "】";
}
.commitment-index .antibacterial .test .footnote {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.commitment-index .antibacterial .test .footnote dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .test .footnote dl {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .test .footnote dl {
    font-size: 0.75rem;
    align-items: center;
  }
}
.commitment-index .antibacterial .test .footnote dl dt {
  color: #00b3ec;
  font-weight: bold;
  flex: 0 0 8em;
  position: relative;
}
.commitment-index .antibacterial .test .footnote dl dt.antibacterial {
  letter-spacing: 3em;
  white-space: nowrap;
}
.commitment-index .antibacterial .test .footnote dl dt::after {
  content: "・・・";
  position: absolute;
  top: 0.7em;
  left: 5em;
  transform: translateY(-50%);
  letter-spacing: 0;
  color: #333;
}
.commitment-index .antibacterial .test .footnote dl dd {
  flex-basis: calc(100% - 8em);
  max-width: calc(100% - 8em);
}
.commitment-index .antibacterial .test .footnote .notes {
  margin-top: 10px;
}
.commitment-index .antibacterial .note {
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial .note {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial .note {
    font-size: 0.6875rem;
  }
}
.commitment-index .antibacterial figcaption {
  counter-increment: num;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial figcaption {
    padding-left: 18px;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial figcaption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
  }
}
.commitment-index .antibacterial figcaption::before {
  content: counter(num);
  position: absolute;
  top: -1px;
  left: 0;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial figcaption::before {
    width: 12px;
    height: 12px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial figcaption::before {
    width: 18px;
    height: 18px;
    font-size: 0.875rem;
  }
}
.commitment-index .antibacterial figcaption::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #063e64;
  z-index: -1;
  box-shadow: 0 0 4px #fff;
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial figcaption::after {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial figcaption::after {
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
}
@media screen and (max-width: 640px) {
  .commitment-index .antibacterial figcaption .note {
    margin-left: -18px;
  }
}
@media screen and (min-width: 641px) {
  .commitment-index .antibacterial figcaption .note {
    margin-top: 0;
  }
}
