@charset "UTF-8";
/* last update 2015.11.7 */

/** PC・スマホ共通 **/
html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background: #1b1b1b;
	color: #fff;
}

/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
	text-decoration: none;
}
a:visited {
	color: #941D55;
	text-decoration: none;
}
a:active, a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.img-responsive,
.article-section .body img,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Clear Fix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* Banner Glow Effect */
figure.kosei_link {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}
figure.kosei_link:before {
	position: absolute;
	top: 0;
	left: -70%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
figure.kosei_link:hover:before {
	-webkit-animation: glow .8s;
	animation: glow .8s;
}
@-webkit-keyframes glow {
	100% {
		left: 130%;
	}
}
@keyframes glow {
	100% {
		left: 130%;
	}
}

/* HighFive Column List */
.highfive-column-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 1px;
}
.highfive-column-list .article-section {
	position: relative;
}
.highfive-column-list .article-cat {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}
.highfive-column-list li {
	list-style: none;
}
.highfive-column-list li img {
	object-fit: cover;
	width: 100%;
	height: 41.666666vw;
}
.highfive-column-list li:nth-child(odd) {
	width: calc(50% - 1px);
	margin: 1px 1px 1px 0;
	background: #fff;
}
.highfive-column-list li:nth-child(even) {
	width: calc(50% - 1px);
	margin: 1px 0 1px 1px;
	background: #fff;
}
.highfive-column-list .article-cat li {
	display: inline-table;
	padding: .6em .87em;
}
.highfive-column-list .article-txt {
	padding: .65em 6% 1em;
}

@media screen and (min-width: 641px) {
	.highfive-column-list li img {
		height: calc( 299px * 5/6 );
	}
}

.article-list {
	width: 94%;
	margin: .5em auto;
}
.article-list .article-section {
	padding: 1em 0;
	border-bottom: 1px solid #4E351C;
}
.article-list .article-cat {
	display: none;
}
.article-list .article-pic {
	width: 30%;
	float: left;
}
.article-list .article-pic img {
	object-fit: cover;
	height: 23.5vw;
}
.article-list .article-txt {
	margin-left: 33%;
}

.article-txt .sub-cat {
	font-size: 12px;
	font-weight: bold;
	color: #fe0000;
	margin-bottom: .25em;
}
.article-txt .title {
	color: #000000;
	margin-bottom: .25em;
	font-weight: 700;
}
.article-txt .title span {
	font-size: .8em;
}
.pubdate {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #999;
}
.pubdate.update:before {
	content: "NEW";
	background: #ff0000;
	color: #fff;
	line-height: 1.0;
	padding: 0 0.3em;
	margin-right: 0.6em;
}
.article-txt .pubdate {
	text-align: right;
}
.article-cat li {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
}
.article-cat li.column {
	color: #fff;
	background: #811d20;
}
.article-cat li.special {
	color: #fff;
	background: #27a14c;
}
.article-cat li.movie {
	color: #fff;
	background: #324795;
}
.article-cat li.info {
	color: #fff;
	background: #f40404;
}

@media screen and (min-width: 641px) {
	.article-list .article-pic img {
		height: 141px;
	}
}

/*** ソーシャルボタン ***/
#sns-block {
	width: 100%;
	padding-bottom: .75em;
}
.sns {
	width: 96%;
	padding-top: .75em;
	margin: 0 auto;
	text-align: center;
}
.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	color: #FFFFFF;
	font-size: .9em;
}
.ttl-sns i {
	padding-right: .1em;
}
.sns-list {
	display: inline-block;
}
.sns-list li {
	display: inline-block;
	position: relative;
}
.sns-list li img {
	width: 42px;
	height: auto;
	vertical-align: middle;
}
@media screen and (min-width: 40em) {
	.sns {
		width: 980px;
	}
	.sns-list li img {
		width: 26px;
		height: auto;
		vertical-align: middle;
	}
}

