@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
	color: #000;
}
section img{
	max-width: 100%;
}
.header{
	background-color: #000;
    padding: 8px 0;
    position: fixed;
    height: 64px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.header div{
}
.header h1{
	width: 160px;
	height: 50px;
	background-image: url("../images/logo_white.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header .flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1024px;
	width: 100%;
	padding: 0 20px;
	color: #fff;
	margin: 0 auto;
}
.header .flex div{
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}
.header a{
	color: #fff;
	display: block;
	cursor: pointer;
}
.header a:hover{
	opacity: 0.8;
	filter: brightness(1.4);
}
.header a.btnJa{
	width: 100px;
	height: 50px;
	background-image: url("../images/btn_jp.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header a.btnEn{
	width: 100px;
	height: 50px;
	background-image: url("../images/enBtn_gray.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header a.btnJa.active{
	width: 100px;
	height: 50px;
	background-image: url("../images/jpBtn_gold.png");;
}
.header a.btnEn.active{
	width: 100px;
	height: 50px;
	background-image: url("../images/btn_en.png");
}
.header a.btnPlay{
	width: 148px;
	height: 50px;
	background-image: url("../images/btn_gamePlay.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 40px;
}

section.fv{
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.no-webp section.fv{
	background-image: url("../images/mainBack.jpg");
}
.webp section.fv{
	background-image: url("../images/mainBack.webp");
}

/*
section.fv::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4%;
	height: 100%;
	background-color: rgba(255,255,255,0.30);
	filter: blur(3px);
	z-index: 10;
}
section.fv::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 4%;
	height: 100%;
	background-color: rgba(255,255,255,0.30);
	filter: blur(3px);
	z-index: 10;
}*/
section.fv .dragon{
	background-image: url("../images/dragon.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 70%;
	height: 100%;
	z-index: 1;
	right: 0;
	transform: translateX(25%);
}
section.fv .mainVideo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
section.fv .mainVideo video{
	width: 100%;
	max-width: 100%;
	height: 100vh;
	object-fit: cover;
	
}
.fv h2{
	position: absolute;
	background-image: url("../images/mainTtl.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 78%;
	height: 0;
	padding-top: 28vh;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	text-indent: -9999px;
	z-index: 10;
}
.fv p.theme{
	position: absolute;
	background-image: url("../images/catchCopy.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 68%;
	height: 0;
	padding-top: 6vh;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	text-indent: -9999px;
	z-index: 10;
}
.fv .flex{
	position: absolute;
	max-width: 800px;
	height: 60px;
  top: 74%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.fv .flex.fvBtn a{
	display: block;
}
.fv .flex.fvBtn a{
    position: relative;
    width: 348px;
    height: 92px;
    text-align: center;
}

.fv .flex.fvBtn a p{
background-image: url("../images/fvBtn.svg");
    color:#fff;
    letter-spacing: 0.1em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	width:274px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	overflow: hidden;
	z-index: 1;
}
.fv .flex.fvBtn a.btnLeft p:hover{
	box-shadow: 0px 2px 3px 3px #000;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}
.fv .flex.fvBtn a.btnLeft p::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fv .flex.fvBtn a.btnRight p:hover{
	box-shadow: 3px 2px 3px 3px #000;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}
.fv .flex.fvBtn a.btnRight p::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fv .flex.fvBtn a.btnLeft p:hover::before {
  left: 100%;
}
.fv .flex.fvBtn a.btnRight p:hover::before {
  left: 100%;
}
.fv .flex.fvBtn a.btnLeft::after{
	position: absolute;
	content: "";
	background-image: url("../images/fvBtn_left.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	left: 0;
	top: 0;
}
.fv .flex.fvBtn a.btnRight::after{
	position: absolute;
	content: "";
	background-image: url("../images/fvBtn_right.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	right: 0;
	top: 0;
}
.fv .flex.fvBtn a p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) ;
  -webkit-transform: translate(-50%,-50%) ;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}
.fv .flex.fvBtn a.btnLeft p{
}
.fv .flex.fvBtn a.btnRight p{
}

.contents{
	background-color: #EFEFEF;
}
.inner{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.story{
	padding-top: 80px;
}
.moveTtl{
	width: 100%;
	margin: 0 auto 60px auto;
	height: 13vw;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow-x: hidden;
}
.story .moveTtl{
	background-image: url("../images/STORY-1.svg");
}
.moveTtl p.enLong{
	line-height: 1.25;
	width: 75%;
	
}
.moveTtl::after{
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scaleX(1);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;
	transition: all 1s ease;
}
.moveTtl::before{
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scaleX(1);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.15;
	transition: all 1s ease;
}
.moveTtl.active::after{
	transform: scaleX(1.15);
}
.moveTtl.active::before{
	transform: scaleX(1.3);
}
.story .moveTtl::after{
	background-image: url("../images/STORY-1.svg");
}
.story .moveTtl::before{
	background-image: url("../images/STORY-1.svg");
}
.mint .moveTtl{
	background-image: url("../images/MINT-2.svg");
}
.mint .moveTtl::after{
	background-image: url("../images/MINT-2.svg");
}
.mint .moveTtl::before{
	background-image: url("../images/MINT-2.svg");
}
.keyword .moveTtl{
	background-image: url("../images/keyword_3.svg");
}
.keyword .moveTtl::after{
	background-image: url("../images/keyword_3.svg");
}
.keyword .moveTtl::before{
	background-image: url("../images/keyword_3.svg");
}
.charactor .moveTtl{
	background-image: url("../images/CHARACTER-1.svg");
}
.charactor .moveTtl::after{
	background-image: url("../images/CHARACTER-1.svg");
}
.charactor .moveTtl::before{
	background-image: url("../images/CHARACTER-1.svg");
}
.battle .moveTtl{
	background-image: url("../images/BATTLE-2.svg");
}
.battle .moveTtl::after{
	background-image: url("../images/BATTLE-2.svg");
}
.battle .moveTtl::before{
	background-image: url("../images/BATTLE-2.svg");
}
.spirit .moveTtl{
	background-image: url("../images/SPIRIT.svg");
}
.spirit .moveTtl::after{
	background-image: url("../images/SPIRIT.svg");
}
.spirit .moveTtl::before{
	background-image: url("../images/SPIRIT.svg");
}
.testNet .moveTtl{
	background-image: url("../images/TESTNET.svg");
}
.testNet .moveTtl::after{
	background-image: url("../images/TESTNET.svg");
}
.testNet .moveTtl::before{
	background-image: url("../images/TESTNET.svg");
}
.roadMap .moveTtl{
	background-image: url("../images/ROADMAP.svg");
}
.roadMap .moveTtl::after{
	background-image: url("../images/ROADMAP.svg");
}
.roadMap .moveTtl::before{
	background-image: url("../images/ROADMAP.svg");
}
.spec .moveTtl{
	background-image: url("../images/SPEC.svg");
}
.spec .moveTtl::after{
	background-image: url("../images/SPEC.svg");
}
.spec .moveTtl::before{
	background-image: url("../images/SPEC.svg");
}

.moveTtl p{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}
.story .moveTtl p{
	color: #776E0D;
	font-size: 3em;
	letter-spacing: 2px;
	font-weight: 600;
}
.story .moveTtl p span{
	font-size: 0.75em;
}
.story .moveTtl p span.flag{
	font-size: 1em;
	position: relative;
	padding:0 40px;
	display: inline-block;
	font-weight: 600;
}
.story .moveTtl p span.flag::after{
	position: absolute;
	content:"フラグメント";
	display: inline-block;
	font-size: 0.4em;
	top: -1.2em;
	left: 0;
	width: 7em;
	text-align: center;
}
.baseGray{
	background-color: #EFEFEF;
}
.baseWhite{
	background-color: #fff;
}
.intro{
	font-size: 1.2em;
	color: #776E0D;
	text-align: center;
	line-height: 2;
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 20px;
}
.luxy{
	position: relative !important;
}
.leftImg{
	background-image: url("../images/img_left.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 3%;
	width: 20vw;
	height: 0;
	padding-top: 20%;
}
.rightImg{
	background-image: url("../images/img_right.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 15%;
	width: 20vw;
	height: 0;
	padding-top: 20%;
	  -webkit-transform: translateZ(-10px);
  transform: translateZ(-10px) ;
}
.imgDouble{
	display: none;
	background-image: url("../images/img_double.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 30%;
}
.catchCopy{
	max-width: 1024px;
	margin: 0 auto;
}
.catchCopy p.note{
	color: #776E0D;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.3em;
	font-weight: 600;
}
.catchCopy p.noteEn{
	color: #776E0D;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.3em;
	font-weight: 600;
}
.catchCopy p.noteEn2{
	color: #776E0D;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5;
}
.catchCopy p.note span{
	font-size: 0.8em;
}
.catchCopy p.lineOn{
	position: relative;
	font-size: 2.6em;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.3;
	color: #776E0D;
	padding: 0 30px;
	font-weight: 600;
}
.en .catchCopy p.lineOn{
	font-size: 1.9em;
}
.catchCopy p.lineOn::after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #776E0D;
}
.catchCopy p.lineOn::before{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #776E0D;
}
.intro2{
	font-size: 1.2em;
	color: #776E0D;
	text-align: center;
	line-height: 2;
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	margin-bottom: 20px;
}
.intro p,.intro2 p{
	margin-bottom: 20px;
}
.intro3{
	font-size: 1.2em;
	color: #776E0D;
	text-align: center;
	line-height: 2;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 20px;
}
section.mint{
	background-image: url("../images/mintback.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;	
	position: relative;
}
section.circle::after{
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	height: 50%;
	background-image: url("../images/circle_w.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	animation: bottomUp 3s;
}
@keyframes bottomUp{
	0% {
    opacity: 0;
	top: 70%
  }
	 100% {
    opacity: 1;
	top: 50%;
  }
}
.moveTtl p{
	font-size: 3em;
	letter-spacing: 2px;
	font-weight: 700;
}
.roadMap .moveTtl p{
	color: #776E0D;
}
.mint .moveTtl p{
	color: #fff;
}
.mint .moveTtl p span{
	font-size: 0.75em;
}
.mint .inner {
    position: relative;
    z-index: 10;
}
.mint .flex{
	max-width: 440px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.mint .flex p{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-weight: 600;
}
.mint .flex p span:first-child{
	font-size: 2em;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.mint .flex p span:last-child{
	font-size: 1.2em;
	padding-left: 0.8em;
	display: block;
}
.serial_number{
	font-weight: 700;
	font-size: 3em;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}
.serial_number span{
	font-size: 0.8em;
	padding-left: 10px;
}
.mint .buyBtn{
	display: flex;
	max-width: 800px;
	width: 96%;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 30px;
}
.mint .buyBtn a{
	display: block;
	width: 46%;
}
.mint .buyBtn a{
    position: relative;
    width: 348px;
    height: 92px;
    text-align: center;
}
.mint .buyBtn a.inactive{
	filter: brightness(0.5);
}
.mint .buyBtn a p{
background-image: url("../images/mintBtn.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	width:274px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	overflow: hidden;
	color: #fff;
	font-size: 1em;
	z-index: 1;
}
.mint .buyBtn a.btnLeft p:hover{
	box-shadow: 0px 2px 3px 3px #000;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}
.mint .buyBtn a.btnLeft.inactive p:hover{
	box-shadow: none;
	top: 50%;
	left: 50%;
}
.mint .buyBtn a.btnLeft p::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mint .buyBtn a.btnRight p:hover{
	box-shadow: 3px 2px 3px 3px #000;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}
.mint .buyBtn a.btnRight p::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mint .buyBtn a.btnLeft p:hover::before {
  left: 100%;
}
.mint .buyBtn a.btnLeft.inactive p:hover::before {
  left: -100%;
}
.mint .buyBtn a.btnRight p:hover::before {
  left: 100%;
}
.mint .buyBtn a.btnLeft::after{
	position: absolute;
	content: "";
	background-image: url("../images/mintBtn_left.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	left: 0;
	top: 0;
}
.mint .buyBtn a.btnRight::after{
	position: absolute;
	content: "";
	background-image: url("../images/mintBtn_right.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	right: 0;
	top: 0;
}
.mint .buyBtn a p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) ;
  -webkit-transform: translate(-50%,-50%) ;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
}
.mint p.caution{
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
}
section.keyword{
	color: #fff;
	padding: 60px 0 0 0;
	position: relative;
}
section.keyword::after{
	position: absolute;
	content: "";
	background-color: #EFEFEF;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
}
.keyword .moveTtl p{
	color: #776E0D;
}
.block{
	min-height: 200px;
	position: relative;
	margin-bottom: 80px;
	z-index: 10;
}
.block::before{
	position: absolute;
	content: "";
	display: block;
	background-image: url("../images/box_back.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100% - 80px);
	width: 100%;
	left: 0;
	top: 40px;
}
.block .inner{
	position: relative;
	z-index: 10;
	max-width: 1024px;
	margin: 0 auto;
}
.block .keywordTag{
	position: absolute;
	top: 0px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	color: #776E0D;
}
.block .keywordTag.leftArrow{
	left: calc(50% + 20px);
	padding-left: 70px;
	position: absolute;
}
.block .keywordTag.leftArrow::after{
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 50px;
	height: 14px;
	display: block;
	background-image: url("../images/arrowLeft.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	animation: arrowAnime 2s infinite;
}
@keyframes arrowAnime{
	0% {
    opacity: 0;
	left: 10px;
  }
  90% {
    opacity: 1;
	  left: 0;
  }
	 100% {
    opacity: 0;
	  right: 0;
  }
}

.block .keywordTag.rightArrow{
	right: calc(50% + 20px);
	padding-right: 80px;
	position: absolute;
}
.block .keywordTag.rightArrow::after{
	content: "";
	position: absolute;
	top: 13px;
	right: 0;
	width: 50px;
	height: 14px;
	display: block;
	background-image: url("../images/arrowRight.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	animation: arrowAnime2 2s infinite;
}
@keyframes arrowAnime2{
	0% {
    opacity: 0;
	right: 10px;
  }
  90% {
    opacity: 1;
	  right: 0;
  }
	 100% {
    opacity: 0;
	  right: 0;
  }
}
.block .inner .imgLeft{
	display: flex;
	flex-direction: row-reverse;
}
.block .inner .imgRight{
	display: flex;
	flex-direction: row;
}
.block .inner .imgSide{
	width: 50%;
}
.block .inner .imgSide img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.block .inner .textSide{
	width: 50%;
	margin: 8% 0;
	padding: 0px 20px;
}
.block .inner .textSide p.lead{
	width: 100%;
	color:#CCCCCC;
	margin-bottom: 12px;
}
.block .inner .textSide p.ttl{
	font-size: 2.5em;
	margin-bottom: 20px;
	font-weight: 600;
}
.block .inner .textSide p.ttl span.small{
	font-size: 0.5em;
}
.en .block .inner .textSide p.ttl {
    font-size: 1.75em;
}
.block .inner .textSide p.text{
	line-height: 1.5;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.en .block .inner .textSide p.text {
    font-size: 1em;
}
.block .inner .textSide a{
	display: inline-block;
	background-color: #000000;
	border: #C48D10 1px solid;
	color: #4F4F4F;
	padding: 8px 30px 12px;
	position: relative;
}
.block .inner .textSide a.close::after{
	position: absolute;
	left: calc(50% - 30px);
	content: "";
	background-image: url("../images/close.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 60px;
	height: 40px;
	top: 0;
}
section.charactor{
	padding: 60px 0;
}
section.charactor .moveTtl{
	color: #776E0D;
}
section.charactor .moveTtl span{
	font-weight: 600;
	font-size: 0.75em;
}
section.baseRed{
	padding: 60px 0;
	background: rgb(0,23,59);
	background: -webkit-linear-gradient(bottom, rgba(0,23,59,1) 0%, rgba(118,0,0,1) 100%);
	background: -o-linear-gradient(bottom, rgba(0,23,59,1) 0%, rgba(118,0,0,1) 100%);
	background: linear-gradient(to top, rgba(0,23,59,1) 0%, rgba(118,0,0,1) 100%);
}
.battle .moveTtl{
	color: #fff;
	margin-bottom: 100px;
}
.battle .inner{
	text-align: center;
	color: #fff;
}
.battle p.lead{
	font-size: 1.5em;
	margin-bottom: 50px;
}
.battle .inner .numArea{
	margin-bottom: 60px;
}
.battle .inner .numArea p{
	margin-bottom: 20px;
}
.battle .inner .numArea p.num{
	display: inline-block;
	padding-left: 120px;
	padding-right: 120px;
	color: rgba(118,0,0,1);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 3.5em;
	font-family: Verdana, Geneva, "sans-serif";
	position: relative;
	margin-bottom: 30px;
	transition: all 1s;
}
.battle .inner .numArea p.num::after{
	display: block;
	position: absolute;
	content: "";
	background-image: url("../images/line_left.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	top: calc(50% - 6px);
	height: 12px;
	width: 0px;
	transition: all 1s;
}
.battle .inner .numArea p.num::before{
	display: block;
	position: absolute;
	content: "";
	background-image: url("../images/line_right.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	right: 50%;
	top: calc(50% - 6px);
	height: 12px;
	width: 0px;
	transition: all 1s;
}
.battle .inner .numArea p.num.active::after{
	width: 80px;
	left: 0;
}
.battle .inner .numArea p.num.active::before{
	width: 80px;
	right: 0;
}
.battle .inner .numArea p.summary{
	font-size: 2em;
	margin-bottom: 22px;
}

.movieArea{
	max-width: 1024px;
	margin: 80px auto 30px auto;
	padding: 20px;
	position: relative;
	width: 96%;
}
.whiteLine1::after{
	position: absolute;
	content: "";
	width: 5%;
	height: 3px;
	top: 0;
	right: 0;
	background-color: #fff;
}
.whiteLine1::before{
	position: absolute;
	content: "";
	width: 5%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.whiteLine2::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 10%;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.whiteLine2::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 10%;
	top: 0;
	right: 0;
	background-color: #fff;
}
.whiteLine3::after{
	position: absolute;
	content: "";
	width: 10%;
	height: 1px;
	bottom: 0;
	right: 0;
	background-color: #fff;
}
.whiteLine3::before{
	position: absolute;
	content: "";
	width: 10%;
	height: 1px;
	top: 0;
	left: 0;
	background-color: #fff;
}
.whiteLine4::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 8%;
	bottom: 0;
	right: 0;
	background-color: #fff;
}
.whiteLine4::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 8%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.movieBase{
	background-color: rgba(255,255,255,0.30);
	border: 1px solid #fff;
	padding: 30px;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.spirit{
	padding: 80px 0 120px 0;
}
section.spirit .moveTtl{
	color: #776E0D;
}
section.spirit .inner{
	color: #776E0D;
	text-align: center;	
}
section.spirit p.lead{
	font-size: 1.1em;
	line-height: 1.5;
}
section.spirit .inner p.sasikae{
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 80px;
}

section.spirit .flex{
	max-width: 1200px;
	margin: 80px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
section.spirit .flex.column3 div{
	width: 24%;
	margin: 0 auto;
}
section.spirit .flex.column3 img{
	width: 100%;
	margin-bottom: 30px;
}
section.spirit .flex.column3 p{
	margin-bottom: 15px;
	line-height: 1.5;
}
section.spirit .flex.column3 p.name{
	font-size: 1.25em;
}

section.testNet{
	background-image: url("../images/testNet_base.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;	
}
section.testNet .moveTtl p{
	color: #fff;
	min-width: 70%;
}
section.testNet .inner{
	padding: 40px 0;
	text-align: center;
}
section.testNet .inner p{
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.5;
	font-size: 1.1em;
}
section.testNet .flex{
	max-width: 440px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

section.testNet .buyBtn{
	display: flex;
	max-width: 800px;
	width: 96%;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 30px;
}
section.testNet .buyBtn a{
	display: block;
	width: 46%;
}
section.testNet .buyBtn a{
    position: relative;
    width: 348px;
    height: 92px;
    text-align: center;
}
section.testNet a:first-child::after{
	position: absolute;
	content: "";
	background-image: url("../images/gray_left.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	left: 0;
	top: 0;
}
section.testNet a:last-child::before{
	position: absolute;
	content: "";
	background-image: url("../images/gray_right.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	right: 0;
	top: 0;
}
section.testNet a p{
	background-image: url("../images/grayBtn.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	width:274px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	overflow: hidden;
}
section.testNet a p span{
	display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
section.testNet a p span::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.testNet a p span:hover::before {
  left: 100%;
}
section.testNet a p:hover{
	box-shadow: 0px 2px 3px 3px #000;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}
section.testNet a p::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.roadMap{
	padding: 60px 0;
	position: relative;
	overflow-x: hidden;
}
section.roadMap::after{
	position: absolute;
	content: "";
	width: 60%;
	top: 20%;
	height: 80%;
	background-image: url("../images/circle.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	opacity: 0.3;
	left: 20%;
}

section.roadMap .pd100{
	padding: 10vw 0;
}
section.roadMap .roadmapArea{
	width: 1200px;
	position: relative;
	height: 510px;
	background-image: url("../images/road_line.svg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 100;
}
section.roadMap .roadmapArea::before{
	content: "";
	position: absolute;
	top: 0;
	right: 99%;
	height: 1.65%;
	width: calc(50vw - 600px);
	background-color: #776E0D;
}
section.roadMap .roadmapArea::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 99%;
	height: 1.65%;
	width: calc(50vw - 600px);
	background-color: #776E0D;
}
section.roadMap .roadmapArea div.road{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	text-align: center;
	color: #776E0D;
	transform: translateX(-50%);
}
section.roadMap .roadmapArea div p{
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.75em;
	letter-spacing: 1px;
}
section.roadMap .roadmapArea div p span{
	display: block;
	margin: 8px 0;
}
section.roadMap .roadmapArea div .star{
	width: 40px;
	height: 40px;
	background-image: url("../images/road_star.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin: 14px auto;
}
section.roadMap .roadmapArea div p:first-child span{
	font-weight: 600;
}
section.roadMap .roadmapArea div p:last-child{
	font-size: 1.2em;
}
section.roadMap .roadmapArea div p:last-child span{
	margin: 4px 0;
}
section.roadMap .roadmapArea div.road{
	opacity: 0;
	transform: translateY(10px) translateX(-50%);
	transition: all 1s;
}
section.roadMap .roadmapArea div.road.active{
	opacity: 1;
	transform: translateY(0px) translateX(-50%);
}
section.roadMap .roadmapArea div.road1{
	top: -23.3%;
    left: 12%;
}
section.roadMap .roadmapArea div.road2{
	top: -23.3%;
    left: 35%;
	transition-delay: 0.3s;
}
section.roadMap .roadmapArea div.road3{
	top: -23.3%;
    left: 58.9%;
	transition-delay: 0.6s;
}
section.roadMap .roadmapArea div.road4{
	top: 26%;
    left: 76.8%;
	transition-delay: 0.9s;
}
section.roadMap .roadmapArea div.road5{
	top: 26%;
    left: 52.8%;
	transition-delay: 1.2s;
}
section.roadMap .roadmapArea div.road6{
	top: 26%;
    left: 28.9%;
	transition-delay: 1.5s;
}
section.roadMap .roadmapArea div.road7{
	top: 75%;
    left: 38.6%;
	transition-delay: 1.8s;
}
section.roadMap .roadmapArea div.road8{
	top: 75%;
    left: 61.85%;
	transition-delay: 2.1s;
}
section.roadMap .roadmapArea div.road9{
	top: 75%;
    left: 85.6%;
	transition-delay: 2.4s;
}

.whitePaper{
	margin: 0 auto;
	padding: 80px 0;
	background-image: url("../images/box_back.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
		position: relative;
	z-index: 10;
}
.whitePaper a{
	border: 2px solid #fff;
	padding: 2px;
	display: block;
	max-width: 240px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
.whitePaper a:hover{
	opacity: 0.8;
}
.whitePaper a span{
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.85);
	display: block;
	padding: 20px 0;
}
section.spec{
	background-color: #000;
	padding: 60px 0;
	color: #fff;
}
section.spec .moveTtl{
	color: #fff
}
section.spec .specArea{
	max-width: 600px;
	margin: 80px auto 0;
}
section.spec .specArea p{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
section.spec .specArea p span:first-child{
	width: 40%;
}
section.dev{
	background-color: #222;
	padding: 60px 0 30px 0;
	text-align: center;
}
section.dev .inner{
	color: #fff;
	font-size: 1.25em;
}
section.dev a{
	display: block;
	margin: 20px auto 40px;
	height: 60px;
	width: 42%;
	max-width: 400px;
}
section.dev a:hover{
	opacity: 0.8;
}
section.dev .inner .logo_theBattle{
	width: 100%;
	height: 100%;
	background-image: url("../images/logo_white.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
section.dev .inner .logo_otaku{
	width: 100%;
	height: 100%;
	background-image: url("../images/otaku.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.mitei .inner{
	width: 96%;
	max-width: 1024px;
	text-align: center;
	padding: 60px 0px;
	font-size: 1.5em;
}
p.lead{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.footer{
	background-color: #000;
	color: #fff;
	padding: 10px 0;
}
.footer .flex{
	max-width: 1024px;
	padding: 10px 30px 14px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	font-size: 0.8em;
}
.footer .flex a{
	display: inline-block;
	color: #fff;
	margin-right: 40px;
}
.footer .flex a:hover{
	opacity: 0.8;
}
.footer .flex .right{
	margin-left: auto;
}

.charactor .inner{
	width: 100%;
	max-width: 100%;
	padding: 60px 0;
}

.charactorArea{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 20px auto;
}
.charactorArea ul{
}
.charactorArea ul.thumb {
	width: 38%;
	max-width: 500px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 1%;
}

.charactorArea ul.thumb li{
	width: 33.333%;
	height: auto;
	border: 1px solid #ccc;
}
.charactorArea ul.thumb li.focus{
	filter: brightness(1.2);
	border: 2px solid #8C8436;
}
.charactorArea ul.main {
	position: relative;
	height: 50vw;
	width: 60%;
}
.charactorArea ul.main li{
	height: 100%;
	position: relative;
}
.charactorArea ul.main p{
	position: relative;
}
.charactorArea ul.main div.upper{
	position: relative;
	z-index: 10;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.charactorArea ul.main li div.upper::after{
	content: "";
	position: absolute;
	width: 0%;
	height: 14px;
	background:#EFEFEF;
		mix-blend-mode: multiply;
	left: 0;
	bottom: 0;
	opacity: 0.5;
	transition: all 1s;
}
.charactorArea ul.main li div.upper::before{
	content: "";
	position: absolute;
	width: 0%;
	height: 8px;
	background:#EFEFEF;
		mix-blend-mode: multiply;
	left: 0;
	bottom: 25px;
	opacity: 0.3;
	transition: all 1.5s;
}
.charactorArea ul.main li.current div.upper::after{
	content: "";
	position: absolute;
	width: 100%;
}
.charactorArea ul.main li.current div.upper::before{
	content: "";
	position: absolute;
	width: 100%;
}
.charactorArea ul.main div.thumbUp{
	position: relative;
	background-color: #333;
	max-width: 400px;
	width: 35%;
}
.charactorArea ul.main .face{
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	filter: grayscale(1);
	opacity: 0.3;
}

.charactorArea ul.main .name{
	display: inline-block;
	font-weight: 600;
	font-size: 9vw;
	position: relative;
	letter-spacing: 0.5vw;
	color: #8C8436;
	margin-bottom: 1.5vw;
	padding: 0 2vw 0 0.5vw;
}
.charactorArea ul.main .name.longName{
	font-size: 6vw;
}
.charactorArea ul.main li.current .name::after{
	position: absolute;
	content: "";
	height: 15%;
	max-height: 20px;
	width: 100%;
	max-width: 900px;
	bottom: 0;
	left: 0;
	background-color: #8C8436;
	mix-blend-mode: multiply;
	animation: lineMove ease 1s;
}
@keyframes lineMove{
	0%{
		width: 0;
	}
	100%{
		width: 100%;
	}
}

.charactorArea ul.main .weapon p{
	display: inline-block;
	background-color: rgba(17,17,17,0.9);
	padding: 10px 30px 10px 30px;
	position: relative;
	font-size: 1.25em;
	color: #C3B522;
	font-weight: 500;
	margin: 30px 0 0;
}
.charactorArea ul.main .weapon p::before{
	position: absolute;
	content: "";
	height: 100%;
	width: 4px;
	top: 0;
	left: 0;
	background-color: #8C8436;
}
.charactorArea ul.main .armor p{
	display: inline-block;
	background-color: rgba(17,17,17,0.9);
	padding: 10px 30px 10px 30px;
	position: relative;
	font-size: 1.25em;
	color: #C3B522;
	font-weight: 500;
	margin: 10px 0 0;
}
.charactorArea ul.main .armor p::before{
	position: absolute;
	content: "";
	height: 100%;
	width: 4px;
	top: 0;
	left: 0;
	background-color: #8C8436;
}

@media screen and (max-width : 1500px){
	.charactorArea ul.thumb {
    width: 35%;
}
	.charactorArea ul.main {
    width: 75%;
}
}
@media screen and (max-width : 1200px){
section{
	margin: 0 auto 0px auto;
}
section.roadMap .roadmapArea{
	max-width: 1200px;
	position: relative;
	height: 0;
	padding-top: 50vw;
	width: 100%;
	background-image: url("../images/road_line.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
section.roadMap .roadmapArea::before{
	content: "";
	position: absolute;
	top: 4%;
	right: 100%;
	height: 10px;
	width: calc(100vw - 600px);
	background-color: #776E0D;
}
section.roadMap .roadmapArea div.road{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	text-align: center;
	color: #776E0D;
	transform: translateX(-50%);
}
section.roadMap .roadmapArea div p{
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.7vw;
	letter-spacing: 0.1vw;
}
section.roadMap .roadmapArea div p span{
	display: block;
	margin: 0.3vw 0;
}
section.roadMap .roadmapArea div .star{
	width: 3vw;
	height: 0;
	padding-top: 3vw;
	background-image: url("../images/road_star.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin: 1vw auto;
}
section.roadMap .roadmapArea div p:first-child span{
	font-weight: 600;
}
section.roadMap .roadmapArea div p:last-child{
	font-size: 1em;
}
section.roadMap .roadmapArea div.road{
	opacity: 0;
	transform: translateY(10px) translateX(-50%);
	transition: all 1s;
}
section.roadMap .roadmapArea div.road.active{
	opacity: 1;
	transform: translateY(0px) translateX(-50%);
}
section.roadMap .roadmapArea div.road1{
	top: -2.7vw;
    left: 11.7vw;
}
section.roadMap .roadmapArea div.road2{
	top: -2.7vw;
	transition-delay: 0.3s;
}
section.roadMap .roadmapArea div.road3{
	top: -2.7vw;
	transition-delay: 0.6s;
}
section.roadMap .roadmapArea div.road4{
	top: 17.78vw;
	transition-delay: 0.9s;
}
section.roadMap .roadmapArea div.road5{
	top: 17.78vw;
	transition-delay: 1.2s;
}
section.roadMap .roadmapArea div.road6{
	top: 17.78vw;
	transition-delay: 1.5s;
}
section.roadMap .roadmapArea div.road7{
	top: 38.3vw;
	transition-delay: 1.8s;
}
section.roadMap .roadmapArea div.road8{
	top: 38.3vw;
	transition-delay: 2.1s;
}
section.roadMap .roadmapArea div.road9{
	top: 38.3vw;
	transition-delay: 2.4s;
}
section.fv::before{
	display: none;
}
section.fv::after{
	display: none;
}
.moveTtl p {
    width: 96%;
}
.block .inner {
    width: 96%;
    margin: 0 auto;
}
	section.testNet .inner{
		width: 96%;
	}
section.spirit .inner img {
    display: block;
    width: 96%;
    max-width: 800px;
    margin: 80px auto 20px auto;
}
.charactorArea ul.main {
    width: 70%;
	padding: 0 0 0 4%;
}
.moveTtl p.enLong {
    width: 96%;
	font-size: 1.75em;
}
}

@media screen and (max-width : 1080px){
.battle .inner .numArea{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.charactor .inner {
    padding: 0px 0;
}
.charactorArea ul.main .weapon p,.charactorArea ul.main .armor p {
    font-size: 1em;
}
}
@media screen and (max-width : 1024px){
section.roadMap .roadmapArea div.road {
	max-width: 150px;
}
section.fv {
    height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0px;
    overflow-x: hidden;
}
.no-webp section.fv {
    background-image: url("../images/mainBack.jpg");
}
.webp section.fv {
    background-image: url("../images/mainBack.webp");
}
.moveTtl p {
    font-size: 2em;
    letter-spacing: 2px;
    font-weight: 700;
}
.fv .flex {
    top: 75%;
	margin: 20px auto;
}
section.fv .mainVideo {
	overflow: hidden;
}
section.fv .mainVideo video {
    width: 100%;
    max-width: 100%;
    height: calc(100% - 1px);
    object-fit: cover;
}
.fv .flex.fvBtn a {
    position: relative;
    width: 280px;
    height: 76px;
    text-align: center;
}
.fv .flex.fvBtn a p {
	width: 220px;
    height: 48px;
	font-size: 1.1em;
}
.mint .buyBtn a {
    position: relative;
    width: 280px;
    height: 76px;
    text-align: center;
}
.mint .buyBtn a p {
	width: 220px;
    height: 48px;
	font-size: 1.1em;
}

section.testNet .buyBtn a {
	position: relative;
    width: 280px;
    height: 76px;
    text-align: center;
}
section.testNet .buyBtn a p{
	width: 220px;
    height: 48px;
	font-size: 1.1em;
}
}
@media screen and (max-width : 1023px){
.intro {
    padding-bottom: 20px;
}
.imgDouble{
	display: block;
	background-image: url("../images/img_double.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 40%;
	margin-bottom: 60px;
}
.leftImg {
	display: none;
}
.rightImg {
	display: none;
}
.block .inner .textSide p.ttl {
    font-size: 1.75em;
}
.block .inner .textSide p.text {
    line-height: 1.25;
    font-size: 1.1em;
}
.moveTtl p.enLong {
    width: 96%;
	font-size: 1.5em;
	padding: 20px 0;
}
}
@media screen and (max-width : 767px){
.moveTtl {
    height: 20vw;
}
.block .inner .imgRight {
    display: flex;
    flex-direction: column;
}
	.block .inner .imgLeft{
		flex-direction: column;
	}
.block .inner .imgSide {
    width: 100%;
}
.block .inner .textSide {
    width: 100%;
	text-align: center;
	margin: 40px 0 0 0;
    padding: 30px 10px;
}
.block .keywordTag.rightArrow {
    right: auto;
	left: 0px;
    padding-right: 0;
	padding-left: 50px;
    position: absolute;
}
.block .keywordTag.rightArrow::after {
    content: "";
    position: absolute;
    top: 0px;
    right: auto;
    left: 0;
    width: 50px;
    height: 14px;
    display: block;
    transform: rotate(90deg);
	animation: arrowAnimeSP 2s infinite;
}
.block .keywordTag.leftArrow {
    right: auto;
	left: 0px;
    padding-right: 0;
	padding-left: 50px;
    position: absolute;
}
.block .keywordTag.leftArrow::after {
    content: "";
    position: absolute;
    top: 0px;
    right: auto;
    left: 0;
    width: 50px;
    height: 14px;
    display: block;
    transform: rotate(-90deg);
	animation: arrowAnimeSP 2s infinite;
}
	.header{
		position: absolute;
	}	

.header .flex div {
    display: none;
}
.intro {
	padding-top: 20px;
    padding-bottom: 20px;
}
.catchCopy p.lineOn {
    font-size: 2em;
}
.intro2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block .inner .textSide p.text {
    line-height: 1.5;
    font-size: 1.1em;
}
.block .inner .textSide p.lead {
    line-height: 1.5;
}
.block .inner .textSide p.text br{
    display: none;
}
.block .inner .textSide p.ttl {
    font-size: 2.25em;
	padding: 20px 0;
}
.fv .flex.fvBtn a p {
	font-size: 1.2em;
	}
.charactorArea {
    flex-direction: column-reverse;
}
.charactorArea ul.main {
    width: 100%;
    padding: 0 0 0 0%;
	height: auto;
}
.charactorArea ul.thumb {
	margin-top: 20px;
    width: 100%;
	padding: 0 2%;
	max-width: 100%;
}
.charactorArea ul.thumb li{
	width: calc(100% / 5);
}
.charactorArea ul.main div.upper{
	position: static;
	max-width: 70%;
	padding-left: 2%;
}
.charactorArea ul.main .weapon p, .charactorArea ul.main .armor p {
    font-size: 0.8em;
	float: left;
	margin: 8px 0 0px 0;
	padding: 6px 12px 6px 18px;
}
.charactorArea ul.main div.thumbUp {
    width: 40%;
    margin-top: 10px;
}
section.roadMap .roadmapArea{
	max-width: auto;
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-image: none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
section.roadMap .roadmapArea::before{
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	right: auto;
	height: 100%;
	width: 4px;
	background-color: rgba(119,110,13,0.5);
	animation: slideUp 5s;
}
section.roadMap .roadmapArea.slideUp::before{
	animation: slideUp 5s;
}
section.roadMap .roadmapArea div.road{
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: flex-start;
	position: static;
	text-align: center;
	color: #776E0D;
	transform: translateX(-50%);
	font-size: 1.25em;
	padding-left: 20px;
	margin-bottom: 10px;
	animation-delay: 400;
}
section.roadMap .roadmapArea div.road.active{
	animation: fadeIn 2s;
	animation-delay: 400;
}
section.roadMap .roadmapArea div p{
	display: flex;
	flex-direction: row;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1vw;
}
	section.roadMap .roadmapArea div p:first-child{
		order: 2;
		width: 20%;
	}
	section.roadMap .roadmapArea div p:last-child{
		order: 3;
	}
section.roadMap .roadmapArea div p span{
	display: block;
	margin: 0.3vw 0;
}
section.roadMap .roadmapArea div .star{
	width: 44px;
	height: 44px;
	padding-top: o;
	background-image: url("../images/road_star.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
	order: 1;
	
}
section.roadMap .roadmapArea div p:first-child span{
	font-weight: 600;
}
section.roadMap .roadmapArea div p:last-child{
	font-size: 1em;
}
section.roadMap .roadmapArea div.road{
	opacity: 0;
	transform: none;
	transition: all 1s;
	max-width: 100%;
}
	section.roadMap .roadmapArea div.road.active{
		transform: none;
	}
	section.roadMap .roadmapArea div p span{
		margin-right: 10px;
	}
}
/*---767pxここまで---*/
/*---アニメ---*/
@keyframes arrowAnimeSP{
	0% {
    opacity: 0;
	left: 0px;
	right: 0;
  }
  90% {
    opacity: 1;
	left: 0;
	right: 0;
	 top: 10px;
  }
	 100% {
    opacity: 0;
	right: 0;
	left: 0px;
		top: 5px;
  }
}
@keyframes fadeIn{
	0% {
    opacity: 0;
	margin-top: 10px;
		transform: translateY(20px);
  }
	 100% {
    opacity: 1;
	 margin-top: 0;
	transform: translateY(0px);
  }
}
@keyframes slideUp{
	0% {
    opacity: 0;
	height: 0;
  }
	 100% {
    opacity: 1;
	 height: 100%;
  }
}
/*---アニメ---*/


@media screen and (max-width : 680px){
section.fv {
    height: calc(60vh + 55px);
    top: 55px;
}
.fv .flex {
    width: 100%;
    top: 70%;
}
.fv .flex.fvBtn a {
}
.fv h2 {
    position: absolute;
    top: 40%;
	padding-top: 26%;
}
.fv p.theme {
    top: 50%;
	}
.header a.btnPlay {
    margin-left: 0px;
}
.story .moveTtl {
    height: 40vw;
	min-height: 200px;
	line-height: 2;
}
.moveTtl p {
    font-size: 2em;
    letter-spacing: 1px;
}
.story .moveTtl p span.flag::after {
    top: -0.4em;
}
section.spec .specArea {
    max-width: 600px;
	width: 92%;
    margin: 80px auto 0;
}
	section.spec .specArea p{
		flex-direction:row;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid #444;
		margin-bottom: 10px;
		font-size: 0.95em;
	}
section.spec .specArea p span:first-child {
    width: auto;
	margin-bottom: 8px;
	font-size: 1em;
}
section.spec .specArea p span:last-child {
	width: auto;
    color: #eee;
}
	.footer .flex{
		flex-direction: column;
	}
.footer .flex .right {
    margin: 20px auto;
}
.intro p, .intro2 p{
width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.header {
    height: auto;
}
.header .flex {
    flex-direction: column;
}
.header .flex div {
    margin: 0 auto;
}
.header h1 {
    margin-top: 4px;
}
.catchCopy p.lineOn {
    font-size: 1.75em;
}
.catchCopy p.lineOn::after {
    top: 6px;
}
.catchCopy p.lineOn::before {
	bottom: 3px;
}
.mint .flex {
    max-width: 400px;
    margin: 40px auto;
   flex-direction: column;
}
.mint .flex p {
    margin: 20px auto;
}
.testNet .flex {
	max-width: 400px;
	margin: 40px auto;
 flex-direction: column;
}
.testNet .flex p {
	margin: 20px auto;
}
.block .keywordTag.rightArrow {
	padding-left: 24px;
}
.block .keywordTag.rightArrow::after {
    width: 20px;
}
.block .keywordTag.leftArrow {
	padding-left: 24px;
}
.block .keywordTag.leftArrow::after {
    width: 20px;
}
.battle .inner .numArea p.summary {
    font-size: 1.5em;
    margin-bottom: 22px;
	line-height: 1.3;
}
	.battle .inner .numArea p.text{
		padding: 4px 10px;
		font-size: 1em;
		line-height: 1.3;
	}
	section.dev .inner .logo_theBattle{
		width: 75%;
		margin: 20px auto 60px;
	}
	section.dev .inner .logo_otaku{
		width: 75%;
		margin: 30px auto 30px;
	}
	.footer .flex{
		width: 100%;
		text-align: center;
		padding: 0;
	}
.footer .flex a {
    display: block;
    color: #fff;
    margin-right: 0px;
	margin-left: 0;
	width: 100%;
	font-size: 1.25em;
	padding: 20px 0;
	margin-bottom: 0px;
	border-bottom: 1px solid #666;
}

	section.roadMap .roadmapArea div.road{
		flex-wrap: wrap;
	}
section.roadMap .roadmapArea div p:last-child {
	width: 80%;
    font-size: 0.8em;
	padding-left: 64px;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}
section.fv {
    height: calc(100vh - 55px);
    top: 55px;
}
.fv .flex {
    display: block;
	height: auto;
}
.fv .flex a{
	margin: 20px auto;
}

.mint .flex.buyBtn{
	display: block;
	height: auto;
}
.mint .buyBtn a{
	margin: 20px auto;
}
.mint .buyBtn a p{
	margin: 0;
}
.fv .flex.fvBtn a.btnLeft::before {
    position: absolute;
    content: "";
    background-image: url(../images/fvBtn_right.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 40%;
    right: 0;
	left: auto;
    top: 0;
}
.fv .flex.fvBtn a.btnRight::before {
    position: absolute;
    content: "";
    background-image: url(../images/fvBtn_left.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 40%;
    left: 0;
    top: 0;
}
.mint .buyBtn a.btnLeft::before {
    position: absolute;
    content: "";
    background-image: url("../images/mintBtn_right.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 40%;
    right: 0;
	left: auto;
    top: 0;
}
.mint .buyBtn a.btnRight::before {
    position: absolute;
    content: "";
    background-image: url("../images/mintBtn_left.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 40%;
    left: 0;
    top: 0;
}
section.testNet .flex.buyBtn{
	display: block;
	height: auto;
}
	section.testNet .buyBtn a{
		margin: 20px auto;
	}
	section.testNet .buyBtn a p{
		margin: 0;
	}
section.testNet .buyBtn a::before {
	position: absolute;
	content: "";
	background-image: url("../images/gray_right.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	right: 0;
left: auto;
	top: 0;
}
section.testNet .buyBtn a::after {
	position: absolute;
	content: "";
	background-image: url("../images/gray_left.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 40%;
	left: 0;
	top: 0;
}
}
@media screen and (max-width : 580px){

}
