@charset "UTF-8";

/* ===================================================================================

Base Media Queries PC
基礎 メディアクエリ PC用（ 768px 〜 ）

=================================================================================== */
li{
	list-style: none;
}
.sports_contents_link{
	padding: 0 15px;
	margin-top: 0;
    margin-bottom: 30px;
}
.triviaLink {
	margin: 0 auto;
	width: 1200px;
	margin-bottom: 50px;
	margin-top: 0;
	padding-top: 40px;
	border-top: 2px solid #dcdcdc;
}
.triviaLink-box{
	min-width: 1200px;
	margin-bottom: 20px;
}
.triviaLink .c-flex.-col2 .c-flex__col{
	width: 590px;
	margin-right: 20px;
}
.triviaLink .c-flex.-col2 .c-flex__col:nth-child(even){
	margin-right: 0;;
}
.triviaLink .c-flex.-col2 .c-flex__col .c-bnr__wrap .c-bnr__txt{
	font-size: 1.6rem;
}
.triviaLink .c-flex.-col2 .c-flex__col .c-bnr__wrap .c-bnr__img{
	height: 120px;
	width: auto;
}
.relation-trivia__card + .relation-trivia__card .c-button{
	margin-bottom: 0;
}
.swim-box.c-section{
	margin-bottom: 60px;
}
/*================================
  trivia-tab
================================*/
.c-tab__body{
	width: 1200px;
	margin: 0 auto;
}
.trivia-tab__head {
	max-width: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    color: #777;
}
.trivia-tab__head:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
}
.trivia-tab__head #tab1:hover, .trivia-tab__head #tab2:hover, .trivia-tab__head #tab3:hover, .trivia-tab__head #tab1.-active, .trivia-tab__head #tab2.-active, .trivia-tab__head #tab3.-active {
    border-color: #0050a5;
    background-color: #fff;
    color: #0050a5;
}
.trivia-tab__head .c-tab__head__item {
    position: relative;
    max-width: 620px;
    width: 50%;
    border: none;
    padding: 9px 55px 15px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}
