@charset "UTF-8";
.parallax-container {
  position: relative;
  height: auto;
  padding-top: 170px;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96.5vh;
  background-size: cover;
  background-position: bottom center;
  background-image: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2024_report_mv_pc.png);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.report-main-visual {
  height: calc(100vh - 240px);
  padding-bottom: 128px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page-title__wrapper {
  position: relative;
  margin: 0 auto auto 64px;
}

.page-title {
  font-size: 36px;
  color: #666666;
  text-box-trim: trim-both;
}

.page-title__place {
  font-family: Inter;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #666666;
  margin-top: 20px;
}

.page-title__place span {
  color: #aaaaaa;
}

.award-movie {
  background: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 4.5%;
  z-index: 1;
}

.award-movie.-dark {
  margin-bottom: 64px;
}

.award-movie.-dark .parent-box {
  top: 0;
}

.digest {
  max-height: calc(100vh - 128px) !important;
}

.parent-box {
  width: 100%;
  height: auto;
  background-color: #000;
  position: relative;
  top: -64px;
}

.award-movie__area {
  width: 100%;
  height: 56.25vw;
  max-height: calc(100vh - 128px);
  min-height: 450px;
  overflow: clip;
  background: #000;
}

.award-movie__area iframe {
  width: 100%;
  height: 100%;
}

.event-contents-grid {
  margin-inline: auto;
  padding: 0 48px 128px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 264px 1fr 232px;
  grid-template-columns: 264px 1fr 232px;
  gap: 48px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.contents-heading {
  padding: 0 16px;
}

.contents-heading__date {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
}

.contents-heading__date span {
  color: #aaaaaa;
}

.contents-main {
  margin-bottom: 0;
}

.event-explain {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 64px;
}

.contents-program {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}

.contents-program:first-of-type {
  border-top: 1px solid #e7e7e7;
}

.contents-program:last-of-type {
  padding: 28px 0;
}

.contents-program .-time {
  font-size: 16px;
  margin-right: 82px;
  white-space: nowrap;
}

.contents-program .-program {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}

.contents-program .primary__btn {
  margin-left: auto;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 50%;
}

.contents-program .primary__btn::after {
  content: '';
  display: inline-block;
  margin-left: -2px;
  width: 8px;
  height: 6px;
  border-top: 8px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.contents-program .primary__btn span {
  position: relative;
}

.contents-program .primary__btn:hover::after {
  border-top-color: #fff;
}

.-place__first {
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 24px;
}

.-place {
  margin-bottom: 24px;
}

.-place__address {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}

.-place__address span {
  color: #777777;
}

.entry-menu {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 16px 40px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  z-index: 109;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 105;
}

.entry-menu__list {
  display: flex;
  align-items: center;
}

.entry-menu__list a {
  color: initial;
  padding: 24px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.entry-menu__list a.-area::before, .entry-menu__list a.-category::before {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0px;
}

.entry-menu__area-items {
  display: flex;
  align-items: center;
}

.entry-menu__area-items li {
  background: #ffffff;
}

.entry-menu__area-items li a {
  color: initial;
  padding: 24px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.entry-menu__area-items li a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_entry_updown.png) no-repeat center/cover;
  margin-left: 16px;
}

.entry-menu__to-category {
  border-left: 1px solid #e7e7e7;
}

.entry-menu__to-category a {
  color: #777;
  padding: 24px;
  display: inline-block;
  white-space: nowrap;
}

.program-item {
  border-bottom: 1px solid #e7e7e7;
}

.program-item.-dark {
  color: #ffffff;
  background-color: #000000;
}

.-dark {
  color: #ffffff;
  background: #111;
}

.-gold {
  color: #ffffff;
  background: #916824;
  border-bottom: none;
}

.-red {
  color: #ffffff;
  background: #ad0003;
}

.program-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 64px 48px;
}

.program-contents-grid {
  margin-inline: auto;
  padding: 0 48px 128px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 264px 1fr 232px;
  grid-template-columns: 264px 1fr 232px;
  gap: 48px;
}

.program-contents-grid.-exe .program-explain {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0px;
  margin-top: 64px;
}

#rookie .program-contents-grid,
#business .program-contents-grid,
#staff .program-contents-grid,
#feature .program-contents-grid,
#hyosho .program-contents-grid {
  padding-bottom: 64px;
}

.program-heading {
  padding: 0 16px;
}

.program-explain {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0px;
}

.program-explain:not(:first-child) {
  margin-top: 16px;
}

.program-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  margin-bottom: 24px;
}

