@charset "utf-8";

#lp_page {
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}

#pagetop a {
  background-color: rgba(51, 51, 51, .8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}


.flex-wrapper-01 {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.kv-wrapper {
  width: 100%;
}

.kv-wrapper img {
  width: 100%;
}

@media screen and (max-width: 767px)  {
  .c-section .u-pc-width {
    padding: 0 4vw;
  }
  .flex-wrapper-01 {
    flex-direction: column;
    gap: 15px;
  }
  .kv-wrapper {
    max-height: none;
  }
}

.content-01,
.content-02,
.content-03,
.content-04,
.content-05 {
  padding: 50px 0;
}

.page-main-text {
  font-size: 14px;
}

  .btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }

  .btn-wrapper .c-button--primary-blue,
  .btn-wrapper .c-button--primary-white{
    width: 50%;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }

  .btn-wrapper .c-button--primary-blue span,
  .btn-wrapper .c-button--primary-white span {
    display: block;
    font-size: 12px;
  }
  

  .btn-wrapper .anchor-link::after {
    transform: rotate(45deg);
  }

  @media screen and (max-width: 767px) {
    .btn-wrapper .c-button--primary-blue,
    .btn-wrapper .c-button--primary-white{
      width: 100%;
    }
  }

  .c-button--primary-blue::after {
    right: 20px;
  }


/*見出し系--------------------------------*/
.content__h2 {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: bold;
  color: #484848;
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.025em;
  font-style: normal;
}

.content__h2 .small-font {
  font-size: clamp(1rem, 0.875rem + 0.625vw, 1.5rem);
}

.content__h2 .color-font,
.color-font {
  color: #e43344;
}

.color-font2 {
  color: #00996c;
}

/*content-01--------------------------------*/
.content-01 .lead-text-wrapper {
  margin-bottom: 2rem;
}
.content-01 .lead-text-wrapper p {
  text-align: left;
}
.content-01 .lead-text-wrapper .lead-text {
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  padding-bottom: 1rem;
}

.content-01 .lead-text-wrapper .lead-text span {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
        padding: 0 .5rem;
    background: linear-gradient(to top, rgba(255, 230, 0, 0.8) 0%, rgba(255, 230, 0, 0.8) 50%, transparent 30%);
}

.content-01 .example-flow-limit {
  width: 100%;
  background-color: #e5f6fc;
  padding: 1.5rem 2rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-bottom: 40px;
}

.content-01 .example-flow-limit h3 {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}

.content-01 .example-flow-limit img {
  width: 100%;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px)  {

}


/*content-02--------------------------------------------*/

.content-02 {
  background-color: #e5f6fc;
}

.content-02 h3 {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}

.p-gamepc-compact__products {
    margin-top: 30px;
  }

