@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.cdnfonts.com/css/akrobat");
.toc .content {
  padding-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .toc .content {
    padding-top: 3%;
  }
}

.c-toc__container {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .c-toc__container {
    flex-direction: column;
    gap: calc(20 / 760 * 100vw);
    padding: calc(50 / 760 * 100vw) calc(50 / 760 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__container.c-toc__container-sp {
    background: #f3eee7;
  }
}

.c-toc__wrapper {
  background: #f3eee7;
  width: 53.7974683544vw;
  aspect-ratio: 850/530;
  margin-top: 3.7974683544vw;
  padding: 6.2025316456vw 0 0 3.164556962vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__wrapper {
    width: 85rem;
    margin-top: 6rem;
    padding: 9.8rem 0 0 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: calc(60 / 760 * 100vw) 0;
    margin-top: 0;
    background: none;
    display: contents;
  }
}

.c-toc__body {
  width: 25.9493670886vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__body {
    width: 41rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__body {
    width: calc(100% - 60 / 760 * 100vw);
    margin: 0 calc(30 / 760 * 100vw);
    display: contents;
  }
}

.c-toc__title {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .c-toc__title {
    align-items: center;
  }
}
.c-toc__title .en {
  color: #c9beaf;
  font-family: Akrobat;
  font-size: 2.5316455696vw;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 1580px) {
  .c-toc__title .en {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__title .en {
    font-size: calc(48 / 760 * 100vw);
  }
}
.c-toc__title .en.-small {
  font-size: 2.2784810127vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__title .en.-small {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__title .en.-small {
    font-size: calc(48 / 760 * 100vw);
  }
}
.c-toc__title .jp {
  font-size: 1.2658227848vw;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1580px) {
  .c-toc__title .jp {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__title .jp {
    font-size: calc(28 / 760 * 100vw);
    margin-top: 0;
  }
}

.c-toc__text {
  font-size: 0.8860759494vw;
  margin-top: 1.4556962025vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__text {
    margin-top: calc(20 / 760 * 100vw);
    font-size: calc(24 / 760 * 100vw);
  }
}

.c-toc__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5316455696vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__button {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__button {
    margin-top: calc(40 / 760 * 100vw);
    order: 3;
  }
}
.c-toc__button .btn-black {
  display: block;
  width: 6.582278481vw;
  padding: 14px 25px 14px 27px;
  color: #fff;
  font-size: 0.8227848101vw;
  font-weight: 700;
  line-height: 2;
  background: #000;
  position: relative;
  transition: color 0.5s ease;
  z-index: 1;
}
@media only screen and (max-width: 1580px) {
  .c-toc__button .btn-black {
    width: 10.4rem;
    font-size: 1.3rem;
    padding: 1.4rem 2.5rem 1.4rem 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__button .btn-black {
    width: 60%;
    margin: 0 auto;
    font-size: calc(36 / 760 * 100vw);
    padding: 0 0 0 calc(100 / 760 * 100vw);
  }
}
.c-toc__button .btn-black span {
  position: relative;
  z-index: 3;
}
.c-toc__button .btn-black:hover {
  color: #000 !important;
}
.c-toc__button .btn-black:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c-toc__button .btn-black:hover::after {
  border-color: #000;
}
.c-toc__button .btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.c-toc__button .btn-black::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 4;
}

.c-toc__img {
  width: 50.6329113924vw;
  margin-left: -20.8860759494vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__img {
    width: 70rem;
    margin-left: -33rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__img {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
}
.c-toc__img img {
  width: 100%;
}

.c-toc__container + .c-toc__container {
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .c-toc__container + .c-toc__container {
    margin-top: calc(50 / 760 * 100vw);
  }
}

.c-toc__container-reverse {
  flex-direction: row-reverse;
  justify-content: start;
}
@media only screen and (max-width: 640px) {
  .c-toc__container-reverse {
    flex-direction: column;
  }
}
.c-toc__container-reverse .c-toc__wrapper {
  margin-left: -20.8860759494vw;
  z-index: -1;
  padding-right: 3.7974683544vw;
}
@media only screen and (max-width: 1580px) {
  .c-toc__container-reverse .c-toc__wrapper {
    margin-left: -33rem;
    padding-right: 6.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-toc__container-reverse .c-toc__wrapper {
    margin: 0;
    padding: calc(60 / 760 * 100vw) 0;
  }
}
.c-toc__container-reverse .c-toc__body {
  margin-left: auto;
}
.c-toc__container-reverse .c-toc__img {
  margin-left: 0;
}
.intro .content {
  padding: 3rem 0 0 0;
}
@media only screen and (max-width: 640px) {
  .intro .content {
    padding-top: 3%;
  }
}

.page-sttl {
  font-size: 3.2rem;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .page-sttl {
    font-size: calc(40 / 760 * 100vw);
  }
}

.intro__title {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 12%;
}
@media only screen and (max-width: 640px) {
  .intro__title {
    left: 5%;
  }
}
.intro__title .en {
  color: rgba(225, 225, 225, 0.8);
  font-family: "Akrobat ExtraLight";
  font-size: 8.1012658228vw;
  font-weight: 250;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .intro__title .en {
    font-size: 9.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__title .en {
    font-size: calc(84 / 760 * 100vw);
  }
}
.intro__title .jp {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.2658227848vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 1200px) {
  .intro__title .jp {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__title .jp {
    font-size: calc(20 / 760 * 100vw);
  }
}

.intro__img {
  width: 66.6666666667%;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .intro__img {
    width: 84%;
  }
}
.intro__img img {
  width: 100%;
}

.intro__body {
  width: 56.6666666667%;
  aspect-ratio: 850/531;
  background: #f3eee7;
  padding: 8.2% 0 0 12%;
  margin-top: -26.6666666667%;
}
@media only screen and (max-width: 640px) {
  .intro__body {
    margin-top: calc(-80 / 760 * 100vw);
    width: 84%;
    padding: calc(110 / 760 * 100vw) calc(40 / 760 * 100vw) calc(60 / 760 * 100vw) calc(80 / 760 * 100vw);
    aspect-ratio: inherit;
  }
}

.intro__subtitle {
  font-size: 1.6vw;
  line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  .intro__subtitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__subtitle {
    font-size: calc(34 / 760 * 100vw);
  }
}

.intro__text {
  font-weight: 400;
  line-height: 1.6;
  width: 19vw;
  font-size: 1.0666666667vw;
  margin-top: 3em;
}
@media only screen and (max-width: 1200px) {
  .intro__text {
    width: 22.8rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .intro__text {
    margin-top: 1em;
    font-size: calc(28 / 760 * 100vw);
    width: 100%;
  }
}

.c-safety-ttl__small {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .c-safety-ttl__small {
    font-size: calc(28 / 760 * 100vw);
  }
}

.safety-nav .content {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .safety-nav .content {
    padding-top: calc(50 / 760 * 100vw);
  }
}
.safety-nav .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .safety-nav .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.safety-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .safety-nav__list {
    gap: calc(15 / 760 * 100vw);
  }
}
.safety-nav__list.-light .safety-nav__item a {
  padding: 1.2rem 0;
}
.safety-nav__list.-light .safety-nav__item a::after {
  display: none;
}

.safety-nav__item {
  text-align: center;
}
.safety-nav__item a {
  display: block;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #606060;
  font-weight: 500;
  line-height: 1.5;
  padding: 2.3rem 0 4.7rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .safety-nav__item a {
    padding: calc(20 / 760 * 100vw) 0 calc(40 / 760 * 100vw);
  }
}
.safety-nav__item a.-white {
  background: #fff;
}
.safety-nav__item a::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow-gray.png) no-repeat center center;
  background-size: contain;
  width: 1.8rem;
  height: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.7rem;
}
@media only screen and (max-width: 640px) {
  .safety-nav__item a::after {
    width: calc(20 / 760 * 100vw);
    height: calc(8 / 760 * 100vw);
    bottom: calc(17 / 760 * 100vw);
  }
}

.performance .content {
  padding-top: 17rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .performance .content {
    padding-top: calc(100 / 760 * 100vw);
  }
}
.performance .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .performance .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.performance-ttl {
  margin-top: -8rem;
}
@media only screen and (max-width: 640px) {
  .performance-ttl {
    margin-top: calc(-80 / 760 * 100vw);
  }
}
.performance-ttl::before {
  display: none;
}

.performance__lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 8.7rem;
}
@media only screen and (max-width: 640px) {
  .performance__lead {
    font-size: calc(32 / 760 * 100vw);
    margin-top: calc(50 / 760 * 100vw);
  }
}

.performance__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .performance__wrapper {
    grid-template-columns: 1fr;
    gap: calc(100 / 760 * 100vw);
    margin-top: calc(50 / 760 * 100vw);
  }
}

.performance__item p {
  font-weight: 400;
  line-height: 1.6;
}

.performance__item-img img {
  width: 100%;
}

.performance__item-merit ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem 1rem;
}
.performance__item-merit li {
  background: #928068;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 2rem 0;
}
@media only screen and (max-width: 640px) {
  .performance__item-merit li {
    font-size: calc(20 / 760 * 100vw);
    padding: calc(25 / 760 * 100vw) 0;
  }
}

.performance__item-merit__ttl {
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

.performance__item-note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .performance__item-note {
    font-size: calc(16 / 760 * 100vw);
  }
}

.performance-middle .content {
  padding: 4rem 0;
}
@media only screen and (max-width: 640px) {
  .performance-middle .content {
    padding: calc(50 / 760 * 100vw) 0;
  }
}
.performance-middle .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .performance-middle .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.performance-middle__container {
  padding: 3rem 4rem 4.5rem;
  background: #F3EEE7;
}
@media only screen and (max-width: 640px) {
  .performance-middle__container {
    padding: calc(30 / 760 * 100vw) calc(30 / 760 * 100vw) calc(45 / 760 * 100vw);
  }
}

.performance-middle__text {
  text-align: center;
  line-height: 1.6;
  margin-top: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .performance-middle__text {
    font-size: calc(22 / 760 * 100vw);
    margin-top: calc(30 / 760 * 100vw);
  }
}

.performance-middle__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .performance-middle__wrapper {
    grid-template-columns: 1fr;
    gap: calc(50 / 760 * 100vw);
    margin-top: calc(40 / 760 * 100vw);
  }
}

.performance-middle__left-bottom {
  display: flex;
  gap: 3.5rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .performance-middle__left-bottom {
    gap: calc(30 / 760 * 100vw);
    margin-top: calc(40 / 760 * 100vw);
  }
}

.performance-middle__left-img02 {
  width: 25.5rem;
}
@media only screen and (max-width: 640px) {
  .performance-middle__left-img02 {
    width: calc(300 / 760 * 100vw);
  }
}
.performance-middle__left-img02 img {
  width: 100%;
  display: block;
}

.performance-middle__lefttextarea {
  flex: 1;
}

.performance-middle__left-ttl {
  font-weight: 700;
  line-height: 1.6;
}

.performance-middle__left-text {
  line-height: 1.6;
  margin-top: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .performance-middle__left-text {
    font-size: calc(20 / 760 * 100vw);
  }
}

.performance-middle__right-ttl {
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 1em;
}

.performance-middle__right-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .performance-middle__right-txt {
    font-size: calc(16 / 760 * 100vw);
  }
}

.performance__bottom .content {
  padding: 0 0 9rem;
}
.performance__bottom .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .performance__bottom .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.performance__bottom-contents {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  font-feature-settings: "halt" on;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-contents {
    flex-direction: column;
    gap: calc(30 / 760 * 100vw);
    margin-top: calc(30 / 760 * 100vw);
  }
}

.performance__bottom-textarea {
  flex: 1;
}
.performance__bottom-textarea p + p {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-textarea p + p {
    margin-top: calc(25 / 760 * 100vw);
  }
}

.performance__bottom-img {
  width: 54rem;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .l-scroll {
    overflow-x: auto;
  }
}

.performance__bottom-table {
  margin-top: 2.2rem;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-table {
    min-width: 83rem;
  }
}
.performance__bottom-table th {
  font-weight: 400;
  line-height: 1.6;
  width: 18.4rem;
  text-align: left;
  padding-left: 2rem;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-table th {
    width: 12rem;
    font-size: 1.6rem;
  }
}
.performance__bottom-table .table-center {
  font-weight: 400;
  line-height: 1.6;
  width: 32.5rem;
  padding-left: 2rem;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-table .table-center {
    font-size: 1.6rem;
    width: 31rem;
  }
}
.performance__bottom-table .table-center span {
  color: #f00;
  font-weight: 700;
}
.performance__bottom-table .l-flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
  border: 1px solid #ccc;
  padding: 1em 0 1em 2.5rem;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-table .l-flex {
    gap: 2rem;
    width: 40rem;
    padding: calc(10 / 760 * 100vw) 0 calc(10 / 760 * 100vw) calc(25 / 760 * 100vw);
  }
}
.performance__bottom-table .l-flex p {
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .performance__bottom-table .l-flex p {
    font-size: 1.6rem;
  }
}

.seismic_grade {
  position: relative;
}
.seismic_grade::before {
  content: "";
  position: absolute;
  background: url(../img/common/arrow-brown.png) no-repeat center center;
  background-size: contain;
  width: 2.6rem;
  height: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
@media only screen and (max-width: 640px) {
  .seismic_grade::before {
    width: calc(26 / 760 * 100vw);
    height: calc(17 / 760 * 100vw);
    top: calc(-40 / 760 * 100vw);
  }
}
.seismic_grade p {
  color: #928068;
  text-align: center;
  font-feature-settings: "halt" on;
  font-weight: 700;
  line-height: 1.6;
  width: 24rem;
  padding: 0.9rem 0;
  margin: 4rem auto 0;
  border: 1px solid #928068;
}
@media only screen and (max-width: 640px) {
  .seismic_grade p {
    width: calc(400 / 760 * 100vw);
    margin: calc(60 / 760 * 100vw) auto 0;
  }
}

.c-warranty__lead {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .c-warranty__lead {
    font-size: calc(28 / 760 * 100vw);
  }
}

.c-warranty__text {
  font-feature-settings: "halt" on;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1em;
}

.warranty .content {
  background: #F3EEE7;
  padding: 10rem 0;
}
@media only screen and (max-width: 640px) {
  .warranty .content {
    padding: calc(80 / 760 * 100vw) 0;
  }
}
.warranty .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .warranty .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.warranty-ttl-en {
  margin-top: 5rem;
}

.warranty-ttl {
  margin: -9rem 0 6rem;
}
@media only screen and (max-width: 640px) {
  .warranty-ttl {
    margin: calc(-90 / 760 * 100vw) 0 calc(50 / 760 * 100vw);
  }
}
.warranty-ttl::before {
  display: none;
}

.warranty__flex1 {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .warranty__flex1 {
    flex-direction: column;
    align-items: center;
    margin-top: calc(40 / 760 * 100vw);
  }
}

.warranty__img01 {
  width: 84.7rem;
}
@media only screen and (max-width: 640px) {
  .warranty__img01 {
    width: 100%;
  }
}

.warranty__img02 {
  width: 25.1rem;
}
@media only screen and (max-width: 640px) {
  .warranty__img02 {
    width: 50%;
  }
  .warranty__img02 img {
    width: 100%;
  }
}

.warranty__img03 {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .warranty__img03 {
    margin-top: calc(20 / 760 * 100vw);
  }
}

.warranty__note-ttl {
  color: #928068;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .warranty__note-ttl {
    font-size: calc(26 / 760 * 100vw);
  }
}

.warrant__note-txt {
  margin-top: 0.7rem;
  font-weight: 400;
  line-height: 1.6;
}

.warranty__flex2 {
  display: flex;
  gap: 4.5rem;
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .warranty__flex2 {
    flex-direction: column;
    margin-top: calc(20 / 760 * 100vw);
    gap: calc(30 / 760 * 100vw);
  }
}

.warranty__img04 {
  width: 54rem;
}
@media only screen and (max-width: 640px) {
  .warranty__img04 {
    width: 100%;
  }
}

.warranty__flex2-textarea {
  flex: 1;
}

.warranty__flex2-ttl {
  color: #928068;
  font-feature-settings: "halt" on;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .warranty__flex2-ttl {
    font-size: calc(26 / 760 * 100vw);
  }
}

.warranty__flex2-txt {
  font-feature-settings: "halt" on;
  font-weight: 400;
  line-height: 1.62;
  margin-top: 1.5em;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .warranty__flex2-txt {
    margin-top: 1em;
  }
}

.warranty__flex3 {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .warranty__flex3 {
    flex-direction: column;
    gap: calc(30 / 760 * 100vw);
    margin-top: calc(20 / 760 * 100vw);
  }
}

.warranty__flex3-img {
  width: 75rem;
}
@media only screen and (max-width: 640px) {
  .warranty__flex3-img {
    width: 100%;
  }
}

.warranty__flex3-txtarea {
  flex: 1;
}

.warranty__flex3-ttl {
  color: #928068;
  font-feature-settings: "halt" on;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .warranty__flex3-ttl {
    font-size: calc(26 / 760 * 100vw);
  }
}

.warranty__flex3-txt {
  font-feature-settings: "halt" on;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  margin-top: 1em;
}

.c-warranty__point {
  color: #928068;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .c-warranty__point {
    font-size: calc(26 / 760 * 100vw);
  }
}

.point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .point__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(30 / 760 * 100vw);
    margin-top: calc(20 / 760 * 100vw);
  }
}

