@charset "utf-8";
/*-------------------------------------
全体
---------------------------------------*/
.seo-article{
  width:100%;
  position:relative;
  font-size: clamp(14px, 0.83rem + 0.23vw, 16px);
  line-height: 1.2;
}
.seo-article p{
  line-height: 1.8;
}
.seo-article p + p{
  margin-top:5px;
}

.seo-article img{
  width:100%;
  object-fit: contain;
  margin:auto;
}

.seo-article .c-button{
  width:100%;
}

/*-------------------------------------
全体レイアウト
---------------------------------------*/
.content-section {
  position:relative;
  padding: clamp(30px, 1.193rem + 3.41vw, 60px) 0;
  margin: 0;
  width:100%;
  text-align:center;
}
.content-section.bkg-blue{
  background:#ecf8fd;
}

.content-section .u-pc-width{
  width:94vw;
  max-width:1140px;
  text-align:left;
  margin:auto;
  padding:0;
}

.content-section p{
  line-height:1.8;
}


/*------------
ページトップリード
------------*/
.content-section .lead-ttl {
  font-size: clamp(20px, 1.068rem + 0.91vw, 28px);
  font-weight: bold;
  border-bottom: 2px solid #004da1;
  padding-bottom: 0.4rem;
  margin-bottom: 1.375rem;
  line-height: 1.5;
  text-align: left;
}

/*------------
●数字タイトル
------------*/
.p-gamepc-compact__h2{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  font-weight: bold;
  font-size: min(3.8vw, 28px);
  color: #484848;
  margin-bottom: 1.5em;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.025em;
  font-style: normal;
}
.p-gamepc-compact__h2__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #004da1;
  color: #fff;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-gamepc-compact__h2 {
    font-size: 20px;
    gap: 4px;
  }
  .p-gamepc-compact__h2__num {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}

/*------------
サブセクション
------------*/
.sub-section{
  margin-top:clamp(20px, 0.795rem + 2.27vw, 40px);
  width:100%;
}
.sub-ttl{
  font-size: clamp(18px, 1.034rem + 0.45vw, 22px);
  font-weight: 700;
  border-bottom: 2px solid #004da1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}



/*------------
角丸コラム
------------*/
.content-column{
  width:100%;
  margin:20px auto;
  padding:20px;
  background:#f2f8ff;
  border-radius: 8px;
}
.bkg-blue .content-column{
  background:#fff;
}
.column-ttl{
  font-size: clamp(16px, 0.83rem + 0.73vw, 22px);
  font-weight: 700;
  color: #004da1;
  margin-bottom:10px;
}
.column-img{
  width:100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom:10px;
}
.column-list li{
  margin-left:2em;
  list-style: disc;
}
.column-list li + li{
  margin-top:5px;
}

/*------------
TABLE
------------*/
.table-wrapper{
  width:100%;
  margin-top:20px;
}

.table-info{
  width:100%;
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
}
.table-info th,
.table-info td{
  padding:5px 10px;
  border:1px solid #ccc;
  vertical-align: middle;
}
.table-info th{
  white-space: nowrap;
  background: #f3f3f3;
  font-weight:700;
  text-align:center;
}
.table-info td{
  background: #fff;
  text-align: left;
}

/*------------
flex-wrapper
------------*/
.content-section .flex-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0;
}
.content-section .flex-wrapper .flex-item-01 {
  width: 50%;
}
.content-section .flex-wrapper .flex-item-02 {
  width: 80%;
}
.content-section .flex-wrapper .flex-item-03 {
  width: 20%;
}


@media screen and (max-width: 767px) {
  .content-section .u-pc-width .flex-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .content-section .flex-wrapper .flex-item-01,
  .content-section .flex-wrapper .flex-item-02,
  .content-section .flex-wrapper .flex-item-03 {
    width: 100%;
  }
  .content-section .flex-wrapper .flex-item-03 {
    text-align: center;
  }
  .seo-article .content-section .flex-wrapper .flex-item-03 img {
    width: 60%;
  }
}

/*-------------------------------------
よくある質問
---------------------------------------*/
  .p-top-faq__list {
    interpolate-size: allow-keywords;

    display: flex;
    flex-wrap: wrap;
  }

  .p-top-faq__list-item {
    width: calc(100% - 20px);
    height: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .p-top-faq__list .p-top-faq__list-item:first-of-type {
    border-top: 1px solid #f1f1f1;
    ;
  }

  .p-top-faq__list-item details summary {
    cursor: pointer;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    list-style: none;
    position: relative;
    display: block;
    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.125rem, 1.08rem + 0.23vw, 1.25rem);
    line-height: 1;
    color: #004da1;
    padding-right: 10px;
    position: relative;
    top: 0px;
  }

  .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: #e5f6fc;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
  }

  .p-top-faq__list-item-body .text-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
  }

  .p-top-faq__list-item-body .text-wrapper .faq-image {
    width: 20%;
    min-width: 192px;
    margin-left: auto;
  }

  .p-top-faq__list-item-body .text-wrapper .faq-image img {
    width: 100%;
  }

  @media (max-width: 768px) {
    .p-top-faq__list-item-body .text-wrapper {
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
    }

    .p-top-faq__list-item-body .text-wrapper .faq-image {
      width: 100%;
      margin-left: 0;
    }
  }


  @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 0px;
    }

    .p-top-faq__list-item details summary {
      font-size: 14px;
      padding-right: 30px;
      grid-template-columns: 36px 1fr;
      text-indent: -40px;
      padding: 0 40px 0;
    }

    details summary span {
      font-size: 24px;
    }

    .p-top-faq__list-item details summary::after {
      right: 10px;
      width: 8px;
      height: 8px;
    }

    .search-result-top-footer-wrapper {
      padding: 20px 0px;
    }

    .p-top-faq__list-item details summary {
      font-size: 14px;
      text-indent: -27px;
      padding: 0 25px 0 30px;
    }

    .p-top-faq__list-item details summary span {
      font-weight: bold;
      font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
      line-height: 1;
      color: #004da1;
      padding-right: 5px;
      position: relative;
      top: 0px;
    }
  }



