@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
/*-------------------------------------
　基本設定
---------------------------------------*/
#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%);
}
.cont_wap_star {
  background: url(/5info/img/gw_2022/bg_star.png) repeat-y center top;
  padding-bottom: 90px;
}
.cont_inner {
  width: 1050px;
  margin: 0 auto;
}
.main_title {
  width: 100%;
  /*height: 28.95vw;*/
  height: 550px;
  position: relative;
}
/*注意・スマホ用ではない*/
@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;
}
.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 #561c20;
  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 #561c20;
}
@media screen and (max-width: 479px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  #lp_page {
    width: 100%;
    font-size: 3.6vw;
    position: relative;
  }
  .cont_wap_star {
    background: url(/5info/img/gw_2022/bg_star.png) 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 #561c20;
  }
  .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 #561c20;
  }
}
/*-------------------------------------
　ポイントキャンペーン
---------------------------------------*/
@-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_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: 32px;
  font-weight: 400;
  font-family: 'Sansita Swashed', cursive;
  letter-spacing: 1px;
  transform: scaleX(1.2) skewX(-6deg);
}
.gaming_pc .rec_ttl {
  color: #011e60;
}
.rec_ttl.creator_pc {
  color: #0a3381;
  padding-right: 40px;
}
.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: 15px;
  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-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.rec_box .rec_spec p {
  font-size: 14px;
}
.rec_box .rec_price, .rec_box .rec_price span {
  font-size: 22px;
  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;
}
.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;
}
@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;
  }
}
/*-------------------------------------
　Twitterキャンペーン
---------------------------------------*/
.camp_twitter_ttl {
  background: #590000;
  background: linear-gradient(0deg, #590000 0%, #8f0000 100%);
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom: none;
}
.camp_twitter_ttl h3 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 12px;
  font-weight: bold;
  color: #561c20;
  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_twitter_box {
  background-color: #fae9bb;
  padding: 30px 0;
}
.camp_cont {
  background: #fff;
  border-radius: 10px;
  width: 740px;
  margin: 0 auto;
  padding: 30px;
}
.camp_cont:nth-of-type(n+2) {
  margin-top: 30px;
}
.camp_twitter_box a, .camp_twitter_box a span {
  color: #00a2e6;
  word-break: break-all;
}
.camp_twitter_box p:nth-of-type(n+2) {
  margin-top: 16px;
}
.camp_twitter_box p span {
  font-size: 14px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.camp_twitter_img {
  width: 380px;
  margin: 0 auto 30px;
}
.camp_twitter_img img {
  max-width: 100%;
}
.camp_twitter_link p {
  font-size: 24px;
  font-weight: bold;
  color: #561c20;
  text-align: center;
}
.camp_twitter_link p span {
  font-size: 16px;
  font-weight: normal;
}
.camp_btn_box {
  margin: 26px auto 0;
  display: flex;
  justify-content: space-between;
}
.btn_wap {
  width: 24%;
  background: #ccc;
  transform: skewX(-14deg);
  box-shadow: 2px 2px 4px #999;
}
.btn_wap.rt_now {
  background: #e43344;
  transition: all 0.3s;
}
.btn_wap.rt_now:hover {
  background: #e45633;
}
.btn_wap a {
  pointer-events: none;
}
.btn_wap.rt_now a {
  pointer-events: auto;
}
.btn_wap a, .btn_wap a span {
  text-decoration: none;
  color: #fff;
}
.btn_wap a .btn_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  transform: skewX(14deg);
}
.btn_wap a .btn_txt span:last-of-type {
  font-size: 18px;
  display: inline-block;
  margin-bottom: -12px;
  font-family: Meiryo, "メイリオ";
}
@media screen and (max-width: 479px) {
  .camp_twitter_ttl {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_twitter_ttl h3 {
    font-size: 4.6vw;
    letter-spacing: 2px;
  }
  .camp_twitter_box {
    padding: 20px 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_cont {
    width: 92%;
    padding: 20px 4%;
  }
  .camp_cont:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .camp_twitter_box p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .camp_twitter_box p span {
    font-size: 3.2vw;
  }
  .camp_twitter_img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .camp_twitter_link p {
    font-size: 4.6vw;
  }
  .camp_twitter_link p span {
    font-size: 3.2vw;
  }
  .camp_btn_box {
    margin: 20px auto 0;
    flex-wrap: wrap;
    width: 94%;
  }
  .btn_wap {
    width: 48.6%;
  }
  .btn_wap:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .btn_wap.rt_now:hover {
    background: #e43344;
  }
}
/*-------------------------------------
　LINEキャンペーン
---------------------------------------*/
.camp_line_box {
  background-color: #ffe2c4;
}
.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;
}
@media screen and (max-width: 479px) {
  .rot_next, .rec_wap .rot_next {
    right: 2px;
  }
  .rec_wap .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
/*-------------------------------------
　その他のキャンペーン
---------------------------------------*/
.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: 40px;
  }
}
