@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

アワードLP

Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  background-color:#FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: 'palt';
  font-size: 18px;
  letter-spacing: 1.2px;
  margin: 0 auto;
  width: 970px;
}
#lp_page h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
/*#lp_page #commemorativeModel h3 {
  font-size: 31px;
}*/
.section {
  margin: 30px 0 80px;
}
.otherModel {
  /*margin-bottom: 40px;*/
  text-align: right;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

/*-------------------------------------
　タイトル
---------------------------------------*/
#lp_page #mainTitle {
  background: #fff url("./img/dengeki_bestbuy2021/main_title.jpg") no-repeat scroll center;
  height: 420px;
  margin: 0 -500%;
  padding: 0 500%;
  margin-top: 10px;
  margin-bottom: 80px;
}
#lp_page #mainTitle img {
  display: none;
}

p.userChooseText {
  line-height: 1.75;
}
/*-------------------------------------
　受賞モデル
---------------------------------------*/
#awardModel h3 {
  background: #e6b422;
  margin-bottom: 0;
  padding: 10px 20px;
}
#awardModel .standardBox {
  margin: 0 0 4px;
  padding: 20px 10px 20px 20px;
}
#awardModel .standardBox.gold {
  border: 4px solid #e6b422;
}
#awardModel .standardBox.copper {
  border: 4px solid #b87333;
}
#awardModel .standardBox .saleCatch {
  border-bottom: 4px solid #f22525;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 4px;
  padding-left: .2em;
  width: 510px;
}
#awardModel .standardBox .imgBox {
  float: right;
  margin-top: -140px;
}
#awardModel .standardBox .textBox {
  width: 510px;
}
#awardModel .standardBox .pcName {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
#awardModel .standardBox .specText {
	font-size: 18px;
	margin-bottom: 15px;
}
#awardModel .standardBox .specText dl {
  border-bottom: 1px dotted #c0c0c0;
  display: flex;
  align-items: baseline;
}
#awardModel .standardBox .specText dl:not(:last-child) {
  margin-bottom: 10px;
}
#awardModel .standardBox .specText dt {
  font-size: 14px;
  margin-right: .4em;
}
#awardModel .standardBox .specText dt::after {
  content: ":";
}
#awardModel .standardBox .specText .benchText {
  font-size: 12px;
  display: inline;
  margin-left: .5em;
}
#awardModel .standardBox .priceBox {
  color: #ff0000;
  font-size: 30px;
}
#awardModel .standardBox .priceBox span.en {
  font-size: 22px;
}
#awardModel .standardBox .priceBox span.taxkara {
  font-size: 18px;
}
#awardModel .standardBox .buyBtn {
  text-align: right;
}
#awardModel .standardBox .buyBtn a {
  background-color:#075aad;
  color:#fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 6px 50px;
  margin: 0 20px 0 0;
  text-decoration:none;
}
#awardModel .standardBox .buyBtn a:hover {
  background-color: #4692D8;
}
#awardModel .standardBox .blankSpace {
  height: 34px;
}

/*-------------------------------------
　受賞記念モデル
---------------------------------------*/
#commemorativeModel .limitedBox {
}
#commemorativeModel .limitedBox > li {
  margin: 0 0 40px 0;
}
#commemorativeModel .limitedBox li a {
  border: 4px solid #00b0f0;
  border-top: none;
  box-sizing: border-box;
  color: #333;
  display: block;
  padding: 15px;
  position: relative;
  text-decoration: none;
  display: flex;
}
#commemorativeModel .limitedBox li a span {
  color: #333;
}
#commemorativeModel .limitedBox > li p.icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
#commemorativeModel .infoBlock {
  width: 43%;
}
#commemorativeModel .modelCatch {
  text-align: center;
  color: #fff;
  background: #00b0f0;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0;
}
#commemorativeModel .infoBlock .pcName {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#commemorativeModel .infoBlock .specText {
  font-size: 16px;
  margin-bottom: 4px;
}
#commemorativeModel .infoBlock .specText li {
  border-bottom: 1px dotted #c0c0c0;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
#commemorativeModel .infoBlock .benchmark {
  font-size: 14px;
}
#commemorativeModel .infoBlock .benchText {
  font-size: 8px;
}
#commemorativeModel .infoBlock .priceBox {
  font-size: 22px;
  margin-bottom: 20px;
}
#commemorativeModel .infoBlock .priceBox span.en {
  font-size: 18px;
}
#commemorativeModel .infoBlock .priceBox span.taxkara {
  font-size: 14px;
}
#commemorativeModel .infoBlock .priceBox span {
  color: #ff0000;
}
#commemorativeModel .imgBlock {
  width: 270px;
  margin-right: 20px;
}
#commemorativeModel .imgBlock img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#commemorativeModel .limited {
  background-color: #d03636;
  box-shadow: 3px 4px 3px 0px rgba(0,0,0,0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px;
  text-align: center;
  transform:rotate(-2deg);
  width: 80%;
}
#commemorativeModel .infoBlock .buyBtn {
  background-color: #075aad;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 6px 50px;
  margin: 0 20px 0 0;
  text-decoration: none;
  width: 150px;
}

