@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css?$staticlink$);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
/*-------------------------------------
　基本設定
---------------------------------------*/

h5.dxv{display: none;}

.pc {display: block;}
.sp {display:  none;}

.effect {
  opacity: 0;
  transition: 1s all;
}
.effect.active {
  opacity: 1;
}



#container {
  width: 100%;
  margin-bottom: 60px;
}
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  position: relative;
}
#lp_page * {
  box-sizing: border-box;
}
.breadCrumb {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.sidebannerLeft, .sidebannerRight {
  display: none;
}
/* .p-registered .iconlink_wapper {
  width: 510px;
} */
.cont_wap {
  /* background: #cf4444;
  background: linear-gradient(180deg, #cf4444 0%, #e06e6e 100%); */
 background: #32449d;
}
.cont_wap_star {
  background: url(img/daikessan_2022/bg_star.png?$staticlink$) repeat-y center top;
  padding-bottom: 90px;
}
.cont_inner {
  width: 1050px;
  margin: 0 auto;
}
.main_title {
  width: 100%;
  /*height: 28.95vw;*/
  /* height: 550px; */
  animation: WrapfadeIn 1s ease 0s 1 normal;
}
@keyframes WrapfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*注意・スマホ用ではない*/
@media (min-width: 1900px) {
  .main_title {
    height: 550px;
  }
}
.main_title .main_title_inner {
  /*width: 100vw;
  max-width: 1900px;*/
  /* width: 1900px;
  max-width: 1900px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
}
.main_title .main_title_inner img {
  width: 100%;
}
.ichiran-link {
  display: block;
  text-align: right;
  font-size: 14px;
  margin: 20px 0;
}
.ichiran-link a {
  color: #fff !important;
}
.camp_title {
  margin-top: 90px;
}
.camp_title h3 {
  text-align: center;
  color: #e43344;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 2px 2px #ccc;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 6px;
}
.camp_title h3 span {
  letter-spacing: -2px;
}
.txt_ttl {
  font-size: 38px;
  margin: 0 0 20px;
  padding-top: 90px;
  color: #fff;
  /*padding: 10px 20px;*/
  text-shadow: 4px 4px 2px #00277e;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
}
.txt_ttl_2 {
  font-size: 22px;
  margin: 90px 0 20px;
  text-align: center;
}
.pagetop {
  display: none;
  width: 970px;
  margin: 0 auto;
}
.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
.bxshadow {
  box-shadow: 4px 4px 2px #00277e;
}
@media screen and (max-width: 479px) {

  .pc {display: none;}
  .sp {display: block;}

  /* .p-registered .iconlink_wapper {
    width: 96vw;
  } */
  #lp_page {
    width: 100%;
    font-size: 3.6vw;
    position: relative;
  }
  .cont_wap_star {
    background: url(img/gw_2022/bg_star.png?$staticlink$) repeat-y -50vw top;
    padding-bottom: 60px;
  }
  .cont_inner {
    width: 100%;
  }
  .main_title {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .main_title .main_title_inner {
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .txt_ttl {
    width: 96%;
    font-size: 4.8vw;
    margin: 30px 0 10px;
    padding-top: 30px;
    letter-spacing: 0;
    text-shadow: 2px 2px 2px #00277e;
  }
  .txt_ttl_2 {
    width: 96%;
    font-size: 4.4vw;
    margin: 60px auto 10px;
  }
  .camp_title {
    margin-top: 60px;
  }
  .camp_title h3 {
    font-size: 8vw;
    letter-spacing: 4px;
  }
  .pagetop {
    width: 96%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .bxshadow {
    box-shadow: 2px 2px 2px #00277e;
  }
}
/*-------------------------------------
　ポイントキャンペーン
---------------------------------------*/
@-webkit-keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.camp_box {
  background: #fff;
  padding: 40px;
}
.camp_box img:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .camp_box {
    padding: 15px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*-------------------------------------
　セールパソコン
---------------------------------------*/
.rec_wap {
  /*width: 300%;
  margin-left: -100%;*/
  padding: 40px 0;
  background: #f6f6f6;
}
.rec_wap.creator,
.rec_wap_home_pc {
  background: #fff;
}
/*.rec_wap.gaming_pc {
  margin-top: 60px;
}*/
.rec_wap img {
  max-width: 100%;
}
.rec_inner {
  width: 1050px;
  margin: 0 auto;
}
.rec_ttl_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec_ttl {
  font-size: 60px;
  font-weight: bold;
  color: #004ea1;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 4px;
}
.rec_ttl span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.rec_ttl {
  color: #011e60;
}
.rec_ttl.home_pc {
  padding-left: 40px;
  position: relative;
}
.rec_ttl.home_pc::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 94px;
  background-color: #0a3381;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(20deg);
}
.rec_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.rec_box {
  width: 300px;
  position: relative;
  /*background: #e6f2fe;*/
  background: #ffc2c7;
  padding: 3px;
  transition: all 0.2s ease-in-out;
}
.rec_box:hover {
  background: #ffdbde;
}
.rec_box::before {
  content: "特価";
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  transform: rotate(-45deg);
  z-index: 555;
}
.rec_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #e43344;
  border-right: 100px solid transparent;
  z-index: 444;
}
.rec_box.point_back {
  background: #92f097;
}
.rec_box.point_back:hover {
  background: #bbfcbe;
}
.rec_box.point_back::before {
  content: "ポイント\A進呈";
  white-space: pre;
  position: absolute;
  top: 15px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
.rec_box.point_back::after {
  border-top: 100px solid #4db052;
}
.rec_box.reco_pc {
  background: #0036b1;
}
.rec_box.reco_pc:hover {
  background: #6292ff;
}
.rec_box.reco_pc::before {
  content: "おすすめ";
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
.rec_box.reco_pc::after {
  border-top: 100px solid #00277e;
}
.rec_box.sold_out {
  background: #ddd;
}
.rec_box.sold_out::after {
  border-top: 0;
}
.rec_box.sold_out::before {
  content: "※ご好評につき\A完売しました";
  white-space: pre;
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #e43344;
  letter-spacing: 4px;
  transform: rotate(0) translateX(-50%);
}
.rec_box a, .rec_box a span {
  text-decoration: none;
  color: #333;
}
.rec_box.sold_out a {
  pointer-events: none !important;
}
.rec_box .rec_box_inner {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.rec_box.sold_out .rec_box_inner {
  opacity: 0.6;
}
.rec_box .rec_img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec_box .rec_name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0;
}
.rec_box .rec_spec p {
  font-size: 14px;
}
.rec_box .rec_price, .rec_box .rec_price span {
  font-size: 26px;
  font-weight: bold;
  color: #e43344;
}
.rec_box .rec_price .yen {
  font-size: 14px;
}
.rec_box .jaccs_box {
  margin-top: 6px;
  padding: 6px 6px 0px;
  border-top: 1px dashed #ccc;
  font-size: 14px;
}
.rec_box .rec_jaccs_price span {
  /* color: #00a2e6; */
  color: #e43344;
  font-weight: bold;
  font-size: 120%;
}
.point_back_txt {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: 40px;
}
.jaccs_link {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  margin-right: 40px;
}
.point_back_txt + .jaccs_link {
  margin-top: 10px;
}

.rec_box .point {
    width: 90%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f6e71d;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 3px 0;
    border-radius: 5px;
}
.rec_box .point span {
  color: red;
  font-size: 130%;
  padding-right: 5px;
}

.rec_box .point::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: solid 10px #f6e71d;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}

.rec_box {
  margin-top: 60px!important;
}
.rec_box.reco_pc {
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
  .rec_wap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
  }
  .rec_wap.gaming_pc {
    margin-top: 0;
  }
  .rec_inner {
    width: 100%;
  }
  .rec_ttl_flex {
    flex-direction: column;
  }
  .rec_ttl {
    font-size: 10vw;
  }
  .rec_ttl span {
    font-size: 5vw;
  }
  .rec_ttl.creator_pc {
    padding-right: 0;
  }
  .rec_ttl.home_pc {
    padding-left: 0;
    margin-top: 20px;
  }
  .rec_ttl.home_pc::before {
    content: none;
  }
  .rec_flex {
    display: block;
    margin-top: 20px;
  }
  .rec_box {
    width: 100%;
  }
  .rec_box .rec_box_inner {
    padding: 15px;
  }
  .rec_box .rec_name {
    font-size: 4vw;
    margin: 10px 0 4px;
  }
  .rec_box .rec_spec p {
    font-size: 3.4vw;
  }
  .rec_box .rec_price, .rec_box .rec_price span {
    font-size: 5vw;
  }
  .rec_box .rec_price .yen {
    font-size: 3.4vw;
  }
  .point_back_txt {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4vw;
  }
  .jaccs_link {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4vw;
  }
}
/*-------------------------------------
　キャンペーン
---------------------------------------*/
.camp_other_ttl {
  background: #1e38bb;
  background: linear-gradient(0deg, #02198c 0%, #1e38bb 100%);
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom: none;
}
.camp_other_ttl h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 12px;
  font-weight: bold;
  color: #00277e;
  transform: skewX(-14deg);
  text-shadow:
    2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.camp_other_ttl h2 span {
  font-size: 65%;
}
.camp_other_box {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 100px;
}
.camp_cont {
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.camp_cont:nth-of-type(n+2) {
  margin-top: 30px;
}
.camp_other_box a, .camp_other_box a span {
  color: #00a2e6;
  word-break: break-all;
}
.camp_other_box p:nth-of-type(n+2) {
  margin-top: 16px;
}
.camp_other_box p span {
  font-size: 14px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.camp_cont img {
  transition: 0.2s all;
}
.camp_cont img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 479px) {
  .camp_other_ttl {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_other_ttl h2 {
    font-size: 4.6vw;
    letter-spacing: 2px;
  }
  .camp_other_box {
    padding: 20px 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .camp_cont {
    padding: 0 4%;
  }
  .camp_cont:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .camp_other_box p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .camp_other_box p span {
    font-size: 3.2vw;
  }
}
/*-------------------------------------
　LINEキャンペーン
---------------------------------------*/
.camp_line_box {
  background-color: #fff;
}
.camp_line_box p span:first-of-type {
  margin-top: 10px;
}
.areaTtl {
  font-size: 32px;
  margin-bottom: 30px;
  color: #00ba01;
  text-align: center;
}
.areaTxt {
  font-size: 22px;
  margin-bottom: 60px;
}
.addFriendsList {
  /*margin-top: 50px;*/
}
.addFriendsBox {
  position: relative;
  display: flex;
  /*padding-top: 60px;*/
}
.addFriendsTtl {
  font-size: 30px;
  font-weight: 800;
  color: #0fbd0c;
  transform: rotate(-15deg);
  text-align: center;
  position: absolute;
  line-height: 1;
  top: -64px;
  left: -72px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.addFriendsStep {
  font-size: 16px;
  /*margin-top: -80px;*/
  margin-left: 30px;
  width: calc(100% - 200px);
}
.addFriendsImg {
  width: 200px;
}
.addFriendsImg img {
  max-width: 100%;
}
.addFriendsStep li {
  counter-increment: number;
}
.addFriendsStep li::before {
  content: counter(number);
  font-family: 'Damion', cursive;
  font-size: 60px;
  color: #00ba01;
  letter-spacing: -5px;
  line-height: 0.8;
  width: 40px;
  display: inline-block;
}
.line_pc {
  display: block;
}
.line_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .line_pc {
    display: none;
  }
  .line_sp {
    display: block;
  }
  .areaSpBtn {
    text-align: center;
  }
  .areaTtl {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .areaTxt {
    font-size: 3.6vw;
    margin-bottom: 20px;
  }
}
/*========================================
slider (slick js)
========================================*/
.rot_box {
  margin-top: 30px;
}
.rot_prev, .rot_next {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
}
.rot_prev:hover, .rot_next:hover {
  opacity: 0.6;
}
.rot_prev {
  left: 2px;
}
.rot_next {
  right: 10px;
}
.rec_wap .rot_next {
  right: 4px;
}
.slick-slide {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.rec_wap .slick-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.slick-slide img {
  margin: 0 auto;
}
.square_slider {
  display: none;
}
.slick-initialized {
  display: block;
}

.btn_detail {
  width: 750px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  background: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
}
.btn_detail a {
  font-weight: bold;
  color: #000;
  background: #f6e71d;
  display: block;
  text-decoration: none;
  padding: 40px 0;
  transition: 0.3s all;
}
.btn_detail a:hover {
  opacity: 0.7;
}

.camp_ttl{
  margin-top: 60px;
  background: #fff;
  box-shadow: 4px 4px 2px 2px #00277e;
}
.camp_ttl img{
  transition: 0.3s all;
}
.camp_ttl img:hover{
  opacity: 0.7;
}

@media screen and (max-width: 479px) {
  .camp_ttl {
    margin: 20px 10px 0;

  }
  .camp_ttl,
  .rec_wap.gaming_pc {
      opacity: 1!important;
  }
  .btn_detail {
    width: auto;
    margin: 20px 10px 60px;
  }
  .btn_detail a {
    padding: 10px;
    font-size: 5vw;
  }

  .rot_next, .rec_wap .rot_next {
    right: 2px;
  }
  .rec_wap .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .rec_box .point {
    width: 70%;
  }
}
/*-------------------------------------
　その他のキャンペーン
---------------------------------------*/
.camp_bnr_wap {
  background: #fff;
  padding: 40px;
}
.camp_bnr_box {
  text-align: center;
}
.camp_bnr_box:nth-of-type(n+2) {
  margin-top: 20px;
}
.camp_bnr_box img {
  max-width: 100%;
}
.camp_bnr_box img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 479px) {
  .camp_bnr_wap {
    padding: 15px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_bnr_box {
    width: 96%;
    margin: 0 auto;
  }
  .camp_bnr_box:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .camp_bnr_box img:hover {
    opacity: 1;
  }
}
/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background: #ffd79e;
  width: 300%;
  margin-left: -100%;
}
.nav_box a {
  color: #484848;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  height: 100%;
}
.nav_box a:hover {
  background: #ffb480;
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
}
.inside {
  margin: 0 auto;
  width: 1050px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside ul li {
  width: 16%;
  height: 60px;
}
#buy, #homebuild {
  padding-top: 60px;
}
@media screen and (max-width:479px) {
  .nav_box {
    width: 100%;
    margin-left: 0;
  }
  .nav_box a:hover {
    background: transparent;
  }
  .menuBox {
    position: sticky;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    width: 50%;
  }
  .inside ul li:nth-child(even) {
    border-right: 0;
  }
  #buy, #homebuild {
    padding-top: 20px;
  }
}

/*SFCC*/
#container a, #container a span {text-decoration: none;} 
@media screen and (max-width: 479px){       
#container{margin: 0 auto;width: auto;} 
#root,.breadCrumb{display: none;}
#container img{max-width: 100%;}     
}  
