@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual:before {
  background: url(../images/results2022/mv.jpg) no-repeat center;
  background-size: cover;
}

#results .results__title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 15px;
  background: #d1921e;
  background: url(../images/common/subtle-prism02.svg) center top, rgba(209, 146, 30, 0.9);
  background-size: 1920px;
  border-radius: 4px;
  color: #4C3D3D;
  color: #fff;
  font-size: 24rem;
  line-height: 1.5;
  text-align: center;
}
#results .results__title .sub {
  display: block;
  color: #fff;
}
#results .results__award .award__part {
  font-size: 30rem;
  font-weight: bold;
  text-align: center;
}
#results .results__award .award__title {
  margin-bottom: 60px;
  color: #d1921e;
  font-size: 30rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#results .results__award .award__title.color02 {
  color: #4e4e4e;
}
#results .results__award .award__title .icon {
  margin-bottom: 5px;
}
#results .results__award * + .award__title {
  margin-top: 80px;
}
#results .results__award .award__block + .award__block {
  margin-top: 70px;
}
#results .results__award .award__block .block__pic {
  width: 46%;
}
#results .results__award .award__block .block__body {
  width: 50%;
}
#results .results__award .award__block .block__body .body__name {
  margin-bottom: 20px;
  line-height: 1.5;
}
#results .results__award .award__block .block__body .body__name .text01 {
  display: block;
  margin-bottom: 10px;
  color: #4C3D3D;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.5;
}
#results .results__award .award__block .block__body .body__name .text02 {
  display: inline-block;
  margin-right: 15px;
  font-size: 15rem;
  line-height: 1.5;
  vertical-align: middle;
}
#results .results__award .award__block .block__body .body__name .name {
  display: inline-block;
  font-weight: bold;
  font-size: 26rem;
}
#results .results__award .award__block .block__body .body__lead {
  position: relative;
  margin-bottom: 10px;
  color: #d1921e;
  font-size: 20rem;
  font-weight: bold;
}
#results .results__award .award__block .block__body .body__lead:has(.icon) {
  padding-left: 35px;
}
#results .results__award .award__block .block__body .body__lead.color02 {
  color: #4e4e4e;
}
#results .results__award .award__block .block__body .body__lead .icon {
  position: absolute;
  left: 0;
  top: 0;
}
#results .results__award .award__block .block__body .body__text {
  margin-bottom: 0;
}
#results .results__finalist {
  padding-top: 100px;
}
#results .results__finalist .finalist__block {
  margin-bottom: -40px;
  justify-content: flex-start;
}
#results .results__finalist .finalist__block .block__item {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 40px;
}
#results .results__finalist .finalist__block .block__item:nth-of-type(3n) {
  margin-right: 0;
}
#results .results__finalist .finalist__block .block__item .item__pic {
  margin-bottom: 20px;
}
#results .results__finalist .finalist__block .block__item .item__body .body__name {
  margin-bottom: 12px;
  line-height: 1.5;
}
#results .results__finalist .finalist__block .block__item .item__body .body__name .text01 {
  display: block;
  margin-bottom: 5px;
  color: #4C3D3D;
  font-size: 13rem;
  font-weight: 400;
  line-height: 1.5;
}
#results .results__finalist .finalist__block .block__item .item__body .body__name .text02 {
  display: inline-block;
  margin: 6px 10px 4px 0;
  color: #4C3D3D;
  font-size: 13rem;
  line-height: 1.5;
  vertical-align: middle;
}
#results .results__finalist .finalist__block .block__item .item__body .body__name .name {
  display: inline-block;
  font-weight: bold;
  font-size: 22rem;
  vertical-align: middle;
}
#results .results__finalist .finalist__block .block__item .item__body .body__lead {
  margin-bottom: 0;
  color: #d1921e;
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.75;
}

