@charset "utf-8";
@media screen and (min-width: 801px) {
  /*===========================================
   * PC index
  =============================================*/
  .pc_none_ex {
    display: none !important;
  }

  /* .sp_none_ex { display:block} */
  .newsList p.cap {
    overflow: hidden;
    height: 76px;
  }


  section.homeNews {
    padding: 30px 0 0;
  }

  .newsListRow p.cap {
    overflow: hidden;
    height: 105px;
  }

  .recentMatch p.event {
    overflow: hidden;
    height: 72px;
  }

  /*
  #news .article .photoSlider {
    margin-bottom:30px;
  }
  #news .article .photoSlider img {
    height:533px;
    width:auto;
    margin:0 auto;
    display:block;
  }
  */
  #news .article .tag a {
    color: #e71a21;
  }

  #news .article .content a {
    color: #e71a21;
  }

  #champions .slick-dots li button:before {
    font-size: 0;
  }

  #topCenter #movieCell {
    background: none;
    position: relative;
    z-index: 0;
  }

  #topCenter #movieCellBg {
    background: url(../images/movie.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #topRight #profileBox {
    background: none;
    position: relative;
    z-index: 0;
  }

  #topRight #profileBoxBg {
    background: url(../images/bg_topprofile.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #topRight #scheduleBox {
    background: none;
    position: relative;
    z-index: 0;
  }

  #topRight #scheduleBoxBg {
    background: url(../images/bg_topschedule.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #topRight #snsPhoto {
    background: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  #topRight #snsPhotoBg {
    background: url(../images/bg_sns.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #mainView #resultCell {
    background: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  #mainView #resultCellBg {
    background: url(../images/result.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .movieWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .movieWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*20170328 GLOBAL-301の対応*/
  .eventWrap > .event > .row {
    border-bottom: none !important;
  }

  .eventWrap > .event > ul.matchList li {
    border-bottom: none !important;
  }


  /* 20170501 モーダルウィンドウのスタイル */
  .modal {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
  }

  .overLay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(000, 000, 000, .7);
    width: 100%;
    height: 300%;
    z-index: 90000;
  }

  .modal .inner {
    position: fixed;
    z-index: 91000;
    color: #FFF;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
  }

  .modal .inner .modalClose {
    position: absolute;
    top: -50px;
    right: -50px;
  }

  .modal .modalOpen {
    font-size: 14px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }


  .top-banner {
    margin: 5px 0 25px 0;
  }

  .top-banner {
    transition: .5s;
  }

  .top-banner a:hover {
    opacity: 0.5;
  }


  #pc-banner {
    display: none;
    width: calc((100vw - 250px) / 4);
    max-width: 380px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }

  #pc-banner img {
    border: 4px solid #fff;
  }

  div.close {
    position: absolute;
    top: -40px;
    right: 10px;


  }

  div.close:hover {
    cursor: pointer;
  }

  #sp-banner {
    display: none !important;
  }

  /*PC media end*/
}


