@charset "utf-8";
.u-text-center {
  text-align: center;
}
.u-text-large {
  font-size: min(36/750*100vw, 24px);
}
.u-text-small {
  font-size: min(24/750*100vw, 14px);
}

.c-link-white, .c-link-white:visited {
    border-bottom: 1px solid #FFF;
    outline: none;
    color: #FFF;
    cursor: pointer;
}
.c-link-white:hover {
  border-bottom: 1px solid #BBB;
  color: #BBB;
}
.c-button--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

/*基本レイアウト
------------------------------------*/
.p-lightning {
  overflow: hidden;
  line-height: 1.8;
  color: #484848;
  font-size: min(30/750*100vw, 18px);
  /*background-image: url(../images/bg-map.webp);*/
  background:#fff;
}
.p-lightning img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lightning__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-lightning__section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}
.p-lightning__section-white {
  width:100%;
  background: #fff;
}

/*hd
------------------------------------*/
.p-lightning__heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.p-lightning__heading--black {
  color: #484848;
}
.p-lightning__heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: no-repeat url(../images/line-title.webp) center/cover;
}

/*MAP強調赤
  ----------------------------------*/
.map-spotter-red {
  padding: 4px 6px;
  background: #fee;
  color: #e00;
  display: inline-block;
}
.desk-mapB-data .map-spotter-red {
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  font-size: 13px;
}
.p-lightning__lineup__map-header-info .map-spotter-red {
  margin-right: .2em;
}
.p-thirdwave-pc-sub__model__contents__inr a span.map-spotter-red {
  color: #e00;
}

/*-------------------------------------
　キービジュアル
---------------------------------------*/
.p-gaming-pc__kv__section {
  margin:0;
  width:100%;
  background: linear-gradient(90deg, rgb(26 9 28) 38%, rgb(139 22 207) 50%, rgb(134 15 176) 100%);
  text-align:center;
}
.p-gaming-pc__kv__section picture{
  margin:auto;
  width:100%;
  max-width:1400px;
}

