/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  margin: 0;
  font-weight: 500;
  word-wrap: break-word;
  scroll-behavior: smooth;
}

body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  background: initial;
}

a {
  display: block;
  text-decoration: none;
}
@media (min-width: 600px) {
  a:hover {
    cursor: pointer;
  }
}

img {
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
}

.l-background {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/asset/images/back-lions.jpg) center center/cover no-repeat;
}

.l-main {
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: #f5fffa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.l-inner {
  padding-inline: 20px;
}

.c-title {
  font-weight: 900;
  text-align: center;
}
.c-title--en {
  font-size: clamp(2.875rem, 2.4107142857rem + 1.9047619048vw, 3.125rem);
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 800;
}
.c-title--ja {
  font-size: clamp(2.25rem, 1.7857142857rem + 1.9047619048vw, 2.5rem);
}

.c-player {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}
@media (min-width: 600px) {
  .c-player:hover .c-player__thumb-img {
    transform: scale(1.13);
  }
}
.c-player__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 172/191;
  overflow: hidden;
  background-image: linear-gradient(180deg, #aaa 0%, #b1b2ad 90%);
}
.c-player__thumb-img {
  transition: transform 0.3s ease-out;
}
.c-player__text {
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 0.7777777778em;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  color: #fff;
}
.c-player__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: center;
  width: 100%;
  line-height: 1.2;
}
.c-player__name-ja {
  font-size: 1em;
  font-weight: 700;
}
.c-player__name-en {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.5rem, 0.0357142857rem + 1.9047619048vw, 0.75rem);
  text-box: trim-both cap alphabetic;
}
.c-player__num {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  grid-area: num;
  align-self: center;
  font-size: clamp(1.625rem, 1.1607142857rem + 1.9047619048vw, 1.875rem);
  text-box: trim-both cap alphabetic;
}
@media (min-width: 600px) {
  .c-player__num {
    font-size: 50px;
  }
}

.p-visual {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 20/29;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: linear-gradient(90deg, #001e40 45%, #1b65d1 70%, #000 90%);
}
.p-visual__player {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-visual__player::after {
  position: absolute;
  bottom: 4.625%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 77.6666666667%;
  height: auto;
  aspect-ratio: 233/165;
  content: "";
  background: url(/asset/images/logo.png) center center/contain no-repeat;
  translate: -50% 0;
}
.p-visual__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-visual__item.is-active {
  opacity: 1;
}
.p-filter {
  position: relative;
  color: #fff;
  background: #000;
}
.p-filter::before, .p-filter::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
}
.p-filter::before {
  top: 0;
  left: 0;
  background: #ff2c52;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-filter::after {
  right: 0;
  bottom: 0;
  background: #1b8aff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-filter__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-filter__deco::before, .p-filter__deco::after {
  position: absolute;
  display: block;
  content: "";
}
.p-filter__deco::before {
  width: 100%;
  height: 5px;
}
.p-filter__deco::after {
  width: 5px;
  height: 100%;
}
.p-filter__deco--blue::before, .p-filter__deco--blue::after {
  right: 0;
  bottom: 0;
  background: #1b8aff;
}
.p-filter__deco--pink::before, .p-filter__deco--pink::after {
  top: 0;
  left: 0;
  background: #ff2c52;
}
.p-filter__button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 1.1538461538em;
  font-size: clamp(1.375rem, 0.9107142857rem + 1.9047619048vw, 1.625rem);
  font-weight: 900;
  color: #fff;
}
@media (min-width: 600px) {
  .p-filter__button {
    transition: background 0.15s ease-out;
  }
  .p-filter__button:hover {
    background: #1b8aff;
  }
  .p-filter__button:hover .p-filter__button-icon::before, .p-filter__button:hover .p-filter__button-icon::after {
    background: #1b8aff;
  }
}
.p-filter__button[aria-expanded=true] {
  margin-top: 30px;
  font-weight: 700;
}
.p-filter__button[aria-expanded=true] .p-filter__button-text {
  font-size: clamp(1rem, 0.5357142857rem + 1.9047619048vw, 1.25rem);
}
.p-filter__button[aria-expanded=true] .p-filter__button-icon::before {
  transform: rotate(90deg);
}
.p-filter__button-icon {
  position: relative;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}
