@charset "utf-8";

#maincontent {
  background-color: #000;
  overflow: hidden;
  color: #fff;
}

#container>.pagetop {
  display: none;
}

.bread_crumb_top_wrapper {
  width: 1050px;
  margin: 0 auto;
  padding: 10px 0;
}

.bread_crumb_top_wrapper a,
.bread_crumb_top_wrapper a span {
  color: #fff;
}

.breadCrumb {
  display: flex;
  font-size: 12px;
}

.breadCrumb+.breadCrumb {
  margin-top: 10px;
}

.breadCrumb li {
  background: url(../5img/bcBg_999.gif) no-repeat scroll left center;
  padding: 0 0 0 10px;
}

.breadCrumb li:first-child {
  padding-left: 0;
}

section.contents {
  padding: 90px 0;
}

.section_inner>* {
  margin-top: 80px;
}

.section_inner>*:first-child {
  margin-top: 0;
}

.section_inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_list>* {
  position: relative;
}

.item_list.col3 {
  justify-content: flex-start;
}

.item_list.col2>* {
  width: calc(50% - 8px);
  box-sizing: border-box;
}

.item_list.col2>*:nth-of-type(even) {
  margin-left: 16px;
}

.item_list.col2>*:nth-of-type(n+3) {
  margin-top: 16px;
}

.item_list.col2.diy>* {
  width: 30%;
}

.item_list.col2.diy>*:nth-of-type(even) {
  margin-left: 20%;
}

.item_list.col2.diy>*:nth-of-type(n+3) {
  margin-top: 16px;
}

.item_list.col3.diy>* {
  width: calc(100% / 3 - 40px);
  margin-left: 60px;
}

.item_list.col3.diy>*:nth-of-type(3n+1) {
  margin-left: 0;
}

.item_list.col3.diy>*:nth-of-type(n+4) {
  margin-top: 60px;
}

.cont-wrap h2 {
  font-size: 36px;
  letter-spacing: .03em;
  text-align: center;
}

.cont-wrap h2 .sub_text {
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.cont-wrap h2 .sub_text::before,
.cont-wrap h2 .sub_text::after {
  content: '';
  width: 1em;
  height: 1px;
  position: absolute;
  left: -1.2em;
  top: 50%;
  background: #fff;
}

.cont-wrap h2 .sub_text::after {
  left: unset;
  right: -1.2em;
}

@media screen and (max-width: 767px) {
  .cont-wrap h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.cont-wrap h3 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: .03em;
  text-align: center;
  width: 300%;
  margin-left: -100%;
  box-sizing: border-box;
}

.cont-wrap h3 .sub_text {
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.cont-wrap h3 .sub_text::before,
.cont-wrap h3 .sub_text::after {
  content: '';
  width: 1em;
  height: 1px;
  position: absolute;
  left: -1.2em;
  top: 50%;
  background: #fff;
}

.cont-wrap h3 .sub_text::after {
  left: unset;
  right: -1.2em;
}

.cont-wrap .diy h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #75b900;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .cont-wrap h3,
  .cont-wrap .diy h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.cont-wrap h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: .1em;
}

.to_detail_button {
  text-align: center;
  background: #77b900;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.to_detail_button>span {
  position: relative;
  color: #fff;
  z-index: 1;
  transition: color .3s;
}

.to_detail_button:hover>span {
  color: #222;
}

.to_detail_button::before {
  content: '';
  width: 130%;
  height: 100%;
  background: #fe05ff;
  display: block;
  position: absolute;
  left: 120%;
  top: 0;
  transform: skew(-45deg);
  transition: transform .3s;
}

.to_detail_button:hover::before {
  transform: skew(-45deg) translateX(-55%);
}

.to_detail_button::after {
  content: '';
  width: 130%;
  height: 100%;
  background: #fe05ff;
  display: block;
  position: absolute;
  right: 120%;
  top: 0;
  transform: skew(-45deg);
  transition: transform .3s;
}

.to_detail_button:hover::after {
  transform: skew(-45deg) translateX(55%);
}

.main_visual {
  background: linear-gradient(-90deg, black 0%, transparent 15%), url(../5info/img/geforce-rtx-40/kv_4090_1920.webp) no-repeat;
  background-size: 1200px;
  background-position: center top -75px;
  padding: 0;
}

.main_visual .section_inner {
  height: 570px;
  width: 1050px;
}

.main_visual h2 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-77%);
}

