@charset "UTF-8";

/* CSS Document */
/********************************************
	共通（メイン部分）
*********************************************/

/* ---------------------------------------------------

	Layout

--------------------------------------------------- */
.topPage,
.contentsPage {
	/*padding-top:170px;*/
}

@media screen and (min-width:961px), print {
.topPage,
.contentsPage {
	/*padding-top:150px;*/
	padding-top: 60px;
}
}

.pageMainArea {
	padding:0 1rem;
  line-height: 1.5;
}

.contentsPage .pageMainArea {
	padding: 3rem 1rem;
}
.contentsPage .pageContents > .pageMainArea:last-child {
	border-bottom: none;
}

@media screen and (min-width:561px), print {
.contentsPage .pageMainArea {
	padding: 3rem 1rem 2rem;
}
}
.contentsPage .pageMainArea.bgGreen {
	background-color:#eefae0;
	padding:4rem 1rem;
}

.pageMainArea .contentsBlock1 {
	max-width:1280px;
	margin: 0 auto 2rem;
}

.pageMainArea .contentsBody,
.pageMainArea .contentsBody2 {
	margin: 0 0 2rem;
	line-height:2
}
.pageMainArea .contentsDetailBody,
.pageMainArea .contentsDetailBody2 {
	margin: 0 1rem 2rem;
	line-height:2
}
.pageMainArea .contentsBody4 {
	margin: 0 0 4rem;
	line-height:2
}
.pageMainArea .contentsDetailBody4 {
	margin: 0 1rem 4rem;
	line-height:2
}

.pageMainArea .contentsBody8 {
	margin: 0 0 8rem;
	line-height:2
}
.pageMainArea .contentsDetailBody8 {
	margin: 0 1rem 8rem;
	line-height:2
}

@media screen and (min-width:561px), print {

.pageMainArea .contentsDetailBody,
.pageMainArea .contentsDetailBody2 {
	margin: 0 3rem 2rem;
}
.pageMainArea .contentsDetailBody4 {
	margin: 0 3rem 4rem;
}
.pageMainArea .contentsDetailBody8 {
	margin: 0 3rem 8rem;
}

}

@media screen and (max-width:560px), print {

.pageMainArea.matchArea1 {
	padding: 1rem 1rem 0;
	
	h1 {
		margin-bottom: 2rem;
	}
}
}

/* ---------------------------------------------------
	
	introPage
	
--------------------------------------------------- */
.introHeader {
	background-color:#000;
	padding: 0 1rem;
}
.introHeader p {
    color: #fff;
    text-align: center;
    padding: 0 0 1rem;
    margin: 0;
}
.introHeader .introTitle {
	font-size:1.5rem;
	font-weight:bold;
	color:#fff;
	margin:0;
	text-align:center;
	padding: 1.5rem 0;
}
.topPage.intro {
	background-color:#000;
	padding: 0 1rem;
}
.topIntroBlock {
	background-color:#fff;
	border-radius: 0.5rem;
	padding:2rem 1rem;
	margin: 0 0 1rem;
}
.topIntroBlockTitle {
	text-align:center;
	margin:0 auto 1rem;
	width:40vw;
}
.topIntroBlockBody ul {
	display:flex;
	justify-content: space-between;
	list-style:none;
	margin:0;
	padding:0;
}
.topIntroBlockBody ul li {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2rem;
	width: calc( ( 100% - 1rem ) / 2 );
}
.topIntroBlockBody ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}

.svlBlock .topIntroBlockBody ul li a {
	background-color: #917934;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	border-radius: 0.5rem;
}
.jvlBlock .topIntroBlockBody ul li a {
	background-color: #000;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	border-radius: 0.5rem;
}

.topPage.intro {
	min-height:36rem;
}
.topIntroArea {
	max-width: 480px;
	margin:0 auto;
}
.topIntroBlockTitle {
	width:auto;
}


.introBannerArea {
}
.introBannerArea .bannerBlock {
	padding: 0;
}

.introBannerArea .introBannerBtn a {
	display:block;
	border-radius: 0.5rem;
	background-color: #fff;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:1.25rem;
	padding: 1.25rem 0.5rem;
}

@media screen and (min-width:961px), print {
.introBannerArea .introBannerBtn a {
	width: 480px;
	margin: 0 auto;
}
}

.introFooter .copyrightArea {
	background-color:#000;
}
.introFooter .copyrightArea p {
	color:#fff;
}


/* ---------------------------------------------------
	
	topPage
	
--------------------------------------------------- */

