.gnavi {
  position: fixed;
  right: 0;
  height: 46px;
  width: 100%;
  background: rgb(0, 0, 0);
  padding-left: 100px;
  border-bottom: 1px solid #fff;
 

 background: rgb(0,0,0);
background: linear-gradient(97deg, rgba(0,0,0,1) 0%, rgba(250,49,34,0.8827906162464986) 0%, rgba(0,0,0,0.7959558823529411) 40%, rgba(0,0,0,0.7987570028011204) 100%);
  z-index: 700;
  transition: width 0.5s;
  /* アニメーションの設定 */
}

.gnavilist {
  position: absolute;
  width: 740px;
  margin-top: 0;
  padding-top: 11px;
  right: 40px;
  margin-bottom: 0;
  z-index: 600;
  display: flex;

}

.gnavilist a {
  cursor: pointer; /* カーソルを追加 */
}

.gnavilist a:link {
  text-decoration: none;
}

.gnavilist a:visited {
  text-decoration: none;
}

.gnavilist a:hover {
  text-decoration: none;
	
}

.gnavilist a .textarea_gnavi {
  transition: color 0.3s ease;
  /* ホバー時のトランジションを追加 */
}

.gnavilist a:hover .textarea_gnavi {
  transition: color 0.3s ease;
  /* ホバー時のトランジションを追加 */
  color: #ff3300;
  /* ホバー時の文字色を指定 */
}

.gnavilist li {
  margin-right: 3%;
  /* 項目の間隔 */
}

.gnavilist li:last-child {
  margin-right: 0;
  /* 最後の項目の右マージンを削除 */
}


.gnavilist li:nth-child(7) {
  margin-top: -14px;
  padding-top: 13px;
  background: rgb(13, 128, 129);
  background: linear-gradient(56deg, rgba(13, 128, 129, 1) 7%, rgba(19, 186, 169, 1) 25%, rgba(26, 253, 215, 1) 50%, rgba(15, 151, 145, 1) 81%, rgba(13, 128, 129, 1) 93%);
  height: 47.5px;
  /* ナビゲーションのベースと同じ高さに設定 */
  padding-left: 20px;
  /* 左のパディングを設定 */
  padding-right: 20px;
  /* 右のパディングを設定 */
}

.gnavilist li:nth-child(7) .textarea_gnavi {
  color: #fff;
  /* テキスト色を白に設定 */
  font-weight: 700;
  /* テキストの太さを設定 */
  font-family: "aktiv-grotesk-condensed", sans-serif;
  /* フォントを設定 */
  font-size: min(1.5vw, 16px);
  /* フォントサイズを設定 */
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .9));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .9));
}



.textarea_gnavi {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: min(1.5vw, 16px);
}

.gnavi_base1 {
  position: absolute;
  width: 22%;
  right: 80px;
  z-index: 10;
}

.gnavi_base2 {
  position: absolute;
  margin-top: 108px;
  width: 20%;
  right: 86px;
  z-index: 11;
}



.gnavi_bnr1 {
  position: absolute;
  width: 328px;
  left: 250px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: opacity 0.5s ease-in-out;
  z-index: 100;
}
.gnavi_bnr2 {
  position: absolute;
  width: 300px;
  height: 45px;
  left: 345px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;

}
@media screen and (min-width: 720px) and (max-width: 1300px) {
  .gnavi_bnr2 {
    display: none;
  }
}


.snk_accounts {
  position: absolute;
  width: 150px;
	margin-top: 10px;
	left:30px;
}


.snk_x {
	position: absolute;
	margin-top: 10px;
	left:190px;
}

.spnavovi_top {
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 500;
}


.openbtn1 {
  position: fixed;
  z-index: 1100;
  top: 0px;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}


.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background-color: #FF3300;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
  background-color: #fff;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
  background-color: #fff;
}




