.p-judgeIntro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 0 46px;
  align-items: center;
  max-width: 550px;
  padding-top: 62px;
  padding-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.p-judgeIntro::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background: #ccc;
}
.p-judgeIntro._finalists {
  padding-right: 0;
  padding-left: 0;
}
.p-judgeIntro._finalists::before {
  display: none;
}
.p-judgeIntro__index {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.p-judgeIntro__year {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-judgeIntro__name._ja {
  font-size: 22px;
  font-size: 1.375rem;
}
.p-judgeIntro__name._ja span {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-judgeIntro__name._en {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-judgeIntro__thumbCaption {
  position: absolute;
  right: 0;
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}

.p-lineBox {
  padding: 32px 40px;
  margin-top: 44px;
  border: 1px solid #ccc;
}
.p-lineBox + .p-lineBox {
  margin-top: 60px;
}
.p-lineBox__title {
  margin-bottom: 1.5em;
}
.p-lineBox__titleSubtext {
  font-weight: 400;
}
.p-lineBox p:not([class]) + p:not([class]) {
  margin-top: 1em;
}

.p-profile {
  margin-bottom: 1.9em;
}
.p-profile__info {
  margin-bottom: 1.9em;
  line-height: 1.875;
}
[lang=en] .p-profile__info {
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  gap: 10px;
  align-items: baseline;
}
.p-profile__infoName {
  font-weight: 700;
}
[lang=en] .p-profile__infoName {
  font-style: italic;
}
.p-profile__infoSubname {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-profile__main {
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  gap: 32px;
}
.p-profile__text:not(:first-child) {
  margin-top: 1em;
}
.p-profile__image {
  text-align: right;
}
.p-profile__image:not(._large) {
  width: 100px;
}
.p-profile__image._large {
  width: 160px;
}
.p-profile__image figcaption {
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-finalistsMessage {
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #ccc;
}
.p-finalistsMessage__text + .p-finalistsMessage__text {
  margin-top: 1.7em;
}

.p-resultPulldown {
  display: flex;
  justify-content: center;
  padding-bottom: 34px;
}
.p-resultPulldown__toggle {
  position: relative;
  width: 157px;
}
.p-resultPulldown__toggle::after {
  position: absolute;
  top: calc((38px - 8px * 1.4142135624) / 2);
  right: calc((38px - 7px * 1.4142135624) / 2);
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #0c3b2c;
  border-right: 1px solid #0c3b2c;
  transform: rotate(135deg);
}
.p-resultPulldown__toggle::before {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 1px;
  height: 19px;
  content: "";
  background: #ccc;
  transform: translateY(-50%);
}
.p-resultPulldown__toggle select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 38px;
  padding-right: 36px;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0c3b2c;
  text-align: center;
  text-align: -webkit-center;
  background: #fff;
  border: 1px solid #d8d8d6;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
._en .p-resultPulldown__toggle select {
  font-size: 16px;
  font-size: 1rem;
}
.p-resultPulldown__toggle select option {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
._en .p-resultPulldown__toggle select option {
  font-size: 16px;
  font-size: 1rem;
}
@media not all and (min-width: 1100px) {
  .p-resultPulldown__toggle select {
    width: 100%;
  }
}

.p-resultCard {
  padding-bottom: 25px;
}
.p-resultCard__title {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 38px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-resultCard__titleText {
  padding-right: 16px;
  border-right: 1px solid #aaa;
}
.p-resultHeader {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 960px;
  padding-top: 66px;
  margin-right: auto;
  margin-left: auto;
}
.p-resultHeader__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-resultComment__video {
  margin-top: 30px;
}
.p-resultComment__video iframe {
  vertical-align: top;
}
.p-resultComment__text, .p-resultComment__author {
  margin-top: 40px;
}
.p-resultComment__text {
  padding-right: 65px;
}
.p-resultComment__author {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.p-winner {
  margin-bottom: 40px;
}
.p-winner:not(:first-of-type) {
  padding-top: 32px;
  border-top: 2px solid #707070;
}
.p-winner__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
.p-winner__info {
  margin-top: 20px;
}
.p-winner__comment {
  padding: 36px 30px 48px;
  margin-top: 36px;
  background: #f7f7f5;
}
.p-winner__commentTitle {
  padding-bottom: 4px;
  margin-bottom: 40px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.p-winner__commentVideo {
  display: flex;
  justify-content: center;
}
.p-winner__commentVideo iframe {
  vertical-align: top;
}
.p-winner__commentText {
  margin-top: 30px;
}
.p-winner__commentTranslator {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.p-onAir {
  padding: 30px;
  border: 1px solid #ccc;
}
.p-onAir:not(:last-child) {
  margin-bottom: 40px;
}
.p-onAir__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 20px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #fff;
  background: #ef943a;
  border-radius: 10px;
}