@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
.p50th-special {
  color: #24508D;
  background: #FFEDA2;
  background-image: url("/50th/assets/img/special/bg.png");
  background-position: top;
  background-repeat: repeat;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p50th-special {
    background-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special {
    background-size: 5%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p50th-special .js-fadein {
  opacity: 0;
}
.p50th-special .js-fadein.is-fadein {
  -webkit-animation: fadein forwards 0.8s ease-in-out;
  animation: fadein forwards 0.8s ease-in-out;
}
.p50th-special .form-btn {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.p50th-special .form-btn .text {
  display: grid;
  place-content: center;
  margin-inline: auto;
  background-color: #205599;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p50th-special .form-btn .text {
    width: 320px;
    height: 75px;
    box-shadow: 5px 5px 0px 5px #05326A;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special .form-btn .text {
    width: 61.8666666667vw;
    height: 14.4vw;
    box-shadow: 4px 4px 0px 4px #05326A;
    font-size: 4.2666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p50th-special .form-btn .text:hover {
    transform: translate(8px, 8px);
    box-shadow: 0px 0px 0px 0px;
  }
}

.p50th-special-top {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top {
    padding-bottom: 24vw;
  }
}
.p50th-special-top .keyvisual {
  position: relative;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual {
    height: 630px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual {
    height: 138.4vw;
  }
}
.p50th-special-top .keyvisual.is-animation .keyvisual-title {
  opacity: 1;
  scale: 1;
}
.p50th-special-top .keyvisual.is-animation .keyvisual-design li:nth-child(1) {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.p50th-special-top .keyvisual.is-animation .keyvisual-design li:not(:first-child) {
  scale: 1;
  opacity: 1;
}
.p50th-special-top .keyvisual .keyvisual-title {
  margin-inline: auto;
  opacity: 0;
  scale: 0.6;
  transition: opacity 0.45s ease, scale 0.45s cubic-bezier(0.49, 0.25, 0.3, 1.31);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-title {
    width: 480px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-title {
    width: 89.3333333333vw;
    padding-top: 14.6666666667vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li {
  position: absolute;
  -webkit-animation-duration: 2400ms;
  animation-duration: 2400ms;
  -webkit-animation-timing-function: steps(2, end);
  animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes yurayura01 {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurayura01 {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes yurayura02 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurayura02 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li {
    width: 190px;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:not(:first-child) {
  opacity: 0;
  scale: 0;
  transition: opacity 0.3s ease, scale 0.3s cubic-bezier(0.44, 0.42, 0.24, 1.55);
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1), transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(1) {
    width: 1040px;
    top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(1) {
    width: 100%;
    top: 0;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(2) {
  right: 0;
  transition-delay: 0.8s;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(2) {
    top: 15px;
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(2) {
    top: 0;
    width: 26.6666666667vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(3) {
  left: 0;
  transition-delay: 0.8s;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(3) {
    top: 15px;
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(3) {
    top: 0;
    width: 26.6666666667vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(4) {
  transition-delay: 1s;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(4) {
    bottom: -60px;
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(4) {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 29.8666666667vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
  transition-delay: 1.4s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(5).is-yurayura {
  -webkit-animation-name: yurayura02;
  animation-name: yurayura02;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
    bottom: 0;
    right: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
    bottom: -11%;
    right: -10%;
    width: 48vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(6) {
  top: 268px;
  left: 60px;
  transition-delay: 1.5s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(6).is-yurayura {
  -webkit-animation-name: yurayura02;
  animation-name: yurayura02;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(7) {
  top: 268px;
  right: 60px;
  transition-delay: 1.6s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(7).is-yurayura {
  -webkit-animation-name: yurayura01;
  animation-name: yurayura01;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(8) {
  transition-delay: 1.7s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(8).is-yurayura {
  -webkit-animation-name: yurayura01;
  animation-name: yurayura01;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(8) {
    bottom: -70px;
    left: 150px;
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(8) {
    bottom: -9%;
    left: -5%;
    width: 56vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(9) {
  transition-delay: 1.8s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(9).is-yurayura {
  -webkit-animation-name: yurayura02;
  animation-name: yurayura02;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(9) {
    top: 58px;
    right: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(9) {
    bottom: 3%;
    left: 40%;
    width: 40vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(10) {
  transition-delay: 1.9s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(10).is-yurayura {
  -webkit-animation-name: yurayura01;
  animation-name: yurayura01;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(10) {
    top: 58px;
    left: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(10) {
    bottom: -13%;
    left: 36%;
    width: 34.6666666667vw;
  }
}
.p50th-special-top .about {
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .about {
    height: 863px;
    background-image: url("/50th/assets/img/special/about-bg.png");
    background-size: 100% 100%;
    padding-top: 148px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .about {
    background-image: url("/50th/assets/img/special/about-bg.sp.png");
    background-size: cover;
    padding-top: 27.2vw;
    padding-bottom: 16vw;
  }
}
.p50th-special-top .about .about-title {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .about .about-title {
    width: 745px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .about .about-title {
    width: 94.4vw;
  }
}
.p50th-special-top .about .about-text {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .about .about-text {
    margin-top: 8vw;
  }
}
.p50th-special-top .about .about-text small {
  display: block;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .about .about-text small {
    margin-top: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .about .about-text small {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@-webkit-keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes marquee-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.p50th-special-top .about .about-loop {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .about .about-loop {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .about .about-loop {
    margin-top: 10.6666666667vw;
  }
}
.p50th-special-top .about .about-loop .loop {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-right 120s linear infinite;
  animation: marquee-right 120s linear infinite;
  max-width: initial;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .about .about-loop .loop img {
    width: 4450px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .about .about-loop .loop img {
    width: 800vw;
  }
}
.p50th-special-top .about .about-loop .loop.loop-left {
  -webkit-animation: marquee-left 120s linear infinite;
  animation: marquee-left 120s linear infinite;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo {
    margin-top: 18.6666666667vw;
  }
}
.p50th-special-top .oubo .oubo-btn a span::before {
  content: "投票はこちらから";
}
.p50th-special-top .oubo .oubo-btn a.is-hidden {
  opacity: 0.6;
  pointer-events: none;
}
.p50th-special-top .oubo .oubo-btn a.is-hidden span::before {
  content: "また明日投票してね";
}
.p50th-special-top .oubo .oubo-btn .note {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .oubo-btn .note {
    font-size: 13px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .oubo-btn .note {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.p50th-special-top .oubo .kaisaichu {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .kaisaichu {
    width: 630px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .kaisaichu {
    padding-inline: 3.4666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .kaisaichu .kaisaichu-oubo {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .kaisaichu .kaisaichu-oubo {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .ranking {
    margin-top: 120px;
    width: 814px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .ranking {
    margin-top: 17.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-title {
    width: 660px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-title {
    padding-inline: 1.8666666667vw;
  }
}
.p50th-special-top .oubo .character .character-list {
  max-width: 1134px;
  margin-inline: auto;
  display: grid;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-list {
    margin-top: 30px;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-list {
    margin-top: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8666666667vw;
  }
}
.p50th-special-top .oubo .character .character-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-item {
    height: 330px;
    padding: 35px 30px;
    background: url("/50th/assets/img/special/character-bg.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-item {
    height: 57.6vw;
    padding-block: 6.1333333333vw;
    background: url("/50th/assets/img/special/character-bg.sp.png") no-repeat center/cover;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p50th-special-top .oubo .character .character-item:hover .character-image img {
    transform: scale(1.1);
  }
  .p50th-special-top .oubo .character .character-item:hover .character-link::after {
    background-color: transparent;
  }
  .p50th-special-top .oubo .character .character-item:hover .character-link span::before {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top; /*左から右に向かう*/
  }
  .p50th-special-top .oubo .character .character-item:hover .character-link span::after {
    filter: initial;
  }
}
.p50th-special-top .oubo .character .character-name {
  font-weight: 800;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-name {
    font-size: 4.2666666667vw;
  }
}
.p50th-special-top .oubo .character .character-description {
  line-height: 1.3;
  min-height: 3em;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-description {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-description {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p50th-special-top .oubo .character .character-image {
  margin-top: -1em;
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-image {
    margin-top: -0.5em;
    padding-inline: 4.5333333333vw;
  }
}
.p50th-special-top .oubo .character .character-image img {
  transition: transform 0.5s ease;
}
.p50th-special-top .oubo .character .character-link {
  display: inline-block;
  position: relative;
  color: #24508D;
  margin-top: auto;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-link {
    padding-right: 27px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-link {
    padding-right: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p50th-special-top .oubo .character .character-link::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #205599;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #205599;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-link::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p50th-special-top .oubo .character .character-link span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-link span::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #205599;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.5s; /*変形の時間*/
  }
}
.p50th-special-top .oubo .character .character-link span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/50th/assets/img/special/modal-plus.svg") no-repeat center/cover;
  filter: brightness(0) invert(1);
  transition: filter 0.5s ease;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-link span::after {
    width: 10px;
    height: 10px;
    right: -21px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-link span::after {
    width: 1.6vw;
    height: 1.6vw;
    right: -4vw;
  }
}
.p50th-special-top .oubo .character .character-oubo {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-oubo {
    margin-top: 60px;
    padding-top: 60px;
    width: 650px;
    background: url("/50th/assets/img/special/character-oubo-bg.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-oubo {
    margin-top: 6.6666666667vw;
    padding-top: 10.6666666667vw;
    background: url("/50th/assets/img/special/character-oubo-bg.sp.png") no-repeat top/contain;
  }
}
.p50th-special-top .oubo .character .character-modal-container {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-container {
    width: 814px;
    height: 485px;
    background: url("/50th/assets/img/special/modal-bg.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-container {
    width: 89.6vw;
    height: 122.4vw;
    background: url("/50th/assets/img/special/modal-bg.sp.png") no-repeat center/cover;
  }
}
.p50th-special-top .oubo .character .character-modal-close {
  background: url("/50th/assets/img/special/modal-close.png") no-repeat center/cover;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-close {
    width: 30px;
    height: 30px;
    top: 22px;
    right: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-close {
    width: 8vw;
    height: 8vw;
    top: -8%;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-content {
    display: flex;
    align-items: center;
    padding-block: 42px;
    padding-inline: 40px 50px;
    min-height: 485px;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-content {
    padding-inline: 5.3333333333vw;
    padding-block: 8vw;
    display: grid;
    place-content: center;
    grid-template-columns: 29.3333333333vw 1fr;
    min-height: 122.4vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-image {
    width: 230px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-image {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.p50th-special-top .oubo .character .character-modal-details {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-details {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-profile {
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p50th-special-top .oubo .character .character-modal-name {
  font-weight: 800;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-name {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-name {
    font-size: 5.8666666667vw;
  }
}
.p50th-special-top .oubo .character .character-modal-description {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-description {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-description {
    line-height: 1.3;
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.p50th-special-top .oubo .character .character-modal-origin {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-origin {
    margin-top: 18px;
    gap: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-origin {
    margin-top: 2.6666666667vw;
    gap: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p50th-special-top .oubo .character .character-modal-origin .tag {
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #20559A;
  border-radius: 200px;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-origin .tag {
    width: 60px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-origin .tag {
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.p50th-special-top .oubo .character .character-modal-text {
  background-color: #FCF9DF;
  border-radius: 7px;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-text {
    margin-top: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-text {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 4vw;
    padding-inline: 6.6666666667vw;
    padding-block: 5.8666666667vw;
  }
}
.p50th-special-top .oubo .character .character-modal-text dt {
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-text dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-text dt {
    font-size: 4.8vw;
  }
}
.p50th-special-top .oubo .character .character-modal-text dd {
  position: relative;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-text dd {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-text dd {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.p50th-special-top .oubo .character .character-modal-text dd::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-text dd::before {
    height: 1px;
    background: url("/50th/assets/img/special/modal-border.png") no-repeat center left/contain;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-text dd::before {
    height: 0.8vw;
    background: url("/50th/assets/img/special/modal-border.sp.png") no-repeat center left/contain;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-link {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-link {
    grid-row: 3/4;
    grid-column: 1/3;
    margin-top: 4vw;
    margin-left: auto;
  }
}
.p50th-special-top .oubo .character .character-modal-link.none {
  display: none;
}
.p50th-special-top .oubo .character .character-modal-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 0px 2px #20559A;
  border: 2px solid #20559A;
  transition: transform 0.3s ease, box-shadow 0.1s ease;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-link a {
    gap: 5px;
    width: 134px;
    height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-link a {
    grid-row: 3/4;
    grid-column: 1/3;
    gap: 1.3333333333vw;
    width: 28.8vw;
    height: 8vw;
  }
}
.p50th-special-top .oubo .character .character-modal-link a::after {
  content: "";
  display: block;
  background: url("/50th/assets/img/special/icon-youtube.svg") no-repeat center left/cover;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-link a::after {
    width: 20px;
    height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-link a::after {
    width: 4.8vw;
    height: 3.2vw;
  }
}
.p50th-special-top .oubo .character .character-modal-link a span {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .oubo .character .character-modal-link a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .oubo .character .character-modal-link a span {
    font-size: 3.2vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p50th-special-top .oubo .character .character-modal-link a:hover {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px 0px;
  }
}
.p50th-special-top .stamp {
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .stamp {
    display: grid;
    place-content: center;
    margin-top: 120px;
    height: 926px;
    background-image: url("/50th/assets/img/special/stamp-bg.png");
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .stamp {
    margin-top: 17.3333333333vw;
    padding-block: 24vw;
    background-image: url("/50th/assets/img/special/stamp-bg.sp.png");
    background-size: cover;
  }
}
.p50th-special-top .stamp .stamp-image {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .stamp .stamp-image {
    width: 860px;
  }
}
.p50th-special-top .stamp .stamp-link {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .stamp .stamp-link {
    bottom: 80px;
    left: 93px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .stamp .stamp-link {
    bottom: 16vw;
    left: 17.0666666667vw;
  }
}
.p50th-special-top .stamp .stamp-link a {
  display: grid;
  place-content: center;
  margin-inline: auto;
  background-color: #19BE3C;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .stamp .stamp-link a {
    width: 290px;
    height: 65px;
    box-shadow: 5px 5px 0px 5px #159D32;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .stamp .stamp-link a {
    width: 61.8666666667vw;
    height: 14.4vw;
    box-shadow: 4px 4px 0px 4px #159D32;
  }
}
.p50th-special-top .stamp .stamp-link a span {
  color: #fff;
  font-weight: 800;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .stamp .stamp-link a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .stamp .stamp-link a span {
    font-size: 4.2666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p50th-special-top .stamp .stamp-link a:hover {
    transform: translate(8px, 8px);
    box-shadow: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .shokushu {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p50th-special-top .shokushu {
    margin-top: 18.6666666667vw;
  }
}
.p50th-special-top .shokushu a {
  display: block;
  margin-inline: auto;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .p50th-special-top .shokushu a {
    width: 814px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p50th-special-top .shokushu a:hover {
    opacity: 0.7;
  }
}