.program-label.-dark {
  background: #ffffff;
  color: #000000;
}

.program-time {
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
}

.program-category-wrap {
  padding: 64px 64px 64px;
  margin-bottom: 128px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  gap: 64px;
  position: relative;
}

.program-category-wrap::after {
  content: '';
  position: absolute;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  top: 0px;
  right: 64px;
  left: 64px;
  bottom: 0px;
  z-index: -1;
}

.program-category-nominate {
  max-width: 394px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nominate__muni {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 16px;
}

.nominate__muni.-dark {
  background: #ffffff;
  color: #000000;
}

.nominate__image img {
  width: 100%;
  border-radius: 61px 0px 61px 61px;
}

.nominate__title {
  font-size: 16px;
  line-height: 32px;
}

.nominate__persons {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  gap: 32px;
  margin-top: auto;
}

.nominate__persons span {
  display: block;
  white-space: nowrap;
}

.nominate__btns {
  display: flex;
  gap: 16px;
  white-space: nowrap;
}

.nominate__btns .primary__btn.-plus {
  position: relative;
}

.nominate__btns .primary__btn.-plus::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_report_open.png) no-repeat center/cover;
  margin-left: 8px;
  transition: 0.3s;
}

.nominate__btns .primary__btn.-plus:hover::after {
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_report_open_white.png) no-repeat center/cover;
}

.nominate__btns .primary__btn-bk.-plus {
  position: relative;
}

.nominate__btns .primary__btn-bk.-plus::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_report_open_white.png) no-repeat center/cover;
  margin-left: 8px;
  transition: 0.3s;
}

.nominate__btns .primary__btn-bk.-plus:hover::after {
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_report_open.png) no-repeat center/cover;
}

.program-item.-dark .nominate__btns .primary__btn {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
  transition: 0.3s;
}

.program-item.-dark .nominate__btns .primary__btn:hover {
  color: #000000;
  background: #ffffff;
}

.program-item.-dark .nominate__btns .primary__btn.-plus {
  position: relative;
}

.program-item.-dark .nominate__btns .primary__btn.-plus::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_report_open_white.png) no-repeat center/cover;
  margin-left: 8px;
  transition: 0.3s;
}

.program-item.-dark .nominate__btns .primary__btn.-plus:hover::after {
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_report_open.png) no-repeat center/cover;
}

.slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  padding-top: 16px;
  margin-bottom: 64px;
}

