@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.contents-section {
  padding: 90px 0
}
.contents-inner {
  margin: 0 auto;
  width: 970px;
}
.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 970px;
}
.page_link a {
  margin: 0;
}
.contents-wap p.annotation {
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
.text_title {
  padding-top: 70px;
  margin-top: -70px;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.image-border {
  border: 1px solid #c0c0c0;
}
.rollover:hover,
.page_link a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.form-link a {
  border: 2px solid #fff;
  border-radius: 100vh;
  box-shadow: 4px 4px 7px -5px #000;
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  transition: .3s;
}
.form-link a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-color: #fff;
  content: '';
}
.form-link a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

@media screen and (max-width: 767px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  #lp_page {
    font-size: 3.6vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  .contents-section {
    padding: 60px 0
  }
  .contents-inner {
    width: calc(100% - 30px);
  }
  .page_link {
    width: 100%;
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
    padding: 15px 0 10px;
    background: #df0011;
    justify-content: space-around;
  }
  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .text_title {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
    letter-spacing: 2px;
    padding-top: 30px;
  }
  .contents-wap p.annotation {
    font-size: 14px;
  }
  #pagetop {
    right: 8%;
  }
  .form-link a {
    font-size: 16px;
  }
  .form-link a::after {
    right: 15px;
  }
}