.point__item {
  border: 1px solid #928068;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 640px) {
  .point__item {
    gap: calc(50 / 760 * 100vw);
    padding: calc(25 / 760 * 100vw) 0;
  }
}

.point__item-ttl {
  font-feature-settings: "halt" on;
  font-weight: 700;
  line-height: 1.4;
}

.point__item-txt {
  font-feature-settings: "halt" on;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .point__item-txt {
    font-size: calc(22 / 760 * 100vw);
    margin-top: calc(20 / 760 * 100vw);
  }
}

.target__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .target__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
  }
}

.target__item {
  width: 20.4rem;
}
@media only screen and (max-width: 640px) {
  .target__item {
    width: calc((100% - 4vw) / 2);
  }
}

.target__img img {
  width: 100%;
}

.target__head {
  font-feature-settings: "halt" on;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .target__head {
    margin-top: calc(15 / 760 * 100vw);
  }
}

.target__txt {
  font-feature-settings: "halt" on;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .target__txt {
    font-size: calc(18 / 760 * 100vw);
  }
}

.target__note {
  font-feature-settings: "halt" on;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.6rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .target__note {
    font-size: calc(20 / 760 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .process .content {
    padding-bottom: calc(150 / 760 * 100vw);
  }
}
.process .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .process .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.process-ttl-en {
  margin-top: 6rem;
}

.process-ttl {
  margin: -9.5rem 0 6rem;
}
@media only screen and (max-width: 640px) {
  .process-ttl {
    margin: calc(-90 / 760 * 100vw) 0 calc(50 / 760 * 100vw);
  }
}
.process-ttl::before {
  display: none;
}

.process__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .process__lead {
    font-size: calc(28 / 760 * 100vw);
  }
}

.process__txt {
  font-weight: 400;
  line-height: 1.6;
}

.process__img img {
  width: 100%;
}

.process__card ul {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .process__card ul {
    flex-wrap: wrap;
    gap: calc(30 / 760 * 100vw);
    justify-content: center;
  }
}
.process__card li {
  width: 36rem;
  border: 1px solid #928068;
  padding: 3rem 3rem 2.5rem;
}
@media only screen and (max-width: 640px) {
  .process__card li {
    width: calc((100% - 4vw) / 2);
    padding: calc(20 / 760 * 100vw);
  }
}

.process__card-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .process__card-ttl {
    font-size: calc(26 / 760 * 100vw);
    margin-top: calc(10 / 760 * 100vw);
  }
}

