@charset "utf-8";

/*--------------------------------------------------
	common
--------------------------------------------------*/
a:link { color: #ffec1a; text-decoration: none; }
a:visited { color: #ffec1a; text-decoration: none; }
a:hover { color: #ffec1a; text-decoration: none; }
.disable { pointer-events: none; opacity: 0.4; }
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; }
}

.bold {	font-weight: bold; }
.txtS { font-size: 1.2rem; }
.marker { line-height: 1.3em; background: linear-gradient(transparent 50%,rgba(222,0,34,0.4) 0%);}

/* 選択時背景色 */
/*::selection {background: #fe4545;color:#fff; }
::-moz-selection {background: #fe4545;color:#fff; }*/

.mgt05 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* float解除 */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.both { clear: both; }

.sp { display: none !important; }
@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: inherit !important; }
}

/*--------------------------------------------------
	layout
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	min-width: 1060px;
	font-family: 'Noto Sans JP', "メイリオ", "meiryo", Verdana, "Hiragino Kaku Gothic Pro W3", "MS UI Gothic";
	font-size: 1.0rem;
	line-height: 1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #fff;
	background: #000;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
section .secTtl {
	position: relative;
	text-align: center;
}
section .secTtl .ttlTone {
	position: absolute;
	top: 35%;
	right: 0;
	width: 240px;
}
section .secTtl .ttlParts {
	margin-top: 30px;
}
a.btn {
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #000;
	padding: 15px 5px;
	background: #f5f6d4;
	background: -moz-linear-gradient(left,  #f5f6d4 0%, #e7de55 30%, #c49e1f 100%);
	background: -webkit-linear-gradient(left,  #f5f6d4 0%,#e7de55 30%,#c49e1f 100%);
	background: linear-gradient(to right,  #f5f6d4 0%,#e7de55 30%,#c49e1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6d4', endColorstr='#c49e1f',GradientType=1 );
	border-radius: 30px;
	-webkit-border-radius: 30px; /* Safari,Google Chrome用 */
	-moz-border-radius: 30px; /* Firefox用 */
}
a.btn:before {
	content: "\f0da";
	position: absolute;
	top: 33.33%;
	right: 10px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}
