@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@keyframes topVsFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes playerLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes playerRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes vsImage {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes vsDate {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes playerName {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes topMvVsFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shogiVsBlank {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -480px;
  }
}
.shogiBody .shogiProVsArea {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea {
    margin: 0 -4vw;
  }
}
.shogiBody .shogiProVsArea > section {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section {
    width: auto;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual {
  margin: 0 -200%;
  padding: 0 200%;
  background-color: #000000;
  min-height: 590px;
  overflow-y: hidden;
  position: relative;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual::before, .shogiBody .shogiProVsArea > section .proVsMainVisual::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-repeat: repeat-x;
  background-size: 1px 100%;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual::before, .shogiBody .shogiProVsArea > section .proVsMainVisual::after {
    display: none;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual::before {
  left: 0;
  background-image: url(/culture/shogi/professional/images/2025/vs/bgProMvVsLeftPc.png);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual::after {
  right: 0;
  background-image: url(/culture/shogi/professional/images/2025/vs/bgProMvVsRightPc.png);
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual {
    background-image: none;
    min-height: auto;
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .mvLoading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle {
  width: 100px;
  height: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle {
    width: 20vw;
    height: 20vw;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #666;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle2::before {
  animation-delay: -1.1s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle3::before {
  animation-delay: -1s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle4::before {
  animation-delay: -0.9s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle5::before {
  animation-delay: -0.8s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle6::before {
  animation-delay: -0.7s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle7::before {
  animation-delay: -0.6s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle8::before {
  animation-delay: -0.5s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle9::before {
  animation-delay: -0.4s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle10::before {
  animation-delay: -0.3s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle11::before {
  animation-delay: -0.2s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .sk-fading-circle .sk-circle12::before {
  animation-delay: -0.1s;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox {
  position: relative;
  margin: 0 -50%;
  display: flex;
  justify-content: center;
  min-height: 590px;
  z-index: 1;
}
@media (min-width: 768px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox {
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox {
    margin: 0;
    display: block;
    min-height: auto;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox figure img {
  max-width: 100%;
  height: auto;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer,
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer {
  width: 50%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer,
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer .playersName,
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer .playersName {
  position: absolute;
  top: 65px;
  display: flex;
  justify-content: space-between;
  width: 115px;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer .playersName,
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer .playersName {
    width: 21.28vw;
    height: 47.88vw;
    overflow: hidden;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer {
  justify-content: flex-end;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer .playerImg {
  opacity: 0;
  transform: translateX(-200px);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer .playersName {
  left: 440px;
  opacity: 0;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .leftPlayer .playersName {
    top: 6.65vw;
    left: auto;
    right: 15vw;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer {
  justify-content: flex-start;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer .playerImg {
  opacity: 0;
  transform: translateX(200px);
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer .playersName {
  right: 440px;
  opacity: 0;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .versusBox .rightPlayer .playersName {
    top: 10vw;
    left: 15vw;
    right: auto;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox {
  position: absolute;
  z-index: 3;
  width: 735px;
  height: 110px;
  top: 395px;
  left: 50%;
  background-image: url(/culture/shogi/professional/images/2025/vs/bgDate.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%);
  clip-path: inset(0 100% 0 0);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox {
    width: 100%;
    height: auto;
    top: 59vw;
    padding: 0;
    background-position: 50% 50%;
    background-size: 96vw auto;
    left: 0;
    opacity: 0;
    transform: translateX(0);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox {
    top: 57vw;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.05;
  text-align: center;
  padding: 5px 0px 10px;
  box-sizing: border-box;
  opacity: 0;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p {
    font-size: 4.8vw;
    padding: 2vw 0;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p span {
  font-size: 32px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p span {
    font-size: 4.5vw;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p b {
  font-size: 52px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p b {
    font-size: 6.5vw;
  }
}
.shogiBody .shogiProVsArea > section .proVsMainVisual .vsDateBox p b.time {
  padding-right: 0.1em;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .mvLoading {
  animation: loadingFade 0.5s ease 0s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .versusBox .leftPlayer .playerImg {
  animation: playerLeft 1s ease 0.5s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .versusBox .leftPlayer .playersName {
  animation: playerName 0.5s ease-in-out 2.7s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .versusBox .rightPlayer .playerImg {
  animation: playerRight 1s ease 0.5s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .versusBox .rightPlayer .playersName {
  animation: playerName 0.5s ease-in-out 2.7s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .versusImg figure {
  animation: vsImage 0.7s cubic-bezier(0.45, 0, 0.55, 1.75) 1.5s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .vsDateBox {
  animation: vsDate 1s cubic-bezier(1, 0, 1, 0.2) 1.5s both;
}
.shogiBody .shogiProVsArea > section .proVsMainVisual.load .vsDateBox p {
  animation: topVsFadein 1s ease 1.5s both;
}
.shogiBody .shogiProVsArea > section .abemaBtnArea {
  height: 90px;
  margin-top: -125px;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .abemaBtnArea {
    height: auto;
    margin-top: 0;
    box-sizing: border-box;
    padding: 25px 8vw;
  }
}
.shogiBody .shogiProVsArea > section .abemaBtnArea .shogiBtn {
  width: 330px;
  padding: 10px 0;
  border-radius: 50px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea > section .abemaBtnArea .shogiBtn {
    width: 100%;
  }
}
.shogiBody .shogiProVsArea > section .abemaBtnArea .shogiBtn::before {
  border-radius: 50px;
}
.shogiBody .shogiProVsArea .vsLogoArea {
  position: relative;
  margin: 0 -200%;
  padding: 0 200%;
  height: 60px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .vsLogoArea {
    height: auto;
    margin: 0;
    padding: 0 0 15px;
  }
}
.shogiBody .shogiProVsArea .vsLogoArea .logoBox {
  width: 100%;
  z-index: 1;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .vsLogoArea .logoBox {
    height: auto;
  }
}
.shogiBody .shogiProVsArea .vsLogoArea .logoBox::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.shogiBody .shogiProVsArea .vsLogoArea .logoBox span {
  display: inline-flex;
  align-items: center;
  height: 60px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .vsLogoArea .logoBox span {
    display: inline-block;
    text-align: center;
    height: auto;
  }
}
.shogiBody .shogiProVsArea .vsLogoArea .logoBox figure {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .vsLogoArea .logoBox figure {
    line-height: 1;
  }
}
.shogiBody .shogiProVsArea .vsLogoArea .logoBox figure.prologo {
  width: 415px;
  margin-left: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .vsLogoArea .logoBox figure.prologo {
    width: 84vw;
    margin-top: 1.5vw;
    margin-left: 0;
  }
}
.shogiBody .shogiProVsArea .vsLogoArea .logoBox figure.tagline {
  width: 405px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .vsLogoArea .logoBox figure.tagline {
    width: 58vw;
    margin-top: 3vw;
  }
}
.shogiBody .shogiProVsArea .protopVsNavi ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 680px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .protopVsNavi ul {
    width: auto;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }
}
.shogiBody .shogiProVsArea .protopVsNavi ul li {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .protopVsNavi ul li {
    font-size: 3.7vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 10px 13vw;
  }
  .shogiBody .shogiProVsArea .protopVsNavi ul li.pcBlock {
    display: none;
  }
}
.shogiBody .shogiProVsArea .protopVsNavi ul li .shogiBtn {
  width: 290px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .protopVsNavi ul li .shogiBtn {
    width: 100%;
  }
}
.shogiBody .shogiProVsArea .protopNavUndercap {
  width: 680px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .shogiBody .shogiProVsArea .protopNavUndercap {
    width: auto;
    margin-top: 4vw;
    margin-bottom: 10vw;
    padding: 0 12vw;
  }
}
.shogiBody .shogiProVsArea .protopNavUndercap ul.komeList li {
  padding-left: 1.2em;
  text-indent: -0.6em;
}
.shogiBody .shogiProVsArea .protopNavUndercap ul.komeList li::before {
  content: "※";
  display: inline-block;
  margin-right: 0.2em;
}
.shogiBody .shogiProVsArea .protopNavUndercap ul.komeList li a.textLink {
  position: relative;
  color: #ffffff;
}
.shogiBody .shogiProVsArea .protopNavUndercap ul.komeList li a.textLink::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: absolute;
}
.shogiBody .shogiProVsArea .protopNavUndercap ul.komeList li a.textLink::after {
  content: none;
}
.shogiBody .shogiProVsArea .protopNavUndercap ul.komeList li a.textLink:hover {
  text-decoration: none;
}