@charset "UTF-8";
/* リキッドレイアウト対応 */
main {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.space {
  height: 1040px;
  height: 65rem;
  color: #FFF;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  background-color: #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .space {
    height: 25rem;
    max-width: 60.625rem;
    margin-inline: auto;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-commonLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-left: auto;
  font-size: min(3.15vw, 14px);
  font-size: min(3.15vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .c-commonLink {
    font-size: 1rem;
    padding-bottom: 0.1875rem;
  }
}

.c-img {
  position: relative;
  width: 100%;
}

.c-img::before {
  content: "";
  display: block;
}

.c-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-title {
  text-align: center;
  font-size: min(7vw, 32px);
  font-size: min(7vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: min(3.8vw, 2.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-title span {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74px;
  width: 4.625rem;
  height: 74px;
  height: 4.625rem;
  background-image: url(../images/common/num-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-title span {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0.625rem;
            margin-inline-end: 0.625rem;
    margin-bottom: 0;
    width: 5.25rem;
    height: 5.25rem;
    font-size: 1.8125rem;
  }
}

.l-404 {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.l-about {
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 59px;
  padding-bottom: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding-top: 6.375rem;
    padding-bottom: 4.75rem;
  }
}

.l-benchmark {
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-benchmark {
    padding-top: 7.8125rem;
    padding-bottom: 6.3125rem;
  }
}

.l-features {
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 117px;
  padding-bottom: 7.3125rem;
}
@media screen and (min-width: 768px) {
  .l-features {
    padding-top: 7.375rem;
    padding-bottom: 6.0625rem;
  }
}

.l-game {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .l-game {
    padding-top: 8.8125rem;
    padding-bottom: 6.25rem;
  }
}

.l-graphics {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .l-graphics {
    padding-top: 9.0625rem;
    padding-bottom: 7.625rem;
  }
}

.l-index {
  padding: 72px 15px 0;
  padding: 4.5rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .l-index {
    padding-top: 5.8125rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 566px;
  max-width: 35.375rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1060px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.l-specification {
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-specification {
    padding-top: 6.875rem;
    padding-bottom: 7.0625rem;
  }
}

.l-units {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 142px;
  padding-bottom: 8.875rem;
}
@media screen and (min-width: 768px) {
  .l-units {
    padding-top: 9.0625rem;
    padding-bottom: 7rem;
  }
}

.p-about__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 34px;
  row-gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    margin-top: 3.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 2.1875rem;
  }
}

.p-about__img {
  max-width: 406px;
  max-width: 25.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    max-width: 29rem;
  }
}

.p-about__img::before {
  padding-top: 63.3004926108%;
}

.p-about__text {
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

.p-about__link {
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-about__link {
    margin: 1.5625rem 0.3125rem 0 auto;
  }
}

.p-benchmark {
  position: relative;
  background-color: #F3F3F3;
  overflow: hidden;
}

.p-benchmark::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  left: -0.9375rem;
  width: 105%;
  height: 105%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .16) inset;
          box-shadow: 0 5px 20px rgba(0, 0, 0, .16) inset;
}

.p-benchmark__inner {
  position: relative;
}

.p-benchmark__container {
  margin: 4.3125rem calc(50% - 50vw) 0;
  width: 100vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-benchmark__container {
    margin: 3.6875rem 0 0 0;
    width: 100%;
    overflow: hidden;
  }
}

.p-benchmark__contents {
  margin: 0 15px;
  margin: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-benchmark__contents {
    margin: 0;
  }
}

.p-benchmark__wrap {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-benchmark__tabgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-benchmark__tabgroup {
    margin-left: 0.9375rem;
  }
}

.p-benchmark__tab {
  width: min(40vw, 194px);
  width: min(40vw, 12.125rem);
  height: min(9.9vw, 48px);
  height: min(9.9vw, 3rem);
  text-align: center;
  cursor: pointer;
  background-image: url(../images/common/tab.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s ease-out, background-image 0.2s ease-out;
  transition: color 0.2s ease-out, background-image 0.2s ease-out;
  font-size: min(4.3vw, 18px);
  font-size: min(4.3vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-benchmark__tab {
    width: 12.5rem;
    height: 3.0625rem;
    font-size: 1.25rem;
    padding-bottom: 0.4375rem;
  }
}

.p-benchmark__tab.is-active {
  background-image: url(../images/common/tab-current.webp);
  color: #FFF;
}

.p-benchmark__tab:nth-of-type(2) {
  margin-left: -12px;
  margin-left: -0.75rem;
}

.p-benchmark__panelgroup {
  margin-top: -7px;
  margin-top: -0.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-benchmark__panelgroup {
    margin-top: -0.125rem;
  }
}

.p-benchmark__panel {
  display: none;
}

.p-benchmark__panel.is-show {
  display: block;
}

.p-benchmark__link {
  margin: 19px 30px 0 auto;
  margin: 1.1875rem 1.875rem 0 auto;
}
@media screen and (min-width: 768px) {
  .p-benchmark__link {
    margin: 1.875rem 0 0 auto;
  }
}

.p-features {
  color: #FFF;
  background-color: #272E2B;
  position: relative;
}

.p-features::before,
.p-features::after {
  content: "";
  width: 100%;
  height: 429px;
  height: 26.8125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-features::before,
  .p-features::after {
    height: 44.5rem;
  }
}

.p-features::before {
  top: 0;
  background-image: url(../images/common/bg-features-top-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-features::before {
    background-image: url(../images/common/bg-features-top.webp);
  }
}

.p-features::after {
  bottom: 0;
  background-image: url(../images/common/bg-features-bottom-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-features::after {
    background-image: url(../images/common/bg-features-bottom.webp);
  }
}

.p-features__inner {
  position: relative;
  z-index: 1;
}

.p-features__description {
  margin-top: 54px;
  margin-top: 3.375rem;
  font-size: min(4.25vw, 18px);
  font-size: min(4.25vw, 1.125rem);
  line-height: 1.8888888889;
}
@media screen and (min-width: 768px) {
  .p-features__description {
    margin-top: 4.25rem;
  }
}

.p-features__container {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-features__container {
    margin-top: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-features__block:nth-of-type(n+2) {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__block:nth-of-type(n+2) {
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block1 {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block2 {
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block3 {
    -webkit-column-gap: 3.625rem;
       -moz-column-gap: 3.625rem;
            column-gap: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block4 {
    -webkit-column-gap: 4.6875rem;
       -moz-column-gap: 4.6875rem;
            column-gap: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4.625rem;
       -moz-column-gap: 4.625rem;
            column-gap: 4.625rem;
  }
}

.p-features__img1 {
  margin-top: 27px;
  margin-top: 1.6875rem;
  max-width: 508px;
  max-width: 31.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-features__img1 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    max-width: 23.25rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-features__img1::before {
  padding-top: 111.1764705882%;
}
@media screen and (min-width: 768px) {
  .p-features__img1::before {
    padding-top: 130.1075268817%;
  }
}

.p-features__img2 {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-features__img2 {
    margin-top: 0;
    max-width: 19.75rem;
  }
}

.p-features__img2::before {
  padding-top: 116.0447761194%;
}
@media screen and (min-width: 768px) {
  .p-features__img2::before {
    padding-top: 115.5063291139%;
  }
}

.p-features__img3 {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-features__img3 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    max-width: 19.8125rem;
  }
}

.p-features__img3::before {
  padding-top: 68.8432835821%;
}

.p-features__img4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-features__img4 {
    margin-bottom: 0.8125rem;
    display: block;
    max-width: 19.0625rem;
  }
}

.p-features__img4::before {
  padding-top: 81.9672131148%;
}

.p-features__img5 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__img5 {
    margin-top: 1.5625rem;
    max-width: 25.9375rem;
  }
}

.p-features__img5::before {
  padding-top: 88.4328358209%;
}
@media screen and (min-width: 768px) {
  .p-features__img5::before {
    padding-top: 229.3975903614%;
  }
}

.p-features__theme {
  color: #78BA00;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-features__theme {
    font-size: 1.75rem;
  }
}

.p-features__theme::before {
  content: "■";
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-features__theme::before {
    margin-right: 0.375rem;
  }
}

.p-features__info {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-features__info {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-features__info1 {
    max-width: 35.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__info2 {
    max-width: 36.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__info3 {
    max-width: 38.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__info4 {
    max-width: 37.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__info5 {
    max-width: 30.4375rem;
  }
}

.p-features__text {
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  .p-features__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 1.0625rem;
  }
}

.p-features__text--mobile {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-features__text--mobile {
    margin-top: 0;
  }
}

.p-features__subtitle {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  color: #78BA00;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-features__subtitle {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-features__subtitle::before {
  content: "●";
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-features__subtitle::before {
    margin-right: 0.3125rem;
  }
}

.p-features__info5 .p-features__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-features__subtext {
  margin-top: 3px;
  margin-top: 0.1875rem;
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  .p-features__subtext {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 2.4285714286;
  }
}

.p-features__link {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-features__link {
    margin: 1.0625rem 0 0 0;
  }
}

.p-game__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  .p-game__text {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    margin-top: 2.5rem;
    max-width: 60.875rem;
    margin-inline: auto;
  }
}

.p-game__container {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-game__container {
    margin-top: 3.25rem;
  }
}

.p-game__link {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-game__link {
    margin: 3.1875rem 0.3125rem 0 auto;
  }
}

.p-graphics {
  position: relative;
  background-color: #F3F3F3;
  overflow: hidden;
}

.p-graphics::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  left: -0.9375rem;
  width: 105%;
  height: 105%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .16) inset;
          box-shadow: 0 5px 20px rgba(0, 0, 0, .16) inset;
}

.p-graphics__inner {
  position: relative;
}

.p-graphics__container {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-graphics__container {
    margin-top: 5.75rem;
  }
}

.p-graphics__link {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-graphics__link {
    margin: 3.4375rem 0.3125rem 0 auto;
  }
}

.p-index__content {
  margin-inline: auto;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 44px min(2.6666666667vw, 20px) 40px;
  padding: 2.75rem min(2.6666666667vw, 1.25rem) 2.5rem;
  max-width: 577px;
  max-width: 36.0625rem;
}
@media screen and (min-width: 768px) {
  .p-index__content {
    padding: 2.75rem 1.25rem 2.375rem 3.875rem;
    max-width: 50rem;
  }
}

.p-index__wrap {
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  padding-left: min(1.3333333333vw, 10px);
  padding-left: min(1.3333333333vw, 0.625rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-index__wrap {
    padding-left: 0;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.8125rem;
  }
}

.p-index__title {
  max-width: min(40%, 217px);
  max-width: min(40%, 13.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-index__title {
    max-width: 8.1875rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-index__title::before {
  padding-top: 66.8202764977%;
}
@media screen and (min-width: 768px) {
  .p-index__title::before {
    padding-top: 100%;
  }
}

.p-index__title img {
  margin-left: -10px;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-index__title img {
    margin-left: 0;
  }
}

.p-index__theme {
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(4.8vw, 21px);
  font-size: min(4.8vw, 1.3125rem);
}
@media screen and (min-width: 768px) {
  .p-index__theme {
    font-size: 1.375rem;
  }
}

.p-index__theme:nth-of-type(n+2) {
  margin-top: 10.5px;
  margin-top: 0.65625rem;
}
@media screen and (min-width: 768px) {
  .p-index__theme:nth-of-type(n+2) {
    margin-top: 0.33125rem;
  }
}

.p-index__hover {
  padding: 2px 11px;
  padding: 0.125rem 0.6875rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-index__hover {
    display: block;
  }
}

.p-index__hover span {
  font-family: "Roboto", sans-serif;
  margin-top: 1.5px;
  margin-top: 0.09375rem;
}
@media screen and (min-width: 768px) {
  .p-index__hover span {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-index__table {
    margin-top: 0.1875rem;
  }
}

.p-index__theme:hover {
  opacity: 1;
}

.p-index__theme:hover .p-index__hover {
  background-color: #78BA00;
  color: #FFF;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 155.7333333333vw;
  background-image: url(../images/common/mv-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 33.3333333333vw;
    background-image: url(../images/common/mv.webp);
  }
}

.p-mv__wrap {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 7.6%;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    bottom: auto;
    top: 22%;
    left: 8.5%;
    -webkit-transform: none;
            transform: none;
    width: 24.1875rem;
  }
}

.p-mv__logo {
  width: 342px;
  width: 21.375rem;
  margin-inline: auto;
}

@font-face {
  font-family: "NotoSansMonoCJKjp";
  src: url(../fonts/Noto-Sans-Mono-CJK-JP-Bold.otf);
}
.p-mv__title {
  font-family: "NotoSansMonoCJKjp";
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: min(7vw, 45px);
  font-size: min(7vw, 2.8125rem);
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    margin-top: 1.875rem;
    font-size: 2.125rem;
  }
}

.p-mv__title span {
  font-family: "Roboto", sans-serif;
  font-size: min(8.56vw, 55px);
  font-size: min(8.56vw, 3.4375rem);
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    font-size: 2.625rem;
  }
}

.p-specification {
  position: relative;
  background-color: #F3F3F3;
  overflow: hidden;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.p-specification::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  left: -0.9375rem;
  width: 105%;
  height: 105%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .16) inset;
          box-shadow: 0 5px 20px rgba(0, 0, 0, .16) inset;
}

.p-specification__inner {
  position: relative;
}

.p-specification__container {
  margin: 1.375rem calc(50% - 50vw) 0;
  width: 100vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-specification__container {
    margin: 4rem 0 4rem 0;
    width: 100%;
  }
}

.p-specification__contents {
  width: 148.5333333333vw;
  margin: 0 15px;
  margin: 0 0.9375rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-specification__contents {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

/* スクロールの幅の設定 */
.p-specification__container::-webkit-scrollbar {
  height: 6px;
}
@media screen and (min-width: 768px) {
  .p-specification__container::-webkit-scrollbar {
    display: none;
  }
}

/* スクロールの背景の設定 */
.p-specification__container::-webkit-scrollbar-track {
  border-radius: 62.4375rem;
  background: #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-specification__container::-webkit-scrollbar-track {
    display: none;
  }
}

/* ドラックできるスクロール部の設定 */
.p-specification__container::-webkit-scrollbar-thumb {
  border-radius: 62.4375rem;
  background: #78BA00;
}
@media screen and (min-width: 768px) {
  .p-specification__container::-webkit-scrollbar-thumb {
    display: none;
  }
}

.p-specification__note {
  display: block;
  text-align: right;
  margin: 29px -2vw 0 0;
  margin: 1.8125rem -2vw 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-specification__note {
    display: none;
  }
}

.p-specification__wrap {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-specification__tabgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-specification__tab {
  width: min(40vw, 194px);
  width: min(40vw, 12.125rem);
  height: min(9.9vw, 48px);
  height: min(9.9vw, 3rem);
  text-align: center;
  cursor: pointer;
  background-image: url(../images/common/tab.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s ease-out, background-image 0.2s ease-out;
  transition: color 0.2s ease-out, background-image 0.2s ease-out;
  font-size: min(4.3vw, 18px);
  font-size: min(4.3vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-specification__tab {
    width: 12.5rem;
    height: 3.0625rem;
    font-size: 1.25rem;
    padding-bottom: 0.4375rem;
  }
}

.p-specification__tab.is-activeSpec {
  background-image: url(../images/common/tab-current.webp);
  color: #FFF;
}

.p-specification__tab:nth-of-type(2) {
  margin-left: -12px;
  margin-left: -0.75rem;
}

.p-specification__panelgroup {
  margin-top: -7px;
  margin-top: -0.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-specification__panelgroup {
    margin-top: -0.125rem;
  }
}

.p-specification__panel {
  display: none;
}

.p-specification__panel.is-showSpec {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-specification__panel.is-showSpec {
    width: 100%;
    max-width: 60.625rem;
    margin-inline: auto;
  }
}

.p-table {
  border-collapse: collapse;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.p-table.p-table--spec {
  width: 940px;
  width: 58.75rem;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec {
    width: 100%;
  }
}

.p-table .p-table__title {
  height: 33px;
  height: 2.0625rem;
  font-size: min(3vw, 16px);
  font-size: min(3vw, 1rem);
}
@media screen and (min-width: 768px) {
  .p-table .p-table__title {
    height: 2.9375rem;
    font-size: 1.25rem;
  }
}

.p-table.p-table--spec .p-table__title {
  height: 88px;
  height: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec .p-table__title {
    height: 5.625rem;
  }
}

.p-table__title th:first-of-type {
  border-radius: 0.625rem 0 0 0;
}

.p-table__title th:last-of-type {
  border-radius: 0 0.625rem 0 0;
}

tr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-table.p-table--spec td:first-of-type {
  background-color: #D4D4D4;
}

.p-table th:first-of-type,
.p-table td:first-of-type {
  border-left: none;
}

.p-table th:last-of-type,
.p-table td:last-of-type {
  border-right: none;
}

.p-table th:first-of-type,
.p-table td:first-of-type,
.p-table th:nth-of-type(2),
.p-table td:nth-of-type(2) {
  width: 22%;
}
@media screen and (min-width: 768px) {
  .p-table th:first-of-type,
  .p-table td:first-of-type,
  .p-table th:nth-of-type(2),
  .p-table td:nth-of-type(2) {
    width: 11.5rem;
  }
}

.p-table.p-table--spec th:first-of-type,
.p-table.p-table--spec td:first-of-type {
  width: 18%;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec th:first-of-type,
  .p-table.p-table--spec td:first-of-type {
    width: 11.0625rem;
  }
}

.p-table.p-table--spec th:nth-of-type(n+2),
.p-table.p-table--spec td:nth-of-type(n+2) {
  width: 13.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec th:nth-of-type(n+2),
  .p-table.p-table--spec td:nth-of-type(n+2) {
    width: 8.3125rem;
  }
}

.p-table.p-table--spec-past th:nth-of-type(n+2),
.p-table.p-table--spec-past td:nth-of-type(n+2) {
  width: 20.5%;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec-past th:nth-of-type(n+2),
  .p-table.p-table--spec-past td:nth-of-type(n+2) {
    width: 12.5rem;
  }
}

.p-table th:last-of-type,
.p-table td:last-of-type {
  width: 56%;
}
@media screen and (min-width: 768px) {
  .p-table th:last-of-type,
  .p-table td:last-of-type {
    width: 37.6875rem;
  }
}

.p-table th, .p-table td {
  vertical-align: middle;
}

.p-table th {
  background-color: #78BA00;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}

.p-table.p-table--spec th {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec th {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.p-table tr:nth-of-type(n+2) {
  height: 83.5px;
  height: 5.21875rem;
}
@media screen and (min-width: 768px) {
  .p-table tr:nth-of-type(n+2) {
    height: 5.14375rem;
  }
}

.p-table--past tr:nth-of-type(n+2) {
  height: 146px;
  height: 9.125rem;
}
@media screen and (min-width: 768px) {
  .p-table--past tr:nth-of-type(n+2) {
    height: 9rem;
  }
}

.p-table.p-table--spec tr:nth-of-type(n+2) {
  height: 59.5px;
  height: 3.71875rem;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec tr:nth-of-type(n+2) {
    height: 3.8375rem;
  }
}

.p-table td {
  border: 1px solid #000;
  border-top: none;
  background-color: #FFF;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 0.9375;
}
@media screen and (min-width: 768px) {
  .p-table td {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-table.p-table--spec td {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-table.p-table--spec td:first-of-type {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-table.p-table--spec td:first-of-type {
    font-size: 0.875rem;
  }
}

.p-table th:not(:last-child) {
  border-right: 1px solid #FFF;
}

.p-table__img--rtc4090 img {
  max-width: min(86.3760217984%, 317px);
  max-width: min(86.3760217984%, 19.8125rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtc4090 img {
    max-width: 33.25rem;
  }
}

.p-table__img--rtc4080-super img {
  max-width: min(80.980652754%, 298px);
  max-width: min(80.980652754%, 18.575rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtc4080-super img {
    max-width: 29.6rem;
  }
}

.p-table__img--rtc4080 img {
  max-width: min(80.1089918256%, 294px);
  max-width: min(80.1089918256%, 18.375rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtc4080 img {
    max-width: 29.25rem;
  }
}

.p-table__img--rtx4070ti-super img {
  max-width: min(77.8%, 277px);
  max-width: min(77.8%, 17.302rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4070ti-super img {
    max-width: 27.06rem;
  }
}

.p-table__img--rtx4070ti img {
  max-width: min(74.659400545%, 274px);
  max-width: min(74.659400545%, 17.125rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4070ti img {
    max-width: 25.9375rem;
  }
}

.p-table__img--rtx4070-super img {
  max-width: min(73.516%, 269px);
  max-width: min(73.516%, 16.8125rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4070-super img {
    max-width: 25.53rem;
  }
}

.p-table__img--rtx4070 img {
  max-width: min(60.4904632153%, 222px);
  max-width: min(60.4904632153%, 13.875rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4070 img {
    max-width: 21rem;
  }
}

.p-table__img--rtx4060ti16gb img {
  max-width: min(50.408719346%, 185px);
  max-width: min(50.408719346%, 11.5625rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4060ti16gb img {
    max-width: 17.5rem;
  }
}

.p-table__img--rtx4060ti8gb img {
  max-width: min(47.9564032698%, 176px);
  max-width: min(47.9564032698%, 11rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4060ti8gb img {
    max-width: 16.625rem;
  }
}

.p-table__img--rtx4060 img {
  max-width: min(40.0544959128%, 147px);
  max-width: min(40.0544959128%, 9.1875rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--rtx4060 img {
    max-width: 13.9375rem;
  }
}

.p-table__img--past-rtx4060 img {
  max-width: min(38.6920980926%, 142px);
  max-width: min(38.6920980926%, 8.875rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--past-rtx4060 img {
    max-width: 14.5625rem;
  }
}

.p-table__img--past-rtx3060ti img {
  max-width: min(37.8746594005%, 139px);
  max-width: min(37.8746594005%, 8.6875rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--past-rtx3060ti img {
    max-width: 14.25rem;
  }
}

.p-table__img--past-rtx3060 img {
  max-width: min(31.8801089918%, 117px);
  max-width: min(31.8801089918%, 7.3125rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--past-rtx3060 img {
    max-width: 12rem;
  }
}

.p-table__img--past-gtx1660super img {
  max-width: min(26.1580381471%, 294px);
  max-width: min(26.1580381471%, 18.375rem);
}
@media screen and (min-width: 768px) {
  .p-table__img--past-gtx1660super img {
    max-width: 9.875rem;
  }
}

.p-units__container {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-units__container {
    margin-top: 5.875rem;
  }
}

.p-units__link {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-units__link {
    margin: 3.75rem 0.3125rem 0 auto;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-nowrap {
  white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */

/*--------------------------------
20231128 追加
--------------------------------*/
.rtx40-series {
  padding: 2rem;
  background-color: #ddd;
}

.rtx40-series .Tbl {
  display: none;
}
.rtx40-series h3 {
  color: #484848;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1;
  margin-bottom: 36px;
  text-align: center;
}

.rtx40-series__container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 40px;
}

@media screen and (max-width: 1000px) {
  .rtx40-series .Tbl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .rtx40-series {
    margin-top: 4rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 566px;
    max-width: 35.375rem;
  }

  .rtx40-series h3 {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }

  .rtx40-series__container {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