@media screen and (max-width: 800px) {
  /*===========================================
   * SP index
  =============================================*/
  /* .pc_none { display:block !important;} */
  .sp_none_ex {
    display: none !important;
  }

  .newsList p.cap {
    overflow: hidden;
    height: 72px;
  }

  .newsListRow p.cap {
    overflow: hidden;
    height: 72px;
  }

  .newsList .date {
    display: block;
  }

  .newsList .tag {
    margin-top: 3px;
    margin-left: 0;
    display: inline-block;
  }

  #news .newsListRow .date {
    display: block;
  }

  #news .newsListRow .tag {
    margin-top: 3px;
    margin-left: 0;
    display: inline-block;
  }

  /*
  #news .article .photoSlider {
    margin-bottom:30px;
  }
  #news .article .photoSlider img {
    height:213px;
    width:auto;
    margin:0 auto;
    display:block;
  }
  */
  #news .article .tag a {
    color: #e71a21;
  }

  #news .article .content a {
    color: #e71a21;
  }

  #mainView #spMovieCell {
    background: none;
    z-index: 0;
    overflow: hidden;
  }

  #mainView #spMovieCellBg {
    background: url(../images/movie.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #mainView #spMain_02 {
    background: none;
    z-index: 0;
    overflow: hidden;
  }

  #mainView #spMain_02Bg {
    background: url(../images/bg_topschedule.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #mainView #spMain_03 {
    background: none;
    z-index: 0;
    overflow: hidden;
  }

  #mainView #spMain_03Bg {
    background: url(../images/bg_topprofile.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #mainView #spMain_04 {
    background: none;
    z-index: 0;
    overflow: hidden;
  }

  #mainView #spMain_04Bg {
    background: url(../images/bg_sns.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #mainView #spResultCell {
    background: none;
    z-index: 0;
    overflow: hidden;
  }

  #mainView #spResultCellBg {
    background: url(../images/result.jpg) no-repeat center center #000;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .movieWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .movieWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  /*20170328 GLOBAL-301の対応*/
  .eventWrap > .event > .row {
    border-bottom: none !important;
  }

  .eventWrap > .event > ul.matchList li {
    border-bottom: none !important;
  }


  .modal {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
  }

  .overLay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(000, 000, 000, .7);
    width: 100%;
    height: 300%;
    z-index: 90000;
  }

  .modal .inner {
    position: fixed;
    z-index: 91000;
    color: #FFF;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 86%;
    transform: translate(-50%, -50%);
  }

  .modal .inner .modalClose {
    position: absolute;
    top: -40px;
    right: -20px;
  }

  .modal .modalOpen {
    font-size: 14px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }


  .top-banner {
    padding: 10px;
  }

  #sp-banner {
    display: none;
    width: 100vw;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  #sp-banner img {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 100%;

  }

  #pc-banner {
    display: none !important;
  }

  div.topmm {
    margin-top: 60px;
  }

  section.homeNews {
    /*   margin-top: 60px; */
  }

  /*SP media end*/
}


@media screen and (min-width: 801px) {
  #gdpr {
    position: fixed;
    display: flex;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid #fff;
    padding: 10px;
    right: 15px;
    top: 15px;
    z-index: 20;
    font-size: 16px;
  }

  #gdpr-text {
    color: #fff;
    width: 400px;
    line-height: 1.3em;
    margin-right: 10px;
  }

  #gdpr-text a {
    text-decoration: underline;
  }

  #gdpr-btn {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
  }

  #gdpr-btn:hover {
    background-color: #e71a21;
    transition: all linear 0.1s;
    color: #fff;
  }

  #gdpr-btn-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
  }
}


@media screen and (max-width: 800px) {
  #gdpr {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    padding: 10px;
    left: 10px;
    bottom: 20px;
    z-index: 20;
    font-size: 16px;
    width: calc(100% - 40px);

  }

  #gdpr-text {
    color: #fff;
    width: 100%;
    line-height: 1.3em;
    margin-right: 10px;
  }

  #gdpr-text a {
    text-decoration: underline;
  }

  #gdpr-btn {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    margin: 20px 0 0 0;
    color: #000;
  }

  #gdpr-btn:hover {
    background-color: #e71a21;
    transition: all linear 0.1s;
    color: #fff;
  }

  #gdpr-btn-text {

    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
  }
}

.wrestlerList a .ph-wrap {
  position: relative;
  width: 100%;
}

.wrestlerList a .ph-wrap:before {
  content: "";
  display: block;
  padding-top: 133.33%; /* 高さを幅の75%に固定 */
}

.wrestlerList a .ph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden
}


#podcast .castList {

}

#podcast .castList .castBox {
  display: flex;
  flex-wrap: nowrap;
}

#podcast .castList .castBox .left {
  width: 256px;
}

#wrapper #podcast .castList .castBox .left .ph img {
  width: 256px;
}

#podcast .castList .castBox .right {
  margin: 0 0 0 20px
}

#podcast .castList .castBox .title {
  margin: 10px 0 0 0;
  font-size: 16px;
}

#podcast .castList .castBox .cmt {
  margin: 5px 0 0 0;
  font-size: 14px;
}

#podcast .biography {
  margin: 100px 0 0 0;
}

#podcast .how-to-listen {
  margin: 100px 0 0 0;
}

#podcast .description {
  margin: 30px 0 0 0;
}

#podcast .anotation {
  margin: 10px 0 0 0;
}

