@charset "utf-8";
/* topics css */

#topics-area{
	overflow:hidden;
}

/* 更新日、カテゴリ */
.update-block {
	display: table;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
}
.update-block .date {
	color: #02414c;
    border-right: 1px solid #02414c;
	opacity: 0.4;
    display: table-cell;
    padding-right: 0.5rem;
}
.update-block .category {
	display: table-cell;
    color: #02414c;
    padding-left: 1rem;
	opacity: 0.7;	
}

/* トピックスアイコン */
.type-match .img-block,
.type-note .img-block,
.type-movie .img-block{
	position: relative;
	padding-bottom: 66.672%;
	overflow: hidden;
	background: #EEEEEE;
}
.type-match .img-block img,
.type-note .img-block img {
	width:auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}

.type-match .img-block:after,
.type-note .img-block:after {
	content: "";
	display: inline-block;
	background: url(../img/common/i-note.png) no-repeat;
	width: 2.4rem;
	height: 2.7rem;
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	z-index: 1;
	background-size: contain;
}
.type-movie a:before {
	content: "";
	display: inline-block;
	background: url(../img/common/i-movie.png) no-repeat;
	width: 3.4rem;
	height: 2.6rem;
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	z-index: 1;
	background-size: contain;
}
.type-match .img-block { 
	position: relative;
	padding-bottom: 66.672%;
    overflow: hidden;
	background: #0C2428;
}
.type-match .img-block > img {
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}

/*=========================================
		topics-list
=========================================*/
@media screen and (max-width: 1400px) and (min-width: 768px){/* タブメニューテキスト改行対策 */
	#lpage-menu{
		font-size:90%;
		justify-content: space-around;
	}
	#lpage-menu_wrap li a{
		padding:2rem 0.8rem;
	}
}

.topics-list_wrap .note-block { 
	padding: 1.5rem;
	font-weight: 400;
	padding-bottom: 5rem;
}
.topics-list_wrap li a { background: #fff; }
.topics-list_wrap .note-block .txt {
	margin: 1rem 0 2rem;
    color: #4d7981;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.4;
}
.topics-list_wrap li dl {	
    margin-top: 2rem;
	position: absolute;
    bottom: 1.5rem;
	left: 1.5rem;
}
.topics-list_wrap li a {
	position: relative;
}
.topics-list_wrap li.type-movie a .note-block{
	background: rgba(2,44,51,.75);
	color: #dfe7e8;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
}
.topics-list_wrap li.type-movie .img-coversize {
	min-height: 100%;
	padding-bottom: 55.509%;
}
.topics-list_wrap li.type-movie dl .date {
	color: #dfe7e8;
	border-color: #beccc7;
}
.topics-list_wrap li.type-movie dl .category { color: #dfe7e8; }

/* type-match */
.type-match .img_wrap { position: relative; }
.type-match .result {
    position: absolute;
    background: rgba(2,33,38,.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #dee5e5;	
	text-align: center;
}
.type-match .result .logo-cell { 
	width: 10rem;
	margin: 0 0.5rem;
	overflow: hidden;
}
.type-match .result .point-cell {
	margin: 0 0.5rem;
}
.type-match .result .team-name {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	font-weight: 500;
	word-break: break-all;
}
.type-match .result .hyphen { line-height: 5.5rem; }

/* 点数 */
.result > ul{
	align-items: center;
	width: calc(100% - 1rem);
	justify-content: center;
}
.result > ul li { padding: 0 0.5rem; }
.result .table {
	width: calc(100% - 6rem);
	margin: 0 auto;
	table-layout: unset;
}
.result .point-cell {
    position: relative;
    width: 5.5rem;
    height: 100%;
    border: 1px solid rgba(190,204,199,.5);
    padding: 0;
	font-weight: 500;
}
.result .point-cell:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.result .point {
    position: absolute;
    font-size: 160%;
    line-height: 1;
	letter-spacing: 0.3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* PK */
.result .result_pk{
	margin-top: 12%;
	white-space: nowrap;
}
@media screen and (max-width: 767px) and (min-width: 501px){
	.result .result_pk {
	    margin-top:5rem;
	}
}
.result .result_pk > p{
	font-size: 1.6rem;
	letter-spacing:1px;
}
.result .result_pk .pk-point .kameron{
	font-size:2.3rem;
    padding-left:0.4rem;
	font-weight:normal;
}
.result .result_pk .pk-point .kameron:last-of-type{
	padding-left:0;
    padding-right:0.4rem;
}

/*=========================================
		関連記事
=========================================*/
#related-area{
	border-top: 1px solid rgba(222,229,229,.6);
	padding-top: 3rem;
}
#related-area ul li { padding: 0; }
#related-area > ul > li { 
	margin-bottom: 0;
}
#related-area ul li:first-of-type { margin-left: 0; }

@media screen and (min-width: 1000px) {
	#related-area .type-match .result .team-name{
		font-size: 1rem;
	}
	#related-area .type-match .result .point{
		font-size: 130%;
		top: 55%;
		left: 55%;
	}

	/* PK */
	#related-area .type-match .result .result_pk > p{
		font-size: 1.5rem;
	}
	#related-area .type-match .result .result_pk .pk-point .kameron{
		font-size: 1.8rem;
	}
	#related-area .topics-list_wrap .note-block{
		font-size: 1.5rem;
	}
}

