/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */

*,::before,::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 500;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace,monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace,monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg,img,embed,object,iframe {
  vertical-align: bottom;
}

button,input,optgroup,select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,[type="button"],[type="reset"],[type="submit"] {
  cursor: pointer;
}

button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --bgc: #000;
  --color: #c4cdd1;
  --content-bgi: url(../img/back.jpg);
  --winner-title-bgc: rgba(166, 187, 198, 0.17);
  --winner-title-color: #c4cdd1;
  --winner-item-bdc: #8A9094;
  --winner-comment-bgc: rgba(166, 187, 198, 0.17);
  --judging-rule-bgc: rgba(166, 187, 198, 0.17);
  --judging-rule-color: #c4cdd1;
  --judging-member-title-bgc: rgba(166, 187, 198, 0.17);
  --judging-member-title-color: #c4cdd1;
  --judging-member-section-bdc: #8A9094;
  --statement-bgc: #161519;
  --statement-color: #c4cdd1;
  --news-item-bdc: #8A9093;
  --footer-logo-filter: brightness(0)
        saturate(100%)
        invert(97%)
        sepia(4%)
        saturate(566%)
        hue-rotate(167deg)
        brightness(86%)
        contrast(88%);
}

.type-2024:root {
    --bgc: #fff;
    --color: #000;
    --content-bgi: url(../img/back2024.jpg);
    --winner-title-bgc: rgba(0, 0, 0, 0.8);
    --winner-title-color: #c4cdd1;
    --winner-item-bdc: #8A9094;
    --winner-comment-bgc: rgba(197, 206, 211, 0.6);
    --judging-rule-bgc: rgba(0,0,0,0.8);
    --judging-rule-color: #c4cdd1;
    --judging-member-title-bgc: rgba(0, 0, 0, 0.8);
    --judging-member-title-color: #c4cdd1;
    --judging-member-section-bdc: #8A9094;
    --statement-bgc: rgba(0,0,0,0.8);
    --statement-color: #c4cdd1;
    --news-item-bdc: #000;
    --footer-logo-filter: brightness(0)
            saturate(100%)
            invert(5%)
            sepia(9%)
            saturate(2013%)
            hue-rotate(327deg)
            brightness(97%)
            contrast(93%);
  }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: var(--color);
  background-color: var(--bgc);
}

video,img {
  width: 100%;
}

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

.pc-only {
    display: none;
}
  }

@media all and (min-width: 768px) {

.sp-only {
    display: none;
}
  }

.kv {
  position: relative;
  width: 100%;
}

.kv::after {
    content: "";
    display: block;
    border-top: 0.5px solid #DBDDDE;
    border-bottom: 0.5px solid #8E9497;
    height: 6px;
    background-color: #70777C;
  }

.content {
  padding-top: 70px;
  background-image: var(--content-bgi);
  background-size: 100%;
  background-repeat: repeat-y;
}

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

.content {
    padding-top: 50px;
}
  }

.content__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 48px 0;
}

.content__inner > :first-child {
    margin-top: 0 !important;
  }

.content__inner > :last-child {
    margin-bottom: 0 !important;
  }

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

.content__inner {
    padding: 0 20px 0;
}
  }

.media-iframe {
  text-align: center;
}

.media-iframe__inner {
  display: inline-flex;
  flex-direction: column-reverse;
  row-gap: 10px;
  vertical-align: bottom;
}

.media-iframe.of-full .media-iframe__inner {
  width: 100%;
}

.media-iframe__iframe {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 560 / 315;
}

:is(h1,
h2,
h3,
h4,
h5,
h6,
p):has(.media-image) {
  line-height: 1;
}

.media-image {
  display: block;
}

:is(h1,
h2,
h3,
h4,
h5,
h6,
p) .media-image
    .media-image:is(h1,
h2,
h3,
h4,
h5,
h6,
p) {
    line-height: 1;
  }

.media-image__inner {
  display: inline-flex;
  flex-direction: column-reverse;
  gap: 10px;
}

@media (hover: hover) {
    .media-image__inner:-moz-any-link {
      -moz-transition: opacity 0.7s;
      transition: opacity 0.7s;
    }
    .media-image__inner:any-link {
      transition: opacity 0.7s;
    }
      .media-image__inner:-moz-any-link:hover {
        opacity: 0.7;
      }
      .media-image__inner:any-link:hover {
        opacity: 0.7;
      }
  }