.process__card-txt {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .process__card-txt {
    margin-top: calc(10 / 760 * 100vw);
  }
}

.process__flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .process__flex {
    flex-direction: column;
    gap: calc(20 / 760 * 100vw);
  }
}

.process__flex-txtarea {
  flex: 1;
}

.process__flex-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .process__flex-ttl {
    font-size: calc(28 / 760 * 100vw);
  }
}
.process__flex-ttl.-colorBrown {
  color: #928068;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  border: 1px solid #928068;
  padding: 0.7rem 0;
}
@media only screen and (max-width: 640px) {
  .process__flex-ttl.-colorBrown {
    font-size: calc(26 / 760 * 100vw);
    padding: calc(10 / 760 * 100vw) 0;
  }
}
.process__flex-ttl.-colorBrown.-reverse {
  background: #928068;
  color: #fff;
}

.process__flex-txt {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1em;
}
@media only screen and (max-width: 640px) {
  .process__flex-txt {
    margin-top: 0.5em;
  }
}

.process__flex-igm {
  width: 75rem;
}
@media only screen and (max-width: 640px) {
  .process__flex-igm {
    width: 100%;
  }
}

.equipment-nav .content {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .equipment-nav .content {
    padding-top: calc(50 / 760 * 100vw);
  }
}
.equipment-nav .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .equipment-nav .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.equipment-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .equipment-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(15 / 760 * 100vw);
  }
}
.equipment-nav__list.-light .equipment-nav__item a {
  padding: 1.2rem 0;
}
.equipment-nav__list.-light .equipment-nav__item a::after {
  display: none;
}