/** under 767px **/
@media screen and (max-width: 767px) {
/* グローバルナビ */
/* #global-nav {
	display: none;
} */
/* base-setting */
body {
	font-size: 14px;
	line-height: 1.8;
	word-break: break-all;
}
#container {
	background: #000 url(../images/bg.png) repeat-x center top;
	padding: 0 0 6%;
}
/* WBO世界ミニマム級タイトルマッチ */
#home #card {
	margin: 0 0 8%;
}
#home #card-head {
	width: 100%;
	margin: 0 auto 4%;
}
#home #live-head {
	width: 100%;
	margin: 0 auto;
}
#home #card-head h2 {
	display: block;
	background: url(../images/images_170913/card-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 27.6094276094% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}
#home #live-head h2 {
	display: block;
	background: url(../images/images_170913/live.jpg) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 30.625% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}
#home .card-box {
	width: 90%;
	margin: 0 auto 4%;
}
#home .card-box #card-left {
	position: relative;
}
#home .card-box #card-left h3 {
	display: block;
	background: url(../images/images_230521/p-c-tanaka.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 97.4477958237% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}
#home .card-box #vs {
	display: block;
	background: url(../images/vs-sp.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 28%;
	padding: 21.43% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}
#home .card-box #card-right {
}
#home .card-box #card-right h3 {
	display: block;
	background: url(../images/images_230521/p-c-pablo.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 97.4477958237% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}
#home #card #lead {
	width: 90%;
	margin: 0 auto;
}
#home #card #lead p {
	display: block;
	background: url(../images/images_230521/lead-sp.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 131.5412186379928% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}
#home #card .card-box p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}
#home #card #reflink {
	width: 90%;
	margin: 1em auto;
	background: #fff;
}
#home #card #reflink-wrap {
	padding: .5em;
}
#home #card #reflink h3 {
	color: #000;
	display: inline-block;
	margin-bottom: .25em;
}
#home #card #reflink ul {
	list-style: none;
}
#home #card #reflink li {
	border-top: 1px solid #737373;
	padding: .5em;
}
#home #card #reflink li a {
	display: block;
}
#home #card #reflink .pic {
	width: 100%;
	margin-bottom: .5em;
}
#home #card #reflink .txt {
}

/* コラム */
#column {
	width: 90%;
	margin: 5% auto 0;
}
#column .kosei_link img {
	width: 100%;
}

