@charset "utf-8";
/*
 * element CSS
 * ---------------------------------------------
 * 
 * 
 */
 
/*===================================
	home	
=====================================*/

.home article {
	min-width: 1200px;
}
.home article figure img {
	width: 100%;
}
table {
	width: 100%;
	border-collapse: collapse;
}

/*===================================
	共通
=====================================*/

main {
	padding-top: 44px;
}
.pagHead {
	position: relative;
	z-index: 100;
	margin-bottom: -30px;
}
.pagHead h2 {
	overflow: hidden;
	width: 420px;
	height: 61px;
	line-height: 61px;
	margin: auto;
	background: url(../images/base/bg_title.png) 50% 0;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.02em !important;
	text-align: center;
}
.sec {
	position: relative;
	z-index: 80;
	margin: 0 40px 50px;
	background: #fff;
	box-shadow: 0 0 8px 2px rgba(100,100,100,.6);
}
.sec:nth-last-of-type(1) {
	margin-bottom: 0:
}
hr {
	height: 4px;
	margin: 2em 0;
	border-top: solid 1px #e2cc81;
	border-bottom: solid 1px #e2cc81;
}
.imgright {
	float: right;
	margin: 0 0 0 20px;
}
.imgleft {
	float: left;
	margin: 0 20px 0 0;
}
.imgright img,.imgleft img {
	margin: 0 auto 35px;
}
.note {
	font-size: 14px;
}


.pageNavi {
	border-bottom: solid 3px #c69a03;
	text-align: center;
}
.pageNavi li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.pageNavi li:nth-of-type(1) {
	margin: 0;
}
.pageNavi li a {
	display: block;
	width: 296px;
	height: 82px;
	padding-top: 15px;
	border-radius: 3px 3px 0 0;
	background: #eee;
	box-shadow: -2px 2px 0 0 #e7e7e7 inset;
	color: #c69a03;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
}
.pageNavi li.current a {
	background: #c69a03;
	box-shadow: -2px 2px 0 0 #c19603 inset;
	color: #fff;
	pointer-events: none;
}
.pageNavi li a:hover {
	opacity: .7;
}

/*===================================
	news
=====================================*/

.news .sec {
	padding: 85px 90px 50px;
	line-height: 1.6
}
.news hr {
	margin: 2em -30px;
}
.news .sec time {
	display: block;
	margin-bottom: 0.4em;
	color: #c69a03;
	font-weight: 600;
}
.news .sec .ttl {
	margin-bottom: 0.7em;
	font-size: 32px;
	line-height: 1.4;
}
.news .sec figure {
	margin-bottom: 2em;
}
.news .sec p {
	margin-bottom: 2em;
}
.news .sec p:nth-last-of-type(1) {
	margin-bottom: 0;
}
.news .sec a {
	color: #bf1707;
	text-decoration: underline;
}
.news .sec a:hover {
	text-decoration: none;
}
.news .sec figure .inln li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.news .sec figure .inln li:nth-last-of-type(1) {
	margin-right: 0;
}


/*===================================
	Road to 7000 wins	
=====================================*/

.wins .sec {
	padding: 77px 60px 80px;
	line-height: 1.6
}

/*  profile & history
---------------------------------*/

.profile {
	position: relative;
	overflow: hidden;
	padding: 62px 100px 54px;
	background: #fbf9ef;
}
.profile h2 {
	float: left;
	margin-bottom: 38px;
	font-size: 40px;
	line-height: 1;
}
.profile h2 span {
	display: block;
	margin-top: 12px;
	color: #a0a0a0;
	font-size: 18px;
}
.profile figure {
	float: right;
}
.profile dl {
	float: left;
	overflow: hidden;
	width: 420px;
	font-size: 18px;
}
.profile dt,.profile dd {
	margin-bottom: 0.5em;
}
.profile dt {
	float: left;
	color: #a0a0a0;
}
.profile dd {
	clear: right;
}
.profileCont {
	overflow: hidden;
	padding: 0 30px;
}

