@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("/assets/img/mofumofu/bg.png");
  background-position: top;
  background-repeat: repeat;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .p50th-special {
    background-size: 19px;
  }
}
@media screen and (max-width: 750px) {
  .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-top {
  font-weight: 500;
  font-style: normal;
}
.p50th-special-top .keyvisual {
  position: relative;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual {
    height: 630px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual {
    height: 136.8vw;
  }
}
.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: 751px) {
  .p50th-special-top .keyvisual .keyvisual-title {
    width: 800px;
    padding-top: 132px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual .keyvisual-title {
    width: 93.3333333333vw;
    padding-top: 17.0666666667vw;
  }
}
.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: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li {
    width: 210px;
  }
}
.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: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(1) {
    width: 1294px;
    top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(1) {
    width: 100%;
    top: 2.4vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(2) {
  right: 0;
  transition-delay: 0.8s;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(2) {
    top: 15px;
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(3) {
    top: 15px;
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  .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: 1.4s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(4).is-yurayura {
  -webkit-animation-name: yurayura02;
  animation-name: yurayura02;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(4) {
    bottom: 107px;
    left: 76px;
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(4) {
    width: 32vw;
    left: 1.3333333333vw;
    bottom: 16vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
  transition-delay: 1.9s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(5).is-yurayura {
  -webkit-animation-name: yurayura02;
  animation-name: yurayura02;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
    bottom: -25px;
    left: 243px;
    width: 210px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
    bottom: -60px;
    left: 150px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(5) {
    width: 32vw;
    right: 0;
    bottom: -8vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(6) {
  transition-delay: 1.6s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(6).is-yurayura {
  -webkit-animation-name: yurayura01;
  animation-name: yurayura01;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(6) {
    bottom: 8px;
    left: 467px;
    width: 210px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(6) {
    bottom: 20px;
    left: 350px;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(7) {
  transition-delay: 1.8s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(7).is-yurayura {
  -webkit-animation-name: yurayura01;
  animation-name: yurayura01;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(7) {
    bottom: 8px;
    right: 473px;
    width: 210px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(7) {
    right: 450px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(7) {
    width: 32vw;
    bottom: 18.6666666667vw;
    right: 24.5333333333vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(8) {
  transition-delay: 1.5s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(8).is-yurayura {
  -webkit-animation-name: yurayura02;
  animation-name: yurayura02;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(8) {
    bottom: -32px;
    right: 253px;
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(8) {
    width: 32vw;
    bottom: -10.6666666667vw;
    left: 17.6vw;
  }
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(9) {
  transition-delay: 1.7s;
}
.p50th-special-top .keyvisual .keyvisual-design li:nth-child(9).is-yurayura {
  -webkit-animation-name: yurayura01;
  animation-name: yurayura01;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .keyvisual .keyvisual-design li:nth-child(9) {
    width: 222px;
    right: 54px;
    bottom: 99px;
  }
}
.p50th-special-top .about {
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .about {
    height: 863px;
    background-image: url("/assets/img/mofumofu/about-bg.png");
    background-size: 100% 100%;
    padding-top: 148px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .about {
    background-image: url("/assets/img/mofumofu/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: 751px) {
  .p50th-special-top .about .about-title {
    width: 745px;
  }
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .p50th-special-top .about .about-text {
    margin-top: 8vw;
  }
}
.p50th-special-top .about .about-text small {
  display: block;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .about .about-text small {
    margin-top: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .about .about-loop {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .about .about-loop .loop img {
    width: 4450px;
  }
}
@media screen and (max-width: 750px) {
  .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;
}
.p50th-special-top .result {
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result {
    height: 2919px;
    background-image: url("/assets/img/mofumofu/result-bg_v2.png");
    background-size: 100% 100%;
    padding-top: 180px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result {
    background-image: url("/assets/img/mofumofu/result-bg_v2.sp.png");
    background-size: cover;
    padding-top: 18.6666666667vw;
    padding-bottom: 24vw;
    margin-top: 16vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-wrap {
    max-width: 996px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-title {
    width: 814px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-title {
    padding-inline: 2.6666666667vw;
  }
}
.p50th-special-top .result .result-ranking {
  position: relative;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-ranking {
    margin-top: 93px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-ranking {
    margin-top: 14.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
}
.p50th-special-top .result .result-item01 {
  position: relative;
  filter: drop-shadow(0px 0px 10px rgba(111, 79, 36, 0.1));
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-item01 {
    width: 82.6666666667vw;
    margin: auto;
  }
}
.p50th-special-top .result .result-item01 .balloon {
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-item01 .balloon {
    top: -43px;
    width: 1046px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-item01 .balloon {
    scale: 1.12;
    top: 7.4666666667vw;
  }
}
.p50th-special-top .result .result-item01 .number {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-item01 .number {
    top: -40px;
    left: 262px;
    width: 172px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-item01 .number {
    top: -9.6vw;
    left: 5.3333333333vw;
    width: 28.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list {
    margin-top: 30px;
  }
}
.p50th-special-top .result .result-list li {
  filter: drop-shadow(0px 0px 10px rgba(111, 79, 36, 0.1));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list li {
    margin-top: 5.3333333333vw;
  }
}
.p50th-special-top .result .result-list li .number {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list.result-list-column2 {
    width: 64.2666666667vw;
    margin: auto;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column2 li .number {
    left: 20px;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column2 li:nth-child(1) .number, .p50th-special-top .result .result-list.result-list-column2 li:nth-child(2) .number {
    top: -35px;
    left: 10px;
    width: 142px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list.result-list-column2 li:nth-child(1) .number, .p50th-special-top .result .result-list.result-list-column2 li:nth-child(2) .number {
    width: 22.1333333333vw;
    left: -5.3333333333vw;
    top: -5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column2 li:nth-child(3) .number, .p50th-special-top .result .result-list.result-list-column2 li:nth-child(4) .number {
    top: -18px;
    left: 10px;
    width: 122px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list.result-list-column2 li:nth-child(3) .number, .p50th-special-top .result .result-list.result-list-column2 li:nth-child(4) .number {
    width: 18.6666666667vw;
    left: -2.9333333333vw;
    top: -3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list.result-list-column3 {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column3 li {
    width: 315px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list.result-list-column3 li {
    width: 42.6666666667vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .result .result-list.result-list-column3 li .number {
    top: -20px;
    left: 0px;
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .result .result-list.result-list-column3 li .number {
    width: 13.8666666667vw;
    left: 0;
    top: -2.6666666667vw;
  }
}
.p50th-special-top .result .result-bg {
  position: absolute;
  bottom: 152px;
  left: 0;
}
.p50th-special-top .attention {
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention {
    height: 1114px;
    background-image: url("/assets/img/mofumofu/attention-bg.png");
    background-size: 100% 100%;
    padding-top: 170px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention {
    background-image: url("/assets/img/mofumofu/attention-bg.sp.png");
    background-size: cover;
    padding-block: 24vw;
    padding-inline: 5.3333333333vw;
    margin-top: 18.9333333333vw;
  }
}
.p50th-special-top .attention .attention-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-title {
    font-size: 5.8666666667vw;
    margin-inline: -1em;
  }
}
.p50th-special-top .attention .attention-text {
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-text {
    margin-top: 4.8vw;
  }
}
.p50th-special-top .attention .attention-text span {
  display: block;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-text span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-text span {
    margin-top: 4vw;
  }
}
.p50th-special-top .attention .attention-text strong {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-text small {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-text small {
    font-size: 3.2vw;
  }
}
.p50th-special-top .attention .attention-text .color-red {
  color: red;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note {
    margin-top: 50px;
    background: url("/assets/img/mofumofu/attention-note-bg.png") no-repeat top/contain;
    margin-inline: auto;
    padding-block: 38px 34px;
    padding-inline: 39px;
    width: 814px;
    height: 338px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note {
    margin-top: 8vw;
    background: url("/assets/img/mofumofu/attention-note-bg.sp.png") no-repeat top/contain;
    padding-block: 10.6666666667vw;
    padding-inline: 8vw;
    height: 144.8vw;
  }
}
.p50th-special-top .attention .attention-note .attention-note-head {
  text-align: center;
  background-color: #FCF9DF;
  border-radius: 2px;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-note-head {
    padding-block: 8px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-note-head {
    font-size: 4.2666666667vw;
    padding-block: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-note-list {
    line-height: 1.5;
    font-size: 13px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-note-list {
    line-height: 1.75;
    font-size: 3.2vw;
    margin-top: 3.4666666667vw;
  }
}
.p50th-special-top .attention .attention-note .attention-note-list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-note-list li:not(:first-child) {
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-note-list li:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-note-list li strong {
    font-size: 2.9333333333vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry {
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("/assets/img/mofumofu/attention-note-border.png") no-repeat top/contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p50th-special-top .attention .attention-note .attention-inquiry .attention-inquiry-colum {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry .attention-inquiry-colum {
    gap: 5px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry .attention-inquiry-colum {
    gap: 1.0666666667vw;
  }
}
.p50th-special-top .attention .attention-note .attention-inquiry dl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl {
    gap: 5px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl {
    gap: 1.0666666667vw;
  }
}
.p50th-special-top .attention .attention-note .attention-inquiry dl dt {
  background-color: #F7931D;
  color: #fff;
  border-radius: 2px;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl dt {
    min-width: 45px;
    padding-block: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl dt {
    min-width: 12vw;
    padding-block: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl dd {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl.large {
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl.large {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl.large dt {
    padding-block: 15px;
    padding-inline: 13px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl.large dt {
    padding-block: 1.8666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl.large dd {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .attention .attention-note .attention-inquiry dl.large dd {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo {
    margin-top: 18.6666666667vw;
  }
}
.p50th-special-top .oubo .ranking {
  filter: drop-shadow(0px 0px 10px rgba(111, 79, 36, 0.1));
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo .ranking {
    width: 814px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .ranking {
    padding-inline: 5.3333333333vw;
  }
}
.p50th-special-top .oubo .character {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo .character {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .character {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo .character .character-title {
    width: 660px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-list {
    margin-top: 30px;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-item {
    height: 330px;
    padding: 35px 30px;
    background: url("/assets/img/mofumofu/character-bg.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .character .character-item {
    height: 57.6vw;
    padding-block: 6.1333333333vw;
    background: url("/assets/img/mofumofu/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: 751px) {
  .p50th-special-top .oubo .character .character-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-description {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-link {
    padding-right: 27px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-link::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .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("/assets/img/mofumofu/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: 751px) {
  .p50th-special-top .oubo .character .character-link span::after {
    width: 10px;
    height: 10px;
    right: -21px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-oubo {
    margin-top: 60px;
    padding-top: 60px;
    width: 650px;
    background: url("/assets/img/mofumofu/character-oubo-bg.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .character .character-oubo {
    margin-top: 6.6666666667vw;
    padding-top: 10.6666666667vw;
    background: url("/assets/img/mofumofu/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: 751px) {
  .p50th-special-top .oubo .character .character-modal-container {
    width: 814px;
    height: 485px;
    background: url("/assets/img/mofumofu/modal-bg.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .character .character-modal-container {
    width: 89.6vw;
    height: 122.4vw;
    background: url("/assets/img/mofumofu/modal-bg.sp.png") no-repeat center/cover;
  }
}
.p50th-special-top .oubo .character .character-modal-close {
  background: url("/assets/img/mofumofu/modal-close.png") no-repeat center/cover;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo .character .character-modal-close {
    width: 30px;
    height: 30px;
    top: 22px;
    right: 21px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .character .character-modal-close {
    width: 8vw;
    height: 8vw;
    top: -8%;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .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: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-image {
    width: 230px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .p50th-special-top .oubo .character .character-modal-details {
    display: contents;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-name {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-description {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-origin {
    margin-top: 18px;
    gap: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-origin .tag {
    width: 60px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-text {
    margin-top: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-text dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-text dd {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-text dd::before {
    height: 1px;
    background: url("/assets/img/mofumofu/modal-border.png") no-repeat center left/contain;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .oubo .character .character-modal-text dd::before {
    height: 0.8vw;
    background: url("/assets/img/mofumofu/modal-border.sp.png") no-repeat center left/contain;
  }
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo .character .character-modal-link {
    margin-top: 22px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-link a {
    gap: 5px;
    width: 134px;
    height: 36px;
  }
}
@media screen and (max-width: 750px) {
  .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("/assets/img/mofumofu/icon-youtube.svg") no-repeat center left/cover;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .oubo .character .character-modal-link a::after {
    width: 20px;
    height: 14px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .oubo .character .character-modal-link a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .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 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .stamp {
    display: grid;
    place-content: center;
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .stamp {
    margin-top: 16vw;
  }
}
.p50th-special-top .stamp .stamp-image {
  position: relative;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .stamp .stamp-image {
    width: 860px;
  }
}
.p50th-special-top .stamp .stamp-link {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .stamp .stamp-link {
    bottom: 80px;
    left: 93px;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .stamp .stamp-link a {
    width: 290px;
    height: 65px;
    box-shadow: 5px 5px 0px 5px #159D32;
  }
}
@media screen and (max-width: 750px) {
  .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: 751px) {
  .p50th-special-top .stamp .stamp-link a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .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;
  }
}
.p50th-special-top .shokushu {
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .shokushu {
    height: 575px;
    background-image: url("/assets/img/mofumofu/shokushu-bg.png");
    background-size: 100% 100%;
    padding-top: 200px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p50th-special-top .shokushu {
    background-image: url("/assets/img/mofumofu/shokushu-bg.sp.png");
    background-size: cover;
    padding-top: 24vw;
    padding-bottom: 22.4vw;
    margin-top: 16vw;
  }
}
.p50th-special-top .shokushu a {
  display: block;
  margin-inline: auto;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 751px) {
  .p50th-special-top .shokushu a {
    width: 814px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p50th-special-top .shokushu a:hover {
    opacity: 0.7;
  }
}