.p-filter__button-icon::before, .p-filter__button-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background: #000;
  translate: -50% -50%;
}
.p-filter__button-icon::before {
  width: 2px;
  height: 0.4615384615em;
}
.p-filter__button-icon::after {
  width: 0.4615384615em;
  height: 2px;
}
.p-filter__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.25s ease, opacity 0.2s ease;
}
.p-filter__body[aria-hidden=false] {
  grid-template-rows: 1fr;
  opacity: 1;
}
.p-filter__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.4615384615em;
  font-size: clamp(1.375rem, 0.9107142857rem + 1.9047619048vw, 1.625rem);
  font-weight: 700;
}
.p-filter__inner {
  padding-inline: 6.666%;
  overflow: hidden;
}
.p-filter__details:nth-child(n+3) {
  margin-top: 20px;
}
.p-filter__details[open] .p-filter__summary-icon::before {
  transform: rotate(90deg);
}
.p-filter__details[open] .p-filter__content {
  opacity: 1;
  transform: translateY(0);
}
.p-filter__summary {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  font-size: clamp(1.125rem, 0.6607142857rem + 1.9047619048vw, 1.375rem);
  font-weight: 700;
  line-height: 1;
  color: #000;
  cursor: pointer;
  list-style-type: none;
  background: #fff;
  border-radius: 10px;
}
.p-filter__summary::marker {
  content: "";
}
.p-filter__summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 600px) {
  .p-filter__summary:hover {
    color: #1b8aff;
    background: #f5f5f5;
  }
  .p-filter__summary:hover .p-filter__summary-icon {
    background: #1b8aff;
  }
}
.p-filter__summary-icon {
  position: relative;
  width: 1.1818181818em;
  height: 1.1818181818em;
  background: #000;
  border-radius: 50%;
}
.p-filter__summary-icon::before, .p-filter__summary-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background: #fff;
  translate: -50% -50%;
  transition: transform 0.2s;
}
.p-filter__summary-icon::before {
  width: 2px;
  height: 0.5454545455em;
}
.p-filter__summary-icon::after {
  width: 0.5454545455em;
  height: 2px;
}
.p-filter__content {
  padding-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.p-filter__fieldset {
  display: block;
  padding: 0;
  margin-top: 12px;
  border: none;
}
.p-filter__legend {
  width: 100%;
  padding-block: 4px;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  text-align: center;
  background: #1b8aff;
  border-radius: 10px;
}
.p-filter__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-inline: 10px;
}
.p-filter__item {
  margin-top: 12px;
}
.p-filter__checkbox {
  position: absolute;
  opacity: 0;
}
.p-filter__checkbox:checked + .p-filter__label--circle::after {
  opacity: 1;
}
.p-filter__checkbox:checked + .p-filter__label--button {
  outline-color: #ff2c52;
  background: #ff2c52;
}
.p-filter__label {
  position: relative;
  font-size: clamp(0.75rem, 0.2857142857rem + 1.9047619048vw, 1rem);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.p-filter__label--circle {
  display: flex;
  gap: 0.21875em;
  align-items: center;
  padding: 0.21875em 0;
}
.p-filter__label--circle::before {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background: #fff;
  border-radius: 50%;
}
.p-filter__label--circle::after {
  position: absolute;
  top: 50%;
  left: 0.5em;
  display: block;
  width: 0.5625em;
  height: 0.5625em;
  content: "";
  background: #ff2c52;
  border-radius: 50%;
  opacity: 0;
  translate: -50% -50%;
}
.p-filter__label--button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.59375em 0;
  outline: 1px solid #fff;
  outline-offset: -1px;
  border-radius: 50px;
}
.p-filter #prefecture .p-filter__list {
  -moz-column-gap: 2.125em;
       column-gap: 2.125em;
}
.p-filter #prefecture .p-filter__item {
  min-width: calc((100% - 8.5em) / 5);
}
.p-filter #year .p-filter__list {
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
.p-filter #year .p-filter__item {
  min-width: calc((100% - 3.75em) / 4);
}
.p-filter #month .p-filter__list {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.p-filter #month .p-filter__item {
  min-width: calc((100% - 5em) / 6);
}
.p-filter #blood .p-filter__list {
  -moz-column-gap: 1.4375em;
       column-gap: 1.4375em;
}
.p-filter #blood .p-filter__item {
  min-width: calc((100% - 1.4375em) / 2);
}
.p-filter #blood .p-filter__label {
  padding-block: 1.0625em;
}
.p-filter__control {
  display: flex;
  gap: 1.1111111111em;
  align-items: center;
  justify-content: center;
  width: 84.5%;
  margin-block: 4.8333333333em 4.6666666667em;
  margin-inline: auto;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
}
.p-filter__submit, .p-filter__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 0.8888888889em;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
}
.p-filter__submit {
  background: #1b8aff;
}
@media (min-width: 600px) {
  .p-filter__submit:hover {
    background: #52cbff;
  }
}
.p-filter__reset {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
@media (min-width: 600px) {
  .p-filter__reset:hover {
    background: #2c2c2c;
  }
}
@media (min-width: 600px) {
  .p-filter__banner:hover {
    opacity: 0.6;
  }
}
.p-position {
  padding-top: 43px;
  --gap: 10px;
}
@media (min-width: 600px) {
  .p-position {
    --gap: 20px;
  }
}
.p-position__nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
}
.p-position__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - var(--gap) * 2) / 3);
  padding-block: 0.9416666667em;
  font-weight: 900;
  outline: 1px solid #a8a8a8;
  outline-offset: -1px;
  border-radius: 50px;
}
.p-position__button.is-active {
  color: #fff;
  outline: 1px solid #000;
  background: #000;
}
.p-position__text {
  margin-top: 25px;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  text-align: center;
}
.p-position__a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.p-position__a:hover {
  opacity: 0.6;
}

