@charset "UTF-8";

/* =============== LP：ベストスタイルTOP20 =============== */
.mediaSp{display: none;}

.contest {
  max-width: 1184px;
  margin: 56px auto 0;
}
.contest_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -48px;
}
.contest_list li {
  margin-bottom: 48px;
}
.contest_list li .ranking_number {
  text-align: left;
}

/*== 01 ==*/
.contest_list li:nth-child(1) {
  width: calc(100% - 24px);
  margin: 0 auto 40px;
}
.contest_list li:nth-child(1) .list_wrapper {
  max-width: 960px; 
  height: 754px;
  background: url(/award/2021/images2021/cement_bg.jpg?20210301) repeat;
  padding: 16px;
  margin: 0 auto;
}
.contest_list li:nth-child(1) .list_contents {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 64px;
  border: 4px solid #444;
}
.contest_list li:nth-child(1) .contest_list_img {
  display: block;
  max-width: 440px;
  height: auto;
  overflow: hidden;
}
.contest_list li:nth-child(1) .contest_list_ranking_wrapper {
  position: absolute;
  bottom: 112px;
  right: 64px;
  width: 376px;
  height: 376px;
  background-color: #444;
  padding: 48px;
}
.contest_list li:nth-child(1) .contest_list_ranking {
  position: absolute;
  bottom: 48px;
  right: 48px;
  color: #d3b679;
  text-align: right;
  letter-spacing: 0.08em;
}
.contest_list li:nth-child(1) .ranking_number {
  position: relative;
  padding: 22px 0 0 18px;
}
.contest_list li:nth-child(1) .ranking_number img {
  height: 62px;
}
.contest_list li:nth-child(1) .ranking_number:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 108px;
  left: -45px;
  width: 306px;
  height: 1px;
  background-color: #d3b679;
  transform: rotate(-45deg);
}

.contest_list li:nth-child(1) .contest_list_storeName {
  font-size: 24px;
  line-height: 1.5;
}
.contest_list li:nth-child(1) .contest_list_name {
  margin-top: 20px;
  font-size: 18px;
}

/*== 02, 03 ==*/
.contest_list li:nth-child(2),
.contest_list li:nth-child(3) {
  width: calc(50% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}
.contest_list li:nth-child(2) .list_wrapper,
.contest_list li:nth-child(3) .list_wrapper {
  max-width: 579px;
  height: auto;
  background: url(/award/2021/images2021/cement_bg.jpg?20210301) repeat;
  padding: 12px;
}
.contest_list li:nth-child(2) .list_contents,
.contest_list li:nth-child(3) .list_contents {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px;
  border: 4px solid #444;
}
.contest_list li:nth-child(2) .contest_list_img,
.contest_list li:nth-child(3) .contest_list_img {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.contest_list li:nth-child(2) .contest_list_ranking_wrapper,
.contest_list li:nth-child(3) .contest_list_ranking_wrapper {
  position: absolute;
  width: 224px;
  height: 224px;
  background-color: #444;
  padding: 24px;
}
.contest_list li:nth-child(2) .contest_list_ranking,
.contest_list li:nth-child(3) .contest_list_ranking {
  position: absolute;
  bottom: 24px;
  right: 24px;
  text-align: right;
  letter-spacing: 0.08em;
}
.contest_list li:nth-child(2) .ranking_number:after,
.contest_list li:nth-child(3) .ranking_number:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 64px;
  left: -26px;
  width: 180px;
  height: 1px;
  transform: rotate(-45deg);
}
.contest_list li:nth-child(2) .ranking_number,
.contest_list li:nth-child(3) .ranking_number {
  position: relative;
  padding: 12px 0 0 12px;
}
.contest_list li:nth-child(2) .ranking_number img,
.contest_list li:nth-child(3) .ranking_number img {
  height: 37px;
}
.contest_list li:nth-child(2) .contest_list_storeName,
.contest_list li:nth-child(3) .contest_list_storeName {
  font-size: 18px;
  line-height: 1.5;
}
.contest_list li:nth-child(2) .contest_list_name,
.contest_list li:nth-child(3) .contest_list_name {
  margin-top: 14px;
  font-size: 14px;
}

/*== 02==*/
.contest_list li:nth-child(2) .contest_list_img {
  margin-left: 211px;
}
.contest_list li:nth-child(2) .contest_list_ranking_wrapper {
  bottom: 154px;
  left: 24px;
}
.contest_list li:nth-child(2) .ranking_number {
  color: #cfcecd;
}
.contest_list li:nth-child(2) .ranking_number:after {
  background-color: #cfcecd;
}
.contest_list li:nth-child(2) .contest_list_ranking {
  color: #cfcecd;
}

/*== 03==*/
.contest_list li:nth-child(3) .list_wrapper {
  margin-top: 64px;
}
.contest_list li:nth-child(3) .contest_list_img {
  margin-right: 211px;
}
.contest_list li:nth-child(3) .contest_list_ranking_wrapper {
  bottom: 56px;
  right: 24px;
}
.contest_list li:nth-child(3) .ranking_number {
  color: #c3a691;
}
.contest_list li:nth-child(3) .ranking_number:after {
  background-color: #c3a691;
}
.contest_list li:nth-child(3) .contest_list_ranking {
  color: #c3a691;
}

/*== 04以降 ==*/
.contest_list li:nth-child(n+4) {
  width: calc(100% / 5 - 24px);
  margin-right: 12px;
  margin-left: 12px;
}
.contest_list li:nth-child(n+4) .list_wrapper {
  position: relative;
}
.contest_list li:nth-child(n+4) .contest_list_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contest_list li:nth-child(n+4) .ranking_number {
  position: absolute;
  top: -8px;
  left: -8px;
}
.contest_list li:nth-child(n+4) .ranking_number img {
  width: auto;
  height: 24px;
}

.contest_list li:nth-child(n+4) .ranking_number:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  left: -11px;
  width: 80px;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
}
.contest_list li:nth-child(n+4) .contest_list_ranking {
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.08em;
}
.contest_list li:nth-child(n+4) .contest_list_storeName {
  font-size: 14px;
  line-height: 1.5;
}
.contest_list li:nth-child(n+4) .contest_list_name {
  margin-top: 4px;
  font-size: 14px;
}