/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul.langlist li {
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul.langlist li a {
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	font-weight: 600;
	font-size: min(1.5vw, 15px);
	text-align: center;
	transition: all .3s;
}

nav ul.langlist li li a {
	padding: 10px 10px;
}

nav ul.langlist li a:hover {
	color: #fff;
}


/*下の階層を持っているulの指定*/
nav li.has-child ul {
	/*絶対配置で位置を指定*/
	position: absolute;
	right: -32px;
	margin-top: 50px;
	z-index: 500;
	/*形状を指定*/
	background: #000;
	width: 100px;
	/*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
	/*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
	visibility: visible;
	opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav ul.langlist li.has-child ul li a {
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav ul.langlist li.has-child ul li:last-child > a {
	border-bottom: none;
}

nav ul.langlist li.has-child ul li a:hover,
nav ul.langlist li.has-child ul li a:active {
	background: #FA3122;
}

nav ul.langlist li.has-child ul ul li a:hover,
nav ul.langlist li.has-child ul ul li a:active {
	background: #FA3122;
}

nav ul.langlist .lgcurrent a {
	background:  #FA3122;
	text-decoration: underline;
}

.language_current_country {
	position: absolute;
}

.texatarea_lgc {
  position: absolute;
  width: 60px;
	margin-top: -20px;
    left: 40px;
	font-weight: 600;
  right:0;
  font-size: 16px;
  text-align: left;
	color:#fff;
    font-weight: 700;
  font-family: "aktiv-grotesk-condensed", sans-serif;
	
	
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_headerinfo {
	position: absolute;

  color:#fff;
  margin-top: 10px;
  left: 96px;
  font-size: 13px;
  font-weight: 600;
}
  
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul.langlist li {
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul.langlist li a {
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	font-weight: 600;
	font-size: min(1vw, 12px);
	text-align: center;
	transition: all .3s;
}

nav ul.langlist li li a {
	padding: 10px 10px;
}

nav ul.langlist li a:hover {
	color: #fff;
}

/*ナビゲーションのリンク設定*/
nav ul.langlist li a {
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	font-weight: 600;
	font-size: min(5vw, 20px);
	text-align: center;
	transition: all .3s;
}
/*下の階層を持っているulの指定*/
nav li.has-child ul {
	/*絶対配置で位置を指定*/
	position: absolute;
	right: 0;
	margin-top: 5.5vw;
	z-index: 500;
	/*形状を指定*/
	background: #000;
	width: 15vw;
	/*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
	/*アニメーション設定*/
	transition: all .3s;
}

  .texatarea_lgc {
	margin-top: 7px;
	font-weight: 600;
	color:#fff;
	
}
}

.global_btn {
	position: absolute;
	width: 30px;
    right:19px;
	margin-top: 0px;
	z-index: 2500;
	-webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
}


 .top_titlename {
	position: fixed;
	margin-top: 9.3px;
	left:25px;
	width: 250px;
	z-index: 900;
  
}


/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
	width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -55%);
}




#gamemode {
  position: relative;
  width: 100%;
  padding-bottom: 5%;
  height: auto;
  z-index: 100;
}

.gamemode_index_tit {
   position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top:8%;
  margin-bottom: 3%;
  -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
  z-index: 100;

}

.gamemodeleft {
  width: 47%;
}

.gamemoderight {
  width: 47%;
}

.gamemodeleft_contentsbox {
  position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  border:1px solid #888;
}

.gamemodeleft_contentsbox iframe {
  position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;pointer-events: none; /* ホバー効果を無効にする */
}

.gamemode_contentswrp {
  position: relative;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 7vw;
}

.textarea_gamemodehcopy {
  margin-top: 0.5em;
  color:#fff;
  width: 104%;
  font-weight: 600;
  font-size: 1.45vw;
  
}

.textarea_gamemodelead {
  color:#fff;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
}

.gamemode_cattit {
  width: 70%;
}

