@charset "utf-8";

/*===========================================
  SOCIAL MEDIA
=============================================*/
#socialmedia button:focus{
 outline: none !important;
 box-shadow: none;
 outline-width: 0;
}
#socialmedia #containerInner{
 background: #fff;
}
#socialmedia #containerInner .socialmediaMain{
 width: 100%;
 background: #fff;
}

#socialmedia #socialmediaMore {
 margin:0 0 32px;
 text-align: center;
 letter-spacing: -0.4em;
}
#socialmedia #socialmediaMore li{
 width:100%;
 display: inline-block;
 letter-spacing: 0;
}
#socialmedia #socialmediaMore li a {
 display:block;
 line-height:48px;
 background:#000;
 color:#FFF;
 font-size:14px;
 text-align:center;
 text-decoration:none;
 cursor: pointer;
}
#socialmedia #socialmediaMore li a.disabled{
 opacity: 0.1;
 cursor: not-allowed;
}
#socialmedia #socialmediaMore li a:hover,
#socialmedia #socialmediaMore li.current a{
 background:#E30206;
}
#socialmedia #socialmediaMore li a.disabled:hover{
 background:#000;
}

#socialmedia #socialmediaFilter {
 margin:0 0 32px;
 text-align: center;
 letter-spacing: -0.4em;
 background:#000;
}
#socialmedia #socialmediaFilter li{
 width:133px;
 display: inline-block;
 letter-spacing: 0;
}
#socialmedia #socialmediaFilter li a {
 display:block;
 line-height:48px;
 background:#000;
 color:#FFF;
 font-size:14px;
 text-align:center;
 text-decoration:underline;
 cursor: pointer;
}
#socialmedia #socialmediaFilter li a:hover,
#socialmedia #socialmediaFilter li.current a{
 background:#E30206;
}

#socialmedia #imageLoader{
 display: none;
}

#socialmedia .grid{
 margin-left: auto;
 margin-right: auto;
 width: 100%;
}
#socialmedia a.grid-item{
 display: block;
 width: 268px;
 box-sizing: border-box;
 background-color: #fff;
 border: 6px solid #040000;
 margin-bottom: 11px;
 text-decoration: none;
 float: left;
}
#socialmedia a.grid-item .pict img{
 width: 100%;
 height: auto;
 vertical-align: top;
}
#socialmedia a.grid-item .pict img:hover{
 opacity: 1;
 animation-duration: 0.8s;
 animation-name: fade-in;
 -moz-animation-duration: 0.8s;
 -moz-animation-name: fade-in;
 -webkit-animation-duration: 0.8s;
 -webkit-animation-name: fade-in;
}
#socialmedia a.grid-item .pict img[src*="_blank"] {
 display: none;
}
#socialmedia .grid-item-body em{
 color: #e71a21;
}
#socialmedia .grid-item-body{
 padding: 14px;
}
#socialmedia .grid-item-body figure{
 margin:14px 0 0 0 ;
 letter-spacing: -0.4em;
}
#socialmedia .grid-item-body figure::after{
 display: block;
 clear: both;
 content: "";
}
#socialmedia .grid-item-body figure img{
 display: inline-block;
 width: 40px;
 height: 40px;
 vertical-align: middle;
}
#socialmedia .grid-item-body figure figcaption{
 display: inline-block;
 width: 175px;
 margin-left: 10px;
 letter-spacing: 0;
 vertical-align: middle;
}
#socialmedia .grid-item-body figure figcaption dl dt{
 font-size: 12px;
 color: #666;
 line-height: 1.3;
}
#socialmedia .grid-item-body figure figcaption dl dd{
 font-size: 12px;
 color: #888;
 line-height: 1.3;
}

#socialmedia .grid-item-hashtag{
 color: #e71a21;
}
/* select Wrestler */
#socialmedia #selectWrestler{
 width: 268px;
 background-color: #f2f2f2;
 box-sizing: border-box;
 padding: 30px 20px;
 margin-bottom: 11px;
}
#socialmedia #selectWrestler p{
 font-size: 20px;
 line-height: 1.4;
 letter-spacing: -0.03em;
}
#socialmedia #selectWrestler button{
 -webkit-appearance: none;
 width: 100%;
 border:none;
 display: block;
 position: relative;
 border-radius: 8px;
 font-size: 14px;
 color: #fff;
 text-align: center;
 height: 48px;
 line-height: 1;
 padding-top: 5px;
 box-sizing: border-box;
 margin-top: 16px;
 font-weight: bold;
 vertical-align: top;
 background: url(../images/common/ico_arr01.png) no-repeat center right 8px #000;
}
#socialmedia #selectWrestler button:hover {
 background-color:#E30206;
}
#socialmedia #selectWrestler button img{
 position: absolute;
 top:50%;
 margin-top: -7px;
 right: 2px;
}
#socialmedia .hidden{
 display: none;
}
@keyframes fade-in {
 0% {  opacity: 0.3;  }
 1% {  opacity: 0.3;  }
 100% {  opacity: 1;  }
}
@-moz-keyframes fade-in {
 0% {  opacity: 0.3;  }
 1% {  opacity: 0.3;  }
 100% {  opacity: 1;  }
}
@-webkit-keyframes fade-in {
 0% {  opacity: 0.3;  }
 1% {  opacity: 0.3;  }
 100% {  opacity: 1;  }
}


