@charset "UTF-8";

/*-------------------------------------
     基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#lp_page a img {
  transition: all .2s ease-in-out;
}

#lp_page a:hover img {
  transform: scale(1.05, 1.05);
}

#lp_page .p-parts-sub__recommend-list--txt .name {
  color: #484848;
}

.section__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
  padding-right: 20px;
  padding-left: 20px;
}

.section__inner h2 {
  margin-bottom: 60px;
  text-align: center;
}

.section__inner h2 img {
  max-width: 100%;
  height: 30px;
}

@media (min-width: 768px) {
  .section__inner {
    padding: 80px 0;
    padding-right: calc(20px + 100 * (100vw - 769px) / 671);
    padding-left: calc(20px + 100 * (100vw - 769px) / 671);
  }

  .section__inner h2 {
    margin-bottom: 80px;
  }

  .section__inner h2 img {
    height: auto;
  }
}

/*-------------------------------------
     メインビジュアル
---------------------------------------*/
.main-visual img {
  width: 100%;
}

/*-------------------------------------
     自作パソコンのメリット
---------------------------------------*/
.merit .section__inner {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .merit .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.merit .section__inner h2 img {
  height: auto;
}

.merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
}

.merit_list__item {
  width: 100%;
  padding: 24px;
  outline: 3px solid #004da1;
  border-radius: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit_list__item {
    padding: 16px;
  }
}

.merit_list__item h3 {
  margin-bottom: 24px;
}

.merit_list__item h3 img {
  max-width: 100%;
  height: auto;
}

.merit_list__item p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.merit_list__item .icon-merit {
  padding: 30px 0 54px 0;
}

@media screen and (max-width: 767px) {
  .merit_list__item .icon-merit {
    padding: 0 0 20px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .merit_list {
    flex-wrap: nowrap;
    gap: 16px 16px;
  }

  .merit_list__item p {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .merit_list {
    flex-wrap: nowrap;
    gap: 24px 24px;
  }

  .merit_list__item p {
    font-size: 24px;
  }
}

/*-------------------------------------
     自作パソコン作例
---------------------------------------*/
.sample {
  padding: 60px 0 20px 0;
  background: url(../images/bg-sample.webp);
  background-size: cover;
}

.sample h2 {
  margin-bottom: 0;
  text-align: center;
}

.sample h2 img {
  height: 30px;
}

.sample-slide {
  height: auto;
  background: url(../images/box02_bg_sp.webp) top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sample-slide .body {
  padding: 0 10px 100px 10px;
}

.sample-slide-image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.sample-slide-image img {
  width: 100%;
  height: auto;
}

.sample-slide-thumbnails {
  margin: 0 auto;
  display: flex;
  grid-gap: 2px;
}

.sample-slide-thumbnails a {
  display: inline-flex;
}

.sample-slide-thumbnails a img {
  width: 100%;
  height: auto;
}

.sample-slide-contents-text {
  max-width: 100%;
  margin: 10px;
  font-size: 18px;
  padding: 165px 0 0;
  color: #11141b;
  text-align: center;
  line-height: 1.6;
}

.sample-slide-contents-text span {
  color: #fff;
  background: #11141b;
}

@media (min-width: 640px) and (max-width: 768px) {
  .sample {
    padding: 80px 0;
  }

  .sample h2 img {
    height: auto;
  }

  .sample-slide-image,
  .sample-slide-thumbnails {
    width: 520px;
  }

  .sample-slide-thumbnails {
    column-gap: 10px;
  }

  .sample-slide-contents-text {
    margin: 0 auto 0;
    padding: 220px 20px 20px;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .sample {
    padding: 80px 0;
  }

  .sample h2 img {
    height: auto;
  }

  .sample-slide {
    height: 1330px;
    background: url(../images/box02_bg.webp) center;
  }

  .sample-slide .body {
    padding: 50px 10px;
  }

  .sample-slide-image,
  .sample-slide-thumbnails {
    width: 800px;
  }

  .sample-slide-thumbnails {
    column-gap: 10px;
  }

  .sample-slide-contents-text {
    margin: 0 auto 0;
    padding: 260px 0 20px;
    font-size: 24px;
  }
}

/*-------------------------------------
     初めてでも安心！パーツセット
---------------------------------------*/
.parts-set {
  background: #dbf2fb;
}

.parts-set h2 img {
  width: 100%;
  height: auto;
}

.parts-set-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.parts-set-buttons__item {
  width: 100%;
}

.parts-set-buttons__item img {
  width: 100%;
}

@media (min-width: 768px) {
  .parts-set h2 img {
    width: auto;
    height: auto;
  }

  .parts-set-buttons {
    flex-wrap: nowrap;
  }
}

/*-------------------------------------
     モデルリスト
---------------------------------------*/
#standard-model {
  background: url(../images/bg-standard-model.webp) center;
  background-repeat: no-repeat;
  background-size: cover;
}

#white-model {
  background: url(../images/bg-white-model.webp) center;
  background-repeat: no-repeat;
  background-size: cover;
}

#standard-model h2 img,
#white-model h2 img {
  height: 50px;
}

#standard-model .model-caption,
#standard-model .model-list__category {
  color: #fff;
}

