@charset "utf-8";

/*-------------------------------------
共通
---------------------------------------*/
.section-inner{
  position:relative;
  margin:auto;
  width: calc(100% - 30px);
  max-width:1140px;
  text-align: left;
}
.section-inner-box{
  position:relative;
  background:#fff;
  padding:40px;
  border-radius: 20px;
  width:100%;
  overflow: hidden;
}
.ttl-h2{
  font-weight:900;
  font-size: clamp(20px, 0.932rem + 1.59vw, 34px);
  margin-bottom:20px;
  line-height:1.2;
}
@media screen and (max-width: 767px) {
  .section-inner-box{
    padding:20px;
    border-radius: 10px;
  }
}
/*-------------------------------------
KV
---------------------------------------*/
.kv{
  background: url(../../../category-top/all-model/images/bg-kv.webp) no-repeat 50% 50% / cover;
}
.kv-wrapper{
  margin:auto;
  width: calc(100% - 30px);
  max-width:1140px;
  display:flex;
  align-items:center;
  gap:10px;
}
.kv-txt{
  width:58%;
  text-align:left;
}
.kv-img{
  width:calc(42% - 10px);
}
.kv-txt h1{
  font-size: clamp(14px, 0.739rem + 0.68vw, 20px);
  line-height:1.2;
  margin-bottom:5px;
  font-weight:500;
}
.kv-txt h2{
  font-weight:900;
  font-size: clamp(30px, 1.466rem + 2.05vw, 48px);
  line-height:1.2;
  margin-bottom:10px;
}
.kv-txt p{
  font-weight:500;
  font-size: clamp(14px, 0.784rem + 0.45vw, 18px);
  line-height:1.6;
}
@media screen and (max-width: 767px) {
  .kv-wrapper{
    flex-direction: column;
    gap:5px;
  }
  .kv-txt,
  .kv-img{
    width:100%;
  }
}
/*-------------------------------------
スライダー
---------------------------------------*/
#category-list {
  overflow: hidden;
}
.category-list-slider {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.category-list-slider .swiper-container {
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}
.category-list-slider .swiper-slide {
  width: 400px;
  height: auto;
  background: #fff;
  border-radius: 16px;
  color: #484848;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding:30px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.category-list-slider-thumb {
  width: calc(100% + 30px + 30px) ;
  max-width: calc(100% + 30px + 30px) !important;
  margin-left:-30px;
  margin-bottom: 0;
}
.category-list-slider-catch{
  font-size: 16px;
  line-height: 1.2;
  margin-bottom:5px;
}
.category-list-slider-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.category-list-slider-body {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.7;
}
.category-list-slider-link {
  margin-top: auto;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.category-list-slider-link .c-button {
  height: 40px;
  border-radius: 40px;
}
.category-list-slider-link .c-button--primary-blue{
 width: 100%;
}
.category-list-slider .c-button--primary-blue::after{
 right: 15px;
}
.category-list-slider .c-button--auto {
  width: auto;
  flex: auto;
  padding-right: 25px;
}
.category-list-slider-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(98, 98, 98, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: -80px;
}
.category-list-slider-button::after {
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.category-list-slider-button--next {
  right: 0;
  transform: rotate(45deg);
}
.category-list-slider-button--prev {
  right: 80px;
  transform: rotate(-135deg);
}
.swiper-button-disabled {
  background: rgba(220, 220, 220, 0.5);
  cursor: default;
}

@media screen and (max-width:767px) {
  .category-list-slider {
    width: calc(100% - 30px);
  }
  .category-list-slider .swiper-slide {
    width:275px;
    padding: 20px;
    gap: 30px;
  }
  .category-list-slider-thumb {
    margin: -20px;
    width: calc(100% + 20px + 20px) ;
    max-width: calc(100% + 20px + 20px) !important;
  }
  
  .category-list-slider-catch {
    font-size: 3.4vw;
  }
  .category-list-slider-title {
    font-size: 4vw;
  }
  .category-list-sliderr-body {
    font-size: 3.2vw;
  }
  .category-list-slider-link {
    gap: 5px;
  }
  .category-list-slider-link .c-button {
    padding-right: 10px;
    font-size: 3.2vw;
    height: 8.53vw;
  }
  .category-list-slider-link .c-button::after {
    right: 11.31px;
  }
}

/*-------------------------------------
購入前のご案内
---------------------------------------*/
#buy-info {
  background:#e5f6fc;
}
.info-link-upper{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px;
}
.info-link-upper li{
  background:#fff;
  border-radius:20px;
}
.info-link-upper .c-button--primary-white::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info-link-upper li a{
  height:100%;
  width:100%;
  padding:20px;
  display:flex;
  flex-direction: column;
  gap:10px;
}
.info-link-upper li img{
  width:80%;
  margin:auto;
}
.info-link-upper li .info-ttl{
  font-weight:700;
  color:#004da1;
  text-align:center;
  font-size:clamp(18px, 0.989rem + 0.68vw, 24px);
}
.info-link-upper li .info-txt{
  font-size:clamp(12px, 0.705rem + 0.23vw, 14px);
}

.info-link-lower{
  margin-top:40px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
}
#buy-info .c-button{
  width:100%;
}

@media screen and (max-width: 767px) {
  .info-link-upper{
    grid-template-columns: repeat(1, 1fr);
    gap:20px;
  }
  .info-link-lower{
    margin-top:20px;
    grid-template-columns: repeat(1, 1fr);
    gap:20px;
  }
  .info-link-upper li a{
    gap:5px;
  }
}

/*-------------------------------------------
パソコン専門店ドスパラについて
-------------------------------------------*/
#about-dospara{
  background:#00a2e6;
}
#about-dospara img{
  position:absolute;
  top:0;
  right:0;
  width:30%;
}
.about-dospara-txt{
  position:relative;
  z-index: +1;
  padding-right:30%;
}
.about-dospara-txt p{
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
}
.about-dospara-txt p + p{
  margin-top:10px;
}