.equipment-nav__item {
  text-align: center;
}
.equipment-nav__item a {
  display: block;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #606060;
  font-weight: 300;
  line-height: 1.5;
  height: 100%;
  padding: 1.7rem 0 3.2rem;
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .equipment-nav__item a {
    padding: calc(17 / 760 * 100vw) 0 calc(32 / 760 * 100vw);
  }
}
.equipment-nav__item a.-white {
  background: #fff;
}
.equipment-nav__item a::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow-gray.png) no-repeat center center;
  background-size: contain;
  width: 1.3rem;
  height: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  .equipment-nav__item a::after {
    width: calc(20 / 760 * 100vw);
    height: calc(8 / 760 * 100vw);
    bottom: calc(10 / 760 * 100vw);
  }
}
.equipment-nav__item:last-child a {
  padding-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .equipment-nav__item:last-child a {
    padding-top: calc(25 / 760 * 100vw);
  }
}

.c-equipment__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .c-equipment__ttl {
    font-size: calc(32 / 760 * 100vw);
  }
}
.c-equipment__ttl.-bold {
  font-weight: 700;
}
.c-equipment__ttl .-small {
  font-size: 1.4rem;
  line-height: 1.56;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .c-equipment__ttl .-small {
    font-size: calc(20 / 760 * 100vw);
  }
}
.c-equipment__ttl .-small img {
  width: 13.3rem;
}
@media only screen and (max-width: 640px) {
  .c-equipment__ttl .-small img {
    width: calc(150 / 760 * 100vw);
  }
}

