@charset "utf-8";
/* ボタンカラーパターン */
.buttonColor1 {
  box-shadow: 1px 1px 6px #6f3711;
  background-color: #f60;
}
.buttonColor2 {
  box-shadow: 1px 1px 6px #144109;
  background-color: #3ac519;
}
.buttonColor3 {
  box-shadow: 1px 1px 6px #0e345d;
  background-color: #2177d7;
}

/* 部活をもっと見るボタン */
.bukatsuMoreBox {
  width: 100%;
  padding: 5px 0 30px 0;
}

.bukatsuMoreButton {
  display: inline-block;
  border-radius:6px;
}

.bukatsuMoreButton .link {
  box-sizing: border-box;
  padding: 8px 20px 4px 20px;
  overflow: hidden;
/*  border-radius: 6px; */
  display: inline-block;
}

.bukatsuMoreButton .link .text,
.bukatsuMoreButton .link .longStr {
  font-family: 'UD Shin Go Bold JIS2004';
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.bukatsuMoreButton  .link .text .fa,
.bukatsuMoreButton .link .longStr .fa {
  color: #fff;
  font-size: 3rem;
  vertical-align: -4px;
  text-indent: 10px;
}


.bukatsuMoreButton .link .text:hover,
.bukatsuMoreButton .link .text:hover .text .fa {
  color: #fff798;
}

/* 部活TOPの部活表示用 ※場合によってはindex.cssへ移動 */
/* 基本構造 */
.bukatsuTopInfoBox {
  position: relative;
  text-align: center;
  margin: 20px;
}

.bukatsuTopInfoBox .bukatsuTopImage {
  vertical-align: bottom;
  max-width: 100%;
  margin: 30px 30px 5px 30px;
}

.bukatsuTopInfoBox .bukatsuTopPostBox ul {
  margin:13px 30px;
  display: flex;
  justify-content: space-evenly;
  background-color: #FFF;
}

.bukatsuTopInfoBox .bukatsuTopPostBox ul li {
  flex: 1;
  width: calc(25% - 10px);
  height: auto;
  margin: 15px 15px 15px 0;
  position: relative;
  overflow: hidden;
}

.bukatsuTopInfoBox .bukatsuTopPostBox ul li:nth-of-type(1) {
  margin: 15px;
}

.bukatsuTopInfoBox .bukatsuTopPostBox ul li img{
  max-width: 100%;
  max-height: 100%;
}

.bukatsuTopInfoBox .bukatsuTopPostBox ul li .img{
  width: auto;
  height: auto;
  max-width: auto;
  max-height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/******/
.bukatsuTopInfoBox .bukatsuTopContentBox ul {
  margin:15px 30px;
  height:240px;
  display: flex;
  justify-content: space-evenly;
  background-color: #FFF;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li {
  flex: 1;
  max-width: 270px;
  max-height: 210px;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(1) {
  margin: 15px 12px;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(n+2) {
  margin: 15px 12px 15px 0;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li img {
  max-width: 100%;
  max-height: 100%;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-last-child(n+2) a {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li img {
  max-width: 95%;
  max-height: 95%;
  height: 145px;
  padding-top: 5px;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li p {
  font-family:'UD Shin Go Medium JIS2004';
  transform: rotate(0.05deg);
  height: 55px;
  font-size: 150%;
  padding:15px 0;
  color:#fff;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(3) a {
  display: block;
  width: 270px;
  height: 210px;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul .contest img {
  max-width: 95%;
  max-height: 95%;
  padding: 5px;
  height:inherit;
}

/* ハイパーヨーヨー用 */
.bukatsuTopInfoBox .bukatsuTopContentBox ul.content_data_yo_yo li:nth-of-type(1) {
  margin: 5px 12px;
}

.bukatsuTopColor10 .bukatsuTopContentBox ul.content_data_yo_yo {
  margin:0;
  /*height:110px;*/
  display: flex;
  justify-content: space-evenly;
  background-color: transparent;
}


.bukatsuTopColor10 .bukatsuTopContentBox ul {
  margin:0;
  height:145px;
  display: flex;
  justify-content: space-evenly;
  background-color: transparent;
}

.bukatsuTopColor10 .bukatsuTopContentBox ul.content_data_yo_yo {
  height:auto;
  margin:5px 0;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li.col_yo_yo:nth-of-type(1) {
  margin: 0px 12px 0px;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li.col_yo_yo {
  flex: 1;
  max-width: 856px;
  max-height: 128px;
  /*
  width: 856px;
  height: 133px;
  */
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li.col_yo_yo img {
  max-width: 100%;
  max-height: 100%;
  width: 856px;
  /*height: 128px;*/
  height: auto;
  padding-top:5px;
  padding-bottom:5px;
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li.col_yo_yo_2 {
  flex: 1;
  max-width: 856px;
  max-height: 94px;
  /*
  width: 856px;
  height: 99px;
  */
}

.bukatsuTopInfoBox .bukatsuTopContentBox ul li.col_yo_yo_2 img {
  max-width: 100%;
  max-height: 100%;
  width: 856px;
  height: auto;
  /*height: 94px;*/
  padding-top:5px;
  padding-bottom:5px;
}


/* ハイパーヨーヨー用 */

.bukatsuTopInfoBox .bukatsuTopContentThumbtackUL {
  position: absolute;
  top   : 7px;
  left  : 7px;
}

.bukatsuTopInfoBox .bukatsuTopContentThumbtackUR {
  position: absolute;
  top   : 7px;
  right : 7px;
}

.bukatsuTopInfoBox .bukatsuTopContentThumbtackBL {
  position: absolute;
  bottom : 7px;
  left   : 7px;
}

.bukatsuTopInfoBox .bukatsuTopContentThumbtackBR {
  position: absolute;
  bottom : 7px;
  right  : 7px;
}

.bukatsuTopColor1 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern01_skyblue.png");
  background-repeat: repeat;
}
.bukatsuTopColor2 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern02_yellow.png");
  background-repeat: repeat;
}
.bukatsuTopColor3 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern03_blue.png");
  background-repeat: repeat;
}
.bukatsuTopColor4 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern04_red.png");
  background-repeat: repeat;
}
.bukatsuTopColor5 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern05_paleorange.png");
  background-repeat: repeat;
}
.bukatsuTopColor6 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern06_pink.png");
  background-repeat: repeat;
}
.bukatsuTopColor7 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern07_aqua.png");
  background-repeat: repeat;
}
.bukatsuTopColor8 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern08_purple.png");
  background-repeat: repeat;
}
.bukatsuTopColor9 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern09_orange.png");
  background-repeat: repeat;
}
.bukatsuTopColor10 {
  background-image: url("/img/v3/bukatsu/index/dot_pattern/dot_pattern10_black.png");
  background-repeat: repeat;
}

.bukatsuTopColor1 .bukatsuTopContentBox ul li {
  background-color: #005aca;
}

.bukatsuTopColor2 .bukatsuTopContentBox ul li {
  background-color: #ff7900;
}

.bukatsuTopColor3 .bukatsuTopContentBox ul li {
  background-color: #017ddd;
}

.bukatsuTopColor4 .bukatsuTopContentBox ul li {
  background-color: #e62901;
}

.bukatsuTopColor5 .bukatsuTopContentBox ul li {
  background-color: #ffaf36;
}

.bukatsuTopColor6 .bukatsuTopContentBox ul li {
  background-color: #ff4584;
}

.bukatsuTopColor7 .bukatsuTopContentBox ul li {
  background-color: #3d83cf;
}

.bukatsuTopColor8 .bukatsuTopContentBox ul li {
  background-color: #673ab7;
}

.bukatsuTopColor9 .bukatsuTopContentBox ul li {
  background-color: #e17c00;
}

@media(max-width: 768px) {
  .bukatsuTopInfoBox {
    margin: 3px 3px 10px 3px;
  }

  .bukatsuTopInfoBox .bukatsuTopContentThumbtackUL {
    width:  12px;
    height: 12px;
    position: absolute;
    top   : 2px;
    left  : 2px;
  }
  
  .bukatsuTopInfoBox .bukatsuTopContentThumbtackUR {
    width:  12px;
    height: 12px;
    position: absolute;
    top   : 2px;
    right : 2px;
  }
  
  .bukatsuTopInfoBox .bukatsuTopContentThumbtackBL {
    width:  12px;
    height: 12px;
    position: absolute;
    bottom : 2px;
    left   : 2px;
  }
  
  .bukatsuTopInfoBox .bukatsuTopContentThumbtackBR {
    width:  12px;
    height: 12px;
    position: absolute;
    bottom : 2px;
    right  : 2px;
  }

  .bukatsuTopInfoBox .bukatsuTopImage {
    width: calc(100% - 30px);
    margin: 18px 0 0 0;
  }

  .bukatsuTopInfoBox .bukatsuTopPostBox ul {
    margin:10px 15px;
    display: flex;
    justify-content: space-evenly;
    background-color: #FFF;
  }

  .bukatsuTopInfoBox .bukatsuTopPostBox ul li {
    margin: 10px 10px 10px 0;
    position: relative;
    overflow: hidden;
  }
  
  .bukatsuTopInfoBox ul li a span .img {
    width: auto;
    height: auto;
  }

  .bukatsuTopInfoBox .bukatsuTopPostBox ul li:nth-of-type(1) {
    margin: 10px;
  }

  .bukatsuTopInfoBox .bukatsuTopPostBox ul li:nth-of-type(n+3) {
    display: none;
  }

  .bukatsuTopInfoBox .bukatsuTopContentBox ul {
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin:10px 15px;
  }

  .bukatsuTopInfoBox .bukatsuTopContentBox ul li {
/*    margin: 10px 0px 10px 5px; */
    flex: auto;
  }
/*
  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(2) {
    margin:10px 5px;
  }
*/
  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(1) {
    margin: 10px 0px 10px 5px;
  }
  
  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(n+2) {
    margin:10px 5px;
  }


  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-last-child(n+2) {
    width: 40%;
  }

  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-last-child(n+2) img {
    height: 80px;
    width: auto;
    padding-top: 5px;
  }

  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-last-child(n+2) p {
    font-size: 3vw;
    height: auto;
    vertical-align: bottom;
  }

  .bukatsuTopInfoBox .bukatsuTopContentBox ul li:nth-of-type(n+3) {
    display: none;
  }

  .bukatsuMoreBox {
    width: 100%;
    padding: 5px 0 15px 0;
  }

  .bukatsuMoreButton {
/*    width: 80%; */
    height: 36px;
    white-space: nowrap;
  }
/*
  .bukatsuMoreButton .link {
    padding: 5px 10px;
  }
  
  .bukatsuMoreButton .link .text {
    font-size: 3.5vw;
  }
  
  .bukatsuMoreButton  .link .text .fa {
    font-size: 1.5rem;
  }
*/
  .bukatsuMoreButton .link {
/*    padding: 10px 15px 2px 15px; */
    padding: 0 15px;
  }

  .bukatsuMoreButton .link .text {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
  }

  .bukatsuMoreButton .link .longStr {
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
  }

  .bukatsuMoreButton  .link .text .fa,
  .bukatsuMoreButton  .link .longStr .fa {
    color: #fff;
    font-size: 5vw;
    vertical-align: -2px;
    text-indent: 10px;
  }



}