@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : index.css
Description : TOPページCSS
===================================================================== */
@media only screen and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .twitter iframe  {
   width: 538px !important;
  }
}

/* Landscape */
@media only screen and (min-device-width: 480px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .twitter iframe  {
    width: 290px !important;
  }
}
/* =====================================================================
*    共通・大枠
* =================================================================== */
.inner {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

/* =====================================================================
*    メインビジュアル
* =================================================================== */
#main {
	background: url(../images/top/bg_main_01.jpg) no-repeat center top, url(../images/top/bg_main_02.jpg) no-repeat center top;
	background-size: 1020px auto, cover;
}

#main img {
	width: 100%;
	max-width: 639px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =====================================================================
*    新着情報リスト
* =================================================================== */
#news {
	background-color: #000000;
	color: #FFFFFF;
}

#news .inner {
	padding-top: 1px;
	padding-bottom: 1px;
}

#news dl {
	max-height: 130px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 3.125%;
	margin-bottom: 3.125%;
}

#news dl dt,
#news dl dd {
	font-size: 1.6rem;
	line-height: 1.25;
	padding-left: 3.125%;
	padding-right: 3.125%;
}

#news dl dt {
	font-weight: bold;
}

#news dl dt:not(:first-child) {
	padding-top: 3.125%;
}

#news dl dd:not(:last-child) {
	padding-bottom: 3.125%;
	border-bottom: 1px dotted #4d4d4d;
}

@media screen and (min-width:700px){
	#news dl {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#news dl dt {
		width: 12.25%;
		float: left;
		padding-left: 5px;
		padding-right: 0;
	}

	#news dl dt:not(:first-child) ,
	#news dl dd:not(:nth-child(2)) {
		padding-top: 20px;
	}

	#news dl dd {
		width: 87.7%;
		padding-right: 5px;
		padding-left: 12.3%;
	}

	#news dl dd:not(:last-child) {
		padding-bottom: 20px;
	}
}


/* =====================================================================
*    コンテンツ一覧
* =================================================================== */
#contents {
	background-color: #2d2d2d;
	padding-top: 7.8125%;
	padding-bottom: 7.8125%;
}

#contents .inner {
	width: 90.625%;
}

#contents .inner ul {
	text-align: center;
	letter-spacing: -.40em;
}

#contents .inner ul li {
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #FFFFFF;
}

@media screen and (min-width:700px){
	#contents {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	#contents .inner {
		width: 100%;
	}

	#contents .inner ul li {
		font-size: 1.4rem;
	}

	#contents .inner ul li.fashion a {
		cursor: default;;
	}
}

/* 開催概要・チケット */
#contents .outline {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 50%;
	margin-bottom: 10%;
}

#contents .outline a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fcfcfc;
	position: absolute;
	top: 0;
	left: 0;
}

#contents .outline a .outline_img {
	width: 100%;
	height: 75%;
	position: relative;
	background: url(../images/top/bg_contents_outline_sp.jpg) no-repeat right top;
	background-size: auto 100%;
}

#contents .outline a .outline_img img {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: -3%;
	left: 0;
	right: 0;
	margin: auto;
}

#contents .outline a .outline_text {
	width: 100%;
	height: 25%;
	position: relative;
}

#contents .outline a .outline_text img {
	width: 35%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (min-width:700px){
	#contents .outline {
		height: 170px;
		padding-top: 0;
		margin-bottom: 45px;
	}

	#contents .outline a {

		height: 170px;
		position: relative;
	}

	#contents .outline a .outline_img {
		width: 65%;
		height: 100%;
		position: relative;
		background: url(../images/top/bg_contents_outline.jpg) no-repeat right top;
		background-size: auto 100%;
		float: left;
		transition-duration: 0.5s;
		opacity: 1;
	}

	#contents .outline a:hover .outline_img {
		background-size: auto 120%;
		opacity: 0.7;
		transition-duration: 0.5s;
	}

	#contents .outline a .outline_img img {
		width: auto;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto auto auto 0;
	}

	#contents .outline a .outline_text {
		width: auto;
		height: 100%;
		position: relative;
		margin-left: 65%;
		opacity: 1;
	}

	#contents .outline a:hover .outline_text {
		opacity: 0.7;
	}

	#contents .outline a .outline_text img {
		width: auto;
		top: 0;
	}
}

/* 出場選手・OA情報・PR動画・私服選手権 共通 */
#contents li {
	vertical-align: top;
}

#contents li .text {
	padding-top: 3.5%;
}

@media screen and (min-width:700px){
	#contents li {
		vertical-align: top;
	}

	#contents li .text {
		padding-top: 10px;
	}
}