@media screen and (max-width: 767px) {
  #about-dospara img{
    width:35%;
  }
  #about-dospara .ttl-h2{
    padding-right:35%;
  }
  .about-dospara-txt{
    padding-right:0;
  }
}


/*-------------------------------------------
BTOパソコンとは？
-------------------------------------------*/
  #contents {
    background: #fff;
  }
  #contents .contents-wrapper {
    padding: 2em 0;
  }
  #contents .contents-inner {
    background: #fff;
    border-radius: 1em;
    padding: 2em 4em;
  }
  #contents h3 {
    font-size: 21px;
    margin: 0 0 1em;
    text-align: left;
    font-style: normal;
    font-weight: 700;
  }
  #contents h3 span {
    font-size: 17px;
    margin-left: 0.5em;
  }
  #contents .about {
    padding: calc(var(--gap-lp) * 2) 0;
  }
  #contents .about__contents {
    display: flex;
    gap: 2em;
    margin:auto;
  }
  #contents .about__contents-text,
  .about__contents-image {
    flex: 1;
  }
  #contents .about__contents-text p {
    margin-top: 1em;
    line-height: 1.5;
  }
  #contents .about__contents-text p.link {
    text-align: right;
  }
  #contents .about__contents-image {
    text-align: center;
  }
  #contents .about__contents-image img {
    width: 85%;
  }
  @media screen and (max-width:767px) {
    #contents .contents-inner {
      padding: 1em;
    }
    #contents .about__contents {
      flex-direction: column;
      gap: 1em;
    }
    #contents .about__contents-text p {
      font-size: 14px;
    }
  }
  /* sliderブロック */
  .bottom-contents-slider {
    margin-top: 2em;
  }

/*-------------------------------------------
品質
-------------------------------------------*/
  #quality {
    background: #e5f6fc;
  }
  #quality .contents-wrapper {
    padding: 2em 0;
  }
  #quality .contents-inner {
    background: #fff;
    border-radius: 1em;
    padding: 2em 4em;
  }
  #quality h3 {
    font-size: 21px;
    margin: 0 0 1em;
    text-align: left;
    font-style: normal;
    font-weight: 700;
  }
  #quality h3 span {
    font-size: 17px;
    margin-left: 0.5em;
  }
  #quality .about {
    padding: calc(var(--gap-lp) * 2) 0;
  }
  #quality .about__contents {
    display: flex;
    gap: 2em;
    margin-top: 2em;
  }
  #quality .about__contents-text,
  .about__contents-image {
    flex: 1;
  }
  #quality .about__contents-text p {
    margin-top: 1em;
    line-height: 1.5;
  }
  #quality .about__contents-text p.link {
    text-align: right;
  }
  #quality .about__contents-image {
    text-align: right;
    position: relative;
  }
  #quality .about__contents-image img.image-01 {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #quality .about__contents-image img.image-02 {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  @media screen and (max-width:767px) {
    #quality .contents-inner {
      padding: 1em;
    }
    #quality .about__contents {
      flex-direction: column;
      gap: 1em;
      margin-top: 1em;
    }
    #quality .about__contents-image img.image-01 {
      width: 100%;
      position: static;
    }
    #quality .about__contents-image img.image-02 {
      width: 100%;
      position: static;
      margin-top: 1em;
    }
    #quality .about__contents-text p {
      font-size: 14px;
    }
  }


/*-------------------------------------
バナーエリア
---------------------------------------*/
.beginner-guide-bnr img{
  width:100%;
  max-width: 100%;
}
.beginner-guide-bnr-arrow{
  position:relative;
  width:100%;
  height:100%;
}
.beginner-guide-bnr-arrow::before {
  position:absolute;
  content: '';
  width: 2em;
  aspect-ratio: 1 / 1;
  background: #00a2e6;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index:1;
}
.beginner-guide-bnr-arrow::after {
  position:absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  z-index: 1;
  position: absolute;
  right: 0.4em;
  bottom: 0.4em;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
  transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  z-index:2;
}