.c-equipment__ttl-en {
  color: rgba(225, 225, 225, 0.8);
  text-align: center;
  font-family: "Akrobat ExtraLight";
  font-size: 4rem;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media only screen and (max-width: 640px) {
  .c-equipment__ttl-en {
    font-size: calc(48 / 760 * 100vw);
  }
}

.c-equipment__ttl-small {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .c-equipment__ttl-small {
    font-size: calc(26 / 760 * 100vw);
  }
}
.c-equipment__ttl-small span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .c-equipment__ttl-small span {
    font-size: calc(16 / 760 * 100vw);
  }
}

.c-equipment__text {
  font-feature-settings: "halt" on;
  font-weight: 300;
  line-height: 2;
  letter-spacing: normal;
}
.c-equipment__text.-bold {
  font-weight: 400;
}
.c-equipment__text.-light {
  line-height: 1.56;
}

.c-equipment__text-small {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.56;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .c-equipment__text-small {
    font-size: calc(20 / 760 * 100vw);
  }
}
.c-equipment__text-small.-left li {
  padding-left: 1em;
  position: relative;
}
.c-equipment__text-small.-left li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-equipment__text-small.-right li {
  padding-left: 1em;
  position: relative;
}
.c-equipment__text-small.-right li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-equipment__text-small.-right li:nth-of-type(1)::before, .c-equipment__text-small.-right li:nth-of-type(2)::before, .c-equipment__text-small.-right li:nth-of-type(5)::before {
  content: "●";
}

