<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.u-text-red {
  color: #f00;
}
.p-homebuild-pc {
  color: #000;
}

@media screen and (min-width: 768px){
.p-homebuild-pc a:hover img {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1, 1.1);
}
}

.p-homebuild-pc img {
  max-width: 100%;
  height: auto;
}
.p-homebuild-pc__mv img {
  width: 100%;
  height: auto;
}
.p-homebuild-pc__section-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-homebuild-pc__section-inner {
    box-sizing: content-box;
    max-width: 1080px;
  }
}
.p-homebuild-pc__h2 {
    display: flex;
    justify-content: center;
    font-size: min(7vw,36px);
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: min(84px, 100/750*100vw);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #151254;
    width: 100%;
    max-width: fit-content;
    padding: 6px 12px;
}
.p-homebuild-pc__h2::before {
  content: "";
  display: block;
  width: 1em;
  background: no-repeat url(../images/icon-title-01.webp) center/contain;
  margin-right: 5px;
}
.p-homebuild-pc__h2--blue {
  color: #151254;
  background: #fff;
}
.p-homebuild-pc__h2--blue::before {
  background: no-repeat url(../images/icon-title-02.webp) center/contain;
}
h2.p-homebuild-pc__h2.p-homebuild-pc__h2--image {
    background: none;
}
.p-homebuild-pc__h2--image &gt; img {
    width: 100%;
    max-width: 1050px;
}
.p-homebuild-pc__h2--image::before {
  display: none;
}
.p-homebuild-pc__merit {
    padding-top: 80px;
    padding-bottom: 120px;
	background: #e3f0ff;
}
.p-homebuild-pc__merit__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(80/750*100vw);
}
.p-homebuild-pc__merit__item {
    border: 2px solid #004ea2;
    background: #fff;
    padding: calc(50/750*100vw) calc(40/750*100vw) calc(36/750*100vw);
    width: calc(580/750*100vw);
}
.p-homebuild-pc__merit__icon {
  margin-bottom: min(43px, 66/750*100vw);
  text-align: center;
  height: min(122px, 122/750*100vw);
}
.p-homebuild-pc__merit__icon &gt; img {
  height: 100%;
  width: auto;
}
.p-homebuild-pc__merit__item h3 {
  display: block;
  border-bottom: 2px solid #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.p-homebuild-pc__merit__item p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px), print {
  .p-homebuild-pc__merit__list {
    flex-direction: row;
    gap: 26px;
    align-items: stretch;
  }
  .p-homebuild-pc__merit__item {
    padding: 58px 15px 26px;
    border-width: 3px;
  }
  .p-homebuild-pc__merit__icon {
    height: 73px;
  }
  .p-homebuild-pc__merit__item h3 {
    font-size: min(3.2vw, 32px);
  }
  .p-homebuild-pc__merit__item p {
    font-size: 20px;
  }
}

.p-homebuild-pc__noise-level {
  background: no-repeat url(../images/bg-parts-select-sp.webp) top/cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.p-homebuild-pc__noise-level .p-homebuild-pc__merit__item {
    border: 2px solid #fff;
    background: #004ea2;
}
.p-homebuild-pc__noise-level .p-homebuild-pc__merit__item h3 {
	border-bottom: 2px solid #fff;
    color: #ffde00;
}
.p-homebuild-pc__noise-level .p-homebuild-pc__merit__item p {
    color: #fff;
}
.p-homebuild-pc__noise-level__text {
    font-size: min(5vw, 32px);
    text-align: center;
    line-height: 1.67;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
}
.p-homebuild-pc__noise-level__text--large {
  color: #ffde00;
  font-size: 1.27em;
}

.p-homebuild-pc__recommend-parts {
  position: relative;
  background: #c7eeff;
}

.p-homebuild-pc__recommend-parts__wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
}

@media screen and (min-width: 768px), print {
.p-homebuild-pc__noise-level {
  background: no-repeat url(../images/bg-parts-select-pc.webp) top/cover;
}
.p-homebuild-pc__noise-level__text {
    font-size: min(3.2vw, 32px);
}
}
.p-homebuild-pc__recommend-parts__nav {
  background: #151254;
  color: #fff;
  padding: 20px;
}

