
@charset "UTF-8";
/* =================================================================================================
　セゾンポイントモール - マウスコンピューター お得情報
　https://www.a-q-f.com/
　Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff !important;
}

/* ----------------------------------------------------------------------------
　ページスタイル
---------------------------------------------------------------------------- */
/* ページ背景色 */
.page {
  background-color: #fff;
}

/* リセット */
#lp h1, #lp h2, #lp h3, #lp h4, #lp h5, #lp ul, #lp li, #lp dl, #lp dt, #lp dd, #lp p, #lp a, #lp strong, #lp address {
  margin: 0;
  padding: 0;
  text-align: left;
}

#lp ul, #lp li {
  list-style: none;
  list-style-position: inside;
  text-indent: 0em;
}

#lp {
  min-width: 950px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #000;
}

/* パンくずナビ */
#lp #breadCrumb {
  width: 950px;
  margin: 0 auto 15px;
}

#lp #breadCrumb li {
  display: inline;
  font-size: 12px;
}

#lp #breadCrumb li strong {
  font-size: 12px;
}

#lp #breadCrumb li a {
  color: #3399ff;
}

/* リンク（デフォルトは下線無し） */
#lp a {
  text-decoration: none;
  cursor: pointer;
}

#lp a:hover {
  text-decoration: underline;
}

/* リキッド */
.liquid {
  margin: 0 auto;
  max-width: 1260px;
}

#new_header {
  margin-bottom: 0px !important;
}

#wrapper {
  padding-top: 0px !important;
}

#container,
#contentWrapper,
#mainContent {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

/* 赤字 */
.text_red {
  color: #a3171a;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
　背景
---------------------------------------------------------------------------- */
#lp {
  padding-bottom: 3rem;
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#lp #main_area {
  background-color: #fff100;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}

#lp #main_area .main_area_inner {
  width: 950px;
  margin: 0 auto;
}

#lp #main_area .title_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

#lp #main_area h1 {
  width: 332px;
  margin-right: 1rem;
}

#lp #main_area h1 img {
  width: 100%;
}

#lp #main_area .text {
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 600;
}

#lp #main_area .pc {
  width: 259px;
}

#lp #main_area .pc img {
  width: 100%;
}

#lp #main_area .btn_box {
  width: 720px;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#lp #main_area .btn_box li {
  width: 47%;
}

#lp #main_area .btn_box li:first-child {
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  padding: 0.2rem;
}

#lp #main_area .btn_box li:first-child .text {
  text-align: center;
  margin-bottom: 0rem;
}

#lp #main_area .btn_box li:first-child .point_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
}

#lp #main_area .btn_box li:first-child .point_text span {
  font-size: 1.275rem;
}

#lp #main_area .btn_box li:first-child .point_text span span {
  font-size: 2rem;
  font-weight: 600;
}

#lp #main_area .btn_box li:first-child .point_text .api_normalmaxpoint {
  margin-right: 5px;
  background: url("/common/pc/img/contents/extra/2003mouse/shop_arrow.png") right center no-repeat;
  padding-right: 20px;
}

#lp #main_area .btn_box li:first-child .point_text .api_saleflg {
  display: none;
}

#lp #main_area .btn_box li:first-child .point_text .has_sale {
  display: inline-block;
  position: relative;
}

#lp #main_area .btn_box li:first-child .point_text .api_displaypoint span {
  color: #e10022;
}

#lp #main_area .btn_box li:last-child a {
  display: block;
  background: url("/common/pc/img/contents/extra/2003mouse/icon_arrow_white.png") right 1rem top 50% no-repeat;
  background-color: #e10022;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 0.8rem 0;
  font-size: 1.3rem;
  line-height: 130%;
  text-decoration: none;
}

#lp #main_area .btn_box li:last-child a:hover {
  opacity: 0.8;
}

#lp #main_area .btn_box li:last-child a span {
  font-size: 1.5rem;
  font-weight: 600;
}

#lp #main_area .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#lp #main_area .link li {
  margin: 0 1rem;
}

#lp #main_area .link li a {
  color: #000;
  text-decoration: underline;
  font-size: 0.875rem;
}

