@charset "utf-8";

/* { outline: 1px solid red; }*/

.alphaOver a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: .7;
    opacity: .7;
    zoom: 1
}
a,
a:link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.5s;
}
/* -----------------------------------------------------------------------------

		TOP page

----------------------------------------------------------------------------- */
#keyvisual{
    margin-top: 0px;
}
.mvBox {
	width: 100vw !important;
	padding-top: 0px;
	overflow: hidden;
}

	#canvas,
	#animation_container{ 
	margin: 0 auto;
		width: 100vw !important;
	height: calc(100vw * 0.5) !important;
	}
	
.contentsArea{
    max-width: 1000px;
    margin: auto;
    padding:40px 0 ;
}
.contentsArea h2{
	max-width: 450px;
	width: 100%;
	margin: 0 auto 60px;
}
/*------------------------------
カテゴリーの間の飾り罫
-------------------------------*/

.line{
    padding: 5px 0 25px;
    /*border: 1px #fff solid;*/
}
@media screen and (max-width: 767px) {
.line{
    padding: 0 0 10px;
   /* border: 1px #fff solid;*/
}
}
/*------------------------
　ポジションから探す
-------------------------*/

.topPlayers{
	padding-top: 30px;
    background-image: url(../img/pc_top_ttl_position.png) ;
    background-size:100%;
    background-position:top center;
    margin: 0;
    background-repeat:no-repeat;
    /*border: 1px #fff solid;*/
}
.topPlayers h3{
	max-width: 400px;
	width: 70%;
	margin: 30px auto 0;
    /*border: 1px #fff solid;*/
}
.topPlayers .listBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	/*position: relative;*/
	}
.topPlayers .listitem{
	width: 30%;
	padding-top: 200px;
	/*margin: auto;*/
 }

.topPlayers .lictBox::after{
	display: block;
	content:"";
	width: 30%;
}
.topPlayers .title:hover {
	opacity: .8;
	cursor: pointer;
}


	
	.title img {
	margin-top: 10px;
}
/*------アコーディオン開いた部分-----*/
.box{
	display: none;
	position: absolute;
	width:450px;
}
/*----------------------------------------*/

/*--投手・野手部分--*/
.acdItem{
	width: 65%;
    background: #000;
	/*background: url(../img/acd_bg.jpg) no-repeat top center / cover;*/
	/*padding: 3px;*/
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 20px;
}

.acdItem p {
	width: 50%;
	padding: 5px 10px;
	box-sizing: border-box;
    /*border: 1px #fff solid;*/
}
.acdItem p a{
        color:#fff;
}

/*--レジェンズ部分--*/
.acdItem2{
	width: 100%;
	background: url(../img/acd_bg2.jpg) no-repeat top center / cover;
	/*padding: 3px;*/
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
}

.acdItem2 p {
	width: 50%;
	padding: 3px 5px;
	box-sizing: border-box;
}
/*------------------------
　カテゴリーから探す
-------------------------*/

.topCategory{
	padding-bottom: 0px;
    background-image: url("../img/pc_top_ttl_category.png") ;
    background-size:100%;
    background-position:top center;
    margin: 0;
    background-repeat:no-repeat;
    /*border: 1px #fff solid;*/
}
.topCategory h3{
	max-width: 400px;
	width: 70%;
	margin: 20px auto 30px;
}
.topCategory ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 270px;
	margin-top: 20px;
}
.topCategory li{
	width: 30%;
	margin: auto;
}
.topCategory li:nth-child(n + 4){
	margin-top: 20px;
}

.toraco{
	width: 50%;
	text-align: center;
	margin: 20px auto 10px ;
}

/*------------------------
　エリアから探す
-------------------------*/
.topFloormap{
	padding-bottom: 30px;
    background-image: url("../img/pc_top_ttl_area.png") ;
    background-size:100%;
    background-position:top center;
    margin: 0;
    background-repeat:no-repeat;
    /*border: 1px #fff solid;*/
	padding-top: 250px;
	margin-top: 20px;
}