#selectWrestlerModal{
 font-size: 14px;
 padding-bottom: 60px;
}
#selectWrestlerModalInner{
 overflow: auto;
 height: 630px;
 margin-bottom: 30px;
}
#selectWrestlerModal .group{
 width: 840px;
 margin-left: auto;
 margin-right:auto;
}
#selectWrestlerModal .group + .group{
 margin-top: 34px;
}
#selectWrestlerModal h2{
 color: #e71a21;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px dotted #000;
 padding-bottom: 15px;
 margin-bottom: 30px;
}
#selectWrestlerModal ul{
 letter-spacing: -0.4em;
 vertical-align: top;
 padding-bottom: 30px;
}
#selectWrestlerModal ul li{
 display: inline-block;
 padding-right: 1em;
 box-sizing: border-box;
 letter-spacing: 0;
 vertical-align: top;
 font-size: 14px;
 color: #000;
 width: 25%;
 margin-bottom: 18px;
 line-height: 1.285;
 position: relative;
}
#selectWrestlerModal ul li input{
 display: inline-block;
 vertical-align: top;
 margin-right: 9px;
 position: absolute;
 top: 3px;
}
#selectWrestlerModal ul li label{
 display: inline-block;
 vertical-align: top;
 padding-left: 22px;
}
#selectWrestlerModal button{
 -webkit-appearance: none;
 width: 100%;
 border:none;
 display: block;
 position: relative;
 background-color: black;
 border-radius: 8px;
 font-size: 14px;
 color: #fff;
 text-align: center;
 height: 48px;
 line-height: 1;
 padding-top: 5px;
 box-sizing: border-box;
 margin-top: 16px;
 font-weight: bold;
 vertical-align: top;
 cursor: pointer;
 outline: none;
}
#selectWrestlerModalDecide{
 background: url(../images/common/ico_arr01.png) no-repeat center right 8px #000;
}
#selectWrestlerModalClose{
 background: url(../images/common/ico_arr03.png) no-repeat center left 8px #000;
}
#socialmedia #selectWrestlerModal button:hover {
 background-color:#E30206;
}
#selectWrestlerModal #selectWrestlerModalDecide img{
 position: absolute;
 top:50%;
 margin-top: -7px;
 right: 2px;
}
#selectWrestlerModal #selectWrestlerModalClose img{
 position: absolute;
 top:50%;
 margin-top: -7px;
 left: 2px;
}
#selectWrestlerModalAction{
 text-align: center;
}
#selectWrestlerModalAction li{
 display: inline-block;
}
#selectWrestlerModal button#selectWrestlerModalDecide:hover,
#selectWrestlerModal button#selectWrestlerModalClose:hover {
 background-color:#E30206;
}
/*===========================================
  MODAL WINDOW
=============================================*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:16000; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;  box-sizing: border-box;}
#cboxLoadedContent{overflow:hidden !important; -webkit-overflow-scrolling: touch;
 margin:60px 25px 60px 35px;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
/*#cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}*/
/*#cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}*/
/*#cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}*/
/*#cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}*/
/*#cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}*/
/*#cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}*/
/*#cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}*/
/*#cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}*/
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxLoadingOverlay{background:#fff no-repeat 5px 5px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {display:none !important;border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* end of social */

#pagenation ol li{
  padding: 0 13px 0;
}

/* お問い合せフォーム用 */
/* input系のリセット (border-radiusは無効化にしない) */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* MW WP FORM に沿った ボタンのスタイル */
#contact input.linkBtn,
#contact input.prev {
	width: 392px;
	background: url('../images/common/ico_arr03.png') no-repeat center left 8px #000;
	display: block;
  border-radius: 8px;
  text-align: center;
  color: #FFF;
  padding: 16px 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none !important;
  float: left;
}
#contact .submitBtn {
	width: 392px !important;
}
#contact input[name="submitConfirm"] {
	width: 100% !important;
}
#contact input[name="mwform_submitButton-694"] {
	float: right;
}

