@charset "UTF-8";

/* メインのbgと優秀賞のbgはcssにて設定 */
/* breakpoint
SP:~767px / 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-left: 20px !important;
    padding-right: 20px !important;
  }
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}


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

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

.fv_underComment_txt {
  color: #512A2A;
  text-align: left;
  /* 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: 60px 50px 110px;
  /* margin-bottom: 80px; */
  box-sizing: border-box;
}

.winner_con_ttl {
  width: 100%;
  max-width: 430px;
  height: 120px;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}

.winner_present {
  width: 100%;
  max-width: 530px;
  margin: 30px auto 60px;
}

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

.contest_archive_ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #290F01;
  /* 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: #290F01;
  /* text-shadow: 3px 3px 3px #FD9548, -3px -3px 3px #FD9548,-3px 3px 3px #FD9548,  3px -3px 3px #FD9548; */
}

.contest_archive_more_btn {
  text-align: center;
}

.contest_archive_more_btn img {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .feature_cont {
    background: #FFE9F1;
    /* background-size: contain; */
  }

  .fv {
    padding-top: 30px;
    margin-bottom: 65px;
  }

  .fv_underComment {
    font-size: 14px;
    padding-top: 30px;
    text-align: left;
    letter-spacing: 1.7px;
    font-weight: 500;
  }

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

  .winner_con_ttl {
    height: 85px;
    top: -40px;
    left: 50%;
    max-width: 285px;
  }

  .winner_present {
    max-width: 221px;
    margin: 0px auto 40px;
  }

  .winner_itemBox {
    gap: 45px;
  }

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

  .winner_item_sp {
    position: relative;
  }

  .winner_item_sp::before {
    content: "";
    width: 105px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -10px;
  }

  .winner_item.item01 .winner_item_sp::before {
    background: url(../images/winner_item01_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item02 .winner_item_sp::before {
    background: url(../images/winner_item02_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item03 .winner_item_sp::before {
    background: url(../images/winner_item03_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item04 .winner_item_sp::before {
    background: url(../images/winner_item04_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item05 .winner_item_sp::before {
    background: url(../images/winner_item05_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item06 .winner_item_sp::before {
    background: url(../images/winner_item06_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item07 .winner_item_sp::before {
    background: url(../images/winner_item07_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item08 .winner_item_sp::before {
    background: url(../images/winner_item08_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item09 .winner_item_sp::before {
    background: url(../images/winner_item09_name.png)no-repeat;
    background-size: contain;
  }

  .winner_item.item10 .winner_item_sp::before {
    background: url(../images/winner_item10_name.png)no-repeat;
    background-size: contain;
  }
}

/* 20251016追記ここから */

.fv_underComment {
  text-align: left;
}

.fv_underComment_txt .fv_underComment_txt .txt {
  margin-bottom: 16px;
}

.feature_cont {
  background: #BEF2FF;
  position: relative;
  background-repeat: repeat;
  background-position: top center;
  background-image: url(../images/bg_dot.png);
  padding-bottom: 80px;
  /* background-size: 160px 160px; */
  /* z-index: 1; */
}

/* .feature_cont:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/bg_dot.png)repeat top center;
  pointer-events: none;
  z-index: 0;
} */

.fv {
  margin-bottom: 40px;
}

.ambiru_con_ttl {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.winner_con_wrap.ambiru_con_wrap {
  background: url(../images/ambiru_bg_pc.png)no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
  padding-top: 110px;
}

.winner_con_ttl.ambiru_present_title {
  max-width: 780px;
}

.winner_present.ambiru_present {
  display: none;
}

.ambiru_otherArea {
  width: 100%;
  max-width: 845px;
  background: #ffffff;
  padding: 40px 50px;
  text-align: center;
  clip-path: polygon(0% 0%,
      /* 左上 */
      calc(100% - 20px) 0%,
      /* 右上カット開始 */
      100% 20px,
      /* 右上カット終了 */
      100% 100%,
      /* 右下 */
      20px 100%,
      /* 左下カット開始 */
      0% calc(100% - 20px)
      /* 左下カット終了 */
    );
}

.ambiru_otherArea .txt {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}

.ambiru_otherArea_row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ambiru_otherArea_row .item {
  flex: 1 1 calc(25% - 24px);
}

.divider {
  width: 960px;
  text-align: center;
  margin: 80px auto 120px;
}

.winner_itemBox.ambiru_itemBox {
  gap: 45px;
}

.winner_itemBox {
  gap: 35px;
}

@media screen and (max-width: 767px) {

  .winner_present {
    max-width: 385px;
  }

  .winner_present.ambiru_present {
    display: block;
  }

  .winner_itemBox {
    gap: 56px;
  }

  .ambiru_con_ttl {
    display: none;
  }

  .winner_con_wrap.ambiru_con_wrap {
    background: url(../images/ambiru_bg_sp.png)no-repeat;
    background-size: 100%;
    margin-top: 80px;
    padding-top: 50px;
	  padding-bottom: 150px;
  }

  .winner_con_ttl.ambiru_present_title {
    max-width: 308px;
  }

  .ambiru_otherArea {
    padding: 40px 20px;
  }

  .ambiru_otherArea .txt {
    font-size: 3.25vw;
  }

  .ambiru_otherArea_row {
    gap: 12px;
  }

  .ambiru_otherArea_row .item {
    flex: 1 1 calc(50% - 24px);
  }
}

/* 20251016追記ここまで */