@charset "UTF-8";
/* ==========================================================================
   base
   ========================================================================== */
body,
html {
  background-color: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.contents {
  margin: auto;
  max-width: 1200px;
}

.monthly-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.picup-text {
  height: 40px;
  background-color: #e6e6e6;
  margin-left: 40px;
}

.picup-text h3 {
  float: left;
  margin-left: -40px;
}

.picup-text p {
  float: left;
  margin-left: 10px;
  font-size: 18px;
  line-height: 40px;
  color: #e60012;
  font-weight: bold;
}

.pickup-banner {
  position: relative;
  margin-bottom: 20px;
}

.pickup-banner p,
.program-list p {
  overflow: hidden;
}

.pickup-banner_copy {
  position: absolute;
  top: 12px;
  left: 32%;
  z-index: 1;
  text-align: center;
}

a img.main-img {
  transition: 0.6s;
}

a:hover img.main-img {
  transform: scale(1.1);
}

.pickup-banner_center {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pickup-banner_left {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.pickup-banner_right {
  width: 50%;
  float: right;
  position: relative;
  overflow: hidden;
}

/* banner 追加 START */
.pickup-banner .bnr {
  position: absolute;
  top: 38px;
  right: 34px;
  width: 53%;
}

@media only screen and (max-width: 1199px) {
  .pickup-banner .bnr {
    right: 2.8%;
    right: 2.8vw;
    top: 3.2%;
    top: 3.2vw;
    width: 53%;
    width: 53vw;
  }
}
.pickup-banner .bnr a {
  border-radius: 12px;
  display: block;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .pickup-banner .bnr a {
    border-radius: 1%;
    border-radius: 1vw;
  }
}
.pickup-banner .bnr a:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pickup-banner .bnr a > img {
  transition: 0.6s;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.pickup-banner .bnr a:hover > img {
  opacity: 0.8;
}

/* banner 追加 END */
.pickup-banner_center img,
.pickup-banner_left img,
.pickup-banner_right img {
  max-width: 100%;
  height: auto;
}

.pickup-banner_schedule {
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #e60012;
  background-image: url(img/main-arrow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.pickup-banner_schedule span.live {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #e60012;
  background-color: #fff;
  margin-right: 8px;
  padding: 3px 8px;
}

.pickup-banner_schedule-text {
  margin-left: -10px;
}

.pickup-mark {
  width: 90%;
  position: absolute;
  top: 44%;
  left: 6%;
}

.pickup-sche {
  width: 90%;
  position: absolute;
  top: 52%;
  left: 5%;
}

.campaign-banner {
  position: relative;
  margin-bottom: 40px;
}

.campaign-banner {
  overflow: hidden;
}

.campaign-banner_center {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.campaign-banner_center img {
  max-width: 100%;
  height: auto;
}

a img.campaign-img {
  transition: 0.6s;
}

a:hover img.campaign-img {
  transform: scale(1.1);
}

/* ==========================================================================
   footer
   ========================================================================== */
.footer {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.footer.top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.footer-btn-list-container {
  margin-bottom: 40px;
}

.footer-btn-list,
.footer-banner-list {
  margin: 0 auto;
  max-width: 960px;
}

.footer-btn-list li {
  float: left;
  margin-bottom: 20px;
  width: 49%;
  text-align: center;
}

.footer-btn-list li a {
  display: block;
  padding: 20px 0;
  position: relative;
  background: linear-gradient(to top, #ef851c, #f19120);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}

.footer-btn-list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.footer-btn-list li + li {
  margin-left: 2%;
}

.footer-btn-arrow {
  position: absolute;
  top: 40%;
  right: 13px;
}

.footer-banner-list-container {
  padding: 30px 0;
  background-color: #e6e6e6;
}

.footer-banner-list li {
  float: left;
}

.footer-banner-list li + li {
  margin-left: 20px;
}

.footer-banner-list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.footer-copyright {
  padding: 10px 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.95em;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #000;
}

@media only screen and (max-width: 1199px) {
  .logo {
    width: auto;
    text-align: left;
    margin-top: 26px;
    margin-left: 30px;
  }

  .picup-text {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .picup-text h3 {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    text-align: left;
    background-color: #e60012;
  }

  .picup-text h3 img {
    width: 30%;
    height: auto;
  }

  .picup-text p {
    float: none;
    display: block;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .pickup-banner {
    margin-bottom: 32px;
  }

  .pickup-banner_copy {
    position: absolute;
    top: 10px;
    left: 4%;
    z-index: 1;
    text-align: center;
  }

  .pickup-banner_copy img {
    width: 40%;
    height: auto;
  }

  .pickup-banner_schedule {
    width: 100%;
    padding: 11px 4px 10px 4px;
    text-align: left;
    font-size: 15px;
  }

  .pickup-banner_schedule span.live {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 6px;
    display: inline-block;
  }

  .pickup-banner_schedule-text {
    margin-left: 0px;
  }

  .campaign-banner {
    margin-bottom: 20px;
  }

  .program-list-container {
    margin-bottom: 30px;
  }

  .program-list {
    margin-left: -10px;
  }

  .program-list li {
    overflow: hidden;
    position: relative;
    width: calc(25% - 10px);
    float: left;
    margin-left: 10px;
  }

  .program-list_schedule {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 5px 8px 5px;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-color: #e60012;
  }

  .program-list_schedule span.live {
    font-size: 11px;
    margin-right: 2px;
    padding: 2px 3px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer.top {
    margin-bottom: 20px;
  }

  .footer-btn-list-container {
    padding: 0 2%;
    margin-bottom: 20px;
  }

  .footer-btn-list,
.footer-banner-list {
    max-width: auto;
  }

  .footer-btn-list li {
    margin-bottom: 20px;
    width: 49%;
  }

  .footer-btn-list li a {
    padding: 16px 0;
    font-size: 18px;
  }

  .footer-banner-list-container {
    padding: 30px 2%;
  }

  .footer-banner-list li {
    width: 23.5%;
  }

  .footer-banner-list li img {
    width: 100%;
    height: auto;
  }

  .footer-banner-list li + li {
    margin-left: 2%;
  }

  .footer-btn-arrow {
    position: absolute;
    top: 37.5%;
    right: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .monthly-container {
    overflow: hidden;
  }

  .picup-text {
    height: auto;
    margin-bottom: 0;
    text-align: left;
  }

  .picup-text h3 {
    display: block;
    text-align: left;
    background-color: #e60012;
  }

  .picup-text h3 img {
    min-width: 40%;
    height: auto;
  }

  .picup-text p {
    float: none;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 13.5px;
    line-height: 1.5em;
  }

  .pickup-banner_schedule span.daytime {
    margin-top: 5px;
    padding-right: 5%;
    padding-left: 5px;
  }

  .pickup-banner_schedule {
    padding: 6px 4px 5px 4px;
    text-align: left;
    font-size: 13px;
  }

  .pickup-banner_schedule span.live {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 2px;
    padding: 1px 4px;
  }

  .program-list-container {
    width: 100%;
    margin: -5px 2% 20px;
  }

  .program-list {
    box-sizing: border-box;
    margin-left: -1%;
    list-style-type: none;
  }

  .program-list li {
    overflow: hidden;
    width: calc(48% - 1%);
    float: left;
    margin-left: 1%;
    margin-top: 10px;
  }

  .program-list li img {
    width: 100%;
    height: auto;
  }

  .program-list_schedule {
    padding: 4px;
    text-align: left;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #e60012;
  }

  .program-list_schedule span.live {
    font-size: 11px;
    margin-right: 2px;
    padding: 2px 3px;
  }

  .program-list_schedule span.daytime {
    display: block;
    margin-top: 4px;
    padding-right: 10%;
  }

  .footer-btn-list-container {
    margin-bottom: 10px;
  }

  .footer-btn-list li {
    margin-bottom: 15px;
  }

  .footer-btn-list li a {
    padding: 12px 0;
    font-size: 14px;
  }

  .footer-banner-list-container {
    padding: 20px 2%;
  }

  .footer-btn-arrow {
    top: 35%;
    right: 8px;
  }

  .footer-copyright {
    padding: 8px 0;
    font-size: 0.85em;
    letter-spacing: 0.05em;
  }
}
/* ==========================================================================
   バレーボールLP
   ========================================================================== */
/* ------------------------------------------
レイアウト
------------------------------------------ */
.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }

  .pc-item {
    display: none !important;
  }

  .pc-block {
    display: inline;
  }

  .sp-block {
    display: block;
  }
}
/* ------------------------------------------
/レイアウト
------------------------------------------ */
@media screen and (min-width: 768px) {
  .main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    overflow: hidden;
    display: block;
    padding: 0 1.932vw;
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 768px) {
  .left-area {
    width: 932px;
  }
}
@media screen and (max-width: 767px) {
  .left-area {
    width: 100%;
    margin-bottom: 32px;
  }
}
.left-area .ttl-img01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .left-area .ttl-img01 {
    text-align: center;
    padding: 8px 9.661vw 0;
    margin-bottom: 16px;
  }
}

.tv-schedule {
  width: 100%;
}
.tv-schedule tr {
  border-left: 2px solid #595757;
  border-right: 2px solid #595757;
}
@media screen and (max-width: 767px) {
  .tv-schedule tr {
    border-left: 1px solid #595757;
    border-right: 1px solid #595757;
  }
}
.tv-schedule th,
.tv-schedule td {
  font-weight: bold;
}
.tv-schedule th {
  color: #fff;
  background-color: #595757;
}
.tv-schedule th:not(:last-child) {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .tv-schedule th:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .tv-schedule th {
    padding: 10px 16px;
    font-size: 18px;
    min-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .tv-schedule th {
    font-size: 2.8vw;
    padding: 8px 0;
  }
}
.tv-schedule .on-air {
  width: 37.7682403433%;
}
.tv-schedule .battle {
  width: 32.1888412017%;
}
.tv-schedule .venue {
  width: 34.3347639485%;
}
.tv-schedule td {
  border-bottom: 2px solid #595757;
  letter-spacing: -0.2px;
  vertical-align: middle;
  border-right: 2px solid #595757;
}
@media screen and (max-width: 767px) {
  .tv-schedule td {
    border-bottom: 1px solid #595757;
    border-right: 1px solid #595757;
  }
}
.tv-schedule td .num {
  margin-left: 3px;
  border-radius: 50%;
  color: #fff;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .tv-schedule td .num {
    margin-left: 2px;
    padding: 2px;
  }
}
.tv-schedule td .sat {
  background-color: #0051a4;
}
.tv-schedule td .sun {
  background-color: #dc0021;
}
@media screen and (min-width: 768px) {
  .tv-schedule td {
    padding: 15px 10px;
    font-size: 18px;
    min-height: 32px;
  }
  .tv-schedule td .vs-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tv-schedule td {
    padding: 2vw 0.724vw;
    font-size: 2.898vw;
    vertical-align: middle;
  }
  .tv-schedule td .vs-text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .tv-schedule .date {
    font-size: 2.6vw;
  }
}
.tv-schedule .monthly td {
  border-bottom: 4px solid #595757;
}
@media screen and (max-width: 767px) {
  .tv-schedule .monthly td {
    border-bottom: 3px solid #595757;
  }
}
@media screen and (min-width: 768px) {
  .tv-schedule .women,
.tv-schedule .men {
    padding: 15px 3px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .tv-schedule .women,
.tv-schedule .men {
    padding: 2vw 0.5vw;
  }
}
.tv-schedule .women {
  text-align: center;
  color: #fff;
  background-color: #dc0021;
}
.tv-schedule .women01 {
  background-color: #fad1c4;
}
.tv-schedule .men {
  text-align: center;
  color: #fff;
  background-color: #0082c0;
}
.tv-schedule .men01 {
  background-color: #c8e0ef;
}
@media screen and (min-width: 768px) {
  .tv-schedule .small-tx {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tv-schedule .small-tx {
    font-size: 2.666vw;
  }
}
.tv-schedule .taR {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .right-area {
    padding-top: 56px;
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .right-area {
    width: 100%;
  }
}
.right-area .ttl-img02 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .right-area .ttl-img02 {
    text-align: center;
  }
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-area .banner-list {
  list-style: none;
  margin-bottom: 12px;
}
.banner-area .banner-list a {
  position: relative;
  display: block;
  transition: 0.3s;
}
.banner-area .banner-list a:hover {
  opacity: 0.6;
}
.banner-area .banner-list a img {
  position: relative;
}
.banner-area .banner-list a::before {
  content: "";
  width: 283px;
  height: 221px;
  position: absolute;
  bottom: -41px;
  right: -41px;
  background: url(../img/brn-shadow.png) no-repeat bottom right;
  background-size: cover;
}
@media (-webkit-max-device-pixel-ratio: 1.5), (max-resolution: 1.5dppx) {
  .banner-area .banner-list a::before {
    background: url(../img/brn-shadow.png) no-repeat bottom right;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .banner-area .banner-list a::before {
    background: url(../img/brn-shadow@2x.png) no-repeat bottom right;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .banner-area .banner-list {
    width: 48.5%;
  }
  .banner-area .banner-list a::before {
    content: "";
    width: 55.072vw;
    height: 43.478vw;
    bottom: -7.729vw;
    right: -7.729vw;
  }
}

@media screen and (min-width: 768px) {
  .text_area {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .text_area {
    padding: 0 1.932vw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .text_area .main-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .text_area .main-text {
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.text_area .main-text .link-text {
  text-decoration: underline;
}
.text_area .main-text .link-text:hover {
  text-decoration: none;
}
.text_area .text_box a {
  display: flex;
  background-color: #e60011;
  color: #fff;
  transition: 0.3s;
}
.text_area .text_box a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .text_area .text_box a {
    padding: 24px;
    padding: 24px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .text_area .text_box a {
    padding: 16px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .text_area .text_box .text-img {
    margin-bottom: 8px;
  }
}
.text_area .text_box .sub-text span {
  display: block;
}
@media screen and (max-width: 767px) {
  .text_area .text_box .sub-text span {
    font-size: 2.898vw;
    line-height: 1.6;
  }
}
.text_area .bnr_box {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.text_area .bnr_box a {
  display: flex;
  background-color: #e6e6e6;
  color: #fff;
  transition: 0.3s;
}
.text_area .bnr_box a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .text_area .bnr_box a {
    padding: 12px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .text_area .bnr_box a {
    padding: 8px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .text_area .bnr_box .text-img {
    margin-bottom: 0;
  }
}

a.jcom {
  color: #f9452a;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

a.jcom::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: #f9452a;
  transition: 0.3s;
  transform: translateX(-50%);
}

a.jcom:hover::after {
  width: 100%;
}

.note {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .note {
    margin-bottom: 15px;
  }
}
.note .num {
  border-radius: 50%;
  color: #fff;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .note .num {
    padding: 2px;
  }
}
.note .sat {
  background-color: #0051a4;
}
.note .sun {
  background-color: #dc0021;
}