@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;
}

/*---------------------------
キャンペーンブロック
---------------------------*/
.btn-block {
  margin: 2em auto;
}
.campaign-block {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding:40px;
}

.campaign-block-title{
  margin-bottom:10px;
  font-size:clamp(18px, 0.716rem + 2.05vw, 36px);
  color:#fe0000;
  font-weight:bold;
}

@media screen and (max-width: 767px) {
  .btn-block {
    margin: 1em auto;
  }
  .campaign-block {
    padding:20px;
  }
}

.note{
  line-height:1.8;
  font-size:0.8em;
  text-align:right;
}
.caution{
  margin-top:20px;
  line-height:1.2;
  font-size:0.8em;
  text-align:left;
}
.caution li{
  margin-top:5px;
  position:relative;
  padding-left:1.2em;
}
.caution li::before{
  position:absolute;
  top:0;
  left:0;
  content:'※';
}

.campaign-contents{
  padding:10px;
  display:flex;
  justify-content: space-between;
  text-align:left;
  align-items: center;
}

.campaign-contents em{
  padding-left:0.01em;
  padding-right:0.01em;
  font-size:1.2em;
  font-weight:900;
  font-style:normal;
  color:#b40909;
}
.campaign-contents strong{
  padding-left:0.01em;
  padding-right:0.01em;
  font-size:1.3em;
  font-weight:900;
  color:#b40909;
}
.campaign-contents-img{
  width:40%;
}
.campaign-contents-img img{
  border:1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background:#fff;
}
.campaign-contents-txt{
  width:55%;
}
.campaign-contents .num{
  position:relative;
  margin-bottom:10px;
  line-height:1.2;
  font-size:clamp(18px, 0.989rem + 0.68vw, 24px);
  padding-left:2.1em;
}
.campaign-contents .num::before{
  position:absolute;
  top:-0.2em;
  left:0;
  font-weight:bold;
  color:#e43344;
  font-size:1.4em;
}
.campaign-contents .num.n01::before{
  content:'01';
}
.campaign-contents .num.n02::before{
  content:'02';
}
.campaign-contents .num.n03::before{
  content:'03';
  top: 0em;
}


.campaign-contents-txt .code{
  font-weight:bold;
  text-align: center;
  background:#fff;
  padding:5px;
  border-radius:5px;
}
.campaign-contents-txt .code strong{
  font-size:1.2em;
  color:#004da1;
}

@media screen and (max-width:767px) {
  .campaign-contents{
    flex-direction: column;
    align-items: flex-start;
  }
  .campaign-contents-img{
    width:100%;
  }
  .campaign-contents-txt{
    margin-top:10px;
    width:100%;
  }
}

.campaign-contents-img img:not(:first-child){
  margin-top:20px !important;
}
/*------------------
テーブル

table{
  border:1px solid #999;
  width:100%;
}
table th{
  border:1px solid #999;
  padding:5px;
  background:#004da1;
  color:#fff;
  text-align:center;
}
table td{
  border:1px solid #999;
  padding:0.5em 1em;
  background:#fff;
  text-align:left;
}
.target-products .product{
  width:100%;
}
.target-products .discount{
  white-space:nowrap;
  text-align:right;
  vertical-align:middle;
  font-size:1.5em;
  color:#e43344;
  font-weight:bold;
}
.target-customize{
  font-size:0.8em;
}
------------------*/

/*------------------
ボタン
------------------*/
.campaign-entry-btn a {
  border: 2px solid #fff;
  border-radius: 100vh;
  box-shadow: 4px 4px 7px -5px #000;
  color: #fff;
  display: block;
  font-size: clamp(14px, 0.557rem + 1.59vw, 28px);
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  transition: .3s;
  margin-inline: auto;
  max-width: 780px;
  background: #004da1;
  box-shadow: 4px 4px 7px -5px #000;
}
.campaign-entry-btn a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-color: #fff;
  content: '';
}
.campaign-entry-btn a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}


