.top-prize {
  padding: 0 0 128px;
  position: relative;
  display: flex;
}

.top-contents-area {
  width: 79%;
  margin-left: auto;
}

.contents-title-area {
  padding: 64px 64px 64px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.title-h2 {
  font-size: 32px;
  line-height: 1.38;
}

.top-department {
  margin-bottom: 96px;
}

.department-area {
  width: 100%;
  height: auto;
  padding: 64px;
  display: flex;
  gap: 64px;
  font-weight: 700;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_department_bg.png) no-repeat top left/57% auto #f9f9f9;
  border-top: 1px solid #e7e7e7;
}

.department-area__name {
  max-width: 232px;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
}

.department-area__detail {
  width: 100%;
}

.department-area__detail p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 35px;
}

.department-area__detail p.note {
  font-size: 14px;
  margin: 40px 0 0;
}

.department-area__list {
  display: flex;
  flex-wrap: wrap;
}

.department-area__item {
  color: #ffffff;
  background: #000000;
  padding: 10px 16px;
  margin: 0 8px 8px 0;
}

.department-tag {
  width: 100%;
  height: auto;
  padding: 64px;
  font-weight: 700;
  background-color: #f9f9f9;
  border-top: 1px solid #e7e7e7;
}

.department-tag__list {
  display: flex;
  flex-wrap: wrap;
}

.department-tag__item {
  background: #e7e7e7;
  padding: 10px 16px;
  margin: 0 8px 8px 0;
}

.top-information {
  margin-bottom: 96px;
}

.top-information .table-line {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

.top-schedule {
  margin-bottom: 96px;
  padding-bottom: 64px;
}

.top-schedule__list {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.top-schedule__list li {
  opacity: 0;
  position: relative;
  transition: 1s;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}

.top-schedule__list li:first-child {
  background-color: #000;
}

.top-schedule__list li:nth-last-child(3) {
  background-color: #111;
}

.top-schedule__list li:nth-last-child(2) {
  background-color: #222;
}

.top-schedule__list li:last-child {
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_archive_img2022.jpg) no-repeat center/cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
}

.top-schedule__list li:nth-child(1) {
  transition-delay: 0.3s;
}

.top-schedule__list li:nth-child(2) {
  transition-delay: 0.5s;
}

.top-schedule__list li:nth-child(3) {
  transition-delay: 0.7s;
}

.top-schedule__list li:nth-child(4) {
  transition-delay: 0.9s;
}

.top-schedule__list li span {
  font-family: Inter;
}

.top-schedule__list.is-enter li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-schedule__start span {
  display: block;
  font-size: 24px;
}

.top-schedule__start span:first-child::after {
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  background: #777;
  margin: 8px auto;
}

.top-schedule__session .session-year {
  opacity: 0.5;
  display: inline-block;
  margin-right: 8px;
}

.top-schedule__session .session-month {
  font-size: 24px;
  display: inline-block;
}

.top-archives {
  position: relative;
}

.archives-award {
  background-color: #f6f5f1;
  border-bottom: 1px solid #e5e2d5;
  padding-bottom: 64px;
  font-weight: 700;
  font-size: 16px;
}

.archives-award:last-child {
  border-bottom: none;
}

.archives-award__title {
  padding: 64px;
  font-size: 16px;
}

.archives-award__title span {
  font-family: Inter;
  display: inline-block;
  position: relative;
  margin-left: 32px;
}

.archives-award__title span::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 44px;
  background-color: #e5e2d5;
  position: absolute;
  top: -8px;
  left: -16px;
}

.archives-award__detail {
  display: flex;
}

.archives-award__detail ._winner {
  padding: 0 64px;
  display: flex;
  flex-direction: column;
}

.archives-award__detail ._winner ._image {
  width: 168px;
  margin-bottom: 32px;
}

.archives-award__detail ._winner ._image img {
  width: 100%;
}

.archives-award__detail ._winner ._profile ._position {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}

.archives-award__detail ._winner ._profile ._name {
  font-size: 20px;
}

.archives-award__detail ._winner ._profile ._name span {
  font-size: 14px;
  display: inline-block;
  margin-left: 4px;
}

.archives-award__detail ._comment {
  text-align: right;
  padding: 0 64px;
  border-left: 1px solid #e5e2d5;
}

.archives-award__detail ._comment p {
  text-align: left;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 64px;
}

.closed {
  color: #ab0003;
}

@media only screen and (max-width: 834px) {
  .top-prize {
    padding: 0 0 64px;
    background-color: #ffffff;
    flex-direction: column;
  }
  .top-contents-area {
    width: 100%;
  }
  .contents-title-area {
    padding: 8%;
  }
  .title-h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .top-department {
    margin-bottom: 80px;
  }
  .department-area {
    flex-direction: column;
    padding: 8.5%;
    gap: 32px;
    background-size: 160% auto;
  }
  .department-area__detail p {
    margin-bottom: 24px;
  }
  .department-area__list {
    flex-direction: column;
  }
  .department-area__list._person {
    flex-direction: row;
  }
  .department-area__item {
    align-self: flex-start;
  }
  .department-tag {
    padding: 8.5%;
  }
  .top-information {
    margin-bottom: 80px;
  }
  .top-information .table-line {
    line-height: 1.71;
    font-size: 16px;
  }
  .top-information .table-line td {
    margin-top: 26px;
  }
  .top-schedule {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .top-schedule__list {
    width: 100%;
    margin: 0 auto;
  }
  .top-schedule__list li {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    gap: 32px;
    padding: 64px 32px;
  }
  .archives-award {
    padding-bottom: 32px;
  }
  .archives-award__title {
    padding: 32px;
    font-size: 14px;
  }
  .archives-award__title span {
    margin: 16px 16px 16px 32px;
  }
  .archives-award__detail {
    flex-direction: column;
  }
  .archives-award__detail ._winner {
    flex-direction: row;
    padding: 0 32px;
    gap: 32px;
  }
  .archives-award__detail ._winner ._image {
    width: 100px;
  }
  .archives-award__detail ._winner ._profile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .archives-award__detail ._winner ._profile ._position {
    margin: 0;
    line-height: 1.8;
  }
  .archives-award__detail ._comment {
    padding: 0 32px;
    border-left: none;
    text-align: center;
  }
  .archives-award__detail ._comment p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 835px) {
  .top-schedule__list {
    display: flex;
    justify-content: space-between;
  }
  .top-schedule__list li {
    flex-basis: 100%;
    height: 278px;
    padding: 64px 0;
  }
}