.trivia-tab__head #tab1.-active:before, .trivia-tab__head #tab2.-active:before, .trivia-tab__head #tab3.-active:before {
    background-color: #0050a5;
    height: 5px;
    z-index: 2;
}
.trivia-tab__head .c-tab__head__item:before {
    content: "";
    position: absolute;
    background-color: #ccc;
    bottom: 0;
    right: -1px;
    left: -1px;
    display: block;
    height: 3px;
}
.-active .icon2, #tab1:hover .icon2, #tab2:hover .icon2, #tab3:hover .icon1 {
    display: inline-block;
}
.-active .icon1, #tab1:hover .icon1, #tab2:hover .icon1, #tab3:hover .icon2 {
    display: none;
}
.-active .icon1, #tab1:hover .icon3, #tab2:hover .icon3, #tab3:hover .icon3 {
    display: none;
}
.icon1, .icon2 {
    padding-bottom: 16px;
    width: 12px;
}
.icon2 {
    display: none;
}
.trivia-tab__head #tab2,.trivia-tab__head #tab3 {
    margin-left: 0;
}
.tab-trivia__img{
	width: 376px;
	margin-bottom: 13px;
}
.tab-trivia__card__text{
	font-size: 1.6rem;
	color: #000;
	font-weight: 700;
	max-width: 376px;
}
.tab-trivia__card-flex{
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
.tab-trivia__card{
	margin-right: 36px;
}
.tab-trivia__card:nth-child(3n){
	margin-right: 0;
}
.tab-trivia-flex{
	display: flex;
	flex-direction: row;
}
.trivia__wrap_3{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.various-sports_border{
	border-top: 1.5px solid #c1c1c1;
	padding-top: 35px;
	margin-top: 60px;
}
/*================================
  trivia-relation
================================*/
.relation-trivia__card{
	width: 100%;
}
.relation-trivia__card img{
	width: 376px;
}
.relation-trivia__card__text{
    margin: 2% 0;
	font-size: 1.6rem;
	color: #000;
	width: 376px;
	font-weight: 700;
}
.relation-title .c-heading1{
	padding-top: 40px;
	margin-top: 40px;
}
.relation-trivia__card .p-trivia__card{
	display: flex;
	flex-direction: column;
}
.trivia_relation__box{
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
.relation-trivia__card .tab-trivia__card-flex{
	display: flex;
	flex-direction: row;
	margin-bottom: 60px;
}
.relation-title .c-heading1{
	padding-top: 40px;
	margin-top: 40px;
	padding-bottom: 30px;
}
/*================================
  trivia-carousel
================================*/
.trivia-slider .swiper-button-prev, .trivia-slider .swiper-container-rtl .swiper-button-next{
	background-image: url(/sports_music/sports/sports_timing/trivia/images/prev-arrow.svg);
	left: -45px;
	outline: none;
}
.trivia-slider .swiper-button-next, .trivia-slider .swiper-container-rtl .swiper-button-next{
	background-image: url(/sports_music/sports/sports_timing/trivia/images/next-arrow.svg);
	right: -45px;
	outline: none;
}
.pagination-box{
	display: none;
}
  .trivia-slider .swiper-pagination-bullet-active{
	opacity: 1;
	background:#000;
  }
  .trivia-slider{
	max-width: 1200px;
	height: 355px;
	position: relative;
	margin: 50px auto 70px;
	padding-top: 20px;
	border-top: 1.5px solid #c1c1c1;
  }
  .trivia-carousel__item + .trivia-carousel__item {
	max-width: 580px;
  }
  .trivia-carousel__text__wrap {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: left;
	color: #ffffff;
  }
  .trivia-carousel__text {
	font-size: 2rem;
	white-space: normal;
  }
  .trivia-carousel__bg {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 142px;
    opacity: .6;
    background: linear-gradient(to top, #000 5%, transparent);
}
.slide_label{
	top: -15px;
	left: 20px;
}

.swiper-slide-width{
	width: 580px;
}

.mv-slider {
	height: 0;
    overflow: hidden;
	display: block;
    background-color: #fff;
    position: relative;
    padding-top: 475px;
}

.mv-slider-inner {
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*================================
  trivia-ranking
================================*/
.trivia-ranking{
	background-color: #FFC526;
	margin-bottom: 70px;
}
.trivia-ranking__post {
	width: 1200px;
	margin: 55px auto 0;
	padding-bottom: 40px;
	position: relative;
	min-width: 1126px;
	font-size: 0;
  }
  .trivia-ranking__postItem {
	width: 216px;
	position: relative;
	display: inline-block;
	color: #000;
	text-align: center;
	vertical-align: top;
  }
  .trivia-ranking__postItem::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .trivia-ranking__postItem + .trivia-ranking__postItem {
	margin-left: 30px;
  }
  .trivia-ranking__postItem .trivia-ranking__postItem__img {
	padding-top: 34px;
	margin-bottom: 20px;
  }
  .trivia-ranking__tag {
	top: 34px;
  }
  .trivia-ranking__number {
	font-family: 'Anton', sans-serif;
	font-size: 4.5rem;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
  }
  .trivia-ranking__text {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	white-space: normal;
  }
  .trivia-ranking__subtitle{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 14px;
  }
  .trivia-default__titleMain {
	display: block;
	text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 3.4rem;
	line-height: 1;
	padding-top: 40px;
}
.trivia-ranking .trivia__col__img {
	position: relative;
	margin-bottom: 0;
}
/*================================
	trivia-kv
================================*/
.kv-box{
	max-width: 1200px;
	margin: 30px auto;
}
.kv-box__inner{
	margin: 0 0 30px;
}
.p-trivia__mainvisual {
	height: 0;
    overflow: hidden;
	display: block;
    background-color: #fff;
    position: relative;
    padding-top: calc(0.5625 * 100%);
}

.p-trivia__mainvisual img {
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*trivia-title*/
.pageTitle {
	min-height: 80px;
}
/*sns-height*/
.sports-sns {
	min-height: 40px;
}

.top-mv {
	height: 0;
    overflow: hidden;
	display: block;
    background-color: #fff;
    position: relative;
    padding-top: 330px;
}

.top-mv.-system {
	padding-top: 440px;
}

.top-mv-inner {
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*================================
	trivia-link
================================*/
.trivia-link {
	display: flex;
	justify-content: space-between;
}
.trivia-link__prev,
.trivia-link__next {
	display: flex;
	flex-wrap: wrap;
}
.trivia-link__prev.js-add-hidden,
.trivia-link__next.js-add-hidden {
	visibility: hidden;
}
.trivia-link__next {
	flex-direction: row-reverse;
}
.trivia-link__prev .trivia-link__post {
	padding-left: 1.5rem;
}
.trivia-link__next .trivia-link__post {
	padding-right: 1.5rem;
	text-align: right;
}
.trivia-link__prev .trivia-link__post::before,
.trivia-link__next .trivia-link__post::after {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 7px;
	height: 7px;
	content: "";
	border-top: 2px solid #666;
	border-right: 2px solid #666;
}
.trivia-link__prev .trivia-link__post::before {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}
.trivia-link__next .trivia-link__post::after {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.trivia-link__post {
	font-size: 1.2rem;
	position: relative;
	width: 100%;
	margin-bottom: 4px;
	color: #666;
}
.trivia-link__prev .trivia-link__image {
	margin-right: 20px;
}
.trivia-link__next .trivia-link__image {
	margin-left: 20px;
}
.trivia-link__body {
	width: 230px;
}
.trivia-link__tag {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	margin-bottom: 6px;
	padding: 0 18px;
	text-align: center;
	color: #000;
	background: #ffc526;
}
.trivia-link__tag.-orange {
	color: #fff;
	background: #eb6f31;
}
.trivia-link__tag.-yellow {
	color: #000;
	background: #ffc526;
}
.trivia-link__tag.-purple {
	color: #fff;
	background: #5a4fe9;
}
.trivia-link__tag.-green {
	color: #fff;
	background: #00ce8b;
}
.trivia-link__text {
	font-size: 1.6rem;
	font-weight: bold;
	color: #666;
}
.trivia-link__center {
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	padding: 20px 20px 0;
	text-align: center;
	color: #666;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	flex-wrap: wrap;
	justify-content: center;
}
.trivia-link__humberger {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 24px;
	height: 18px;
}
.trivia-link__humberger div {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: #666;
}
.trivia-link__humberger div:nth-of-type(1) {
	top: 0;
}
.trivia-link__humberger div:nth-of-type(2) {
	top: 8px;
}
.trivia-link__humberger div:nth-of-type(3) {
	bottom: 0;
}
.trivia-link__top {
	width: 100%;
	margin-top: -10px;
}

/*================================
	trivia
================================*/
.trivia__cols {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
  }
  
  .trivia__col {
	display: block;
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 32px;
  }
  .trivia__col:nth-child(3n) {
	margin-right: 0;
  }
  
  .trivia__col__img {
	position: relative;
	margin-bottom: 12px;
  }
  
  .trivia__col__icn {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	min-width: 80px;
	padding: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
  }
  .trivia-ranking .trivia__col__icn.-yellow {
	background-color: #000;
	color:#ffc526;
  }
  .trivia__col__icn.-yellow {
	background-color: #ffc526;
	color:#000;
  }

  .trivia__col__txt {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #000;
  }

/* ===================================================================================

Base Media Queries SP
基礎 メディアクエリ スマートフォン用（ 〜 767px ）

=================================================================================== */
@media print, screen and (max-width: 767px) {
	.no-mb{
		margin-bottom: 0;
	}
	.sports_contents_link{
		margin-bottom: 30px;
		padding-top: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.trivia-txt-center{
		text-align: center;
	}
	.triviaLink{
		width: 100%;
		margin-bottom: 30px;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 2px solid #dcdcdc;
	}
	.triviaLink-box{
		min-width: 0px;
		margin-bottom: 3%;
	}
	.triviaLink .c-flex.-col2 .c-flex__col{
		width: 100%;
		margin-right: 0;
	}
	.triviaLink .c-flex.-col2 .c-flex__col .c-bnr__wrap .c-bnr__img{
		min-width: 41%;
		width: 120px;
		height: auto;
	}
	.triviaLink .c-flex.-col2 .c-flex__col .c-bnr__wrap .c-bnr__txt{
		font-size: 1.6rem;
	}
	.trivia__col-flex{
		display: flex;
	}
	.c-tab__head .c-tab__head__item + .c-tab__head__item{
		margin-left: 7px;
		font-size: 1.4rem;
	}
	.relation-trivia__card + .relation-trivia__card .c-button{
		margin-bottom: 20px;
	}
	/*================================
		trivia-relation
	================================*/
	.relation-trivia__card img{
		width: 250px;
	}
	.trivia_relation{
		overflow: auto;
		width: 100%;
		margin-top: 20px;
	}
	.trivia_relation__box{
		width: 800px;
	}
	.relation-trivia__card__text{
		font-size: 1.4rem;
		color: #000;
		width: 250px;
		font-weight: 700;
	}
	.relation-title .c-heading1{
		padding-top: 40px;
		margin-top: 40px;
		padding-bottom: 0;
	}
	.relation-trivia__card-flex{
		flex-direction: column;
		margin-bottom: 20px;
	}
	/*================================
    trivia-carousel
  ================================*/
.trivia-slider .swiper-button-prev, .trivia-slider .swiper-container-rtl .swiper-button-next{
	background-image: url(/sports_music/sports/sports_timing/trivia/images/prev-arrow-w.svg);
	left: 10px;
}
.trivia-slider .swiper-button-next, .trivia-slider .swiper-container-rtl .swiper-button-next{
	background-image: url(/sports_music/sports/sports_timing/trivia/images/next-arrow-w.svg);
	right: 10px;
}
  .swiper-pagination{
	display: flex;
    justify-content: space-between;
    width: 61px;
    margin: 17px auto 0;
  }
  .pagination-box{
	  display: block;
	  width: 61px;
	  margin: 0 auto;
  }
  .trivia-slider{
	margin: 30px 15px 62px;
	height: auto;
	padding-top: 20px;
	border: none;
  }
  .trivia-carousel {
	margin: 0 auto 12px;
	padding-top: 28px;
  }
  .trivia-carousel__text__wrap {
    padding: 15px;
  }
  .trivia-carousel__text {
	font-size: 1.4rem;
	font-weight: bold;
  }
  .swiper-slide-width{
	  width: auto;
  }
  /*================================
    trivia-tab
  ================================*/
  	.c-tab__body{
		width: 100%;
		margin: 0;
	}
	.trivia-tab__head .c-tab__head__item {
		display: block;
		padding: 14px 10px;
		font-size: 1.4rem;
	}
	.icon1, .icon2{
		padding-bottom: 14px;
	}
	.tab-trivia__img{
		max-width: 168px;
		min-width: 168px;
		margin-bottom: 0;
	}
	.tab-trivia__card__text{
		font-size: 1.3rem;
		color: #000;
		font-weight: 700;
		padding-left: 10px;
	}
	.tab-trivia__card-flex{
		flex-direction: row;
		margin-bottom: 20px;
	}
	.tab-trivia__card{
		margin-right: 0;
		width: 100%;
	}
	.p-trivia__card__label{
		min-width: 60px;
		padding: 5px;
		font-size: 1.2rem;
	}
	.slide_label{
		top: -10px;
		left: 15px;
	}
	.trivia__wrap_3{
		margin: 22px 15px 10px;
	}
  /*================================
    trivia-ranking
  ================================*/
  .trivia-ranking{
	  margin-bottom: 0;
  }
  .trivia-ranking__post {
    width: 100%;
    margin-top: 20px;
    overflow: auto;
    min-width: auto;
    min-width: initial;
    padding: 40px 0.38%;
  }
  .trivia-ranking__postWrapper {
    display: inline-block;
    white-space: nowrap;
  }
  .trivia-ranking__postItem {
    width: 76%;
    max-width: 280px;
    margin-left: 5.4%;
  }
  .trivia-ranking__postItem:last-child {
    margin-right: 5%;
  }
  .trivia-ranking__postItem + .trivia-ranking__postItem {
    margin-left: 2.7%;
  }
  .trivia-ranking__postItem .trivia-ranking__postItem__img {
    margin-bottom: 10px;
  }
  .trivia-ranking__postItem .trivia-ranking__postItem__img img {
    width: 100%;
  }
  .trivia-ranking__subtitle{
	font-size: 14px;
	padding: 0;
	margin-bottom: 14px;
  }
	.trivia-default__titleMain {
		font-size: 2.8rem;
		padding-top: 30px;
	}
	.trivia-ranking .trivia__col__img {
		position: relative;
		margin-bottom: 12px;
		min-width: 100%;
		width: 100%;
		margin-right: 0;
		}
	.trivia-ranking .trivia__col__txt {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}

	.mv-slider {
		height: 0;
		overflow: hidden;
		display: block;
		background-color: #fff;
		position: relative;
		padding-top: calc(0.86 * 100%);
	}
	/*================================
		trivia-kv
	================================*/
	.kv-box{
		margin: 10px 15px 0;
	}
	.kv-box__inner{
		margin: 0 0 15px;
	}
	.trivia_mainvisual_inner {
		min-height: 190.55px;
	}
	/*page-title*/
	.pageTitle {
		min-height: 60px;
	}
	/*sns-height*/
	.sports-sns {
		min-height: 30px;
	}
	.top-mv {
		height: 0;
		overflow: hidden;
		display: block;
		background-color: #fff;
		position: relative;
		padding-top: calc(0.3788 * 100%);
	}

	.top-mv.-system {
		padding-top: calc(0.3333 * 100% + 20px);
	}
	/*================================
		trivia-link
	================================*/
	.trivia-link {
		flex-wrap: wrap;
		justify-content: center;
	}
	.trivia-link__prev,
	.trivia-link__next {
		width: 50%;
		display: block;
	}
	.trivia-link__prev {
		padding-right: 23px;
		border-right: 1px solid #ccc;
		margin-left: -1px;
	}
	.trivia-link__next {
		flex-direction: row-reverse;
		padding-left: 23px;
		text-align: right;
		border-left: 1px solid #ccc;
		margin-left: -1px;
		order: 2;
	}
	.trivia-link__post {
		font-size: 1.2rem;
		position: relative;
		width: 100%;
		margin-bottom: 4px;
		color: #333;
	}
	.trivia-link__prev .trivia-link__post::before,
	.trivia-link__next .trivia-link__post::after {
		border-top: 2px solid #333;
		border-right: 2px solid #333;
	}
	.trivia-link__image {
		display: none;
	}
	.trivia-link__body {
		width: auto;
	}
	.trivia-link__tag {
		font-size: 1.2rem;
		line-height: 23px;
		height: 23px;
		margin-bottom: 3px;
		padding: 0 11px;
	}
	.trivia-link__text {
		font-size: 1.4rem;
		color: #333;
	}
	.trivia-link__next .trivia-link__text {
		text-align: left;
	}
	.trivia-link__center {
		font-size: 1.2rem;
		width: 100%;
		margin-top: 20px;
		padding: 15px 20px 0;
		color: #333;
		border-top: 1px solid #ccc;
		border-right: none;
		border-left: none;
		order: 3;
		flex-wrap: nowrap;
		align-items: center;
	}
	.trivia-link__humberger div {
		background-color: #333;
	}
	.trivia-link__top {
		width: auto;
		margin-top: 0;
		text-align: left;
		margin-left: 20px;
	}
	/*================================
		trivia
	================================*/
	.trivia__cols {
		display: block;
	}
	
	.trivia__col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.trivia__col:nth-child(3n) {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.trivia__col__img {
		margin-bottom: 0;
		min-width: 50%;
		width: 120px;
		margin-right: 5%;
	}
	.trivia__col__img img {
		width: 100%;
	}
	
	.trivia__col__icn {
		min-width: 60px;
		padding: 5px;
		font-size: 1.2rem;
	}
	
	.trivia__col__txt {
		margin-bottom: 8px;
		font-size: 1.3rem;
	}
}
