/*-----------------------

http://www.jleague.jp/css/special/olympic_player.scss
2021/07/02 ISM

------------------------*/
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
.skyscraperWrap {
  display: none;
}

.content .main,
.content .main > section {
  width: 100%;
}

.clubPlayerNameBox,
.playerDateTable {
  width: calc(100% - 330px);
}

.playerDateTable th,
.clubPlayerNameBox li:first-child {
  width: 200px;
}

.playerPhoto figcaption {
  right: -670px;
  top: 0;
}

.playerPhoto {
  width: 300px;
}
.playerPhoto img {
  width: 100%;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
#pageTop {
  bottom: 300px !important;
}

.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 111;
  bottom: 0px;
  right: 0;
  width: 400px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s all;
}
.floatingbnrArea.is-active {
  opacity: 1;
  position: fixed;
}
.floatingbnrArea .img img {
  width: 100%;
  transition: 0.5s all;
  display: block;
}
.floatingbnrArea .btn__red {
  margin-top: 0.5em;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #646464;
  color: #FFF;
  position: absolute;
  right: 0px;
  top: -40px;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: red;
}

.spDISP {
  display: none !important;
}