/* 改ページ用 */
.pageLinks {
	margin: 20px 0 !important;
	text-align: center !important;
}

/*スケジュールチケットの会場情報が長い場合、
幅指定が無いので、widthを追加*/
#schedule .eventMain .eventTicketInfo dl dd {
	width: 456px !important;
}

strong {
	font-weight: bold !important;
}

/*関連選手用*/
.relatedArticle ul.wrestlerList span.ph {
	/*height: 248px;*/
	overflow: hidden;
}

.relatedArticle .wrestlerList span.name {
	height: 48px;
	overflow: hidden;
}

/*対戦カード アンダーバー*/
.matchWrapper p.name {
	text-decoration: none !important;
}
.matchWrapper a p.name {
	text-decoration: underline !important;
}

.match dd a {
	text-decoration: underline;
}
/*チャンピオン画像*/
#history .championsPhoto .ph img{
  height:250px;
}

/*本文記事などの段落対応*/
.content p {
  margin-bottom: 1em !important;
}

/* 無料日記用 */
.freediary .eventMain {
	width: 100% !important;
}

/*イベントチケットの改行処理*/
eventTicketInfo p{
  margin-bottom:1em;
}

/*サイドランキングのボーダーをけす*/
#sideRanking .cmt{
  border:none;
}

/*イベントチケットの改行処理*/
.eventTicketInfo p{
margin-bottom:1em;
}

/*サイドランキングのボーダーをけす*/
#sideRanking p.cmt{
border:0;
}

/* フッターリンク無し文字の色 */
#footer .footNav p.mi span{
 color: #fff !important;
 font-size: 14px;
 padding: 0 8px;
}

#footerBannerArea .footBanner dd a {
       width: 200px !important;
}


/*ファンクラブ ニュース用*/
#team .infoList dd span.tag {
	width: 80px !important;
}
#team .infoList dd span.cmt {
	width: 550px !important;
}

/* 試合結果戦評の非リンクボタン */
#result .result_nolink{
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    padding: 16px 0;
    font-size: 14px;
    line-height: 16px;
    background: url(../images/common/ico_arr01.png) no-repeat center right 8px #CCC;
    text-decoration: none !important;
    color: #FFF;
}

/*スケジュールチケットの特設サイトリンク*/
a.special_site {
	color: #e71a21 !important;
	text-decoration: underline;
	font-size: 16px;
}

/* NJPW動画アコーディオン対応 */
.js-accordion {
  position: relative;
  width: 80px;
}
.moveToggleInner {
    display: none;
    padding: 0 8px 24px;
    position: absolute;
    top:64px;
    left: 0;
    z-index:10;
    background: #000;
    margin: 0 -60px 0 -93px;
}

.moveToggleInner a {
    display: block;
    font-size: 12px;
    color: #FFF;
    line-height: 1.8em;
    padding-left: 8px;
    text-decoration: none;
}

.moveToggleInner a:hover {
    color: #E71A21;
    text-decoration: none;
}
.js-accordion-header {
  position: relative;
  width: 80px;
}
.moveToggleInnerHeader {
    display: none;
    padding: 0 8px 24px;
    position: absolute;
    top:64px;
    left: 0;
    z-index:10;
    background: #000;
    margin: 0 -60px 0 -93px;
}

.moveToggleInnerHeader a {
    display: block;
    font-size: 12px;
    color: #FFF;
    line-height: 1.8em;
    padding-left: 8px;
    text-decoration: none;
}

.moveToggleInnerHeader a:hover {
    color: #E71A21;
    text-decoration: none;
}

/* テレビマーク画像対応 */
.skychan_ppv {
  height : 20px;
}

/*シリーズページのニュース LIST調整*/
#series .clm4 li {
	margin-right: 24px !important;
}
#series .clm4 li:nth-child(4n) {
	margin-right: 0 !important;
}

#series .main {
	margin-top: 270px !important;
}

/*===========================================
  Team NJPW
=============================================*/
#team .eventWrapper{}
#team .eventImg {
 width:188px;
 float:right;
}
#team .eventImg img { width:100%; height:auto;}
#team .eventMain {
// width:596px;
 width:800px;
 float:left;
 margin-bottom:46px;
 }
#team .eventMain h2{
 margin-bottom:8px;
 padding:0 0 0 8px;
 text-align:left;
 font-size: 28px;
}
#team .eventMain h2 .eng{
 font-size:32px;
}
#team .eventMain .span {
 padding:0 8px 2px;
}
#team .eventMain .venue {
 padding:0 8px;
 margin-bottom:29px;
}
#team .eventInfo {
 /*border-top:2px dotted #000;*/
