@charset "utf-8";

/** BODY **/
body {
	text-align: center;
	position: relative;
}
body.black { background-color: #000; color: #FFFFFF; }
body.black a:link { color: #FFFFFF; }
body.black a:visited { color: #FFFFFF; }
body.black a:hover { color: #FFFFFF; text-decoration: none; }
body.black a:active { color: #FFFFFF; }

body.white { background-color: #FFF; color: #000000; }
body.white a:link { color: #000000; }
body.white a:visited { color: #000000; }
body.white a:hover { color: #000000; text-decoration: none; }
body.white a:active { color: #000000; }
@media screen and (max-width: 780px) {
	body {
		position: relative;
		overflow: hidden;
		width: 100vw;
	}
}

/** Header **/
body > header {
	font-size: 0;
}
body > header div {
	width: 900px;
	margin: auto;
	text-align: left;
	background-repeat: no-repeat;
}
body.black > header div {
	background-image: url("../img/bk_bg_head.jpg");
}
body.white > header div {
	background-image: url("../img/wh_bg_head.jpg");
}
@media screen and (max-width: 780px) {
	body > header div {
		width: 100%;
		text-align: center;
	}
}

/** Navigation **/
body > nav.menu {
	display: block;
	margin: 0 0 60px 0;
	background-color: #111111;
}
body > nav.menu div {
	display: block;
	width: 900px;
	height: 36px;
	margin: auto;
	background-image: url("../img/bk_menu.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0;
	text-align: left;
}
body > nav.menu div a {
	display: inline-block;
	height: 36px;
	background-image: url("../img/bk_menu.jpg");
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.7s linear;
}
body > nav.menu div a.news { width: 122px; background-position: 0px -36px; }
body > nav.menu div a.products { width: 148px; background-position: -122px -36px; }
body > nav.menu div a.card_list { width: 132px; background-position: -270px -36px; }
body > nav.menu div a.store { width: 112px; background-position: -402px -36px; }
body > nav.menu div a.rules { width: 113px; background-position: -514px -36px; }
body > nav.menu div a.events { width: 120px; background-position: -627px -36px; }
body > nav.menu div a.colums { width: 152px; background-position: -747px -36px; }
body > nav.menu div a:hover { opacity: 1; }
body.news > nav.menu div a.news { opacity: 1; }
body.products > nav.menu div a.products { opacity: 1; }
body.card_list > nav.menu div a.card_list { opacity: 1; }
body.store > nav.menu div a.store { opacity: 1; }
body.rules > nav.menu div a.rules { opacity: 1; }
body.events > nav.menu div a.events { opacity: 1; }
body.colums > nav.menu div a.colums { opacity: 1; }
@media screen and (max-width: 780px) {
	body > nav.menu {
		position: absolute;
		top: 0;
		right: -200px;
		width: 200px;
		height: 100vh;
		background-image: url("../img/bk_menu_sp.png");
		background-repeat: no-repeat;
		background-color: #111111;
		margin: 0;
		z-index: 999;
		transition: all 0.1s linear;
	}
	body > nav.menu.active {
		right: 0;
		border-left: 1px solid #222222;
	}
	body > nav.menu::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 1vw;
		left: -16vw;
		width: 15vw;
		height: 15vw;
		max-width: 60px;
		max-height: 60px;
		background-size: 75% auto;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 3px;
	}
	body.black > nav.menu::before {
		background-image: url("../img/bk_btn_menu.png");
		background-color: #111111;
	}
	body.black > nav.menu.active::before {
		background-image: url("../img/bk_btn_menu_close.png");
	}
	body.white > nav.menu::before {
		background-image: url("../img/wh_btn_menu.png");
		background-color: #f8f8f8;
	}
	body.white > nav.menu.active::before {
		background-image: url("../img/wh_btn_menu_close.png");
	}
	body > nav.menu div {
		width: 200px;
		background: none;
	}
	body > nav.menu div > a {
		display: block;
		background: none !important;
		width: 200px !important;
		height: 50px !important;
		opacity: 1;
	}
}


/** Footer **/
body > footer {
	margin-top: 50px;
	border-top: 1px solid #222222;
	background-color: #000;
	padding-bottom: 25px;
	font-size: 0;
}
body > footer div {
	position: relative;
	width: 900px;
	margin: auto;
	padding-top: 18px;
	text-align: right;
}
body > footer .copyright {
	float: left;
}
body > footer .logo {
	display: inline-block;
	margin-left: 20px;
}
@media screen and (max-width: 780px) {
	body > footer div {
		width: 100%;
		text-align: center;
		padding: 2vw 0 4vw 0;
	}
	body > footer .copyright {
		position: absolute;
		float: none;
		bottom: -3vw;
		left: 2.5vw;
	}
	body > footer .copyright img {
		width: 95vw;
		float: none;
	}
	body > footer .logo {
		margin: 0 3vw;
	}
}


/** main-container **/
body > .main-container {
	position: relative;
	width: 900px;
	margin: auto;
	text-align: left;
}
body > .main-container > .pageback {
	position: absolute;
	right: 0;
	top: -40px;
}
body > .main-container header {
	position: relative;
	padding-bottom: 40px;
	margin-top: 60px;
	margin-bottom: 25px;
	text-align: right;
}
body > .main-container header::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: -100px;
	width: 1100px;
	height: 1px;
	background-size: 100% auto;
}
body.black > .main-container header::after {
	background-image: url("../img/bk_line.jpg");
}
body.white > .main-container header::after {
	background-image: url("../img/wh_line.jpg");
}
body > .main-container header h1, body > .main-container header h2 {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
body > .main-container header nav a {
	display: inline-block;
	padding: 7px 20px;
	margin-left: 18px;
	border-radius: 5px;
	text-decoration: none;
}
body > .main-container header nav a:hover {
	text-decoration: underline;
}
body.black > .main-container header nav a {
	color: #d8d8d8;
	background-color: #333333;
}
body.white > .main-container header nav a {
	color: #3a3a3a;
	background-color: #ebebeb;
}
body.white > .main-container header nav a.active {
	background-color: #999999;
}
@media screen and (max-width: 780px) {
	body > .main-container {
		width: 95vw;
	}
	body > .main-container header {
		margin-top: 3vw;
		padding-bottom: 3vw;
	}
	body > .main-container header::after {
		left: -2.5vw;
		width: 100vw;
	}
	body > .main-container header h1 {
		margin-bottom: 3vw;
	}
	body > .main-container header nav a {
		padding: 2vw;
		margin-left: 1vw;
		margin-bottom: 1vw;
	}
}


body > .main-container .contents > .copy {
	margin-bottom: 25px;
}

/** textBlock **/
body > .main-container .contents > .textBlock {
	position: relative;
	margin-bottom: 25px;
}
body > .main-container .contents > .textBlock > header {
	margin-top: 60px;
	padding-bottom: 15px;
}
body > .main-container .contents > .textBlock > header h2 {
	font-size: 16px;
}
body > .main-container .contents > .textBlock > h2 {
	font-size: 12px;
	margin-bottom: 15px;
}
body > .main-container .contents > .textBlock > .text {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
body > .main-container .contents > .textBlock .link-arrow {
	display: inline-block;
}
body > .main-container .contents > .textBlock .link-arrow::before {
	content: "▶";
	display: inline-block;
	margin-right: 5px;
}
body > .main-container .contents > .textBlock .btn-box {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #dadada;
}
body > .main-container .contents > .textBlock .btn-box:hover {
	transition: all .5s linear;
	border: 1px solid #000;
	box-shadow: 0 0 1px black;
}
body > .main-container .contents > .textBlock  figure {
	display: inline-block;
}
body > .main-container .contents > .textBlock  figure figcaption{
	margin-top: 5px;
}
body > .main-container .contents > .textBlock  figure img {
	max-width: 100%;
}
body > .main-container .contents > .textBlock  .image.left{
	display: inline-block;
	margin-right: 25px;
	float: left;
	text-align: center;
}
body > .main-container .contents > .textBlock  .image.right{
	display: inline-block;
	margin-left: 25px;
	float: right;
	text-align: center;
}
body > .main-container .contents > .textBlock .text > ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
body > .main-container .contents > .textBlock .text > ul li {
	list-style: disc;
	margin-bottom: 5px;
}
body > .main-container .contents > .textBlock.line-bottom::before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: -100px;
	width: 1100px;
	height: 1px;
	background-size: 100% auto;
}
body.black > .main-container .contents > .textBlock.line-bottom::before {
	background-image: url("../img/bk_line.jpg");
}
body.white > .main-container .contents > .textBlock.line-bottom::before {
	background-image: url("../img/wh_line.jpg");
}
body > .main-container .contents > .textBlock.line-bottom {
	padding-bottom: 25px;
}
@media screen and (max-width: 780px) {
	body > .main-container .contents > .textBlock  figure img {
		max-width: 95%;
	}
	body > .main-container .contents > .textBlock.line-bottom::before {
		left: -2.5vw;
		width: 100vw;
	}
}


body > .main-container .contents > h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}

/** copyright **/
body > .main-container .contents .copyright {
	font-size: 9px;
	line-height: 10px;
	color: #aaaaaa;
}

/** store-list **/
body > .main-container .contents .store-list {
	margin-bottom: 50px;
}
body > .main-container .contents .store-list table {
	width: 100%;
	margin-top: 5px;
}
body.black > .main-container .contents .store-list tr {
	border-bottom: 1px solid #222222;
}
body.white > .main-container .contents .store-list tr {
	border-bottom: 1px dotted #999999;
}
body > .main-container .contents .store-list .space {
	width: 170px;
}
body > .main-container .contents .store-list .info {
	width: 200px;
	padding: 3px 3px 0;
	line-height: 1.6;
}
body > .main-container .contents .store-list .infotel {
	width: 100px;
	padding: 3px 0 0;
	line-height: 1.6;
}
body > .main-container .contents .store-list .infoaddr {
	width: auto;
	padding: 3px 0 0;
	line-height: 1.6;
}
@media screen and (max-width: 780px) {
	body > .main-container .contents .store-list .info {
		width: 20vw;
	}
	body > .main-container .contents .store-list .infotel {
		width: 10vw;
	}
}


/** subnav01 **/
body > .main-container .contents .subnav01 {
	text-align: right;
	margin-bottom: 50px;
}
body > .main-container .contents .subnav01 li {
	display: inline-block;
	margin-right: 9px;
	padding-right: 9px;
}
body.black > .main-container .contents .subnav01 li {
	border-right: 1px solid #FFFFFF;
}
body.white > .main-container .contents .subnav01 li {
	border-right: 1px solid #000;
}
body > .main-container .contents .subnav01 li:nth-last-child(1) {
	margin: 0;
	padding: 0;
	border-right: none;
}


body > .main-container .contents > .coming_soon {
	width: 115px;
	height: 15px;
	background-image: url("../img/wh_coming_soon.jpg");
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999px;
	overflow: hidden;
	margin: auto;
	padding: 100px 0;
}

body > .main-container .contents ul.decklist li {
	display: inline-block;
	width: 30%;
}
body > .main-container .contents ul.decklist li a {
	text-decoration: none;
}
@media screen and (max-width: 780px) {
	body > .main-container .contents ul.decklist li {
		display: block;
		width: auto;
	}
}


/** FFChapter Link **/
#fftcg-link {
	position: fixed;
	bottom: -100px;
	right: 0;
	width: 160px;
	height: 42px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	opacity: .3;
	background: url(../img/btn_fftcg_link.png) no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 100% auto;
	z-index: 99999;
}
body.black #fftcg-link {
	background-color: rgba(255, 255, 255, 0.5);
}
#fftcg-link:hover {
	transition: all .1s linear;
	width: 230px;
	height: 61px;
	box-shadow: 0 0 40px #595959;
	background-color: #000;
	opacity: 1;
}
#fftcg-link.show {
	transition: all .1s linear;
	bottom: 10px;
}
#fftcg-link a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	opacity: 0;
}
#fftcg-link.scroll-end {
	position: absolute;
	bottom: 85px !important;
}
body.top.index #fftcg-link { display: none; }
@media screen and (max-width: 780px) {
	#fftcg-link {
		width: 40vw;
		height: 10.3vw;
		opacity: .7;
	}
}

/** FFChapter Link **/
#fftcg-tutorial-link {
	position: fixed;
	bottom: -100px;
	right: 0;
	width: 160px;
	height: 42px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	opacity: .3;
	background: url(../img/btn_fftcg_tutorial_link.png) no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 100% auto;
	z-index: 99999;
}
body.black #fftcg-tutorial-link {
	background-color: rgba(255, 255, 255, 0.5);
}
#fftcg-tutorial-link:hover {
	transition: all .1s linear;
	width: 230px;
	height: 61px;
	box-shadow: 0 0 40px #595959;
	background-color: #000;
	opacity: 1;
}
#fftcg-tutorial-link.show {
	transition: all .1s linear;
	bottom: 60px;
}
#fftcg-tutorial-link a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	opacity: 0;
}
#fftcg-tutorial-link.scroll-end {
	position: absolute;
	bottom: 135px !important;
}
body.top.index #fftcg-tutorial-link { display: none; }
@media screen and (max-width: 780px) {
	#fftcg-tutorial-link {
		width: 40vw;
		height: 10.3vw;
		opacity: .7;
	}
}
