@charset "UTF-8";

.snklogo_u {
	position: absolute;
	margin-top: -6px;
	width: 70px;
	left: 10px;
	z-index: 150;
}

#fightingguide_top {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0% 6%;
	margin-bottom: 6%;

}

.langselect_u {
	position: absolute;
	width: 20%;
	margin-top: 2px;
	right: 8px;
	z-index: 150;
}

.langselect_u li {
	float: right;
	margin-right: 5%;
  border-radius: 5px;
}

.headerinfo_u {
	position: relative;
	height: 30px;
	background-color: #ff3300;
	z-index: 100!important;
}

.headerinfotext {
	position: relative;
	text-align: center;
	font-size: min(3vw, 15px);
	color: #fff;
	padding-top: 5px;
	font-weight: 600;
	z-index: 60;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.snklogo_u {
	position: absolute;
	margin-top: 5px;
	width: 100px;
	left: 10px;
	z-index: 150;
}
	.headerinfo_u {
		position: relative;
		height: 60px;
		background-color: #ff3300;
		padding: 0.1em 1em;
		z-index: 20;
	}

	.headerinfotext {
		position: relative;
		text-align: left;
		font-size: min(2.8vw, 16px);
		color: #fff;
		line-height: 1.4em;
		padding-top: 10px;
		font-weight: 600;
		z-index: 60;
	}
}




.fg_gmenu {
	width: 100%;
	position: fixed;
	bottom:0;
	background: rgb(0,0,0);
background: linear-gradient(267deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0.6558998599439776) 12%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.6783088235294117) 88%, rgba(0,0,0,0.3029586834733894) 100%);
	z-index: 1100;
}

#fightingguide_rev {
	position: relative;
	width: 100%;
	margin-top: 5%;
	padding-bottom:8%;
	height:auto;
	z-index: 50;

}

.fg_top_leftwrp {
	position: relative;
	margin-top: 0;
	width: 60%;
	height: auto;
	left: 0;
	z-index: 50;
}


.fg_top_mainlogo {
	position: relative;
	right: 6%;
	width: 100%;
	z-index: 10;
}

.fg_top_bnr {
	position: relative;
	right: 6%;
	margin-top: 4%;

	width: 100%;
	z-index: 10;
}

.fg_top_copy {
	position: relative;
	right: 6%;
	margin-top: 4%;
	margin-left: 1%;
	width: 100%;
	font-size: min(1.3vw, 25px);
	color: #fff;
	font-weight: 600;
	line-height: 1.9em;
	z-index: 10;
}

.fg_top_copy span {
	color: #ff3300;

}

.fg_top_rightwrp {
	position: relative;
	padding-top: 9%;
	width: 40%;
	height: auto;
	left: 60%;
	z-index: 100;
}


.fg_gmenu_list {
	width: 75%;
	margin: 0 auto;
	z-index: 150;
	left: calc(17% - 50px/2);
}

.fg_gmenu_list li {
	float: left;
	text-align: center;
	width: 20%;
	position: relative;
	padding-top: 1.1%;
	padding-bottom:0.7%;
}

.fg_gmenu_list li:last-child {
	margin-right: -20%;
}

.fg_gmenu_cattit {
	font-weight: 700;
	text-align: center;
	color: #ff3300;
	font-size: min(1.4vw, 24px);
	margin-bottom: 0;
	transition: color 0.5s;
	font-family: "aktiv-grotesk-condensed", sans-serif;
}
.fg_gmenu_cattit_sp {
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: min(6vw, 45px);
	margin-bottom: 0;
	transition: color 0.5s;
	/* テキスト色のアニメーション */
	font-family: "aktiv-grotesk-condensed", sans-serif;
}

.fg_gmenu_list li:hover .fg_gmenu_cattit {
	color: white;
	/* ホバー時のテキスト色 */
}