.p-gamepc-compact__products .p-products-all-item {
    outline: none;
    padding-bottom: 10px;
  }

  .p-gamepc-compact__products .u-pc-width {
    display: contents;
  }

  .p-gamepc-compact__products .p-products-all-item__results {
    max-width: 100%;
  }

  .p-gamepc-compact__products .productMoreGrid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    margin: 20px auto;
    width: fit-content;
  }

  .p-gamepc-compact__products .productMoreGrid .p-products-all-item__item {
    max-width: 260px;
    flex: 0 0 auto;
    border: 0;
    padding: 1rem;
    margin: 0;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1rem;
  }

  

  .p-gamepc-compact__products .p-products-all-item-product__image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 250/230;
  }

  .p-gamepc-compact__products .p-products-all-item-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .p-gamepc-compact__products .p-products-all-item-product__name .c-flex {
    justify-content: space-between;
  }

  .p-gamepc-compact__products .p-products-all-item-product__name__text {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .p-gamepc-compact__products .p-products-all-item-product__number {
    font-size: 22px;
  }

  .p-gamepc-compact__products .p-products-all-item-product__spec {
    margin-bottom: 15px;
  }

  .p-gamepc-compact__products .p-products-all-item-product__spec__item {
    min-width: 9em;
    padding: 4px 0;
    margin-right: 10px;
  }

  .p-gamepc-compact__products .p-products-all-item-product__spec__item::after {
    display: none;
  }

  .p-gamepc-compact__products .p-products-all-item-product__spec__text {
    padding: 4px 0;
    font-size: 12px;
    word-break: break-all;
  }

  .p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons {
    margin-top: auto;
    flex-direction: column;
  }

  .p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--detail,
  .p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
    flex: 1 1 auto;
    width: 100%;
    margin: 0 auto;
  }

  .p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
    margin-top: 15px;
  }

  .p-gamepc-compact__products .productMoreGrid .p-products-all-item__item:nth-child(n+5),
  .p-gamepc-compact__products .productMoreButton {
    display: none;
  }

  .p-gamepc-compact__products__footer {
    text-align: right;
  }

  @media screen and (max-width: 1400px) {
    .p-gamepc-compact__products .productMoreGrid {
      grid-template-columns: repeat(2, auto);
    }
  }

  @media screen and (max-width: 979px) {
    .p-gamepc-compact__products .productMoreGrid {
      grid-template-columns: auto;
      gap: 0;
    }

    .p-gamepc-compact__products .productMoreGrid .p-products-all-item__item {
      padding: 15px;
      max-width: none;
    }

    .p-gamepc-compact__products .p-products-all-item__item+.p-products-all-item__item {
      margin-top: 25px;
      padding-top: 25px;
    }

    .p-gamepc-compact__products .p-products-all-item-product__name__text {
      font-size: 14px;
    }

    .p-gamepc-compact__products__footer {
      margin-top: 14px;
    }

    .p-gamepc-compact__products__footer .c-link {
      font-size: 14px;
    }
  }

  @media screen and (min-width: 768px) {
    .p-gamepc-compact__products .p-products-all-item-product {
      display: contents;
    }
  }





/*content-03--------------------------------*/
.content-03 {
  background-color:#f2f8ff;
}

.content-03 .faq-inner-img {
  display: block;
  text-align: center;
  padding: 20px;
  margin: 20px;
  background: #fff;
}

.content-03 .faq-inner-img {
  max-width: 100%;
}
.content-03 .faq-inner-img h4 {
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.25rem);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.content-03 .faq-inner-img .faq-inner-img-flex {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  background: #fff;
  padding: 0;
}

.content-03 .faq-inner-img .faq-inner-img-flex div {
  width: calc((100% - 2rem) / 2);
  background: #fff;
}
.content-03 .faq-inner-img .faq-inner-img-flex div img {
  width: 100%;
}

.content-03 .flex-wrapper-01 .flex-img {
  width: 40%;
  padding: 0;
  margin: 0;
}

.content-03 .flex-wrapper-01 .flex-img img {
  width: 100%;
}

.content-03 .flex-wrapper-01 .flex-text {
  width: 60%;
  padding: 0;
  margin: 0;
}

.content-03 .delivery-icon {
  border: 1px solid #e43344;
    padding: 3px 6px;
    margin: 0 5px;
    background: #fff;
    font-weight: bold;
}

.content-03 .delivery-icon2 {
    padding: 3px 6px;
    margin: 0 5px;
    background: #e5f5f0;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  .content-03 .flex-wrapper-01 .flex-img,
  .content-03 .flex-wrapper-01 .flex-text {
    width: 100%;
  }
  .content-03 .faq-inner-img {
    padding: 10px 0;
    margin: 10px 0;
  }
  .content-03 .faq-inner-img .faq-inner-img-flex {
    flex-direction: column;
    gap: 1rem;
  }

  .content-03 .faq-inner-img .faq-inner-img-flex div {
    width: 100%;
  }

}

/*content-05 --------------------------------*/
.content-05 .grid-container h3 {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.25rem);
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.content-05 .flex-wrapper-01 {
  gap: 20px;
  margin-bottom: 30px;
}

.content-05 .flex-wrapper-01 a {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ececec;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  background: #fff;
}

.content-05 .flex-wrapper-01 a:hover {
  box-shadow: 0 0 4px 0 rgb(0 162 230 / 70%);
  transform: translate(0, -2px);
}

.content-05 .flex-wrapper-01 a .flex-img {
  width: 100%;
  margin: 0 auto;
}

.content-05 .flex-wrapper-01 a .flex-img img {
  width: 100%;
  margin: 0 auto;
}