.btn2 {
	max-width: 300px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 1px;
	border-radius: 30px;
	-webkit-border-radius: 30px; /* Safari,Google Chrome用 */
	-moz-border-radius: 30px; /* Firefox用 */
	background: -moz-linear-gradient(left,  #f5f6d4 0%, #e7de55 30%, #c49e1f 100%);
	background: -webkit-linear-gradient(left,  #f5f6d4 0%,#e7de55 30%,#c49e1f 100%);
	background: linear-gradient(to right,  #f5f6d4 0%,#e7de55 30%,#c49e1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6d4', endColorstr='#c49e1f',GradientType=1 );
}
.btn2 a {
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #c49e1f;
	padding: 15px 5px;
	border-radius: 30px;
	-webkit-border-radius: 30px; /* Safari,Google Chrome用 */
	-moz-border-radius: 30px; /* Firefox用 */
	background: #000;
}
.btn2 a:before {
	content: "\f0da";
	position: absolute;
	top: 33.33%;
	right: 10px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}
.btn2 a span {
  display: inline-block;
	background: -moz-linear-gradient(left,  #f5f6d4 0%, #e7de55 30%, #c49e1f 100%);
	background: -webkit-linear-gradient(left,  #f5f6d4 0%,#e7de55 30%,#c49e1f 100%);
	background: linear-gradient(to right,  #f5f6d4 0%,#e7de55 30%,#c49e1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6d4', endColorstr='#c49e1f',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.disable {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	pointer-events: none;
}
.youtubeWrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalList {
	display: none;
}
.gallery {
	margin-top: 40px;
}
.gallery .detailArea {
	position: relative;
	text-align: center;
	margin: 0 15px;
}
.gallery .detailArea .detailBox {
    display: none;
}
.gallery .detailArea .detailBox.show {
    display: block;
}
.gallery .detailArea .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.gallery .detailArea .arrow.prev {
	left: -70px;
}
.gallery .detailArea .arrow.next {
	right: -70px;
}
.gallery .selectArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.gallery .selectArea .selectBtn {
	cursor: pointer;
}
.gallery .detailArea .arrow:hover,
.gallery .selectArea .selectBtn:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.gallery .selectArea .selectBtn.active {
	cursor: initial;
}
.gallery .selectArea .selectBtn.active {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
body {
	min-width: initial;
}
.inner {
	width: 92%;
	padding: 0;
}
section .secTtl h2 {
	height: 45px;
}
section .secTtl h2 img {
	max-width: initial;
	height: 100%;
}
section .secTtl .ttlTone {
	position: initial;
	width: 95px;
	margin: 10px auto 0;
}
section .secTtl .ttlParts {
	margin-top: 15px;
}
a.btn {
	font-size: 1.4rem;
}
.btn2 a {
	font-size: 1.4rem;
}
.gallery {
	display: none;
}
.gallery .detailArea {
	margin: 0;
}
}

/*--------------------------------------------------
	body
--------------------------------------------------*/
header {
	position: relative;
	z-index: 100;
}
header .platform {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}
header ul.lang {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	background: #000;
}
header ul.lang li a {
	display: block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.4rem;
	color: #000;
	background: rgba(255,255,255,0.4);
}
header ul.lang li.active a {
	background: rgba(255,255,255,1);
}
header ul.lang li a:hover {
	background: rgba(255,255,255,1);
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
header .platform li.switch {
	width: 50px;
}
header .platform li.steam {
	width: 117px;
}
header ul.lang li a {
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 1.5rem;
}
}


#mainImg {
	position: relative;
}
#mainImg .visual {
	position: relative;
	text-align: center;
}
#mainImg .visual .logo {
	position: absolute;
	top: 70.74%; /* 1080pxの高さに対して764px相当 */
	left: 50%;
	transform: translateX(-50%);
	width: 64.69%;
	margin: auto;
}
/* #mainImg .visual .special {
	position: absolute;
	top: 58.18%;
	right: 0;
	left: 0;
	max-width: 1920px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	margin: 0 auto;
	padding: 20px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0) 100%);
}
#mainImg .visual .special .txt1 {
	letter-spacing: 0.05em;
	font-size: 2.4rem;
}
#mainImg .visual .special .txt2 {
	font-size: 4.8rem;
	margin-top: 15px;
}
#mainImg .visual .special .txt2 span {
	font-size: 4.9rem;
}
#mainImg .visual .special .txt3 {
	font-size: 1.2rem;
	margin-top: 20px;
}
#mainImg .visual .special.zoomin {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */
#mainImg .visual .bg {
	position: relative;
	z-index: -1;
}
#mainImg .visual .bg img {
	width: 100%;
}
@media screen and (max-width: 767px) {
#mainImg .visual .logo {
	top: 39.76%; /* 986pxの高さに対して392px相当 */
	max-width: initial;
	width: 86.93%;
}
/* #mainImg .visual .special {
	top: 68.42%;
	text-align: center;
	padding: 10px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 15%,rgba(255,255,255,0.85) 85%,rgba(255,255,255,0) 100%);
}
#mainImg .visual .special .txt1 {
	font-size: 1.6rem;
}
#mainImg .visual .special .txt2 {
	font-size: 2.6rem;
	margin-top: 5px;
}
#mainImg .visual .special .txt2 span {
	font-size: 2.9rem;
}
#mainImg  .visual .special .txt3 {
	font-size: 1.0rem;
	margin-top: 8px;
} */
}


#intro {
	margin-top: 80px;
}
#intro .youtube {
	max-width: 854px;
	margin: 100px auto 0;
}
#intro .youtube .btn2 {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
#intro {
	margin-top: 20px;
}
#intro .youtube {
	margin: 40px auto 0;
}
}