.model-caption {
  margin-bottom: 60px;
  text-align: center;
  font-size: clamp(14px, 3.73vw, 20px);
  line-height: 1.6;
}

.model-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.model-list__item {
  /* width: 100%; */
  width: calc((100% - 20px) / 2);
  display: inline-flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .model-list__item {
    width: calc((100% - 30px - 30px) / 3);
  }
}

/* #standard-model .model-list__item,
#white-model .model-list__item {
  width: calc((100% - 20px) / 2);
} */

.model-list__category {
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
}

.model-list__item a {
  background-color: #fff;
  border: 1px solid #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  padding: 34px 0 18px;
  position: relative;
  text-align: left;
  width: 100%;
}

.model-list__item a::before {
  border-color: #fff;
}

.model-list__item a::after {
  background: #004da1;
}

.model-list__item a .pickup {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff7b2f;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .model-list__item a .pickup {
    font-size: 13px;
    padding: 6px 16px;
  }
}

.model-list__item a img {
  max-width: 70%;
}

.model-list__item .p-parts-sub__recommend-list--img {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .model-list__item .p-parts-sub__recommend-list--img {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {

  #standard-model h2 img,
  #white-model h2 img {
    height: auto;
  }

  .model-list {
    gap: 30px 30px;
  }

  .model-list__item a {
    padding: 50px 0 27px;
  }

  .model-list__item .p-parts-sub__recommend-list--img {
    margin-bottom: 50px;
  }
}


/*-------------------------------------
     パーツ合計
---------------------------------------*/
.price-total {
  background: #fff;
  border: 1px solid #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  color: #484848;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 40px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .price-total {
    font-size: 18px;
    margin-top: 20px;
  }
}

.total {
  color: #e43344;
  font-size: 50px;
  letter-spacing: 1px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .total {
    font-size: 30px;
  }
}

.total span {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .total span {
    font-size: 18px;
  }
}