/*-------------------------------------
　注意文
---------------------------------------*/
.campNotes {
  font-size: 20px;
  text-align: center;
}

/*-------------------------------------
　サイドバナー非表示
---------------------------------------*/
.sidebannerLeft , .sidebannerRight {
  display:none;
}

/*-------------------------------------
　ページトップへ追随設定
---------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.pagetop {
  display: none;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
/*--------------------------
 レスポンシブ対応全体
----------------------------*/
  #lp_page {
    width: 100%!important;
    font-size: 1rem;
  }
  #lp_page h2 img {
    width:100%;
  }
  #lp_page h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    /* margin-bottom: 6px; */
  }
  #lp_page #commemorativeModel h3 {
    font-size: 1.3rem;
  }
  .section {
    margin: 30px 4%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #lp_page #mainTitle {
    background: none;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #lp_page #mainTitle img {
    display: block;
  }
  #awardModel .standardBox {
    padding: 10px;
  }
  #awardModel .standardBox .saleCatch {
    border-bottom: 2px solid #f22525;
    font-size: .9rem;
    width: 100%;
  }
  #awardModel .standardBox .saleCatch span {
    font-size: 1.6rem;
  }
  #awardModel .standardBox .imgBox {
    float: none;
    margin: 10px auto;
    width: 90%;
  }
  #awardModel .standardBox .textBox {
    width: 100%;
  }
  #awardModel .standardBox .pcName {
    font-size: 1rem;
  }
  #awardModel .standardBox .specText {
    font-size: .8rem;
  }
  #awardModel .standardBox .specText dt {
    font-size: .8rem;
  }
  #awardModel .standardBox .specText .benchText {
    font-size: .4rem;
  }
  #awardModel .standardBox .priceBox {
    font-size: 1.2rem;
  }
  #awardModel .standardBox .priceBox span.en {
    font-size: 1rem;
  }
  #awardModel .standardBox .priceBox span.taxkara {
    font-size: 1rem;
  }
  #awardModel .standardBox .buyBtn {
    text-align: left;
    margin: 10px 0 0;
  }
  #awardModel .standardBox .buyBtn a {
    box-sizing: border-box;
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  #awardModel .standardBox .blankSpace {
    height: 20px;
  }
  #awardModel .lastyear {
    display: flex;
    margin-top: 20px;
  }
  #awardModel .lastyear img {
    margin-right: 10px;
  }
  #awardModel .lastyear span {
   display: block;
   padding-top: 10px;
    }
  #commemorativeModel .limitedBox > li {
    width: 100%;
    position: relative;
  }
  #commemorativeModel .limitedBox li a {
    display: block;
  }
  #commemorativeModel .modelCatch {
    font-size: 1.2rem;
  }
  #commemorativeModel .limitedBox > li p.icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #commemorativeModel .limitedBox > li p.icon {
    width: 120px;
  }
  #commemorativeModel .imgBlock {
    margin-right: 0;
    width: 60%;
  }
  #commemorativeModel .infoBlock {
    width: auto;
  }
  #commemorativeModel .infoBlock .pcName {
    font-size: 1.2rem;
    text-align: center;
  }
  #commemorativeModel .infoBlock .specText {
    font-size: .8rem;
  }
  #commemorativeModel .infoBlock .benchText {
    font-size: .4rem;
  }
  #commemorativeModel .infoBlock .priceBox {
    font-size: 1.2rem;
    text-align: center;
  }
  #commemorativeModel .infoBlock .priceBox span.en {
    font-size: 1rem;
  }
  #commemorativeModel .infoBlock .priceBox span.taxkara {
    font-size: .8rem;
  }
  #commemorativeModel .limited {
    font-size: .9rem;
    width: 100%;
  }
  #commemorativeModel .infoBlock .buyBtn {
    margin: 0 auto;
  }
  .campNotes {
    font-size: 1rem;
  }

}

/*-------------------------------------
　リンク
---------------------------------------*/

.feature {
  margin: 80px 0 0;
}

.feature a img {
  transition: 0.3s all;
}

.feature a img:hover {
  opacity: 0.8;
}

p.link-ttl {
  color: #fff;
  background: #333;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width:479px){
  .feature {
    margin: 40px 0 0;
  }
  p.link-ttl {
    margin-top: 2px;
    font-size: 4vw;
  }
}



/*-- 早期終了 --*/
.boxbase{
	position: relative;
}
.endbox{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color:rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  color: #fff;
  font-size: 2em;
}
@media screen and (max-width:479px){
	.endbox{
	}
}
