@charset "UTF-8";
/*ポップアップ
------------------------------------------------------*/
#popImgArea {
  height: 449px;
  background: #000;
}

#popImgArea img {
  width: 100%;
  height: auto;
}

#popImgArea a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.mainBnrCol {
  float: right;
  position: relative;
  width: 800px;
  height: 378px;
  padding: 10px;
  background-image: -webkit-linear-gradient(90deg, #151515 0%, #272727 100%);
  background-image: -ms-linear-gradient(90deg, #151515 0%, #272727 100%);
}

.mainBnrCol .flexslider {
  display: none;
  position: relative;
}

.mainBnrCol .flexslider .flex-viewport {
  width: 800px;
  height: 350px;
  display: block;
  overflow: hidden;
}

.mainBnrCol .flexslider .flex-viewport ul.slides {
  overflow: hidden;
  height: 350px;
}

.mainBnrCol .flexslider .flex-control-nav {
  margin-top: 5px;
  text-align: center;
}

.mainBnrCol .flexslider .flex-control-nav li {
  display: inline-block;
}

.mainBnrCol .flexslider .flex-control-nav li a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c9c9c9;
  text-indent: -9999px;
  cursor: pointer;
}

.mainBnrCol .flexslider .flex-control-nav li a.flex-active, .mainBnrCol .flexslider .flex-control-nav li a:hover {
  background: #61d4ff;
  -webkit-box-shadow: 0 3px 0 0 #489dbd inset;
  box-shadow: 0 3px 0 0 #489dbd inset;
}

.mainBnrCol .flexslider .flex-control-nav li + li {
  margin-left: 10px;
}

.mainBnrCol a.btnBnrAll {
  display: block;
  position: absolute;
  padding: 3px 8px;
  background: #61d4ff;
  bottom: 10px;
  right: 10px;
  font-size: 75%;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 -3px 0 0 #489dbd inset;
  box-shadow: 0 -3px 0 0 #489dbd inset;
  -webkit-transition: 0 linear;
  transition: 0 linear;
}

.mainBnrCol a.btnBnrAll:link, .mainBnrCol a.btnBnrAll:active, .mainBnrCol a.btnBnrAll:visited {
  color: #FFF;
}

.mainBnrCol a.btnBnrAll:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subBnrCol {
  float: left;
  width: 180px;
  padding-top: 2px;
}

.subBnrCol li {
  margin: 10px 0 0 10px;
}

.movieCol {
  float: left;
  width: 485px;
  height: 353px;
  margin: 10px 0 0 10px;
  background: #fff;
}

.movieCol a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.topicsCol {
  width: auto;
  margin: 10px;
}

.topicsCol.update {
  padding-top: 20px;
  clear: both;
  margin: 0 10px;
}

.topicsCol.update dl {
  height: 240px;
}

.topicsCol.fb {
  float: left;
  width: 480px;
  padding-top: 20px;
}

.topicsCol.fb h5 {
  padding-bottom: 20px;
}

.topicsCol.tw {
  float: right;
  width: 480px;
  padding-top: 20px;
}

.topicsCol.tw h5 {
  padding-bottom: 20px;
}

.topicsCol.tw iframe {
  border-left: 1px #e2e9ec solid !important;
}

.topicsCol.news {
  padding-top: 40px;
  clear: both;
}

.topicsCol.news div.areaNewsCol {
  float: left;
  width: 460px;
  margin: 20px 0 0 20px;
  background: #fbfbfb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topicsCol.news div.areaNewsCol h6 {
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: #eaeaea;
}

.topicsCol.news div.areaNewsCol h6::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eaeaea;
}

.topicsCol.news div.areaNewsCol dl {
  height: 330px;
  padding: 20px 20px 0;
}

.topicsCol.news div.areaNewsCol a.more {
  display: block;
  width: 50%;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  background: #666;
  border: 1px #666 solid;
}

.topicsCol.news div.areaNewsCol a.more:link, .topicsCol.news div.areaNewsCol a.more:active, .topicsCol.news div.areaNewsCol a.more:visited {
  color: #FFF;
}