.profileCont h3 {
	margin-bottom: 0.2em;
	color: #c69a03;
	font-size: 18px;
}
.profileCont h3 + p {
	margin-bottom: 1.6em;
}
.profileCont h3 + p strong {
	font-size: 30px;
}
.profileCont p {
	margin-bottom: 2em;
}
.profileCont p:nth-of-type(3) {
	margin-bottom: 4em;
}
.profileCont p:nth-last-of-type(1) {
	margin-bottom: 1em;
}
.profileCont .imgright,.profileCont .imgleft {
	width: 260px;
}
.profileCont .imgright + p + p {
	margin-right: 280px;
}
.profileCont .imgleft + p + p {
	margin-left: 280px;
}
.profileCont + .note {
	margin-top: -1em;
}


/* 7000勝はどれだけすごい？
---------------------------------*/

.victoryCont {
	padding: 45px 30px 0;
	line-height: 1.6;
}
.victoryCont h2 {
	margin-bottom: 0.4em;
	font-size: 52px;
	text-align: center;
	line-height: 1.2;
}
.victoryCont h2 + p {
	margin-bottom: 2em;
	font-size: 18px;
}
.victoryTbl {
	position: relative;
	margin-top: 3.5em;
	border-left: solid 202px #2e2609;
	font-size: 18px;
	line-height: 1.2;
}
.victoryTbl caption {
	position: absolute;
	top: 13px;
	left: 17px;
	color: #fff;
	font-size: 22px;
	text-align: left;
	font-weight: 600;
}
@-moz-document url-prefix() {
	.victoryTbl caption {
		left: 17px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.victoryTbl caption {
		left: -83px;
	}
}
.victoryTbl td {
	width: 121px;
	padding: 0.5em 1em;
	border-left: solid 1px #e5e5e5;
	background: #fefcfc;
	text-align: center;
}
.victoryTbl tr > td:nth-of-type(1) {
	border: none;
	text-align: left;
}
.victoryTbl tr:nth-of-type(even) td {
	background: #f2f2f2;
}
.victoryTbl tr td:nth-of-type(1) {
	width: auto;
}
.victoryTbl span {
	display: inline-block;
	width: 2em;
}
.victoryTbl strong {
	color: #bf1707;
}
.victoryTbl + .note {
	margin-top: 0.6em;
	font-size: 14px;
	text-align: right;
}

/* My Best
---------------------------------*/

.bestCont {
	padding-top: 35px;
	background: url(../images/7000wins/best_illust.png) no-repeat 594px 41px;
}
.bestCont p {
	line-height: 1.6;
}
.bestCont h2 {
	margin: 0 0 0.6em 30px;
	font-size: 40px;
	line-height: 1.2;
}
.bestCont .summary {
	width: 545px;
	margin: 0 0 2em 30px;
	font-size: 18px;
}
.bestList {
	padding-top: 2px;
	border-top: solid 1px #e2cc81;
}
.bestList h3 {
	margin-bottom: 0.5em;
	color: #c69a03;
	font-size: 18px;
}
.bestList h3 b {
	padding-left: 0.5em;
	color: #bf1707;
}
.bestList li {
	overflow: hidden;
	margin-bottom: 2px;
	padding: 1.6em 30px;
	border-top: solid 1px #e2cc81;
	border-bottom: solid 1px #e2cc81;
}
.bestList li:nth-last-of-type(1) {
	border-bottom: none;
}
.bestList li figure {
	float: left;
	width: 405px;
}
.bestList li figure iframe {
	width: 405px;
	height: 260px;
}
.bestList li p {
	margin-left: 440px;
}
.bestList li .note {
	margin-top: 2em;
}
.bestList li div {
	float: left;
	width: 405px;
	margin-bottom: 40px;
}
.bestList li div:nth-of-type(even) {
	margin-left: 30px;
}
.bestList li div figure {
	float: none;
}




/*===================================
	Event	
=====================================*/

.event .sec {
	padding: 80px 90px;
}
.eventSec {
	padding-bottom: 30px;
	line-height: 1.6;
}
.eventSec:before,
.eventSec:nth-last-of-type(1):after{
	display: block;
	width: 900px;
	height: 2px;
	margin: 0 -30px 30px;
	border-top: solid 1px #e2cc81;
	border-bottom: solid 1px #e2cc81;
}
.eventSec:nth-last-of-type(1):after {
	margin-bottom: 0;
	margin-top: 50px;
}
.eventSec h3 {
	margin-bottom: 25px;
	color: #c69a03;
	font-size: 18px;
	line-height: 1.2;
}
.eventSec h3 b {
	display: block;
	margin-top: 7px;
	color: #000;
	font-size: 32px;
}
.eventSec h4 {
	margin-top: 2em;
	font-size: 18px;
}
.eventSec p {
	margin-bottom: 1em;
}
.eventSec figure {
	margin: 2em 0 10px;
	text-align: center;
}
.eventSec figure img {
	display: inline-block;
	margin: 0 20px 20px;
}
.eventSec .data {
	overflow: hidden;
	margin-bottom: 2em;
}
.eventSec .data dt {
	float: left;
}
.eventSec .data dd {
	clear: right;
}
.link a {
	color: #bf1707;
}


/*===================================
	present
=====================================*/

.presentSec {
	padding: 83px 90px 50px;
	line-height: 1.6;
	text-align: center;
}
.presentSec:before {
	display: block;
	width: 900px;
	height: 2px;
	margin: 0 -30px 35px;
	border-top: solid 1px #e2cc81;
	border-bottom: solid 1px #e2cc81;
}
.presentSec h3 {
	margin-bottom: 1em;
	font-size: 32px;
	line-height: 1.4;
}
.presentSec h3 + p {
	margin-bottom: 1em;
}
.presentSec .period {
	margin-bottom: 1.5em;
	color: #c69a03;
	font-size: 24px;
	font-weight: 600;
}
.presentSec .period dt,.presentSec .period dd {
	display: inline;
}
.presentSec .note {
	margin-bottom: 3em;
}
.presentList {
	text-align: left;
}
.presentList li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 400px;
	margin: 0 10px 50px;
	text-align: center;
}
.presentList figure {
	margin-bottom: 0.7em;
	border: solid 10px #f7f2e2;
}
.presentList b {
	display: inline-block;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #c69a03;
	color: #fff;
	font-size: 20px;
}
.presentList b:before,.presentList b:after {
	display: block;
	position: absolute;
	right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
}
.presentList b:before {
	top: 0;
	border-width: 18px 11px 0 0;
	border-color: #c69a03 transparent transparent transparent;
}
.presentList b:after {
	bottom: 0;
	border-width: 18px 0 0 11px;
	border-color: transparent transparent transparent #c69a03;
}
.presentList h4 {
	color: #bf1707;
	font-size: 18px;
}
.presentList h4 span {
	font-size: 14px;
}
.moveform a {
	display: block;
	width: 303px;
	height: 71px;
	line-height: 71px;
	margin: 0 auto 0.5em;
	border-radius: 36px;
	background: #ea0000;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.moveform a:hover {
	opacity: .7;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	/*===================================
		home	
	=====================================*/

	.home article {
		min-width: 640px;
	}
	.home .content.inner {
		padding: 0;
	}
	
	/*===================================
		共通
	=====================================*/

	main {
		padding-top: 70px;
	}
	.sec {
		margin: 0 0 50px;
	}
	.imgright,
	.imgleft {
		float: none;
		margin: 0
	}
	.imgright img,
	.imgleft img {
		margin: 0 auto 40px;
	}
	.note {
		font-size: 20px;
	}
	
	.pageNavi li a {
		width: 168px;
		height: 82px;
		padding-top: 18px;
		font-size: 18px;
	}
	
	/*===================================
		NEWS
	=====================================*/
	
	.news .sec {
		padding: 85px 30px 50px;
	}
	.news hr {
		margin: 2em 0;
	}
	
	/*===================================
		Road to 7000 wins	
	=====================================*/

	.wins .sec {
		padding: 77px 42px 80px;
	}
	
	/*  profile & history
	---------------------------------*/
	
	.profile {
		padding: 62px 30px 54px;
		background: #fbf9ef;
	}
	.profile h2 {
		float: none;
		margin-bottom: 38px;
	}
	.profile h2 span {
		font-size: 24px;
	}
	.profile figure {
		float: none;
	}
	.profile figure img {
		margin: 0 auto 30px;
	}
	.profile dl {
		float: none;
		width: auto;
		font-size: 24px;
	}
	.profileCont h3 {
		font-size: 26px;
	}
	.profileCont {
		padding: 0;
	}
	.profileCont .imgright + p + p {
		margin-right: 0;
	}
	.profileCont .imgleft + p + p {
		margin-left: 0;
	}
	.profileCont .imgright,.profileCont .imgleft {
		width: auto;
	}
	
	/* 7000勝はどれだけすごい？
	---------------------------------*/

	.victoryCont {
		padding: 60px 0 0;
	}
	.victoryCont h2 {
		margin-bottom: 0.8em;
		font-size: 40px;
	}
	.victoryCont h2 + p {
		font-size: 26px;
	}
	.victoryTbl {
		border-left: none;
		font-size: 18px;
	}
	.victoryTbl caption {
		position: relative;
		top: inherit;
		left: inherit;
		padding: 0.5em 1em;
		background: #2e2609;
		font-size: 26px;
		text-align: center;
	}
	@-moz-document url-prefix() {
		.victoryTbl caption  {
			left: inherit;
		}
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.victoryTbl caption {
			left: inherit;
		}
	}
	.victoryTbl td {
		width: 100px;
		padding: 0.7em 5px;
	}
	.victoryTbl tr td:nth-last-of-type(1) {
		width: 70px;
		padding: 0.7em 0;
		font-size: 16px;
	}
	.victoryTbl tr td:nth-of-type(1) {
		padding: 0.7em 0 0.7em 10px;
	}
	.victoryTbl + .note {
		font-size: 18px;
	}
	
	
	/* My Best
	---------------------------------*/

	.bestCont {
		padding-top: 50px;
		background-position: 50% 180px;
	}
	.bestCont h2 {
		margin: 0 0 6em;
		font-size: 40px;
	}
	.bestCont .summary {
		width: auto;
		margin: 0 0 2em;
		font-size: 26px;
	}
	.bestList h3 {
		font-size: 26px;
	}
	.bestList h3 b {
		display: block;
		padding-left: 1em;
	}
	.bestList li {
		padding: 1.6em 0;
	}
	.bestList li figure {
		float: none;
		width: 516px;
		margin-bottom: 30px;
	}
	.bestList li figure iframe {
		width: 516px;
		height:331px;
	}
	.bestList li p {
		margin-left: 0;
	}
	.bestList li div {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	.bestList li div:nth-of-type(even) {
		margin-left: 0;
	}

	/*===================================
		Event	
	=====================================*/

	.event .sec {
		padding: 60px 30px;
	}
	.eventSec:before,
	.eventSec:nth-last-of-type(1):after{
		width: 100%;
		margin: 0 0 30px;
	}
	.eventSec h3 {
		margin-bottom: 35px;
		font-size: 26px;
	}
	.eventSec h3 b {
		margin-top: 15px;
		font-size: 36px;
	}
	.eventSec h4 {
		font-size: 26px;
	}
	
	/*===================================
		present
	=====================================*/

	.presentSec {
		padding: 85px 30px 50px;
	}
	.presentSec:before {
		width: 100%;
		margin: 0 0 30px;
	}
	.presentSec h3 {
		margin-bottom: 35px;
		font-size: 26px;
	}
	.presentSec .period {
		font-size: 28px;
	}
	.presentSec .period + .note {
		text-align: left;
	}
	.presentList {
		text-align: center;
	}
	.presentList li {
		width: 100%;
		margin-bottom: 70px;
	}
	.presentList figure {
		margin: 0 20px 0.7em;
	}
	.presentList img {
		margin: auto;
	}
	.presentList b {
		width: 120px;
		margin-left: 20px;
		font-size: 24px;
	}
	.presentList h4 {
		font-size: 26px;
	}
	.presentList h4 span {
		font-size: 18px;
	}
	.moveform a {
		width: 350px;
		height: 80px;
		line-height: 80px;
		border-radius: 40px;
		font-size: 35px;
	}
	
}