@charset "UTF-8";


/* .contentOuter
----------------------------------------------- */
.contentOuter {
  padding-bottom: 40px;
  background-color: #fff;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
/* #mainVisual
----------------------------------------------- */
#mainVisual {
  background-color: #d52020;
  position: relative;
  padding-bottom: 20px;
  background-color: #d52020;
  border-radius: 15px 15px 10px 10px;
}
#mainVisual .ttl_line {
  margin-left: 20px;
  margin-bottom: 0;
}
#mainVisual .searchBox .search-box .tab-category li a {
  color: #fff;
}
.searchBox h2 img{
  vertical-align:bottom;
}
/* .titleArea
----------------------------------------------- */
.titleArea .leadArea {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.titleArea .leadArea .lead_title {
  font-weight: bold;
  margin-bottom: .5em;
}
#recommendBox{
  padding: 0 20px 20px;
  margin-top: -40px;
}
.contentOuter .couponBanner {
  width: 946px;
}
/* .ancNavArea
----------------------------------------------- */
.ancNavArea {
  overflow: hidden;
  margin: 20px 0;
}
.ancNavArea ul {
  text-align: center;
}
.ancNavArea ul li {
  display: inline-block;
  line-height: 50px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ancNavArea ul li + li {
  margin-left: 7px;
}
.ancNavArea ul li a {
  display: block;
  width: 470px;
  height: 50px;
  text-decoration: none;
  background-image: url(//s.skygate.co.jp/pc/dp/campaign/sale/dp_set_sale/images/ico_arrow_red_17x11.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #ffde00;
  border-radius: 5px;
}
.ancNavArea ul li a:hover {
  opacity:0.8;
}
.ancNavArea ul .naviLink a {
  border: solid 3px #061c79;
  color: #333;
}
/* = .couponContents *
* -----------------------------------------------
* クーポンエリア（新枠）
* ----------------------------------------------- */
.couponContents {
  position: relative;
  margin: 0 auto 30px;
  width: 950px;
  text-align: center;
  border: 5px solid #d52020;
  background-color: #d52020;
}
.couponContents .coupon .period {
  font-size: 21px;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
}
.couponContents .couponCode {
  padding: 20px 80px 10px;
  background-color: #ffde00;
  overflow:hidden;
}
.couponContents .couponCode .code {
  padding: 10px 20px 5px;
  font-size: 21px;
  font-weight: bold;
  background-color: #fff;
}
.couponContents .couponCode .cordTitle {
  padding-right: 40px;
}
.couponContents .couponCode .couponLink {
  display: block;
  padding-top: 10px;
  text-align: right;
  line-height: 1.6;
}
.foldtl {
  position: relative;
}
.foldtl:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 0px;
  height: 0px;
  border-bottom: 60px solid #fff;
  border-left: 60px solid transparent;
}
.foldtl:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 0px;
  height: 0px;
  border-top: 59px solid #d52020;
  border-right: 59px solid transparent;
}
/* .Areatitle
----------------------------------------------- */
#saleContents .item-frame-hdg {
  margin:0 25px 20px;
  padding: 3px;
  height: 43px;
  line-height: 43px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #000;
  background-image: url(//s.skygate.co.jp/pc/dp/campaign/sale/dp_set_sale/images/bg_sale_title_960x40.png);
}
#saleContents ul.item-frame-list.item-frame-dp {
  margin: 25px;
}
.discountTxt{
  display: inline-block;
  color: #fff;
  background-color: rgba(232, 52, 40, .8);
  text-align: center;
  letter-spacing: 1px;
  padding: 3px 15px;
  bottom: 38px;
  position: absolute;
}
/* AreaCommon
----------------------------------------------- */
.moreLink {
  text-align: right;
}
.moreLink a {
  background: url(//s.skygate.co.jp/pc/dp/images/ico_arrow_r01.png) no-repeat 0 50%;
  padding-left: 12px;
}
/* ----------------------------------------------------------------
.pagetop
----------------------------------------------------------------- */
.btn-PageTop{
  overflow:hidden;
  position:fixed;
  right:20px;
  bottom:30px;
  z-index:50;
  border-radius:4px;
  width:60px;
  height:60px;
  background:rgba(0, 0, 0, .6);
  text-indent:100%;
  white-space:nowrap;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.btn-PageTop:not(:target){
  -webkit-filter:none;
  filter:none;
}
.btn-PageTop > a{
  overflow:hidden;
  display:block;
  width:100%;
  height:100%;
  text-indent:100%;
  white-space:nowrap;
}
.btn-PageTop > a:after{
  display:block;
  position:absolute;
  top:22px;
  left:17px;
  margin:auto;
  width:26px;
  height:16px;
  background-image:url(//s.skygate.co.jp/pc/dp/images/sprite.png);
  background-position:-3095px 0px;
  content:"";
}
.btn-PageTop.fixed-footer{
  background: #000000;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
/* = .annotation
 * -----------------------------------------------
 * 注意事項
 * ----------------------------------------------- */
.annotation {
  padding: 0 20px 20px;
  line-height: 1.4;
  color: #333;
}

.clearfix:after{
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