.main_visual h2 .catch {
  font-size: 60px;
  letter-spacing: .1em;
  font-weight: 300;
  border-bottom: 2px solid #8ec63d;
}

.main_visual h2 .catch span.ls_mini {
  letter-spacing: -.5em;
}

.main_visual h2 .series {
  font-size: 23.5px;
  letter-spacing: .02em;
  margin-top: 5px;
  font-weight: 700;
}

.main_visual h2 .logo {
  width: 155px;
  display: block;
  margin-top: 10px;
}

.main_visual .sub_text {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .main_visual {
    background: linear-gradient(-90deg, black 0%, transparent 15%), url("../5info/img/geforce-rtx-40/mv-sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vw;
  }
}

.inpage_nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 65px;
  box-sizing: border-box;
}

.inpage_nav .nav_inner {
  box-sizing: border-box;
  height: 65px;
  display: flex;
  align-items: center;
  /*justify-content:center;*/
}

.inpage_nav .nav_inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .85);
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  z-index: 100;
  /*animation:fadein .5s forwards;*/
}

.inpage_nav .nav_inner .nav_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1050px;
  margin: 0 auto;
}

.inpage_nav .nav_inner .nav_list>li {
  border: 1px solid #ccc;
  width: calc(100% / 3 - 13px);
}

.inpage_nav .nav_inner .nav_list>li:nth-of-type(n+2) {
  margin-left: 20px;
}

.inpage_nav .nav_inner .nav_list>li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  transition: color .3s, background .3s;
  min-height: 50px;
}

.inpage_nav .nav_inner .nav_list>li a:hover {
  color: #000;
  background: #ccc;
}

section.contents.campaign {
  background: #191919;
}

.model_lineup:first-child {
  margin-top: 60px;
}

.model_lineup .item_list {
  margin-top: 30px;
  justify-content: flex-start;
}

.model_lineup .item_list.pc>li {
  border: 1px solid #eee;
  background: #2d2d2d;
}

.model_lineup .item_list.pc>li>a {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #fff;
  padding: 16px;
  position: relative;
  text-decoration: none;
  transition: box-shadow .3s;
  height: 100%;
  width: 100%;
}

.model_lineup .item_list.pc>li>a>:first-child {
  font-size: 19px;
  line-height: 1.3;
  width: 100%;
}

.model_lineup .item_list.pc>li>a:hover {
  box-shadow: 0px 0px 20px rgba(234, 85, 6, .8);
}

.campaign .info_block {
  width: 50%;
}

.campaign .info_block .spec_list {
  font-size: 14px;
  line-height: 1.4;
}

.campaign .info_block .benchmark_score {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
}

.campaign .info_block .benchmark_score span {
  font-size: 16px;
  letter-spacing: 1px;
  margin-left: 6px;
}

.campaign .info_block .benchmark_note {
  font-size: 10px;
}

.campaign .info_block .item-stkname {
  margin-top: 16px;
  display: inline-block;
  border: 1px solid #fff;
  padding: .3em .4em;
  font-size: 14px;
  line-height: 1;
}

.campaign .info_block .item_price {
  font-weight: 400;
  font-size: 24px;
  margin-top: 16px;
  letter-spacing: .05em;
}

.campaign .info_block .item_price .yen_tax {
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin-left: .2em;
}

@media screen and (max-width: 767px) {
  .campaign .info_block {
    margin-top: 6px;
    width: 60%;
  }
}

.campaign .img_block {
  width: 50%;
}

.campaign .img_block>img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .campaign .img_block {
    width: 40%;
  }
}

.model_lineup .to_detail_button {
  padding: 8px 0;
  font-size: 20px;
  display: block;
  margin: 45px auto 0 auto;
  width: 55%;
  font-weight: 300;
}

section.contents.diy,
section.contents.feature {
  border-top: 2px solid #75b900;
}

section.contents.diy h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #75b900;
  position: relative;
  overflow: hidden;
}

section.contents.diy h4::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #75b900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

section.contents.diy h4>span {
  background: #000;
  padding: 0 .2em;
  position: relative;
  z-index: 1;
}