#podcast .podcastNav {
  margin: 30px 0 0 0;
}

#podcast .clmBtn .linkBtn {
  width: 100%;
}

#podcast .mv {
  margin: 3em 0;
}

#podcast .castBoxWrap {
  border-bottom: 2px dotted #FFF;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}

#podcast .spotify {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 801px) {
  #podcast .pc-none {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #podcast .sp-none {
    display: none;
  }

  #podcast .spotify {
    padding: 0 3.5%;
  }

  #podcast .about .cmt {
    padding: 0 3.5%;
  }

  #podcast .description {
    padding: 0 3.5%;
  }

  #podcast .anotation {
    padding: 0 3.5%;
  }

  #podcast .podcastNav {
    padding: 0 3.5%;
  }

  #podcast .clmBtn .linkBtn {
    width: 93%;
  }

  #podcast .castList {
    padding: 0 3.5%;
  }

  #podcast .biography {
    margin: 50px 0 0 0;
  }

  #podcast .how-to-listen {
    margin: 50px 0 0 0;
  }

  #podcast .biography h3 {
    margin-bottom: 10px;
  }

  #podcast .listen-text {
    padding: 0 3.5%;
  }

  #podcast .listen-title {
    margin: 0 0 10px 0
  }

  #podcast .castList .castBox .title {
    margin: 5px 0 0 0;
    font-size: 14px;
  }

  #podcast .castList .castBox .left {
    width: 120px;
  }

  #wrapper #podcast .castList .castBox .left .ph img {
    width: 120px;
  }

  #podcast .castList .castBox .right {
    margin: 0 0 0 10px
  }

  #podcast .castList .cmt {
    margin: 5px 0 0 0;
    font-size: 12px;
  }
}


.side-search {
  width: 100%;
}

.side-search form {
  margin: 20px 0 0 30px;
  width: 100%;
  display: flex;
  align-items: center;
}

.side-search .search-icon {
  border-right: 1px solid #fff;
  padding: 0 5px 0 0;
  margin: 0 10px 0 0;
}

.side-search .search-icon button {
  font-size: 12px;
  color: #fff;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  appearance: none;
}

.side-search .search-icon button .fa-stack {
  font-size: 12px;
}

.side-search .search-input {
  flex-grow: 1;
}

.side-search .search-input input {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  font-family: 'Roboto', 'Anton', Osaka, "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, sans-serif;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.side-search .search-input input:focus {
  outline: 0;
}

.side-search .search-input input::placeholder {
  color: #fff;
}

/* IE */
.side-search .search-input input:-ms-input-placeholder {
  color: #fff;
}

/* Edge */
.side-search .search-input input::-ms-input-placeholder {
  color: #fff;
}

@media screen and (max-width: 800px) {
  ul#subNav {
    padding-bottom: 0;
  }

  .side-search form {
    width: calc(100% - 20px);
    border: 1px solid #fff;
    padding: 10px;
    margin: 20px 0 0 10px;
  }
}

#topBannerSlider {
  margin: 10px 0 30px;
}

@media screen and (max-width: 800px) {
  #topBannerSlider {
    margin: 0 10px;
    overflow: hidden;
  }
}

#topBannerSlider ul li {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  #topBannerSlider ul {

  }
}

#topBannerSlider ul li a {
  display: block;
  position: relative;
  width: 100%;
}

#topBannerSlider ul li a:before {
  content: "";
  display: block;
  padding-top: 15%; /* 高さを幅の15%に固定 */
}

@media screen and (max-width: 800px) {
  #topBannerSlider ul li a:before {
    padding-top: 33%; /* 高さを幅の33%に固定 */
  }
}

#topBannerSlider ul li a .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#topBannerSlider ul li img {
  width: 100%;
}

#topBannerSlider .bx-wrapper .bx-controls-direction a {
  height: 32px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  /*     z-index: 9999; */
  background-size: cover;
}

#topBannerSlider .bx-wrapper .bx-prev {
  left: 5px;
  background: url(../images/prev_w01.png) no-repeat 0 0;
}

#topBannerSlider .bx-wrapper .bx-next {
  right: 5px;
  background: url(../images/next_w01.png) no-repeat 0 0;
}

#topBannerSlider .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  box-shadow: none;
}