@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;
}

/*MV*/
.p-homebuild-pc__mv img {
  width: 100%;
  height: auto;
}

.p-homebuild-pc__section-inner {
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-homebuild-pc__section-inner {
    box-sizing: content-box;
    width: 100%;
    max-width: 1080px;
  }
}

.p-homebuild-pc__h2 {
    display: flex;
    justify-content: center;
    font-size: min(6vw,50px);
    font-weight: bold;
    letter-spacing: 0.025em;
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #004ea2;
    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: #f6f6f6;
}
.p-homebuild-pc__h2.p-homebuild-pc__h2--blue::before {
    background: no-repeat url(../images/icon-title-02.webp) center/contain;
}

/*ベアボーンキットのメリット*/
.p-homebuild-pc__merit {
    padding-top: 80px;
    padding-bottom: 120px;
	background: #151254;
}
.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: 30px 15px;
    width: 94%;
}
.p-homebuild-pc__merit__icon {
  margin-bottom: 15px;
  text-align: center;
  height: 120px;
}
.p-homebuild-pc__merit__icon > 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: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.25;
}
.marker {
    background: linear-gradient(transparent 85%,#c3e0ff 85%);
}
.p-homebuild-pc__merit__item p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
.p-homebuild-pc__h2 {
    margin-bottom: 80px;
}
  .p-homebuild-pc__merit__list {
    flex-direction: row;
    gap: 26px;
    align-items: stretch;
  }
  .p-homebuild-pc__merit__item {
    border-width: 3px;
  }
  .p-homebuild-pc__merit__item h3 {
    font-size: min(3.2vw, 32px);
  }
  .p-homebuild-pc__merit__item p {
    font-size: min(2.4vw, 24px);
  }
}

/*パーツ紹介*/
.p-homebuild-pc__recommend-parts {
  position: relative;
  background: #fff;
}
.p-homebuild-pc__recommend-parts h2 {
    text-align: center;
	margin-bottom: 80px;
}
.p-homebuild-pc__recommend-parts__wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
}
.p-homebuild-pc__recommend-parts__wrapper.plan01 {
    background-color: #f8fdff;
    background-image: repeating-linear-gradient(45deg, #e6edf4, #e6edf4 7px, transparent 0, transparent 14px);
}
.p-homebuild-pc__recommend-parts__wrapper.plan02 {
    background: no-repeat url(../images/barebone-bg.webp) center/cover;
}


/*ベアボーンキットとは*/
.p-homebuild-pc__ex {
  background: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}
.p-homebuild-pc__lighting__cont {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
	margin: 0 auto;
}
.p-homebuild-pc__lighting__txt {
    margin-bottom: 20px;
}
.p-homebuild-pc__lighting h3 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.025em;
	margin-bottom: 0.5em;
}
.p-homebuild-pc__lighting__txt p {
    font-size: min(4.4vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.025em;
    margin-left: auto;
    margin-right: auto;
	font-weight: 500;
}

@media screen and (min-width: 768px){
.p-homebuild-pc__lighting__cont {
	width: 100%;
	flex-direction: initial;
}
.p-homebuild-pc__lighting__cont img {
    width: 35%;
    height: max-content;
}
.p-homebuild-pc__lighting__txt {
    width: 62%;
    margin-bottom: 0;
}
.p-homebuild-pc__lighting h3 {
    font-size: min(3.2vw, 32px);
}
.p-homebuild-pc__lighting__txt p {
    font-size: min(3.6vw,36px);
}
}

.p-homebuild-pc__recommend-parts__product-list {
  display: flex;
  flex-wrap: wrap;
}
.p-homebuild-pc__recommend-parts__product-list > li {
    width: 50%;
    margin-bottom: 30px;
}
.p-homebuild-pc__recommend-parts__product {
    height: 100%;
    width: 94%;
    margin: 0 auto;
}
.p-homebuild-pc__recommend-parts__product {
    border: 5px solid #004da1;
    background: #fff;
    border-radius: 10px;
}

.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) {
.p-homebuild-pc__recommend-parts__product-list > li {
    margin: 0 auto 30px;
    width: 47%;
}
  .p-homebuild-pc__recommend-parts__product__text {
    margin-top: 26px;
    margin-bottom: 20px;
  }
}

.plan02 .p-homebuild-pc__recommend-parts__product {
    border: none;
    background: none;
    border-radius: unset;
}
p.list-itemname {
    text-align: center;
    color: #fff;
    background: #151254;
    padding: 10px;
    font-size: clamp(16px, 3.2vw, 22px);
    font-weight: bold;
	width: 94%;
    margin: 0 auto;
}
.plan02 .p-homebuild-pc__product {
    width: 100%;
}
.plan02 .p-homebuild-pc__product {
    box-shadow: 3.5px 3.5px 0 0 rgb(255 255 255 / 75%);
}

@media screen and (min-width: 768px) {
.plan02 .p-homebuild-pc__recommend-parts__product-list {
    justify-content: space-between;
}
.plan02 .p-homebuild-pc__recommend-parts__product-list > li {
    width: 31%;
}
p.list-itemname {
    font-size: min(3.2vw, 32px);
}
}

.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);
    width: 80%;
    margin: 30px auto;
}
.point {
    width: 80%;
    margin: 0 auto 30px;
}
.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;
}
.point p {
    font-size: min(3.6vw, 18px);
}

@media screen and (min-width: 768px) {
  .p-homebuild-pc__product {
      width: 70%;
  }
  .point {
      width: 70%;
  }
  .point p {
      font-size: min(2.4vw, 24px);
  }
}

/*ゼロから始める自作パソコン*/
.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;
}

@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__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;
  }
}