@charset "UTF-8";
/* ----------------------------------------
// マーヴェラス 観戦ガイド 2025CSS
// Sassからコンパイルしています
// ----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@keyframes furu {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.volleyMainArea {
  background-color: #FFFFF2;
}
@media (max-width: 767px) {
  .volleyMainArea {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .volleyMainArea > section:nth-child(3) .scDetailArea::before, .volleyMainArea > section:nth-child(7) .scDetailArea::before, .volleyMainArea > section:nth-child(11) .scDetailArea::before {
    background-color: #00A273;
  }
  .volleyMainArea > section:nth-child(5) .scDetailArea::before, .volleyMainArea > section:nth-child(9) .scDetailArea::before {
    background-color: #F39800;
  }
}
@media (min-width: 768px) {
  .volleyMainArea > section .bgSecArea {
    display: none;
  }
}
@media (max-width: 767px) {
  .volleyMainArea > section .bgSecArea picture {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .volleyMainArea > section .bgSecArea picture img {
    max-width: 100%;
  }
}
.volleyMainArea > section .scDetailArea {
  position: relative;
}
.volleyMainArea > section .scDetailArea > * {
  position: relative;
  z-index: 1;
  color: #171717;
}
.volleyMainArea > section .scDetailArea > * .volleyLinkBtn {
  border: none;
}
.volleyMainArea > section .scDetailArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 500%;
  height: 100%;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 2400px;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.volleyMainArea > section .scDetailArea .ttlVolleyLv2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #171717;
  font-weight: 900;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .volleyMainArea > section .scDetailArea .ttlVolleyLv2 {
    justify-content: flex-start;
  }
}
.volleyMainArea > section .scDetailArea .ttlVolleyLv2 .txtTitleNum {
  width: 125px;
  padding: 0 15px 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .volleyMainArea > section .scDetailArea .ttlVolleyLv2 .txtTitleNum {
    width: 16vw;
    padding: 0 2vw 0 0;
  }
}
.volleyMainArea > section .scDetailArea .ttlVolleyLv2 h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .volleyMainArea > section .scDetailArea .ttlVolleyLv2 h2 {
    font-size: 1.5em;
  }
}
.volleyMainArea > section .scDetailArea .ttlVolleyLv2 h2 .txtSmall {
  font-size: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea > section .scDetailArea .ttlVolleyLv2 h2 .txtSmall {
    font-size: 0.7em;
  }
}
.volleyMainArea > section .scDetailArea .ttlVolleyLv2 h2 .colorImpact {
  color: #DCC500;
}
.volleyMainArea .guideMvArea {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .guideMvArea {
    margin-bottom: 8vw;
  }
}
.volleyMainArea .guideMvArea picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .volleyMainArea .guideMvArea picture img {
    max-width: 2400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .guideMvArea picture img {
    max-width: 100%;
  }
}
.volleyMainArea .guideLeadArea {
  padding: 15px 0 0px;
}
@media (max-width: 767px) {
  .volleyMainArea .guideLeadArea {
    padding: 3vw 0;
  }
}
.volleyMainArea .guideLeadArea .txtLead {
  color: #00A273;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .volleyMainArea .guideLeadArea .txtLead {
    font-size: 1em;
    line-height: 1.6;
  }
}
.volleyMainArea .aboutTeamArea {
  padding: 15px 0 80px;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea {
    padding: 10vw 0 0;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .aboutTeamArea .scDetailArea {
    padding-top: 85px;
    padding-bottom: 330px;
    margin-bottom: -200px;
  }
  .volleyMainArea .aboutTeamArea .scDetailArea::before {
    background-image: url("/sports/marvelous/game/watch/images/bgWatchSection01Pc.svg");
  }
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .ttlVolleyLv2 {
  position: relative;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .ttlVolleyLv2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
  .volleyMainArea .aboutTeamArea .scDetailArea .ttlVolleyLv2 h2 {
    text-align: left;
    padding-left: 4vw;
    box-sizing: border-box;
    flex-grow: 1;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList {
  margin-bottom: 35px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList > li {
    width: 50%;
    margin-bottom: 15px;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap {
  cursor: pointer;
  position: relative;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2C725E;
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 16px;
  z-index: -1;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap.open .teamAboutDetailBoxBefore {
  display: none;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap.open .teamAboutDetailBoxAfter {
  animation: rotateY 0.5s linear;
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore figure {
  border-radius: 16px;
  overflow: hidden;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea {
  background-color: rgba(5, 161, 115, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 85%;
  border-radius: 6px;
  padding: 15px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea {
    padding: 15px 0 10px;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea .tapText {
    display: none;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea .tapText {
    display: flex;
    background-color: #ffffff;
    border-radius: 150px;
    position: absolute;
    width: 90px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0 15px;
    top: 0;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea p {
  text-align: center;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea p {
    font-size: 0.8em;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea p + p {
  margin-top: 5px;
  font-size: 35px;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxBefore .txtLabelArea p + p {
    font-size: 1.2em;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter {
  display: none;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter figure {
  border-radius: 16px;
  overflow: hidden;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 54, 0.6);
  border-radius: 16px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 35px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl {
    padding-top: 0;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dt {
  color: #F8EC0E;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dt {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dt {
    font-size: 1em;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dt::after {
  content: "";
  width: 20%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dt::after {
    bottom: -10px;
    height: 3px;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dd {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dd {
    font-size: 0.7em;
    padding: 0 2vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .teamAboutList .teamAboutThumbnailWrap .teamAboutDetailBoxAfter dl dd {
    font-size: 0.8em;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea {
  margin: 0 auto;
  width: 410px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea {
    width: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea .txtCharactorWord {
  padding: 20px 0 30px 50px;
  font-size: 18px;
  font-weight: 500;
  background-image: url("/sports/marvelous/game/watch/images/bgAboutTeamFukidashi.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  width: 230px;
  color: #676767;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea .txtCharactorWord {
    font-size: 0.7em;
    width: 28vw;
    height: auto;
    padding: 4vw 5vw 10vw 7vw;
    line-height: 1.4;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea .txtCharactorWord {
    font-size: 1em;
    padding-top: 5vw;
  }
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea .imgMascotCharactor {
  margin-top: 0;
  position: absolute;
  width: 170px;
  right: 25px;
  bottom: -25px;
}
.volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea .imgMascotCharactor.dispPr {
  animation: furu 0.8s linear 0.5s;
}
@media (max-width: 767px) {
  .volleyMainArea .aboutTeamArea .scDetailArea .teamAboutListArea .mascotCharacterArea .imgMascotCharactor {
    position: relative;
    width: 24vw;
    right: 6.5vw;
    bottom: -12vw;
  }
}
.volleyMainArea .buyTicketArea {
  margin-top: -70px;
  margin-bottom: 0px;
  padding: 0px 0 0px;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .ttlVolleyLv2 {
  margin-bottom: 30px;
}
.volleyMainArea .buyTicketArea .scDetailArea .ttlVolleyLv2 h2 {
  width: 700px;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .ttlVolleyLv2 h2 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .ttlVolleyLv2 {
    margin-bottom: 4vw;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea {
    width: auto;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .txtLead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .txtLead {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea {
  display: flex;
  flex-direction: column;
  margin: 0 auto 70px;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .komeList {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .komeList {
    width: 100%;
    order: 1;
    font-size: 0.8em;
    margin-bottom: 4vw;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap {
  margin-top: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap {
    position: absolute;
    left: 70px;
    top: 430px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap {
    position: relative;
    width: 33%;
    order: 2;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .txtMascot {
  margin-top: 0;
  width: 240px;
  background-image: url(/sports/marvelous/game/watch/images/bgBuyTicketFukidashi.png);
  background-repeat: no-repeat;
  background-position: left 0 top 10px;
  background-size: 100% auto;
  font-weight: 500;
  font-size: 20px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  line-height: 1.3;
  color: #676767;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .txtMascot {
    font-size: 0.7em;
    width: 31vw;
    height: auto;
    padding: 6vw 0vw 11vw 1vw;
    margin-top: 16vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .txtMascot {
    font-size: 1em;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .imgMascot {
  margin-top: 0;
  width: 150px;
  position: absolute;
  bottom: -95px;
  right: -65px;
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .imgMascot.prTgt {
  opacity: 0;
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .imgMascot.prTgt.dispPr {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .mascotWrap .imgMascot {
    position: relative;
    width: 20vw;
    bottom: 9vw;
    right: -21.5vw;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .imgMap {
  display: flex;
  justify-content: flex-end;
  width: 620px;
  padding-left: 250px;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .whareGameArea .mascotMapArea .imgMap {
    justify-content: flex-start;
    width: 65%;
    order: 3;
    padding: 0;
    box-sizing: border-box;
    flex-direction: column;
  }
}
.volleyMainArea .buyTicketArea .scDetailArea .linkArea {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .volleyMainArea .buyTicketArea .scDetailArea .linkArea {
    width: auto;
    padding: 0 8vw;
  }
}
.volleyMainArea .homegameArea {
  padding: 80px 0 0px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea {
    padding: 5vw 0 0;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .homegameArea .bgSecArea {
    display: none;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .bgSecArea img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .homegameArea .scDetailArea {
    padding-top: 110px;
    padding-bottom: 360px;
    margin-bottom: -230px;
  }
  .volleyMainArea .homegameArea .scDetailArea::before {
    background-image: url("/sports/marvelous/game/watch/images/bgWatchSection03Pc.svg");
  }
}
.volleyMainArea .homegameArea .scDetailArea .ttlVolleyLv2 {
  width: 950px;
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .ttlVolleyLv2 {
    width: auto;
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 0vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .txtLead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  width: 880px;
  margin: 0 auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .txtLead {
    width: auto;
    font-size: 0.8em;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .komeList {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  width: 880px;
  margin: 0 auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .komeList {
    width: auto;
    font-size: 0.8em;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .komeList {
    font-size: 1em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea {
    margin: 4vw 0 8vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox {
    padding: 30px 0;
    margin: 0 -4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox {
    padding: 50px 0;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList {
  display: flex;
  width: 10000px;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  justify-content: center;
}
@media (min-width: 768px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li {
    width: 240px;
    padding: 0px 55px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li {
    width: 40vw;
    padding: 0 5vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li.current .hgPictureArea figure {
  transition: 0.3s all;
  transform: scale(1.2);
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li.current .hgPictureArea figure::after {
  opacity: 0;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li .hgPictureArea figure {
  transition: 0.3s all;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li .hgPictureArea figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(168, 168, 168, 0.6);
  opacity: 1;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderList > li .hgTextArea {
  display: none;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  margin: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn {
    width: 490px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn {
    width: 70%;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn,
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #F5F5F5;
  cursor: pointer;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn,
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn {
    width: 25px;
    height: 25px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn::after,
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #00A273;
  border-left: solid 4px #00A273;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn::after,
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #00A273;
    border-left: solid 2px #00A273;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn:hover,
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn:hover {
  opacity: 0.7;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn {
  left: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn {
    left: -10px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderPrevBtn::after {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn {
  right: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn {
    right: -10px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderBox .hgSliderBtn .hgSliderNextBtn::after {
  transform: translate(-70%, -50%) rotate(135deg);
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderIndicator {
  text-align: center;
  padding-top: 0px;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderIndicator a {
  display: inline-block;
  width: 45px;
  height: 7px;
  border-radius: 10px;
  background-color: #dcdcdc;
  margin: 0 5px;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderIndicator a.current {
  background-color: #F8EC0E;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderIndicator a:not(.current):hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgSliderIndicator a {
    width: 35px;
    margin: 0 5px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/sports/marvelous/game/watch/images/bgFukidashiTop.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 70px 10px 30px;
  box-sizing: border-box;
  border-bottom: #ffffff 4px solid;
  opacity: 0;
  transition: 0.3s all;
  margin-top: 0;
  margin-bottom: 30px;
  width: 670px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
    width: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea {
    padding-top: 75px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea.display {
  transition: 0.3s all;
  opacity: 1;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dt {
  text-align: center;
  line-height: 1;
  color: #ffffff;
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dt p {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dt p {
    font-size: 1.3em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dt .smallText {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dt .smallText {
    font-size: 0.8em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dd .txtDetail {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dd .txtDetail {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .hgSliderArea .hgTextDisplayArea dl dd .txtDetail {
    font-size: 1em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea {
  background-color: #F8F8C6;
  border-radius: 30px;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 870px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea {
    border-radius: 15px;
    width: auto;
    padding: 6vw 4vw;
    margin: 0 4vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail {
  background-image: url("/sports/marvelous/game/watch/images/bgFamilyInfoRp.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding: 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail {
    padding: 1vw 4vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::before, .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::before, .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::after {
    height: 2vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::before {
  background-image: url("/sports/marvelous/game/watch/images/bgFamilyInfoSt.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  top: -20px;
  left: 0;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::before {
    top: -2vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::after {
  background-image: url("/sports/marvelous/game/watch/images/bgFamilyInfoEd.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  bottom: -20px;
  left: 0;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail::after {
    bottom: -2vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 {
  text-align: center;
  color: #707070;
  width: 440px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 {
    width: auto;
    padding-top: 1vw;
    margin-bottom: 6vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3 {
  font-size: 60px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3 {
    font-size: 1.7em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3 {
    font-size: 2em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3::before, .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3::after {
  content: "";
  position: absolute;
  height: 65%;
  bottom: 0;
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3::before {
  border-left: #F39801 7px solid;
  left: -30px;
  transform: rotate(-17deg);
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3::before {
    border-left-width: 3px;
    left: -15px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3::after {
  border-right: #F39801 7px solid;
  right: -30px;
  transform: rotate(17deg);
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 h3::after {
    border-right-width: 3px;
    right: -15px;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 .txtCatch {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .ttlVolleyLv3 .txtCatch {
    font-size: 0.6em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList {
    padding: 0 1vw;
    margin-bottom: 0;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList li {
  font-size: 28px;
  font-weight: bold;
  padding-left: 1.8em;
  text-indent: 0.01em;
  margin-bottom: 20px;
  color: #707070;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList li {
    font-size: 0.8em;
    margin-bottom: 4vw;
    padding-left: 2.2em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList li {
    background-size: 3vw auto;
    font-size: 1em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList li span {
  background-image: url("/sports/marvelous/game/watch/images/bgFamilyInfoCheck.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px auto;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList li span {
    background-size: 6vw auto;
    padding-left: 2.2em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .checkList li span {
    background-size: 4vw auto;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 500px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 1vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .kidsSpacePicture {
  width: 280px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .kidsSpacePicture {
    width: 50%;
    margin-left: 1vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea {
  width: 170px;
  height: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea {
    width: 30%;
    height: auto;
    padding-left: 2vw;
    margin-top: -6vw;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .txtMascot {
  position: relative;
  background-image: url("/sports/marvelous/game/watch/images/bgFamilyInfoFukidashi.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 100% auto;
  font-size: 20px;
  color: #676767;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -15px;
  line-height: 1.4;
  margin-left: -30px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .txtMascot {
    font-size: 0.7em;
    margin-top: -3vw;
    background-position: center top 7vw;
    position: absolute;
    top: 0;
    left: -2vw;
    padding-top: 1vw;
    margin-left: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .txtMascot {
    font-size: 1em;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .imgMascot {
  position: absolute;
  max-width: 150px;
  bottom: -70px;
  right: -95px;
  margin-top: 0;
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .imgMascot.prTgt {
  opacity: 0;
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .imgMascot.prTgt.dispPr {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .pictureCharacterArea .mascotArea .imgMascot {
    max-width: 18.5vw;
    bottom: -1vw;
    right: -12vw;
    margin-top: 0;
  }
}
.volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .komeList {
  color: #707070;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0 -15px;
}
@media (max-width: 767px) {
  .volleyMainArea .homegameArea .scDetailArea .familyInfoArea .familyInfoDetail .komeList {
    font-size: 0.8em;
    padding: 0 4vw;
  }
}
.volleyMainArea .officialGoodsArea {
  padding: 0px 0 40px;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea {
    padding: 0vw 0;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .ttlVolleyLv2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .ttlVolleyLv2 {
    margin-bottom: 4vw;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .ttlVolleyLv2 h2 {
  color: #171717;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 4vw;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea {
    flex-direction: column;
    position: relative;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .pictureArea {
    width: 53%;
    margin-top: 55px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .pictureArea > figure {
    margin: 0px -2vw 1vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea {
    width: 47%;
    display: flex;
    flex-direction: column;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 25px 35px;
}
@media (min-width: 768px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList {
    order: 2;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList {
    font-size: 0.8em;
    margin: 0px 0px 4vw 14vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList {
    font-size: 1.5em;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList li {
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList li {
    margin-bottom: 10px;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList li::before {
  background-color: #171717;
  width: 8px;
  height: 8px;
  left: -5px;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList li::before {
    width: 5px;
    height: 5px;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .dotList li .colorImpact {
  color: #F39802;
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  width: 350px;
  height: 220px;
  background-image: url("/sports/marvelous/game/watch/images/bgGoodsFukidashiPc.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
  color: #676767;
}
@media (min-width: 768px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea {
    order: 1;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea {
    display: block;
    position: absolute;
    background: none;
    width: 42vw;
    height: auto;
    top: -3vw;
    right: 16vw;
    padding-left: 0;
    margin: 0;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea .txtMascot {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea .txtMascot {
    margin: 0;
    font-size: 0.6em;
    background-image: url("/sports/marvelous/game/watch/images/bgGoodsFukidashiSp.png");
    background-repeat: no-repeat;
    background-position: center top 0vw;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6vw 1vw 7vw 1vw;
    height: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea .txtMascot {
    font-size: 1em;
  }
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea .imgMascot {
  position: absolute;
  max-width: 160px;
  left: -120px;
  top: 35px;
}
.volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea .imgMascot.dispPr {
  animation: furu 0.8s linear 0.5s;
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .mascotArea .imgMascot {
    left: auto;
    max-width: 21.5vw;
    right: -17vw;
    top: 16vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .linkArea {
    margin-right: -20px;
    padding-left: 20px;
    order: 3;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .officialGoodsArea .scDetailArea .goodsDetailArea .textLinkArea .linkArea {
    padding: 0 7vw;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea {
    padding: 8vw 0 0vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .watchingStyleArea .bgSecArea {
    display: none;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .bgSecArea img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .watchingStyleArea .scDetailArea {
    padding-top: 130px;
    padding-bottom: 320px;
    margin-bottom: -210px;
  }
  .volleyMainArea .watchingStyleArea .scDetailArea::before {
    background-image: url("/sports/marvelous/game/watch/images/bgWatchSection05Pc.svg");
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .ttlVolleyLv2 {
  margin-bottom: 30px;
  color: #ffffff;
  width: 960px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .ttlVolleyLv2 {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 0vw;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .txtLead {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
  padding: 0 90px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .txtLead {
    font-size: 0.8em;
    margin-bottom: 4vw;
    padding: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingStyleArea .scDetailArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea {
  margin-top: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea {
    overflow: hidden;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox {
    padding: 0;
    margin: 0 -4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox {
    padding: 30px 0 10px;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderList {
  display: flex;
  width: 10000px;
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderList > li {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  justify-content: center;
}
@media (min-width: 768px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderList > li {
    width: 330px;
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderList > li {
    width: 46vw;
    padding: 0 2vw;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderList > li figure {
  border-radius: 6px;
  overflow: hidden;
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  margin: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn {
    width: 60%;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn,
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #F5F5F5;
  cursor: pointer;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn,
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn {
    width: 25px;
    height: 25px;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn::after,
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #00A273;
  border-left: solid 4px #00A273;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn::after,
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #00A273;
    border-left: solid 2px #00A273;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn:hover,
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn:hover {
  opacity: 0.7;
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn {
  left: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn {
    left: 0;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderPrevBtn::after {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn {
  right: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn {
    right: 0;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderBox .stSliderBtn .stSliderNextBtn::after {
  transform: translate(-70%, -50%) rotate(135deg);
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator {
  text-align: center;
  padding-top: 0px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator {
    margin-bottom: 30px;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator a {
  display: inline-block;
  width: 45px;
  height: 7px;
  border-radius: 10px;
  background-color: #dcdcdc;
  margin: 0 5px;
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator a.current {
  background-color: #F8EC0E;
}
.volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator a:not(.current):hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .stSliderArea .stSliderIndicator a {
    width: 25px;
    margin: 0 5px;
  }
}
.volleyMainArea .watchingStyleArea .scDetailArea .linkArea {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingStyleArea .scDetailArea .linkArea {
    padding: 0 6vw;
  }
}
.volleyMainArea .playerArea {
  padding: 90px 0 15px;
}
@media (max-width: 767px) {
  .volleyMainArea .playerArea {
    padding: 0;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .playerArea .scDetailArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .playerArea .scDetailArea .ttlVolleyLv2 {
  margin-bottom: 25px;
  width: 970px;
}
@media (max-width: 767px) {
  .volleyMainArea .playerArea .scDetailArea .ttlVolleyLv2 {
    width: auto;
    margin-bottom: 4vw;
  }
}
.volleyMainArea .playerArea .scDetailArea .txtLead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 0 90px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .volleyMainArea .playerArea .scDetailArea .txtLead {
    font-size: 0.8em;
    padding: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .playerArea .scDetailArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .playerArea .scDetailArea .playerPictureArea {
  width: 800px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .volleyMainArea .playerArea .scDetailArea .playerPictureArea {
    width: auto;
    margin-bottom: 4vw;
  }
}
.volleyMainArea .playerArea .scDetailArea .playerPictureArea figure {
  border-radius: 10px;
  overflow: hidden;
}
.volleyMainArea .playerArea .scDetailArea .linkArea {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .volleyMainArea .playerArea .scDetailArea .linkArea {
    padding: 0 6vw;
  }
}
.volleyMainArea .enjoyArea {
  padding: 85px 0 50px;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea {
    padding: 5vw 0 0vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .enjoyArea .bgSecArea {
    display: none;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .bgSecArea img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .enjoyArea .scDetailArea {
    padding-top: 90px;
    padding-bottom: 310px;
    margin-bottom: -320px;
  }
  .volleyMainArea .enjoyArea .scDetailArea::before {
    background-image: url("/sports/marvelous/game/watch/images/bgWatchSection07Pc.svg");
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ttlVolleyLv2 {
  width: 980px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ttlVolleyLv2 {
    width: auto;
    margin-bottom: 4vw;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ttlVolleyLv2 h2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 0vw;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea {
    margin-bottom: 3vw;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .txtLead {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #ffffff;
  width: 760px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .txtLead {
    width: 55%;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea {
  width: 220px;
  margin-top: -105px;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea {
    width: 33.5vw;
    height: auto;
    margin-top: 0;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .txtMascot {
  width: 130px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  line-height: 1.2;
  background-image: url("/sports/marvelous/game/watch/images/bgEnjoyFukidashi.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .txtMascot {
    position: absolute;
    font-size: 0.6em;
    margin: 0;
    left: 0;
    top: -4vw;
    width: 20vw;
    height: auto;
    padding: 6vw 1vw 8vw 1vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .txtMascot {
    font-size: 1em;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .imgMascot {
  max-width: 140px;
  position: absolute;
  right: 0px;
  bottom: 15px;
  z-index: 1;
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .imgMascot.prTgt {
  opacity: 0;
}
.volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .imgMascot.prTgt.dispPr {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .leadMascotArea .mascotArea .imgMascot {
    max-width: 17vw;
    right: 0px;
    bottom: -1vw;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea {
  margin-top: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea {
    overflow: hidden;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox {
    padding: 0;
    margin: 0 -4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox {
    padding: 20px 0;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList {
  display: flex;
  width: 10000px;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li {
    width: 330px;
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li {
    width: 70vw;
    padding: 0 4vw;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl {
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 10px;
  box-sizing: border-box;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl::before {
  content: "";
  border: #00A273 1px solid;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dt {
  color: #00A273;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 5px 0;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dt {
    font-size: 1em;
    padding: 5px 0 0px 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dt {
    font-size: 1.2em;
    padding: 10px 0 0px 0;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dd {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dd figure {
  border-radius: 6px;
  overflow: hidden;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dd .descriptionLinkArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dd .descriptionLinkArea .txtDescription {
  flex-grow: 1;
  margin: 10px 0 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dd .descriptionLinkArea .txtDescription {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderList > li dl dd .descriptionLinkArea .txtDescription {
    font-size: 1em;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  margin: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn {
    width: 90%;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn,
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #F5F5F5;
  cursor: pointer;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn,
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn {
    width: 25px;
    height: 25px;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn::after,
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #00A273;
  border-left: solid 4px #00A273;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn::after,
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #00A273;
    border-left: solid 2px #00A273;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn:hover,
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn:hover {
  opacity: 0.7;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn {
  left: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn {
    left: 0;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderPrevBtn::after {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn {
  right: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn {
    right: 0;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderBox .ejSliderBtn .ejSliderNextBtn::after {
  transform: translate(-70%, -50%) rotate(135deg);
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderIndicator {
  text-align: center;
  padding-top: 0px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderIndicator {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderIndicator a {
  display: inline-block;
  width: 45px;
  height: 7px;
  border-radius: 10px;
  background-color: #dcdcdc;
  margin: 0 5px;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderIndicator a.current {
  background-color: #F8EC0E;
}
.volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderIndicator a:not(.current):hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .volleyMainArea .enjoyArea .scDetailArea .ejSliderArea .ejSliderIndicator a {
    width: 35px;
    margin: 0 5px;
  }
}
.volleyMainArea .watchingMachArea {
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .ttlVolleyLv2 {
  width: 980px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .ttlVolleyLv2 {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 2vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea {
    margin-bottom: 3vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .txtLead {
  font-size: 24px;
  font-weight: 500;
  padding-left: 90px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .txtLead {
    width: 60%;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea {
  margin-top: -40px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 220px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea {
    width: 36vw;
    margin-top: 0;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea .txtMascot {
  width: 130px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  line-height: 1.2;
  background-image: url("/sports/marvelous/game/watch/images/bgMatchFukidashi.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea .txtMascot {
    position: absolute;
    font-size: 0.6em;
    width: 20vw;
    height: auto;
    padding: 4vw 1vw 8vw 1vw;
    margin: 0;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea .txtMascot {
    font-size: 1em;
    margin-top: -7vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea .imgMascot {
  max-width: 110px;
  position: absolute;
  right: 5px;
  bottom: -30px;
  z-index: 1;
}
.volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea .imgMascot.dispPr {
  animation: furu 0.8s linear 0.5s;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .leadMascotArea .mascotArea .imgMascot {
    max-width: 18.5vw;
    right: -1vw;
    bottom: -4vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea {
    margin-top: 0;
    margin-bottom: 10vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox {
  position: relative;
  padding: 40px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox {
    padding: 30px 0;
    margin: 0 -4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox {
    padding: 50px 0;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList {
  display: flex;
  width: 10000px;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList > li {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  justify-content: center;
}
@media (min-width: 768px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList > li {
    width: 280px;
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList > li {
    width: 40vw;
    padding: 0 5vw;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList > li.current .maPictureArea figure {
  transition: 0.3s all;
  transform: scale(1.1);
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList > li .maPictureArea figure {
  transition: 0.3s all;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderList > li .maTextArea {
  display: none;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  margin: 0;
}
@media (min-width: 768px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn {
    width: 490px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn {
    width: 70%;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn,
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #F5F5F5;
  cursor: pointer;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn,
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn {
    width: 25px;
    height: 25px;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn::after,
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #00A273;
  border-left: solid 4px #00A273;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn::after,
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #00A273;
    border-left: solid 2px #00A273;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn:hover,
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn:hover {
  opacity: 0.7;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn {
  left: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn {
    left: -5px;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderPrevBtn::after {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn {
  right: 25px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn {
    right: -5px;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderBox .maSliderBtn .maSliderNextBtn::after {
  transform: translate(-70%, -50%) rotate(135deg);
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderIndicator {
  text-align: center;
  padding-top: 0px;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderIndicator a {
  display: inline-block;
  width: 45px;
  height: 7px;
  border-radius: 10px;
  background-color: #dcdcdc;
  margin: 0 5px;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderIndicator a.current {
  background-color: #F8EC0E;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderIndicator a:not(.current):hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maSliderIndicator a {
    width: 30px;
    margin: 0 5px;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/sports/marvelous/game/watch/images/bgFukidashiTopPtnB.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 70px 10px 30px;
  box-sizing: border-box;
  border-bottom: #00A273 4px solid;
  opacity: 0;
  transition: 0.3s all;
  margin-top: 0;
  margin-bottom: 30px;
  width: 670px;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 40px 2vw 20px;
    border-bottom-width: 2px;
    width: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea {
    padding-top: 65px;
    border-bottom-width: 4px;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea.display {
  transition: 0.3s all;
  opacity: 1;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dt {
  text-align: center;
  line-height: 1;
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dt p {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dt p {
    font-size: 1.3em;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dd .txtDetail {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dd .txtDetail {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dd .txtDetail {
    font-size: 1em;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dd .linkArea {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dd .linkArea {
    padding: 0 4vw;
  }
  .volleyMainArea .watchingMachArea .scDetailArea .maSliderArea .maTextDisplayArea dl dd .linkArea .volleyLinkBtn::after {
    width: 6vw;
    height: 6vw;
    right: 15px;
  }
}
.volleyMainArea .watchingMachArea .scDetailArea > .linkArea {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .volleyMainArea .watchingMachArea .scDetailArea > .linkArea {
    padding: 0 6vw;
  }
  .volleyMainArea .watchingMachArea .scDetailArea > .linkArea .volleyLinkBtn::after {
    width: 6vw;
    height: 6vw;
    right: 15px;
  }
}
.volleyMainArea .mannerArea {
  padding: 0px 0 95px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea {
    padding: 13vw 0 0vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .mannerArea .bgSecArea {
    display: none;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .bgSecArea img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .volleyMainArea .mannerArea .scDetailArea {
    padding-top: 90px;
    padding-bottom: 370px;
    margin-bottom: -320px;
  }
  .volleyMainArea .mannerArea .scDetailArea::before {
    background-image: url("/sports/marvelous/game/watch/images/bgWatchSection09Pc.svg");
  }
}
.volleyMainArea .mannerArea .scDetailArea .ttlVolleyLv2 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .ttlVolleyLv2 {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .mannerArea .scDetailArea .ttlVolleyLv2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 0vw;
    text-align: center;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 50px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner {
    margin: 0 -5px 5px;
    justify-content: center;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .mannerArea .scDetailArea .listManner {
    margin-bottom: 20px;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li {
    width: 33.333%;
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li.manner01 figure {
  margin-left: 5px;
  margin-right: -5px;
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li.manner05 .listDetaiBox {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li.manner05 .listDetaiBox {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li.manner05 .listDetaiBox {
    padding-bottom: 10px;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li.manner05 .listDetaiBox .txtCaption {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li.manner05 .listDetaiBox .txtCaption {
    font-size: 0.5em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li.manner05 .listDetaiBox .txtCaption {
    font-size: 0.6em;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox {
  border: #ffffff 4px solid;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox {
    border-width: 2px;
    border-radius: 10px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox {
    padding-bottom: 10px;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox figure {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 10px 40px 0;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox figure {
    padding: 5px 20px 0;
  }
}
.volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox .txtCaption {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox .txtCaption {
    font-size: 0.6em;
    line-height: 1.5;
    width: 100%;
    height: 40px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .mannerArea .scDetailArea .listManner > li .listDetaiBox .txtCaption {
    font-size: 0.8em;
  }
}
.volleyMainArea .mannerArea .scDetailArea .linkArea {
  width: 480px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .volleyMainArea .mannerArea .scDetailArea .linkArea {
    width: auto;
    padding: 0 6vw;
  }
}
.volleyMainArea .fanclubArea {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea {
    padding: 0vw 0 15vw;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .ttlVolleyLv2 {
  width: 960px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .ttlVolleyLv2 {
    width: auto;
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .ttlVolleyLv2 h2 {
    padding-left: 2vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .txtLead {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 95px;
  padding: 0 90px;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .txtLead {
    font-size: 0.8em;
    padding: 0;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .fanclubArea .scDetailArea .txtLead {
    font-size: 1em;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus {
    margin: 0 -2vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus > li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus > li {
    width: 50%;
    margin-bottom: 75px;
    padding: 0 2vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl {
  border-radius: 18px;
  position: relative;
  background-color: rgba(0, 162, 165, 0.2);
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dt {
  background-color: #DCC501;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50%;
  margin-top: -65px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 4px;
  text-align: center;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dt {
    width: 80px;
    height: 60px;
    font-size: 1.3em;
    padding: 10px 0px;
    margin-top: -45px;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd {
    padding-bottom: 15px;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd figure {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd figure {
    padding: 0 40px;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd .txtDescription {
  font-size: 22px;
  font-weight: 600;
  padding: 0 30px;
  margin-top: 0px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd .txtDescription {
    font-size: 0.8em;
    padding: 0 2vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .fanclubArea .scDetailArea .listVonus > li dl dd .txtDescription {
    font-size: 1em;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea {
    flex-direction: column;
    padding-bottom: 50px;
    margin-top: -40px;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .goodsPictureBox {
  padding: 40px 0 0 70px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .goodsPictureBox {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .goodsPictureBox {
    padding: 0 10vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox {
    width: 44%;
    padding: 45px 0 0 60px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox {
    display: block;
    padding: 0 20vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox .txtMascot {
  font-weight: 500;
  color: #676767;
  background-image: url("/sports/marvelous/game/watch/images/bgFanClubFukidashi.png");
  background-repeat: no-repeat;
  background-position: left top 15px;
  background-size: 100% auto;
  width: 320px;
  height: 160px;
  padding: 0px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox .txtMascot {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox .txtMascot {
    font-size: 0.6em;
    width: 100%;
    height: auto;
    padding: 5vw 2vw 9vw 2vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox .txtMascot {
    font-size: 1em;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox figure {
  margin-top: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox figure {
    width: 140px;
    right: 95px;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox figure {
    width: 19.5vw;
    right: 23vw;
    bottom: -9.5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox figure {
    width: 15.5vw;
    bottom: -5.5vw;
  }
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox figure .imgMascot.prTgt {
  opacity: 0;
}
.volleyMainArea .fanclubArea .scDetailArea .goodsMascotArea .mascotBox figure .imgMascot.prTgt.dispPr {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.volleyMainArea .fanclubArea .scDetailArea .linkArea {
  width: 490px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .volleyMainArea .fanclubArea .scDetailArea .linkArea {
    width: auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
}