section.contents.diy h5 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: .1em;
}

.diy_lineup:nth-of-type(n+2) {
  margin-top: 100px;
}

.diy_lineup .item_list {
  margin-top: 30px;
}

.diy_lineup .item_list:nth-of-type(n+2) {
  margin-top: 80px;
}

.diy_lineup .item_list>li.bundle_campaign_applies::before {
  content: 'キャンペーン対象';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
  background: #000000;
  text-align: center;
  font-size: 13px;
  border: 1px solid #75b900;
  box-sizing: border-box;
  color: #75b900;
  letter-spacing: 0.7em;
  box-shadow: 0 3px 0px #000;
  opacity: 0;
}

.diy_lineup .item_list .info_block {
  margin-top: 10px;
}

.diy_lineup .img_block img {
  width: 100%;
}

.diy_lineup .item_name {
  font-size: 15px;
}

.diy_lineup .item_price {
  font-size: 24px;
  font-weight: 400;
  margin-top: 16px;
  letter-spacing: .05em;
}

.nouki_text {
  font-size: 14px;
  margin-top: 8px;
}

.diy_lineup .item_price .yen_tax {
  font-size: 13px;
  padding-left: .2em;
}

.diy_lineup .item_list .to_detail_button {
  display: block;
  font-size: 18px;
  padding: 8px 0;
  margin-top: 10px;
  border-radius: 3px;
  font-weight: 400;
  text-decoration: none;
}

section.contents.feature .feature_list>li.spec_table {
  padding: 0;
  border: none;
  width: 120%;
  margin-left: -10%;
}

section.contents.feature .spec_table>table {
  width: 100%;
  font-size: 17px;
  table-layout: fixed;
}

section.contents.feature .spec_table>table td,
section.contents.feature .spec_table>table th {
  padding: 8px;
}

section.contents.feature .spec_table>table td {
  font-weight: 200;
}

section.contents.feature .spec_table>table>tbody>tr th:nth-of-type(1) {
  width: 216px;
}

section.contents.feature .spec_table>table>tbody>tr:nth-of-type(1) th {
  color: #75b900;
  font-size: 20px;
}

section.contents.feature .spec_table>table>tbody>tr:nth-of-type(even) {
  background: #252525;
}

section.contents.feature .feature_list>li {
  border: 8px solid #181818;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.contents.feature .feature_list>li:nth-of-type(odd) {
  background: #181818;
  flex-direction: row-reverse;
}

section.contents.feature .feature_list>li:nth-of-type(odd) .text_block {
  padding-right: 30px;
}

section.contents.feature .feature_list>li:nth-of-type(even) {
  background: #000;
}

section.contents.feature .feature_list>li:nth-of-type(even) .text_block {
  padding-left: 30px;
}

section.contents.feature .feature_list>li:nth-of-type(n+2) {
  margin-top: 50px;
}

section.contents.feature .feature_list>li .img_block {
  width: 250px;
}

section.contents.feature .feature_list>li .img_block>img {
  width: 100%;
}

section.contents.feature .feature_list>li .text_block {
  width: calc(100% - 250px);
}

section.contents.feature .feature_list>li .text_block>dt {
  color: #fff;
  font-size: 32px;
  letter-spacing: .1em;
  font-weight: 400;
  line-height: 1.1;
}

section.contents.feature .feature_list>li .text_block>dd {
  margin-top: 20px;
  font-size: 15.8px;
  line-height: 1.7;
  letter-spacing: .05em;
  font-weight: 300;
}

section.contents.last .pageLink {
  width: auto;
  text-align: right;
  color: #fff;
}

section.contents.last .pageLink a {
  background: url(../5img/iconArrowDBlue2.gif) no-repeat scroll left center rgba(0, 0, 0, 0);
  padding-left: 14px;
  color: #fff;
}

section.contents.copyright .copyright_text {
  font-weight: 300;
}