/*-------------------------------------
　製品特長
---------------------------------------*/
.p-lightning #features {
  color: #fff;
  background: #000;
}
#features.p-lightning__section {
  background: repeat url(../images/bg-scifi-sp.webp) top center/100%;
}
@media screen and (min-width: 768px), print {
  #features.p-lightning__section {
    background-image: url(../images/bg-scifi.webp);
  }
}
.p-lightning__feature-list {
  display: flex;
  flex-direction: column;
  gap: min(60/750*100vw, 60px);
  margin-top: 58px;
}
.p-lightning__feature-list > li {
  position: relative;
  display: block;
  background: linear-gradient(to left, #ea008a 0%, #4300ee 100%);
  padding: 25px 12px 30px;
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature-list > li {
    display: flex;
    gap: 5.4%;
    padding: 30px;
  }
  .p-lightning__feature-list > li:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-lightning__feature-list > li::before,
.p-lightning__feature-list > li::after {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-lightning__feature-list > li::before {
  top: -10px;
  left: -10px;
  background-position: top left;
  background-image: url(../images/bg-feature-left.webp);
}
.p-lightning__feature-list > li::after {
  bottom: -10px;
  right: -10px;
  background-position: bottom right;
  background-image: url(../images/bg-feature-right.webp);
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature-list > li::before,
  .p-lightning__feature-list > li::after {
    width: 144px;
    height: 120px;
  }
  .p-lightning__feature-list > li::before {
    top: -20px;
    left: -20px;
  }
  .p-lightning__feature-list > li::after {
    bottom: -20px;
    right: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature__text {
    width: 47.3%;
    flex: 0 0 auto;
  }
}

.p-lightning__feature-list .p-lightning__feature__num {
  height: 45px;
  width: auto;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature-list .p-lightning__feature__num {
    height: 90px;
  }
}
.p-lightning__feature-list h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 30px;
}
.p-lightning__feature__image {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature__image {
    width: 47.3%;
    flex: 0 0 auto;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-lightning__feature-list > li:nth-child(4) .p-lightning__feature__image {
    margin-bottom: -30px;
    margin-left: -12px;
    padding-right: 12px;
  }    
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature-list > li:nth-child(4) .p-lightning__feature__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .p-lightning__feature-list > li:nth-child(4) .p-lightning__feature__image > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}


@media screen and (min-width: 768px), print {
  .p-lightning__feature-list > li:first-child .p-lightning__feature__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-lightning__feature-list > li:first-child .p-lightning__feature__image {
    margin-bottom: -30px;
    margin-right: -12px;
    margin-top: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature-list > li:first-child .p-lightning__feature__image > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-lightning__feature-list > li:first-child .p-lightning__feature__text p {
    margin-bottom: 80px;
  }
}

/*-------------------------------------
　MAP TABLE
---------------------------------------*/


/*-------------------------------------
　おすすめモデル
---------------------------------------*/


/*-------------------------------------
　THIRDWAVE-Gシリーズを項目で絞り込む
---------------------------------------*/
:root {
 --grid-gap-fluid: 0.5rem;
}
.p-thirdwave-pc-sub__select-from {
  padding: 20px 0 40px 0;
  background: #001e60;
}

.p-thirdwave-pc-sub__select-from svg {
  height: 1em;
}

.p-thirdwave-pc-sub__select-from h2 {
  display: flex;
  gap: 0.75em;
  margin: 0 0 20px 0;
  color: #fff;
  font-weight: 700;
}

.p-thirdwave-pc-sub__select-from h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.p-thirdwave-pc-sub__select-from .grid-container+.grid-container {
  margin-top: 2rem;
}

.p-thirdwave-pc-sub__select-from .c-button--primary-white {
  width: 100%;
  color: #001e60;
  font-size: 20px;
}

.p-thirdwave-pc-sub__select-from .c-button--primary-white::before {
  background-color: #b2e3f7;
  opacity: 1;
}

.p-thirdwave-pc-sub__select-from .c-button--primary-white::after {
  border-color: #a3a3a3;
}

.p-thirdwave-pc-sub__select-from .icon-in-c-button__wrapper {
  position: relative;
}

.p-thirdwave-pc-sub__select-from .icon-in-c-button {
  background: #00a2e6;
  color: #fff;
  font-size: 10px;
  padding: 0.25em 0.5em;
  border-radius: 0 0 0.25em 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.p-thirdwave-pc-sub__select-from .c-button--primary-white-pickup {
  gap: 0.5em;
  background: #e5f6fc;
}

.p-thirdwave-pc-sub__select-from .strong-sp {
  font-weight: 400;
}

.p-thirdwave-pc-sub__select-from details {
  position: relative;
}

.p-thirdwave-pc-sub__select-from details summary::-webkit-details-marker {
  display: none;
}

.p-thirdwave-pc-sub__select-from details summary.c-button--primary-white {
  cursor: pointer;
  gap: 0.5em;
}

.p-thirdwave-pc-sub__select-from details summary.c-button--primary-white::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}

.p-thirdwave-pc-sub__select-from details ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  opacity: 0;
}

.p-thirdwave-pc-sub__select-from details[open] ul {
  opacity: 1;
}

.p-thirdwave-pc-sub__select-from details[open] summary.c-button--primary-white {
  background: #ececec;
}

.p-thirdwave-pc-sub__select-from details[open] summary.c-button--primary-white::after {
  transform: rotate(-135deg);
}

.p-thirdwave-pc-sub__select-from details[open] ul li .c-button--primary-white {
  border: none;
  border-radius: 0;
}

.p-thirdwave-pc-sub__select-from details[open] ul li:nth-child(even) .c-button--primary-white {
  background: #f6f6f6;
}

.p-thirdwave-pc-sub__select-from .grid-x > .cell.small-6:nth-child(n+3) {
  margin-top:0.5rem;
}

@media screen and (max-width:767px) {
  :root {
    --grid-gap-fluid: 0.5rem;
  }

  .p-thirdwave-pc-sub__select-from {
    padding: 30px 15px;
    background: #e5edf5;
  }

  .p-thirdwave-pc-sub__select-from h2 {
    margin: -30px -15px 16px -15px;
    padding: 8px 15px;
    background: #001e60;
  }

  .p-thirdwave-pc-sub__select-from h3 {
    margin: 0 0 8px 0;
    color: #001e60;
    font-size: 12px;
    font-weight: 400;
  }

  .p-thirdwave-pc-sub__select-from .grid-container+.grid-container {
    margin-top: 0.6rem;
  }

  .p-thirdwave-pc-sub__select-from .c-button--primary-white {
    height: auto;
    padding: 11px;
    font-size: 10px;
    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-thirdwave-pc-sub__select-from .c-button--primary-white::after {
    display: none;
  }

  .p-thirdwave-pc-sub__select-from .icon-in-c-button {
    padding: 0.14em 0.5em;
    border-radius: 0.25em 0;
    font-size: 9px;
    top: -3px;
    left: -3px;
  }

  .p-thirdwave-pc-sub__select-from .strong-sp {
    font-weight: 700;
    font-size: 18px;
  }

  .p-thirdwave-pc-sub__select-from .c-button--primary-white-spec {
    padding: 6px 11px;
    align-items: center;
  }

  .p-thirdwave-pc-sub__select-from .c-button--primary-white-pickup {
    padding: 8px 11px;
    font-size: 12px;
    align-items: center;
    background: #fff;
  }

  .p-thirdwave-pc-sub__select-from .c-button--primary-white-pickup svg {
    height: 18px;
  }

  .p-thirdwave-pc-sub__select-from details ul {
    top: 45px;
  }

  .p-thirdwave-pc-sub__select-from details summary.c-button--primary-white {
    flex-direction: column;
  }

  .p-thirdwave-pc-sub__select-from details summary.c-button--primary-white::after {
    display: block;
    right: 15px;
  }

  .p-thirdwave-pc-sub__select-from details summary.c-button--primary-white strong {
    font-size: 16px;
  }

  .p-thirdwave-pc-sub__select-from details[open] ul li .c-button--primary-white {
    font-size: 14px;
    justify-content: flex-start;
    padding: 11px 36px 11px 11px;
  }

  .p-thirdwave-pc-sub__select-from details[open] ul li .c-button--primary-white::after {
    display: block;
    right: 15px;
  }
}



/*-------------------------------------
　その他のモデルを探す
---------------------------------------*/
.model-link-inr {
  color: #484848;
  padding: 60px 0;
}
.p-desktop-pc__purpose__title {
  margin-bottom: 48px;
  text-align: center
}
.p-desktop-pc__purpose__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1.68px;
  text-align: center
}
@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__title {
    margin-bottom: 21px
  }
  .p-desktop-pc__purpose__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px
  }
}
.p-desktop-pc__purpose__card {
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1)
}
.p-desktop-pc__purpose__card:hover {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  opacity: 1
}
@media screen and (max-width: 1140px) {
  .p-desktop-pc__purpose__card {
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__card {
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__card:nth-of-type(n+2) {
    margin-top: 15px
  }
}
@media screen and (min-width: 768px), print {
  .p-desktop-pc__purpose__card a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
  .p-desktop-pc__purpose__card a:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
}
.p-desktop-pc__purpose__img {
  display: flex;
  align-items: center;
}
.p-desktop-pc__purpose__layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
@media screen and (max-width: 767px) {
  .p-desktop-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media screen and (min-width: 768px), print {
  .layout-col2 .p-desktop-pc__purpose__card {
    width: 555px
  }
}
@media screen and (max-width: 1440px) {
  .layout-col2 .p-desktop-pc__purpose__card {
    width: 49%
  }
}
@media screen and (max-width: 767px) {
  .layout-col2 .p-desktop-pc__purpose__card {
    width: 100%
  }
}
.layout-col2 .p-desktop-pc__purpose__card h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 14px 20px
}
@media screen and (max-width: 767px) {
  .layout-col2 .p-desktop-pc__purpose__card h3 {
    padding: 20px 5px 10px 20px;
    font-size: 1rem
  }
}
.layout-col2 .p-desktop-pc__purpose__text--middle {
  line-height: 1.4;
  padding: 0 20px 40px
}
.layout-col2 .p-desktop-pc__purpose__card a {
  display: block;
  text-align: center
}
.layout-col2 .p-desktop-pc__purpose__card figure {
  margin: 30px auto 0;
  display: inline-block
}
@media screen and (max-width: 767px) {
  .layout-col2 .p-desktop-pc__purpose__card figure {
    margin: 20px auto 0
  }
  .layout-col2 .p-desktop-pc__purpose__card p {
    padding: 10px 0 20px
  }
}
@media screen and (max-width: 767px) {
  .layout-col2 .p-desktop-pc__purpose__card a {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .layout-col2 .p-desktop-pc__purpose__card a div:first-child {
    width: 40%;
    height: 128px;
  }
}