/* ---------------------------------------------------
  CaptionsArea
--------------------------------------------------- */
.slick-slide{
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.topCaptionsArea {
	position:relative;
	margin-bottom:2rem;
}
.topCaption {
	text-align:center;
}

@media screen and (min-width:561px) {
.topCaptionsArea {
	padding-top: 1rem;
}
.topCaption {
	padding:0 0.5rem;
}
}

.topCaption img {
	/* width: 100%; */
	max-height:300px;
}
@media screen and (min-width:961px), print {
.topCaptionsArea {
	height:auto;
	margin-bottom:6rem;
}

.topCaption img {
	max-height:360px;
}
}

.topCaptionsArea .slick-dots {
	bottom: 1rem;
}
.topCaptionsArea .slick-dots li {
}
.topCaptionsArea .slick-dots li button:before {
	color: #fff;
	content:"●";
	font-size: 1rem;
}

.svl .topCaptionsArea .slick-dots li.slick-active button:before {
	color: #917934;
}


/* ---------------------------------------------------
  NewsArea
--------------------------------------------------- */

.topNewsArea {
	width:100%;
	padding-bottom:2rem;
}
.topNewsArea .topNewsBlock {
	margin: 0 0 2rem;
}
.topNewsArea .topNewsBlock .topNewsBlockTitle {
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	position:relative;
	margin:0 0 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.topNewsArea .topNewsBlock .topNewsBlockTitle::after {
	content:"";
	display:inline-block;
	width: 146px;
	height:1px;
	background-color: #000;
	position:absolute;
	left: 50%;
	margin-left: -73px;
	bottom:-0.5rem;
}
.svl .topNewsArea .topNewsBlock .topNewsBlockTitle::after {
	background-color: #917934;
}

@media screen and (min-width:561px), print {
.topNewsArea .topNewsBlock {
	margin: 0 0 4rem;
}
.topNewsArea .topNewsBlock .topNewsBlockTitle {
	font-size:2rem;
}
}

@media screen and (min-width:961px), print {
.topNewsArea .topNewsBlock {
	max-width: 1280px;
	margin: 0 auto 2rem;
}
}

.topNewsArea .topNewsBlock .topNewsBlockBody {
	padding: 0 1rem;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea {
	border-top: 1px solid #ddd;
	margin: 0 0 1rem;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsListBlock {
	border-bottom: 1px solid #ddd;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList {
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	text-decoration:none;
	position:relative;
	line-height:1;
	padding:1rem 0;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .thumbBox {
	width: 28%;
	margin-left: 2%;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox {
	width: 70%;
	padding-left:1rem;
	margin:0;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt {
	display: flex;
	align-items: center;
	margin-bottom:0.5rem;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt .newsListDate {
	font-weight:bold;
	margin-right: 0.5rem;
}
.svl .topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt .newsListDate {
	color: #917934;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width:6.25rem;
	background-color:#000;
	color: #fff;
	text-align:center;
	padding: 0.25rem 0;
	font-size: 0.7rem;
}
.topMediaNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width:9rem;
}

.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dd {
	margin:0;
	line-height:1.4;
}

@media screen and (min-width:961px), print {
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 2rem;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsListBlock {
	width: calc( ( 100% - 2rem ) / 2 );
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList {
	padding: 2rem 0;
}
.topNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width:8rem;
	font-size: 1.0rem;
}
.topMediaNewsArea .topNewsBlock .topNewsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width:10rem;
}

}

/* ---------------------------------------------------
  subBannerArea
--------------------------------------------------- */

.subBannerArea {
	padding: 0 0.5rem;
}
.subBannerArea .subBannerBlock {
	max-width:1300px;
	margin: 0 auto 1rem;
}
.subBannerArea .subBannerBlock .bannersGroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.subBannerArea .subBannerBlock .bannersGroup .banner {
	width: calc( ( 100% ) / 2 );
	padding: 0 0.5rem;
	margin:0 0 1rem;
	text-align:center;
}
@media screen and (min-width:961px), print {
.subBannerArea .subBannerBlock .bannersGroup .banner {
	width: calc( ( 100% ) / 5 );
	
}
}

/* ---------------------------------------------------
  topResultArea
--------------------------------------------------- */

.topResults {
	padding:1rem 0;
}

.topResults .slick-prev,
.topResults .slick-next {
	background-color:#000;
	border-radius:16px;
}
.topResults .slick-prev {
	left:8px;
}
.topResults .slick-next {
	right: 8px;
}
.topResults .slick-prev::before,
.topResults .slick-next::before {
	font-size:0;
	width: 0;
	height: 0;
	padding:0;
	border-radius:0;
	opacity:1;
	content:"";
	background:none;
}
.topResults .slick-prev::before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #fff;
	margin-right: 4px;
}
.topResults .slick-next::before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	margin-left: 4px;
}
.topResults .slick-prev:hover,
.topResults .slick-next:hover,
.topResults .slick-prev:focus,
.topResults .slick-next:focus {
	background-color:#000;
}
.topResults .slick-prev:hover::before,
.topResults .slick-prev:focus::before{
	border-right: 12px solid #9f1625;
}
.topResults .slick-next:hover::before,
.topResults .slick-next:focus::before {
	border-left: 12px solid #9f1625;
}

.topResult {
	border: 4px solid #000;
	padding:0.35rem 0.35rem;
	width: 320px;
	max-height: 215px;
	margin: 0 0.5rem;
}
.topResult .resultBlock {
	display:flex;
	font-size: 0.70rem;

}
.topResult .resultBlock .homeTeam {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	margin:0;
	width: 4.5rem;
}
.topResult .resultBlock .homeTeam dt {
	text-align:center;
	margin: 0 0 0.5rem;
}
.topResult .resultBlock .homeTeam dd {
	text-align:center;
	font-weight:bold;
	margin:0;
}
.topResult .resultBlock dd .home {
	font-size: 1rem;
	display:block;
	text-align:center;
	color:#fff;
	margin: 0.5rem 0 0;
  padding: 0 1rem;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.4;
  background-color: #9f1625;
}
.topResult .resultBlock .resultBox {
	display:flex;
	flex-direction: column;
	width: calc( 100% - 9rem);
	padding: 0 0.5rem;
	text-align:center;
}
.topResult .resultBlock .resultBox .schedule1 {
	font-weight:bold;
  font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.125rem;
}
.topResult .resultBlock .resultBox .schedule1 strong {
	font-size:175%;
	font-weight:bold;
}
.topResult .resultBlock .resultBox .schedule2 {
	font-weight:bold;
  font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.125rem;
}
.topResult .resultBlock .resultBox .venue {
	padding-top: 0.5rem;
	border-top: 1px solid #ddd;
	font-weight:bold;
	height: 3.0rem;
	display: flex;
	align-items: center;
}
.topResult .resultBlock .resultBox .venue span {
	display: block;
	text-align: center;
	width: 100%;
}
.topResult .resultBlock .resultBox .sets {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 1rem;
    white-space: nowrap;
}
.topResult .resultBlock .awayTeam {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	margin:0;
	width: 4.5rem;
}
.topResult .resultBlock .awayTeam dt {
	text-align:center;
	margin: 0 0 0.5rem;
}
.topResult .resultBlock .awayTeam dd {
	text-align:center;
	font-weight:bold;
	margin:0;
}
.topResult .resultBlock dd .away {
	font-size: 1rem;
	display:block;
	text-align:center;
	color:#fff;
  padding: 0 1rem;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.4;
  background-color: #707070;
	margin: 0.5rem 0 0;
}
.topResult .resultLinks {
	padding-top: 1rem;
}
.topResult .resultLinks .btnArea {
	display:flex;
	justify-content:space-around;
}
.topResult .resultLinks .btnArea a {
	margin:0;
	width:calc( ( 100% - 1rem ) / 2);
	min-width:auto;
	padding:0.75rem 1.5rem 0.75rem 1rem;
}



/* ---------------------------------------------------
	
	newsPage
	
--------------------------------------------------- */
.newsArea {
	width:100%;
}
.newsArea .newsBlock {
	margin: 0 0 2rem;
}

@media screen and (min-width:561px), print {
.newsArea .newsBlock {
	margin: 0 0 4rem;
}
}

@media screen and (min-width:961px), print {
.newsArea .newsBlock {
	max-width: 1280px;
	margin: 0 auto 2rem;
}
}

.newsArea .newsBlock .newsBlockBody {
}


.newsArea .newsBlock .newsBlockBody .findBlock {
	margin:2rem 0;
	position:relative;
}
.newsArea .newsBlock .newsBlockBody .findBlock .dateToggleBtn {
	max-width:240px;
	width: 100%;
	margin: 0 auto;
	padding:1rem;
	text-align:center;
	position:relative;
	color:#fff;
	background-color: #917934;
}
.newsArea .newsBlock .newsBlockBody .findBlock .dateToggleBtn::after {
	content:"▼";
	font-size:0.75rem;
	position:absolute;
	right: 0.5rem;
	top: calc( 50% - 0.375rem );
}
.svl .newsArea .newsBlock .newsBlockBody .findBlock .dateToggleBtn {
	color:#fff;
	background-color: #917934;
	&.active {
		background-color: #000;
	}
}
.jvl .newsArea .newsBlock .newsBlockBody .findBlock .dateToggleBtn {
	color:#fff;
	background-color: #000;
}

.newsArea .newsBlock .newsBlockBody .findBlock .toggleBox {
	max-width: 240px;
	display:none;
	position:absolute;
	width: 100%;
	z-index: +1;
	left: calc( 50% - 120px );
	background-color:#fff;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.5);
}
.newsArea .newsBlock .newsBlockBody .findBlock .toggleBox ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:auto;
	height:18rem;
}
.newsArea .newsBlock .newsBlockBody .findBlock .toggleBox ul li {
	border-bottom: 1px solid #707070;
}
.newsArea .newsBlock .newsBlockBody .findBlock .toggleBox ul li a {
	display:block;
	text-decoration:none;
	padding:0.75rem 1rem;
}

.newsArea .newsBlock .newsBlockBody .newsListArea {
	border-top: 1px solid #ddd;
	margin: 0 0 1rem;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsListBlock {
	border-bottom: 1px solid #ddd;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList {
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	text-decoration:none;
	position:relative;
	line-height:1;
	padding:1rem 0;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList:hover {
	background-color:#f2f2f2;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .thumbBox {
	width: 28%;
	margin-left: 2%;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox {
	width: 70%;
	padding-left:1rem;
	margin:0;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt {
	display: flex;
	align-items: center;
	margin-bottom:0.5rem;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt .newsListDate {
	font-weight:bold;
	margin-right: 0.5rem;
}
.svl .newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt .newsListDate {
	color: #917934;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width:6.25rem;
	background-color:#000;
	color: #fff;
	text-align:center;
	padding: 0.25rem 0;
	font-size: 0.7rem;
}
.mediaNewsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width:8rem;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dd {
	margin:0;
	line-height:1.4;
}

@media screen and (min-width:961px), print {
.newsArea .newsBlock .newsBlockBody .newsListArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 2rem;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsListBlock {
	width: calc( ( 100% - 2rem ) / 2 );
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList {
	padding: 2rem 0;
}
.newsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	font-size: 1.0rem;
	width: 8rem;
}
.mediaNewsArea .newsBlock .newsBlockBody .newsListArea .newsList .summaryBox dt .newsListCategory {
	width: 10rem;
}

}

.newsDetail {
	margin: 0 auto;
	max-width:1280px;
}
.newsDetail .subBlock {
	display: flex;
	align-items: center;
	margin-bottom:0.5rem;
}
.newsDetail .subBlock .newsListDate {
	font-weight:bold;
	margin-right: 0.5rem;
}
.svl .newsDetail .subBlock .newsListDate {
	color: #917934;
}

.newsDetail .subBlock .newsListCategory {
	width:6.25rem;
	background-color:#000;
	color: #fff;
	text-align:center;
	padding: 0.25rem 0;
}

.newsDetailTitle {
	font-size:1.25rem;
}

@media screen and (min-width:561px), print {
.newsDetailTitle {
	font-size:1.5rem;
}
}
.newsDetailBlockBody {
	margin: 0 0 6rem;
}


.newsMenu {
	margin: 0rem 0 1rem;
	padding: 3rem 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	background-color: #000;
}
.newsMenu.centerSet {
	justify-content: center;
}
.newsMenu li {
	width: calc( (100% - 1rem) / 2 );
	margin: 0 0 1.5rem;
	font-size: 0.9rem;
}
.newsMenu li a {
	text-align:center;
	letter-spacing:normal;
	vertical-align:top;
	position:relative;
	text-decoration:none;
	display: block;
	font-weight:bold;
	line-height:1;
	color:#917934;
	border: 1px solid #917934;
	padding: 0.5rem;
	border-radius:1rem;
	background-color: #fff;

	&.active {
		color:#fff;
		background-color: #917934;
		border: #917934 1px solid;
	}
}
.jvl .newsMenu li a {
	border: 1px solid #7f7f7f;
	background-color: #fff;
	color:#000;

	&.active {
		color:#fff;
		background-color: #000;
		border: #7f7f7f 1px solid;
	}
}
.newsMenu li a.active::after {
	content:"";
	position:absolute;
	left: 50%;
	bottom: -.5rem;
	width: 0;
	height: 0;
	border-right: .5rem solid transparent;
	border-left: .5rem solid transparent;
	border-top: .5rem solid #917934;
	transform: translateX(-50%);
}
.jvl .newsMenu li a.active::after {
	border-top: .5rem solid #000;
}
  
@media screen and (min-width:351px), print {
	.newsMenu li {
		font-size: 1rem;
	}
}
  
@media screen and (min-width:961px), print {
	.newsMenu {
		justify-content: center;
	}
	.newsMenu li {
		width: 25%;
		padding: 0 0.5rem;
	}
	.newsMenu li a {
		padding: 1rem 1rem 1rem 1rem;
		border-radius:1.5rem;
	}
	.newsMenu li a.active::after {
		bottom: -.75rem;
		border-right: .75rem solid transparent;
		border-left: .75rem solid transparent;
		border-top: .75rem solid #917934;
	}
	.jvl .newsMenu li a.active::after {
		border-top: .75rem solid #000;
	}
}
	


/* ---------------------------------------------------
	
	teamPage
	
--------------------------------------------------- */

.teamListArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.teamListArea .teamListBlock {
	padding: 1rem 1rem 2rem 1rem;
	width: calc( 100% / 2 );
	display: flex;
	align-items: stretch;
}
.teamListArea .teamListBlock a {
	text-decoration:none;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-end;
}
.teamListArea .teamListBlock a .summaryBox {
	margin:0;
}
.teamListArea .teamListBlock a .summaryBox .teamListBadge {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	text-align:center;
}
.teamListArea .teamListBlock a .summaryBox .teamListTitle {
	margin:0;
	text-align:center;
	font-weight:bold;
	min-height: 3rem;
}

.playerFindArea {
	background-color:#000;
	padding: 4rem 1rem;
	margin: 0 0 4rem;
}
.playerFindArea .findBlockTitle {
	color: #fff;
}
.findBox {
	width: 100%;
	max-width: 640px;
	margin:0 auto;
	position:relative;
}
.findBox #searchText {
	width: 100%;
	font-size:1.25rem;
	padding:1rem 4rem 1rem 1rem;
	line-height:1;
	border-radius: 2rem;
}
#searchIcon {
	border:none;
	background-color:transparent;
	cursor: pointer;
	right:1rem;
	top: 0.75rem;
	position:absolute;
	display:inline-block;
	width:3rem;
	height:3rem;
}
#searchIcon::after {
	content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%22%2F%3E%3C%2Fsvg%3E');
  color: #000;
}


@media screen and (min-width:961px), print {
.teamListArea .teamListBlock {
	width: calc( 100% / 4 );
}
.teamListArea .teamListBlock a .summaryBox .teamListTitle {
	font-size:1.25rem;
}
}

.contentsPage .teamDetailArea {
	padding: 0 0 3rem 0;
}
.teamDetailArea .teamCaptionBlock {
	padding:2rem 1rem;
	background-color:#f63a2a;
	display:flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.teamDetailArea .teamCaptionBlock .teamCaptionBlockTitle {
	color:#fff;
	margin:0;
	font-size:1.5rem;
}

.teamDetailArea .teamCaptionBlock .teamCaptionBadge {
	width:50vw;
	height:50vw;
	max-width:320px;
	max-height:320px;
	border-radius:160px;
	background-color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:1.5rem;
	margin: 0 0 1rem;
}

.teamPlayersBlock {
	padding: 4rem 1rem;
}
.teamPlayersBlock .teamPlayersBlockTitle {
	margin: 0 0 1.5rem;
}
.teamPlayersBlock .teamPlayersBlockTitle::after {
	background-color:#f63a2a;
}
.teamPlayersBlock .teamDetailBlockBody {
	max-width: 1280px;
	margin:0 auto;
}
.teamPlayersBlock .playersArea {
	display:flex;
	flex-wrap: wrap;
}
.teamPlayersBlock .playersArea .playerBlock {
	width: calc(( 100% - 2rem ) / 2 );
	margin: 0 0.5rem 1rem;
	background-color:#f63a2a;
}
.teamPlayersBlock .playersArea .playerBlock .playerBox {
	text-decoration:none;
}
.teamPlayersBlock .playersArea .playerBlock .playerData {
	margin:0;
}
.teamPlayersBlock .playersArea .playerBlock .playerData .playerPhoto {
	position:relative;
}
.teamPlayersBlock .playersArea .playerBlock .playerData .playerPhoto img {
	width: 100%;
}
.teamPlayersBlock .playersArea .playerBlock .playerData .playerPhoto .captain {
	position: absolute;
	width: auto;
	max-width: 30%;
	display: block;;
	top:0;
	left: 0;
}
.teamPlayersBlock .playersArea .playerBlock .playerData .playerTitle {
	margin:0;
	color:#fff;
	padding:1rem 0.5rem;
	position:relative;
}
.teamPlayersBlock .playersArea .playerBlock .playerData .playerTitle .playerName {
	display:block;
	font-weight:bold;
}

@media screen and (min-width:961px), print {
.teamPlayersBlock .playersArea .playerBlock {
	width: calc(( 100% - 4rem ) / 4 );
}
}

.teamMascotBlock {
	padding:0 1rem 2rem;
}
.teamMascotBlockTitle::after {
	background-color:#f63a2a;
	width: 18rem;
	margin-left: -9rem;
}
.teamMascotBlock .teamMascotBody {
	max-width: 1280px;
	margin:0 auto;
}

.teamMascotBlock .teamMascotBody .teamMascot {
	margin:0;
	text-align:center;
}
.teamMascotBlock .teamMascotBody .teamMascot .teamMascotImage {
	width:50%;
	text-align:center;
	display: inline-block;
	padding: 0 0 1rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}
.teamMascotBlock .teamMascotBody .teamMascot .teamMascotName {
	text-align:center;
	margin:0;
	font-weight:bold;
}
@media screen and (min-width:961px), print {
.teamMascotBlockTitle::after {
	width: 24rem;
	margin-left: -12rem;
}
.teamMascotBlock .teamMascotBody .teamMascot .teamMascotName {
	font-size: 1.25rem;
}
}

.teamDetailArea2 {
	background-color:#f2f2f2;
	padding:4rem 1rem;
}
.teamDetailArea2 .teamAboutBlockTitle {
	margin: 0 0 2rem;
}
.teamDetailArea2 .teamAboutBlockTitle::after {
	background-color:#f63a2a;
}

.teamDetailArea2 .teamAboutBody {
	border-top: 1px solid #ddd;
	max-width: 640px;
	margin: 0 auto;
}

.teamDetailArea2 .teamAboutBody .teamAboutList {
	display: flex;
	margin:0;
	padding:1rem 0;
	border-bottom: 1px solid #ddd;
}
.teamDetailArea2 .teamAboutBody .teamAboutList dt {
	font-weight:bold;
	width: 8rem;
}
.teamDetailArea2 .teamAboutBody .teamAboutList dd {
	margin:0;
	width: calc( 100% - 8rem );
}
.teamDetailArea2 .teamAboutBody .teamAboutMap {
	padding: 1rem 0;
}
.teamDetailArea2 .teamAboutBody .teamAboutMap iframe {
	width: 100%;
	aspect-ratio: 16 / 9 ;
}


.contentsPage .teamDetailArea3 {
	margin: 0 0 1rem;
	padding: 3rem 1rem 1rem;
}

.teamPlayersListBlock {
	max-width: 640px;
	margin:0 auto 2rem;
}

.teamPlayersListBlock .teamPlayersListBlockTitle {
	background-color: #f63a2a;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:1rem;
	margin:0;
	position:relative;
	cursor:pointer;
}

.teamPlayersListBlock .teamPlayersListBlockTitle::after {
  content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.5rem solid #fff;
  position: absolute;
  right: 1rem;
	top: calc(50%);
}
.teamPlayersListBlock .teamPlayersListBlockTitle.open::after {
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.5rem solid #fff;
	border-top: none;
	top: calc(50% - .5rem );
}

.teamPlayersListBlock .playersList {
	margin: 0;
	display:none;
}
.teamPlayersListBlock .playersList > .playersLine {
	display:flex;
}
.teamPlayersListBlock .playersList > .playersLine:nth-child(odd) {
	background-color:#f2f2f2;
}
.teamPlayersListBlock .playersLine div {
  text-align: center;
	padding: 0.5rem;
}
.teamPlayersListBlock .playersLine .cell01 {
	width: 5rem;
	border-right: 1px solid #ddd;
}
.teamPlayersListBlock .playersLine.caps .cell01 {
	border-right: 1px solid #fff;
}
.teamPlayersListBlock .playersLine .cell02 {
	width: calc( 100% - 12rem );
	border-right: 1px solid #ddd;
}
.teamPlayersListBlock .playersLine.caps .cell02 {
	border-right: 1px solid #fff;
}
.teamPlayersListBlock .playersLine .cell03 {
	width: 7rem;
}

.teamPlayersListBlock .playersList > .playersLine.caps {
	background-color:#ddd;
	font-weight:bold;
}
.teamPlayersListBlock .btnArea {
	margin:2rem 0;
}


.playerCaptionsArea {
	padding: 2rem 0;
}
.playerCaptionsArea .playerCaptions {
	display:flex;
	justify-content: center;
	align-items: center;
}
.playerCaptionsArea .playerCaption {
	padding: 0 1rem;
}

@media screen and (min-width:561px), print {
.playerCaptionsArea .playerCaption {
	max-height: 560px;
}
.playerCaptionsArea .playerCaption picture,
.playerCaptionsArea .playerCaption img {
	max-height: 560px;
	max-width: none;
	width: auto;
}
}
.playerCaptionsArea .playerNavi {
	padding: 0 0.5rem;
}
.playerCaptionsArea .playerNavi .prev,
.playerCaptionsArea .playerNavi .next {
	display: inline-block;
	position:relative;
}
.playerCaptionsArea .playerNavi .prev::before {
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-right: 1rem solid #000;
}
.playerCaptionsArea .playerNavi .next::after {
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1rem solid #000;
}

.teamPlayerBlock {
	background-color: #f63a2a;
	padding:2rem 1rem;
}
.teamPlayerBlock .teamPlayerBlockTitle {
	text-align:center;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight:bold;
	margin:0 0 1rem;
}

.teamPlayerBlock .teamPlayerBlockTitle .number {
	display:block;
	font-size:1.5rem;
	font-family: 'Barlow Condensed', sans-serif;
}
.teamPlayerBlock .teamPlayerBlockTitle .number .bigNum {
	font-size: 200%;
}
.teamPlayerBlock .teamPlayerBlockTitle .name-sub {
	font-size: 75%;
}

.teamDetailBlockBody .playerAboutArea {
	border-top: 1px solid #fff;
	max-width: 640px;
	margin: 0 auto;
}

.teamDetailBlockBody .playerAboutArea .playerAboutList {
	display: flex;
	margin:0;
	padding:1rem 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.teamDetailBlockBody .playerAboutArea .playerAboutList dt {
	font-weight:bold;
	width: 8rem;
}
.teamDetailBlockBody .playerAboutArea .playerAboutList dd {
	margin:0;
	width: calc( 100% - 8rem );
}

.teamPlayerBlock2 {
	padding: 2rem 1rem;
}

/* ---------------------------------------------------
	
	match
	
--------------------------------------------------- */
.matchArea1 .matchBlockTitle {
	margin: 0 0 4rem;
}
.matchArea1 .matchBlockBody {
	margin:0 0 1rem;
}

.matchArea2 {
	background-color:#000;
}
.jvl .matchArea2 {
	background-color:#7f7f7f;
}

.matchArea2 .matchBlock {
  max-width: 1280px;
  margin: 0 auto;
}
.matchArea2 .matchBlockTitle {
	color: #fff;
}
.matchArea2 .matchBlockTitle::after {
	width:8em;
	margin-left: -4em;
}
.matchArea2 .findBlock {
	margin: 0 0 1rem;
  position: relative;
}

.matchArea2 .findBlock .findBlockTitle {
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:0.5rem;
	background-color:#917934;
}

.jvl .matchArea2 .findBlock .findBlockTitle {
	background-color:#000;
}

.matchArea2 .findBlock #findDate .xdsoft_datetimepicker.xdsoft_dark {
        left: 50% !important;
        //top: 50% !important;
        transform: translate(-50%, 44px) !important;
}

.matchArea2 .findBlock .date {
	width: 100%;
	padding:0.5rem 1rem;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:0;
	background-color:#917934;
}
.jvl .matchArea2 .findBlock .date {
	background-color:#000;
}
.matchArea2 .findBlock.calendar::after {
	position:absolute;
	content:"";
	background-image:url(../img/cmn/icon_calendarWhite.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
	width:1rem;
	height:1rem;
	right: 1rem;
	top:50%;
	margin-top: -0.5rem;
	pointer-events: none;
}

.matchArea2 .findBlock .areaList,
.matchArea2 .findBlock .leagueList,
.matchArea2 .findBlock .teamList {
	list-style:none;
	margin:0;
	padding:0;
}
.matchArea2 .findBlock .leagueList input[type="checkbox"] {
	display:none;
}
.matchArea2 .findBlock .areaList input[type="radio"],
.matchArea2 .findBlock .teamList input[type="radio"] {
	display:none;
}
.matchArea2 .findBlock .leagueList li {
	background-color:#fff;
}
.matchArea2 .findBlock .leagueList > li:nth-child(even) {
	background-color:#f2f2f2;
}
.matchArea2 .findBlock .leagueList input[type="checkbox"] + label {
  display: block;
	cursor: pointer;
}
.matchArea2 .findBlock .leagueList input[type="checkbox"] + label span {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
}
.matchArea2 .findBlock .leagueList input[type="checkbox"]:checked + label {
	font-weight:bold;
}
.matchArea2 .findBlock .leagueList input[type="checkbox"]:checked + label span::after {
  position: absolute;
  content:"";
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  width:1rem;
  height:0.5rem;
  border-bottom: 1px solid #f00;
  border-left: 1px solid #f00;
  transform: rotate(315deg);
}
.matchArea2 .findBlock .teamToggleBtn {
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:0.5rem;
	background-color:#917934;
  position: relative;
}
.jvl .matchArea2 .findBlock .teamToggleBtn {
	background-color:#000;
}
.matchArea2 .findBlock .teamToggleBtn::after {
  content:"▼";
  position: absolute;
  right: 1rem;
}
.matchArea2 .findBlock .toggleBox {
	background-color:#fff;
  /* display: none; */
  /* position: absolute; */
  width: 100%;
  /* box-shadow: 0 10px 10px rgba(0,0,0,0.5);
  z-index: +1; */
	height:10rem;
	overflow:auto;
}
.matchArea2 .findBlock .toggleBox .teamList li {
  display: none;
}
.matchArea2 .findBlock .toggleBox input[type="radio"] + label {
  display: block;
  padding: 0.5rem 1rem;
	cursor: pointer;
}
.matchArea2 .findBlock .toggleBox input[type="radio"]:checked + label {
	font-weight:bold;
  background-color: #000;
  color:#fff;
}


.matchArea2 .submitBtnArea {
	text-align:center;
	letter-spacing: -0.4rem;
  padding: 2rem 0;
}

.matchArea2 .submitBtnArea button {
	cursor:pointer;
	letter-spacing:normal;
	vertical-align:top;
	position:relative;
	text-decoration:none;
	display: inline-block;
	font-weight:bold;
	line-height:1;
	min-width:155px;
	padding:1rem 2rem;
  border: none;
	border-radius: 1.5rem;
	color:#000;
  background-color: #fff;
	margin: 0 0.5rem;
}


.contentsPage .matchArea3 {
	padding:0;
	margin: 0 0 2rem;
}
.matchArea3 > .matchScheduleBlock {
	padding:2rem 1rem;
}
.matchArea3 > .matchScheduleBlock:nth-child(even) {
	background-color:#f2f2f2;
}

@media screen and (min-width:961px), print {
.matchArea3 > .matchScheduleBlock .matchScheduleBlockBody {
	max-width:1280px;
	margin:0 auto;
  display: flex;
}
}
.matchScheduleBlock .matchScheduleDate {
	display:flex;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:bold;
	font-size:1.25rem;
	line-height:1;
}
.matchScheduleBlock .matchScheduleDate .year {
	padding-right:0.5rem;
}

.matchScheduleBlock .matchScheduleDate .date {
	font-size:2rem;
}

.matchScheduleBlock .matchScheduleDate .week {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1.125rem;
	padding-right:0.5rem;
}
.matchScheduleBlock .resultBox {
	padding:1rem 0;
	margin: 0 0.5rem 1rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.matchScheduleBlock .resultBox .teamA,
.matchScheduleBlock .resultBox .teamB {
	text-align:center;
	font-weight:bold;
	flex-basis: 40%;
}
.matchScheduleBlock .resultBox .teamA img,
.matchScheduleBlock .resultBox .teamB img {
	padding:0 1rem;
}
.matchScheduleBlock .resultBox .label {
	display:inline-block;
	padding:0 1rem;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
}

.matchScheduleBlock .resultBox .label.home {
	background-color:#b40031;
}
.matchScheduleBlock .resultBox .label.away {
    background-color: #777;
}
.matchScheduleBlock .resultBox .space {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.matchScheduleBlock .resultBox .space .notion {
	display:none;
}
.matchScheduleBlock .resultBox .space .notion span {
	font-family: 'Barlow Condensed', sans-serif;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	width: auto;
	height: 1rem;
	padding: 0.5rem 1rem;
}

.matchScheduleBlock .sp-notion {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.2rem 0.5rem;
	margin: 1rem 5%;
}

.matchScheduleBlock .resultBox .point {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2rem;
	font-weight:bold;
	padding:0 1rem;
	white-space: nowrap;
}
.matchScheduleBlock .venue {
	text-align:center;
	font-weight:bold;
	margin: 0 0 1rem;
}

.matchScheduleBlock .broadcastBox {
	margin:0 0 1rem;
	line-height:1;
	border: 1px solid #000;
	background-color:#fff;
}
.matchScheduleBlock .broadcastBox dt {
	text-align:center;
	background-color:#000;
	color: #fff;
	font-weight:bold;
	padding:0.5rem;
}
.matchScheduleBlock .broadcastBox dd {
	background-color:#fff;
	margin:0;
	padding:0.5rem;
	text-align:center;
}

.matchScheduleBlock .broadcastBox dd .broadcast {
	margin-bottom: 0.5rem;
}

.matchScheduleBlock .btnArea {
}
.matchScheduleBlock .btnArea a {
  margin: 0 0.5rem 1rem;
}

@media screen and (min-width:961px), print {

.matchScheduleBlock .matchScheduleDate {
  font-size: 1.5rem;
  width: 14rem;
	align-items: center;
}
.matchScheduleBlock .matchScheduleDate .date {
  font-size:2.5rem;
}
.matchScheduleBlock .matchScheduleDate .week {
	padding-top:1rem;
}

.svl .matchScheduleBlock .gameBox {
    width: calc( 100% - 14rem - 8rem - 11rem );
  }
.jvl .matchScheduleBlock .gameBox {
    width: calc( 100% - 14rem - 11rem );
  }
.matchScheduleBlock .resultBox .teamA,
.matchScheduleBlock .resultBox .teamB {
  max-width: 8rem;
}
.matchScheduleBlock .resultBox .space .notion {
	display:block;
}

.matchScheduleBlock .sp-notion {
	display: none;
}

.matchScheduleBlock .venue {
	margin: 0;
}

  .matchScheduleBlock .gameBox .point {
    font-size:4rem;
  }
.matchScheduleBlock .broadcastBox {
  width:8rem;
	margin:0;
}
.matchScheduleBlock .reportArea {
  width:11rem;
  padding-left:1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
}

@media screen and (min-width:561px), print {
	.matchScheduleBlock .resultBox {
		padding:1rem 0;
		margin: 0 2rem 1rem;
	}
}


.contentsPage .matchDetailArea1 {
  padding: 3rem 1rem 0;
  
}
.matchDetailArea1 .matchBlockTitle {
	margin: 0 0 2rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1.25rem;
	line-height:1.25;
}
@media screen and (min-width:961px), print {
.matchDetailArea1 .matchBlockTitle {
	font-size:2.5rem;
}
}
.matchDetailArea1 .matchBlockTitle .label {
	padding: 0 0.5rem;
}
.matchDetailArea1 .matchBlockTitle > .label:nth-child(1){
  width: 100%;
}
.matchDetailArea1 .matchBlockTitle.contentsBlockTitle1::after {
	width: 100%;
	transform: translate(50%, 100%);
	left:50%;
	margin-left: calc( 100% * -1 );
}


.jpWord {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.jpWord.en {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
}
.intWord {
	font-family: 'Barlow Condensed', sans-serif;
}

.matchDetailArea2 {
	/* background-color:#f2f2f2; */
}
.matchDetailArea2 .matchBlockTitle {
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1rem;
	text-align:center;
	margin:0;
}
.matchDetailArea2 .scheduleBox {
	padding:0 0 1rem;
	border-bottom: 2px solid #ddd;
	margin: 0 0 1rem;
}
.matchDetailArea2 .scheduleBox .schedule1 {
	font-family: 'Barlow Condensed', sans-serif;
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	line-height:1;
}
.matchDetailArea2 .scheduleBox .schedule1 strong {
	font-size:180%;
  font-weight: bold;
}
.matchDetailArea2 .scheduleBox .schedule2 {
	text-align:center;
	font-size:1.125rem;
	font-weight:bold;
}
@media screen and (min-width:961px), print {
.matchDetailArea2 .matchBlockTitle {
	font-size:1.75rem;
}
.matchDetailArea2 .scheduleBox .schedule1 {
	font-size:2rem;
}
.matchDetailArea2 .scheduleBox .schedule2 {
	font-size:2rem;
}
}

.matchDetailArea2 .venue {
	text-align:center;
	font-weight:bold;
	font-size:1.125rem;
}
.matchDetailArea2 .matchBlockBody {
	display:flex;
	justify-content: center;
	margin: 0 0 3rem;
}
.matchDetailArea2 .matchBlockBody > div {
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding:0 1rem;
}
.matchDetailArea2 .matchBlockBody .score_Box {
  display:flex;
	align-items: center;  
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:bold;
}
.matchDetailArea2 .matchBlockBody .score_Box .mainText {
	font-size:2rem;
}
.matchDetailArea2 .matchBlockBody .score_Box .subText {
	font-size:1.25rem;
}

@media screen and (min-width:961px), print {
.matchDetailArea2 .venue {
	font-size:1.75rem;
}
.matchDetailArea2 .matchBlockBody > div {
	padding:0 3rem;
}
.matchDetailArea2 .matchBlockBody .score_Box .mainText {
	font-size:3rem;
}
.matchDetailArea2 .matchBlockBody .score_Box .subText {
	font-size:1.5rem;
}
}
.matchDetailArea2 .matchBlockBody .teamLogo {
	max-width: 80px;
	margin: 0 0 1rem;
}
.matchDetailArea2 .matchBlockBody .teamUniform {
	max-width: 60px;
  margin: 0 0 1rem;
}

@media screen and (min-width:961px), print {
.matchDetailArea2 .matchBlockBody .teamLogo {
	max-width: 160px;
}
.matchDetailArea2 .matchBlockBody .teamUniform {
	max-width: 120px;
}
}
.matchDetailArea2 .matchBlockBody .teamName {
	margin: 0 0 0.5rem;
	font-size:1.125rem;
	font-weight:bold;
}
.matchDetailArea2 .matchBlockBody .teamLabel.home {
	display: inline-block;
	padding:0 1rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	line-height:1.4;
	background-color:#9f1625;
	margin:0 0 1rem;
}
.matchDetailArea2 .matchBlockBody .teamLabel.away {
	display: inline-block;
	padding:0 1rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	line-height:1.4;
	background-color:#636464;
	margin:0 0 1rem;
}
.matchDetailArea2 .matchBlockBody .teamRecords {
	font-size: 1.125rem;
}
@media screen and (min-width:561px), print {
.matchDetailArea2 .matchBlockBody .teamName {
	font-size:1.25rem;
}
.matchDetailArea2 .matchBlockBody .teamLabel.home {
	padding:0 2rem;
	font-size: 1.25rem;
}
.matchDetailArea2 .matchBlockBody .teamLabel.away {
	padding:0 2rem;
	font-size: 1.25rem;
}
.matchDetailArea2 .matchBlockBody .teamRecords {
	font-size: 1.25rem;
}
}
@media screen and (min-width:961px), print {
.matchDetailArea2 .matchBlockBody .teamName {
	font-size:1.75rem;
}
.matchDetailArea2 .matchBlockBody .teamLabel.home {
	font-size: 1.75rem;
}
.matchDetailArea2 .matchBlockBody .teamLabel.away {
	font-size: 1.75rem;
}
.matchDetailArea2 .matchBlockBody .teamRecords {
	font-size: 1.75rem;
}
}

.matchDetailArea2 .btnArea {
	margin: 0 0 5rem;
}
.matchDetailArea2 .btnArea a.downloadBtn,
.matchDetailArea2 .btnArea a.blankBtn {
	padding: 1rem 2rem 1rem 1rem;
	border-radius: 2rem;
}

/* ボタン巨大化用 */
/*
@media screen and (min-width:961px), print {
.matchDetailArea2 .btnArea a.downloadBtn,
.matchDetailArea2 .btnArea a.blankBtn {
	width: 100%;
	max-width: 352px;
	font-size: 1.75rem;
	padding: 1.5rem 3rem 1.5rem 2rem;
	border-radius: 3rem;
}
.matchDetailArea2 .btnArea a.downloadBtn::after,
.matchDetailArea2 .btnArea a.blankBtn::after {
	width: 1.5rem;
	height: 1.5rem;
	right: 1.5rem;
	margin-top: -0.75rem;
}
}
*/
.matchDetailArea2 .btnArea2 {
	display: flex;
  justify-content: center;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.matchDetailArea2 .btnArea2 + .btnArea2 {
  margin: 0 0 5rem;
}

.matchDetailArea2 .broadcastBox {
	border: 2px solid #000;
	max-width:560px;
	margin:0 auto 2rem;
}

.matchDetailArea2 .broadcastBox dt {
	background-color:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size: 1.125rem;
	padding:0.5rem 1rem;
}
.matchDetailArea2 .broadcastBox dd {
	margin:0;
	padding:0 2rem;
	background-color: #fff;
	font-size: 1.25rem;
}

.matchDetailArea2 .broadcastBox dd .broadcast {
	text-align:center;
	border-bottom: 1px solid #ddd;
	padding:0.5rem 0;
}
.matchDetailArea2 .broadcastBox dd .broadcast img {
	max-height: 100px;
}
.matchDetailArea2 .broadcastBox dd > .broadcast:last-child {
	border-bottom:none;
}

.matchDetailArea2 .startCourtBox {
	border: 2px solid #000;
	max-width:560px;
	margin:0 auto 2rem;
}

.matchDetailArea2 .startCourtBox dt {
	background-color:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size: 1.125rem;
	padding:0.5rem 1rem;
}
.matchDetailArea2 .startCourtBox dd {
	margin:0;
	padding: 2rem 2rem;
	text-align:center;
	background-color: #fff;
	position: relative;
}
.matchDetailArea2 .startCourtBox  .name {
	font-size: 0.7rem;
	position: absolute;
	bottom:30%;
	display: block;
	text-align: center;
	width: 30%;
}
.matchDetailArea2 .startCourtBox  .name.left {
	left:10%;
}
.matchDetailArea2 .startCourtBox  .name.right {
	right: 10%;
}
.jvl .matchDetailArea2 .startCourtBox  .name.left {
	left:12%;
	bottom: 40%;
}
.jvl .matchDetailArea2 .startCourtBox  .name.right {
	right: 12%;
	bottom: 40%;
}


.contentsPage .matchDetailArea3 {
  padding: 3rem 0;
}

.matchDetailArea3 .matchBlockTitle {
	font-size:1.25rem;
	line-height:1.25;
	margin: 0 0 2rem;
}
@media screen and (min-width:561px), print {
.matchDetailArea2 .broadcastBox dt {
	font-size: 1.5rem;
}
.matchDetailArea2 .startCourtBox dt {
	font-size: 1.5rem;
}
.matchDetailArea2 .startCourtBox  .name {
	font-size: 1.0rem;
}
}
@media screen and (min-width:961px), print {
.contentsPage .matchDetailArea3 {
  padding: 3rem 1rem;
}
.matchDetailArea3 .matchBlockTitle {
	font-size:2rem;
}
}

.matchDetailArea3 .recordBox1 {
	display:flex;
	justify-content: space-between;
	margin:0 0 2rem;
}

.matchDetailArea3 .recordBox1 .homeBox1,
.matchDetailArea3 .recordBox1 .awayBox1 {
	display:flex;
	justify-content: center;
	font-size: 1.125rem;
	font-weight:bold;
	padding: 0 1rem;
}
.matchDetailArea3 .recordBox1 .awayBox1 {
	flex-direction: row-reverse;
}
.matchDetailArea3 .recordBox1 .homeBox1 div,
.matchDetailArea3 .recordBox1 .awayBox1 div {
	padding: 0 0.5rem;
}
@media screen and (min-width:561px), print {
.matchDetailArea3 .recordBox1 {
	justify-content: center;
}
.matchDetailArea3 .recordBox1 .homeBox1,
.matchDetailArea3 .recordBox1 .awayBox1 {
	padding: 0 3rem;
	font-size: 1.25rem;
}
.matchDetailArea3 .recordBox1 .homeBox1 div,
.matchDetailArea3 .recordBox1 .awayBox1 div {
	padding: 0 1rem;
}
}
@media screen and (min-width:961px), print {
.matchDetailArea3 .recordBox1 .homeBox1,
.matchDetailArea3 .recordBox1 .awayBox1 {
	font-size: 1.75rem;
}
}

.matchDetailArea3 .recordBox2 {
	margin: 0 0 2rem;
}
.matchDetailArea3 .recordBox2 .resultLine {
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#f2f2f2;
	padding:1rem;
}
.matchDetailArea3 .recordBox2 > .resultLine:nth-child(2n) {
	background-color:#fff;
}

.matchDetailArea3 .recordBox2 .resultLine .teamLabel.home {
	display: inline-block;
	padding:0 0.5rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	line-height:1.4;
	background-color:#9f1625;
	margin:0 0 1rem;
}
.matchDetailArea3 .recordBox2 .resultLine .teamLabel.away {
	display: inline-block;
	padding:0 0.5rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	line-height:1.4;
	background-color:#636464;
}

.matchDetailArea3 .recordBox2 .resultLine .teamRecords {
	font-size: 1.25rem;
}
@media screen and (min-width:561px), print {
.matchDetailArea3 .recordBox2 {
	margin: 0 0 4rem;
}
.matchDetailArea3 .recordBox2 .resultLine .teamLabel.home {
	font-size: 1.25rem;
	padding:0 2rem;
}
.matchDetailArea3 .recordBox2 .resultLine .teamLabel.away {
	font-size: 1.25rem;
	padding:0 2rem;
}
}
@media screen and (min-width:961px), print {
.matchDetailArea3 .recordBox2 .resultLine .teamName {
	font-size:1.75rem;
}
.matchDetailArea3 .recordBox2 .resultLine .teamLabel.home {
	font-size: 1.75rem;
}
.matchDetailArea3 .recordBox2 .resultLine .teamLabel.away {
	font-size: 1.75rem;
}
.matchDetailArea3 .recordBox2 .resultLine .teamRecords {
	font-size: 1.75rem;
}
}

.matchDetailArea3 .recordBox2 .resultLine .teamLogo {
	max-width: calc( 80px + 1rem );
	padding: 0 0.5rem;
}

@media screen and (min-width:561px), print {
.matchDetailArea3 .recordBox2 .resultLine .teamLogo {
	max-width: calc( 160px + 1rem );
	padding: 0 0.5rem;
}
}

.matchDetailArea3 .recordBox2 .resultLine .resultMain {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:bold;
	line-height: 1;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .gameOfMatch {
	font-size:1.25rem;
	margin: 0 0 0.5rem;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult {
	display:flex;
	justify-content: center;
	align-items: center;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .winner {
	width:2rem;
	height:2rem;
	color:#9f1625;
	border: 2px solid #9f1625;
	border-radius: 1rem;
	line-height:1;
	display:flex;
	align-items: center;
	justify-content: center;
	background-color:#fff;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .loser {
	width:2rem;
	height:2rem;
  letter-spacing: -0.04em;
	color:#636464;
	border: 2px solid #636464;
	border-radius: 1rem;
	line-height:1;
	display:flex;
	align-items: center;
	justify-content: center;
	background-color:#fff;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .resultPoint {
	font-size:2rem;
	padding: 0 0.5rem;
  white-space: nowrap;
}
@media screen and (min-width:561px), print {
.matchDetailArea3 .recordBox2 .resultLine .resultMain .gameOfMatch {
	font-size:1.5rem;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .resultPoint {
	font-size:2.5rem;
	padding: 0 1rem;
}
}
@media screen and (min-width:961px), print {
.matchDetailArea3 .recordBox2 .resultLine .resultMain .gameOfMatch {
	font-size:2.5rem;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .winner,
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .loser {
	width:3rem;
	height:3rem;
  letter-spacing: normal;
	border-radius: 1.5rem;
	font-size:1.25rem;
}
.matchDetailArea3 .recordBox2 .resultLine .resultMain .matchResult .resultPoint {
	font-size:4rem;
}
}

.matchDetailArea3 .btnArea {
}

/* ボタン巨大化用 */
/*
@media screen and (min-width:961px), print {
.matchDetailArea2 .btnArea a.blackBtn,
.matchDetailArea3 .btnArea a {
	width: 100%;
	max-width: 352px;
	font-size: 1.75rem;
	padding: 1.5rem 3rem 1.5rem 2rem;
	border-radius: 3rem;
}
.matchDetailArea2 .btnArea a.blackBtn::after,
.matchDetailArea3 .btnArea a::after {
	right: 1.5rem;
	margin-top: -0.5rem;
	border-top-width: 0.6rem; 
	border-bottom-width: 0.6rem; 
	border-left-width: 0.6rem; 
}
}
*/
.contentsPage .matchDetailArea4 {
  padding: 3rem 0;
}

.matchDetailArea4 .matchBlockTitle {
	font-size:1.25rem;
	line-height:1.25;
	margin: 0 0 2rem;
}
@media screen and (min-width:961px), print {
.contentsPage .matchDetailArea4 {
  padding: 3rem 1rem;
}
.matchDetailArea4 .matchBlockTitle {
	font-size:2rem;
}
}
.matchDetailArea4 .resultBox3 > .resultWrap:nth-child(2n+1) {
	background-color:#f2f2f2;
}

.matchDetailArea4 .resultBox3 .resultLine {
	display:flex;
	justify-content: space-between;
	padding:1rem 0.2rem;
	align-items: center;
	line-height:1;
	width: 100%;
	max-width:940px;
	margin:0 auto;
}
	
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.home {
	display: inline-block;
	padding:0 0.2rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	line-height:1.4;
	background-color:#9f1625;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.away {
	display: inline-block;
	padding:0 0.2rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	line-height:1.4;
	background-color:#636464;
}
@media screen and (min-width:561px), print {
.matchDetailArea4 .resultBox3 .resultLine {
	padding: 1rem;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.home {
	font-size: 1.25rem;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.away {
	font-size: 1.25rem;
}
}
@media screen and (min-width:961px), print {
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.home {
	padding:0 2rem;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.away {
	padding:0 2rem;
}
}
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch,
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	font-size:1.0rem;
	font-weight:bold;
}
@media screen and (min-width:561px), print {
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch,
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	font-size:1.5rem;
  }
}
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch {
	font-family: 'Barlow Condensed', sans-serif;
	padding:0 0 0 0.5rem;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	padding: 0 0.5rem 0 0;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent .intWord {
	font-family: 'Barlow Condensed', sans-serif;
	padding:0 0.25rem;
}
@media screen and (min-width:561px), print {
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch {
	padding:0 0 0 1rem;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	padding: 0 1rem 0 0;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent .intWord {
	padding:0 1rem;
}
}
.matchDetailArea4 .resultLine .winner {
	font-weight:bold;
	font-family: 'Barlow Condensed', sans-serif;
	width:2rem;
	height:2rem;
	color:#9f1625;
	border: 2px solid #9f1625;
	border-radius: 1rem;
	line-height:1;
	display:flex;
	align-items: center;
	justify-content: center;
	background-color:#fff;
}
.matchDetailArea4 .resultLine .loser {
	font-weight:bold;
	font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: -0.04em;
	width:2rem;
	height:2rem;
	color:#636464;
	border: 2px solid #636464;
	border-radius: 1rem;
	line-height:1;
	display:flex;
	align-items: center;
	justify-content: center;
	background-color:#fff;
}
.matchDetailArea4 .resultBox3 .resultLine .resultPoint {
	font-size:1.5rem;
	padding: 0 0 0 0.5rem;
	font-weight:bold;
	font-family: 'Barlow Condensed', sans-serif;
}
@media screen and (min-width:561px), print {
.matchDetailArea4 .resultBox3 .resultLine .resultPoint {
	font-size:2.5rem;
	padding: 0 0 0 1rem;
}
}

.matchDetailArea4 .resultBox3 .resultLine .teamLabel {
	width: 3.8rem;
}
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch {
	width: 4.8rem;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	width: calc( 100% - 4rem - 5rem - 2rem - 2.5rem );
}
.matchDetailArea4 .resultBox3 .resultLine .resultPoint {
  width:2.5rem;
}
@media screen and (min-width:561px), print {
.matchDetailArea4 .resultBox3 .resultLine .teamLabel {
	width: 5rem;
}
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch {
	width: 7.5rem;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	width: calc( 100% - 5rem - 7rem - 2rem - 5rem );
}
.matchDetailArea4 .resultBox3 .resultLine .resultPoint {
  width:5rem;
}
}
@media screen and (min-width:961px), print {
.matchDetailArea3 .recordBox2 .resultLine .teamName {
	font-size:1.75rem;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel {
	width: 7.5rem;
}
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch {
	width: 11.5rem;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.home {
	font-size: 1.75rem;
}
.matchDetailArea4 .resultBox3 .resultLine .teamLabel.away {
	font-size: 1.75rem;
}
.matchDetailArea4 .resultBox3 .resultLine .gameOfMatch,
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	font-size:2.5rem;
}
.matchDetailArea4 .resultBox3 .resultLine .opponent {
	width: calc( 100% - 7.5rem - 11.5rem - 3rem - 6rem );
}
.matchDetailArea4 .resultLine .winner,
.matchDetailArea4 .resultLine .loser {
	width:3rem;
	height:3rem;
  letter-spacing: normal;
	border-radius: 1.5rem;
	font-size:1.25rem;
}
.matchDetailArea4 .resultBox3 .resultLine .resultPoint {
	font-size:4rem;
	width: 6rem;
}
}

.matchDetailArea4 + .snsArea {
	padding: 3rem 1rem 2rem;
}


/* ---------------------------------------------------
	
	faq
	
--------------------------------------------------- */
.faqArea1 .faqBlock {
	max-width:1280px;
	margin:0 auto;
	padding: 4rem 0 0;
}
.faqArea1 .faqBlock .faqBlockTitle::after {
	width:16rem;
	margin-left: -8rem;
}
.faqArea1 .btnArea2 {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2rem 0;
}
.faqArea1 .btnArea2 a {
	padding: 1rem 1rem 1rem 0.5rem;
	text-align:center;
	margin:0 0 1rem;
	font-size:82%;
	width: calc( ( 100% - 0.5rem ) / 2 );
}
@media screen and (min-width:561px), print {
.faqArea1 .faqBlock .faqBlockTitle::after {
	width:32rem;
	margin-left: -16rem;
}
.faqArea1 .btnArea2 a {
	font-size:1rem;
}
}
@media screen and (min-width:961px), print {
.faqArea1 .btnArea2 a {
	padding: 1rem 1rem 1rem 0.5rem;
	text-align:center;
	margin:0 0 1rem;
	font-size:1rem;
	width: calc( ( 100% - 3rem ) / 4 );
}
}

.faqArea2 .faqBlock {
	max-width:1280px;
	margin:0 auto 4rem;
	padding-top:170px;
	margin-top: -170px;
}
.faqArea2 .faqBlock .faqBox {
	margin:0 0 1rem;
}
.faqArea2 .faqBlock .faqBox dt {
	background-color:#000;
	padding:0.75rem 1rem 0.75rem 2.5rem;
	color:#fff;
	font-weight:bold;
	background-image:url(../img/faq/icon_question.png);
	background-size: 1.5rem;
	background-position:0.75rem 0.75rem;
	background-repeat:no-repeat;
}
.faqArea2 .faqBlock .faqBox dd {
	background-color:#f2f2f2;
	margin:0;
	padding:1.5rem 1rem 1.5rem 2.5rem;
	background-image:url(../img/faq/icon_answer.png);
	background-size: 1.5rem;
	background-position:0.75rem 1.5rem;
	background-repeat:no-repeat;
}
.faqArea2 .faqBlock ul {
	padding:0 0 0 1.5rem;
}


/* ---------------------------------------------------
	
	Announcement
	
--------------------------------------------------- */
.announcementArea1 .announcementBlock {
	max-width:1280px;
	margin:0 auto;
	padding: 4rem 0 0;
}
.announcementArea1 .announcementBlock .announcementBlockTitle::after {
	width:16rem;
	margin-left: -8rem;
}

@media screen and (min-width:561px), print {
.announcementArea1 .announcementBlock .announcementBlockTitle::after {
	width:32rem;
	margin-left: -16rem;
}
}

.contentsPage .announcementArea2 {
	background-color:#000;
	padding:2rem 1rem;
}

.announcementArea2 .announcementBlock {
	max-width: 1280px;
	margin:0 auto;
}
.announcementArea2 .announcementBlockBody .findArea {
	display:flex;
	justify-content: center;
}
.announcementArea2 .announcementBlockBody .findArea .findBlock {
	width: calc( ( 100%  ) / 3 );
}
.announcementArea2 .announcementBlockBody .findBlock dl {
	margin:0;
}
.announcementArea2 .announcementBlockBody .findBlock dt {
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding-bottom:0.5rem;
	font-size: 1rem;
	line-height:1.2;
}
.announcementArea2 .announcementBlockBody .findBlock dd {
	margin:0;
	line-height:1;
	display: flex;
	justify-content: center;
	font-family: 'Barlow Condensed', sans-serif;
}

.announcementArea2 .announcementBlockBody .findBlock dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	width: 3rem;
	height:3rem;
	border-radius: 1.5rem;
	background-color:#fff;
	position:relative;
	margin: 0 0.25rem;
	text-decoration:none;
	position:relative;
}
.announcementArea2 .announcementBlockBody .findBlock dd a.active,
.announcementArea2 .announcementBlockBody .findBlock dd a:hover {
	color:#fff;
	background-color:#7f7f7f;
}
.announcementArea2 .announcementBlockBody .findBlock dd a.active::after,
.announcementArea2 .announcementBlockBody .findBlock dd a:hover::after {
	position:absolute;
	left:50%;
	margin-left: -6px;
	bottom:0.25rem;
	content:"";
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	border-top: 0.4rem solid #fff;
}
@media screen and (min-width:561px) {
.announcementArea2 .announcementBlockBody .findBlock dt {
	font-size:1.125rem;
}
.announcementArea2 .announcementBlockBody .findBlock dd a {
	width: 4rem;
	height:4rem;
	border-radius: 2rem;
	margin: 0 0.5rem;
	font-size:1.125rem;
}
.announcementArea2 .announcementBlockBody .findBlock dd a.active::after,
.announcementArea2 .announcementBlockBody .findBlock dd a:hover::after {
	bottom:0.5rem;
}
}
@media screen and (min-width:961px), print {
.announcementArea2 .announcementBlockBody .findBlock dt {
	font-size:1.25rem;
}
.announcementArea2 .announcementBlockBody .findArea .findBlock {
	width: auto;
	padding:0 1rem;
}
.announcementArea2 .announcementBlockBody .findBlock dd a {
	width: 6rem;
	height:6rem;
	border-radius: 3rem;
	margin: 0 0.5rem;
	font-size:1.25rem;
}
.announcementArea2 .announcementBlockBody .findBlock dd a.active::after,
.announcementArea2 .announcementBlockBody .findBlock dd a:hover::after {
	bottom:1rem;
}
}

.announcementArea3 .announcementBlock {
	max-width: 1280px;
	margin:0 auto;
}

.announcementArea3 .listMenu {
	text-align:right;
	margin:0 0 1rem;
}
.announcementArea3 .listMenu a {
	display:inline-block;
	border: 1px solid rgba(0,0,0,1);
	border-radius:2px;
	background-color:rgba(240,240,240,1);
	line-height:1;
	text-decoration:none;
	font-weight:bold;
	padding:0.5rem;
	cursor:pointer;
}

.announcementArea3 .listCaption {
	padding:0.5rem;
	border: 2px solid #000;
	margin: 0 0 4rem;
}
.announcementArea3 .listCaption .listTitle {
	margin: 0;
	font-size:1.5rem;
}
.announcementArea3 .listCaption .listDate {
	margin: 0;
	font-size:1.5rem;
}

.announcementArea3 .listBody table {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse:collapse;
}
.announcementArea3 .listBody table th,
.announcementArea3 .listBody table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:0.25rem;
}
.announcementArea3 .listBody table th {
	background-color:#aaa;
}

/* ---------------------------------------------------
	
	sitePolicy
	
--------------------------------------------------- */

.policyBlock {
	max-width:1280px;
	margin:0 auto;
}
.policyBlock .policyBlockTitle {
	margin: 0 0 4rem;
}
.policyArea2 .policyBlock {
	padding: 0 0 4rem;
}
.policyBox {
	margin:0 0 2rem;
}
.policyBox dt {
	font-size: 1.125rem;
	font-weight:bold;
	margin: 0 0 1rem;
}
.policyBox dd {
	margin:0;
}

/* ---------------------------------------------------

	season

--------------------------------------------------- */

.seasonBlock {
	max-width:1280px;
	margin:0 auto;
}
.seasonBlock .seasonBlockTitle {
	margin: 0 0 4rem;
}
.seasonArea2 .seasonBlock {
	padding: 0 0 4rem;
}
.seasonBox {
	margin:0 0 2rem;
}
.seasonBox dt {
	font-size: 1.125rem;
	font-weight:bold;
	margin: 0 0 1rem;
}
.seasonBox dd {
	margin:0 0 0 1rem;
}

/* ---------------------------------------------------

	ticket

--------------------------------------------------- */

.ticketBlock {
	max-width:1280px;
	margin:0 auto;
}
.ticketBlock .ticketBlockTitle {
	margin: 0 0 4rem;
}
.ticketArea2 .ticketBlock {
	padding: 0 0 4rem;
}
.ticketBlockList1 {
	list-style:none;
	padding:0;
}
.ticketBlockList1 > li {
	padding-left:1.75em;
	text-indent:-1.75em;
}
.ticketBlockList1 li,
.ticketBlockList2 li {
	margin: 0 0 1rem;
}
.ticketArea2 .ticketBlockBody ul li > ol {
	margin:1rem 0 0 0;
}
.ticketBlockList1 > li > ol > li {
	text-indent:0;
}


/* ---------------------------------------------------
	
	Inquiry
	
--------------------------------------------------- */
.inquiryBlock {
	max-width:1280px;
	margin:0 auto;
}

.inquiryArea2 .inquiryBlock .inquiry_detail_input {
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input .redText {
	color:#c00;
	font-weight:bold;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dl {
	margin-bottom:2em;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dt {
	margin-bottom:0.5em;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dd {
	border: 1px solid #000;
	padding:0.5em;
	margin:0;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dd input {
	border:none;
	background:none;
	outline:none;
	width:100%;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dd select {
	border:none;
	background:none;
	outline:none;
	width:100%;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dd option {
	color:#000;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_input dd textarea {
	width:100%;
	height:8em;
	padding:0.5em;
	border:none;
	background:none;
	outline:none;
}

.inquiryArea2 .inquiryBlock .btnarea {
	margin:2em 0;
	text-align:center;
}
.inquiryArea2 .inquiryBlock .btnarea p {
	text-align:center;
	font-size:1em;
}
.inquiryArea2 .inquiryBlock .btnarea #submitBtn {
	cursor:pointer;
	display:inline-block;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	padding:19px 112px;
	position:relative;
	font-weight:bold;
}
.inquiryArea2 .inquiryBlock .btnarea #submitBtn:hover {
	background-color:rgba(0,0,0,0.2);
}
.inquiryArea2 .inquiryBlock .btnarea #submitBtn:focus{ outline: none; } 

.inquiryArea2 .inquiryBlock .btnarea #submitBtn::after {
	position:absolute;
	content:url(/common/img/inquiry/icon_arrowRightW.png);
	width:7px;
	height:7px;
	right:16px;
}

.inquiryArea2 .inquiryBlock .inquiry_detail_confirm dl {
	margin-bottom:2em;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_confirm dt {
	margin-bottom:0.5em;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_confirm dd {
	padding:0.5em;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_confirm p {
	margin:0;
}
.inquiryArea2 .inquiryBlock .btnarea .backtoBtn {
	cursor:pointer;
	display:inline-block;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	padding:18px 111px;
	position:relative;
	text-decoration:none;
	margin:20px;
}
.inquiryArea2 .inquiryBlock .btnarea .backtoBtn::after {
	position:absolute;
	content:url(/common/img/inquiry/icon_arrowLeft.png);
	width:7px;
	height:7px;
	left:16px;
	top: 25px;
}
.inquiryArea2 .inquiryBlock .btnarea .backtoBtn:hover {
	background-color:rgb(210, 210, 210, 1);
}

.inquiryArea2 .inquiryBlock .btnarea .submitBtn2 {
	cursor:pointer;
	display:inline-block;
	border:none;
	background-color:#000;
	color:#fff;
	padding:19px 112px;
	position:relative;
	text-decoration:none;
	margin:20px;
}
.inquiryArea2 .inquiryBlock .btnarea .submitBtn2::after {
	position:absolute;
	content:url(/common/img/inquiry/icon_arrowRightW.png);
	width:7px;
	height:7px;
	right:16px;
	top: 25px;
}
.inquiryArea2 .inquiryBlock .btnarea .submitBtn2:hover {
	background-color:rgba(0,0,0,0.8);
}

.inquiryArea2 .inquiryBlock .inquiry_detail_thanks {
	padding:10em 0;
}

.inquiryArea2 .inquiryBlock .inquiry_detail_thanks dt {
    font-size: 2rem;
		text-align:center;
		font-weight:bold;
		margin-bottom:1.5em;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_thanks dd {
	text-align:center;
}

.inquiryArea2 .inquiryBlock .inquiry_detail_thanks .btnarea .submitBtn2 {
	padding:19px 84px;
}

@media screen and (max-width:815px){
  .inquiryArea2 .inquiryBlock {
    padding-bottom: 10px;
    margin-bottom: 30px
  }
  .inquiryArea2 .inquiryBlock p {
    font-size: 0.64285714rem;
    margin-bottom: 30px
  }
  /* 2024.1.23 add */
  .inquiryArea2 .inquiryBlock .inquiry_detail_list {}
  .inquiryArea2 .inquiryBlock .inquiry_detail_list_item {
    font-size: 0.64285714rem;
  }
  /* 2024.1.23 add Fin */
  .inquiryArea2 .inquiryBlock .inquiry_detail_block dt {
    font-size: 0.92857143rem;
    padding-bottom: 0;
  }
  .inquiryArea2 .inquiryBlock .inquiry_detail_block dd {
    font-size: 0.64285714rem;
    margin-bottom: 30px
  }
.inquiryArea2 .inquiryBlock .inquiry_detail_confirm dl {
	font-size: 0.88rem;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_thanks {
	padding:5em 0 0;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_thanks dt {
  font-size: 0.92857143rem;
}
.inquiryArea2 .inquiryBlock .inquiry_detail_thanks dd {
    font-size: 0.64285714rem;
}
}


/* 2024.1.22 add */
.inqBox{
  padding: 2rem 0 0;
}
.inqBoxBlock{}
.inqBoxTitle{
  font-size: 1.3rem;
  margin: 0 0 0.5em;
}
.inqBoxList{
  padding: 0 2em 2em;
}
.inqBoxListMenu{
  font-size: 1.1rem;
  margin: 0 0 0.5em;
}
.inqBoxListMenu:last-of-type{
  margin: 0;
}
.inquiryArea2 .inquiryBlock a.inqBoxListMenuLink{
  /* color: rgba(255,255,255,1.00); */
  text-decoration: underline;
}
.inqBoxNote{
  font-size: 1.1rem;
}
.inquiryArea2 .inquiryBlock a.inqBoxNoteLink{
  /* color: rgba(255,255,255,1.00); */
  text-decoration: underline;
}
.inqBoxNoteSmall{
  font-size: 1rem;
}
@media screen and (max-width:815px){
.inqBox{}
.inqBoxBlock{}
.inqBoxTitle{
  font-size: 1.1rem;
  }
.inqBoxList{}
.inqBoxListMenu{
  font-size: 1rem;
  margin: 0 0 1em;
  }
.inqBoxListMenu:last-of-type{}
.inqBoxListMenuLink{
  word-break: break-all;
  }
.inqBoxNote{
  font-size: 1rem;
  }
.inqBoxNoteLink{
  word-break: break-all;
  }
.inqBoxNoteSmall{
  font-size: 1rem;
  }
}

/* ---------------------------------------------------
	
	Ranking
	
--------------------------------------------------- */
.rankingMenu.newsMenu {
	background: none;
}
.rankingMenu.newsMenu.vmen-margin {
	margin-bottom: -2rem;
}

.rankingBox {
}
.rankingBox .rankingLine {
	display:flex;
	align-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:bold;
	font-size:1.125rem;
}
.rankingBox .rankingLine > div {
	border-right: 1px solid transparent;
}
.rankingBox > .rankingLine:nth-child(2n+1) {
	background-color:#f2f2f2;
}
.rankingBox .rankingLine > div:last-child {
	border-right: none;
}
.rankingBox .rankingLine .col1 {
	width:3em;
	text-align:center;
	padding:0.5rem 0.25rem;
}
.rankingBox .rankingLine .col2 {
	width: calc( 100% - 3rem - 2.5rem - 2.5rem - 3rem );
	display: flex;
	align-items: center;
	padding:0.5rem 0;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.rankingBox.annual .rankingLine .col2 {
	width: calc( 100% - 3rem );
	font-size:0.75rem;
}
.rankingBox .rankingLine .col2 .teamLogo {
	/* display: inline-block; */
	width: 4rem;
}
.rankingBox .rankingLine .col3 {
	width:2.5rem;
	text-align:center;
	padding:0.5rem 0.25rem;
}
.rankingBox .rankingLine .col4 {
	width:2.5rem;
	text-align:center;
	padding:0.5rem 0.25rem;
}
.rankingBox .rankingLine .col5 {
	width:3rem;
	text-align:center;
	padding:0.5rem 0.25rem;
}

.rankingBox .rankingLine.rankingCaps {
	color:#fff;
	text-align:center;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1rem;
}
.svl .rankingBox .rankingLine.rankingCaps {
	background-color:#917934;
}
.jvl .rankingBox .rankingLine.rankingCaps {
	background-color:#000;
}

.rankingBox .rankingLine.rankingCaps > div {
	border-right: 1px solid #fff;
}
.rankingBox .rankingLine.rankingCaps .col2 {
	justify-content: center;
}

.rankingArea2 {
	margin-top: 2rem;
}

@media screen and (min-width:480px), print {
	.rankingBox.annual .rankingLine .col2 {
		font-size:1.125rem;
	}
}

@media screen and (min-width:961px), print {
.rankingBox {
	max-width:960px;
	margin:0 auto;
}
.rankingBox .rankingLine {
	font-size:1.5rem;
}
.rankingBox .rankingLine .col1 {
	width:4rem;
	padding:0.5rem 0.5rem;
}
.rankingBox .rankingLine .col2 {
	width: calc( 100% - 4rem - 3.5rem - 3.5rem - 4rem );
	padding:0.5rem 0.5rem;
}
.rankingBox.annual .rankingLine .col2 {
	width: calc( 100% - 4rem );
	font-size:1.5rem;
}
.rankingBox .rankingLine .col3 {
	width:3.5rem;
	padding:0.5rem 0.5rem;
}
.rankingBox .rankingLine .col4 {
	width:3.5rem;
	padding:0.5rem 0.5rem;
}
.rankingBox .rankingLine .col5 {
	width:4rem;
	padding:0.5rem 0.5rem;
}
}

/* ---------------------------------------------------
	
	Record
	
--------------------------------------------------- */

.recordArea2 {
  background-color: #000;
  padding: 2rem 1rem .5rem;
}
.jvl .recordArea2 {
  background-color: #7f7f7f;
}
.recordArea3 {
  padding: 3rem 1rem 1.5rem;
}
.recordMenu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.recordMenu.centerSet {
	justify-content: center;
	
}
.recordMenu li {
  width: calc( (100% - 1rem) / 2 );
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
}
.recordMenu li a {
	text-align:center;
	letter-spacing:normal;
	vertical-align:top;
	position:relative;
	text-decoration:none;
	display: block;
	font-weight:bold;
	line-height:1;
	color:#917934;
  border: 1px solid #917934;
  padding: 0.5rem;
  border-radius:1rem;
	background-color: #fff;

	&.active {
		color:#fff;
		background-color: #917934;
		border: #917934 1px solid;
	}
}
.jvl .recordMenu li a {
	border: 1px solid #7f7f7f;
	background-color: #fff;
	color:#000;

	&.active {
		color:#fff;
		background-color: #000;
		border: #7f7f7f 1px solid;
	}
}
.recordMenu li a.active::after {
	content:"";
	position:absolute;
	left: 50%;
	bottom: -.5rem;
	width: 0;
	height: 0;
	border-right: .5rem solid transparent;
	border-left: .5rem solid transparent;
	border-top: .5rem solid #917934;
  transform: translateX(-50%);
}
.jvl .recordMenu li a.active::after {
	border-top: .5rem solid #000;
}

@media screen and (min-width:351px), print {
	.recordMenu li {
		font-size: 1rem;
	}
}

@media screen and (min-width:961px), print {
.recordMenu {
  justify-content: center;
}
.recordMenu li {
  width: 20%;
  padding: 0 0.5rem;
}
.recordMenu li a {
  padding: 1rem 1rem 1rem 1rem;
  border-radius:1.5rem;
}
.recordMenu li a.active::after {
	bottom: -.75rem;
	border-right: .75rem solid transparent;
	border-left: .75rem solid transparent;
	border-top: .75rem solid #917934;
}
.jvl .recordMenu li a.active::after {
	border-top: .75rem solid #000;
}
}
  

.recordArea4 {
  padding: 1rem 1rem 2rem;
}
.recordArea4 .recordBlockTitle {
  font-size:1.25rem;
}
@media screen and (max-width:560px) {
  .recordArea4 .recordBlockTitle::after {
    width: 100%;
    margin-left:-50%;
  }
}
.recordArea4 .recordBlockBody {
  margin: 0 auto 2rem;
}
.recordBox {
  margin: 0 0 2rem;
}

.recordBox .recordLine {
	display:flex;
	align-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:bold;
	font-size:0.9rem;
}
.recordBox .recordLine > div {
	border-right: 1px solid transparent;
}
.recordBox > .recordLine:nth-child(2n+1) {
	background-color:#f2f2f2;
}
.recordBox .recordLine > div:last-child {
	border-right: none;
}
.recordBox .recordLine .col1 {
	width:3em;
	text-align:center;
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col2 {
	width: calc( 100% - 3rem - 4rem );
	display: flex;
	align-items: center;
	padding:0.5rem 0;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.recordBox .recordLine .col2 .teamLogo {
	/* display: inline-block; */
	width: 4rem;
}
.recordBox .recordLine .col3 {
	width:4rem;
	text-align:center;
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col100 .teamLogo {
	display: inline-block;
	vertical-align: middle;
	width: 4rem;
}
.recordBox .recordLine .col11 {
	width:3em;
	text-align:center;
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col12 {
	font-size: 0.8rem;
	width: calc( 50% - 2rem );
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col13 {
	font-size: 0.8rem;
	width: calc( 50% - 1rem );
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col100 {
	width:100%;
	padding:0.5rem 0.5rem;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.recordBox .recordLine.recordCaps {
	color:#fff;
	text-align:center;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1rem;
}
.svl .recordBox .recordLine.recordCaps {
	background-color:#917934;
}
.jvl .recordBox .recordLine.recordCaps {
	background-color:#000;
}

.recordBox .recordLine.recordCaps > div {
	border-right: 1px solid #fff;
}
.recordBox .recordLine.recordCaps .col2 {
	justify-content: center;
}

@media screen and (min-width:451px), print {
	.recordBox .recordLine {
		font-size:1.125rem;
	}
}
@media screen and (min-width:961px), print {
.recordArea3 .recordBlockTitle {
  font-size:1.5rem;
}
  .recordBox {
	max-width:1040px;
	margin:0 auto;
}
.recordBox .recordLine {
	font-size:1.5rem;
}
.recordBox .recordLine .col1 {
	width:4rem;
	padding:0.5rem 0.5rem;
}
.recordBox .recordLine .col2 {
	width: calc( 100% - 4rem - 4.5rem );
	padding:0.5rem 0.5rem;
}
.recordBox .recordLine .col3 {
	width:4.5rem;
	padding:0.5rem 0.5rem;
}
.recordBox .recordLine .col11 {
	width:6em;
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col12 {
	font-size: 1.2rem;
	width: calc( 50% - 3rem );
	padding:0.5rem 0.25rem;
}
.recordBox .recordLine .col13 {
	font-size: 1.2rem;
	width: calc( 50% - 3rem );
	padding:0.5rem 0.25rem;
}

}

/* 星取表・試合結果 */
.recordBlockBody .introText {
	text-align:center;
}

.recordSeasonBoxTitle {
	font-weight:bold;
	text-align:center;
	background-color:#917934;
	color:#fff;
	margin:0;
	padding:0.5rem;
}
.jvl .recordSeasonBoxTitle {
	background-color:#7f7f7f;
	color:#fff;
}
.recordSeasonBox {
	padding:1rem;
	background-color:#f2f2f2;
}
.recordSeasonChildBox {
	margin:0 0 1rem;
}
.recordSeasonChildBox dt {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:0.25rem;
}
.recordSeasonChildBox dd {
	padding:0.5rem;
	margin:0;
	text-align:center;
	background-color:#fff;
}

/* 選手記録 */
.recordMenuBox p {
	text-align:center;
}
.recordArea5 {
	background:#f2f2f2;
}

.recordArea6 {
	background-color:#000;
}
.jvl .recordArea6 {
	background-color:#7f7f7f;
}
.recordArea6 .recordBlockTitle {
	color:#fff;
}
.recordArea6 .recordBlockTitle::after {
	background-color:#ddd;
}
/* .recordArea6 .recordBlockBody {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
} */

.recordFindBox {
	margin: 0 0 1rem;
}
.recordFindDropdown {
	position:relative;
}
.recordFindDropdown button {
	width: 100%;
	box-sizing: border-box;
	padding:0.5rem;
	text-align:center;
	background-color:#917934;
	color:#fff;
	font-weight:bold;
}
.jvl .recordFindDropdown button {
	background-color:#000;
}
.recordFindDropdown button .dropdown-arrow {
	position:absolute;
	right: 1rem;
	top:50%;
	transform: translateY(-50%);
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #fff;
}
.recordFindDropdown-content {
	display:none;
	position:absolute;
	width: 100%;
	background:#fff;
	min-width:4rem;
	z-index: 1;
}
.recordFindDropdown-content .recordFind {
	list-style:none;
	margin:0;
	padding:0;
}

.recordFindDropdown-content .recordFind > li:nth-child(2n) {
	background-color:#f2f2f2;
}
.recordFindDropdown-content .recordFind > li input[type="radio"] {
	display:none;
}
.recordFindDropdown-content .recordFind > li label {
	display:block;
	width: 100%;
	text-align:center;
	padding:0.25rem;
	cursor:pointer;
}
.recordFindBox + .btnArea {
	margin: 3rem 0 0;
}
.recordFindBox input[type=text] {
	width: 100%;
	font-size: 1.6rem;
	padding: 0.3rem 0.6rem;
}

.rankingArea2.recordArea6 {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
}
.rankingArea2.recordArea6 .recordFindBox {
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------
	
	Event
	
--------------------------------------------------- */

.contentsPage > .eventArea1 {
	background-color:#f2f2f2;
	padding:3rem 1rem;
}
.contentsPage > .eventArea1:nth-child(2n) {
	background-color:#fff;
}
.contentsPage > .eventArea1 + .snsArea {
	margin-top: 4rem;
}
.contentsPage > .eventArea1 .eventBlock {
	max-width: calc(1280px + 1.2rem);
	margin: 0 auto;
}
.eventArea1 > .eventBlock .eventBlockChildTitle {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 3rem;
	font-weight:bold;
	text-align:center;
	margin:0 0 1em;
}
.eventBlock .contentsBlockBody .threeColumnBlock {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.eventBlock .contentsBlockBody .threeColumnBlock > .threeColumn {
	width: calc( (100% - 3.6rem) / 3);
	min-width:320px;
	margin: 0 0.6rem 1.2rem;
	text-decoration:none;
	background-color:#fff;
	border: 1px solid #ddd;
}
.eventBlock .contentsBlockBody .threeColumnBlock > .threeColumn .thumbnail img {
	width: 100%;
}
.eventBlock .contentsBlockBody .threeColumnBlock > .threeColumn .summary {
	text-align:center;
	font-weight:bold;
	padding:0.5rem 1rem;
}


/* ---------------------------------------------------
	
	Sitemap
	
--------------------------------------------------- */


/* ---------------------------------------------------

	Media Queries

--------------------------------------------------- */
@media screen and (min-width:561px) {
}
@media screen and (min-width:961px) {
}
@media print {
}
/* ---------------------------------------------------

	ページナビ

--------------------------------------------------- */

.pagination {
	margin:2rem 0;
}
.pagination .pagenumber,
.pagination .pageNavi {
	width:100%;
	box-sizing: border-box;
}
.pagination .pagenumber ul,
.pagination .pageNavi ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.pagination .pagenumber ul li,
.pagination .pageNavi ul li {
	margin: 0 0.5rem 1rem;
}
.pagination .pagenumber ul li a,
.pagination .pageNavi ul li a {
	border-radius: 1.5rem;
	line-height:1;
	text-align: center;
	display:inline-block;
	height:auto;
	text-decoration:none;
	padding:1rem 0;
	background-color:#f2f2f2;
}
.pagination .pagenumber ul li a {
	width:3rem;
	position:relative;
}
.pagination .pagenumber ul li.prev a,
.pagination .pagenumber ul li.next a {
	background: none;
}

.pagination .pageNavi ul li a {
	padding: 1rem 2rem;
	position:relative;
	color:#fff;
	background-color:#000;
}
.svl .pagination .pageNavi ul li a {
	background-color:#917934;
}
.pagination .pageNavi ul li.next a {
	padding: 1rem 2.5rem 1rem 2rem;
}
.pagination .pageNavi ul li.prev a {
	padding: 1rem 2rem 1rem 2.5rem;
}

.pagination .pagenumber ul li.prev a::before {
	content: "";
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(-45deg);
	margin-left:0.25rem;
}

.pagination .pagenumber ul li.next a::after {
	content: "";
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	margin-right:0.25rem;
}

.svl .pagination .pagenumber ul li.prev a::before {
	border-top: 1px solid #917934;
	border-left: 1px solid #917934;
}
.svl .pagination .pagenumber ul li.next a::after {
	border-top: 1px solid #917934;
	border-right: 1px solid #917934;
}


.pagination .pageNavi ul li.prev a::before {
	content: "";
	display: inline-block;
	position:absolute;
	left:1rem;
	top:50%;
	margin-top: -0.35rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	margin-left:0.25rem;
}

.pagination .pageNavi ul li.next a::after {
	content: "";
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	position:absolute;
	right:1rem;
	top:50%;
	margin-top: -0.35rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-right:0.25rem;
}
.pagination .pagenumber ul li a:hover,
.pagination .pageNavi ul li a:hover,
.pagination .pagenumber ul li.active a,
.pagination .pageNavi ul li.active a {
	color:#fff;
	background-color:#000;
}
.svl .pagination .pagenumber ul li a:hover,
.svl .pagination .pageNavi ul li a:hover,
.svl .pagination .pagenumber ul li.active a,
.svl .pagination .pageNavi ul li.active a {
	background-color:#917934;
}
.pagination .pageNavi ul li.prev a:hover::before,
.pagination .pagenumber ul li.prev a:hover::before{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.pagination .pageNavi ul li.next a:hover::after,
.pagination .pagenumber ul li.next a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


/*******************************

  Award

*******************************/
.contentsPage .awardIntroArea {
	padding:0 1rem;
}
.contentsPage .awardArea3 {
	padding:3rem 1rem 0;
}

.awardArea .awardBlockWide .recordBlock {
}
.awardArea .recordBlock {
	margin:0 0 4rem;
}
.awardArea .awardBlockWide .recordBlockBody {
	position:relative;
}

.awardArea .recordBlock .recordBox {
	margin:0 auto;
}
.awardArea3 .recordMenu li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.en .awardArea3 .recordMenu li a {
	height: 4rem;
}

.awardArea3 .recordMenu li a span {
	display: block;
}

.awardArea .recordBlock .awardBlockTitle {
	font-size: 1.25rem;
	margin:0 0 2rem;
}
.recordBox .awardLine {
	display:flex;
	align-items: stretch;
}
.recordBox .awardLine > div {
	border-right: 1px solid transparent;
	text-align:center;
	padding:0.5rem 0.25rem;
	display:flex;
	align-items: center;
	justify-content: center;
}

.recordBox > .awardLine:nth-child(2n+1) {
	background-color:#f2f2f2;
}
.recordBox .awardLine > div:last-child {
	border-right: none;
}

.recordBox .awardLine.awardCaps {
	color:#fff;
	text-align:center;
	font-size:1rem;
	font-weight:bold;
}
.svl .recordBox .awardLine.awardCaps {
	background-color:#917934;
}
.jvl .recordBox .awardLine.awardCaps {
	background-color:#000;
}


@media screen and (max-width:960px), print {
.en .awardArea3 .recordMenu li a {
	height: 3rem;
}

.awardArea .recordBlock .recordBox {
	font-size: 0.7rem;
}
.recordBox .awardLine.awardCaps {
	font-size: 0.7rem;
}

/*
.awardArea .awardBlockWide .recordBlockBody {
	padding-top:2.5em;
}
.awardArea .awardBlockWide .recordBlockBody::after {
  content: "☜ 表をスワイプしてご覧ください ☞";
  display: inline-block;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
*/
.awardArea .awardBlockWide .recordBlockBody .recordBox {
	overflow-x:scroll;
}

.awardArea .awardBlockWide .recordBlockBody .recordBox .awardLine {
	/* width:960px; */
	width: 640px;
}
}
@media screen and (min-width:961px), print {
.recordBox .awardLine {
}

}

.recordBox .awardLine.awardCaps .full {
	width: 100%;
}
.recordBox .awardLine.awardCaps > div {
	border-right: 1px solid #fff;
}
.recordBox .awardLine.awardCaps > div:last-child {
	border-right: none;
}

.recordBlock .awardIntroText {
	text-align:center;
}


.recordBox .awardLine .col21 {
	width:6em;
}
.recordBox .awardLine .col22 {
	width: calc( 100% - 6em );
}

.recordBox .awardLine .col31 {
	width:6em;
}
.recordBox .awardLine .col32,
.recordBox .awardLine .col33 {
	width: calc( (100% - 6em) / 2 );
}

.recordBox .awardLine .col41 {
	width:6em;
}
.recordBox .awardLine .col42,
.recordBox .awardLine .col43,
.recordBox .awardLine .col44 {
	width: calc( (100% - 6em) / 3 );
}
.recordBox .awardLine .col41b {
	width:6em;
}
.recordBox .awardLine .col42b {
	width: 10em;
}
.recordBox .awardLine .col43b {
	width: 12em;
}
.recordBox .awardLine .col44b {
	width: calc( (100% - 28em) );
}

.recordBox .awardLine .col51 {
	width:6em;
}
.recordBox .awardLine .col52,
.recordBox .awardLine .col53,
.recordBox .awardLine .col54,
.recordBox .awardLine .col55 {
	width: calc( (100% - 6em) / 4 );
}


.recordBox .awardLine .col61 {
	width:6em;
}
.recordBox .awardLine .col62 {
	width: calc( 100% - 42em );
}
.recordBox .awardLine .col63 {
	width:14em;
}
.recordBox .awardLine .col64,
.recordBox .awardLine .col65,
.recordBox .awardLine .col66 {
	width:8em;
}
.recordBox .awardLine .col71 {
	width:6em;
}
.recordBox .awardLine .col72 {
	width: calc( 100% - 44em );
}
.recordBox .awardLine .col73 {
	width:14em;
}
.recordBox .awardLine .col74,
.recordBox .awardLine .col75,
.recordBox .awardLine .col76,
.recordBox .awardLine .col77 {
	width:8em;
}

.recordBox .awardLine .col71b {
	width:6em;
}
.recordBox .awardLine .col72b,
.recordBox .awardLine .col73b,
.recordBox .awardLine .col74b,
.recordBox .awardLine .col75b,
.recordBox .awardLine .col76b,
.recordBox .awardLine .col77b {
	width: calc( (100% - 6em) / 6 );
}

.recordBox .awardLine .colParent {
	flex-direction: column;
}
.recordBox .awardLine .colParent .colChildren {
	width: 100%;
	display:flex;
	padding: 0.5rem 0;
	border-bottom: 1px solid #ccc;
}
.recordBox .awardLine .colParent > .colChildren:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.recordBox .awardLine .colParent .colChildren .col32,
.recordBox .awardLine .colParent .colChildren .col33 {
	width: calc( 100% / 2 );
}
.recordBox .awardLine .colParent .colChildren .col42,
.recordBox .awardLine .colParent .colChildren .col43,
.recordBox .awardLine .colParent .colChildren .col44 {
	width: calc( 100% / 3 );
}


@media screen and (min-width:961px), print {
}
@media screen and (max-width:480px), print {
.en .awardArea3 .recordMenu li a {
	height: 4rem;
}
}