/*--- 人物hover効果 ---*/
.contest_list_img {
  transition: .3s;
}
.contest_list_img:hover {
  background-color: #000;
}
.contest_list_img img {
  width: 100%;
  height: auto;
  transition: .3s;
  transform: scale(1);
}
.contest_list_img:hover img {
  opacity: .6;
  transform: scale(1.05);
}


/* =============== SMALL PC対応 max-width: 1279px =============== */

@media screen and (min-width: 768px) and (max-width: 1279px) {

  .contest {
    width: 100%;
  }
  .contest_list {
    margin: 0 -12px -48px -12px;
  }

  /*== 01 ==*/
  .contest_list li:nth-child(1) {
    width: calc(100% - 24px);
    margin-bottom: 166px;
  }
  .contest_list li:nth-child(1) .list_wrapper {
    height: auto;
  }
  .contest_list li:nth-child(1) .list_contents {
    height: auto;
    padding: 48px;
  }
  .contest_list li:nth-child(1) .contest_list_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contest_list li:nth-child(1) .contest_list_ranking_wrapper {
    bottom: -146px;
    left: 50%;
    width: 300px;
    height: 300px;
    padding: 32px;
    transform: translateX(-50%);
  }
  .contest_list li:nth-child(1) .contest_list_ranking {
    bottom: 32px;
    right: 32px;
  }
  .contest_list li:nth-child(1) .ranking_number {
    padding: 16px 0 0 10px;
  }
  .contest_list li:nth-child(1) .ranking_number img {
    height: 56px;
  }
  .contest_list li:nth-child(1) .ranking_number:after {
    top: 84px;
    left: -34px;
    width: 236px;
    height: 1px;
  }
  .contest_list li:nth-child(1) .contest_list_storeName {
    font-size: 22px;
  }
  .contest_list li:nth-child(1) .contest_list_name {
    margin-top: 20px;
    font-size: 18px;
  }


  /*== 02, 03 ==*/
  .contest_list li:nth-child(2) .list_wrapper,
  .contest_list li:nth-child(3) .list_wrapper {
    max-width: 100%;
  }
  
  .contest_list li:nth-child(2) .contest_list_img,
  .contest_list li:nth-child(3) .contest_list_img {
    max-width: 292px;
    margin: 0 auto;
  }

  .contest_list li:nth-child(2) .contest_list_ranking_wrapper,
  .contest_list li:nth-child(3) .contest_list_ranking_wrapper {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #444;
    padding: 20px;
  }
  .contest_list li:nth-child(2) .contest_list_ranking,
  .contest_list li:nth-child(3) .contest_list_ranking {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    letter-spacing: 0.08em;
  }
  .contest_list li:nth-child(2) .ranking_number,
  .contest_list li:nth-child(3) .ranking_number {
    position: relative;
    padding: 8px 0 0 4px;
  }
  .contest_list li:nth-child(2) .ranking_number img,
  .contest_list li:nth-child(3) .ranking_number img {
    height: 34px;
  }
  .contest_list li:nth-child(2) .ranking_number:after,
  .contest_list li:nth-child(3) .ranking_number:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 51px;
    left: -22px;
    width: 146px;
    height: 1px;
    transform: rotate(-45deg);
  }
  .contest_list li:nth-child(2) .contest_list_storeName,
  .contest_list li:nth-child(3) .contest_list_storeName {
    font-size: 18px;
    line-height: 1.5;
  }
  .contest_list li:nth-child(2) .contest_list_name,
  .contest_list li:nth-child(3) .contest_list_name {
    margin-top: 14px;
    font-size: 14px;
  }

  /*== 02==*/
  .contest_list li:nth-child(2) {
    margin-bottom: 40px;
  }
  .contest_list li:nth-child(2) .contest_list_ranking_wrapper {
    bottom: -102px;
    left: 50%;
    transform: translateX(-50%);
  }

  /*== 03==*/
  .contest_list li:nth-child(3) {
    margin-bottom: 136px;
  }
  .contest_list li:nth-child(3) .contest_list_ranking_wrapper {
    bottom: -102px;
    right: 50%;
    transform: translateX(50%);
  }

}