.content-05 .flex-wrapper-01 a {
  width: calc((100% - 80px) / 4);
      position: relative;
}

.content-05 .flex-wrapper-01 a::after {
    z-index: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
    content: "";
}

.content-05 .flex-wrapper-01 a::before {
    z-index: 1;
    position: absolute;
    right: 7px;
        bottom: 6px;
        width: 8px;
        height: 8px;
    -webkit-transform: scale(1, 0.95) rotate(45deg);
    transform: scale(1, 0.95) rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
}


.content-05 .flex-wrapper-01 a .flex-text {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  text-align: center;
}

.content-05 .grid-container .c-button--primary-blue {
  width: 100%;
}

.content-05 .grid-container02 .c-button--primary-blue {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .content-05 .flex-wrapper-01 {
    gap: 10px;
    margin-bottom: 20px;
  }

  .content-05 .flex-wrapper-01 a {
    width:100%;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }

  .content-05 .flex-wrapper-01 a .flex-img {
    width: 25%;
    margin: 0 auto;
  }
  .content-05 .flex-wrapper-01 a .flex-text {
    flex: 1;
    text-align: left;
  }
  .content-05 .flex-wrapper-01 a .flex-img img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
  }

  .content-05 .grid-container02 .c-button--primary-blue {
    width: 100%;
    margin-top: 20px;
  }
}

/*よくあるご質問--------------------------------------------*/
.p-top-faq__list {
  interpolate-size: allow-keywords;
  /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  padding: 20px 40px;
  margin-top: 30px;
}

.p-top-faq__list-item {
  width: calc(100% - 20px);
  height: 100%;
  padding: 20px 0;
}

.p-top-faq__list-item details summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding-left: 8px;
}

.p-top-faq__list-item details summary::after {
  position: absolute;
  top: calc((100% - 16px) / 2);
  right: 25px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  content: "";
  border-right: 2px solid rgb(72, 72, 72);
  border-bottom: 2px solid rgb(72, 72, 72);
  border-color: rgb(72, 72, 72);
  transition: transform 0.4s;
}

.p-top-faq__list-item details[open] summary::after {
  transform: rotate(-135deg);
}

.p-top-faq__list-item details summary::-webkit-details-marker {
  display: none;
}

.p-top-faq__list-item details summary span {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem);
  line-height: 1;
  color: #004da1;
  padding-right: 8px;
}

.p-top-faq__list-item details {
  &::details-content {
    transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }

  &[open]::details-content {
    opacity: 1;
    height: auto;
  }
}

.p-top-faq__list-item-body {
  margin-top: 20px;
  line-height: 1.8;
}

.p-top-faq__list-item-body div {
  margin: 0;
  background: #f6f6f6;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.p-top-faq__list-item-body .qanda-link {
  color: #00a2e6;
  text-decoration: underline;
}

.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;
    padding: 0;
  }

  .p-top-faq__list-item {
    width: 100%;
    font-size: 14px;
    padding: 20px 10px;
  }

  .p-top-faq__list-item details summary {
    font-size: 14px;
    padding-right: 30px;
    grid-template-columns: 36px 1fr;
  }

  details summary span {
    font-size: 24px;
  }

  .p-top-faq__list-item details summary::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}




/*当日出荷モデル 短納期パソコン一覧------------------------------------------------------*/
.serch-contents-title {
  background: #004da1;
  padding: 16px 0;
}

.serch-contents-title h2 {
    font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.025em;
    font-style: normal;
}

  /* タイトル部分---------------------------------------------------------------------------------------------------*/
  .category-page-title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
  }

  .category-page-title h1 {
    padding-right: 150px;
    padding-left: 150px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    color: #484848;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1.92px;
  }

  @media screen and (max-width: 767px) {
    .category-page-title {
      padding: 20px 15px 20px 15px;
    }

    .category-page-title h1 {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 4vw;
      letter-spacing: 1.32px;
    }
  }



  /*サイドメニュー位置調整*/
  .p-side-menu{
    margin-top:40px;
  }
  /*取得する商品詳細の項目数を4つに指定*/
  .p-products-all-item-product__spec__body > table tr:nth-child(n+5) {
    display: none;
  }