/* ----------------------------------------------------------------------------
　ラインナップ
---------------------------------------------------------------------------- */
#lp .lineup {
  margin-bottom: 6rem;
}

#lp #headBanner {
  margin-bottom: 4rem;
}

#lp .lineup h2 {
  text-align: center;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  letter-spacing: 2px;
}

#lp .lineup .category {
  width: 160px;
  margin: 0 auto 2rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  padding: 0.7rem 0;
  font-size: 1rem;
  line-height: 100%;
}

#lp #headBanner ul {
  background-color: transparent;
}

#lp .lineup ul {
  background-color: #f8f8f8;
  padding: 1.3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#lp .lineup ul li {
  margin-right: 25px;
}

#lp .lineup ul li a {
  display: block;
}

#lp .lineup ul li a:hover {
  opacity: 0.8;
}

#lp .lineup ul li:last-child {
  margin-right: 0px;
}

#lp #campaign .category {
  background: -webkit-gradient(linear, left top, right top, from(#fe186e), to(#f38621));
  background: -webkit-linear-gradient(left, #fe186e 0%, #f38621 100%);
  background: -o-linear-gradient(left, #fe186e 0%, #f38621 100%);
  background: linear-gradient(to right, #fe186e 0%, #f38621 100%);
}

#lp #general .category {
  background: -webkit-gradient(linear, left top, right top, from(#00cc7f), to(#4d85dc));
  background: -webkit-linear-gradient(left, #00cc7f 0%, #4d85dc 100%);
  background: -o-linear-gradient(left, #00cc7f 0%, #4d85dc 100%);
  background: linear-gradient(to right, #00cc7f 0%, #4d85dc 100%);
}

#lp #game .category {
  background: -webkit-gradient(linear, left top, right top, from(#9d27f9), to(#fd535e));
  background: -webkit-linear-gradient(left, #9d27f9 0%, #fd535e 100%);
  background: -o-linear-gradient(left, #9d27f9 0%, #fd535e 100%);
  background: linear-gradient(to right, #9d27f9 0%, #fd535e 100%);
}

#lp #creator .category {
  background: -webkit-gradient(linear, left top, right top, from(#fe00c2), to(#059ce1));
  background: -webkit-linear-gradient(left, #fe00c2 0%, #059ce1 100%);
  background: -o-linear-gradient(left, #fe00c2 0%, #059ce1 100%);
  background: linear-gradient(to right, #fe00c2 0%, #059ce1 100%);
}

#lp #corpo .category {
  background: -webkit-gradient(linear, left top, right top, from(#006ef1), to(#00b7d7));
  background: -webkit-linear-gradient(left, #006ef1 0%, #00b7d7 100%);
  background: -o-linear-gradient(left, #006ef1 0%, #00b7d7 100%);
  background: linear-gradient(to right, #006ef1 0%, #00b7d7 100%);
}

/* ----------------------------------------------------------------------------
　ポイント
---------------------------------------------------------------------------- */
#lp #point {
  width: 930px;
  margin: 0 auto 3rem;
}

#lp #point h3 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1.9rem;
  letter-spacing: 3px;
  font-weight: 600;
  color: #4a4a4a;
}

#lp #point ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#lp #point ul li {
  width: 28%;
  position: relative;
  padding-top: 22%;
}

#lp #point ul li .photo {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 1;
}

#lp #point ul li .photo img {
  width: 100%;
}

#lp #point ul li .title {
  text-align: center;
  line-height: 180%;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

#lp #point ul li .text {
  text-align: center;
  line-height: 160%;
  font-size: 0.8rem;
  color: #666;
  position: relative;
  z-index: 2;
}

#lp .btn_last {
  width: 380px;
  margin: 0 auto;
}

#lp .btn_last a {
  display: block;
  background: url("/common/pc/img/contents/extra/2003mouse/icon_arrow_white.png") right 1rem top 50% no-repeat;
  background-color: #e10022;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 0.8rem 0;
  font-size: 1.3rem;
  line-height: 130%;
  text-decoration: none;
}

#lp .btn_last a:hover {
  opacity: 0.8;
}

#lp .btn_last a span {
  font-size: 1.5rem;
  font-weight: 600;
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.page_top {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  background-color: #fff;
}




