@charset "utf-8";

/* CSS Document */

.tss_wrap:before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(/themes/tss/img/2022img/top/bg_vabochan2026.png);
  background-position: bottom -16vw right -160px;
  background-size: 56vw auto;
  background-repeat: no-repeat;
}

.tss_bn_volley2023{
  width:100%;
  max-width:1200px;
  margin:auto;
}

.tss_bn_volley2023 img{
  width:100%;
}

.tss_vabocopy{
  font-size:0.75rem;
}

/*-- 上書き分 --*/
.tss_rplprgmwp > div{
  background-color:#FFF;
}

.tss_mainSlide{
  background-color:#FFF;
}
.tss_entryBox.tss_contentsBlock,
.tss_programBox.tss_contentsBlock{background-color:transparent;}

@media screen and (max-width:800px){
  .tss_wrap:before{
    background-position: bottom 20vh right -24vw;
    background-size: 86vw auto;
  }
  .tss_relation{
    margin-bottom:0;
  }
  .tss_vabocopy{
    padding-bottom:88px;
  }
}