@charset "utf-8";


:root{
  --gap-s: 20px;
  --gap-m: 40px;
  --gap-l: 60px;
  --gap-ll: 80px;
  --color-blue: #004da1;
  --color-dark: #022a55;
  --color-sky: #e5f6fc;
  --color-gray: #eee;
  --color-link: #00a3e5;
}
@media screen and (max-width: 767px) {
  :root{
    --gap-s: 10px;
    --gap-m: 20px;
    --gap-l: 30px;
    --gap-ll: 40px;
  }
}

.p-replacement-support img {
  width:100%;
}

.fix-anchor {
  margin-top: -80px;
  padding-top: 80px;
}

/*追加テキスト*/
.lead-txt{
  margin-top:10px;
  text-align:center;
  font-weight: bold;
  font-size: clamp(18px, 0.943rem + 0.91vw, 26px);
}
.note{
  margin-top:10px;
  text-align:center;
}
  
/*背景ヘッダ*/
.p-replacement-support .contents-inner {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .p-replacement-support .contents-inner {
    width: calc(100% - 30px);
  }
}

.p-replacement-support .another-campaign__block h2{
  font-size: clamp(18px, 0.943rem + 0.91vw, 26px);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}
.p-replacement-support h3{
  font-size: clamp(18px, 0.943rem + 0.91vw, 26px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
  
/*リード*/
.p-replacement-support .lead {
  padding-bottom: 45px;
}
.p-replacement-support .countdown-container{
  font-size: clamp(16px, 0.818rem + 0.91vw, 24px);
  margin:auto;
  text-align:center;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-replacement-support .countdown-container span{
  padding-left:0.1em;
  padding-right:0.1em;
  color: var(--color-blue);
}
  
/*Windows 11 PCへの買い替えならドスパラ*/
.p-common-support__section{
  padding-top:90px;
}
@media screen and (max-width: 768px) {
  .p-common-support__section{
    padding-top:40px;
  }
}
  
/*バナーエリア*/
.another-campaign__block{
  padding-top:40px;
}

.sec--banner-area{
  margin:auto;
}
.sec--banner-area1 {
  width:100%;
}
.sec--banner-area2 {
  display: grid;
  width:100%;
  grid-template-columns: repeat(2,1fr);
  gap:30px;
  margin-bottom:30px;
}
.sec--banner-area3 {
  display: grid;
  width:100%;
  grid-template-columns: repeat(3,1fr);
  gap:30px;
}

@media screen and (max-width: 767px) {
  .sec--banner-area2 {
    gap:10px;
    margin-bottom:10px;
  }
  .sec--banner-area3 {
    grid-template-columns: repeat(2,1fr);
    gap:10px;
  }
}
  
/*買取または下取り＋分割払いのご利用おすすめ*/
.purchase-date{
  margin: auto;
  padding-bottom:10px;
  text-align: center;
}
.p-tips-buy__box__h3 {
  background: #fbff81;
  font-weight: bold;
  font-size: 14px;
  margin: 1em 0 0.7em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__box__h3 {
    min-width: 640px;
    max-width: 100%;
    width: fit-content;
    padding: 4px 0.5em;
    font-size: min(18/768*100vw, 28px);
    margin: 40px auto 20px;
    line-height: 1.4;
  }
}

.p-tips-buy__example-heading {
  margin: 18px auto -4%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-heading {
    margin: 40px auto -6%;
  }
}
.p-tips-buy__example-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-list {
    flex-direction: row;
    max-width: none;
    gap: 5.2%;
  }
  .p-tips-buy__example-list > li {
    flex: 1;
  }
}
.p-tips-buy__example-item {
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-tips-buy__example-item__header {
  background-color: #004da1;
  background: repeating-linear-gradient(-45deg, #003e83 0px, #003e83 1px, #00418a 1px, #00418a 3px);
  color: #fff;
  text-align: center;
  padding: 4px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__header {
    padding: 7px;
  }
}
.p-tips-buy__example-item__name {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__name {
    font-size: min(14/768*100vw, 22px);
  }
}
.p-tips-buy__example-item__buy-date {
  font-size: 10px;
  width: fit-content;
  line-height: 1;
  padding: 0.2em;
  border: 1px solid currentColor;
  margin: 4px auto 0;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__buy-date {
    font-size: min(11/768*100vw, 16px);
  }
}
.p-tips-buy__example-item__body {
  background: #fff;
  display: flex;
  gap: 2.62%;
  padding: 10px;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__body {
    flex-grow: 1;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.p-tips-buy__example-item__image {
  width: 54%;
  text-align: center;
  align-self: center;
}
.p-tips-buy__example-list > li:first-child .p-tips-buy__example-item__image img {
  width: 50%;
}
.p-tips-buy__example-list > li:nth-child(2) .p-tips-buy__example-item__image img {
    width: 80%;
}
.p-tips-buy__example-item__text {
  flex: 1 1 auto;
  font-size: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__text {
    display: flex;
    flex-direction: column;
    font-size: min(11/768*100vw, 16px);
  }
}
.p-tips-buy__example-item__spec {
  margin-bottom: 1em;
}
.p-tips-buy__example-item__price {
  color: #e50000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.p-tips-buy__example-item__price::before {
  content: "→";
}
@media screen and (min-width: 768px), print {
  .p-tips-buy__example-item__price {
    margin-top: auto;
    font-size: min(16/768*100vw, 24px);
  }
}
/*---------------------------
ボタンエリア
---------------------------*/
.sec__btn-area{
  margin:40px auto;
  text-align:center;
  width:50%;
}
@media screen and (max-width: 767px), print {
  .sec__btn-area {
    margin:20px auto;
    width:100%;
    font-size:0.8em;
  }
}
.sec__btn-area .btn-block{
  margin:5px auto;
  width:100%;
}
.sec__btn-area .btn-block a,
.sec__btn-area .btn-block .c-button,
.sec__btn-area .btn-block .c-button--primary-blue{
  width:100%;
  line-height: 1.2;
}
  
/*---------------------------
　レビューエリア
---------------------------*/
.review-date{
  border:2px solid #e43344;
  color:#e43344;
  font-weight:bold;
  font-size: clamp(18px, 0.943rem + 0.91vw, 26px);
  padding:10px;
  background:#fff;
  width: fit-content;
  margin:auto;
  text-align:center;
  
}
.review-block{
  margin-top:80px;
  width:100%;
}
.review-wrapper{
  margin-top:20px;
  width:100%;
  display:grid;
  gap:20px;
  grid-template-columns: repeat(2,1fr);
}
.review > a{
  width:100%;
  height:100%;
  display:block;
  /*
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  */
  background:#fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border:1px solid #eee;
  padding:20px;
}
.review > a:hover{
  box-shadow: 0 0 20px 0 rgba(68, 114, 196, 0.4);
  border:1px solid #4472c4;
}
.review .model-name{
  font-weight:bold;
  font-size:1.2em;
  margin-bottom:20px;
}
.review .model-wrap{
  display:flex;
  justify-content: space-between;
}
.review .model-img{
  width:40%;
}
.review .model-review{
  width:55%;
}

.review .model-review p{
  margin-top:10px;
  margin-bottom:20px;
  line-height:1.6;
}
.review .review-star a{
  display:flex;
  align-items: baseline;
  gap:5px;
}
.review .review-star img{
  height:20px;
  width:auto;
}

@media screen and (max-width:767px) {
  .review-block{
    margin-top:40px;
  }
  .review-wrapper{
    grid-template-columns: repeat(1,1fr);
  }
  .review .model-wrap{
    flex-direction: column;
  }
  .review .model-img{
    width:70%;
    margin:auto;
  }
  .review .model-review{
    width:100%;
  }
  .review .model-name{
    margin-bottom:10px;
  }
}
/*-------------------------------------
　SSD倍増モデル
---------------------------------------*/
/*sale-model上書き調整*/
.more-link .c-button--primary-white {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .more-link .c-button--primary-white {
    width: 100%;
    text-align: center;
  }
}

  .black-white-case__top {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .black-white-case{
    display:flex;
    justify-content: space-between;
    width:100%;
  }
  .black-white-case > div{
    width:calc(50% - 5px);
  }
  .c-button--secondaryB-white,
  .c-button--secondaryB-black{
    border-radius: 3em;
    width: 100%;
  }

  .contents-inner .sale-model .model-box a.review-in-recommend__link {
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
  }
  .contents-inner .sale-model .model-box a.review-in-recommend__link .review-in-recommend__star,
  .contents-inner .sale-model .model-box a.review-in-recommend__link .review-in-recommend__score {
    margin-right: 4px;
  }
  .sale-model .model-box__spec li:last-child {
    border-bottom: none;
  }
  
.bg-odd-even .bg-odd-even__inner {
  padding: 0 0 80px 0;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  overflow: hidden;
}

.bg-odd-even .bg-odd-even__inner::before{
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  /*background: #fff url(../images/bg-gold.webp?$staticlink$?) no-repeat top center / cover;*/
  background:#fff0d0;
}

@media screen and (max-width:767px) {
  .bg-odd-even .bg-odd-even__inner::before {
    height: 100%;
    position: absolute;
  }
}
.bg-odd-even .bg-odd-even__inner::after {
  height: 20px;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #e43344;
}
.bg-other-camp {
  background: #fff;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.bg-other-camp::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
}
  


@media screen and (max-width:767px) {
  .bg-odd-even .bg-odd-even__inner {
    padding: 0 0 10.67vw 0;
  }

  .bg-odd-even .bg-odd-even__inner::after {
    height: 2.67vw;
  }

  .bg-other-camp {
    padding-top: 10.67vw;
  }
}

/*-------------------------------------
　各セクションタイトル
---------------------------------------*/
.p-replacement-support h2.section-title {
  margin: 0 0 40px 0;
  padding: 40px 40px 80px 40px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  -webkit-text-fill-color: #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.5));
}

.p-replacement-support h2.section-title.small {
  font-size: 50px;
}
.p-replacement-support h2.section-title span {
  transform: skew(-10deg);
  display: block;
}

.p-replacement-support h2.section-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  clip-path: polygon(50% 100%, 100% 70%, 100% 0, 0 0, 0 70%);
  background: #e43344;
  z-index: -1;
}
.p-replacement-support h2.section-title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  clip-path: polygon(50% calc(100% - 10px), calc(100% - 10px) calc(70% - 10px), calc(100% - 10px) 10px, 10px 10px, 10px calc(70% - 10px));
  z-index: -1;
  background: #fff url(../images/bg-hd.webp?$staticlink$?) no-repeat top center / cover;
}

@media screen and (max-width:767px) {
  .p-replacement-support h2.section-title,
  .p-replacement-support h2.section-title.small{
    margin: 0 0 5.33vw 0;
    padding: 5.33vw 0 10.67vw 0;
    font-size: 6vw;
    filter: drop-shadow(0px 0.7vw 1.4vw rgba(0, 0, 0, 0.5));
  }
  .p-replacement-support h2.section-title::after {
    clip-path: polygon(50% calc(100% - 1.33vw), calc(100% - 1.33vw) calc(70% - 1.33vw), calc(100% - 1.33vw) 1.33vw, 1.33vw 1.33vw, 1.33vw calc(70% - 1.33vw));
  }
}

.red-line{
  position: relative;
  width:100%;
}
.red-line::after {
  height: 20px;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #e43344;
}
@media screen and (max-width: 767px) {
    .red-line::after {
        height: 2.67vw;
    }
}
/*-------------------------------------
　winバナー
---------------------------------------*/
.banner{
  width:100%;
  padding:20px; 
  text-align:center;
  background:#151516;
  /*background:#f5b800;*/
}
.banner-inner{
  margin:auto;
  width:100%;
  max-width:1050px;
}
@media screen and (max-width: 767px) {
  .banner{
    padding:10px; 
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  height: 80px;
  background: #004da1;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}

.nav_box li > a {
  /*  background-color: #E83642;*/
  color: #fff;
  display: table-cell;
  /*  font-size: 20px;*/
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 12px 4px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.nav_box li > a:hover{
  backdrop-filter: brightness(1.2);
}
.nav_box li.disable_link>a {
  background-color: #4b4b4b;
  cursor: none;
  pointer-events: none;
}

.nav_box .inside,.nav_box .inside ul{
  height: 100%;
}
.nav_box .inside > ul > li:first-of-type{
  border-left: 1px solid #fff;
}
.nav_box .inside > ul > li{
  border-right: 1px solid #fff;
}
.inside {
  margin: 0 auto;
  padding: 0;
  width: min(100%, 1050px);
}

.inside>ul {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.inside>ul>li {
  display: table;
  border-right: 1px solid #000;
  width: calc(100%/4);
}

.inside>ul>li:first-of-type {
  border-left: 1px solid #000;
}
.fix-anchor{
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .nav_box{
    height: 12vw;
  }
  .nav_box li>a {
    font-size: 3.2vw;
    letter-spacing: 0;
    padding: 4px 2px;
    display: table-cell;
  }
  .inside {
    width: 100%;
  }
  .inside>ul>li {
    width: calc(100%/2);
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
  
  .nav_box .inside > ul > li:first-of-type{
    border-left: none;
  }
  .nav_box .inside > ul > li:last-of-type{
    border-right: none;
  }
  .fix-anchor{
    margin-top: -12vw;
    padding-top: 12vw;
  }
}