#chara {
	margin-top: 140px;
}
#chara .secTtl .ttlTone {
	right: 8px;
}
#chara .gallery .selectArea + .selectArea {
	margin-top: 15px;
}
#chara .gallery .selectArea .selectBtn,
#chara .gallery .selectArea .selectBtn_off {
	width: 155px;
	margin: 0 7.5px;
}
@media screen and (max-width: 767px) {
#chara {
	margin-top: 60px;
}
#chara .secTtl .ttlTone {
	right: initial;
}
#chara .modalList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#chara .modalList li {
	width: 23.48%;
	margin-right: 2.03%;
}
#chara .modalList li:nth-child(4n) {
	margin-right: 0;
}
#chara .modalList li:nth-child(n+5) {
	margin-top: 2.03%;
}
}


#system {
	margin-top: 140px;
}
#system .secTtl .ttlTone {
	right: 84px;
}
#system .gallery .selectArea .selectBtn {
	width: 376px;
	margin: 0 10px;
}
#system .gallery .selectArea .selectBtn:nth-child(n+4) {
	margin-top: 20px;
}
#system .gallery .moreBtn {
	text-align: center;
	margin-top: 20px;
}
#system .gallery .moreBtn:hover {
	opacity: 0.6;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
#system {
	margin-top: 60px;
}
#system .secTtl .ttlTone {
	right: initial;
}
#system .modalList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#system .modalList li {
	width: 48.84%;
	margin-right: 2.03%;
}
#system .modalList li:nth-child(even) {
	margin-right: 0;
}
#system .modalList li:nth-child(n+3) {
	margin-top: 2.03%;
}
}


#mahjong .mahjong_img {
	margin-top: 80px;
}
#mahjong .mahjong_back {
	max-width: 300px;
	margin: 80px auto;
}
#mahjong .mahjong_back a.btn:before {
	content: none;
}
@media screen and (max-width: 767px) {
#mahjong .mahjong_img {
	margin-top: 40px;
}
#mahjong .mahjong_back {
	margin: 40px auto;
}
}


#spec {
	margin-top: 140px;
}
#spec .inner {
	width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}