/* 出場選手 */
#contents .player {
	width: 48%;
	position: relative;
	display: inline-block;
	margin-right: 4%;
}

#contents .player a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/top/bg_contents_player.jpg) no-repeat center center;
	background-size: 100% auto;
}

#contents .player img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:700px){
	#contents .player {
		width: 22.5%;
		position: relative;
		margin-right: 3%;
	}

	#contents .player a {
		transition-duration: 0.3s;
		opacity: 1;
	}

	#contents .player a:hover {
		background-size: 120% auto;
		opacity: 0.7;
		transition-duration: 0.3s;
	}
}

/* OA情報 */
#contents .oainfo {
	width: 48%;
	position: relative;
	display: inline-block;
}

#contents .oainfo a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/top/bg_contents_oainfo_on.jpg) no-repeat center center;
	background-size: 100% auto;
}

#contents .oainfo img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:700px){
	#contents .oainfo {
		width: 22.5%;
		position: relative;
		margin-right: 3%;
	}

	#contents .oainfo a {
		transition-duration: 0.3s;
		opacity: 1;
	}

	#contents .oainfo a:hover {
		background-size: 120% auto;
		opacity: 0.7;
		transition-duration: 0.3s;
	}
}

/* PR動画 */
#contents .rules {
	width: 48%;
	position: relative;
	display: inline-block;
	margin-top: 5.2%;
	margin-right: 4%;
}

#contents .rules a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/top/bg_contents_rules.jpg) no-repeat center center;
	background-size: 100% auto;
}

#contents .rules img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:700px){
	#contents .rules {
		width: 22.5%;
		position: relative;
		margin-top: 0;
		margin-right: 3%;
	}

	#contents .rules a {
		transition-duration: 0.3s;
		opacity: 1;
	}

	#contents .rules a:hover {
		background-size: 120% auto;
		opacity: 0.7;
		transition-duration: 0.3s;
	}
}

/* 私服選手権 */
#contents .fashion {
	width: 48%;
	position: relative;
	margin-top: 5.2%;
}

#contents .fashion a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/top/bg_contents_fasion_.jpg) no-repeat center center;
	background-size: 100% auto;
}

#contents .fashion img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:700px){
	#contents .fashion {
		width: 22.5%;
		position: relative;
		margin-top: 0;
	}

	#contents .fashion a {
		transition-duration: 0.3s;
		opacity: 1;
	}

	#contents .fashion a:hover {
		background-size: 120% auto;
		opacity: 0.7;
		transition-duration: 0.3s;
	}
}

/* データ放送 */
#contents .data {
	width: 100%;
	position: relative;
	margin-bottom: 5%;
}

#contents .data img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	 transition:all 0.5s ease;
/*	display: block;
*/}
#contents .data a{
	display: block;
	background: #fff;
}

#contents .data:hover img{
	 opacity:0.8;
     filter:alpha(opacity=80);
}
@media screen and (min-width:700px){
	#contents .data {
		width: 75%;
		position: relative;
		margin-bottom: 45px;
	}
}


/* =====================================================================
*    Twitter・MyDo!エリア
* =================================================================== */
#prarea {
	background-color: #424242;
	padding-top: 7.8125%;
	padding-bottom: 7.8125%;
}

#prarea .inner {
	width: 90.625%;
	position: relative;
}

#prarea .twitter_area {
	width: 100%;
	position: relative;
}

#prarea .twitter_area h1 {
	width: 30%;
	height: auto;
	margin-bottom: 3.5%;
	margin-right: auto;
}

#prarea .twitter_area h1 img {
	width: 100%;
	height: auto;
}


#prarea .twitter_area .btn_follow {
	width: 25%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

#prarea .twitter_area .btn_follow img {
	width: 100%;
	height: auto;
}


#prarea .mydo_banner {
	margin-top: 7%;
}

#prarea .mydo_banner a {
	display: block;
}

#prarea .mydo_banner a:nth-child(2)  {
	margin-top: 5%;
}

#prarea .mydo_banner img {
	width: 100%;
}

@media screen and (min-width:700px){
	#prarea {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	#prarea .twitter_area {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}

	#prarea .twitter_area h1 {
		width: 145px;
		height: auto;
		margin-bottom: 15px;
		margin-right: auto;
	}

	#prarea .twitter_area h1 img {
		width: 100%;
		height: auto;
	}

	#prarea .twitter_area .btn_follow {
		width: 100px;
		height: auto;
		position: absolute;
		top: 10px;
		right: 0;
	}

	#prarea .mydo_banner {
		width: 47%;
		display: block;
		position: absolute;
		top: 45px;
		right: 0;
		margin-top: 0;
	}

	#prarea .mydo_banner a:hover {
		opacity: 0.7;
	}
}