.fg_gmenu_jpcap {
	font-weight: 600;
	text-align: center;
	margin-top: -1.5%;
	color: #fff;
	font-size: min(1.3vw, 12px);
}
.fg_gmenu_jpcap_sp {
	margin-top: -2%;
	font-weight: 600;
	text-align: center;
	color: #fff;
	font-size: min(3vw, 20px);
}



.fg_gmenu_list li::after {
	content: '';
	position: absolute;
	top: 50%;
	/* グラデーションを中央から始める */
	left: 50%;
	/* グラデーションを中央から始める */
	transform: translate(-50%, -50%);
	/* 中央揃え */
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(255, 51, 0, 1), rgba(255, 51, 0, 0));
	/* 円形グラデーション */
	z-index: -1;
	opacity: 0;
	/* 初期状態は透明 */
	transition: opacity 0.2s;
	/* フェードインアニメーション */
}

.fg_gmenu_list li:hover::after {
	opacity: 1;
	/* ホバー時にフェードイン */
}

a:hover {
	text-decoration: none;

}

 .fg_gmenu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
	 left:5.5%;
    height: 2px; /* ラインの高さ */
   background: linear-gradient(to left, transparent, rgba(255, 51, 0, 1), rgba(255, 51, 0, 1), transparent); /* グラデーション */
  }



@media screen and (min-width:320px) and (max-width:1050px) {
  .fg_top_leftwrp {
	position: relative;
	margin-top: 0;
	width: 100%;
	height: 80vw;
	left: 10%;
	z-index: 50;
}
  .fg_top_rightwrp {
	position: relative;
	padding-top: 7%;
	width: 100%;
	height: auto;
	left: 0%;
	z-index: 100;
}
}


#fightingguide_screen {
	position: relative;
	width: 100%;
	height: auto;
	padding-top:7%;
	padding-bottom:7%;
	background-color: rgba(255,51,0,0.8);
	z-index: 50;
}

#fightingguide_techniques {
	position: relative;
	width: 100%;
	height: auto;
	padding-top:0%;
	padding-bottom:7%;

	z-index: 50;
}

#fightingguide_howtoplay {
	position: relative;
	width: 100%;
	height:auto;
  margin-top: 10%;
  margin-bottom: 10%;
  z-index: 100;

}

#fightingguide_command {
position: relative;
  margin-top: 0%;
  margin-bottom: 10%;
	width: 100%;
	height:auto;
  z-index: 100;
}

.fg_top_rock {
	position: absolute;
	width: 100%;
	margin-left: -22%;
  z-index: 2;
}

.fg_top_thunder {
	position: absolute;
	width: 113%;
	margin-left: -11.5%;
	margin-top: -32%;
	z-index: 5;
}

.fg_top_mask {
	position: absolute;
	width: 57%;
	margin-left: 36%;
	z-index: 6;
}

.fg_top_hotaru {
		position: absolute;
	width: 55%;
	margin-top: 30%;
	margin-left: 4%;
	z-index: 6;
}

.fg_top_preecha {
		position: absolute;
	width: 55%;
	margin-top: 32%;
	margin-left: 36%;
	z-index: 6;
}

.fg_top_terry {
		position: absolute;
	width: 90%;
	margin-top: 53%;
	margin-left: -10%;
	z-index: 6;
}

.fg_top_mainlogoff {
	position: absolute;
	margin-top: 22%;
	margin-left: 47%;
	width: 58%;
	z-index: 50;
}

.fg_rev_titlogo {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 5%;
	  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 1));
}

.trigger5 {
	position: absolute;
	margin-top: 20%;
}

.cattitwrp {
	position: relative;
	margin-bottom: 8%;
	width: 100%;
}

.textarea_intro_copy_u {
	position: relative;
	font-weight: 700;
	margin-top: 2%;
	width: 100%;
	color: #fff;
	font-weight: 700;
	z-index: 40;
	line-height: 1.25em;
	text-shadow: 1px 2px 10px #000;

}
.textarea_intro_copy_u span {
		color: #ff3300;
}


.rev_right {
	width: 46%;
}