#judge .judge__list {
  margin-bottom: -60px;
  align-items: flex-start;
}
#judge .judge__list li {
  width: 47%;
  display: flex;
  margin-bottom: 60px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#judge .judge__list .list__pic {
  width: 42%;
}
#judge .judge__list .list__head {
  width: 50%;
}
#judge .judge__list .list__head .name {
  margin-bottom: 15px;
  color: #4C3D3D;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
}
#judge .judge__list .list__head .name::after {
  content: "";
  display: block;
  margin: 10px 0 0;
  width: 1em;
  height: 0;
  border-bottom: 1px solid #4C3D3D;
}
#judge .judge__list .list__head .text {
  color: #4C3D3D;
  font-size: 13rem;
  line-height: 1.8;
}
#judge .judge__list .list__body {
  width: 100%;
  margin-top: 25px;
}
#judge .judge__list .list__body p {
  margin: 0;
}
#judge .note {
  margin: 50px 0 0 0;
  text-align: right;
  font-size: 13rem;
}

body#results2024 #mainvisual:before {
  background: url(../images/results2024/mv.jpg) no-repeat center;
  background-size: cover;
}
body#results2024 #results .results__award * + .award__title {
  margin-top: 20px;
}
body#results2024 #results .results__award .award__block {
  margin-bottom: 60px;
}
body#results2024 #results .results__award .award__group {
  margin-bottom: 60px;
}
body#results2024 #results .results__finalist .finalist__part {
  font-size: 30rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
body#results2024 #results .results__finalist .finalist__block:not(:last-of-type) {
  margin-bottom: 20px;
}

#partner {
  text-align: center;
}
#partner img {
  height: 80px;
  margin-bottom: 20px;
}
#partner .partner__name {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #mainvisual:before {
    background: url(../images/results2022/mv.jpg) no-repeat left -100px center;
    background-size: cover;
  }
  #results .results__title {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 0;
    font-size: 22rem;
  }
  #results .results__award .award__title {
    margin-bottom: 30px;
    font-size: 24rem;
  }
  #results .results__award .award__title .icon {
    margin-bottom: 5px;
  }
  #results .results__award * + .award__title {
    margin-top: 60px;
  }
  #results .results__award .award__block + .award__block {
    margin-top: 60px;
  }
  #results .results__award .award__block .block__pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #results .results__award .award__block .block__pic img {
    width: 100%;
  }
  #results .results__award .award__block .block__body {
    width: 100%;
  }
  #results .results__award .award__block .block__body .body__name {
    margin-bottom: 15px;
  }
  #results .results__award .award__block .block__body .body__name .text01 {
    margin-bottom: 3px;
    font-size: 14rem;
  }
  #results .results__award .award__block .block__body .body__name .text02 {
    font-size: 14rem;
  }
  #results .results__award .award__block .block__body .body__name .name {
    font-size: 24rem;
  }
  #results .results__award .award__block .block__body .body__lead {
    margin-bottom: 10px;
    font-size: 18rem;
    line-height: 1.6;
  }
  #results .results__award .award__block .block__body .body__lead .icon {
    left: -4px;
  }
  #results .results__finalist {
    padding-top: 70px;
  }
  #results .results__finalist .finalist__block {
    margin-bottom: -30px;
    justify-content: space-between;
  }
  #results .results__finalist .finalist__block .block__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #results .results__finalist .finalist__block .block__item .item__pic {
    margin-bottom: 15px;
  }
  #results .results__finalist .finalist__block .block__item .item__body .body__name {
    margin-bottom: 12px;
  }
  #results .results__finalist .finalist__block .block__item .item__body .body__name .text01 {
    font-size: 11rem;
  }
  #results .results__finalist .finalist__block .block__item .item__body .body__name .text02 {
    margin: 4px 10px 2px 0;
    font-size: 11rem;
  }
  #results .results__finalist .finalist__block .block__item .item__body .body__name .name {
    font-size: 20rem;
  }
  #results .results__finalist .finalist__block .block__item .item__body .body__lead {
    font-size: 16rem;
    line-height: 1.5;
  }
  #judge .judge__list {
    margin-bottom: -30px;
  }
  #judge .judge__list li {
    width: 100%;
    margin-bottom: 30px;
  }
  #judge .judge__list .list__pic img {
    width: 100%;
  }
  #judge .judge__list .list__head .name {
    margin-bottom: 15px;
    font-size: 20rem;
  }
  #judge .judge__list .list__head .text {
    line-height: 1.6;
  }
  #judge .judge__list .list__body {
    margin-top: 20px;
  }
  #partner {
    margin-bottom: 30px;
  }
}