#spec .secTtl .ttlTone {
	right: 60px;
}
#spec .specBox {
	position: relative;
	margin-top: 40px;
	padding: 60px;
	border: 1px #fff solid;
}
#spec .specBox .corner {
	position: absolute;
}
#spec .specBox .corner.topL {
	top: 0;
	left: 0;
}
#spec .specBox .corner.topR {
	top: 0;
	right: 0;
}
#spec .specBox .corner.btmL {
	bottom: 0;
	left: 0;
}
#spec .specBox .corner.btmR {
	bottom: 0;
	right: 0;
}
#spec .specBox .box_inner {
	display: flex;
	justify-content: space-between;
}
#spec .specBox .box_inner .imgArea {
	width: 26.67%;
	text-align: center;
}
#spec .specBox .box_inner .imgArea p + p {
	margin-top: 40px;
}
#spec .specBox .box_inner .imgArea .download img {
	border: 1px #fff solid;
}
#spec .specBox .box_inner .txtArea {
	width: 68.89%;
}
#spec .specBox .box_inner .txtArea .dlWrap dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	font-size: 1.5rem;
}
#spec .specBox .box_inner .txtArea .dlWrap dl dt {
	width: 10em;
	color: #d6bdbd;
	padding-right: 1em;
}
#spec .specBox .box_inner .txtArea .dlWrap dl dd {
	width: calc(100% - 10em);
}
#spec .specBox .box_inner .txtArea .dlWrap dl + dl {
	margin-top: 20px;
}
#spec .specBox .box_inner .txtArea .note {
	text-align: center;
	line-height: 1.5;
	font-size: 1.2rem;
	margin-top: 40px;
}
#spec .specBox .box_inner .txtArea .buyArea {
	margin-top: 60px;
}
#spec .specBox .box_inner .txtArea .buyArea .head {
	font-size: 2.4rem;
	margin-top: 20px;
	padding: 5px 0 7px 5px;
	border-bottom: 2px #fff dotted;
	border-left: 5px #fff solid;
}
#spec .specBox .box_inner .txtArea .buyArea .btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#spec .specBox .box_inner .buyArea .btnList .buybtn {
	max-width: 300px;
	width: 100%;
	margin-top: 20px;
}
#spec .specBox.steam .box_inner .buyArea .btnList .buybtn {
	margin-top: 0;
}
#spec .specBox .box_inner .buyArea .btnList .buybtn:nth-child(n+3) {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
#spec {
	margin-top: 60px;
}
#spec .inner {
	width: 92%;
	padding: 0;
}
#spec .secTtl .ttlTone {
	right: initial;
}
#spec .specBox {
	margin-top: 20px;
	padding: 30px 15px;
}
#spec .specBox .box_inner {
	display: block;
}
#spec .specBox .box_inner .imgArea {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#spec .specBox .box_inner .imgArea p {
	width: 38.1%;
	margin: 0 auto;
}
#spec .specBox .box_inner .imgArea p + p {
	margin-top: initial;
}
#spec .specBox .box_inner .imgArea p:nth-child(n+3) {
	margin-top: 10px;
}
#spec .specBox .box_inner .txtArea {
	width: 100%;
	margin-top: 30px;
}
#spec .specBox .box_inner .txtArea .dlWrap dl {
	display: block;
	line-height: 1.5;
	font-size: 1.4rem;
}
#spec .specBox .box_inner .txtArea .dlWrap dl dt {
	width: initial;
	padding-right: 1em;
}
#spec .specBox .box_inner .txtArea .dlWrap dl dt::after {
	content: "：";
}
#spec .specBox .box_inner .txtArea .dlWrap dl dd {
	width: initial;
}
#spec .specBox .box_inner .txtArea .note {
	text-align: left;
	font-size: 1.1rem;
	margin-top: 20px;
}
#spec .specBox .box_inner .txtArea .buyArea {
	margin-top: 40px;
}
#spec .specBox .box_inner .buyArea .buynow {
	width: 107px;
}
#spec .specBox .box_inner .txtArea .buyArea .head {
	font-size: 1.4rem;
}
#spec .specBox .box_inner .buyArea .btnList .buybtn {
	max-width: initial;
	width: 47.62%;
}
#spec .specBox .box_inner .buyArea .btnList .buybtn.wide {
	width: 100%;
}
}


#simple {
	text-align: center;
	margin-top: 140px;
}
#simple .whiteBg {
	line-height: 2;
	font-size: 1.5rem;
	color: #000;
	margin-top: 20px;
	padding: 60px 0;
	background: #fff;
}
#simple .whiteBg ul.lineup {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#simple .whiteBg ul.lineup li {
	width: 11.67%;
}
#simple .whiteBg ul.lineup li + li {
	margin-left: 40px;
}
@media screen and (max-width: 767px) {
#simple {
	text-align: left;
	margin-top: 60px;
}
#simple .ttl {
	width: 81.33%;
	margin: 0 auto;
}
#simple .whiteBg {
	font-size: 1.4rem;
	padding: 30px 0;
}
#simple .whiteBg ul.lineup {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
#simple .whiteBg ul.lineup li {
	width: 37.68%;
}
#simple .whiteBg ul.lineup li + li {
	margin-left: initial;
}
#simple .whiteBg ul.lineup li:nth-child(even) {
	margin-left: 5.8%;
}
#simple .whiteBg ul.lineup li:nth-child(n+3) {
	margin-top: 5.8%;
}
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
footer {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
}
footer .bnrArea {
	display: flex;
	justify-content: center;
}
footer .bnrArea .bnr {
	width: 260px;
	margin: 0 10px;
}
footer ul.sns {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
footer ul.sns li {
	width: 36px;
}
footer ul.sns li + li {
	margin-left: 30px;
}
footer .d3 {
	margin-top: 40px;
}
footer .copy {
	line-height: 1.5;
	font-size: 1.1rem;
	color: #666;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
footer ul.sns {
	margin-top: 20px;
}
footer .d3 {
	width: 21.74%;
	margin: 20px auto 0;
}
footer .copy {
	margin-top: 10px;
}
}