.rev_left {
	width: 51%;
}
.rev_left img {
	width: 125%;
  margin-top: -3%;
	margin-left: -25%;
  /*border:3px solid #B67B03;*/
}

.u_btn {
	width: 40%;
	margin: 8% auto;
	margin-bottom: 0;

}
.u_btn_outcorner {
	width: 25%;
	margin: 8% auto;
	margin-bottom: 0;

}
.u_btn a {
	transition: all .3s;
}
.u_btn a:hover {
	opacity:0.7;
	transition: all .3s;
}

.trigger99 {
	position: absolute;
	margin-top: -30%;


}

.fg_rev_movielist {
	position: relative;
	margin-bottom:8%;
}
.fg_rev_movielist li {
	width: 47%;
	margin-right: 6%;
	float: left;
}
.fg_rev_movielist li:last-child {
	margin-right: -20%;
}


.fg_rev_movlisttit {
	width: 80%;
	margin: 3% auto;
	margin-bottom: 0%;
}

.fg_commandstyle {
	width: 100%;
	margin-bottom: 3%;
}

.fg_movlisttext {
	width: 100%;
	margin: 0 auto;
}

.op a{
transition: all .3s;
}
.op a:hover {
	opacity:0.7;
		transition: all .3s;
}

.fg_rev_gauge {
	width: 80%;
	margin: 0 auto;
	border:3px solid #B67B03;
	padding:3% 3%;
}

.revg_right {
	width: 40%;
  
}

.revg_left {
	width: 55%;
  display: inline-block;

}

.revgtit {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2%;
  
}

.revo_left {
	width: 45%;
}

.revo_right {
	width: 50%;
}

.fg_rev_overheat {
	width: 55%;
	margin: 3% auto;
	background-color:#ff3300;
	padding:3% 3%;
	border-radius: 20px;
}

.tri {
	position: absolute;
	width: 7%;
	margin-top: -14%;
	margin-left: 41%;
}

.fg_rev_overheat_notice {
	margin-top: 3%;
}

.spgwrp {
	width: 100%;
	margin-top: 10%;
}

.spgleft {
	width: 45%;
}

.spgright {
	width: 50%;
}




.fg_screen {
	width: 100%;
	margin: 0 auto;
}

.fg_cattit {
	width: 25%;
	margin: 0 auto;
}

.fg_screen_jpsub {
	margin-top: 1%;
	margin-bottom: 4%;
	text-align: center;
	color:#fff;
	font-weight: 600;
	font-size: min(3vw, 20px);
}

.fg_htplist {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5%;
  z-index: 50;
}

.fg_htplist li {
  position: relative;
  width: 47.4%;
  margin-right: 5%;
  float: left;
}
.fg_htplist li:last-child {
  margin-right:-20%;
}

.fg_hptlist_cap {
  width: 65%;
  margin: 5% auto;
}

.introstar_u_top {
  position: absolute;
  margin-top: -5%;
  margin-left: -18%;
  width: 36%;
  z-index: 1;
}

.catborder {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-top:1px solid #333;
  padding-bottom:10%;
  z-index: 100;
}

 /* 現在のリンクのスタイル */
  .current a {
    color:aqua !important;
  }
