@charset "UTF-8";
/* award */
.award {
  position: relative;
  width: 100%;
  height: 4400px;
  overflow: hidden; /* 擬似要素の溢れを防ぐ */
  background: linear-gradient(180deg, rgba(237, 201, 103, 0.75) 0%, rgba(247, 239, 138, 0.75) 20%, #ffffff 36%, rgba(247, 239, 138, 0.75) 66%, rgba(237, 201, 103, 0.75) 100%), url("../img/award/award_top.webp") repeat-x 0 80px, url("../img/award/award_left.webp") repeat-y left 20px top 100px, url("../img/award/award_right.webp") repeat-y right 20px top 100px;
  background-blend-mode: hue;
  background-size: auto, 100% auto, auto, auto;
  /* 受賞作品展示 */
  /* 部門紹介 */
  /* 審査概要 */
  /* table */
  /* 第30回 大賞・経済産業大臣賞 受賞者コラボレーション展示 */
  /* slider */
}
.award__wrap {
  position: relative;
  z-index: 1;
  top: 80px;
}
.award__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 101px;
}
.award__title {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
  font-size: 33px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.award__title span {
  display: block;
  font-size: 20px;
}
.award__text {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  margin-bottom: 80px;
  line-height: 30px;
}
.award__section-title {
  text-align: center;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  margin-bottom: 38px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.award__section-title--0 img {
  vertical-align: middle;
  max-width: 142px;
}
.award__section-title--0 img:nth-child(1) {
  margin-right: 12px;
}
.award__section-title--0 img:nth-child(2) {
  margin-left: 12px;
}
.award__section-title--2 br {
  display: none;
}
.award__section-title--3 {
  margin-bottom: 48px;
}
.award__section-title--3 br {
  display: block;
}
.award__prize {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 100px;
}
.award__prize-box {
  position: relative;
  max-width: 575px;
  width: calc(100% - 25px);
  background-color: #fff;
  box-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.2), -1px 0.5px 5px rgba(0, 0, 0, 0.2); /* 左下方向 */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 26px;
}
.award__prize-box--border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
}
.award__prize-inner {
  padding: 20px 0 32px;
  width: calc(100% - 25px);
  margin: 0 auto;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.award__prize-heading {
  font-size: 30px;
  color: #a27517;
  margin-bottom: 10px;
}
.award__prize-heading--sub {
  font-size: 17px;
  color: #a27517;
}
.award__prize-img {
  width: 100%;
  margin-bottom: 10px;
}
.award__prize-img img {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #d5a848;
}
.award__prize-department {
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 29px;
  border-bottom: 0.5px solid #707070;
  letter-spacing: 0.05rem;
  text-align: left;
  display: flex;
  justify-content: center;
}
.award__prize-art, .award__prize-name {
  width: calc(100% - 48px);
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.05rem;
  line-height: 29.75px;
}
.award__prize-art {
  margin-bottom: 20px;
}
.award__prize-name {
  font-size: 15px;
  padding-bottom: 6px;
  text-align: left;
}
.award__prize-name--2 {
  text-align: center;
}
.award__prize-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
}
.award__btn {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.award__btn-link {
  position: relative;
  display: inline-block;
  width: 233px;
  height: 46px;
  background: #efefef;
  border: 1px solid #d5a848;
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  border-radius: 5px;
  letter-spacing: 0.01em;
}
.award__btn-link img {
  position: absolute;
  vertical-align: middle;
  right: 15px;
  top: 14px;
}
.award__btn-link:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.award__box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 27px;
  border-radius: 10px;
  padding: 30px 0;
  color: #3b4043;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  box-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.2), -1px 0.5px 5px rgba(0, 0, 0, 0.2);
}
.award__box-2 {
  margin-bottom: 100px;
}
.award__box-inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.award__box-left {
  width: 48%;
  max-width: 550px;
  max-height: 366px;
}
.award__box-left img {
  width: 100%;
  height: 100%;
}
.award__box-right {
  width: 44%;
  max-width: 500px;
  padding-right: 43px;
}
.award__box-right img {
  width: 100%;
  margin-bottom: 15px;
}
.award__box-caption {
  font-size: 17px;
  color: #b18528;
}
.award__box-caption span {
  margin-left: 12px;
  font-size: 30px;
}
.award__box-title {
  font-size: 22px;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}
.award__box-text {
  font-size: 15px;
  line-height: 26.25px;
  letter-spacing: 0.04em;
}
.award__items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.2), -1px 0.5px 5px rgba(0, 0, 0, 0.2); /* 左下方向 */
  border-radius: 10px;
  margin-bottom: 70px;
}
.award__items-inner {
  width: 100%;
  max-width: calc(100% - 240px);
  padding: 69px 0 67px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.award__items-Sponsorship {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  margin-bottom: 44px;
  letter-spacing: 0.06em;
}
.award__items-Sponsorship--sp {
  display: none;
}
.award__items-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: block;
}
.award__items-title span {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 10px;
}
.award__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 62px;
  -moz-column-gap: 41px;
       column-gap: 41px;
  row-gap: 50px;
}
.award__item {
  max-width: 210px;
  text-align: center;
}
.award__item-7 br {
  display: none;
}
.award__item-8 {
  display: none;
}
.award__item img {
  width: 100%;
  margin-bottom: 13px;
}
.award__position {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 0.5px solid #707070;
}
.award__name {
  font-size: 20px;
  letter-spacing: 0.05rem;
}
.award__status {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.award__scroll {
  display: none;
}
.award__table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  box-sizing: border-box;
  /* 1列目のtdは左揃え */
}
.award__table-row {
  text-align: center;
  background-color: #b18528;
  color: #fff;
  font-size: 18px;
  width: 255px;
}
.award__table-row:first-child {
  width: 455px;
  min-width: 380px;
}
.award__table th,
.award__table td {
  border: 1px solid #707070; /* 罫線を指定 */
  height: 50px;
  text-align: center; /* 中央揃え */
  line-height: 49px; /* 中央揃え */
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}
.award__table td {
  font-size: 16px;
}
.award__table td:nth-child(1) {
  text-align: left;
  padding-left: 50px;
  padding-right: 10px;
}
.award__section-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 29.75px;
}
.award__collaboration {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 30px;
}
.award__collaboration-box {
  max-width: 575px;
  width: calc(100% - 25px);
  background-color: #fff;
  box-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.2), -1px 0.5px 5px rgba(0, 0, 0, 0.2); /* 左下方向 */
  border-radius: 10px;
}
.award__collaboration-inner {
  padding: 9px 0 32px;
  width: calc(100% - 25px);
  margin: 0 auto;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.award__collaboration-img {
  width: 100%;
  margin-bottom: 4px;
}
.award__collaboration-img img {
  width: 100%;
}
.award__collaboration-department {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  padding-bottom: 23px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #707070;
  letter-spacing: 0.05rem;
}
.award__collaboration-art, .award__collaboration-name {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.05rem;
  line-height: 29.75px;
}
.award__collaboration-name {
  padding-bottom: 6px;
  border-bottom: 0.5px solid #707070;
}
.award__collaboration-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
}
.award__slider {
  border: 1px solid #d5a848;
}/*# sourceMappingURL=award.css.map */