@media screen and (max-width:1300px){
	#related-area{ overflow:hidden;}
	#related-area > ul{
		display: flex;
		flex-wrap:nowrap;
		justify-content:space-between;
		width: calc(100% + 3rem);
	}
	#related-area > ul > li { 
		width:calc(100% / 3 - 1rem);
		max-width: unset;
		margin-left:0;
		margin-bottom: 0;
	}
	#related-area .topics-list_wrap > li.type-match,
	#related-area .topics-list_wrap > li.type-note{
		max-width: unset;
	}
}

/* PK＞関連記事エリア細かい位置調整 */
@media screen and (min-width: 768px) {
	#related-area .result .result_pk{
		margin-top: 17%;
	}
}
@media screen and (min-width: 1001px) {
	#related-area .result .result_pk{
		margin-top: 20%;
		font-size:85%;
	}
}
@media screen and (max-width: 767px) and (min-width: 601px){
	#related-area .result .result_pk{
	    margin-top:18%;
	}
}
@media screen and (max-width: 600px) and (min-width: 501px){
	#related-area .result .result_pk{
	    margin-top:9vw;
	}
}
@media screen and (max-width: 500px) {
	#related-area .result .result_pk{
		margin-top: 6.5rem;
	}
}
@media screen and (max-width: 350px) {
	#related-area .result .result_pk{
		margin-top: 17vw;
	}
}

/* 勝ち負けラベル */
.type-match .result:after {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 19.817%;
	min-width: 65px;
	padding: 0.5rem;
	margin-top: 1rem;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	box-sizing: content-box;
}
.win.type-match .result:after {
	content: "WIN";
	background: #e82c2c;
}
.lose.type-match .result:after {
	content: "LOSE";
	background: #0071AD;
}
.draw.type-match .result:after {
	content: "DRAW";
	background: #878787;
}
/* PK勝ち／PK負けラベル */
.win.pk.type-match .result:after{
	content: "PK WIN";
}
.lose.pk.type-match .result:after{
	content: "PK LOSE";
}

/* score-table */
.score-table {
	font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
.score-table td {
    padding: 0.4rem;
}
.score-table .point-cell {
	font-family: 'Staatliches', 'Noto Sans JP';
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 2em;
}
.score-table .part-cell p {
	border: 1px solid #C3CFCD;
	border-radius: 50px;
	padding: 0.3rem;
}



@media screen and (min-width: 768px) {
	#topicslist_wrap #topics-area{
		padding:0 1.5rem;
	}

	/*=========================================
			topics-list
	=========================================*/
	.topics-list_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
		width: calc(100% + 3rem);
	}
	.topics-list_wrap > li {
		position: relative;
		max-width: 50%;
	}
	.topics-list_wrap li.type-movie {
		width: calc(50% - 3rem);
	}
	.topics-list_wrap > li.type-match,
	.topics-list_wrap > li.type-note { width: calc(25% - 3rem); }

	/* タブメニュー */
	#lpage-menu li { 
		min-width:6em;
		padding:0;
		white-space: normal;
		line-height: 1.3;
	}
	#lpage-menu li a{
		display:flex;
		align-items: center;
		justify-content:center;
	}
}

@media screen and (max-width: 1000px) {
	/*=========================================
			topics-list
	=========================================*/
	/* タブメニュー */
	#lpage-menu li {
		white-space:nowrap;
	}
}

@media screen and (max-width: 767px) {
	/*=========================================
			topics-list
	=========================================*/		
	.slide-arrow {
		width: 20px;
		height: 20px;
		top: 50% !important;
		position: absolute;
		z-index: 1;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		display: inline-block;
		top: 50%;
	}
	.prev-arrow { left: 1.5rem; }
	.prev-arrow:before {
		content: " ";
		width: 100%;
		height: 100%;
		display: inline-block;
		border-bottom: 5px solid #dee5e5;
		border-left: 5px solid #dee5e5;    
	}
	.next-arrow { right: 1.5rem; }
	.next-arrow:before {
		content: " ";
		width: 100%;
		height: 100%;
		display: inline-block;
		border-top: 5px solid #dee5e5;
		border-right: 5px solid #dee5e5;    
	}

	.topics-list_wrap > li { margin-bottom: 2rem; }
	.slick-slide { float: none; }
	.slick-slider .slick-track, .slick-slider .slick-list { display: flex; }

	/* トピックスサムネ */
	/*iPhone12miniでのサムネ間延び表示崩れ対応済（2023/5月）*/
	.type-match .img-block,
	.type-note .img-block,
	.type-movie .img-block{
		padding-bottom:0;
		display: flex;
		vertical-align: middle;
	}
	.type-match .img-block img,
	.type-note .img-block img {
		width:100%;
		max-height: 24rem;
		position:inherit;
		top:unset;
		left:unset;
		bottom:unset;
		right:unset;
		object-fit: contain;
	}

	/* type-match */
	.type-match .img_wrap{
		padding-bottom: 0;
	}
	.type-match .result .logo-cell > .img_wrap img{
		max-height:7rem;
	}

	/* type-movie */
	.topics-list_wrap li.type-movie a{
		background: #000;
	}
	.topics-list_wrap li.type-movie a .note-block{
		position:relative;
	}
}