@charset "UTF-8";

/* メインのbgと優秀賞のbgはcssにて設定 */
/* breakpoint
SP:~540px / tab:541px~960px / pc:960px~
*/

img {
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.inner__960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .inner__960 {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.feature_cont {
  background: url(../images/main_bg.jpg);
  background-size: auto;
  background-position: top center;
  padding-bottom: 80px;
}

.fv {
  padding-top: 60px;
  margin-bottom: 120px;
}

.fv_underComment {
  padding-top: 40px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.7;
}

.fv_underComment_txt {
  color: #fff;
  /* text-shadow: 3px 3px 3px #FD9548, -3px -3px 3px #FD9548,-3px 3px 3px #FD9548,  3px -3px 3px #FD9548; */
}

.winner_con_wrap {
  background: url(../images/winner_bg_pc.png)no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
  padding: 130px 50px 120px;
  margin-bottom: 80px;
  box-sizing: border-box;
}

.winner_con_ttl {
  width: 100%;
  max-width: 605px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 47%;
  transform: translateX(-50%);
}

.winner_present {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 80px;
}

.winner_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.contest_archive_ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  /* text-shadow: 3px 3px 3px #FD9548, -3px -3px 3px #FD9548,-3px 3px 3px #FD9548,  3px -3px 3px #FD9548;
  margin-bottom: 0; */
}

.contest_archive_head_desc {
  font-size: 16px;
  color: #fff;
  /* text-shadow: 3px 3px 3px #FD9548, -3px -3px 3px #FD9548,-3px 3px 3px #FD9548,  3px -3px 3px #FD9548; */
}

@media screen and (max-width: 540px) {
  .feature_cont {
    background: url(../images/main_bg_sp.jpg);
    background-size: contain;
  }
  .fv {
    padding-top: 30px;
    margin-bottom: 70px;
  }

  .fv_underComment {
    font-size: 12px;
    padding-top: 24px;
    text-align: left;
    letter-spacing: 1.5px;
  }

  .winner_con_wrap {
    background: url(../images/winner_bg_sp.png)no-repeat;
    background-size: 100%;
    padding: 55px 20px 39px;
    margin-bottom: 10px;
  }

  .winner_con_ttl {
    height: 90px;
    top: -40px;
    left: 47.5%;
    max-width: 340px;
  }

  .winner_present {
    max-width: 240px;
    margin: 0 auto 35px;
  }

  .winner_itemBox {
    gap: 45px;
  }

  .winner_item_sp {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}