@charset "utf-8";
:root {
  /* color */
  --color-main: #073375;
  --color-blue: #0071c5;
  --color-light-blue: #ebf6ff;
}
/*-------------------------------------
　基本設定
---------------------------------------*/
#maincontent {
  overflow: hidden;
}
#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: 990px;
}
@media screen and (max-width: 999px) {
  .contents-inner {
    width: 100%;
    padding-inline: 15px;
  }
}
#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;
}
.rollover:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
@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: 90px 0 0;
  }
  .contents-section:last-of-type {
    padding-bottom: 60px;
  }
  #gamepc_model {
    padding-top: 60px;
  }
  .contents-inner {
    width: calc(100% - 30px);
    padding-inline: 0;
  }
  .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;
  }
  #pagetop {
    right: 8%;
  }
}
/*-------------------------------------
　hタグ設定
---------------------------------------*/
.contents-section h1 {
  margin-bottom: 40px;
  text-align: center;
}
.contents-inner > .rec_wap:not(:last-child) {
  margin-bottom: 60px;
}
h2.text_title {
  margin-bottom: 40px;
  background: var(--color-main);
  transform: skewX(-14deg);
  padding: 10px 30px;
  margin-inline: auto;
  width: fit-content;
}
div + h2.text_title {
  margin-top: 80px;
}
h2.text_title span {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  transform: skewX(14deg);
  color: #fff;
}
h3.text_title {
  margin-bottom: 30px;
}
div + h3.text_title {
  margin-top: 80px;
}
h3.text_title span {
  display: flex;
  color: #062261;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}
h3.text_title span::before, h3.text_title span::after {
  content: "";
  width: 10%;
  border-top: 1px solid #484848;
}
h3.text_title span::before {
  margin-right: 1rem;
}
h3.text_title span::after {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .contents-section h1 {
    margin-bottom: 20px;
  }
  h2.text_title {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
  }
  h2.text_title span {
    font-size: 18px;
  }
  h3.text_title {
    margin-bottom: 20px;
  }
  h3.text_title span {
    font-size: 16px;
  }
  h3.text_title span::before, h3.text_title span::after {
    width: 7%;
  }
}
/*-------------------------------------
　ナビ
---------------------------------------*/
.inpage_nav {
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  height: 70px;
  background: var(--color-blue);
}
.inpage_nav .nav_inner {
  height: 70px;
  display: flex;
  align-items: center;
  /*justify-content:center;*/
}
.inpage_nav .nav_inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 113, 197, .85);
  border-bottom: 1px solid rgba(7, 51, 117, .75);
  z-index: 100;
  /*animation:fadein .5s forwards;*/
}
.inpage_nav .nav_inner .nav_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  width: 1050px;
  margin: 0 auto;
}
.inpage_nav .nav_inner .nav_list > li {
  border: 1px solid #fff;
  width: calc((100% - 30px)/4);
}
.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;
  background: var(--color-main);
}
.inpage_nav .nav_inner .nav_list > li a:hover {
  background: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .inpage_nav .nav_inner .nav_list {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
  }
  .inpage_nav .nav_inner .nav_list > li a {
    font-size: 14px;
    min-height: 35px;
  }
  .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;
  }
}
/*-------------------------------------
　イントロ
---------------------------------------*/
.intro_wrap {
  background: var(--color-main);
  padding: clamp(20px, 0.795rem + 1.52vw, 30px) 0;
}
.intro_wrap .intro_txt {
  color: #fff;
  font-size: clamp(18px, 0.307rem + 2.73vw, 36px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
}
/*-------------------------------------
　ヒーローイメージ
---------------------------------------*/
.hero-image {
  width: 100%;
}
.hero-image .hero-image_inner {}
.hero-image .hero-image_inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-image {}
  .hero-image .hero-image_inner {}
}
/*-------------------------------------
　パソコンブロック
---------------------------------------*/
.model_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px;
}
.model_wrapper:not(:last-child) {
  /*margin-bottom: 20px;*/
}
.model_wrapper + .text_title {
  margin-top: 80px;
}
.model_box {
  background-color: #fff;
  border: solid 1px #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  position: relative;
  width: calc((100% - 40px)/ 3);
  height: auto;
}
.model_box.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
  pointer-events: none;
}
.model_box.c-panel-arrow::after {
  background-color: #004da1;
  pointer-events: none;
}
.model_box a {
  display: block;
  padding: 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:hover .model_box__image 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;
}
.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;
  font-size: 14px;
}
.model_box__price {
  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;
}
.others-link {
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}
.others-link .c-link {
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
}
.others-link .c-link:hover {
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
}
.others-link + .text_title--sub {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .model_wrapper div:not(:last-child) {
    /*margin-bottom: 40px;*/
  }
  .model_box {
    width: 100%;
  }
  .model_box.c-panel-arrow::before {
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
  }
  .model_box.c-panel-arrow::after {
    width: 20px;
    height: 20px;
  }
}
/*-------------------------------------
　特徴説明
---------------------------------------*/
.feature_wrap:nth-of-type(n+2) {
  margin-top: clamp(60px, 2.386rem + 4.55vw, 90px);
}
.feature_txt {
  border: 1px solid var(--color-main);
  padding: clamp(20px, 0.795rem + 1.52vw, 30px);
}
.feature_txt p {
  font-size: clamp(16px, 0.909rem + 0.3vw, 18px);
  letter-spacing: 2px;
  line-height: 1.6;
}
.feature_txt.feature_kome {
  border: none;
}
.feature_txt.feature_kome p {
  font-size: clamp(12px, 0.659rem + 0.3vw, 14px);
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}
.feature_txt.feature_kome p span {
  font-size: 80%;
  margin-right: 6px;
  vertical-align: top;
}
.feature_kome_ttl {
  font-weight: bold;
}
/*-------------------------------------
　スペック表
---------------------------------------*/
.spec_wrap:nth-of-type(n+2) {
  margin-top: clamp(30px, 0.511rem + 4.55vw, 60px);
}
.spec_table table {
  width: 100%;
  border: 2px solid var(--color-main);
	table-layout: fixed;
}
.spec_table table th, .spec_table table td {
  border: 1px solid var(--color-main);
  text-align: center;
  padding: 8px 4px;
  vertical-align: middle;
}
.spec_table table th {
  background-color: var(--color-light-blue);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .6px;
}
.spec_table table td {
  font-size: 15px;
}
.spec_table table thead th:nth-of-type(1) {
  width: 280px;
}
.spec_table.item9_table table thead th:nth-of-type(1) {
  width: auto;
}
/*.spec_table table thead th:nth-of-type(2) {
	border-left: 2px solid var(--color-main);
}
.spec_table table tbody td:nth-of-type(1) {
	border-left: 2px solid var(--color-main);
}*/
@media screen and (max-width: 767px) {
  .spec_table {
    overflow-x: scroll;
  }
  .spec_table.item5_table table {
    width: 700px;
  }
  .spec_table.item9_table table {
    width: 1100px;
  }
  .spec_table.item3_table table {
    width: 560px;
  }
  .spec_table.item2_table table {
    width: 460px;
  }
  /*.spec_table table thead th {
    width: 90px;
  }*/
.spec_table table thead th:nth-of-type(1), .spec_table.item9_table table thead th:nth-of-type(1) {
  width: 160px;
}
}
@media screen and (max-width: 479px) {
  .spec_wrap {
    position: relative;
  }
  .spec_wrap::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 78px;
    top: 50px;
    right: 20px;
    background: url(../../5sp/shopping/templates/img/icon_scroll_gray.png);
    transition: 0.5s;
    visibility: visible;
    pointer-events: none;
  }
  .spec_wrap.scroll_over::after {
    opacity: 0;
    height: 0;
  }
}
/*-------------------------------------
　新商品対応
---------------------------------------*/
h2.main_title {
  margin-bottom: clamp(30px, 0.511rem + 4.55vw, 60px);
  text-align: center;
  font-size: clamp(18px, 0.761rem + 1.21vw, 26px);
  font-weight: bold;
  letter-spacing: 2px;
}
.model_box__catchcopy {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.js-model_wrap {
  position: relative;
}
.js-model_box-slider, .js-model_box-slider2, .js-model_box-slider3 {
  padding-bottom: 20px;
}
.swiper-container .model_wrapper {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
}
.p-pagination {
  top: auto !important;
  bottom: 0;
}
.p-button-prev, .p-button-next {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  width: 36px;
  height: 54px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-button-prev:hover, .p-button-next:hover {
  opacity: 0.6;
}
.p-button-prev.swiper-button-disabled, .p-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.p-button-prev {
  left: -40px;
  background-image: url("images/slide_prev.webp");
}
.p-button-next {
  right: -40px;
  background-image: url("images/slide_next.webp");
}
.relation-link {
  text-align: center;
  font-size: clamp(16px, 0.854rem + 0.73vw, 22px);
  margin-top: clamp(10px, 0.17rem + 1.52vw, 20px);
}
.compare-link {
  margin-top: clamp(30px, 0.511rem + 4.55vw, 60px);
  margin-bottom: calc(clamp(30px, 0.511rem + 4.55vw, 60px)*-1);
}
@media screen and (max-width: 767px) {
  .swiper-container .model_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .p-pagination, .p-button-prev, .p-button-next {
    display: none;
  }
}


.model_box > a[data-key="primeurl"].new::before{
  font-size: 12px;
  width: 53px;
  height: 53px;
  position: absolute;
  line-height: 1.3;
  border: 3px solid rgb(0 113 197 / 59%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  transform: rotateZ(10deg);
  right: 5px;
  top: 5px;
  background: #fff;
  color: #073375;
  z-index:1;
}
.model_box > a[data-key="primeurl"].new0109::before{
  content:'1月9日新発売';
  font-size: 12px;
  width: 53px;
  height: 53px;
  position: absolute;
  line-height: 1.3;
  border: 3px solid rgb(0 113 197 / 59%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  transform: rotateZ(10deg);
  right: 5px;
  top: 5px;
  background: #fff;
  color: #073375;
  z-index:1;
}
.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;
}
.new_info>dl>div>dd strong{
  font-weight: normal;
  background-image: linear-gradient(0deg, yellow 0%,yellow 30%, transparent 30%);
  padding-left: 0.3em;
  padding-right: 0.3em;
}

@media screen and (max-width: 767px){
  .new_info>dl>div>dd br{
    display:none;
  }
}

.other-campaign-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.other-campaign-list > li {
  width: calc((100% - 60px) / 4);
  flex: 0 0 auto;
  text-align: center;
}
.other-campaign-list img {
  max-width: 100%;
  height: auto;
}
.other-campaign-list a:hover {
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .other-campaign-list > li {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 479px) {
  .other-campaign-list > li {
    width: 100%;
  }
}