.media-image.of-objectFit-cover .media-image__viewport {
    overflow: hidden;
  }

.media-image__image {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.media-image.of-objectFit-cover .media-image__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.title {
  padding-top: 70px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
}

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

.title {
    font-size: 26px;
    padding-top: 50px;
}
  }

.content > .title:first-child {
      padding-top: 0;
    }

.winner {
  padding-top: 28px;
}

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

.winner {
    padding-top: 10px;
}
  }

.winner__title {
  background-color: var(--winner-title-bgc);
  color: var(--winner-title-color);
  font-size: 1.8rem;
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-top: 40px;
}

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

.winner__title {
    height: 50px;
    line-height: 50px;
    font-size: 1.75rem;
}
  }

.winner__section {
  padding-bottom: 32px;
}

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

.winner__section {
    padding-bottom: 60px;
}
  }

.winner__profile-slash {
  padding: 6px 6px 0 6px;
}

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

.winner__profile-slash {
    display: none;
}
  }

.winner__job-profile {
  padding-top: 6px;
}

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

.winner__job-profile {
    padding-top: 0;
    width: 100%;
}
  }

.winner__item + .winner__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: var(--winner-item-bdc) solid 2px;
}

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

.winner__item + .winner__item {
    padding-top: 0;
    border-top: none;
    margin-top: 60px;
}
  }

.winner__item {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 20px;
  grid-template-areas: "job job"
            "comment comment"
            "image text";
}

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

.winner__item {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas: "image"
        "job"
        "comment"
        "text";
}
  }

.winner__image {
  grid-area: image;
}

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

.winner__image {
    width: 255px;
    margin: 0 auto;
}
  }

.winner__image-text {
  text-align: left;
  font-size: 16px;
}

.winner__job {
  font-size: 1.3rem;
  display: flex;
  line-height: 1.4;
  grid-area: job;
}

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

.winner__job {
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
  }

@media all and (min-width: 768px) {

.winner__inline {
    display: inline-block;
}
  }

.winner__comment {
  grid-area: comment;
  background-color: var(--winner-comment-bgc);
  padding: 20px 40px;
  font-size: 1.1rem;
  line-height: 33px;
}

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

.winner__comment {
    padding: 20px;
    line-height: 34px;
    font-size: 16px;
}
  }

.winner__comment-title {
  font-size: 1.25rem;
}

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

.winner__comment-title {
    text-align: center;
    font-size: 18px;
}
  }

.winner__job-strong {
  font-size: 1.6rem;
  padding-right: 16px;
  font-weight: 500;
  flex-shrink: 0;
}

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

.winner__job-strong {
    line-height: 34px;
    text-align: center;
    font-size: 22px;
}
  }

.winner__text {
  font-size: 1.1rem;
  line-height: 33px;
  grid-area: text;
}

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

.winner__text {
    line-height: 34px;
    font-size: 16px;
}
  }

.awardRecipients-list {
  margin-top: 32px;
}

.awardRecipients-list__item {
  display: flex;
  flex-direction: column;
  gap: 32px 20px;
}

.awardRecipients-list__item + .awardRecipients-list__item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: var(--winner-item-bdc) solid 2px;
  }

.awardRecipients-panel {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  order: 1;
}

@media (min-width: 768px) {

.awardRecipients-panel {
    flex-direction: row-reverse;
}
  }

@media (min-width: 768px) {

.awardRecipients-panel__head {
    flex-grow: 1;
    padding-top: 20px;
}
  }

.awardRecipients-panel__body {
  margin-inline: auto;
  max-width: 255px;
}

.awardRecipients-panel__body > img {
    max-width: 100%;
  }

@media (min-width: 768px) {

.awardRecipients-panel__body {
    flex-shrink: 0;
    margin-inline: 0;
    max-width: min(calc(428 / 1284 * 100%), 428px);
}
  }

.awardRecipients-panel__title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {

.awardRecipients-panel__title {
    font-size: 1.8rem;
    text-align: left;
}
  }

.awardRecipients-panel__job {
  display: block;
  font-size: 22px;
  text-align: center;
  word-break: auto-phrase;
}