.slide-box {
  width: 720px;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slide-logo {
  max-width: 230px;
  height: 133px;
  position: absolute;
  top: -16px;
  right: -265px;
  z-index: 1;
}

.slide-show {
  display: flex;
  gap: 64px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.slide-show li {
  flex: 0 0 auto;
  width: 720px;
}

.slide-show img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 101px 0px 101px 101px;
}

.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.slide-prev {
  left: -80px;
}

.slide-next {
  right: -80px;
}

.dots {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
}

.dot.select {
  background-color: #a27e39;
}

.modal {
  display: none;
  /* 最初は非表示 */
  position: fixed;
  /* 画面上に固定 */
  z-index: 110;
  /* コンテンツの上に表示 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全幅 */
  height: 100%;
  /* 全高 */
  overflow: auto;
  /* 外部コンテンツがオーバーフローしたらスクロールバーを表示 */
  background-color: rgba(0, 0, 0, 0.75);
  /* 黒の背景に少し透明度を加える */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.modal-content {
  background-color: transparent;
  margin-inline: auto;
  padding: 10px;
  width: 75%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-content .primary__btn-skl {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.modal-content .primary__btn-skl::after {
  content: '';
  width: 10px;
  height: 2px;
  background: #ffffff;
  margin-left: 8px;
  transition: 0.3s;
}

.modal-content .primary__btn-skl:hover::after {
  background: #000000;
}

.video-container {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-top: 56.25%;
  margin-bottom: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal-nominate-info {
  margin-top: 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  gap: 32px;
  color: #ffffff;
  align-items: center;
}

.modal-muni {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  color: #000000;
  padding: 10px 16px;
}

.modal-persons {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  gap: 16px;
}

.modal-persons span {
  display: block;
  white-space: nowrap;
}

.winner-wrap {
  padding: 0 64px 86px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 64px;
}

.winner-item {
  font-weight: 700;
}

.winner-category {
  font-size: 20px;
  line-height: 30px;
  padding: 64px 0;
}

.winner-muni {
  color: #000000;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  padding: 10px 16px;
  margin-bottom: 32px;
}

.winner-video {
  background-color: #000000;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 32px;
}

.winner-video > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.winner-title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}

.winner-persons {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.winner-text {
  font-size: 16px;
  line-height: 32px;
}

.winner-text:not(:first-child) {
  margin-top: 16px;
}

.winner-banner {
  padding: 0 32px 128px;
  margin-inline: auto;
  max-width: 720px;
}

.winner-special-wrap {
  padding: 64px 64px 128px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 64px;
  font-weight: 700;
  align-items: flex-end;
}

.program-fade-wrapper {
  display: flex;
  flex-direction: column;
}

.program-fade-container {
  position: relative;
  width: 100%;
}

.program-fade-container:not(:first-child) {
  margin-top: 64px;
}

.program-fade-image {
  position: relative;
}

.program-fade-image li {
  position: absolute;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  width: 100%;
}

.program-fade-image li.active {
  opacity: 1;
}

.back-to-top {
  padding: 60px 0 64px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 834px) {
  .parallax-container {
    padding-top: 0;
  }
  .parallax-layer {
    background-image: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2024_report_mv_sp.png);
    height: 296px;
    background-size: cover;
    background-position-y: bottom;
  }
  .report-main-visual {
    height: 100%;
    padding-bottom: 0;
  }
  .page-title__wrapper {
    max-width: 85%;
    margin: 225px auto 36px;
  }
  .page-title {
    font-size: 24px;
    color: #ffffff;
  }
  .page-title__place {
    display: none;
  }
  .award-movie {
    margin: 0 auto 48px;
    padding: 0;
  }
  .award-movie.-dark {
    margin-bottom: 48px;
  }
  .parent-box {
    top: 0;
  }
  .award-movie__area {
    min-height: 200px;
  }
  .event-contents-grid {
    padding: 0 32px 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contents-heading {
    padding: 0;
  }
  .contents-heading__date {
    font-size: 24px;
  }
  .contents-heading__date span {
    display: inline-block;
    margin-right: 8px;
  }
  .event-explain {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .contents-program .-time {
    font-size: 14px;
    margin-right: 36px;
    white-space: nowrap;
  }
  .contents-program .-program {
    font-size: 14px;
    padding-right: 14px;
  }
  .contents-program .primary__btn {
    padding: 10px 14px;
  }
  .contents-program .primary__btn::after {
    margin-left: 0;
  }
  .contents-program .primary__btn span {
    display: none;
  }
  .contents-aside {
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
  }
  .-place__first {
    padding-top: 24px;
    padding-bottom: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
  }
  .entry-menu {
    padding: 14px 0;
  }
  .sticky {
    top: 64px;
  }
  .entry-menu__list {
    flex-grow: 1;
    position: relative;
  }
  .entry-menu__list a {
    padding: 14px 16px;
    width: 100%;
  }
  .entry-menu__list a.-area::before, .entry-menu__list a.-category::before {
    width: 13px;
    height: 8px;
    background: url(https://img.furusato-tax.jp/img/x/city/files/09367/award2023_entry_dropdown.png) no-repeat center/cover;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .entry-menu__area-items {
    position: absolute;
    top: 64px;
    left: -1px;
    width: 100vw;
    z-index: 1;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.5s, max-height 0.5s ease;
  }
  .entry-menu__area-items li {
    border: 1px solid #e7e7e7;
    border-top: none;
  }
  .entry-menu__area-items li a {
    padding: 20px 22px;
  }
  .entry-menu__area-items li a::after {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .entry-menu__area-items.-open {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    z-index: 108;
  }
  .entry-menu__to-category a {
    padding: 14px 16px;
  }
  .program-title {
    font-size: 20px;
    line-height: 40px;
    padding: 36px 32px;
  }
  .program-contents-grid {
    padding: 0 32px 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .program-contents-grid.-exe {
    padding: 0 0 64px;
  }
  .program-contents-grid.-exe .program-explain {
    padding: 0 32px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 32px;
  }
  #rookie .program-contents-grid,
  #business .program-contents-grid,
  #staff .program-contents-grid,
  #feature .program-contents-grid,
  #hyosho .program-contents-grid {
    padding-bottom: 48px;
  }
  .program-heading {
    padding: 0;
  }
  .program-explain {
    font-size: 16px;
    line-height: 32px;
  }
  .program-label {
    display: none;
  }
  .program-time {
    font-size: 24px;
    display: block;
    margin-bottom: 42px;
  }
  .program-category-wrap {
    padding: 32px;
    margin-bottom: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    gap: 32px;
  }
  .program-category-wrap::after {
    right: 32px;
    left: 32px;
  }
  .program-category-nominate {
    max-width: 100%;
  }
  .program-category-nominate .primary__btn {
    font-size: 13px;
    padding: 9px 14px;
  }
  .nominate__image img {
    border-radius: 48px 0px 48px 48px;
  }
  .nominate__title {
    font-size: 14px;
    line-height: 28px;
  }
  .nominate__persons {
    font-size: 12px;
    line-height: 18px;
    gap: 16px;
  }
  .nominate__btns {
    gap: 8px;
  }
  .slide {
    height: auto;
    padding-top: 0;
    margin-bottom: 42px;
  }
  .slide-box {
    width: 100%;
  }
  .slide-logo {
    display: none;
  }
  .slide-show {
    gap: 0;
  }
  .slide-show li {
    width: 100%;
  }
  .slide-show img {
    border-radius: 58px 0px 58px 58px;
  }
  .slide-prev {
    left: 16px;
  }
  .slide-next {
    right: 16px;
  }
  .dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .modal-content {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
    margin-top: 32px;
  }
  .modal-content .primary__btn-skl {
    position: absolute;
    bottom: -32px;
    right: 32px;
  }
  .video-container {
    width: 100%;
    top: 0;
  }
  .modal-nominate-info {
    margin-top: 0;
    padding: 32px;
    flex-direction: column;
    gap: 24px;
    align-items: normal;
  }
  .modal-persons {
    flex-direction: column;
  }
  .winner-wrap {
    padding: 0 32px 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
    gap: 48px;
  }
  .winner-category {
    font-size: 16px;
    padding: 32px 0;
    border-top: 1px solid #a27e39;
    text-align: center;
  }
  .winner-muni {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .winner-video {
    margin-bottom: 16px;
  }
  .winner-title {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 30px;
  }
  .winner-persons {
    font-size: 12px;
    line-height: 18px;
    padding: 16px 0;
    margin-bottom: 16px;
  }
  .winner-text {
    font-size: 14px;
    line-height: 28px;
  }
  .winner-banner {
    padding: 0 32px 64px;
  }
  .winner-special-wrap {
    padding: 0 32px 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    gap: 0;
  }
  .program-fade-container:not(:first-child) {
    margin-top: 32px;
  }
  .back-to-top {
    padding: 32px 0;
  }
}

@media screen and (max-width: 834px) and (min-width: 600px) {
  .parallax-layer {
    height: 420px;
  }
  .report-main-visual {
    height: 420px;
  }
  .page-title__wrapper {
    margin-top: auto;
  }
}

@media screen and (max-width: 1320px) and (min-width: 835px) {
  .entry-menu__area-items li a {
    padding: 20px 11px;
  }
}

@media only screen and (min-width: 835px) {
  .winner-special-wrap .winner-video {
    margin-bottom: 0;
  }
}