/*-------------------------------------
     スタッフオススメの構成
---------------------------------------*/
.staff-recommend {
  /* background: #0044a5; */
  background-image: repeating-linear-gradient(45deg, #0044a5, #0044a5 10px, #0059b3 10px, #0059b3 20px);
  color: #fff;
}

.staff-recommend .section_ttl_sub {
  color: #fff;
}

/*-------------------------------------
     あったら便利なサプライグッズ
---------------------------------------*/
.supply-goods-title {
  background: url(../images/bg-supply-goods-h2.png);
  background-size: 20px;
  border-top: 60px solid #dbf2fb;
}

.supply-goods-title h2 {
  margin-bottom: 0;
}

.supply-goods-title h2 img {
  height: 50px;
}

.supply-goods__item {
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  border: 4px solid #004da1;
  border-radius: 4px;
}

.supply-goods__item+.supply-goods__item {
  margin-top: 50px;
}

.supply-goods__item h3 {
  margin: 1.6em 0 1em 0;
  font-size: 18px;
  font-weight: 700;
}

.supply-goods__item .model-list {
  width: 100%;
}

.supply-goods__item .model-list+div {
  width: 100%;
}

.supply-goods__item .model-list+div p {
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 640px) and (max-width: 768px) {
  .supply-goods-title {
    border-top: 80px solid #dbf2fb;
    background-size: 33px;
  }

  .supply-goods-title h2 img {
    height: auto;
  }

  .supply-goods__item {
    flex-wrap: nowrap;
  }

  .supply-goods__item h3 {
    margin: 1em 0;
    font-size: 24px;
  }

  .supply-goods .model-list {
    width: 240px;
    flex-shrink: 0;
  }

  .supply-goods .model-list__item {
    width: 100%;
  }

  .supply-goods .model-list+div p {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .supply-goods .section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .supply-goods-title {
    border-top: 80px solid #dbf2fb;
    background-size: 33px;
  }

  .supply-goods-title h2 img {
    height: auto;
  }

  .supply-goods__item {
    padding: 21px 35px;
    flex-wrap: nowrap;
    column-gap: 35px;
    border: 8px solid #004da1;
    border-radius: 8px;
  }

  .supply-goods__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .supply-goods__item+.supply-goods__item {
    margin-top: 80px;
  }

  .supply-goods__item h3 {
    margin: 1em 0;
    font-size: 36px;
  }

  .supply-goods .model-list {
    width: 340px;
    flex-shrink: 0;
  }

  .supply-goods .model-list__item {
    width: 100%;
  }

  .supply-goods .model-list+div p {
    font-size: 24px;
  }
}

/*-------------------------------------
     困ったときの組み立て動画ガイド
---------------------------------------*/
.guide {
  background: url(../images/bg-guide.png);
  background-size: 20px;
}

.guide .section__inner {
  width: 100%;
  padding: 0 0 60px 0;
}

.guide h2 {
  margin: 0;
  padding: 10px;
}

.guide h2 img {
  height: 128px;
}

.guide h3 img {
  width: 100%;
}

.guide p img {
  height: auto;
  width: 100%;
}

.guide__item {
  padding: 60px 10px;
  background: #fff;
  /*
    .c-button--youtube {
      margin: 30px auto 0;
      width: 100%;
      max-width: 286px;
      height: 50px;
      justify-content: flex-start;
      border: none;
    }
    a.c-button--youtube span {
      color: #fff !important;
      font-size: 16px;
      font-weight: bold;
      padding-left: 28px;
    }
    .c-button--youtube:after {
      content: "";
      border-color: unset;
      border-right: unset;
      border-bottom: unset;
      transform: unset;
      top: calc(50% - 14px);
      right: 24px;
      background-image: url(../images/icon-button-channel.png);
      background-size: contain;
      width: 28px;
      height: 28px;
    }
    .c-button--over:before {
      -webkit-animation: c-button-animation-over ease-out .4s both;
      animation: c-button-animation-over ease-out .4s both;
    }
    .c-button--out:before {
      -webkit-animation: c-button-animation-out ease-in .4s both;
      animation: c-button-animation-out ease-in .4s both;
    }

    @-webkit-keyframes hover-flash {
      0% {
        opacity: .4;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes hover-flash {
      0% {
        opacity: .4;
      }
      100% {
        opacity: 1;
      }
    }

    @-webkit-keyframes c-button-animation-over {
      0% {
        left: -168%;
      }
      100% {
        left: -18%;
      }
    }
    @keyframes c-button-animation-over {
      0% {
        left: -168%;
      }
      100% {
        left: -18%;
      }
    }
    @-webkit-keyframes c-button-animation-out {
      0% {
        left: -18%;
      }
      100% {
        left: 168%;
      }
    }
    @keyframes c-button-animation-out {
      0% {
        left: -18%;
      }
      100% {
        left: 168%;
      }
    }
*/
}

.guide__item h4 {
  font-size: min(6vw, 28px);
  font-weight: 700;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
  letter-spacing: 1.15px;
}

.guide__item .video-area {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
}

.guide__item .video-area img {
  max-width: 100%;
}

.guide__item .link-area {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.guide__item.fpsojisan {
  /*
      .c-button--youtube {
        background-color: #1c40ff;
      }
      .c-button.c-button--youtube::before {
        background-color: #869bf8;
      }
      */
}

.guide__item.fpsojisan h4 span {
  color: rgba(0, 0, 0, 0);
  background: #1da1e6;
  background: -webkit-linear-gradient(right, #00278a, #0d5cb2, #1da1e6);
  background: linear-gradient(to right, #00278a 40%, #0d5cb2 50%, #1da1e6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guide__item.fpsojisan .video-area {
  box-shadow: 5px 5px 0px #00278a;
}

.guide__item.gradeon {
  /*
      .c-button--youtube {
        background-color: #cf0000;
      }
      .c-button.c-button--youtube::before {
        background-color: #f88686;
      }
      */
}

.guide__item.gradeon h4 {
  background: url(../images/bg-gradeon.png) no-repeat 50% 0;
  height: 70px;
}

.guide__item.gradeon .video-area {
  box-shadow: 5px 5px 0px #cf0000;
}

@media (min-width: 768px) {
  .guide {
    background-size: 33px;
  }

  .guide .section__inner {
    padding: 80px 0;
    width: 1200px;
  }

  .guide .section__inner h2 {
    margin: 0 0 80px 0;
    padding: 0;
  }

  .guide .section__inner h2 img {
    height: auto;
    width: auto;
  }
}

/*-------------------------------------
     一式組み立て代行のご案内
---------------------------------------*/
.support {
  background: #ffffe3;
}

.support__item {
  background: #fff;
  border: 3px solid #ffb525;
  border-radius: 8px;
  margin: 0 auto;
  padding: 24px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .support__item {
    padding: 16px;
    width: 100%;
  }
}

.support__item h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .support__item h3 {
    font-size: 20px;
  }
}

.support__item p {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .support__item p {
    font-size: 16px;
  }
}

.support-link {
  display: flex;
  justify-content: center;
}

.support-link img {
  height: 50px;
}


/*-------------------------------------
     クーポン
---------------------------------------*/
.coupon {
  background: url(../images/bg-coupon.webp) no-repeat;
  background-size: cover;
}

.coupon .section__inner h2 img {
  height: auto;
}

.coupon .section__inner p img {
  max-width: 100%;
}

.coupon-caption {
  margin: 1em 0;
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.6;
}

/*-------------------------------------
     hの構成の修正（テキスト化）
---------------------------------------*/
h2.yosan_h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  letter-spacing: 1.3px;
  line-height: 1.4;
}

h2.yosan_h2 span {
  background-image: linear-gradient(to top, #ffe100 0%, #ffe100 15%, transparent 15%);
}

ul.yosan_bnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

ul.yosan_bnr li {
  width: 48%;
}

ul.yosan_bnr li img {
  width: auto;
  max-width: 100%;
}

.section_ttl_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.section_ttl_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 46px;
  font-weight: bold;
  color: #000;
}

.section_ttl_sub img {
  width: fit-content;
}

#standard-model .section_ttl_sub {
  color: #fff;
}

.section_ttl_wing {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  font-size: 46px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.supply-goods .section_ttl_wing {
  color: #fff;
}

.guide .section_ttl_wing span {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.sample h2.yosan_h2 {
  color: #fff;
}

.sample h2.yosan_h2 span {
  background-image: linear-gradient(to top, #00a2e6 0%, #00a2e6 15%, transparent 15%);
}

.merit_list h3 {
  font-size: 36px;
  font-weight: bold;
  border-bottom: 3px solid #212121;
  padding-bottom: 15px;
  letter-spacing: 1.6px;
}

h3:has(.ttl_absolute) {
  position: relative;
}

.ttl_absolute {
  position: absolute;
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  left: 244px;
  font-style: italic;
}

.uncle-fps_ttl {
  top: 50px;
  transform: rotate(-5deg);
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.uncle-fps_ttl span:first-of-type {
  color: #0b5bdb;
  font-size: 1.1em;
}

.uncle-fps_ttl span:last-of-type {
  color: #e60813;
}

.gradeon_ttl {
  top: 30px;
}

.gradeon_ttl span {
  color: #feff55;
  font-size: 1.2em;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .ttl_absolute {
    font-size: 4.2vw;
    left: 20%;
  }

  .uncle-fps_ttl {
    top: 14%;
  }

  .gradeon_ttl {
    top: 8%;
  }
}

@media screen and (max-width: 767px) {
  h2.yosan_h2 {
    font-size: min(5.4vw, 22px);
  }

  .section_ttl_icon img {
    display: none;
  }

  .section_ttl_sub {
    font-size: min(7.4vw, 28px);
  }

  .section_ttl_sub img {
    width: 100%;
    height: auto !important;
  }

  .section_ttl_wing {
    font-size: min(5.4vw, 22px);
  }

  .section_ttl_wing img {
    display: none;
  }

  .merit_list h3 {
    font-size: 6vw;
    letter-spacing: 0;
  }

  .ttl_absolute {
    font-size: 10.6vw;
    left: 8%;
  }

  .uncle-fps_ttl {
    top: 9%;
  }

  .gradeon_ttl {
    top: 13%;
  }
}

/*-------------------------------------
     自作パソコンのQ＆A
---------------------------------------*/
.homebuild-pc_faq {
  background-color: #edfaff;
}

.faq_box {
  margin-bottom: 30px;
  max-width: 880px;
  margin: 0 auto;
}

.faq_list li {
  overflow: hidden;
  border-radius: 30px;
  line-height: 1.6;
}

.faq_list li+li {
  margin-top: 10px;
}

.faq_q {
  padding: 17px 62px;
  display: block;
  position: relative;
  z-index: 1;
  background: #FFF;
  cursor: pointer;
}

.faq_q:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 24px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 3px solid #b7b7b7;
  border-right: 3px solid #b7b7b7;
  transform: rotate(135deg);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.faq_q.faq_open:after {
  transform: rotate(315deg);
  top: 27px;
}

.faq_a:before,
.faq_q:before {
  content: "Q";
  z-index: 1;
  position: absolute;
  background: #004da1;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100px;
  top: 11px;
  left: 14px;
  font-size: 12px;
  margin: auto;
  font-weight: 600;
}

.faq_a {
  display: none;
  padding: 0 20px 13px 61px;
  position: relative;
  z-index: 1;
  background: #FFF;
}

.faq_a:before {
  content: "A";
  background: #00a2e6;
  top: 1px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}

.faq_a p {
  padding-top: 6px;
}

.faq_a p.indent_p {
  text-indent: -1em;
  padding-left: 1em;
}

.faq_a dl dd {
  text-indent: -0.6em;
  padding-left: 1em;
  margin-top: 4px;
  font-size: 90%;
}

/*-------------------------------------
     PCパーツカテゴリ一覧
---------------------------------------*/
.pcparts_category_button {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.p-gaming-pc__condition__button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__button {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-gaming-pc__condition__button+.p-gaming-pc__condition__title {
  margin-top: 40px;
}

.p-gaming-pc__condition__button a {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

/* base.css上書き */
@media screen and (max-width: 767px) {
  #lp_page .p-gaming-pc__condition__button a>span {
    font-size: 13px;
  }

  #lp_page .c-button--primary-white::after {
    right: 10px;
  }
}