@charset "utf-8";

:root {
	--heading-font: "Kozuka Mincho Pro", "Kozuka Mincho Pr6N", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

/** 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: 920px) {
	body {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.text-nowrap {
	white-space:nowrap;
}

.serif {
	font-family: serif;
	font-size: 110%;
}

/** Header **/
body > header:not(#sqexHeader-black) {
	font-size: 0;
}
body > header:not(#sqexHeader-black) div {
	width: 900px;
	margin: auto;
	text-align: left;
	background-repeat: no-repeat;
}
body.black > header:not(#sqexHeader-black) div {
	background-image: url("../img/bk_bg_head.jpg");
}
body.white > header:not(#sqexHeader-black) div {
	background-image: url("../img/wh_bg_head.jpg");
}

.middle-header {
	font-size: 0;
}
.middle-header > div {
	width: 900px;
	margin: auto;
	text-align: left;
	background-repeat: no-repeat;
}
body.black .middle-header > div {
	background-image: url("../img/bk_bg_head.jpg");
}
body.white .middle-header > div {
	background-image: url("../img/wh_bg_head.jpg");
}
@media screen and (max-width: 780px) {
	body > header:not(#sqexHeader-black) div {
		width: 100%;
		text-align: center;
	}
	.middle-header > div {
		width: 100%;
		text-align: center;
	}
}

body header {
	color: inherit;
}

/** 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; }
.menu-toggle {
	display: none;
}
@media screen and (max-width: 920px) {
	.menu-toggle {
		display: inline-block;
		position: fixed;
		top: 8px;
		right: 8px;
		width: 48px;
		height: 48px;
		border: none;
		border-radius: 4px;
		background-color: #111111;
		background-image: url("../../common/img/bk_btn_menu.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 70% auto;
		z-index: 1000001;
		cursor: pointer;
	}

	.menu-toggle.active {
		background-image: url("../../common/img/bk_btn_menu_close.png");
	}

	nav.menu::before {
		display: none;
	}
}
@media screen and (max-width: 920px) {
	body > nav.menu {
		position: fixed;
		top: 0;
		right: -200px;
		width: 200px;
		height: 100vh;
		background-image: url("../img/bk_menu_sp.png");
		background-repeat: no-repeat;
		background-color: #111111;
		background-position-y: 56px;;
		margin: 0;
		z-index: 999999;
		overflow-y: auto;
		transition: right 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;
		height: auto;
		background: none;
		padding-top: 56px;
		box-sizing: border-box;
	}
	body > nav.menu div > a {
		display: block;
		background: none !important;
		width: 200px !important;
		height: 50px !important;
		opacity: 1;
	}
}


/** Footer **/
.middle-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 40px 0 0;
	padding: 10px 10px;
	border-top: 1px solid #222222;
	background: #000;
}
footer#sqexFooter.sqex-footer-black {
	border-top: 1px solid #222222 !important;
}
body > footer {
	margin-top: 50px;
	border-top: 1px solid #222222;
	background-color: #000;
	padding-bottom: 25px;
	font-size: 0;
}
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: 76px;
		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-black {
	background-color: #000;
}
body > .main-container-black > .main-container-black-inner {
    position: relative;
    width: 900px;
    margin: auto;
    text-align: left;
	padding: 40px 0;
}
@media screen and (max-width: 780px) {
    body > .main-container-black > .main-container-black-inner {
        width: 95vw;
    }
}
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: 18px;
	font-family: var(--heading-font);
	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 {
}
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: 5px;
		margin-bottom: 15px;
	}
	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;
	}
}

.banner-hover img {
	transition: opacity 0.3s linear;
	max-width: 100%;
	height: auto;
}
a.banner-hover:hover img {
	opacity: 0.7;
}

.event-banner {
	margin: 60px 0 100px;
}
.event-banner-box + .event-banner-box {
	margin-top: 60px;
}
.event-banner-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.event-banner + .index-list {
	border-top: 1px dotted #999999;
}
@media screen and (max-width: 780px) {
	.event-banner-list {
		grid-template-columns: repeat(1, 1fr);
	}
}