/*-------------------------------------
　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;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}

.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;
}
.sale-model__lead{
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}
.sale-model__lead h3{
  color: #fd2014;
}
.sale-model__lead ul{
  margin-top: 1em;
}
.sale-model__lead ul li{
  position: relative;
  margin-left: 1.5em;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
.sale-model__lead ul li::before{
  position: absolute;
  content: '※';
  top: 0;
  left: -1em;
}



.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;
}
.bg-odd-even .bg-odd-even__inner::before{
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@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: #ffe401;
}
.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%);
}
  

#block-1.bg-odd-even .bg-odd-even__inner::before{
  background: #fff url(../images/bg-02.webp?$staticlink$?073102) no-repeat top center / cover;
}
#block-1.bg-odd-even .bg-odd-even__inner::after {
  background: #ffe401;
}
#block-2.bg-odd-even .bg-odd-even__inner::before{
  background: #fff url(../images/bg-01.webp?$staticlink$?073102) no-repeat top center / cover;
}
#block-2.bg-odd-even .bg-odd-even__inner::after {
  background: #ffe401;
}
#block-3.bg-odd-even .bg-odd-even__inner {
  padding: 0;
}
#block-3.bg-odd-even .bg-odd-even__inner::before{
  background: #f31c2d;
}
#block-3.bg-odd-even .bg-odd-even__inner::after {
  background: #ffe401;
}

@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;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.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: #ffe401;
  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: #ffa200 no-repeat top center / cover;
  /* background: #ffa200 url(../images/bg-hd-2508.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: #ffe401;
}
@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: 20vw;
  }
  .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;
  }
}



/*-------------------------------------
　追加
---------------------------------------*/
.category-block {
  margin-top:40px;
}
h4{
  font-size:clamp(20px, 0.886rem + 1.82vw, 36px);
  font-weight:bold;
  margin-bottom:10px;
  -webkit-text-fill-color: #fe0000;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  text-align:center;
  line-height:1.4;
}


.ranking-model__item {
    --grid-gap-x: 0.5rem;
}
.ranking-model__item::before {
    display: block;
    --f: 0.5em;
    --r: 0.5em;
    border-inline: 0.5em solid #0000;
    padding: 0.2em 0.5em calc(var(--r) + 0.2em);
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 0.5em) 100%, 50% calc(100% - var(--r)), 0.5em 100%, 0 100%);
    background: #2699dc padding-box;
    position: absolute;
    left: 0;
    top: -0.2em;
    font-size: 24px;
    color: #fff;
}
.ranking-model__item:nth-child(1)::before {
    content: "1";
    background: #e2cc3a padding-box;
}
.ranking-model__item:nth-child(2)::before {
    content: "2";
    background: #bababa padding-box;
}
/* .ranking-model__item:nth-child(3)::before {
    content: "Note1";
    background: #e2cc3a padding-box;
} */


.c-button--primary-blue {
    width: 100%;
    border-radius: 3em;
}

/*-------------------------------------
　win10　カウントダウン
---------------------------------------*/
.win10-countdown {
  width: 100%;
  /* margin-top: 4em; */
  padding: 10px 0 20px;
  text-align: center;
  background: #F31C2D;
  /*background: linear-gradient(90deg, rgba(243, 28, 45, 1) 0%, rgba(255, 64, 80, 1) 50%, rgba(243, 28, 45, 1) 100%);*/
}
.win10-countdown-image {
  max-width: 545px;
  width: 80vw;
  margin: 0 auto;
}
#timer {
  padding: 10px 0 0;
  background: #fff;
  border-radius: 16px 16px 0px 0px;
  font-size:clamp(2.25rem, 1.25rem + 5vw, 5rem);
  color: #f31c2d;
  font-weight: bold;
  margin: 0 auto;
  text-shadow: 2px 3px 5px #999;
  max-width: 690px;
  width: 94vw;
}
#timer .yyc-day-text,
#timer .yyc-hou-text,
#timer .yyc-min-text,
#timer .yyc-sec-text {
  font-size:clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
  text-shadow: none;
  color: #333;
  margin-right: .5rem;
}

.win10-countdown-link {
  background: #fff;
  padding: 0 0 10px;
  border-radius: 0px 0px 16px 16px;
  margin: 0 auto;
  max-width: 690px;
  width: 94vw;
  text-align: center;
}
.win10-countdown-link div {
  border-top: 1px dotted #F31C2D;
  padding: 15px 0 5px;
  margin: 0 auto;
  width: 95%;
}

.win10-countdown .yycountdown-box .yyc-day,
.win10-countdown .yycountdown-box .yyc-hou,
.win10-countdown .yycountdown-box .yyc-min,
.win10-countdown .yycountdown-box .yyc-sec {
  font-size:clamp(2.25rem, 1.25rem + 5vw, 5rem);
  color: #f31c2d;
}