border-style: solid; 
border-width: 2px 0px 0px; 
-moz-border-image: url(../images/common/dot.png) 2 0 6 repeat; 
-webkit-border-image: url(../images/common/dot.png) 2 0 6 repeat; 
-o-border-image: url(../images/common/dot.png) 2 0 6 repeat; 
border-image: url(../images/common/dot.png) 2 0 6 repeat;
}
#team .eventInfo dl{
 float:left;
 width:400px;
}
#team .eventInfo dt{
 width:68px;
 padding:8px 0 0 8px;
 float:left;
 clear:left;
 color:#e71a21;
 font-size:16px;
}
#team .eventInfo dd{
 padding:8px 0px 0 76px;
 font-size:16px;
}
#team .eventInfo dd a{
 text-decoration:underline;
}
#team .eventInfo .btnList{
 float:left;
 padding:18px 0;
}
#team .eventInfo .btnList li a{
 display:block;
 width:172px;
 border-radius:8px;
 color:#FFF;
 padding:0 0 0 16px;
 font-size:14px;
 line-height:48px;
 height:48px;
 background:url('../images/common/ico_arr01.png') no-repeat center right 8px #000;
}
#team .eventInfo .btnList li a:hover{
 background:url('../images/common/ico_arr01.png') no-repeat center right 8px #e71a21;
}
#team .eventInfo .btnList li.nolink{
 display:block;
 width:172px;
 border-radius:8px;
 color:#FFF;
 padding:0 0 0 16px;
 font-size:14px;
 line-height:48px;
 height:48px;
 background:url('../images/common/ico_arr01.png') no-repeat center right 8px #CCC;
}
#team dd.bc{
 padding-top:16px;
}
#team dd.bc img{
 float:left;
}
#team dd.bc img+img {
 margin-left:16px;
}

/* schedule-ticket
-------------------------------------------*/
#team .eventMain.ticket {
 margin-bottom:38px;
}
#team .eventMain.ticket h2 {
 margin-bottom:28px;
 font-size: 28px;
}
#team .eventMain.ticket h2 .eng{
 font-size:32px;
}
#team .eventTicketInfo dt{
 width:128px;
 padding:8px;
 float:left;
 color:#e71a21;
}
#team .eventTicketInfo dd{
 width:656px;
 padding:8px 0 8px 144px;
 font-size:14px;
 line-height:24px;
}
#team .eventTicketInfo dd a{
 text-decoration:underline;
}

#team .eventTicketInfo table{
 width:664px;
 margin-left:-8px;
 margin-bottom:24px;
}
#team .eventTicketInfo table tr td:first-child{
 text-align:left;
 padding:8px;
 width:384px;
}
#team .playguide > div {
 overflow:hidden;
}
#team .playguide div p{
 width:308px;
 float:left;
 padding-bottom:16px;
 margin-right:32px;
}
#team .playguide div p:last-child{
 margin-right:0;
}



/* モーダルウィンドウのスタイル */
#series .main {
	margin-top: 320px !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:absolute;
  z-index:91000;
  color: #FFF;
  text-align: center;
  top:50%;
  left:50%;
  width: 450px;
  transform:translate(-50%,-50%);
}
.modal .inner .modalClose {
	position: absolute;
	top: 0;
	right: -20px;
}
.modal .modalOpen {
	font-size: 14px !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.result-archive{
  position: relative;
  top: -70px;
}

/* 試合結果 の絞込コンボ */
.posRight250 { position: absolute; right:250px; z-index:10;}
.posRight170 { position: absolute; right:170px; z-index:10;}
.w200 { width:200px!important;}
.w100 { width:100px!important;}
.w120 { width:120px!important;}

/* チャンピオンの選手名リンク */
#profile .championship .champions a:link,
#profile .championship .champions a:visited,
#profile .championship .champions a:active {
  color: red;
  text-decoration: underline;
}

#profile .championship .sixmenChampions .champions .wrestlerName {
  width:100%;
}
#profile .championship .sixmenChampions .champions .champion-name {
  float:left;
  width: 256px;
  padding-right: 8px;

}
#profile .championship .sixmenChampions .champions .champion-name:nth-child(3) {
  padding-right: 0;
}

#profile .championship .sixmenChampions .champions .champion-name {
  float:left;
  width: 256px;
  padding-right: 8px;

}

#profile .championship .champions .tag2 .champion-name {
  display:inline-block;
  float:left;
  width:188px;
  padding-right: 8px;
}
#profile .championship .champions .tag2 .champion-name:nth-child(2n) {
  padding-right: 0;

}