/*-------------------------------------
お役立ち情報
---------------------------------------*/
.tips-slider-wrapper {
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width:767px) {
  .c-top-slider-section {
    padding: 0 10px 20px 10px !important;
    margin-bottom: 0;
  }
}


/*-------------------------------------
トップボタン
---------------------------------------*/
#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;
}

/*-------------------------------------
KV
---------------------------------------*/
.kv-section {
  padding-top:20px;
}

.kv-section .h1-wrapper {
  display: flex;
  justify-content: center;
}

.kv-section h1 {
  display: block;
  text-align: center;
  font-size: clamp(18px, 0.716rem + 2.05vw, 36px);
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
}

.kv-section h1 span {
  color: #ff3;
}

@media screen and (max-width: 767px) {
  .kv-section {
    padding-top:0;
  }
}

/*-----------
更新日、SNSボタン
-----------*/
.block-date{
  width:100%;
  margin:clamp(20px, 0.795rem + 2.27vw, 40px) 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.cts-article-block{
  white-space:nowrap;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
}
.cts-article-block time{
  padding-right:1em;
}

@media screen and (max-width: 767px) {
  .block-date{
    flex-direction: column;
    gap:var(--gap-ss);
  }
  .block-sns,
  .cts-article-block{
    width:100%;
    text-align:left;
  }
}

/*-------------------------------------
目次
---------------------------------------*/
.p-gamepc-compact__index {
  padding: 44px 20px 38px 54px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
}

.p-gamepc-compact__index__inner {
  display: flex;
  align-items: center;
  gap: 54px;
}

.p-gamepc-compact__index__title {
  max-width: 131px;
}

.p-gamepc-compact__index__title img {
  width: 100%;
  height: auto;
}

.p-gamepc-compact__index__table a {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 0.1em 0.5em 0.1em 1.6em;
  text-indent: -1.1em;
}

.p-gamepc-compact__index__table li:not(:first-child) {
  margin-top: 6px;
}

.p-gamepc-compact__index__table a:hover {
  background: #004da1;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .p-gamepc-compact__index {
    padding: 44px 10px;
  }

  .p-gamepc-compact__index__inner {
    flex-direction: column;
    gap: 15px;
  }

  .p-gamepc-compact__index__table li:not(:first-child) {
    margin-top: 11px;
  }

  .p-gamepc-compact__index__table a {
    font-size: 16px;
  }
}

/*-------------------------------------
ボトムリンク
---------------------------------------*/
.bottom-link-wrapper{
  width:100%;
  gap:40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

@media screen and (max-width: 767px) {
  .bottom-link-wrapper{
    gap:20px;
    grid-template-columns: repeat(1,1fr);
  }
  .bottom-link-wrapper .c-button::after {
    right: 15px;
  }
}

/*-------------------------------------
商品リスト上書き調整
---------------------------------------*/
.content-section .gamepc-title {
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  line-height:1.2;
  font-weight: bold;
  color: #fff;
  border-radius: 2em;
  padding: 0.6em 0.3em;
  background-color: #004da1;
  display: block;
  width: 100%;
  max-width: 600px;
  margin:0 auto;
  text-align: center;
}

.p-area-add-wish-list{
  display: none !important; 
}
.c-include-search-result--device .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  display: none !important;
}
.c-include-search-result--device .p-products-all-item-product__spec__body table tr:nth-of-type(n+5) {
  display: none !important;
}
.p-products-all-item-product__spec__item{
  display:none !important; 
}

.product-block{
  margin-top:20px;
  padding:20px 0;
}
.product-block + .product-block{
  margin-top:0;
}

.link-txt{
  text-align:right;
}

.c-include-search-result--variant {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .product-block{
    background:#f6f6f6;
    width:100vw;
    margin-left:-3vw;
    padding:20px 3vw;
  }

  .c-include-search-result--variant .productMoreGrid,
  .c-include-search-result--wrap .productMoreGrid {
    gap: 10px;
    background:#f6f6f6;
    margin: 0 auto;
    overflow:hidden;
    flex-wrap: wrap;
  }
  .c-include-search-result .productMoreGrid .p-products-all-item__item {
    max-width: calc((100% - 15px) / 2);
    background:#fff;
    padding:10px;
    border-radius: 10px;
  }

  .c-include-search-result--variant .productMoreGrid .p-products-all-item__item::after,
  .js-accordionOpen-search.is-open + .p-products-all-item-product__spec__body.over-seven-specs::after {
    display: none;
  }
  .horizontal-swipe-area {
    margin-bottom: 25px;
  }
  .c-include-search-result .p-products-all-item-product__spec__title {
    display: none;
  }
  .c-include-search-result .p-products-all-item-product__spec__body {
    border: none;
    padding: 0;
  }
}