.p-homebuild-pc__recommend-parts__nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-homebuild-pc__recommend-parts__nav__list &gt; li {
  padding: 10px;
}
@media screen and (max-width: 1079px) {
  .p-homebuild-pc__recommend-parts__nav__list &gt; li {
    min-width: 25%;
  }
}

.p-homebuild-pc__recommend-parts__nav__list &gt; li &gt; a {
  font-size: min(20/750*100vw, 20px);
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1080px), print {
  .p-homebuild-pc__recommend-parts__nav__list {
    flex-wrap: nowrap;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-homebuild-pc__recommend-parts__nav__list &gt; li {
    flex: 1 1 auto;
    padding: 20px;
  }
  .p-homebuild-pc__recommend-parts__nav__list &gt; li &gt; a {
    transition: all 0.2s ease-in-out;
  }
  .p-homebuild-pc__recommend-parts__nav__list &gt; li &gt; a:hover {
    opacity: 0.7;
  }
}

.p-homebuild-pc__recommend-parts__wrapper {
  background: repeat url(../images/bg-recommend-parts.webp) top/1600px;
}

.p-homebuild-pc__recommend-parts__category {
    background: #151254;
    color: #fff;
    font-weight: bold;
    font-size: min(5.7vw,36px);
    letter-spacing: 0.025em;
    text-align: center;
    max-width: 1080px;
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
}
.p-homebuild-pc__recommend-parts__category span {
    color: #fff600;
}
.p-homebuild-pc__recommend-parts__product-list__wrap {
    background: #ddf5ff;
    padding: 50px 20px;
}
.p-homebuild-pc__recommend-parts__product-list {
  display: flex;
  flex-wrap: wrap;
  background: #ddf5ff;
}
.p-homebuild-pc__recommend-parts__product-list &gt; li {
    width: 50%;
    margin-bottom: 30px;
}
.p-homebuild-pc__recommend-parts__product .p-homebuild-pc__product {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.p-homebuild-pc__recommend-parts__product__text {
  font-size: min(24px, 33/750*100vw);
  line-height: 1.5;
  margin-top: calc(50/750*100vw);
}
.p-homebuild-pc__recommend-parts__product__spec {
  font-size: min(24px, 33/750*100vw);
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
.p-homebuild-pc__recommend-parts__product-list__wrap {
    padding: 50px 30px;
}
  .p-homebuild-pc__recommend-parts__product-list &gt; li {
    width: 25%;
    margin-bottom: 30px;
  }
  .p-homebuild-pc__recommend-parts__category {
	  font-size: min(4.5vw,36px);
      padding: 60px 20px;
  }
  .p-homebuild-pc__recommend-parts__product {
    height: 100%;
  }
  .p-homebuild-pc__recommend-parts__product__text {
    margin-top: 26px;
    margin-bottom: 20px;
  }
}

.kodawari {
    margin: 80px auto 0;
    width: 100%;
    max-width: 880px;
    position: relative;
    background: #fff;
    padding: 30px 40px;
}
.kodawari p {
    font-size: 20px;
    font-weight: bold;
}
img.point-icon {
    position: absolute;
    top: -50px;
    left: -10px;
    max-width: 300px;
}
@media screen and (max-width: 767px){
.kodawari p {
    font-size: 16px;
}
}

.p-homebuild-pc__recommend-set {
  background: no-repeat url(../images/bg-cb-introduction-sp.webp) center/cover;
  padding-top: min(103px, 122/750*100vw);
  padding-bottom: min(120px, 161/750*100vw);
}
.p-homebuild-pc__recommend-set__point {
  position: relative;
}
img.p-homebuild-pc__recommend-set__point__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(361/750*100vw);
  transform: translateY(-58%);
  max-width: 361px;
}
.p-homebuild-pc__recommend-set__point-inner {
    background: repeat url(../images/img-hukidashi.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.43;
    font-size: 24px;
    height: 35vw;
    width: 95vw;
    max-width: 766px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-homebuild-pc__recommend-set__point-inner p {
    font-size: min(24px, 3.4vw);
}

@media screen and (min-width: 1080px), print {
  .p-homebuild-pc__recommend-set {
      background: no-repeat url(../images/bg-cb-introduction-pc.webp) center/cover;
  }
  .p-homebuild-pc__recommend-set__point {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .p-homebuild-pc__recommend-set__point-inner {
    padding: 36px 25px 25px;
  }
}
.p-homebuild-pc__recommend-set__list {
  display: flex;
  flex-direction: column;
  margin: calc(100/750*100vw) auto 0;
  gap: calc(93/750*100vw);
}
.p-homebuild-pc__recommend-set__item__name {
    background: #004ea2;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-homebuild-pc__recommend-set__item dd {
    background: #ddf5ff;
    padding: 50px;
}
.p-homebuild-pc__product {
  background: #fff;
  display: block;
  border: 1px solid #004da1;
  padding: 0 0 18px;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}
.p-homebuild-pc__product.c-panel-arrow::before {
  border-color: #fff;
}
.p-homebuild-pc__product.c-panel-arrow::after {
  background: #004da1;
}
.p-homebuild-pc__product img {
  max-width: 70%;
  object-fit: contain;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
.p-homebuild-pc__recommend-set__point-inner {
    height: 273px;
}
  .p-homebuild-pc__recommend-set__list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 7%;
      margin-top: 80px;
      max-width: 100%;
  }
  .p-homebuild-pc__recommend-set__item {
      flex: 0 0 auto;
      width: 46.5%;
  }
.p-homebuild-pc__recommend-set__item__name {
    height: 122px;
}
  .p-homebuild-pc__recommend-set__item dd {
      padding: 50px 0;
  }
  .p-homebuild-pc__product {
      padding: 50px 0 27px;
      width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
}

.p-homebuild-pc__homebuild {
  background: no-repeat url(../images/bg_start_homebuild_pc.webp) center/cover;
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
.p-homebuild-pc__homebuild h2 {
  font-size: clamp(22px, 5.8vw, 36px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: calc(100/750*100vw);
}

.p-homebuild-pc__homebuild__banner-link {
  display: block;
  width: min(480px, 480/750*100vw);
  margin: 0 auto;
  text-align: center;
  max-width: fit-content;
}
.p-homebuild-pc__homebuild__banner-link + .p-homebuild-pc__homebuild__banner-link {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-homebuild-pc__homebuild {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .p-homebuild-pc__homebuild h2 {
    margin-bottom: 80px;
  }
  .p-homebuild-pc__homebuild__banner-link {
    width: 82.5%;
  }
  .p-homebuild-pc__homebuild__banner-link + .p-homebuild-pc__homebuild__banner-link {
    margin-top: 50px;
  }
}
.p-homebuild-pc__support {
  background: #ffffe3;
  padding: 80px 20px 120px;
}
.p-homebuild-pc__support h2 {
  font-size: clamp(22px, 5.8vw, 36px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: calc(100/750*100vw);
}
.p-homebuild-pc__support h2::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 55/53;
  background: no-repeat url(../images/icon-gear.webp) center/contain;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-homebuild-pc__support h2 {
    margin-bottom: 60px;
  }
}
.support__item {
    padding: 24px 12px;
    background: #fff;
    border: 3px solid #ffb525;
    border-radius: 8px;
}
.support__item h3 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
}
.support__item p {
    margin-bottom: 1em;
    font-size: 16px;
}
.support-link {
    display: flex;
    justify-content: center;
}
.support-link img {
    height: 50px;
}
@media (min-width: 768px) {
  .support__item {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 32px 36px;
  }
  .support__item h3 {
    font-size: 24px;
  }
  .support__item p {
    font-size: 20px;
  }
  .support-link img {
    height: auto;
  }
}

.mt120 {
	margin-top: 120px;
}</pre></body></html>