@media screen and (max-width:479px) {
  .bread_crumb_top_wrapper {
    display: none;
  }

  .item_list.col2>* {
    width: 100%;
  }

  .item_list.col2>*:nth-of-type(even) {
    margin-left: 0;
  }

  .item_list.col2>*:nth-of-type(n+2) {
    margin-top: 3vw;
  }

  .section_inner {
    padding: 2vw;
  }

  .main_visual .section_inner {
    width: auto;
    height: auto;
  }

  .main_visual h2 {
    position: static;
    transform: unset;
  }

  .main_visual h2 .catch {
    font-size: 13vw;
    text-shadow: 1px 1px 2vw rgba(0, 0, 0, 1), 1px -1px 2vw rgba(0, 0, 0, 1), -1px -1px 2vw rgba(0, 0, 0, 1), -1px 1px 2vw rgba(0, 0, 0, 1);
  }

  .main_visual h2 .series {
    font-size: 5vw;
    letter-spacing: .03em;
    margin-top: 1.5vw;
  }

  .main_visual h2 .logo {
    width: 39vw;
    margin-top: 2.5vw;
  }

  .main_visual .sub_text {
    position: static;
    margin-top: 12vw;
    font-size: 3.9vw;
    letter-spacing: 0.03em;
    text-align: left;
    width: 65%;
  }

  .inpage_nav .nav_inner .nav_list {
    width: 100%;
    flex-wrap: wrap;
  }

  .inpage_nav .nav_inner .nav_list>li a {
    font-size: 3vw;
    min-height: 10vw;
  }

  .inpage_nav .nav_inner .nav_list>li {
    width: calc(100% / 2 - 1.8vw);
  }

  .inpage_nav .nav_inner .nav_list>li:nth-of-type(odd) {
    margin-left: 0;
  }

  .inpage_nav .nav_inner .nav_list>li:nth-of-type(even) {
    margin-left: 1vw;
  }

  .inpage_nav .nav_inner .nav_list>li:nth-of-type(n+3) {
    margin-top: 4px;
  }

  .inpage_nav {
    height: auto;
  }

  .inpage_nav .nav_inner {
    height: auto;
    padding: 6px 0;
  }

  section.contents {
    padding: 13.6vw 0;
  }

  .section_inner {
    width: 100%;
  }

  .section_inner>* {
    margin-top: 14vw;
  }

  section.contents.diy h5 {
    font-size: 4.8vw;
    border-bottom: 1px solid #aaa;
  }

  .model_lineup .item_list {
    margin-top: 4vw;
  }

  .model_lineup .item_list.pc>li>a {
    padding: 3vw;
  }

  .model_lineup .item_list.pc>li>a .info_block .item_name {
    font-size: 5vw;
  }

  .model_lineup .item_list.pc>li>a .info_block .spec_list {
    font-size: 3.5vw;
  }

  .model_lineup .item_list.pc>li>a .info_block .item_price {
    font-size: 7vw;
  }

  .model_lineup .item_list.pc>li>a .info_block .item_price .yen_tax {
    font-size: 3.5vw;
  }

  h3 .sub_text {
    font-size: 4.5vw;
  }

  section.contents.diy h4 {
    font-size: 6vw;
  }

  section.contents.diy h4.campaign_caption {
    font-size: 3.8vw;
    letter-spacing: -.05em;
  }

  .diy_lineup .item_list {
    margin-top: 4vw;
  }

  .item_list.col2.diy>*,
  .item_list.col3.diy>* {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 2vw;
    border: 1px solid #ccc;
    align-items: center;
  }

  .item_list.col2.diy>*:nth-of-type(even) {
    margin-left: 0;
  }

  .item_list.col2.diy>*:nth-of-type(n+2) {
    margin-top: 3vw;
  }

  .item_list.col3.diy>* {
    margin-left: 0;
  }

  .item_list.col3.diy>*:nth-of-type(n+2) {
    margin-top: 3vw;
  }

  .diy_lineup .item_list .info_block {
    margin-top: 0;
  }

  .item_list.diy>* {
    position: relative;
  }

  .item_list.diy>*>.img_block {
    width: 30%;
    box-sizing: border-box;
  }

  .item_list.diy>*>.info_block {
    width: 70%;
    box-sizing: border-box;
    padding-left: 2vw;
  }

  .diy_lineup .item_list .to_detail_button {
    position: absolute;
    font-size: 3vw;
    padding: 1vw 2vw;
    margin-top: 0;
    bottom: 2vw;
    right: 2vw;
  }

  .diy_lineup .mkr_name {
    font-size: 5vw;
    line-height: 1;
  }

  .diy_lineup .item_name {
    font-size: 3.5vw;
    margin-top: 1vw;
  }

  .diy_lineup .item_price {
    margin-top: 2vw;
    font-size: 5vw;
  }

  .diy_lineup .item_price .yen_tax {
    font-size: 3.5vw;
  }

  section.contents.feature .section_inner>.feature_list {
    margin-top: 4vw;
  }

  section.contents.feature .feature_list>li.spec_table {
    width: 100%;
    margin-left: 0;
  }

  section.contents.feature .spec_table>table {
    font-size: 4vw;
  }

  section.contents.feature .spec_table>table td,
  section.contents.feature .spec_table>table th {
    padding: 1.5vw;
    text-align: center;
    line-height: 1.2;
  }

  section.contents.feature .spec_table>table>tbody>tr:nth-of-type(n+2) th {
    font-size: 3vw;
    width: 20%;
  }

  section.contents.feature .spec_table>table>tbody>tr th:nth-of-type(1) {
    width: 17vw;
  }

  section.contents.feature .spec_table>table>tbody>tr:nth-of-type(1) th {
    font-size: 4.5vw;
    letter-spacing: -.02em;
  }

  section.contents.feature .feature_list>li:nth-of-type(n+2) {
    margin-top: 10vw;
  }

  section.contents.feature .feature_list>li,
  section.contents.feature .feature_list>li:nth-of-type(odd) {
    flex-direction: column-reverse;
  }

  section.contents.feature .feature_list>li:nth-of-type(even) .text_block {
    padding-left: 0;
  }

  section.contents.feature .feature_list>li:nth-of-type(odd) .text_block {
    padding-right: 0;
  }

  section.contents.feature .feature_list>li .text_block {
    width: 100%;
    box-sizing: border-box;
  }

  section.contents.feature .feature_list>li .img_block {
    width: 100%;
    max-width: 300px;
    margin-top: 2vw;
  }

  section.contents.feature .feature_list>li .text_block>dt {
    font-size: 7vw;
  }

  section.contents.feature .feature_list>li .text_block>dt>br {
    display: none;
  }

  section.contents.feature .feature_list>li .text_block>dd {
    font-size: 4.2vw;
  }

  .diy_lineup .item_list:nth-of-type(n+2) {
    margin-top: 3vw;
  }

  .diy_lineup .item_list>li.bundle_campaign_applies::before {
    width: 30vw;
    right: 1px;
    top: 1px;
    letter-spacing: 0;
    font-size: 3vw;
    box-shadow: none;
    left: unset;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.link_box a {
  display: block;
  height: 64px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #66a81e;
  border: 2px solid #66a81e;
  line-height: 60px;
  font-size: 22px;
}

.link_box a,
.link_box a::before,
.link_box a::after {
  box-sizing: border-box;
  transition: all .3s;
}

.link_box a::before,
.link_box a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #66a81e;
}

.link_box a::before {
  top: 0;
}

.link_box a::after {
  bottom: 0;
}

@media screen and (min-width:480px) {
  .link_box a:hover {
    background-color: #000;
    border-color: #66a81e;
    color: #66a81e;
  }

  .link_box a:hover::before,
  .link_box a:hover::after {
    height: 0;
    background-color: #66a81e;
  }
}

@media screen and (max-width:479px) {
  .link_box a {
    font-size: 4.6vw;
    line-height: 1.4;
    width: 94%;
    height: auto;
    padding: 4px 0;
    margin: 0 auto;
  }
}

.touka img:hover {
  opacity: 0.7;
  filter: brightness(110%);
}

.section_inner h4.yout {
  text-align: center;
  font-size: 30px;
  margin: 30px 0 0;
  padding: 0;
  margin-top: 30px;
  color: #75b900;
}

@media screen and (max-width: 479px) {
  .touka img {
    width: 96vw;
  }

  .section_inner h4.yout {
    text-align: center;
    font-size: 1.4em;
    margin: 20px 0 0;
    padding: 0;
    margin-top: 20px;
  }
}

/*その他のキャンペーン*/
.p-gaming-pc-sub__point__collabo * {
  box-sizing: border-box;
}

.p-gaming-pc-sub__point__collabo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 1050px;
  margin-left: -122px;
  height: unset;
  padding: 0;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__collabo {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px !important;
  }

  .p-gaming-pc-sub__point__collabo a {
    /*width: 85%;*/
  }

  .p-gaming-pc-sub__point__collabo img {
    max-width: 303px;
  }
}

