
/* CSS Document */

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

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 0px auto ;
}
.top-image .txt h1 {
	position: absolute;
	left: 5%;
	bottom: 5%;
	margin: 0 auto;
	color: #fff;
	font-size: 10vw;
	line-height: 1.2em;
	z-index: 1;
}

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 0px auto ;
}
.main-image .txt  {
	position: absolute;
	left: 5%;
	bottom:30%;
}
.main-image .txt h1 {
	margin: 0 auto;
	color: #fff;
	font-size: 7vw;
	line-height: 1.2em;
	z-index: 1;
}
.main-image .txt h2 {
	font-size: 3vw;
	line-height: 1.2em;
	color: #fff;
}

.top-main-cont {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.inner{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
section.backg{
	background: #f3f3f3;
}
section .inner{
	padding: 30px 20px;
}
.tRight{
	text-align: right;
}

.TopLeft,
.TopRight{
	width: 50%;
}
.TopMessage,
.TopPlayer,
.TopNews{
	position: relative;
}
.TopMessage .arrow,
.TopPlayer .arrow,
.TopNews .arrow{
	position: absolute;
	width: 10%;
	right: 20px;
	bottom: 20px;
	max-width: 40px;
}
.TopMessage .title{
	position: absolute;
	left: 5%;
	bottom:20%;
	color: #fff;
	font-size: 1.8vw;
}
.TopPlayer .title{
	position: absolute;
	left: 5%;
	top:15%;
	color: #fff;
	font-size: 1.8vw;
}
.TopNews .title{
	position: absolute;
	left: 5%;
	top:15%;
	color: #fff;
	font-size: 1.8vw;
}
.TopMessage .title .en{
	display: block;
	font-size: 6.5vw;
	margin-bottom: 10%;
}
.TopPlayer .title .en,
.TopNews .title .en{
	display: block;
	font-size: 5.0vw;
	margin-bottom: 10%;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
.main-image .txt  {
	bottom:16%;
}
.main-image .txt h1 {
	font-size: 8vw;
}
.main-image .txt h2 {
	font-size: 4vw;
}
	
.TopMessage .title{
	font-size: 2.5vw;
}
.TopPlayer .title{
	font-size: 2.5vw;
}
.TopNews .title{
	font-size: 2.5vw;
}
.TopMessage .title .en{
	display: block;
	font-size: 8vw;
	margin-bottom: 10px;
}
.TopPlayer .title .en,
.TopNews .title .en{
	display: block;
	font-size: 7vw;
	margin-bottom: 10px;
}
	
}

@media only screen and (min-width:1px) and (max-width: 480px) {

	
.main-image .txt  {
	bottom:12%;
}
.main-image .txt h1 {
	font-size: 9vw;
}
.main-image .txt h2 {
	font-size: 5vw;
}
	
.TopMessage .title{
	font-size: 3.5vw;
}
.TopPlayer .title{
	font-size: 3.5vw;
}
.TopNews .title{
	font-size: 3.5vw;
}
	
.TopMessage .title .en{
	display: block;
	font-size: 10vw;
	margin-bottom: 0px;
}
.TopPlayer .title .en,
.TopNews .title .en{
	display: block;
	font-size: 8vw;
	margin-bottom: 0px;
}


}

.message-image {
	position: relative;
}

.message-image .txt{
	position: absolute;
	left: 5%;
	top: 20%;
	color: #fff;
}
.message-image h1{
	margin: 0 auto;
	color: #fff;
	font-size: 7vw;
	line-height: 1.2em;
	z-index: 1;
}
.message-image p{
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
.message-image p{
	font-size: 1.4rem;
	line-height: 1.8em;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {

.message-image {
	background: url("../img/message/message_back.png") center top no-repeat;
	background-size: cover;
}
.message-image .photo{
		display: none;
	}
.message-image .txt{
	position: relative;
	left: inherit;
	top: inherit;
	padding: 180px 20px 80px 20px;
	color: #fff;
}
.message-image p{
	font-size: 1.3rem;
}
.message-image p.mt-space8p{
	margin-top: 5%;
}
.message-image p.mt-space5p{
	margin-top: 3%;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {
.message-image .txt{
	padding: 90px 20px 50px 20px;
}
.message-image p{
	letter-spacing: 0;
	font-weight: 500;
}
	.brpc{
		display: none;
	}
}

.playerbox{
	width: 48%;
	margin: 10px 1%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	flex-wrap: wrap;
}
.playerbox .Photo{
	width: 40%;
}
.playerbox .Profile{
	width: 60%;
	padding: 10px;
}
.playerbox table th{
	font-size: 1.2rem;
	line-height: 1.4em;
	text-align: right;
	color: #22274c;
	vertical-align: top;
}
.playerbox table td{
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
}


@media only screen and (min-width:1px) and (max-width: 670px) {

.playerbox{
	width: 98%;
	margin: 10px 1%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	flex-wrap: wrap;
}
.playerbox .Photo{
	width: 35%;
}
.playerbox .Profile{
	width: 65%;
	padding: 10px;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.playerbox{
	align-items: flex-start;
}
.playerbox .Photo{
	width: 50%;
	padding: 5px 0;
}
.playerbox .Profile{
	width: 50%;
	padding: 5px;
}
	
.playerbox table th{
	text-align: left;
	background: #efefef;
	font-size: 1.1rem;
	line-height: 1.2em;
}
.playerbox table td{
	font-size: 1.2rem;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}
	
}

.NewsMain{
	width: 80%;
	padding: 80px 20px;
}
section{
	position: relative;
}
section h3{
	text-align: left;
	background: #22274c;
	color: #fff;
	position: absolute;
	top: 10%;
	left: 0;
	display: inline-block;
	padding: 5px 50px 5px 15%;
	
}
section p.date{
	text-align: right;
}
.NewsNav{
	width: 20%;
	padding: 20px;
}

.NewsNav ul li a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    vertical-align: middle;
    text-decoration: none;
}
.NewsNav ul li a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #22274c;
    border-right: 2px solid #22274c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.NewsMain table th{
	color: #22274c;
	border-bottom:1px solid #22274c;
	padding: 10px;
}
.NewsMain table td{
	border-bottom:1px solid #22274c;
	padding: 10px;
}

.NewsMain article{
	padding: 20px;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
.NewsMain{
	width: 100%;
	padding: 50px 20px;
}
section h3{
	top: 10%;
	padding: 5px 50px 5px 80px;
	
}
.NewsNav{
	width: 100%;
	padding: 20px;
}
.NewsNav ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
.NewsNav ul li{
		width: 50%;
	}

.NewsMain article{
	padding: 10px;
}
	
}

@media only screen and (min-width:1px) and (max-width: 480px) {
.top-image ,
.message-image,
.main-image{
	margin-top: 65px;
}
section h3{
	top: 3%;
	padding: 5px 50px 5px 50px;
	
}	
.NewsMain{
	width: 100%;
	padding: 40px 0px;
}
.NewsMain table th{
	background: #efefef;
	padding: 5px 10px;
}
}