@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 前ページ共通ベースラインCSS
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
	font-size: 10px;
	line-height: 1.4;
}

@media screen and (max-width:699px){
	.pc {
		display: none;
	}
}

@media screen and (min-width:700px){
	.sp {
		display: none;
	}
}
.gray a {
	color: #8e8e8e;
}

.gDef-top-banner {
    background-color: #000;
}

/* =====================================================================
*    ヘッダー
* =================================================================== */
header {
	height: 0;
	background-color: #FFFFFF;
	position: relative;
	z-index: 100;
	padding-top: 14.0625%;
}

header .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

header h1 {
	width: 100%;
    height: 100%;
    background: url(../images/common/img_header_h1_sp.jpg) no-repeat left top, #FFFFFF;
	background-size: auto 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

header h1 a {
	width: 100%;
	height: 100%;
	display: block;
}

header .btn_menu {
	width: 14.0625%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
}

header .btn_menu img {
	width: 100%;
	height: auto;
}

header nav {
	padding-top: 14.0625%;
	display: none;
}

header nav ul {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

header nav ul li {
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #535252;
}

header nav ul li.fashion {
	
}

header nav ul li a {
	width: 100%;
	display: block;
	padding-top: 4.6875%;
	padding-bottom: 4.6875%;
	padding-left: 15.625%;
	background: url(../images/common/img_header_nav_sp.png) no-repeat 4.6875% center;
	background-size: 7.8125% auto;
}

header nav ul li a:hover {
	text-decoration: none;
}

header nav ul li.off a {
	color: #595959;
    pointer-events: none;
}

@media screen and (min-width:700px){
	header {
		height: 70px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
		position: relative;
		z-index: 100;
		padding-top: 0;
	}

	header .inner {
		position: relative;
	}

	header h1 {
		width: 100px;
    	height: 94px;
    	background: url(../images/common/img_header_h1.png) no-repeat center top;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	header h1 a {
		width: 100%;
		height: 100%;
		display: block;
	}

	header nav {
		padding-top: 0;
		display: block;
	}

	header nav ul {
		width: 100%;
		height: 70px;
		text-align: center;
		letter-spacing: -.40em;
		background-color: transparent;
	}

	header .btn_menu {
		display: none;
	}

	header nav ul li {
		width: 21%;
		height: 70px;
		display: inline-block;
		text-align: center;
		letter-spacing: normal;
		max-width: 250px;
		border-bottom: none;
	}

	header nav ul li.oainfo {
		padding-right: 100px;
	}

	header nav ul li.fashion {
		display: inline-block;
	}

	header nav ul li a {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	header nav ul li.player a {
		width: 100%;
		height: 100%;
    	background: url(../images/common/btn_menu_player.jpg) no-repeat center 0;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
	}

    header nav ul li.off.player a {
        background: url(../images/common/btn_menu_player_off.jpg) no-repeat center 0;
    }

	header nav ul li.oainfo a {
		width: 100%;
		height: 100%;
    	background: url(../images/common/btn_menu_oainfo.jpg) no-repeat center 0;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
	}

    header nav ul li.off.oainfo a {
        background: url(../images/common/btn_menu_oainfo_off.jpg) no-repeat center 0;
    }

	header nav ul li.rules a {
		width: 100%;
		height: 100%;
    	background: url(../images/common/btn_menu_rules.jpg) no-repeat center 0;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
	}

    header nav ul li.off.rules a {
        background: url(../images/common/btn_menu_rules_off.jpg) no-repeat center 0;
    }

	header nav ul li.fashion a {
		width: 100%;
		height: 100%;
    	background: url(../images/common/btn_menu_present.jpg) no-repeat center 0;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
	}

	header nav ul li.off.fashion a {
			background: url(../images/common/btn_menu_present_off.jpg) no-repeat center 0;
	}

	header nav ul li a:hover {
    	background-position: center -70px;
	}
	header nav ul li.gray a:hover {
    	background-position: center 0;
	}

	header nav ul li.fashion.off {
		width: 21%;
		height: 70px;
		display: display: inline-block;
    	background: url(../images/common/btn_menu_present_off.jpg) no-repeat center 0;
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
}


/* =====================================================================
*    フッター
* =================================================================== */
footer {
	background-color: #c92b11;
	color: #FFFFFF;
	padding-top: 6.25%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
}

footer ul {
	width: 90.625%;
	text-align: center;
	letter-spacing: -.40em;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
}

footer ul li {
	letter-spacing: normal;
}

footer ul li:nth-child(2) {
	padding-bottom: 3.5%;
	border-bottom: 1px solid #FFF;
}

footer ul li:nth-child(3) {
	padding-top: 7%;
}

footer ul li:nth-child(4),
footer ul li:nth-child(5) {
	display: inline-block;
}

footer ul li:nth-child(4) {
	margin-right: 5%;
}

footer div.ballmark {
	display: none;
}

footer p {
	padding-bottom: 10px;
}

footer p small {
	letter-spacing: normal;
	font-size: 1rem;
	line-height: 1.4;
}

@media screen and (min-width:700px){
	footer {
		padding-top: 50px;
	}

	footer .inner {
		position: relative;
	}

	footer ul {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #FFFFFF;
	}

	footer ul li {
		display: inline-block;
	}

	footer ul li:nth-child(1):after {
		width: 30px;
		content: '｜';
		display: inline-block;
	}

	footer ul li:nth-child(2) {
		padding-bottom: 0;
		border-bottom: none;
	}

	footer ul li:nth-child(3) {
		display: block;
		padding-top: 0;
		margin-top: 10px;
    }

	footer ul li:nth-child(4) {
		margin-right: 0;
	}

	footer ul li:nth-child(4):after {
		width: 30px;
		content: '｜';
		display: inline-block;
	}

	footer div.ballmark {
		display: block;
		position: absolute;
		top: 30px;
		right: 100px;
	}
}


/* =====================================================================
*    下層ページベースライン
* =================================================================== */
.subpage {
	background-color: #171717;
}

.subpage article {
	margin-bottom: 7.8125%;
}

.subpage article > h1 {
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4.6875%;
	padding-bottom: 1.5625%;
}

.subpage article > h1 img {
	width: 100%;
	height: auto;
	display: block;
}

.subpage article .cont_wrap {
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	padding: 6.25% 3.125%;
	background-color: #FFFFFF;
}

.subpage article .cont_wrap > img {
    width: 100%;
}

@media screen and (max-width:699px){
	.subpage article .cont_wrap {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
}

.subpage article section > h1 {
	width: 100%;
	padding-bottom: 1%;
	border-bottom: 3px double #000;
}

.subpage article section > h1 img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:700px){
	.subpage {
		background: url(../images/common/bg_subpage.jpg) repeat-y center top #171717;
	}

	.subpage article {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.subpage article > h1 {
		width: 300px;
		height: 40px;
		margin-left: 0;
		margin-right: auto;
		padding-top: 6.25%;
		padding-bottom: 0.5%;
	}

	.subpage article .cont_wrap {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		padding: 4%;
		background-color: #FFFFFF;
	}

	.subpage article section > h1 {
		padding-bottom: 2px;
	}

	.subpage article section > h1 img {
		width: 350px;
		display: block;
	}
}

/* TOPへ戻る */
.subpage .pageTop {
	width: 25%;
	margin-bottom: 1.5625%;
	margin-right: 3.125%;
	margin-left: auto;
}

.subpage .pageTop a {
	width: 100%;
	height: auto;
	display: block;
}

.subpage .pageTop a img {
	width: 100%;
	height: 100%;
}

@media screen and (min-width:700px){
	.subpage .pageTop {
		width: 100%;
		max-width: 960px;
		height: auto;
		margin-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
	}

	.subpage .pageTop a {
		width: 85px;
		height: auto;
		margin-left: auto;
	}
}