.p-gaming-pc-sub__point__collabo .p-gaming-pc-sub__point__img-area {
  display: block;
}

.p-gaming-pc-sub__point__collabo .p-gaming-pc-sub__point__img-area .p-gaming-pc__select-slider__swiper-container {
  position: relative;
  overflow: hidden;
}

.p-gaming-pc-sub__point__collabo .p-gaming-pc-sub__point__img-area .p-gaming-pc__select-slider__swiper-slide {
  width: 345px !important;
  box-shadow: none;
  border: none;
  background: #000;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__collabo .p-gaming-pc-sub__point__img-area {
    margin-top: 20px;
    padding: 0;
  }

  .p-gaming-pc-sub__point__collabo .p-gaming-pc-sub__point__img-area .p-gaming-pc__select-slider__swiper-slide {
    /*width: 74%;*/
    width: 225px !important;
  }
}

.p-gaming-pc-sub__point__text-area {
  width: 280px;
  padding-left: 0;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__text-area {
    width: 100%;
    padding: 0;
  }
}

.p-gaming-pc-sub__point__text-area__text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  margin-left: 0;
  font-style: normal;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__text-area__text h3 {
    margin-bottom: 7px;
    font-size: 4.4vw;
    letter-spacing: 1.08px;
  }
}

.p-gaming-pc-sub__point__text-area__text p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__text-area__text p {
    margin-bottom: 10px;
    font-size: 3.6vw;
    letter-spacing: 0.72px;
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc-sub__point__text-area__text p+a {
    display: inline-block;
    margin-top: 20px;
    color: #00a2e6;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__text-area__text p+a {
    margin-bottom: 14px;
    font-size: 3.6vw;
    color: #00a2e6 !important;
    display: block;
    text-align: right;
    width: 100%;
  }
}