/*-------------------------------------
　hタグ設定
---------------------------------------*/
.contents-section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.contents-inner > .rec_wap:not(:last-child){
  margin-bottom: 60px;
}
h3.text_title {
  margin-bottom: 40px;
}
div + h3.text_title {
  margin-top: 80px;
}
h3.text_title span {
  color: #fff;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a;
  transform: skewX(-14deg);
}
h4.text_title {
  margin-bottom: 30px;
}
div + h4.text_title {
  margin-top: 80px;
}
h4.text_title span {
  display: flex;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a;
  transform: skewX(-14deg);
}
h4.text_title span::before,
h4.text_title span::after {
  content: "";
  width: 10%;
  border-top: 1px solid #fff;
  box-shadow: 0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a,
    0 0 5px #09013a;
}
h4.text_title span::before {
  margin-right: 1rem; 
}
h4.text_title span::after {
  margin-left: 1rem; 
}
@media screen and (max-width: 767px) {
  .contents-section h2 {
    margin-bottom: 20px;
  }
  h3.text_title {
    margin-bottom: 20px;
  }
  h3.text_title span {
    font-size: 24px;
  }
  h4.text_title {
    margin-bottom: 20px;
  }
  h4.text_title span {
    font-size: 18px;
  }
  h4.text_title span::before,
  h4.text_title span::after {
    width: 7%;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background: #263771; /* Old browsers */
  background: linear-gradient(to bottom,  #263771 0%,#263771 5%,#263771 6%,#00044c 10%,#00044c 40%,#00044c 70%,#263771 71%,#263771 76%,#263771 76%,#263771 77%,#263771 80%,#00044c 83%,#00044c 100%);
}
.nav_box li > a {
  background: #a000c2;
  background: linear-gradient(to bottom,  #a000c2 0%,#7500c0 100%);
  color: #fff;
  display: table-cell;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.nav_box li > a:hover {
  background-color: rgba(0,0,0,.5);
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 1px 10px rgb(255 255 255 / 60%);
}
.inside {
  margin: 0 auto;
  width: 970px;
}
.inside > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside > ul > li {
  display: table;
  border-right: 1px solid #fff;
  width: calc(100%/3);
}
.inside >ul > li:first-of-type {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .nav_box li > a {
    font-size: 3vw;
    letter-spacing: 0;
    padding: 10px 4px;
    display: table-cell;
  }
  .inside {
    width: 100%;
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
}

/*-------------------------------------
　各ブロック背景
---------------------------------------*/
.bg-point-campaign {
  background: #fff url("../../../event/gaming-summer-festa/images/bg-point-campaign-pc.jpg") no-repeat top center / cover;
  padding-top: 0;
}
.bg-recommend-item {
  background: #000828 url("../../../event/gaming-summer-festa/images/bg-recommend-item-pc.jpg") no-repeat top center / cover;
  padding-top: 0;
}
.bg-others-campaign {
  background: #fff url("../../../event/gaming-summer-festa/images/bg-others-campaign-pc.jpg") no-repeat top center / cover;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .bg-point-campaign {
    background: #fff url("../../../event/gaming-summer-festa/images/bg-point-campaign-sp.jpg") no-repeat top center / cover;
  }
  .bg-recommend-item {
    background: #fff url("../../../event/gaming-summer-festa/images/bg-recommend-item-sp.jpg") no-repeat top center / cover;
  }
  .bg-others-campaign {
    background: #fff url("../../../event/gaming-summer-festa/images/bg-others-campaign-sp.jpg") no-repeat top center / cover;
  }
}

/*-------------------------------------
　ヒーローイメージ
---------------------------------------*/
.hero-image {
  background-color: #fff;
  height: 666px;
  position: relative;
  width: 100%;
}
.hero-image .hero-image_inner {
  width: 1920px;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-image .hero-image_inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-image {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .hero-image .hero-image_inner {
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }
}

/*-------------------------------------
　ポイント還元キャンペーン
---------------------------------------*/
.point-return {
  margin-bottom: 80px;
}
.point-return img {
  height: auto;
  width: 100%;
}
.point-return__detail {
  background-color: rgba(25,173,255,.4);
  border: 2px solid #acd2ff;
  margin-bottom: 40px;
  padding: 30px;
  text-align: center;
  text-shadow: 0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed,
    0 0 5px #1476ed;
}
div + .point-return__detail {
  margin-top: 100px;
}
.point-return__detail--text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  transform: skewX(-14deg);
}
.point-return__detail--text span {
  color: #FFED00;
}
.point-return__detail--attention {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  text-indent: -1em;
}
.point-return__detail--attention li::before {
  margin-left: 1em;
}
.point-return__detail--attention li::before {
  content: "※";
}
.point-return__detail--attention a.c-link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.point-return__detail--attention a.c-link:hover {
  border-bottom: none;
}
.point-return__campaign {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.point-return__campaign > div {
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  padding: 20px;
  width: 49%;
}
.campaign_shoulder {
  margin-bottom: 20px;
  text-align: center;
}
.campaign_shoulder-head {
  font-size: 22px;
  font-weight: bold;
}
#point-campaign .form-link a {
  background: #f30100;
  background: linear-gradient(to right,  #f30100 0%,#ff3324 50%,#f30100 100%);
}
.contents-inner__w-chance {
  margin: 0 auto;
  width: 860px;
}
.contents-inner__w-chance p:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .point-return {
    margin-bottom: 40px;
  }
  .point-return__detail {
    margin-bottom: 30px;
    padding: 20px;
  }
  .point-return__detail--text {
    font-size: 20px;
    transform: none;
  }
  .point-return__detail--attention,
  .campaign_shoulder-attention {
    text-align: left;
  }
  .point-return__campaign > div {
    padding: 16px;
    width: 100%;
  }
  .point-return__campaign > div:first-child {
    margin-bottom: 40px;
  }
  .campaign_shoulder-head {
    font-size: 20px;
  }
  .contents-inner__w-chance {
    width: 100%;
  }
}

/*-------------------------------------
　その他のキャンペーン
---------------------------------------*/
.other-campaign {
  margin: 80px 0 0;
}
.link_steam-dospara {
  margin-bottom: 80px;
}
.other-campaign img,
.link_steam-dospara img {
  height: auto;
  width: 100%;
}

/*-------------------------------------
　豪華景品キャンペーン
---------------------------------------*/
.select-gift__panels {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select-gift__panels--small {
  background-color: #fff;
  border: 3px solid #af149b;
  width:  calc(100% / 3 - 26px);
}
.select-gift__panels--small:hover {
  border: 3px solid rgb(173,3,17);
}
.select-gift__panels--small a {
  display: block;
  padding: 14px 22px;
  height: 100%;
  width: 100%;
}
.select-gift__panels--small img {
  height: auto;
  width: 100%;
}
.gift-images {
  text-align: center;
  margin: 20px auto 10px;
}
.gift-images img {
  height: auto;
  width: 100%;
  max-width: 210px;
}
.gift-name {
  font-weight: bold;
  line-height: 1.4;
}
.select-item__text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000;
}
.select-item__text::before, .select-item__text::after {
  content: '';
  width: 3px;
  height: 100px;  
  background-color: #fff;
  box-shadow: 0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000,
    0 0 5px #000;
}
.select-item__text::before {
  margin-right: 50px;
  transform: rotate(-25deg);
}
.select-item__text::after {
  margin-left: 50px;
  transform: rotate(25deg);
}
#present-campaign .form-link {
  margin-bottom: 80px;
}
#present-campaign .form-link a {
  background-color: #036f00;
}
@media screen and (max-width: 767px) {
  .select-gift__panels {
    gap: 10px;
  }
  .select-gift__panels--small {
    width: calc(100% / 2 - 5px);
  }
  .select-gift__panels--small a {
    padding: 10px 14px;
  }
  .select-item__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .select-item__text::before,
  .select-item__text::after {
    height: 40px;
  }
  .select-item__text::before {
    margin-right: 20px;
  }
  .select-item__text::after {
    margin-left: 20px;
  }
  .select-item {
    flex-direction: column;
  }
  .select-item a:first-child {
    margin-bottom: 20px;
  }
}

/*-------------------------------------
　おすすめ商品アンカー
---------------------------------------*/
.recommend-item__anchor-links {
  display: flex;
}
.recommend-item__anchor-links li {
  width: calc(100% / 3);
}
.recommend-item__anchor-links li a {
  background-color: #d3035b;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px;
  text-align: center;
}
.recommend-item__anchor-links li a:hover {
  background-color: #f15c9b;
}
@media screen and (min-width: 768px), print {
  .recommend-item__anchor-links {
    column-gap: 20px;
    margin-bottom: 80px;
  }
  .recommend-item__anchor-links li a {
    font-size: 20px;
  }
  .recommend-item__anchor-links .ico {
    margin-left: 3px;
    vertical-align: middle;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-item__anchor-links {
    column-gap: 8px;
    margin-bottom: 20px;
  }
  .recommend-item__anchor-links li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 6px;
  }
  .recommend-item__anchor-links .ico {
    margin-left: 3px;
    vertical-align: middle;
    width: 12px;
  }
}

/*-------------------------------------
　パソコンブロック
---------------------------------------*/
.model_wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.model_wrapper:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .model_wrapper + .text_title {
    margin-top: 80px;
  }
}
.model_box {
  background-color: #fff;
  border: 3px solid #e60813;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  position: relative;
  width: calc((100% / 3) - 16px);
}
.model_box:nth-child(4n) {
  margin-right: 0;
} 
.model_box:hover {
  border: 3px solid #51090d;
}
.model_box a {
  display: block;
  padding: 30px 20px 20px;
  height: 100%;
  width: 100%;
}
.model_box__point-return {
  background-color: #e43344;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .78px;
  margin-bottom: 20px;
  padding: 4px 0;
  text-align: center;
}
.is-no-point .model_box__point-return {
  visibility: hidden;
}
.model_box__image {
  margin: 0 auto 20px;
  width: 80%;
}
.model_box__image img {
  height: auto;
  width: 100%;
}
.model_box__catchcopy {
  font-size: 14px;
  letter-spacing: 1.08px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__name {
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  letter-spacing: .78px;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.model_box__spec {
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__price {
  border-bottom: 1px solid #cdcdcd;
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
}
.model_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.model_box__button {
  width: 100%;
}
.model_box__point {
  background-color: #e50011;
  color: #fef18c;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.model_box__point span {
  color: #fef18c;
}
@media screen and (max-width: 767px) {
  .model_wrapper div:not(:last-child){
    margin-bottom: 40px;
  }
  .model_wrapper + .text_title {
    margin-top: 20px;
  }
  .model_box {
    width: 100%;
  }
}

/*-------------------------------------
　パーツブロック
---------------------------------------*/
.parts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.parts_wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.parts_box {
  background-color: #fff;
  border: 3px solid #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
}
.parts_box:hover {
  border: 3px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
.parts_box a {
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.parts_box.large {
  margin: 0 auto;
  width: 470px;
}
.parts_box.medium {
  width: calc((100% / 2) - 14px);
}
.parts_box.small {
  width: calc((100% / 3) - 16px);
}
.parts_box__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.parts_box__image {
  margin-bottom: 20px;
  width: 80%;
}
.parts_box__spec {
  width: 100%;
}
.parts_box__name {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
	text-align: left;
  word-wrap: break-word;
}
.parts_box__name span:first-child {
  margin-right: .6em;
}
.parts_box__price {
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
}
.parts_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.parts_box__button {
  width: 100%;
}
.others-link {
  text-align: right;
}
.others-link a.c-link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.others-link a.c-link:hover {
  border-bottom: none;
}
.others-link + .text_title--sub {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .parts_wrapper {
    gap: 10px;
  }
  .parts_wrapper .parts_box:not(:last-child) {
    margin-bottom: 10px;
  }
  .parts_box:nth-of-type(2n-2){
    margin: 0;
  }
  .parts_box__spec {
    width: 100%;
  }
  .parts_box.large,
  .parts_box.medium,
  .parts_box.small {
    width: calc((100% / 2) - 5px);
  }
  .parts_box a {
    padding: 10px;
  }
  .parts_box__name {
    font-size: 14px;
    line-height: 1.4;
  }
  .parts_box__price span {
    font-size: 20px;
  }
  .parts_box__button.c-button--primary-blue::after {
    right: 10px;
  }
}

/*-------------------------------------
　その他セールページへ
---------------------------------------*/
.other-campaign-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.other-campaign-link li {
  background-color: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  width: calc((100%/3) - 20px);
}
.other-campaign-link li img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .other-campaign-link li {
    margin-bottom: 20px;
    width: calc((100%/2) - 10px);
  }
}