@charset "UTF-8";
/* ----------------------------------------
// マーヴェラス チケットキャンペーン 2025CSS
// Sassからコンパイルしています
// ----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
.volleyCpnContents {
  margin: auto;
}
@media (max-width: 767px) {
  .volleyCpnContents {
    width: 100%;
    font-size: 4vw;
    padding-top: 0;
  }
}
.volleyCpnContents .entryBtn {
  text-align: center;
}
.volleyCpnContents .entryBtn .volleyLinkBtn {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .volleyCpnContents .entryBtn .volleyLinkBtn {
    font-size: 6vw;
  }
}
.volleyCpnContents .mvArea .mvBox.cpnClose {
  position: relative;
}
.volleyCpnContents .mvArea .mvBox.cpnClose .endMessage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.volleyCpnContents .mvArea .mvBox.cpnClose .endMessage p {
  text-align: center;
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  background-color: #000000;
  line-height: 1.5;
  padding: 10px 5px 10px 20px;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .mvBox.cpnClose .endMessage p {
    padding: 1vw 0 1vw 4vw;
    font-size: 1.4rem;
  }
}
.volleyCpnContents .mvArea .mvBox .mainArea {
  height: 490px;
  background-image: url(/sports/marvelous/cpn/2025/images/bgCpnMvPc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .mvBox .mainArea {
    background-image: none;
    height: auto;
  }
}
@media (min-width: 768px) {
  .volleyCpnContents .mvArea .mvBox .mainArea .mvTitle {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .volleyCpnContents .mvArea .mvBox .mainArea .mvTitle img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: none;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .mvBox .mainArea .mvTitle img {
    margin: auto;
    width: 100vw;
  }
}
.volleyCpnContents .mvArea .entoryArea {
  background-color: #FFE45F;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .entoryArea {
    padding: 10px 0;
  }
}
.volleyCpnContents .mvArea .entoryArea .txtEntoryKikan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .entoryArea .txtEntoryKikan {
    font-size: 4vw;
  }
}
.volleyCpnContents .mvArea .entoryArea .txtEntoryKikan .ttlKikan {
  font-size: 0.9em;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .entoryArea .txtEntoryKikan .ttlKikan {
    font-size: 3vw;
    margin-right: 10px;
  }
}
.volleyCpnContents .mvArea .entoryArea .txtEntoryKikan .txtKikan {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.volleyCpnContents .mvArea .entoryArea .txtEntoryKikan .txtKikan .num {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .entoryArea .txtEntoryKikan .txtKikan .num {
    padding: 0;
    font-size: 1.3em;
  }
}
.volleyCpnContents .mvArea .entryBox {
  background-color: #fff;
  padding: 30px;
  line-height: 1;
}
.volleyCpnContents .mvArea .entryBox .entryBtn {
  text-align: center;
}
.volleyCpnContents .mvArea .shareBox {
  background-color: #f5f5f5;
  padding: 35px;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .shareBox {
    padding: 0;
  }
}
.volleyCpnContents .mvArea .shareBox .shareItems {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .shareBox .shareItems {
    display: flex;
    width: 90%;
    margin-left: 4vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
.volleyCpnContents .mvArea .shareBox .shareItems .txtShare {
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .shareBox .shareItems .txtShare {
    position: relative;
    box-sizing: border-box;
    width: 29vw;
    padding: 4vw;
    left: auto;
    top: auto;
    transform: none;
  }
}
.volleyCpnContents .mvArea .shareBox .shareItems .shareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .shareBox .shareItems .shareBtn {
    margin-right: 2.5vw;
  }
}
.volleyCpnContents .mvArea .shareBox .shareItems .shareBtn li {
  padding: 10px 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .shareBox .shareItems .shareBtn li {
    padding: 2vw 4vw;
  }
}
.volleyCpnContents .mvArea .shareBox .shareItems .shareBtn li img {
  width: 42px;
}
@media (max-width: 767px) {
  .volleyCpnContents .mvArea .shareBox .shareItems .shareBtn li img {
    width: 65px;
  }
}
.volleyCpnContents .subjectgameArea {
  background-color: #009f59;
  color: #ffffff;
  background-image: url(/sports/marvelous/cpn/2025/images/bgGameAreaPc.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: cover;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea {
    padding-top: 2vw;
    background-image: url(/sports/marvelous/cpn/2025/images/bgGameAreaSp.png);
  }
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .sectionMain {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 60px;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain {
    padding: 6vw 4vw 10vw;
    box-sizing: border-box;
  }
}
.volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 {
    padding: 0 18vw;
    margin-bottom: 6vw;
  }
}
.volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 .ttlVolleyLv2 h2 {
  font-weight: 900;
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 img {
    max-width: 100%;
  }
}
.volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 + .komeList {
  width: 470px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain .volleyCpnTitleLv02 + .komeList {
    width: auto;
    margin: 0 auto 4vw;
  }
}
.volleyCpnContents .subjectgameArea .sectionMain .txtGame {
  text-align: center;
  margin: 0px auto 20px;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain .txtGame {
    padding: 0 2vw 0;
    width: auto;
    font-size: 6vw;
  }
}
.volleyCpnContents .subjectgameArea .sectionMain .txtGame + .komeList {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain .txtGame + .komeList {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}
.volleyCpnContents .subjectgameArea .sectionMain .txtGame .colorYellow {
  color: #fffc00;
}
.volleyCpnContents .subjectgameArea .sectionMain .txtGame .colorYellow .txtNumber {
  font-size: 1.5em;
  font-weight: bold;
}
.volleyCpnContents .subjectgameArea .sectionMain .txtGame img {
  width: 423px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .sectionMain .txtGame img {
    width: auto;
    max-width: 100%;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row {
  margin: 0px 0 30px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row {
    background-color: #ffffff;
    padding: 3vw 3vw 1vw;
    margin-bottom: 4vw;
    border-radius: 2vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row + .komeList {
  width: 920px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row + .komeList {
    width: auto;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col]:last-child .gameBox {
    border-top: dotted 3px #009f59;
    padding-top: 2vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox {
  color: #111111;
  position: relative;
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox {
    background-color: #ffffff;
    padding: 10px 20px 20px;
    border-radius: 10px;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .add_news {
  background: #E6FBF2;
  box-shadow: 3px 3px 0px #249D52;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: -30px;
  width: 90%;
  left: 25px;
  z-index: 111;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .add_news {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 2vw;
    text-align: center;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .add_news::after {
  content: "";
  background: url(/sports/marvelous/cpn/2025/images/fukidashi_after.png) no-repeat;
  background-size: cover;
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  right: 50%;
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .add_news span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .add_news span {
    font-size: 3.2vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox {
    box-sizing: border-box;
    padding: 0 3vw 12vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox {
    padding-bottom: 7vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems {
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems figure {
  padding: 0px 15px 0px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems figure {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems .txtVs {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems .txtVs img {
    max-width: 100%;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems .txtTeam {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: -45px;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems .txtTeam {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems .txtTeam {
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    bottom: -13vw;
    font-size: 4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .subBox .subItems .txtTeam {
    font-size: 3vw;
    bottom: -6vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .locationTxt {
  width: 400px;
  margin: 20px auto 0;
  padding: 5px;
  box-sizing: border-box;
  background-color: #444;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .locationTxt {
    width: 98%;
    padding: 1vw;
    font-size: 4.5vw;
    border-radius: 5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .locationTxt {
    padding: 5px;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime {
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime {
    margin-top: 1vw;
    font-size: 4vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig1,
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig2,
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig3,
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .yearTxt {
  font-weight: 600;
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig1 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig1 {
    font-size: 6vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig2 {
  font-size: 1.85rem;
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig2 {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig2 {
    font-size: 5.2vw;
    margin-left: -1vw;
  }
}
.volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig3 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .gameArea.row [class^=_col] .gameBox .txtDatetime .txtBig3 {
    font-size: 5vw;
  }
}
.volleyCpnContents .subjectgameArea .periodFukidashiArea {
  background-color: #ffffff;
  border-radius: 10px;
  width: 640px;
  margin: 0 auto 40px;
  padding: 12px 10px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .periodFukidashiArea {
    width: auto;
    border-radius: 5px;
    padding: 10px 1vw;
    letter-spacing: 0px;
    margin-bottom: 8vw;
  }
}
.volleyCpnContents .subjectgameArea .periodFukidashiArea::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 25px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner {
    text-align: center;
    font-size: 4vw;
  }
}
.volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner .txtTitle {
  font-size: 0.9em;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner .txtTitle {
    display: block;
    margin-bottom: 1vw;
  }
}
.volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner .num {
  font-size: 1.3em;
  color: #009d52;
  font-weight: bold;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .periodFukidashiArea .fukidashiInner .num {
    padding: 0 2px;
  }
}
.volleyCpnContents .subjectgameArea .btnBox {
  margin: 0;
  text-align: center;
}
.volleyCpnContents .subjectgameArea .btnBox .entryBtn {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .btnBox .entryBtn {
    margin-bottom: 6vw;
  }
}
.volleyCpnContents .subjectgameArea .btnBox .guideBtn {
  margin: 0 auto;
  padding: 0 230px;
}
@media (max-width: 767px) {
  .volleyCpnContents .subjectgameArea .btnBox .guideBtn {
    padding: 0;
  }
}
.volleyCpnContents .subjectgameArea .btnBox .guideBtn img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .volleyCpnContents .introduction2025 {
    padding-top: 3vw;
  }
}
.volleyCpnContents .introduction2025 .sectionMain {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .volleyCpnContents .introduction2025 .sectionMain {
    width: auto;
    padding: 6vw 4vw 0vw;
    box-sizing: border-box;
  }
}
.volleyCpnContents .introduction2025 .sectionMain .volleyCpnTitleLv02 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .volleyCpnContents .introduction2025 .sectionMain .volleyCpnTitleLv02 {
    padding: 0 15vw;
    margin-bottom: 6vw;
  }
}
.volleyCpnContents .introduction2025 .sectionMain .volleyCpnTitleLv02 .ttlVolleyLv2 h2 {
  font-weight: 900;
}
@media (max-width: 767px) {
  .volleyCpnContents .introduction2025 .sectionMain .volleyCpnTitleLv02 .ttlVolleyLv2 h2 {
    font-size: 8vw;
  }
}
.volleyCpnContents .introduction2025 .sectionMain .homegameGallery {
  margin: 0 -40px;
}
.volleyCpnContents .introduction2025 .sectionMain .homegameGallery [class^=_col] {
  padding: 0 40px;
  margin-bottom: 30px;
}
.volleyCpnContents .introduction2025 .sectionMain .homegameGallery [class^=_col] figure img {
  border-radius: 10px;
}
.volleyCpnContents .introduction2025 .sectionMain .homegameGallery [class^=_col] figure figcaption {
  margin-top: 10px;
  line-height: 1.5;
}
.volleyCpnContents .introduction2025 .sectionMain .komeList {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .volleyCpnContents .introduction2025 .sectionMain .komeList {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .introduction2025 .sectionMain .komeList {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .volleyCpnContents .youkouArea {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea {
    padding: 10vw 4vw 8vw;
  }
}
.volleyCpnContents .youkouArea .sectionMain {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea .sectionMain {
    width: auto;
    padding: 10vw 0 0;
    border-top: 1px solid #ccc;
  }
}
.volleyCpnContents .youkouArea .sectionMain .volleyCpnTitleLv02 {
  text-align: center;
  margin-bottom: 40px;
}
.volleyCpnContents .youkouArea .sectionMain .volleyCpnTitleLv02 .ttlVolleyLv2 h2 {
  font-weight: 900;
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea .sectionMain .volleyCpnTitleLv02 .ttlVolleyLv2 h2 {
    font-size: 8vw;
  }
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox {
  text-align: left;
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox dt, .volleyCpnContents .youkouArea .sectionMain .youkouBox dd {
  border: #e6e6e6 1px solid;
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox dt {
  background-color: #f0f0f0;
  color: #111;
  font-size: 20px;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dt {
    font-size: 5vw;
    padding: 3.3vw 4vw;
  }
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox dd {
  padding: 20px 30px;
  background-color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd {
    font-size: 4vw;
    padding: 5.3vw 4vw;
  }
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd p, .volleyCpnContents .youkouArea .sectionMain .youkouBox dd ul {
    font-size: 4vw;
    max-width: none;
  }
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd a.cpnLinkBtn {
    font-size: 3.5vw;
    max-width: none;
    padding: 4vw 10vw 4vw 4vw;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
  }
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnClose {
  color: #CC0000;
}
@media (min-width: 768px) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnClose {
    margin-left: 20px;
  }
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnLinkBtn {
  display: flex;
  line-height: 1;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  max-width: 340px;
  min-height: 44px;
  font-size: 14px;
  padding: 15px 15px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnLinkBtn {
    padding: 15px 8px;
  }
}
@media (min-width: 768px) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnLinkBtn:hover::after {
    animation: arrow 0.3s steps(9) forwards;
  }
  @keyframes arrow {
    100% {
      background-position: center -288px;
    }
  }
}
.volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnLinkBtn::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/component/icon_anime_arrow_black.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnLinkBtn::after {
    background-image: url(/assets/img/component/arrow_right.svg);
    background-position: center 40%;
    width: 7vw;
    height: 7vw;
    right: 2vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .volleyCpnContents .youkouArea .sectionMain .youkouBox dd .cpnLinkBtn::after {
    width: 4vw;
    height: 4vw;
  }
}