.bnr_cr7 {
  position: absolute;
  margin-top: 17.3vw;
 right: 0.5vw;
  width: 20%;
  z-index: 399;
}
.bnr_cr7_sp {
  position: absolute;
  margin-top: 18vw;
 right: 0.5vw;
  width: 20%;
  z-index: 399;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_product_notice {
  font-weight: 400;
font-size: min(3.5vw, 16px);
  color:#fff;
  line-height: 1.5em;
text-align: left;
}
  .textarea_product_notice span {
color: #FF3300;	
}

	.textarea_product_notice_s {
  font-weight: 400;
font-size: min(3.5vw, 16px);
  color:#fff;
  line-height: 1.5em;
text-align: left;
}
	
.gamemode_index_tit {
  
     position: relative;
    width: 75%;
    margin: 10% auto;
    margin-bottom: 10%;
    -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .8));
    z-index: 100;
  }
  
  .gamemode_contentswrp {
  position: relative;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 15%;
}
  .textarea_gamemodehcopy {
  margin-top: 0.5em;
  color:#fff;
  width: 104%;
  font-weight: 600;
  font-size:5vw;
    padding-bottom:3vw;
    margin-bottom: 3vw;
    border-bottom:1px solid #fff;
  
}
  .gamemodeleft {
  width: 100%;
}

.gamemoderight {
  width: 100%;
}
  .gamemode_cattit {
    margin-top: 2%;
  width: 100%;
}

	.headerinfo {
		position: fixed;
		width: 35%;
		height: 50px;
		right:0;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%);
		z-index: 1000;
}

  .bnr_cr7 {
    position: relative;
  margin-top: 0;
 right: 0vw;
		left:4vw;
  width: 100%;
  z-index: 400;
}
	  .bnr_cr7_sp {
    position: relative;
  margin-top: 0;
 right: 0vw;
		left:4vw;
  width: 100%;
  z-index: 400;
}
}



.newcharacters_center {
  	position: relative;
    left:0%;
	width: 97%;
	margin-top: -8.8%;
}
  




.reserveobi_terry {
  position: absolute;
  margin-top: -3.15%;
  margin-left: -6%;
  width: 8%;
  z-index: 1003;
}

.product_editionsubtit {
  position: relative;
  color:#fff;
   font-weight: 800;
 
  font-size: 2.2vw;
  z-index: 100;
}
.product_editionsubtit span {
   color:#AD8C42;
   font-size: 2.6vw;
  font-weight: 800;
  font-family: "aktiv-grotesk-condensed", sans-serif;
}

.gamemode_contenswrap_s {
  position: relative;
  width: 88%;
  margin: 0 auto;
  margin-left: 7.5%;
}
.gamemode_contenswrap_s li {
  float: left;
  width: 48%;
  padding-right:3%;
 
  margin-right: 3%;
}
.gamemode_contenswrap_s li:last-child {
  margin-right: -20%;
}

.bn {
   border-right:transparent!important;
  
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.product_editionsubtit {
  position: relative;
		margin-top: 1vw;
  color:#fff;
  font-weight: 800;
  font-size:4vw;
  z-index: 100;
	text-align: center;
}
	.product_editionsubtit span {
   color:#AD8C42;
   font-size: 6vw;
  font-weight: 800;
  font-family: "aktiv-grotesk-condensed", sans-serif;
}
  
.gamemode_contenswrap_s {
  position: relative;
  width: 85%;
  margin: 0 auto;
  margin-left:8%;
}
.gamemode_contenswrap_s li {
  float: left;
  width: 100%;
  padding-right:0%;
  border-right:none;
  margin-right: 0%;
  margin-bottom: 15%;
}
.gamemode_contenswrap_s li:last-child {
  margin-right: -20%;
}
}


.textarea_product_notice {
  font-weight: 400;
font-size: min(4vw, 16px);
  color:#fff;
	margin-top: -1vw;
  line-height: 1.5em;
text-align: justify;
}
.textarea_product_notice_s {
  font-weight: 400;
font-size: min(0.75vw, 16px);
  color:#fff;
  line-height: 1.5em;
text-align: justify;
}