.c-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .c-card-wrapper {
    grid-template-columns: 1fr;
    gap: calc(30 / 760 * 100vw);
  }
}

.c-premium__block {
  margin-top: 9rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__block {
    margin-top: calc(60 / 760 * 100vw);
  }
}

.c-premium__title {
  text-align: center;
}
.c-premium__title .logo__osaka-gas {
  width: 24.4rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__osaka-gas {
    width: calc(280 / 760 * 100vw);
  }
}
.c-premium__title .logo__osaka-gas01 {
  width: 17.3rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__osaka-gas01 {
    width: calc(173 / 760 * 100vw);
  }
}
.c-premium__title .logo__kawaguchi {
  width: 24rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__kawaguchi {
    width: calc(270 / 760 * 100vw);
  }
}
.c-premium__title .logo__toto {
  width: 15.3rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__toto {
    width: calc(153 / 760 * 100vw);
  }
}
.c-premium__title .logo__aica {
  width: 15.3rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__aica {
    width: calc(180 / 760 * 100vw);
  }
}
.c-premium__title .logo__ykk-ap {
  width: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__ykk-ap {
    width: calc(90 / 760 * 100vw);
  }
}
.c-premium__title .logo__woodtec {
  width: 17rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__woodtec {
    width: calc(170 / 760 * 100vw);
  }
}
.c-premium__title .logo__daikin {
  width: 22.7rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__daikin {
    width: calc(227 / 760 * 100vw);
  }
}
.c-premium__title .logo__panasonic {
  width: 19.3rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__title .logo__panasonic {
    width: calc(193 / 760 * 100vw);
  }
}

.c-equipment__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .c-equipment__flex {
    grid-template-columns: 1fr;
    gap: calc(40 / 760 * 100vw);
  }
}