/* 最新ニュース */
#home #news {
	padding: 0 0 4.6%;
}
#home #news-head {
	margin: 0 0 4%;
}
#home #news-head h2 {
	display: block;
	background: url(../images/t-news-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 6.67% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
#home #news-movie {
	width: 94%;
	margin: 0 auto;
}
#home #news-movie .player {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 3%;
	border: 1px solid #fff;
}
#home #news-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* プロフィール */
#home #profile {
	line-height: 1.6;
	padding: 0 0 4%;
}
#home #profile-head {
	margin: 0 0 4%;
}
#home #profile-head h2 {
	display: block;
	background: url(../images/t-profile-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 100%;
	padding: 6.67% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
#home .profile-group {
	width: 92%;
	margin: 0 auto;
}
#home .profile-group .profile-box {
	margin: 0 0 4%;
}
#home .profile-group .profile-box #pic {
	margin: 0 0 2.4%;
}
#home .profile-group .profile-box #pic img {
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#home .profile-group .profile-box #detail {
}
#home .profile-group .profile-box #detail ul {
	list-style: none;
}
#home .profile-group .profile-box #detail li {
	border-bottom: 1px solid #737373;
	padding: 1.4% 0 1.4%;
}
#home .profile-group .profile-box #detail li.first {
	padding: 0 0 1.4%;
}
#home .profile-group .profile-box #detail li.last {
	border-bottom: none;
	padding: 1.4% 0 0;
}
#home .profile-group .profile-box #detail li .name {
	font-size: 1.4em;
	font-weight: bold;
}
#home .profile-group .history-box {
	width: 100%;
	position: relative;
}
#home .profile-group .history-box dl {
	border-top: 1px solid #737373;
}
#home .profile-group .history-box dt {
	position: absolute;
	width: 7em;
	padding: 1.4% 0;
}
#home .profile-group .history-box dd {
	border-bottom: 1px solid #737373;
	padding: 1.4% 0 1.4% 7em;
}
#super-banner {
	text-align: center;
}
#super-banner img {
	width: 92%;
}
.facebook {
	width: 90% !important;
	margin: 0 auto 5%;
}
.facebook.pc {
	display: none;
}
.twitter {
	width: 90% !important;
	margin: 0 auto 4%;
}
.movie-wrap {
	position: relative;
	width: 90%;
	/*
	height: 100%;
	*/
	padding-top: 50.625%;
	margin: 0 auto 5%;
}
.timer-wrap>.movie-wrap {
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto;
}
.timer-wrap {
	background-color: #750400;
	margin: 0 auto 4%;
}
#timer {
	padding-bottom: 5px;
	margin: 0 auto;
}
#timer span.lead {
	font-family: 'Noto Sans';
	font-size: 10px;
	background: #ff0;
	color: #750400;
	display: block;
	text-align: center;
	line-height: 1.3;
	width: 90%;
	padding: 1px 0;
	margin: 0 auto 5px;
}
#timer span.lead br {
	display: none;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.live-fin-wrap {
	width: 100%;
	background: #750400;
}
.live-fin-wrap .live-fin-img {
	width: 90%;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.live-fin-wrap .live-fin-img img {
	display: block;
	width: 100%;
}

.img-box {
	width: 90%;
	margin: 0 auto 4%;
}
.img-box-pc {
	display: none;
}
.img-box-sp {
	width: 90%;
	margin: 0 auto 4%;
}
.img-box-sp img {
	width: 100%;
}

}