.topicsCol.news div.areaNewsCol a.more span {
  position: relative;
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
}

.topicsCol.news div.areaNewsCol a.more span::before, .topicsCol.news div.areaNewsCol a.more span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.topicsCol.news div.areaNewsCol a.more span::before {
  left: -20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topicsCol.news div.areaNewsCol a.more:hover {
  color: #666;
  background: #FFF;
  border: 1px #eee solid;
}

.topicsCol.news div.areaNewsCol a.more:hover span {
  position: relative;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  text-decoration: none;
}

.topicsCol.news div.areaNewsCol a.more:hover span::before, .topicsCol.news div.areaNewsCol a.more:hover span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.topicsCol.news div.areaNewsCol a.more:hover span::before {
  left: -20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

.topicsCol h5 {
  text-align: center;
  color: #2e2e2e;
  font-size: 140%;
  font-weight: bold;
}

.topicsCol dl {
  font-size: 85%;
  overflow: auto;
}

.topicsCol dl dt {
  font-weight: bold;
  padding: 12px 8px 0px;
}

.topicsCol dl dd {
  padding: 5px 8px 8px;
  border-bottom: 1px #CCC solid;
}

.topicsCol dl dd a {
  text-decoration: none;
}

.topicsCol dl dd a:link, .topicsCol dl dd a:active, .topicsCol dl dd a:visited {
  color: #2e2e2e;
}

.topicsCol dl dd a:hover {
  color: #61d4ff;
}

.topicsCol ul li.product-date span::after {
  background: #e60012;
}

.topicsCol ul li.product-date a:hover {
  color: #e60012;
}

.topicsCol ul li.cardlist-date span::after {
  background: #b136ff;
}

.topicsCol ul li.cardlist-date a:hover {
  color: #b136ff;
}

.topicsCol ul li.deck-date span::after {
  background: #b136ff;
}

.topicsCol ul li.deck-date a:hover {
  color: #b136ff;
}

.topicsCol ul li.movie-date span::after {
  background: #1fa700;
}

.topicsCol ul li.movie-date a:hover {
  color: #1fa700;
}

.topicsCol ul li.rule-date span::after {
  background: #8a939e;
}

.topicsCol ul li.rule-date a:hover {
  color: #8a939e;
}

.topicsCol ul li.event-date span::after {
  background: #2f96ff;
}

.topicsCol ul li.event-date a:hover {
  color: #2f96ff;
}

.topicsCol ul li.bsclub-date span::after {
  background: #ff9600;
}

.topicsCol ul li.bsclub-date a:hover {
  color: #ff9600;
}

.topicsCol ul li.other-date span::after {
  background: #ff67cb;
}

.topicsCol ul li.other-date a:hover {
  color: #ff67cb;
}

.topicsCol ul li.portal-date span::after {
  background: #ff67cb;
}

.topicsCol ul li.portal-date a:hover {
  color: #ff67cb;
}

.snsCol {
  clear: both;
  padding-top: 30px;
  letter-spacing: -.4em;
}

.snsCol li {
  display: inline-block;
  margin: 10px 0 0 10px;
  letter-spacing: normal;
}

.sbnrCol {
  padding: 30px 30px 0 30px;
  letter-spacing: -.4em;
}

.sbnrCol li {
  display: inline-block;
  margin-left: 5px;
  letter-spacing: normal;
}

.sbnrCol li:nth-child(n + 6) {
  margin-top: 5px;
}

.bBnrCol {
  letter-spacing: -0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.bBnrCol a {
  letter-spacing: normal;
}

.bbnr_btm:before {
  content: "";
  display: block;
  height: 15px;
}

.linkBtn.notice {
  width: 95%;
  margin: 10px auto 13px;
}

.impBtn {
  padding: 1px;
}

/* ===============================================
   SP
=============================================== */
@media screen and (max-width: 999px) {
  .bBnrCol {
    margin: 10px 0;
    letter-spacing: -0.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .bBnrCol a {
    letter-spacing: normal;
  }
  .bBnrCol div.style2 li img {
    width: 100%;
    height: auto;
  }
  .bBnrCol div.style2 li.couple a img {
    width: 50%;
    height: auto;
  }
  .bBnrCol div img {
    width: 100%;
    height: auto;
  }
  .mainBnrCol {
    float: none;
    width: auto;
    height: auto;
    padding: 0 0 10px 0;
  }
  .mainBnrCol .flexslider .flex-viewport {
    width: auto;
    height: auto;
  }
  .mainBnrCol .flexslider .flex-viewport ul.slides {
    height: auto;
  }
  .mainBnrCol .flexslider .flex-viewport ul.slides li img {
    width: 100%;
  }
  .mainBnrCol a.btnBnrAll {
    display: block;
    position: inherit;
    width: 90%;
    margin: 10px auto 0;
    padding: 5px 8px;
    background: #61d4ff;
    bottom: 0;
    right: 0;
    font-size: 75%;
    text-decoration: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 -3px 0 0 #489dbd inset;
    box-shadow: 0 -3px 0 0 #489dbd inset;
    -webkit-transition: 0 linear;
    transition: 0 linear;
    text-align: center;
  }
  .mainBnrCol a.btnBnrAll:link, .mainBnrCol a.btnBnrAll:active, .mainBnrCol a.btnBnrAll:visited {
    color: #FFF;
  }
  .mainBnrCol a.btnBnrAll:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .subBnrCol {
    float: none;
    width: auto;
    text-align: center;
    letter-spacing: -.4em;
    margin-top: 10px;
    padding-top: 0;
  }
  .subBnrCol li {
    display: inline-block;
    width: 31%;
    margin: 0;
    letter-spacing: normal;
  }
  .subBnrCol li + li {
    margin: 10px 0 0 10px;
  }
  .subBnrCol li img {
    width: 100%;
    height: auto;
  }
  .movieCol {
    float: none;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    background: #f2f2f2;
  }
  .movieCol img {
    width: 100%;
    height: auto;
  }
  .movieCol div {
    position: relative;
    overflow: hidden;
  }
  .movieCol iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .topicsCol {
    float: none;
    width: auto;
    margin: 20px auto 0;
    overflow: auto;
  }
  .topicsCol.update {
    width: auto;
    margin: 0;
    float: none;
    padding-top: 4%;
  }
  .topicsCol.fb {
    float: none;
    width: 100%;
    padding-top: 4%;
  }
  .topicsCol.fb h5 {
    padding-bottom: 4%;
  }
  .topicsCol.fb .fbBox {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .topicsCol.tw {
    float: none;
    width: auto;
    padding-top: 4%;
    overflow-x: hidden;
  }
  .topicsCol.tw h5 {
    padding-bottom: 4%;
  }
  .topicsCol.tw iframe {
    border-left: 1px #e2e9ec solid !important;
  }
  .topicsCol.news div.areaNewsCol {
    float: none;
    width: auto;
    margin: 20px 0 0 0;
    padding-bottom: 10px;
  }
  .topicsCol.news div.areaNewsCol dl {
    padding: 10px 0 0 0;
  }
  .snsCol {
    margin-top: 20px;
    padding: 10px;
  }
  .snsCol li {
    display: inline-block;
    width: 50%;
    margin: 0;
    letter-spacing: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .snsCol li:nth-child(even) {
    padding-left: 10px;
  }
  .snsCol li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .snsCol li img {
    width: 100%;
  }
  .sbnrCol {
    padding: 10px 10px 0 10px;
    letter-spacing: -.4em;
  }
  .sbnrCol li {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding-right: 5px;
    letter-spacing: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sbnrCol li:nth-child(4n) {
    padding-right: 0;
  }
  .sbnrCol li:nth-child(n + 5) {
    margin-top: 5px;
  }
  .sbnrCol li img {
    width: 100%;
    vertical-align: top;
  }
  .bbnr_btm img {
    width: 100%;
  }
  .bbnr_btm:before {
    height: 0;
  }
}