.standard .content {
  padding-top: 6rem;
}
.standard .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .standard .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.standard__inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .standard__inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.standard-ttl {
  margin-top: -9.5rem;
}
@media only screen and (max-width: 640px) {
  .standard-ttl {
    margin-top: calc(-80 / 760 * 100vw);
  }
}
.standard-ttl::before {
  display: none;
}

.standard__title {
  margin-top: 10.9rem;
}
@media only screen and (max-width: 640px) {
  .standard__title {
    margin-top: calc(80 / 760 * 100vw);
  }
}

.standard__title-logo {
  width: 56rem;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .standard__title-logo {
    width: 80%;
  }
}
.standard__title-logo img {
  width: 100%;
}

.standard__img {
  display: flex;
  gap: 4.5rem;
  justify-content: center;
}
@media only screen and (max-width: 1580px) {
  .standard__img {
    gap: 2.8481012658vw;
  }
}
@media only screen and (max-width: 1390px) {
  .standard__img {
    gap: 2.8776978417vw;
  }
}
@media only screen and (max-width: 1200px) {
  .standard__img {
    gap: 3.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .standard__img {
    flex-direction: column;
    gap: calc(20 / 760 * 100vw);
  }
}
.standard__img img {
  width: 69.6rem;
}
@media only screen and (max-width: 1580px) {
  .standard__img img {
    width: 44.0506329114vw;
  }
}
@media only screen and (max-width: 1390px) {
  .standard__img img {
    width: calc(50% - 2.9vw);
  }
}
@media only screen and (max-width: 1200px) {
  .standard__img img {
    width: calc(50% - 1.7rem);
  }
}
@media only screen and (max-width: 640px) {
  .standard__img img {
    width: 100%;
  }
}

.standard-recommend__note {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .standard-recommend__note {
    font-size: calc(20 / 760 * 100vw);
  }
}

.standard-recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .standard-recommend__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(50 / 760 * 100vw);
  }
}

.standard-recommend__item figcaption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .standard-recommend__item figcaption {
    font-size: calc(26 / 760 * 100vw);
    margin-top: calc(5 / 760 * 100vw);
  }
}

.item__bottom {
  display: flex;
}

.item__bottom-img {
  width: 15rem;
}
@media only screen and (max-width: 640px) {
  .item__bottom-img {
    width: 41.6666666667%;
  }
}

.item__bottom-body {
  flex: 1;
  padding-left: 2rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .item__bottom-body {
    padding-left: 5.5555555556%;
    margin-top: 3.3333333333%;
  }
}
.item__bottom-body p {
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .item__bottom-body p {
    font-size: calc(28 / 760 * 100vw);
  }
}
.item__bottom-body ul {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .item__bottom-body ul {
    margin-top: calc(20 / 760 * 100vw);
  }
}
.item__bottom-body ul li {
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .item__bottom-body ul li {
    font-size: calc(20 / 760 * 100vw);
  }
}
.item__bottom-body ul li::before {
  content: "";
  position: absolute;
  background: #67ad9e;
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .item__bottom-body ul li::before {
    width: calc(15 / 760 * 100vw);
    height: calc(15 / 760 * 100vw);
  }
}
.item__bottom-body ul li:nth-child(2)::before {
  background: #656364;
}
.item__bottom-body ul li:nth-child(3)::before {
  background: #adb7ba;
}

.standard-recommend__item-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .standard-recommend__item-text {
    font-size: calc(28 / 760 * 100vw);
    margin-top: calc(5 / 760 * 100vw);
  }
}

.premium .content {
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .premium .content {
    padding-top: calc(60 / 760 * 100vw);
  }
}
.premium .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .premium .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}
.premium .equipment-nav__item a {
  padding: 0.6rem 0;
}
.premium .equipment-nav__item a::after {
  display: none;
}
.premium .equipment-nav__item:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium__container {
  margin-top: 7rem;
}
@media only screen and (max-width: 640px) {
  .premium__container {
    margin-top: calc(70 / 760 * 100vw);
  }
}

.kanta-kun-logo {
  width: 25.4rem;
}
@media only screen and (max-width: 640px) {
  .kanta-kun-logo {
    width: calc(300 / 760 * 100vw);
  }
}

.kanta-kun-picture {
  width: 32.1rem;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .kanta-kun-picture {
    width: 70%;
  }
}

.c-premium__flex {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__flex {
    gap: calc(25 / 760 * 100vw);
  }
}
.c-premium__flex img {
  width: 25rem;
}
@media only screen and (max-width: 640px) {
  .c-premium__flex img {
    width: calc(250 / 760 * 100vw);
    height: calc(250 / 760 * 100vw);
  }
}
.c-premium__flex p {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .c-premium__flex p {
    line-height: 1.6;
    font-size: calc(22 / 760 * 100vw);
  }
}