/** over 768px **/
@media screen and (min-width: 768px) {
/* base-setting */
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 980px;
}
#container {
	background: #000 url(../images/bg.png) repeat-x center top;
	padding: 0 0 45px;
}
#container-inner {
	width: 980px;
	margin: 0 auto;
}
/* WBO世界ミニマム級タイトルマッチ */
#home #card {
	margin: 0 0 46px;
}
#home #card-head {
	margin: 0 0 26px;
}
#home #card-head h2 {
	display: block;
	background: url(../images/images_170913/card.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 973px;
	height: 114px;
	margin: 0 auto;
}
#home #live-head h2 {
	display: block;
	background: url(../images/images_170913/live.jpg) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 300px;
	margin: 0 auto;
}
#home .card-box {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 980px;
	height: 420px;
	background: url(../images/vs.png) no-repeat center 66px;
	margin: 0 auto 36px;
}
#home .card-box #card-left {
	float: left;
	width: 431px;
}
#home .card-box #card-left h3 {
	display: block;
	background: url(../images/images_230521/p-c-tanaka.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 431px;
	height: 420px;
}
#home .card-box #card-right {
	float: right;
	width: 431px;
}
#home .card-box #card-right h3 {
	display: block;
	background: url(../images/images_230521/p-c-pablo.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 431px;
	height: 420px;
}
#home #card #lead {
	display: block;
	background: url(../images/images_230521/lead.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 918px;
	height: 453px;
	margin: 0 auto;
}
#home #card #reflink {
	width: 918px;
	margin: 1em auto;
	background: #fff;
}
#home #card #reflink-wrap {
	padding: 20px 10px;
}
#home #card #reflink h3 {
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}
#home #card #reflink ul {
	list-style: none;
}
#home #card #reflink li {
	border-top: 1px solid #737373;
	line-height: 1.5;
	padding: 10px 5px;
}
#home #card #reflink li a {
	display: block;
}
#home #card #reflink .pic {
	width: 340px;
	margin-bottom: 0;
	float: left;
}
#home #card #reflink .txt {
	margin-left: 360px;
}
#home .card-box #vs,
#home .card-box #card-left p,
#home .card-box #card-right p,
#home #card #lead p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}
/* コラム */
#column {
	width: 600px;
	margin: 0 auto;
}
/* 最新ニュース */
#home #news {
	padding: 0 0 54px;
}
#home #news-head {
	margin: 0 0 24px;
}
#home #news-head h2 {
	display: block;
	background: url(../images/t-news.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 40px;
}
#home #news-movie .player {
	border: 1px solid #fff;
	width: 480px;
	height: 270px;
	margin: 0 auto;
}
#home #news-movie iframe {
	width: 480px;
	height: 270px;
}
/* プロフィール */
#home #profile {
	line-height: 1.6;
	padding: 0 0 40px;
	clear: both;
}
#home #profile-head {
	margin: 0 0 28px;
}
#home #profile-head h2 {
	display: block;
	background: url(../images/t-profile.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 40px;
}
#home .profile-group {
	width: 892px;
	margin: 0 auto;
}
#home .profile-group .profile-box {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 892px;
	margin: 0 0 48px;
}
#home .profile-group .profile-box #pic {
	float: right;
	width: 480px;
	height: 410px;
}
#home .profile-group .profile-box #detail {
	float: left;
	width: 352px;
}
#home .profile-group .profile-box #detail li {
	border-bottom: 1px solid #737373;
	padding: 14px 0 14px;
}
#home .profile-group .profile-box #detail li.first {
	padding: 0 0 14px;
}
#home .profile-group .profile-box #detail li.last {
	border-bottom: none;
	padding: 14px 0 0;
}
#home .profile-group .profile-box #detail li .name {
	font-size: 1.4em;
	font-weight: bold;
}
#home .profile-group .history-box {
	position: relative;
}
#home .profile-group .history-box dl {
	width: 892px;
	border-top: 1px solid #737373;
}
#home .profile-group .history-box dt {
	position: absolute;
	width: 8em;
	padding: 12px 0;
}
#home .profile-group .history-box dd {
	border-bottom: 1px solid #737373;
	padding: 12px 0 12px 8em;
}
#super-banner {
	text-align: center;
}
.facebook {
	width: 475px;
	height: 297px;
	margin-bottom: 46px;
	float: left;
}
.facebook.center {
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
}
.facebook.sp {
	display: none;
}
.facebook p {
	font-size: 1em !important;
	font-weight: bold;
	line-height: 1;
	height: 30px !important;
	text-indent: 0 !important;
	background: #3a5795;
}
.facebook p a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 30px;
}
.facebook p a span {
	display: table-cell;
	width: 475px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.movie iframe {
	float: left;
}
.twitter {
	text-align: center;
	margin-bottom: 46px;
}
.twitter div {
	margin: 0 auto;
}
.movie-box {
	margin-bottom: 26px;
}
.movie-box h3 {
	width: 475px;
	padding: 8px 0 5px;
	text-align: center;
	background: #a00900;
}
.movie-box.ml {
	margin-left: 30px;
}
.timer-wrap {
	background-color: #750400;
	overflow: hidden;
	margin-bottom: 30px;
}
.timer-wrap>.movie-wrap {
	float: none;
	width: 700px;
	margin: 0 auto;
}
.movie-wrap {
	height: 440px;
	width: 100%;
}
.movie-wrap iframe {
	display: block;
	margin: 0 auto;
	height: 394px;
	width: 700px;
}
.live-fin-wrap {
	width: 980px;
	background: #750400;
}
.live-fin-wrap .live-fin-img {
	width: 640px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

#timer {
	float:right;
	margin:0;
}
#timer span.lead {
	font-family: 'Noto Sans';
	background: #ff0;
	color: #750400;
	display: block;
	text-align: center;
	line-height: 1.3;
	width: 250px;
	padding: 5px 0;
	margin-bottom: 6px;
}

.img-box {
	width: 600px;
	margin: 0 auto 46px;
}
.img-box-sp {
	display: none;
}
.img-box-pc {
	width: 840px;
	margin: 0 auto 70px;
}
.img-box-pc img {
	width: 100%;
}
}