/* =============== iPad対応 min-width: 768px - max-width: 834px =============== */

@media screen and (min-width: 768px) and (max-width: 834px) {
  
  /*== 03 ==*/
  .contest_list li:nth-child(3) .list_wrapper {
    margin-top: 0;
  }

  /*== 04以降 ==*/
  .contest_list li:nth-child(n+4) {
    width: calc(100% / 3 - 24px);
    margin: 0 12px 48px 12px;
  }

  /*--- 人物hover効果 ---*/
  .contest_list_img {
    transition: none;
  }
  .contest_list_img:hover {
    background-color: transparent;
  }
  .contest_list_img img {
    transition: none;
    transform: none;
  }
  .contest_list_img:hover img {
    opacity: 1;
    transform: none;
  }

}

/* =============== SP対応 max-width: 767px =============== */

@media screen and (max-width: 767px) {
  .mediaPc{display: none;}
  .mediaSp{display: block;}

  .main_outer {
    padding: 64px 0px;
  }
  /*--- 見出し ---*/
  .contents_type {
    width: 220px;
  }
  .title_lead {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contest {
    width: 100%;
  }
  .contest_list {
    justify-content: space-between;
    margin: 0 0 -48px;
  }
  .contest_list li {
    margin-bottom: 48px;
  }
  
  /*== 01 ==*/
  .contest_list li:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 140px;
  }
  .contest_list li:nth-child(1) .list_wrapper {
    width: 100%; 
    height: auto;
  }
  .contest_list li:nth-child(1) .list_contents {
    position: relative;
    padding: 24px;
    border: 2px solid #444;
  }
  .contest_list li:nth-child(1) .contest_list_img {
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
  }
  .contest_list li:nth-child(1) .contest_list_ranking_wrapper {
    position: absolute;
    bottom: -118px;
    left: 50%;
    transform: translateX(-50%);
    width: 238px;
    height: 238px;
    padding: 20px;
  }
  .contest_list li:nth-child(1) .contest_list_ranking {
    bottom: 20px;
    right: 20px;
  }
  .contest_list li:nth-child(1) .ranking_number {
    padding: 14px 0 0 10px;
  }
  .contest_list li:nth-child(1) .ranking_number img {
    height: 41px;
  }
  .contest_list li:nth-child(1) .ranking_number:after {
    top: 65px;
    left: -21px;
    width: 172px;
  }
  .contest_list li:nth-child(1) .contest_list_storeName {
    font-size: 18px;
  }
  .contest_list li:nth-child(1) .contest_list_name {
    margin-top: 14px;
    font-size: 14px;
  }
  
  /*== 02, 03 ==*/
  .contest_list li:nth-child(2),
  .contest_list li:nth-child(3) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .contest_list li:nth-child(2) .list_wrapper,
  .contest_list li:nth-child(3) .list_wrapper {
    max-width: 100%;
    height: auto;
    padding: 16px;
  }
  .contest_list li:nth-child(2) .list_contents,
  .contest_list li:nth-child(3) .list_contents {
    border: 2px solid #444;
  }
  .contest_list li:nth-child(2) .contest_list_img,
  .contest_list li:nth-child(3) .contest_list_img {
    position: static;
  }
  .contest_list li:nth-child(2) .contest_list_ranking_wrapper,
  .contest_list li:nth-child(3) .contest_list_ranking_wrapper {
    width: 180px;
    height: 180px;
    padding: 20px;
  }
  .contest_list li:nth-child(2) .contest_list_ranking,
  .contest_list li:nth-child(3) .contest_list_ranking {
    bottom: 20px;
    right: 20px;
  }
  .contest_list li:nth-child(2) .ranking_number,
  .contest_list li:nth-child(3) .ranking_number {
    padding: 4px 0 0 2px;
  }
  .contest_list li:nth-child(2) .ranking_number img,
  .contest_list li:nth-child(3) .ranking_number img {
    height: 28px;
  }
  .contest_list li:nth-child(2) .ranking_number:after,
  .contest_list li:nth-child(3) .ranking_number:after {
    top: 39px;
    left: -16px;
    width: 109px;
  }
  .contest_list li:nth-child(2) .contest_list_storeName,
  .contest_list li:nth-child(3) .contest_list_storeName {
    font-size: 16px;
  }
  .contest_list li:nth-child(2) .contest_list_name,
  .contest_list li:nth-child(3) .contest_list_name {
    margin-top: 14px;
    font-size: 14px;
  }
  
  /*== 02 ==*/
  .contest_list li:nth-child(2) {
    margin-bottom: 122px;
  }
  .contest_list li:nth-child(2) .contest_list_ranking_wrapper {
    bottom: -100px;
    left: 16px;
  }
  .contest_list li:nth-child(2) .contest_list_img {
    margin-left: 20%;
  }

  /*== 03 ==*/
  .contest_list li:nth-child(3) .list_wrapper {
    margin-top: 0;
  }
  .contest_list li:nth-child(3) {
    margin-bottom: 130px;
  }
  .contest_list li:nth-child(3) .contest_list_ranking_wrapper {
    bottom: -100px;
    right: 16px;
  }
  .contest_list li:nth-child(3) .contest_list_img {
    margin-right: 20%;
  }

  /*== 04以降 ==*/
  .contest_list li:nth-child(n+4) {
    width: calc(100% / 2 - 30px);
  }
  .contest_list li:nth-child(n+4):nth-child(even) {
    margin-right: 0;
    margin-left: 20px;
  }
  .contest_list li:nth-child(n+4):nth-child(odd) {
    margin-right: 20px;
    margin-left: 0;
  }
  .contest_list li:nth-child(n+4) .list_wrapper {
    position: relative;
    max-width: 100%;
    height: auto;
  }
  .contest_list li:nth-child(n+4) .contest_list_img {
    display: block;
    width: 100%;
    height: auto;
    background-color: #000;
    overflow: hidden;
  }
  .contest_list li:nth-child(n+4) .ranking_number {
    top: -14px;
    left: -8px;
    font-size: 22px;
  }
  .contest_list li:nth-child(n+4) .ranking_number:after {
    top: 30px;
    left: -10px;
    width: 72px;
  }
  .contest_list li:nth-child(n+4) .contest_list_ranking {
    margin-top: 10px;
  }
  .contest_list li:nth-child(n+4) .contest_list_name {
    margin-top: 5px;
  }
  
  /*--- 人物hover効果 ---*/
  .contest_list_img {
    transition: none;
  }
  .contest_list_img:hover {
    background-color: transparent;
  }
  .contest_list_img img {
    transition: none;
    transform: none;
  }
  .contest_list_img:hover img {
    opacity: 1;
    transform: none;
  }

}