.premium__bathroom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .premium__bathroom {
    grid-template-columns: 1fr;
    gap: calc(40 / 760 * 100vw);
  }
}

.premium__bathroom-logo {
  text-align: center;
}
.premium__bathroom-logo .bathroom-logo__toto {
  width: 15.3rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .premium__bathroom-logo .bathroom-logo__toto {
    width: calc(180 / 760 * 100vw);
  }
}
.premium__bathroom-logo .bathroom-logo__osaka {
  width: 17.3rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .premium__bathroom-logo .bathroom-logo__osaka {
    width: calc(300 / 760 * 100vw);
  }
}
.premium__bathroom-logo .bathroom-logo__refa {
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .premium__bathroom-logo .bathroom-logo__refa {
    width: calc(350 / 760 * 100vw);
  }
}

.premium__bathroom-img {
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .premium__bathroom-img {
    width: 80%;
    margin: calc(30 / 760 * 100vw) auto 0;
  }
}

.comfort .content {
  padding-top: 6.7rem;
}
.comfort .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .comfort .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}
.comfort .equipment-nav__item a {
  padding: 0.6rem 0;
}
.comfort .equipment-nav__item a::after {
  display: none;
}
.comfort .equipment-nav__item:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .comfort .c-equipment__ttl-en {
    font-size: calc(46 / 760 * 100vw);
  }
}

.comfort__flex {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .comfort__flex {
    gap: calc(25 / 760 * 100vw);
  }
}
.comfort__flex img {
  width: 20rem;
  height: 17rem;
}
@media only screen and (max-width: 640px) {
  .comfort__flex img {
    width: calc(280 / 760 * 100vw);
    height: calc(237 / 760 * 100vw);
  }
}

.comfort__flex-body {
  flex: 1;
}

.comfort__flex-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .comfort__flex-ttl {
    font-size: calc(26 / 760 * 100vw);
  }
}

.comfort__flex__text {
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .comfort__flex__text {
    font-size: calc(22 / 760 * 100vw);
  }
}

.shutter {
  display: flex;
  gap: 5.7rem;
}
@media only screen and (max-width: 640px) {
  .shutter {
    flex-direction: column;
    gap: calc(40 / 760 * 100vw);
  }
}

.shutter__img {
  width: 30.3rem;
}
@media only screen and (max-width: 640px) {
  .shutter__img {
    width: 80%;
    margin: 0 auto;
  }
}

.shutter__body {
  flex: 1;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .shutter__body {
    margin-top: 0;
  }
}

.shutter__ttl-area {
  display: flex;
  gap: 3.7rem;
}
@media only screen and (max-width: 640px) {
  .shutter__ttl-area {
    gap: calc(20 / 760 * 100vw);
  }
}
.shutter__ttl-area img {
  width: 7.5rem;
}

.swich {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .swich {
    gap: calc(20 / 760 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .swich .c-equipment__text {
    font-size: calc(23 / 760 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .intercom {
    gap: 0;
  }
}

@media only screen and (max-width: 640px) {
  .intercom__img {
    order: 3;
    margin-top: calc(20 / 760 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .intercom__body {
    display: contents;
  }
  .intercom__body .c-premium__title {
    order: 1;
  }
  .intercom__body .c-equipment__text-small {
    order: 2;
  }
  .intercom__body .c-equipment__text {
    order: 4;
  }
}

.option .content {
  padding-top: 6.7rem;
  background: #F3EEE7;
}
.option .inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .option .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}
.option .equipment-nav__item a {
  padding: 0.6rem 0;
}
.option .equipment-nav__item a::after {
  display: none;
}
.option .equipment-nav__item:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.option__flex-ttl-en {
  color: #c9beaf;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: normal;
  font-family: "Akrobat ExtraLight";
}

.option__flex {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .option__flex {
    flex-direction: column-reverse;
    gap: calc(40 / 760 * 100vw);
  }
}

.option__flex-img {
  width: 80rem;
}
@media only screen and (max-width: 640px) {
  .option__flex-img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .option__ttl .l-left {
    text-align: center !important;
  }
}

.c-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .c-option-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(30 / 760 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .c-option-grid__item {
    width: calc(50% - 4vw);
  }
}/*# sourceMappingURL=product.css.map */