@media screen and (max-width: 767px) {
  .win10-countdown {
    /* margin-top: 2em; */
    /* margin-bottom: 5px; */
    padding: 10px 0 20px;

  }
  #timer {
      text-shadow: 2px 3px 5px #ccc;
  }
  .win10-countdown-link {font-size: 14px;}
}

body {
  overflow-x: hidden;
}



/*-------------------------------------
　中古上書き
---------------------------------------*/
#ueed-model {
  width: 100%;
}
#ueed-model .p-products-all-item__results.results-include {
  max-width: 100%;
}
#ueed-model .productMoreGrid {
  width: 100%;
}
#ueed-model .p-products-all-item-product__image {
  margin: 0 auto var(--coupon-model-gap) auto;
  width: 80%;
  margin-bottom: 14px;
  padding: 0;
}

#ueed-model .p-products-all-item {
    padding-bottom: 0px;
}
#ueed-model .u-pc-width {
    width: 100%;
    padding: 0;
}

#ueed-model .p-products-all-item-product {
  display: contents;
}

#ueed-model .p-products-all-item__item {
  display: flex;
  flex-direction: column;
  padding: var(--coupon-model-gap);
  background-color: #fff;
  border: 2px solid #b0b0b0;
  box-shadow: none;
  position: relative;
  border-radius: 12px;
  width: 100%;
}

#ueed-model .c-flex a {
  font-size: 16px;
  line-height: 1.25;
  height: calc(1em * 1.25 * 2);
  margin-bottom: var(--coupon-model-gap);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}

#ueed-model .p-products-all-item-product__link--detail {
  background-color: #004da1;
  color: #fff;
  width: 100%;
  border-radius: 3em;
}
.sale-model .model-box__price span {
  font-size: 28px;
  padding-right: 2px;
}

#ueed-model .p-products-all-item-product__number {
  font-size: 28px;
  padding-right: 2px;
}

#ueed-model .p-area-add-wish-list,
#ueed-model .p-area-add-wish-list--yet,
#ueed-model .p-area-add-wish-list--done,
#ueed-model .productMoreButton,
#ueed-model .p-products-all-item-product__link--detail + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--cart {
  display: none;
}


@media screen and (min-width: 768px) {
  #ueed-model {
    width: 100%;
  }
  #ueed-model .p-products-all-item__results.results-include {
    max-width: 100%;
  }
  #ueed-model .productMoreGrid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-items: stretch;
    gap: var(--coupon-model-gap);
  }
  #ueed-model .p-products-all-item-product__image {
    margin: 0 auto var(--coupon-model-gap) auto;
    width: 80%;
    margin-bottom: 14px;
    padding: 0;
  }

  #ueed-model .p-products-all-item {
      padding-bottom: 0px;
  }
  #ueed-model .u-pc-width {
      width: 100%;
      padding: 0;
  }
  
  #ueed-model .p-products-all-item-product {
    display: contents;
  }
  
  #ueed-model .p-products-all-item__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - var(--coupon-model-gap) * (var(--coupon-model-cols) - 1)) / var(--coupon-model-cols));
    padding: var(--coupon-model-gap);
    background-color: #fff;
    border: 2px solid #b0b0b0;
    box-shadow: none;
    position: relative;
    border-radius: 12px;
  }
  #ueed-model .p-products-all-item__item + .p-products-all-item__item {
    margin-top: 0;
    margin-bottom: 0;
  }

  #ueed-model .p-products-all-item-product__spec__item {
    margin-right: 10px;
    padding: 4px 0;
  }
  #ueed-model .p-products-all-item-product__spec__item::after {
    display: none;
  }
  #ueed-model .p-products-all-item-product__spec__text {
    font-size: 12px;
    padding: 4px 0;
    word-break: break-word; 
  }

  #ueed-model .c-flex a {
    font-size: 16px;
    line-height: 1.25;
    height: calc(1em * 1.25 * 2);
    margin-bottom: var(--coupon-model-gap);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
  }

  #ueed-model .p-products-all-item-product__link--detail {
    background-color: #004da1;
    color: #fff;
    width: 100%;
    max-width: 100%;
    border-radius: 3em;
  }
  .sale-model .model-box__price span {
    font-size: 28px;
    padding-right: 2px;
  }

  #ueed-model .p-products-all-item-product__number {
    font-size: 28px;
    padding-right: 2px;
  }
}