.topFloormap h3{
	max-width: 400px;
	width: 70%;
	margin: 0 auto 30px;
}
.topFloormap ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topFloormap li{
	width: 19%;
	margin: auto;
}

/*==========================

エリアマップ（地図レイヤー分け）

===========================*/

 .mapbase{
    width: 70%;
    margin: 0 auto;
    position: relative;
     z-index: 0;
}

.maparea01{
    position: absolute;
    left: 245px;
    top:420px;
}
.maparea02{
    position: absolute;
    left: 490px;
    top:280px;
}
.maparea03{
    position: absolute;
    left: 0px;
    top:280px;
}
.maparea04{
    position: absolute;
    left: 480px;
    top:35px;
}
.maparea05{
    position: absolute;
    left:10px;
    top:35px;
}

@media screen and (max-width: 767px) {
  .mapbase{
    width: 100%;
    margin: 0 auto;
 }   
    
}









/*------------------------
　キャンペーン
-------------------------*/

.topCampaign{
	margin-bottom: 70px;
}
.topCampaign h3{
	max-width: 400px;
	width: 70%;
	margin: 0 auto 30px;
}
.topCampaign ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topCampaign li{
	width: 45%;
	margin: auto;
}
.topCampaign li img{
		margin-bottom: 25px;
	}

/*-------------------------
　トップページ注釈
---------------------------*/
.topNotes{
	color: #fff;
	font-size: 14px;
	text-align: right;
	/*text-shadow: #000 1px 1 12px;*/
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom: solid #fff 1px;
}

/*-------------------
         SNS

.topSns {
	text-align: center;
	margin-top: 15px;
}
.topSns ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topSns li{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-bottom: 0px;
}
.topSns li:first-child {
	margin-top: 15px;
	margin-right: 15px;
}
.topSns li img{
	max-width:   63px;
	margin: 0 10px;
}
--------------------*/

/*---- 書き換え SNS ---*/
#sns_area {
    width: 100%;
	text-align: center;
    /*background: #fff;*/
	padding-top: 20px;
	/*padding-bottom: 10px;*/
}

