@charset "UTF-8";

/* =============== LP：ベストスタイルTOP20 =============== */
.mediaSp{display: none;}

.main_outer {
  width: 100%;
  background: #fff;
  padding: 80px 0 60px;
  position: relative;
}
.contest {
  width: 1240px;
  margin: 0 auto;
}
.contest_list {
  margin: 0 -32px 0 0;
}
.contest_list:after {
  content: "";
  display: block;
  clear: both;
}
.contest_list li {
  position: relative;
  float: left;
  width: 190px;
  margin: 14px 20px 60px 0;
  color: #333;
  font-size: 14px;
  background-attachment: fixed;
}
.contest_list li a {
  display: block;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.contest_list li a:hover {
  opacity: 0.7;
}
.contest_list li .contest_list_img img {
  width: 100%;
  height: auto;
}
.contest_list_ranking {
  position: absolute;
  top: -28px;
  left: 10px;
  z-index: 3;
}
.contest_list_ranking img {
  height: 38px;
  width: auto;
}
.contest_list_storeName {
  margin: 10px 0 0;
}
.contest_list_name {
  font-weight: bold;
  margin-top: 5px;
}
.contest_list li:first-child {
  width: 1240px;
  margin: 0 auto 60px;
}
.contest_list li:first-child .contest_list_description {
  background: url(/award/2020/contest/images2020/background_01_pc.jpg?20200301);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 580px;
  position: relative;
}
.contest_list li:first-child .contest_list_img {
  width: 500px;
  position: absolute;
  top: 0;
  left: 165px;
}
.contest_list li:first-child .contest_list_ranking {
  top: 180px;
  left: auto;
  right: 308px;
  width: 39px;
  text-align: center;
}
.contest_list li:first-child .contest_list_ranking img {
  width: auto;
  height: 70px;
}
.contest_list li:first-child .contest_list_storeName {
  width: 332px;
  position: absolute;
  top: 270px;
  left: auto;
  right: 160px;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.contest_list li:first-child .contest_list_name {
  width: 332px;
  position: absolute;
  top: 317px;
  left: auto;
  right: 160px;
  text-align: center;
  font-size: 14px;
  margin-top: 0;
}
.contest_list li:first-child .contest_list_txt {
  width: 372px;
  position: absolute;
  top: 370px;
  left: auto;
  right: 137px;
  text-align: center;
  font-size: 26px;
  line-height: 39px;
}
.contest_list li:first-child .contest_list_txt img {
  width: auto;
}
.contest_list li:nth-child(2),
.contest_list li:nth-child(3) {
  width: 610px;
  margin: 0 20px 97px 0;
}
.contest_list li:nth-child(3) {
  margin: 0 0 97px 0;
}
.contest_list li:nth-child(2) .contest_list_description,
.contest_list li:nth-child(3) .contest_list_description {
  height: 394px;
  position: relative;
}
.contest_list li:nth-child(2) .contest_list_description{
  background: url(/award/2020/contest/images2020/background_02_pc.jpg?20200301);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.contest_list li:nth-child(3) .contest_list_description{
  background: url(/award/2020/contest/images2020/background_03_pc.jpg?20200301);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.contest_list li:nth-child(2) .contest_list_img,
.contest_list li:nth-child(3) .contest_list_img {
  width: 282px;
  position: absolute;
  top: auto;
  left: 55px;
  bottom: 20px;
}
.contest_list li:nth-child(2) .contest_list_ranking,
.contest_list li:nth-child(3) .contest_list_ranking {
  top: 138px;
  left: 336px;
  width: 273px;
  text-align: center;
}
.contest_list li:nth-child(2) .contest_list_ranking img,
.contest_list li:nth-child(3) .contest_list_ranking img {
  width: auto;
  height: 58px;
}
.contest_list li:nth-child(2) .contest_list_storeName,
.contest_list li:nth-child(3) .contest_list_storeName {
  position: absolute;
  width: 273px;
  top: 226px;
  left: 336px;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.contest_list li:nth-child(2) .contest_list_name,
.contest_list li:nth-child(3) .contest_list_name {
  position: absolute;
  width: 273px;
  top: 252px;
  left: 336px;
  text-align: center;
  font-size: 14px;
  margin-top: 0;
}
.link_bn {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.link_bn a {
  display: inline-block;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.link_bn a:hover {
  opacity: 0.7;
}
.nav_change {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  margin-top: 40px;
}
.nav_change.nav_change_fixed {
  position: fixed;
}
.nav_change a {
  display: inline-block;
  min-width: 243px;
  padding: 0 40px 0 20px;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #2a2a2a;
  background-image: url(/award/2020/images2020/ico_right_arrow_white.png);
  background-size: 7px 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  animation-duration: 0.5s;
  animation-name: fade-in;
  transition: all 0.3s ease;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.nav_change a:link,
.nav_change a:visited {
  color: #fff;
}
.nav_change a:hover {
  color: #fff;
  background-color: #b7a27e;
  text-decoration: none;
}
.common_link_btn {
  margin-top: 50px;
}

/* =============== SP対応 max-width: 767px =============== */

@media screen and (max-width: 767px) {
  .mediaPc{display: none;}
  .mediaSp{display: block;}

  .main_outer {
    background-size: 500px auto;
    padding: 40px 0 55px;
  }
  .contest {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contest_list {
    margin: 0;
  }
  .contest_list li {
    width: 47%;
    margin: 14px 5.5% 30px 0;
  }
  .contest_list li:nth-child(odd) {
    margin: 14px 0 30px 0;
  }
  .contest_list li a:hover {
    opacity: 1;
  }
  .contest_list_ranking {
    top: -20px;
    left: 8px;
  }
  .contest_list_ranking img {
    height: 34px;
    width: auto;
  }
  .contest_list li:first-child {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .contest_list li:first-child .contest_list_description {
    background: url(/award/2020/contest/images2020/background_01_sp.jpg?20200301);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 45px;
  }
  .contest_list li:first-child .contest_list_img {
    width: 100%;
    position: static;
  }
  .contest_list li:first-child .contest_list_ranking {
    width: 100%;
    position: static;
    margin-top: 38px;
  }
  .contest_list li:first-child .contest_list_ranking img {
    width: 43px;
    height: auto;
  }
  .contest_list li:first-child .contest_list_storeName {
    position: static;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
  }
  .contest_list li:first-child .contest_list_name {
    position: static;
    width: 100%;
    margin-top: 3px;
  }
  .contest_list li:first-child .contest_list_txt {
    position: static;
    width: 100%;
    margin-top: 35px;
    font-size: 20px;
    line-height: 33px;
  }
  .contest_list li:first-child .contest_list_txt img {
    width: 100%;
    height: auto;
  }
  .contest_list li:nth-child(2),
  .contest_list li:nth-child(3) {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .contest_list li:nth-child(3) {
    margin: 0 0 60px 0;
  }
  .contest_list li:nth-child(2) .contest_list_description,
  .contest_list li:nth-child(3) .contest_list_description {
    height: auto;
    padding: 0px 0 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contest_list li:nth-child(2) .contest_list_description{
    background: url(/award/2020/contest/images2020/background_02_sp.jpg?20200301);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .contest_list li:nth-child(3) .contest_list_description{
    background: url(/award/2020/contest/images2020/background_03_sp.jpg?20200301);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .contest_list li:nth-child(2) .contest_list_img,
  .contest_list li:nth-child(3) .contest_list_img {
    width: 65%;
    position: static;
    margin: 0 auto;
  }
  .contest_list li:nth-child(2) .contest_list_ranking,
  .contest_list li:nth-child(3) .contest_list_ranking {
    position: static;
    width: 100%;
    margin-top: 38px;
  }
  .contest_list li:nth-child(2) .contest_list_ranking img,
  .contest_list li:nth-child(3) .contest_list_ranking img {
    width: auto;
    height: 64px;
  }
  .contest_list li:nth-child(2) .contest_list_storeName,
  .contest_list li:nth-child(3) .contest_list_storeName {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .contest_list li:nth-child(2) .contest_list_name,
  .contest_list li:nth-child(3) .contest_list_name {
    position: static;
    width: 100%;
    margin-top: 3px;
  }
  .link_bn {
    width: 100%;
    padding: 30px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .link_bn a img {
    width: 100%;
    height: auto;
  }
  .link_bn a:hover {
    opacity: 1;
  }
  .nav_change {
    margin-top: 40px;
  }
  .nav_change a {
    min-width: 55px;
    padding: 0;
    height: 47px;
    line-height: 47px;
    background-color: #2a2a2a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    text-indent: -9999px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
  }
  .nav_change a.nav_change_mens {
    background-image: url(/award/2020/contest/images2020/nav_change_sp_mens.png);
  }
  .nav_change a.nav_change_ladies {
    background-image: url(/award/2020/contest/images2020/nav_change_sp_ladies.png);
  }
  .nav_change a:hover {
    color: #fff;
    background-color: #b7a27e;
  }
}