@media screen and (min-width:320px) and (max-width:1050px) {
  .tri {
	position: absolute;
	width: 15%;
	margin-top: -22%;
	margin-left: 37%;
}
  .introstar_u_top {
  position: absolute;
  margin-top: -5%;
  margin-left: -29%;
  width: 55%;
  z-index: 1;
}

  .fg_top_mainlogoff {
	position: absolute;
	margin-top: 25%;
	margin-left: 54%;
	width: 52%;
	z-index: 50;
}
  .fg_top_mainlogo {
	position: relative;
	right: 0%;
	width: 100%;
	z-index: 10;
}
  .fg_top_bnr {
	position: relative;
	right: 0%;
	margin-top: 4%;

	width: 100%;
	z-index: 10;
}
  .fg_top_copy {
	position: relative;
    text-align: center;
	right: 0%;
	margin-top: 6%;
	margin-left: 1%;
	width: 100%;
	font-size: min(4.3vw, 25px);
	color: #fff;
	font-weight: 600;
	line-height: 1.7em;
	z-index: 10;
}
  
  .fg_top_thunder {
	position: absolute;
	width: 123%;
	margin-left: -20%;
	margin-top: -35%;
	z-index: 5;
}
  .fg_top_rock {
	position: absolute;
	width: 100%;
	margin-left: -29%;
}
  .fg_top_mask {
	position: absolute;
	width: 67%;
	margin-left: 30%;
	z-index: 6;
}
  .fg_top_hotaru {
		position: absolute;
	width: 65%;
	margin-top: 30%;
	margin-left: -5%;
	z-index: 6;
}

.fg_top_preecha {
		position: absolute;
	width: 65%;
	margin-top: 32%;
	margin-left: 30%;
	z-index: 6;
}

.fg_top_terry {
		position: absolute;
	width: 110%;
	margin-top: 53%;
	margin-left: -20%;
	z-index: 6;
}
  
  .fg_rev_titlogo {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
	
}
  .rev_left {
	width: 100%;
}
  .rev_left img {
	width: 100%;
	margin-left: 0%;
  border:3px solid #B67B03;
}
  .rev_right {
	width: 100%;
}
  .u_btn {
	width: 70%;
	margin: 8% auto;
	margin-bottom: 10%;

}
  .cattitwrp {
	position: relative;
    padding-top:10%;
    border-top:1px solid #999;
	margin-bottom: 8%;
	width: 100%;
}
  
  .fg_rev_movielist {
	position: relative;
	margin-bottom:0%;
}
.fg_rev_movielist li {
	width: 100%;
	margin-right: 6%;
  margin-bottom: 15%;
	float: left;
}
  .fg_rev_gauge {
	width: 100%;
	margin: 0 auto;
	border:3px solid #B67B03;
	padding:5% 5%;
}
  .revg_right {
	width: 100%;
}

.revg_left {
	width: 100%;
}

.revgtit {
	width: 80%;
	margin-left: 0%;
	margin-bottom: 5%;
  margin: 5% auto
}
  .fg_rev_overheat {
	width: 90%;
	margin: 10% auto;
	background-color:#ff3300;
	padding:5% 5%;
	border-radius: 10px;
}
  .revo_left {
	width: 100%;
}

.revo_right {
	width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}
  
  .spgleft {
	width: 100%;
}

.spgright {
  margin-top: 5%;
	width: 100%;
}
  .fg_screen {
	width: 110%;
	margin: 0 auto;
    margin-left: -4.3%;
}
  .fg_cattit {
	width: 80%;
	margin: 5% auto;
    margin-bottom: 0;
}
  .fg_screen_jpsub {
	margin-top: 1%;
	margin-bottom: 3%;
	text-align: center;
	color:#fff;
	font-weight: 600;
	font-size: min(4vw, 20px);
}
  .u_btn_outcorner {
	width: 60%;
	margin: 8% auto;
	margin-bottom: 10%;

}
  
  .fg_htplist {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
  z-index: 50;
}

.fg_htplist li {
  position: relative;
  width: 47.4%;
  margin-right: 5%;
  float: left;
}
.fg_htplist li:last-child {
  margin-right:-20%;
}

.fg_hptlist_cap {
  width: 100%;
  margin: 5% auto;
}
  #fightingguide_screen {
	position: relative;
	width: 100%;
	height: auto;
	padding-top:10%;
	padding-bottom:7%;
	background-color: rgba(255,51,0,0.8);
	z-index: 50;
}
  #fightingguide_command {
position: relative;
  margin-top: 5%;
    margin-bottom: 10%;
	width: 100%;
	height:auto;
  z-index: 100;
}
.catborder {
  width: 80%;
  margin: 0 auto;
  border-top:1px solid #333;
  padding-bottom:10%;
}

}