.rules-link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.rules-format-link + .rules-format-link {
	margin-top: 10px;
}
@media screen and (max-width: 780px) {
	.rules-format-link + .rules-format-link {
		margin-top: 20px;
	}
}
.rules-format-link-col1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}
.rules-format-link-col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media screen and (max-width: 780px) {
	.rules-format-link-col2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.rules-format-link-col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media screen and (max-width: 780px) {
	.rules-format-link-col3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}
}

.cardfaq-link {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
}
.cardfaq-link > li {
	width: calc((100% / 5) - 5px);
}
.cardfaq-link img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 780px) {
	.cardfaq-link > li {
		width: calc((100% / 2) - 5px);
	}
}

.menulist.menulist-rules > ul li {
    text-align: left;
	padding-top: 15px;
    padding-bottom: 15px;
}
.menulist.menulist-rules > ul li > a {
    margin-left: 25px;
}
.menulist.menulist-rules img {
	max-width: 100%;
	height: 16px;
}

.column-x {
	padding: 10px;
	background: #F3F3F3;
}

.column-distribution {
	padding: 25px 0 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.column-distribution > h2 img {
	max-width: 100%;
	height: auto;
}
.column-distribution > p {
	text-align: center;
	color: #fff;
	padding: 15px;
	line-height: 1.5;
}
.column-distribution > h2 {
	text-align: center;
	padding: 0 50px;
}
.column-distribution-buttonbox {
	background: linear-gradient(to right, #111111, rgba(17, 17, 17, 0.38));
	padding: 10px 0;
	text-align: center;
}
.column-distribution-buttonbox > a {
	position: relative;
	color: #fff;
	display: inline-flex;
	border: 1px solid #fff;
	text-decoration: none;
	width: 200px;
	box-sizing: border-box;
	text-align: center;
	height: 40px;
	align-items: center;
    justify-content: center;
}
body.white .column-distribution-buttonbox > a:link {
	color: #fff;
}
body.white .column-distribution-buttonbox > a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
body.white .column-distribution-buttonbox > a:visited {
	color: #fff;
}
.column-distribution-buttonbox > a > span {
	position: absolute;
	top: -3px;
	bottom: 0;
	right: 20px;
	margin: auto;
	height: fit-content;
}
.column-distribution-buttonbox > a > span > .arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-top: 5px;
  border-radius: 9999px;
  background-color: #fff;
}
.column-distribution-buttonbox > a > span > .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 780px) {
	.column-distribution {
		background-size: auto 100%;
	}
	.column-distribution > h2 {
		padding: 0 10px;
	}
}

.column-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.column-tag > span {
	display: inline-block;
	padding: 5px 10px;
	background: #111111;
	color: #fff;
}


body > .main-container header nav.anchor-links {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	overflow: hidden;
}
body > .main-container header nav.anchor-links a {
	margin-left: 0;
	background-color: #fff;
	border-radius: 0;
	padding: 10px 15px 10px 12px;
	outline: 1px dashed #DFDFDF;
	text-align: left;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 26px;
}
body > .main-container header nav.anchor-links a::after {
  display: inline-block;
  width: 10px;
  height: 7px;
  background: #3a3a3a;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
	body > .main-container header nav a {
        margin-left: 0;
        margin-bottom: 0;
    }
	body > .main-container header nav.anchor-links {
		grid-template-columns: repeat(2, 1fr);
	}
}


.leftline-title {
	padding-bottom: 10px;
	border-bottom: #DFDFDF solid 1px;
	font-family: var(--heading-font);
	font-size: 16px !important;
}
.leftline-title span {
	display: inline-block;
	padding-left: 10px;
	border-left: #000 1px solid;
	font-size: inherit;
}

.whitebg-border-box {
	border: #DFDFDF solid 1px;
	padding: 30px;
}
.whitebg-gray-box {
	background: #F3F3F3;
	padding: 20px;
}

.ullist-standard-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media screen and (max-width: 780px) {
	.ullist-standard-2col {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}