.p-player-list {
  margin: 57px 0;
}
.p-player-list__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 15px;
}
.p-player-list__li {
  height: 100%;
}

.p-footer {
  padding-block: 20px;
}
.p-footer__team-a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 140px;
  margin: auto;
}
@media (min-width: 600px) {
  .p-footer__team-a:hover {
    opacity: 0.6;
  }
}
.p-footer__copyright {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  text-align: center;
}

.v-player__gallery-slide {
  position: relative;
  width: 100%;
}
.v-player__gallery-text {
  position: absolute;
  top: 30px;
  left: 50%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(2.25rem, 1.7857142857rem + 1.9047619048vw, 2.5rem);
  translate: -50% 0;
}
@media (min-width: 600px) {
  .v-player__gallery-text {
    font-size: 70px;
  }
}
.v-player__gallery-text--long {
  gap: 10px;
  font-size: 35px;
}
@media (min-width: 600px) {
  .v-player__gallery-text--long {
    font-size: 50px;
  }
}
.v-player__gallery-text--long .v-player__gallery-name {
  gap: 8px;
}
.v-player__gallery-num {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  text-box: trim-both cap alphabetic;
  color: #fff;
}
.v-player__gallery-name {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 800;
  display: flex;
  gap: 10px;
  color: #001e40;
  letter-spacing: -0.01em;
}
.v-player__gallery-word {
  text-box: trim-both cap alphabetic;
}
.v-player__gallery-img {
  width: 100%;
  height: auto;
  aspect-ratio: 30/37;
}
.v-player__thumbs-swiper {
  margin-top: 4px;
}
.v-player__thumbs-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 4px) / 3.5);
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  filter: contrast(65%) grayscale(100%);
}
.v-player__thumbs-slide.is-active {
  filter: none;
}
@media (min-width: 600px) {
  .v-player__thumbs-slide:hover .v-player__thumbs-img {
    transform: scale(1.13);
  }
}
.v-player__thumbs-img {
  transition: transform 0.3s ease-out;
}
.v-player .c-title {
  border-bottom: 1px solid #becece;
}
.v-player .c-title--en {
  padding-bottom: 5px;
  margin-top: 1.3em;
  font-size: clamp(2.625rem, 2.1607142857rem + 1.9047619048vw, 2.875rem);
}
@media (min-width: 600px) {
  .v-player .c-title--en {
    font-size: clamp(2.875rem, 2.4107142857rem + 1.9047619048vw, 3.125rem);
  }
}
.v-player .c-title--ja {
  padding-bottom: 15px;
  margin-top: 1.625em;
  font-size: clamp(1.75rem, 1.2857142857rem + 1.9047619048vw, 2rem);
}
@media (min-width: 600px) {
  .v-player .c-title--ja {
    font-size: clamp(2.25rem, 1.7857142857rem + 1.9047619048vw, 2.5rem);
  }
}
.v-player__profile .c-title--en {
  margin-top: 0.92em;
}
.v-player__player {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 7px;
}
.v-player__num {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  text-box: trim-both cap alphabetic;
  font-size: clamp(2.25rem, 1.7857142857rem + 1.9047619048vw, 2.5rem);
  font-weight: 400;
}
@media (min-width: 600px) {
  .v-player__num {
    font-size: 48px;
  }
}
.v-player__name {
  display: block;
  flex-grow: 1;
  align-items: flex-end;
  font-size: clamp(1.125rem, 0.6607142857rem + 1.9047619048vw, 1.375rem);
  font-weight: 500;
}
@media (min-width: 600px) {
  .v-player__name {
    font-size: 34px;
  }
}
.v-player__position {
  padding-left: 7px;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
}
.v-player__sns {
  display: flex;
  flex-shrink: 0;
  gap: 0.5882352941em;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.625rem, 1.1607142857rem + 1.9047619048vw, 1.875rem);
}
@media (min-width: 600px) {
  .v-player__sns {
    font-size: 34px;
  }
}
.v-player__sns-link {
  width: auto;
  height: 1em;
}
@media (min-width: 600px) {
  .v-player__sns-link:hover {
    opacity: 0.6;
  }
}
.v-player__sns-img {
  width: auto;
  height: 100%;
}
.v-player__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 7px;
  font-size: clamp(0.8125rem, 0.3482142857rem + 1.9047619048vw, 1.0625rem);
  font-weight: 400;
}
.v-player__link {
  display: flex;
  gap: 0.25em;
  align-items: center;
  justify-content: space-between;
  padding: 0.7517647059em 1.0588235294em;
  color: #fff;
  background: #1b8aff;
  border-radius: 50px;
}
.v-player__link::after {
  display: block;
  flex-shrink: 0;
  width: 6.37px;
  height: auto;
  aspect-ratio: 1/2;
  content: "";
  background: #fff;
  -webkit-mask: url(/asset/images/arrow-right.svg) center center/contain no-repeat;
          mask: url(/asset/images/arrow-right.svg) center center/contain no-repeat;
}
@media (min-width: 600px) {
  .v-player__link:hover {
    background: #52cbff;
  }
}
.v-player__bio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5555555556em;
  margin-top: 22px;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
}
.v-player__bio-item {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5555555556em;
       column-gap: 0.5555555556em;
  align-items: start;
  padding-block: 1.0805555556em;
  padding-inline: 0.8333333333em 0.2777777778em;
  outline: 1px solid #becece;
  outline-offset: -1px;
  background: #fff;
}
.v-player__bio-item--100 {
  grid-column: 1/-1;
}
.v-player__bio-title {
  align-self: center;
  font-size: clamp(0.6875rem, 0.2232142857rem + 1.9047619048vw, 0.9375rem);
  font-weight: 400;
  color: #648383;
}
.v-player__bio-detail {
  align-self: center;
  font-weight: 400;
}
.v-player__titles .v-player__button {
  margin-top: 15px;
}
.v-player__titles-li {
  padding: 15px 0;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #becece;
}
.v-player__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.403em 1.5em;
  font-size: clamp(1rem, 0.5357142857rem + 1.9047619048vw, 1.25rem);
  color: #fff;
  background: #1b8aff;
}
.v-player__button::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  flex-shrink: 0;
  width: 6.37px;
  height: auto;
  aspect-ratio: 1/2;
  content: "";
  background: #fff;
  -webkit-mask: url(/asset/images/arrow-right.svg) center center/contain no-repeat;
          mask: url(/asset/images/arrow-right.svg) center center/contain no-repeat;
  translate: 0 -50%;
}
@media (min-width: 600px) {
  .v-player__button:hover {
    background: #52cbff;
  }
}
.v-player__qa {
  position: relative;
}
.v-player__qa-dl {
  border-bottom: 1px solid #becece;
}
.v-player__qa-button {
  display: flex;
  gap: 0.7em;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 1em 2.5em;
  margin-inline: auto;
  margin-top: 25px;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  cursor: pointer;
  background: #001e40;
  border-radius: 50px;
}
@media (min-width: 600px) {
  .v-player__qa-button {
    min-width: 220px;
    margin-top: 30px;
  }
  .v-player__qa-button:hover {
    opacity: 0.6;
  }
}
.v-player__qa-button-icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
}
.v-player__qa-button-icon::before, .v-player__qa-button-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 2px;
  content: "";
  background: #001e40;
  translate: -50% -50%;
  transition: transform 0.15s ease-out;
}
.v-player__qa-button-icon::after {
  transform: rotate(90deg);
}
.v-player__qa-button[aria-expanded=true] .v-player__qa-button-icon::after {
  opacity: 0;
}
.v-player__qa-button-text {
  flex-grow: 1;
  color: #fff;
  text-box: trim-both cap alphabetic;
  letter-spacing: -0.05em;
}
.v-player__qa-item {
  display: block;
  border-top: 1px dashed #becece;
}
.v-player__qa-item:first-child {
  border-top: none;
}
.v-player__qa-item.is-hidden {
  display: none;
}
.v-player__qa-q {
  padding-top: 1em;
  font-size: clamp(0.6875rem, 0.2232142857rem + 1.9047619048vw, 0.9375rem);
  font-weight: 400;
  color: #648383;
}
.v-player__qa-a {
  padding-bottom: 1em;
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  font-weight: 400;
}
.v-player__comment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v-player__comment-item {
  display: grid;
  grid-template-areas: "photo desc";
  grid-template-columns: 29.2857142857% 1fr;
  gap: 12px 16px;
  align-items: start;
  margin-top: 18px;
}
.v-player__comment-item--right {
  grid-template-areas: "desc photo";
  grid-template-columns: 1fr 29.2857142857%;
}
.v-player__comment-item--right .v-player__comment-text::after {
  right: -1.25em;
  left: inherit;
  transform: rotateY(180deg);
}
.v-player__comment-photo {
  grid-area: photo;
  align-self: flex-start;
}
.v-player__comment-desc {
  grid-area: desc;
  align-self: self-end;
}
.v-player__comment-speaker {
  padding-left: 15px;
}
.v-player__comment-name {
  font-size: clamp(1.125rem, 0.6607142857rem + 1.9047619048vw, 1.375rem);
  font-weight: 400;
}
.v-player__comment-position {
  font-size: clamp(0.875rem, 0.4107142857rem + 1.9047619048vw, 1.125rem);
  font-weight: 400;
}
.v-player__comment-text {
  position: relative;
  padding: 1.2em 1.5em;
  margin-top: 0.55em;
  font-size: clamp(1rem, 0.5357142857rem + 1.9047619048vw, 1.25rem);
  font-weight: 400;
  color: #fff;
  background: #4ebdff;
  border-radius: 20px;
}
.v-player__comment-text::after {
  position: absolute;
  top: 1.5em;
  left: -1.25em;
  display: block;
  width: 1.25em;
  height: 0.9em;
  content: "";
  background: #4ebdff;
  clip-path: polygon(0 0, 100% 2px, 100% 100%);
}
.v-player__movie {
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding-block: 37px 57px;
  margin-top: 70px;
  background: #001e40;
}
.v-player__movie .c-title {
  margin-top: 0;
  color: #fff;
}
.v-player__slider-slide {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}
.v-player__slider-slide--wide .v-player__slider-contents {
  aspect-ratio: 16/9;
}
.v-player__slider-slide.swiper-slide-active {
  cursor: default;
}
.v-player__slider-slide.swiper-slide-active .v-player__slider-drag {
  pointer-events: none;
}
.v-player__slider-drag {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
}
.v-player__slider-contents {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  font-size: 0;
}
.v-player__slider-iframe {
  width: 100%;
  height: 100%;
}
.v-player__peers .c-title {
  margin-bottom: 12px;
  border: none;
}
.v-player__peers + .l-inner .v-player__button {
  margin-top: 65px;
}
.v-player__hometown .c-title {
  margin-bottom: 12px;
  border: none;
}
.v-player__hometown .v-player__button {
  margin-top: 65px;
}
.v-player__scroll {
  padding-inline: 3.334%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.v-player__scroll-ul {
  display: flex;
  gap: 1em;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(1rem, 0.5357142857rem + 1.9047619048vw, 1.25rem);
}
.v-player__scroll-li {
  width: min(240px, (100vw - 2em) / 2.25);
}
.v-player__search .c-title {
  margin-bottom: 12px;
  border: none;
}
.v-player__cta .c-title {
  margin-bottom: 12px;
  border: none;
}
.v-player__banner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 600px) {
  .v-player__banner:hover {
    opacity: 0.6;
  }
}
.v-player .p-footer {
  margin-top: 150px;
}