.snsSet {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.snsSet .snsText {
	display: flex;
	font-size: 24px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 15px;
	color: #fff;
}
.snsIcon ul {
	display: flex;
}
.snsIcon li img{
max-width: 50px;
	margin: 0 20;
	padding-right: 10px;
}

.bn {
    width: 100%;
	text-align: center;
}

.bn img {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
} 
.bn p{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.bn .pc {
	display: block !important;
}
.bn .sp {
	display: none !important;
}










/*-------------------------
ここからスマホ指定
---------------------------*/

@media screen and (max-width: 767px) {
	
	a:hover{
		opacity: 1;
	}
	/* -----------------------------------------------------------------------------

			TOP page

	----------------------------------------------------------------------------- */
	.mvBox{
		width: 100vw !important;
		padding-top: 0px;
		overflow: hidden;
	}
	#canvasSP,#animation_containerSP{ margin: 0 auto;
		width: 100vw !important;
	height: calc(100vw * 1.78) !important;}
	#animation_containerSP{}
	.contentsArea{
		padding: 10px 10px 0;
	}

	.contentsArea h2{
	/*max-width: 450px;*/
	width: 80%;
	margin: 0 auto 30px;
}


/*-----------------------------
　ポジションから探す
-------------------------------*/
.sp_topPlayers{
	padding-bottom: 20px;
    background-image: url(../img/sp_top_ttl_position.png) ;
    background-size:100%;
    background-position:top center;
    margin: 0;
    background-repeat:no-repeat;
    /*border: 1px #fff solid;*/
}
/*.sp_topPlayers{
	margin-bottom: 60px;
}*/
.sp_topPlayers h3{
	width: 80%;
	margin: 20px auto 5px;
}
.sp_topPlayers .listBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding-top: 120px;
}
.sp_topPlayers .listitem{
	width: 100%;
	margin: 5px;
 }

.title_sp img {
	margin-top: 0px;
}


.topPlayers .title_sp a:hover {
	opacity: 1;
	cursor: pointer;
}
	
/*------アコーディオン開いた部分-----*/
.box{
	display: none;
	position: absolute;
	width: 98%;
}
/*----------------------------------------*/

/*--投手・野手部分--*/
.acdItem{
	width: 100%;
    background: #000;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
}

.acdItem p {
	width: 50%;
	padding: 3px 5px;
	box-sizing: border-box;
}

	/*------------▲ポジションここまで▲-----------*/
	
	
	/*---------------------------
　	カテゴリーから探す
	------------------------------*/
    .topCategory{
	padding-bottom: 20px;
    background-image: url("../img/sp_top_ttl_category.png") ;
    background-size:100%;
    background-position:top center;
    margin: 0;
    background-repeat:no-repeat;
    /*border: 1px #fff solid;*/
		margin-top: 0px;
}
	.topCategory h3{
	width: 80%;
	margin: 20px auto 20px;
}

	/*.topCategory{
		margin-bottom: 60px;	
	}*/
	.topCategory{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.topCategory ul{
		margin-top: 10px;
		padding-top: 130px;
	}
	.topCategory li{
		width: 48%;
		margin: 10px auto 0;
	}	
	.topCategory li:nth-child(-n + 2){
		margin-top: 0;
	}
	.topCategory li:nth-child(n + 4){
		margin-top: 10px;
	}
	.topCategory.playerList h3{
		margin-bottom: 0;
	}
	.topCategory.playerList li:first-child{
		width: 98%;
	}
	.topCategory.playerList li:nth-child(2){
		margin-top: 10px;
	}
	
	.toraco{
	width: 80%;
	text-align: center;
	margin: 10px auto 10px ;
}
	
	/*--------------------------
	　エリアから探す
	----------------------------*/
    .topFloormap{
	padding: 0 0 20px;
    background-image: url("../img/sp_top_ttl_area.png") ;
    background-size:100%;
    background-position:top center;
    margin: 0;
    background-repeat:no-repeat;
    /*border: 1px #fff solid;*/
}
	/*.topFloormap {
		margin-bottom: 50px;
	}*/
	
	.topFloormap h3{
	width: 80%;
	margin: 10px auto 20px;
}
	.topFloormap ul {
		margin-bottom: 20px;
	}
	.topFloormap li{
	width: 30%;
	margin: 5px;
}
	
	.mapbase{
		margin-top: 10px;
		padding-top: 130px;
	}
	
	/*------------------------
　キャンペーン
-------------------------*/

.topCampaign{
	margin-bottom: 30px;
}
.topCampaign h3{
	width: 80%;
	margin: 0 auto 20px;
}
.topCampaign ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topCampaign li{
	width: 48%;
	margin: auto;
}
.topCampaign li img{
		margin-bottom: 10px;
	}
	
	.topNotes{
		font-size: 12px;
	text-align: center;
		margin-bottom: 0px;
	padding-bottom:20px;
	}
	
	
	/*-----SNSエリア-----*/
	/*----SNS
	#sns_area .topSns li:first-child{
		flex-direction: column;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		margin-top: 0 px;
}
	-----*/
	#sns_area .topSns li img {
		max-width: 50px;
	}
	#sns_area {
		padding-bottom: 10px;		
	}
	/*--SNS書き換え--*/
	.snsSet {
		flex-direction: column;
		align-items: center;
	}
	.snsSet .snsText {
	font-size: 20px;
	font-weight: bold;
		margin-right: 0;
		padding-bottom: 15px;
}
	
	.bn img{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	.bn .pc {
	display: none !important;
}
.bn .sp {
	display: block !important;
}

 }