.p-judgeIntro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 0 15px;
  max-width: 550px;
  padding: 40px 20px 35px;
  margin-right: auto;
  margin-left: auto;
}
.p-judgeIntro::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  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__name._ja {
  font-size: 16px;
  font-size: 1rem;
}
.p-judgeIntro__name._ja span {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-judgeIntro__name._en {
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-judgeIntro__thumb {
  margin-top: 3px;
}
.p-judgeIntro__thumbCaption {
  margin-top: 4px;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
}

.p-lineBox {
  padding: 20px;
  margin-top: 22px;
  border: 1px solid #ccc;
}
.p-lineBox + .p-lineBox {
  margin-top: 30px;
}
.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: 1fr;
  gap: 24px;
}
.p-profile__detail {
  order: 2;
}
.p-profile__text:not(:first-child) {
  margin-top: 1em;
}
.p-profile__image {
  order: 1;
  margin: 0 auto;
  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: 150px;
}
.p-resultPulldown__toggle::after {
  position: absolute;
  top: calc((32px - 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: 32px;
  padding-right: 34px;
  padding-left: 42px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0c3b2c;
  background: #fff;
  background: #fff;
  border: 1px solid #d8d8d6;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-resultPulldown__toggle select option {
  font-size: 14px;
  font-size: 0.875rem;
}
@media not all and (min-width: 1100px) {
  .p-resultPulldown__toggle select {
    width: 100%;
  }
}

.p-resultCard {
  padding-bottom: 16px;
}
.p-resultCard__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-resultCard__titleText {
  padding-right: 12px;
}
.p-resultCard__title a {
  margin-right: 0;
  margin-left: auto;
}

.p-resultHeader {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 960px;
  padding-top: 36px;
  margin-right: auto;
  margin-left: auto;
}
.p-resultHeader__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-resultComment__video iframe {
  width: 100%;
  height: calc((100vw - 40px) * 0.56);
  vertical-align: top;
}
.p-resultComment__text, .p-resultComment__author {
  margin-top: 22px;
}
.p-resultComment__author {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}

.p-winner {
  margin-bottom: 32px;
}
.p-winner:not(:first-of-type) {
  padding-top: 26px;
  border-top: 2px solid #707070;
}
.p-winner__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.p-winner__info {
  margin-top: 20px;
}
.p-winner__comment {
  padding: 26px 20px 32px;
  margin-top: 26px;
  background: #f7f7f5;
}
.p-winner__commentTitle {
  padding-bottom: 4px;
  margin-bottom: 26px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.p-winner__commentVideo {
  display: flex;
  justify-content: center;
}
.p-winner__commentVideo iframe {
  width: 100%;
  height: calc((100vw - 40px) * 0.495);
  vertical-align: top;
}
.p-winner__commentText {
  margin-top: 24px;
}
.p-winner__commentTranslator {
  margin-top: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}

.p-onAir {
  padding: 20px;
  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: 30px;
  padding: 0 16px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #fff;
  background: #ef943a;
  border-radius: 6px;
}