@media (min-width: 768px) {

.awardRecipients-panel__job {
    font-size: 1.6rem;
    text-align: left;
}
  }

.awardRecipients-panel__text {
  margin-top: 1em;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}

@media (min-width: 768px) {

.awardRecipients-panel__text {
    font-size: 1.1rem;
}
  }

.awardRecipients-boxReasons {
  display: grid;
  gap: 10px;
  padding: 20px;
  background-color: var(--winner-comment-bgc);
}

@media (min-width: 768px) {

.awardRecipients-boxReasons {
    padding-inline: 40px;
}
  }

.awardRecipients-boxReasons__title {
  font-size: 18px;
}

.awardRecipients-boxReasons__title::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
    width: 1em;
    height: 1em;
    background-color: currentcolor;
  }

@media (min-width: 768px) {

.awardRecipients-boxReasons__title {
    font-size: 1.25rem;
}
  }

.awardRecipients-boxReasons__text {
  font-size: 16px;
  line-height: 33px;
}

@media (min-width: 768px) {

.awardRecipients-boxReasons__text {
    font-size: 1.1rem;
}
  }

.judging-rule {
  color: var(--judging-rule-color);
  background-color: var(--judging-rule-bgc);
  margin-top: 51px;
}

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

.judging-rule {
    margin-top: 60px;
}
  }

.judging-rule__inner {
  padding: 72px 48px 76px 11.712%;
}

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

.judging-rule__inner {
    padding: 60px 20px;
}
  }

.judging-rule__title,
.judging-rule__text {
  font-size: 26px;
  line-height: 46px;
}

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

.judging-rule__title,
.judging-rule__text {
    font-size: 18px;
    line-height: 34px;
}
  }

.judging-rule__text {
  word-break: auto-phrase;
}

.judging-rule__text + .judging-rule__text {
    margin-top: 1.5em;
  }

.judging-rule__item {
  margin-top: 58px;
}

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

.judging-rule__item {
    margin-top: 36px;
}
  }

.judging-rule__item-title {
  font-size: 1.925rem;
  line-height: 46px;
  position: relative;
  font-weight: 700;
}

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

.judging-rule__item-title {
    font-size: 1.4rem;
    line-height: 58px;
    margin-left: 20px;
}
  }

.judging-rule__item-title::before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: currentcolor;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

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

.judging-rule__item-title::before {
    font-size: 1.25rem;
    line-height: 58px;
    left: -20px;
    height: 20px;
    width: 20px;
}
  }

.judging-rule__item-text {
  font-size: 26px;
  line-height: 46px;
  padding-left: 13px;
}

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

.judging-rule__item-text {
    font-size: 18px;
    line-height: 34px;
    padding-left: 18px;
}
  }

.judging-member {
  margin-top: 32px;
}

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

.judging-member {
    margin-top: 60px;
}
  }

.judging-member__title {
  background-color: var(--judging-member-title-bgc);
  color: var(--judging-member-title-color);
  font-size: 1.8rem;
  height: 41px;
  line-height: 41px;
  text-align: center;
}

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

.judging-member__title {
    height: 50px;
    line-height: 50px;
    font-size: 1.75rem;
}
  }

.judging-member__section {
  padding-bottom: 32px;
}

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

.judging-member__section {
    padding-bottom: 60px;
}
  }

.judging-member__section + .judging-member__section {
  border-top: 1px solid var(--judging-member-section-bdc);
}

.judging-member__sub-title {
  padding-top: 24px;
  font-size: 1.8rem;
  line-height: 55px;
}

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

.judging-member__sub-title {
    text-align: center;
    padding-top: 50px;
    font-size: 1.75rem;
}
  }

.judging-member__item {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 27px;
}

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

.judging-member__item {
    grid-template-columns: 1fr;
    gap: 20px;
}
  }

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

.judging-member__item + .judging-member__item {
    margin-top: 60px;
}
  }

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

.judging-member__image {
    width: 255px;
    margin: 0 auto;
}
  }

.judging-member__job {
  font-size: 1.3rem;
}

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

.judging-member__job {
    line-height: 34px;
    text-align: center;
    font-size: 20px;
}
  }

.judging-member__job-strong {
  font-size: 1.6rem;
  padding-right: 16px;
  font-weight: 500;
}

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