.p-gaming-pc-sub__point__img-area {
  display: flex;
  width: 720px;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__point__img-area {
    width: 100%;
  }
}

.p-gaming-pc-sub__point__img-area img {
  width: 100%;
}

@media screen and (max-width: 350px) {
  .p-gaming-pc-sub__point__img-area.c-flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 480px),
print {
  .p-gaming-pc-sub__point__img-area a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}

.p-gaming-pc__select-slider__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc__select-slider__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}

.p-gaming-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
  background: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }
}

.p-gaming-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-gaming-pc-sub__point__collabo::before {
  content: none;
}

.p-gaming-pc-sub__point__collabo::after {
  content: none;
}

.p-gaming-pc__select-slider__swiper-wrapper {
  -webkit-box-pack: normal;
  -ms-flex-pack: center;
  justify-content: normal;
  padding-left: 0;
}

.c-link--blue {
  border-bottom: none;
}

.p-gaming-pc-sub__point__img-area a:hover {
  -webkit-animation-duration: unset !important;
  -webkit-animation-name: unset !important;
  animation-name: unset !important;
  animation-duration: unset !important;
  opacity: unset !important;
}

.p-gaming-pc__select-slider__swiper-slide a:hover img {
  -webkit-transform: unset !important;
  transform: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.c-panel-arrow::after,
.c-panel-arrow::before {
  content: none;
}

/*トップへ戻る*/
#pagetop {
  opacity: 0;
  position: fixed;
  bottom: 30px;
  right: 55px;
  pointer-events: none;
  transition: opacity .5s;
  z-index: 2;
}

#pagetop.show {
  opacity: 1;
  pointer-events: all;
}

#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;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 5vw;
    right: 2vw;
  }
}

.new_info {
  margin-bottom: clamp(30px, 0.511rem + 4.55vw, 60px);
  color: #073375;
  font-size: 14px;
}

.new_info>dl>div {
  border: 1px solid #073375;
}

.new_info>dl>div>dt {
  padding: 5px 9px;
  background: #073375;
  color: #9cfffb;
  font-weight: normal;
  letter-spacing: .05em;
}

.new_info>dl>div>dd {
  padding: 5px 9px;
  line-height: 1.4;
  background: #fff;
}