@charset "UTF-8";
.nav_box {
  background: #ddd;
  padding: 1.2vw 0;
  background: #ccc;
}
.inside > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8vw;
}
.inside > ul > li {
  display: table;
  width: calc((100% - 2.4vw) / 4);
}
.inside > ul > li:first-of-type {}
.nav_box li > a {
  background-color: #fff;
  color: #484848;
  display: block;
  font-size: 1vw;
  padding: 1vw .4vw;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  border-radius: 8px;
}
.nav_box li > a:hover {
  background-color: #fff;
}
/*
    .nav_box li>a::after {
      position: absolute;
      top: calc(50% - 6px);
      right: 12px;
      width: 12px;
      height: 12px;
      background: url(/category-top/gaming-pc/sub/gaming-pc-tc30/images/ico_in_page_link.png?$staticlink$) 0 0 no-repeat;
      content: "";
    }
      */
.nav_box .c-button {
  border: none;
}
.nav_box .c-button::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  background-color: #00a2e6;
  content: '';
  opacity: 0.1;
}
.nav_box .c-button::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #cccccc;
  content: '';
}
@media screen and (max-width: 767px) {
  .inside {
    width: 100%;
  }
  .inside > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4vw;
  }
  .inside > ul > li {
    display: table;
    width: calc((100% - 2.8vw) / 2);
  }
  .nav_box li > a {
    font-size: 3vw;
    letter-spacing: 0;
    padding: vw .4vw;
    display: table-cell;
  }
}
.p-all-model__kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18vw;
  min-height: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url(../images/bg-kv.webp) no-repeat 50% 50% / cover;
  border-top: 0;
}
.p-all-model__kv .c-section {
  padding: 0;
}
.p-all-model__kv .u-pc-width {
  margin: 0 auto;
}
.p-all-model__kv .p-all-model__kv-text {
  width: 35%;
}
.p-all-model__kv .p-all-model__kv-image {
  width: 65%;
  height: auto;
}
.p-all-model__kv img {
  max-width: 100%;
  display: block;
}
.p-all-model__kv h1 {
  font-size: 2.8vw;
  font-weight: 700;
  color: #484848;
}
.p-all-model__kv p {
  margin-top: 0.5em;
  font-size: 1.4vw;
  font-weight: 700;
  color: #484848;
}
@media screen and (max-width:1140px) {
  .p-all-model__kv {
    height: auto;
    padding: 15px;
    aspect-ratio: 1920/300;
  }
}
@media screen and (max-width:767px) {
  .p-all-model__kv {
    padding: 15px 0;
    aspect-ratio: inherit;
    /*background: url(../images/bg-kv-sp.webp?250423) no-repeat 50% 50% / cover;*/
  }
  .p-all-model__kv img {
    width: 96%;
    margin: 10px auto;
    margin-left: -1vw;
  }
  .p-all-model__kv .u-pc-width {
    width: 90%;
  }
  .p-all-model__kv .p-all-model__kv-text {
    width: 100%;
  }
  .p-all-model__kv .p-all-model__kv-image {
    width: 100%;
  }
  .p-all-model__kv h1 {
    font-size: 32px;
  }
  .p-all-model__kv p {
    font-size: 16px;
    margin-top: 0;
  }
  .p-all-model__kv .c-flex {
    gap: 10px;
  }
}
.p-model-list li {
  position: relative;
}
.icon-text {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  background-color: #e43344;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 0.9rem;
}
.note-all__select-point-slider .swiper-slide {
  border-radius: 20px;
  filter: drop-shadow(0px 0px 5px #eee);
  background: linear-gradient(to right, #e0e0e0 0%, #efefef 100%);
  color: #333;
}
.note-all__select-point-slider .swiper-slide .note-all__select-point-slider-link .c-button--primary-blue {
  background-color: #666;
  min-width: 270px;
  width: 340px;
}
.note-all__select-point-slider .swiper-slide .note-all__select-point-slider-link .c-button--primary-blue::before {
  background-color: #999
}
@media screen and (max-width:767px) {
  .note-all__select-point-slider .swiper-slide {
    width: 297px;
  }
}
.c-headline__h2 .sub-title {
  font-size: 20px;
}
.c-top-slider-section-container {
  position: relative;
}
.c-top-slider-section-slider-list-wrapper li.swiper-slide {
  height: auto;
}
.c-top-slider-section-slider-list-wrapper li.swiper-slide > a {
  height: 100%;
  display: flex;
}
.p-common-item-slider__section {
  margin: 0 auto !important;
}
.p-common-item-slider__section section+section{
  margin-top: 2rem;
}
.p-common-item-slider__section .top-subrotation-slider-caption-h3 > a {
  display: inline-block;
}
.p-common-item-slider__section .top-subrotation-slider-caption-h3 .top-subrotation-slider-wrapper-caption {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.p-common-item-slider__section .top-subrotation-slider-caption-h3 .top-subrotation-slider-wrapper-sub-caption {
  color: #004da1;
  margin-top: 0.7em;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: bold;
}
.p-common-item-slider__section .top-subrotation-slider-caption-h3 .top-subrotation-slider-wrapper-caption::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 13px), -50%) rotateZ(135deg);
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  width: 0.4em;
  height: 0.4em;
}
.p-common-item-slider__section .top-subrotation-slider-caption-h3 .top-subrotation-slider-wrapper-caption--nolink::after {
  display: none;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper:nth-of-type(n+2) {
  margin-top: 0px;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper .top-link-sllider-container {
  margin-top: 20px;
  position: relative;
}
.c-top-slider-section .c-top-slider-section-slider-list-wrapper {
  overflow: hidden;
  padding: 3px;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide {
  transition: transform .2s;
  text-align: center;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide:hover {
  transform: translateY(-2px);
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide.top-link-slide-simple-link {
  border: 1px solid #00a2e6;
}
.c-top-slider-section li.swiper-slide.top-link-slide-simple-link {
  border: 1px solid #00a2e6;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  transition: box-shadow .2s;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide img.icon-image {
  max-width: 100%;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.top-link-slide-simple-link.swiper-slide > a {
  justify-content: center;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a > h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.top-link-slide-simple-link.swiper-slide > a > h4 {
  margin-top: 8px;
}
.c-top-slider-section li.swiper-slide.top-link-slide-simple-link > a {
  justify-content: center;
  align-items: center;
  background: #d9f1fb;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}
.c-top-slider-section li.swiper-slide.top-link-slide-simple-link > a > h4 {
  margin-top: 0;
  text-align: center;
}
.c-top-slider-section .js-itemsliderhasnav-swiper-button-prev {
  left: -80px;
}
.c-top-slider-section .js-itemsliderhasnav-swiper-button-next {
  right: -80px;
}
.c-top-slider-section .swiper-pagination-bullet-active {
  background: #00a2e6;
}
.c-top-slider-section .swiper-pagination-bullet {
  border-radius: unset;
  width: 100%;
  height: 4px;
}
.c-top-slider-section .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 6px;
}
.c-top-slider-section .p-common-item-slider__scrollbar {
  margin-top: 15px;
  display: flex;
}
section.p-top-campaign-list .c-top-slider-section-slider-list-wrapper .swiper-wrapper > .swiper-slide > a > img {
  width: 100%;
  height: auto;
}
.c-panel-arrow::after {
  z-index: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  content: "";
}
.useful-tips-headline {
  margin-top: 50px;
  margin-bottom: 0px;
}
@media screen and (max-width:767px) {
  .c-headline__h2 .sub-title {
    font-size: 16px;
  }
  .c-top-slider-section {
    padding: 0 15px 20px 15px
  }
  .p-common-item-slider__section .top-subrotation-slider-caption-h3 .top-subrotation-slider-wrapper-caption {
    font-size: 16px;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a > h4, .c-top-slider-section li.swiper-slide.top-link-slide-simple-link > a {
    font-size: 12px;
  }
  .c-top-slider-section .swiper-pagination-bullet {
    height: 2px;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide img.icon-image.category, .p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide img.icon-image.ranking {
    max-width: 60%;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a {
    padding: 10px 0;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a > h4 {
    margin-top: 10px;
    padding: 0 1vw;
    font-size: 2.7vw;
  }
  .useful-tips-headline {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper .top-link-sllider-container {
    margin-top: 0px;
    position: relative;
  }
  .p-common-item-slider__section .top-subrotation-slider-wrapper:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-top-faq__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.p-top-faq__list .p-top-faq__list-item {
  width: calc((100% - 20px) / 2);
  height: 100%;
  border: 1px solid #ececec;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  position: relative;
  background: #fff;
}
.p-top-faq__list .p-top-faq__list-item details summary {
  cursor: pointer;
}
.p-top-faq__list .p-top-faq__list-item details {
  padding: 20px 15px;
  line-height: 1.5;
  font-size: 16px;
}
.p-top-faq__list .p-top-faq__list-item-body {
  margin-top: 20px;
}
.p-top-faq__list .p-top-faq__list-item-body .qanda-link {
  color: #00a2e6;
  text-decoration: underline;
}
.p-top-faq__list .p-top-faq__list-item-body .qanda-link:hover {
  color: #80d1f3;
}
@media screen and (max-width: 767px) {
  .p-top-faq__list {
    width: 100%;
    margin: 0 auto;
  }
  .p-top-faq__list .p-top-faq__list-item {
    width: 100%;
  }
  .p-top-faq__list .p-top-faq__list-item details {
    padding: 20px 15px;
    line-height: 1.5;
    font-size: 14px;
  }
}
.p-all-model .c-section.staff-review {
  padding: 0;
}
.p-all-mode-customer-review-subttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 30px 0 0;
  text-align: center;
}
.p-all-mode-customer-review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
}
.p-all-mode-customer-review__item {
  position: relative;
  padding: 20px 20px;
  background: #f0fbff;
  border-radius: 8px;
  font-weight: 500;
  color: #777;
  margin: 10px 0;
  letter-spacing: 0.05em;
}
.p-all-mode-customer-review__item::before, .p-all-mode-customer-review__item::after {
  position: absolute;
  display: block;
  width: 20px;
  height: auto;
  min-height: 50px;
  aspect-ratio: 131/ 150;
  content: "";
}
.p-all-mode-customer-review__item::before {
  background: no-repeat url(../images/icon-quote-left.webp) center/contain;
  top: 0;
  left: 20px;
  transform: translateY(-40%);
}
.p-all-mode-customer-review__item::after {
  background: no-repeat url(../icon-quote-right.webp) center/contain;
  bottom: 0;
  right: 20px;
  transform: translateY(40%);
}
.p-all-mode-customer-review__item i {
  font-size: 54px;
  color: #007CAD;
}
@media screen and (max-width: 767px) {
  .p-all-mode-customer-review-subttl {
    font-size: 18px;
  }
  .p-all-mode-customer-review {
    gap: 0;
  }
  .p-all-mode-customer-review__item {
    padding: 22px 15px;
    font-size: 14px;
  }
  .p-all-mode-customer-review__item::before, .p-all-mode-customer-review__item::after {
    width: 20px;
  }
  .p-all-mode-customer-review__item::before {
    left: 15px;
  }
  .p-all-mode-customer-review__item::after {
    right: 15px;
  }
}
.note-all-250523-h2, .note-all-250523-h3 {
  text-align: center;
  color: #484848;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.25;
  font-style: italic;
  margin-bottom: 15px;
}
.note-all-250523-h2 span, .note-all-250523-h3 span {
  font-size: 18px;
  font-weight: normal;
}
.note-all-p-model-caption {
  text-align: center;
  font-size: 16px;
  margin-bottom: 1rem;
}
.note-all-250523-h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 15px;
}
.p-all-mode-customer-review__item {
  position: relative;
  padding: 20px 20px;
  background: #f0fbff;
  border-radius: 8px;
  font-weight: 500;
  color: #777;
  margin: 10px 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.6;
}
.p-all-model__campaign a {
  margin: calc(var(--p-all-model-gap) * 2) auto 0 auto;
}
.p-all-model__anchor-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-bottom: 40px;
}
.p-all-model .c-section {
  padding-top: calc(var(--p-all-model-gap) * 3);
}
.u-pc-width .c-section {
  padding-top: 0;
  padding-bottom: 80px;
}
.p-common-item-slider__section .top-link-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 20px;
  transition: box-shadow .2s;
  background: #fff;
}
.p-common-item-slider__section .top-link-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a > h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-common-item-slider__section .top-link-slider-wrapper ul.top-link-sllider-list > li.swiper-slide > a > p {
  font-size: 10px;
}
.p-common-item-slider__section .top-link-slider-wrapper ul.top-link-sllider-list > li.swiper-slide img.icon-image {
  max-width: 80%;
}
.p-all-model__pickup-keyword {
  background: #fff;
  padding: 0;
  display: flex;
  /* gap: .5rem 1rem;*/
  flex-wrap: wrap;
  padding-left: 200px;
  position: relative;
}
.p-all-model__pickup-keyword::before {
  margin: 0;
  padding: 1rem 2rem 1rem 1rem;
  content: "Pickupキーワード";
  background: #00a2e6;
  display: block;
  color: #fff;
  clip-path: polygon(calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .note-all-250523-h2, .note-all-250523-h3 {
    font-size: 20px;
    letter-spacing: 1.68px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .note-all-250523-h2 span, .note-all-250523-h3 span {
    font-size: 14px;
  }
  .note-all-p-model-caption {
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .note-all-250523-h4 {
    font-size: 16px;
    margin-top: 30px;
  }
  .p-all-model__anchor-nav a {
    font-size: 14px;
  }
  .p-all-model__pickup-keyword {
    font-size: 14px;
    padding: 0;
  }
  .p-all-model__pickup-keyword::before {
    padding: .5rem;
    content: "Pickupキーワード";
    position: relative;
  }
  .u-pc-width .c-section {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.p-all-model__campaign .sp-only {
  display: none;
}
.p-all-model__campaign .pc-only {
  display: block;
}
.p-all-model__campaign .banner-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.p-all-model__campaign .banner-wrapper div {
  width: calc((100% - 45px) / 4);
}
.p-all-model__campaign .banner-wrapper div .content-asset {
  width: 100%;
}
.p-all-model__campaign .banner-wrapper div img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-all-model__campaign .sp-only {
    display: block;
  }
  .p-all-model__campaign .pc-only {
    display: none;
  }
  .p-all-model__campaign .banner-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-all-model__campaign .banner-wrapper div {
    width: calc((100% - 10px) / 2);
  }
}

.note-all-section {
  padding: 50px 0;
  width: 100%;
}
.note-all-section:nth-of-type(even){
  background: #e5f6fc;
}
.note-all-section h2 {
  text-align: center;
  color: #484848;
  font-size: clamp(1rem, 0.786rem + 1.07vw, 1.75rem);
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.25;
  font-style: italic;
  margin-bottom: 15px;
}
.note-all__lineup .lineup-title {
  font-size: clamp(1rem, 0.786rem + 1.07vw, 1.5rem);
  font-weight: 900;
  margin: 0;
}
.lineup-lead {
  margin: 16px 0;
}
.note-all-bg {
  background: #e2f5fb;
}
.p-all-model__link-category {
  width: 50%;
  margin: calc(var(--p-all-model-gap)*2) auto;
}
.note-all-btn-area {
  width: 60%;
  margin: 30px auto;
}
.note-all-select-type {
  margin: 20px auto 0;
}
.note-all-select-type h3, .note-all-select-from h3 {
  font-weight: bold;
  font-size: 18px;
}
.note-all-select-type .c-button--primary-white, .note-all-btn-area .c-button--primary-white, .note-all-btn-area .c-button--primary-blue {
  width: 100%;
}
@media screen and (max-width:767px) {
  .note-all-section {
    padding: 30px 0;
  }
  .note-all-section .u-pc-width {
    width: 92vw;
    margin: 0 auto;
  }
  .note-all-btn-area {
    width: 100%;
  }
  .note-all-select-type .c-button--primary-white, .note-all-btn-area .c-button--primary-white, .note-all-btn-area .c-button--primary-blue {
    margin-bottom: 15px;
  }
  .note-all-select-type .c-button--primary-white::after, .note-all-select-from .c-button--primary-white::after, .note-all-btn-area .c-button--primary-white::after, .note-all-btn-area .c-button--primary-blue::after {
    right: 10px;
  }
  .p-all-model__link-category {
    width: 100%;
    margin: calc(var(--p-all-model-gap)*2) auto;
  }
  .lineup-lead {
    font-size: 14px;
    line-height: 1.4;
  }
}
.note-all-ranking {
  --grid-gap-x: 0.5rem;
}
@media screen and (max-width:767px) {
  .note-all-ranking .grid-x {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .note-all-ranking .grid-margin-x > .small-12 {
    width: calc(90% - var(--grid-gap-fluid) * 2);
  }
}
.note-all-ranking .ranking-model__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1rem;
  border: 1px solid #a3a3a3;
  position: relative;
}
.note-all-ranking .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;
}
.note-all-ranking .ranking-model__item:nth-child(1)::before {
  content: "1";
  background: #e2cc3a padding-box;
}
.note-all-ranking .ranking-model__item:nth-child(2)::before {
  content: "2";
  background: #bababa padding-box;
}
.note-all-ranking .ranking-model__item:nth-child(3)::before {
  content: "3";
  background: #e2a15c padding-box;
}
.note-all-ranking .ranking-model__image {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.note-all-ranking .ranking-model__catchcopy {
  margin: 0.75rem 0 0.5rem;
  font-size: 14px;
}
.note-all-ranking .ranking-model__pname {
  margin: 0.75rem 0 0.5rem;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 900;
}
.note-all-ranking .ranking-model__spec {
  margin: 0.75rem 0 0.5rem;
  font-size: 12px;
}
.note-all-ranking .ranking-model__spec tr:nth-child(even) th, .note-all-ranking .ranking-model__spec tr:nth-child(even) td {
  background: #eee;
}
.note-all-ranking .ranking-model__spec th, td {
  padding: 0.25em 0.4em;
}
.note-all-ranking .ranking-model__spec th {
  text-align: right;
  white-space: nowrap;
}
.note-all-ranking .ranking-model__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: auto;
  font-size: 24px;
  font-weight: 700;
  color: #e43344;
}
.note-all-ranking .ranking-model__price .yen {
  font-size: 16px;
}
.note-all-ranking .ranking-model__button {
  margin-top: 0.5rem;
}
.note-all-ranking .ranking-model__button a {
  width: 100%;
}
.note-all-ranking .article_list_wrap h2:first-of-type {
  display: block;
}
.note-all-ranking #ranking-to-lineup__wrapper h2 {
  text-align: center;
}
.note-all-ranking #ranking-to-lineup__wrapper {
  text-align: center;
}
@media screen and (max-width:767px) {
  .note-all-ranking .ranking-model__image {
    width: 50%;
  }
  .grid-x.ranking-model {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
/*250604　タイトル用*/
.note-all-ranking__inr .title {
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
}
.note-all-ranking__inr .title h2 {
  font-size: 36px;
  color: #001e60;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  letter-spacing: calc((60 * 1em) / 1000);
}
.note-all-ranking__inr .title p {
  font-size: 22px;
  color: #001e60;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
}
.note-all-ranking__inr .title .margin-noh2 {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .note-all-ranking__inr .title {
    margin: 0 0 14px 0;
  }
  .note-all-ranking__inr .title h2 {
    font-size: 24px;
  }
  .note-all-ranking__inr .title p {
    font-size: 4vw;
    margin-top: 6px;
  }
  .note-all-ranking__inr .title .margin-noh2 {
    margin-top: 30px;
  }
}
/*250604　白黒ボタン用*/
.ranking-model__item .ranking-model__button .c-button--primary-white {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.ranking-model__item .ranking-model__button .c-button--primary-white::before {
  background-color: #ccc;
  opacity: 0.2;
}
.ranking-model__item .ranking-model__button .c-button--primary-white::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.ranking-model__item .ranking-model__button .c-button--primary-black {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.ranking-model__item .ranking-model__button .c-button--primary-black::before {
  background-color: #a3a3a3;
  opacity: 0.3;
}
.ranking-model__item .ranking-model__button .c-button--primary-black::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.gamepc-btn-area .c-button--primary-blue {
  width: 75%;
  margin: 20px auto;
  font-size: 24px;
  height: 70px;
}
.pulldown-wrapper {
  margin: 20px 0;
}
.note-all-select-from .c-button--primary-white {
  width: 100%;
}
.p-note-all__select-from details ul, .note-all-select-from details ul {
  z-index: 5;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
}
.p-note-all__select-from .c-button--primary-white {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  font-size: 16px;
  border-color: #ececec;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  align-items: baseline;
  gap: 2px;
  white-space: nowrap;
}
.p-note-all__select-from details[open] ul, .note-all-select-from details[open] ul {
  opacity: 1;
}
.p-note-all-select-from ul li .c-button--primary-white {
  width: 100%;
  color: #001e60;
  font-size: 18px;
  height: 40px;
}
.p-note-all__select-from details[open] ul li .c-button--primary-white, .note-all-select-from details[open] ul li .c-button--primary-white {
  border: none;
  border-radius: 0;
}
.p-note-all__select-from details[open] ul li:nth-child(even) .c-button--primary-white, .note-all-select-from details[open] ul li:nth-child(even) .c-button--primary-white {
  background: #f6f6f6;
}
.p-note-all__select-from details summary.c-button--primary-white::after, .note-all-select-from details summary.c-button--primary-white::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}
.p-note-all__select-from details[open] summary.c-button--primary-white::after, .note-all-select-from details[open] summary.c-button--primary-white::after {
  transform: rotate(-135deg);
}
.h4-250421 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.p-top-ranking-model-swiper__navigation-prev, .p-top-ranking-model-swiper__navigation-next {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pulldown-wrapper .c-button--primary-white {
    margin-bottom: 10px;
  }
  .gamepc-btn-area .c-button--primary-blue {
    font-size: 16px;
  }
  .p-top-ranking-model-swiper__navigation-prev, .p-top-ranking-model-swiper__navigation-next {
    display: flex !important;
  }
  .p-note-all__select-from .c-button--primary-white {
    height: auto;
    padding: 15px 10px;
    font-size: 16px;
    border-color: #ececec;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1;
    align-items: baseline;
    gap: 2px;
    white-space: nowrap;
  }
  .p-note-all__select-from details[open] ul li .c-button--primary-white {
    height: auto;
    padding: 20px 11px;
    font-size: 16px;
    height: 50px;
    margin-bottom: 0px;
  }
  .p-note-all__select-from details[open] ul {
    opacity: 1;
    margin-top: -9px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
　ドスパラ　ノートパソコン診断
----------------------------------------------------*/
:root {
  --diagnosis-button-prev-height: 33px;
}
.diagnosis img {
  max-width: 100%;
}
.diagnosis-intro {
  margin: 2rem 0;
  font-size: 1.2rem;
}
.diagnosis-swiper-wrapper {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  user-select: none;
}
.diagnosis-swiper {
  padding-bottom: calc(var(--diagnosis-button-prev-height) + 2rem);
  position: relative;
  overflow: hidden;
}
.diagnosis-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.diagnosis-swiper__question {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.diagnosis-swiper .c-button {
  width: 100%;
  height: auto;
  max-width: unset;
  min-height: 50px;
  padding: 0.5rem;
  flex-direction: column;
  gap: 0.5rem;
}
.diagnosis-swiper .c-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.diagnosis-swiper .swiper-button-prev {
  width: fit-content;
  height: var(--diagnosis-button-prev-height);
  padding: 0 1rem 0 2rem;
  background: #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  left: 0;
}
.diagnosis-swiper .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(135deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #484848;
}
@media screen and (max-width: 767px) {
  .diagnosis-swiper-wrapper {
    padding: 1rem;
  }
  .diagnosis-swiper__question {
    margin: 0 0 1rem;
  }
  .diagnosis-swiper {
    padding-bottom: calc(var(--diagnosis-button-prev-height) + 1rem);
  }
}

/*----------------------------------------------------
　ノートパソコンの選び方解説
----------------------------------------------------*/
.note-all__select-point{
  overflow: hidden;
}
.note-all__select-point-slider{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.note-all__select-point-slider .swiper-container{
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}
.note-all__select-point-slider .swiper-slide{
  width: 500px;
  height: auto;
  padding: 30px;
  background: linear-gradient(to right, #e0e0e0 0%, #efefef 100%);
  border-radius: 20px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 30px;
  filter: drop-shadow(0px 0px 5px #eee);
}
.note-all__select-point-slider-thumb{
  width: calc(100% + 30px + 30px);
  margin: -30px;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
}
.note-all__select-point-slider-title{
  font-size: 20px;
  font-weight: 700;

  line-height: 1.6;
}
.note-all__select-point-slider-body{
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.7;
}
.note-all__select-point-slider-link {
  margin-top: auto;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.note-all__select-point-slider-link .c-button{
  background-color: #666;
  min-width: 270px;
  width: 340px;
  height: 40px;
  border-radius: 40px;
  
}
.note-all__select-point-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;
}
.note-all__select-point-slider-button::after {
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.note-all__select-point-slider-button::before{
  background-color: #999
}
.note-all__select-point-slider-button--next {
  right: 0;
  transform: rotate(45deg);
}
.note-all__select-point-slider-button--prev {
  right: 80px;
  transform: rotate(-135deg);
}
.note-all__select-point-slider-button.swiper-button-disabled {
  background: rgba(220, 220, 220, 0.5);
  cursor: default;
}
.note-all__select-point-slider-body ul{
  margin-left: 1rem;
  list-style: disc;
}
.note-all__select-point-slider-body *+p,.note-all__select-point-slider-body *+ul,.note-all__select-point-slider-body *+h3{
  margin-top: 1rem;
}
@media screen and (max-width:767px){
  .note-all__select-point-slider {
    width: calc(100% - 30px);
  }
  .note-all__select-point-slider .swiper-slide{
    width: 297px; 
    padding: 20px;
    gap: 20px;
  }
  .note-all__select-point-slider-thumb{
    width: calc(100% + 20px + 20px);
    margin: -20px;
    margin-bottom: 20px;
  }
  .note-all__select-point-slider-title{
    font-size: 4.27vw;
  }
  .note-all__select-point-slider-body{
    font-size: 3.2vw;
  }
  .note-all__select-point-slider-link{
    gap: 5px;
  }
  .note-all__select-point-slider-link .c-button{
    padding-right: 10px;
    font-size: 3.2vw;
    height: 8.53vw;
  }
  .note-all__select-point-slider-link .c-button::after{
    right: 11.31px;
  }
}