.judging-member__job-strong {
    padding-right: 0;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
}
  }

.judging-member__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 14px;
  font-size: 1.1rem;
  line-height: 33px;
}

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

.judging-member__text {
    margin-top: 20px;
    line-height: 34px;
    font-size: 16px;
}
  }

.statement {
  margin-top: 66px;
  color: var(--statement-color);
  background-color: var(--statement-bgc);
}

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

.statement {
    margin: 0 -20px 0;
}
  }

.statement__inner {
  padding: 83px 16px 83px 15%;
}

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

.statement__inner {
    padding: 60px 15px 60px 20px;
}
  }

.statement__text {
  font-size: 1.6rem;
  line-height: 48px;
}

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

.statement__text {
    font-size: 18px;
    line-height: 36px;
}
  }

.statement__text + .statement__text {
  margin-top: 38px;
}

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

.statement__text + .statement__text {
    margin-top: 30px;
}
  }

.logo {
  margin-top: 51px;
  display: grid;
  grid-template-columns: 26.71% 73.29%;
  align-items: center;
}

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

.logo {
    margin-top: 60px;
    grid-template-columns: 1fr;
}
  }

.logo__image {
  width: 100%;
  padding-left: 19.86%;
}

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

.logo__image {
    padding: 0;
    width: 217px;
    margin: 0 auto;
}
  }

.logo__content {
  padding: 0 7.97% 0 8.93%;
  width: 100%;
}

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

.logo__content {
    padding: 56px 0 0;
}
  }

.logo__title {
  font-size: 1.8rem;
  line-height: 55px;
  padding-top: 23px;
}

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

.logo__title {
    padding: 0;
    font-size: 22px;
    line-height: 40px;
}
  }

.logo__text {
  font-size: 1.3rem;
  line-height: 33px;
  padding-top: 12px;
}

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

.logo__text {
    padding-top: 20px;
    font-size: 16px;
    line-height: 34px;
}
  }

.news {
  padding-top: 72px;
}

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

.news {
    padding-top: 60px;
}
  }

.news__title {
  font-size: 2rem;
  line-height: 55px;
}

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

.news__title {
    font-size: 1.75rem;
}
  }

.news__list {
  margin-top: 7px;
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.news__list a:hover p {
    opacity: 0.6;
    transition: all .7s;
  }

.news__list a p {
    transition: all .7s;
  }

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

.news__list {
    margin-top: 20px;
}
  }

.news__item a {
  border-top: var(--news-item-bdc) solid 2px;
  display: grid;
  grid-template-columns: 194px 1fr;
  align-items: center;
  width: 100%;
}

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

.news__item a {
    grid-template-columns: 1fr;
    height: auto;
    row-gap: 10px;
}
  }

.news__item:last-child {
  border-bottom: var(--news-item-bdc) solid 2px;
}

.news__item-date {
  font-size: 1.6rem;
}

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

.news__item-date {
    font-size: 22px;
    padding-top: 20px;
}
  }

.news__item-text {
  font-size: 1.4rem;
  padding: 16px 0;
}

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

.news__item-text {
    font-size: 16px;
    padding-bottom: 20px;
}
  }

.footer {
  margin-top: 118px;
  padding-bottom: 35px;
}

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

.footer {
    margin-top: 57px;
    padding-bottom: 57px;
}
  }

.footer__image {
  width: 188px;
  margin: 0 auto;
}

.footer__logo {
  filter: var(--footer-logo-filter);
}

.copy {
  padding: 60px 0 80px;
  text-align: center;
}

.copy a:hover {
    opacity: 0.7;
    transition: all 1s;
  }

.copy a {
    transition: all 1s;
  }

.copy__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 16px;
}

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

.copy__list {
    flex-wrap: wrap;
}
  }

.copy__item:hover {
  opacity: 0.7;
}

.copy__c {
  margin-top: 40px;
  font-size: 14px;
}

.button-1 {
  margin-block: 88px 120px;
  text-align: center;
}

.button-1 > :first-child {
    margin-top: 0 !important;
  }

.button-1 > :last-child {
    margin-bottom: 0 !important;
  }

@media (max-width: 767px) {

.button-1 {
    margin-block: 40px 100px;
}
  }