/*タブレット*/
@media screen and (min-width:768px) and (max-width:1050px) {
    .fg_top_copy {
	position: relative;
	right: 0%;
	margin-top: 4%;
	margin-left: 1%;
	width: 100%;
	font-size: min(3.3vw, 40px);
	color: #fff;
	font-weight: 600;
	line-height: 1.9em;
	z-index: 10;
}
}

.fg_gmenu_list li.current {
    position: relative;
}

.fg_gmenu_list li.current::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 51, 0, 1), rgba(255, 51, 0, 0));
    z-index: -1;
    opacity: 1;
    transition: opacity 0.2s;
}

.fg_gmenu_list li.current:hover::before {
    opacity: 0;
}
.fg_gmenu_list li.current .fg_gmenu_cattit {
    color: white;
    transition: color 0.5s ease-out; /* アニメーションの追加 */
}
.mt50 {
	margin-top: 5%!important;
}

 .backtotop {
  width: 100%;
  height: auto;
  padding:0.5% 0.1% 0.1% 0.1%;
  background-color:#ff3300;
   color:#fff;
   font-weight: 600;
   text-align: center;
  font-size: min(1.5vw, 40px);
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .backtotop {
  width: 100%;
  height: auto;
  padding:0.9% 0.1% 0.1% 0.1%;
  background-color:#ff3300;
    margin-bottom: 5%;
  font-size: min(6vw, 40px);
}
}


#techniques_unchor {
  position: absolute;
  margin-top: -100px;
}
#howtoplay_unchor {
  position: absolute;
  margin-top: -100px;
}
#rev_unchor {
  position: absolute;
  margin-top: -100px;
}

.fg_gmenu_list {
	width: 60%;
	margin: 0 auto;
	z-index: 150;
	left: calc(17% - 50px/2);
}

.fg_gmenu_list li {
	float: left;
	text-align: center;
	width: 24.7%;
	position: relative;
	padding-top: 1.1%;
	padding-bottom:0.7%;

}

.fg_gmenu_list li:last-child {
	margin-right: -20%;
}

.fg_gmenu_cattit {
	font-weight: 700;
	text-align: center;
	color: #ff3300;
	font-size: min(1.4vw, 24px);
	margin-bottom: 0;
	transition: color 0.5s;
	font-family: "aktiv-grotesk-condensed", sans-serif;
}

@media screen and (min-width:320px) and (max-width:1050px) {
    .fg_gmenu {
	width: 100%;
	z-index: 500;
    margin-left: 0;
}
  .fg_gmenu_list {
	width: 100%;
	margin: 0 auto;
	z-index: 150;
	left: calc(17% - 50px/2);
}

.fg_gmenu_list li {
	float: left;
	text-align: center;
	width: 24.7%;
	position: relative;
	padding-top: 2%;
	padding-bottom:0.7%;
  border-left:1px solid #444;

}
.fg_gmenu_list li:first-child {
	 border-left:0px solid #444;
}
  
.fg_gmenu_list li:last-child {
	margin-right: -20%;
}

  .fg_gmenu_cattit {
	font-weight: 700;
	text-align: center;
	color: #ff3300;
	font-size: min(3.5vw, 24px);
	margin-bottom: 0;
	transition: color 0.5s;
	font-family: "aktiv-grotesk-condensed", sans-serif;
}
  .fg_gmenu_jpcap {
	font-weight: 600;
	text-align: center;
	margin-top: -1.5%;
	color: #fff;
	font-size: min(2.5vw, 12px);
}
     .fg_gmenu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	 left:0%;
    height: 1px; /* ラインの高さ */
   background: #444; /* グラデーション */
  }
}
#rev_unchor {
  position: absolute;
  margin-top: -100px;
}
#techniques_unchor {
  position: absolute;
  margin-top: -100px;
}
#howtoplay_unchor {
  position: absolute;
  margin-top: -100px;
}
