@import url('//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400');


html {
  background: #000;
}

html, body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  width: 100%;
}

*:focus {
	outline: none;
}

strong { font-weight: bold; }

/* =========================== custum =========================== */

.slick-prev:before {
	/*content: '<';*/
}

.slick-next:before {
	/*content: '>';*/
}

.slick-dots li button:before {
	opacity: 1;
	color: #e88;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #c00;
}

.pics div.slick-caption a { display: inline; }

#features .slides,#system .slides,#update .slides {
	text-align: center;
	margin-top: 3%;
	clear: both;
}

#features .slides img,#system .slides img,#update .slides img {
	width: 100%;
}
#features .slides a,#system .slides a,#update .slides a {
	display: block;
}
#features .slick-slide img,#system .slick-slide img,#update .slick-slide img {
	transition: all 1s;
	transform: scale(0.9);
	opacity: 0.6;
	outline: none;
}
#features .slick-center img,#system .slick-center img,#update .slick-center img {
	transform: scale(1);
	opacity: 1;
}
/*#system .slick-slide:focus {
	outline: none;
}*/
#features .slick-caption, #system .slick-caption, #update .slick-caption {
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 5px;
}
#features .slick-dots li button ,#system .slick-dots li button,#update .slick-dots li button {
	width: 30px;
	height: 30px;
}
#features .slick-dots,#system .slick-dots,#update .slick-dots {
	width: auto;
	display: inline-block !important;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
	background: rgba(255,255,255,0.9);
	padding: 0 10px;
}

#features .slick-dotted.slick-slider,#system .slick-dotted.slick-slider,#update .slick-dotted.slick-slider {
	margin-bottom: 50px;
}

/* =========================== common set =========================== */
a { color: #eee; text-decoration: none; outline: none; }

article p a { color: #f99; }

hr {
	height: 0;
	margin: 10px auto;
	padding: 0;
	border: 0;
	border-top: #c00 solid 1px;
}


::selection { background: #600; }

.pc-none { display: none !important; }
.sp-none { display: block !important; }

.active { display: block !important; }
.none { display: none; }

#particles-js { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
.particles-wrap { overflow: hidden; position: relative; pointer-events: none; height: 100%; }


#cboxLoadedContent { background: #333; }
#cboxTitle { line-height: 20px; }

#back-top {
  position: fixed;
  bottom: 0;
  right: 2%;
  z-index: 1000;
  display: none;
  cursor: pointer;
}

#back-top span {
  background: url(../images/backtotop.png) top center no-repeat;
  width: 100px;
  height: 76px;
  display: block;
  opacity: 0.8;
}

/* =========================== class set =========================== */

.clear {
	display: block;
	clear: both;
}

.attention {
	font-size: 80%;
	color: #ccc;
}
.attention strong {
	font-size: 100%;
}

.attention a {
	color: #f99;
	text-decoration: underline;
}
.attention a:hover {
	color: #e66;
	text-decoration: none;
}

.more {
	width: 60%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 240%;
	margin: 60px auto 100px;
	position: relative;
	z-index: 2;
	border: 2px solid #c00;
	overflow: hidden;
	/*box-shadow: 0 0 10px #000;*/
	background: rgba(60,0,0,1);
	/*transform: skewX(-6deg);*/
	border-radius: 80px;
}
.more a {
	display: block;
	width: 100%;
	/*color: #c00;*/
	letter-spacing: 0.1em;
	height: 100%;
}
.more a span.more-arrow {
	width: 14%;
	height: 1px;
	display: block;
	position: absolute;
	right: 5%;
	top: 50px;
	background: #c00;
}
.more a span.more-arrow:before {
	content: '';
	width: 20%;
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #c00;
	transform-origin: right;
	transform: rotateZ(20deg);
}

.nolink {
	cursor: default;
	background: rgba(30,30,30,0.6);
	border: 2px solid #333;
}

.nolink a {
	cursor: default;
}



p.font-large {
  font-size: 200%;
  font-weight: bold;
}

.article-tips {
	border:#600 solid 1px;
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(200,0,0,0.1)
}
.article-tips h5 {
	text-align: left;
	margin: 0;
	font-weight: 700;
	font-size: 200%;
	padding-bottom: 5px;
}

.article-tips h5 .nav-icon-new {
	font-size: 50%;
	top: -16px;
}

.table-wrapper {
	padding: 5px 20px;
}

.article-tips table {
	border: #600 solid 1px;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.article-tips table caption {
	text-align: left;
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 120%;
}

.article-tips table th,.article-tips table td {
	padding: 5px 10px;
	border-bottom: #600 solid 1px;
	font-size: 80%;
}
.article-tips table th {
	border-right: #600 solid 1px;
	border-left: #600 solid 1px;
	background: rgba(102,0,0,0.5);
}

.line-wing {
	width: 100%;
	margin: 20px auto 70px;
	position: relative;
	text-align: center;
	clear: both;
}

.line-wing img {
	width: 30px;
	margin: 0 auto;
	animation: loading 1.4s infinite ease-in-out;
}

.line-wing:before, .line-wing:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 46%;
	height: 1px;
	background-color: #c00;
}

.line-wing:before {left:0;}
.line-wing:after {right: 0;}





.subtopic {
	max-width: 1000px;
	margin: 40px auto 40px;
	padding: 40px;
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 1;
	border: #c00 solid 1px;
	line-height: 1.4;
}

.subtopic h6 {
	background: #c00;
	padding: 5px 10px;
	margin-top: 30px;
	font-size: 110%;
	font-weight: bold;
	border-radius: 10px;
	display: inline-block;
}

.subtopic ul li {
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: #333 solid 1px;
}

.subtopic ul li span {
	font-size: 70%;
	font-weight: normal;
	display: block;
	color: #ccc;
}

.subtopic .attention {
	margin-top: 10px;
}

.subtopic:after {
	content: '';
	display: block;
	clear: both;
}

.subtopic .video-iframe-wrap,.subtopic .video-img-wrap {
	width: 320px;
	float: right;
	margin-left: 20px;
}

.subtopic .video-iframe-wrap iframe,.subtopic .video-img-wrap img {
	width: 100%;
	height: 100%;
}

.subtopic h5 {
	font-size: 200%;
	font-weight: bold;
	text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
	line-height: 1.4;
	padding-bottom: 20px;
	text-align: left;
	width: auto;
}

.subtopic h5 span {
	display: block;
	font-size: 60%;
	font-family: sans-serif;
}

.subtopic .more {
	width: 100%;
	transform: none;
  font-size: 160%;
  line-height: 60px;
  height: 60px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.subtopic .cbox:before {
	margin-top: -125px;
}



.subtopic .more a span.more-arrow {
	top: 30px;
}

.subtopic strong {
	font-weight: bold;
}

.subtopic .nav-icon-new {
	font-size: 120%;
	margin-top: -20px;
	height: 50px;
}



.news-inner article span {
	width: 20%;
	height: 1px;
	display: block;
	position: absolute;
	right: 10%;
	top: 110px;
	background: #c00;
	transition: all .3s ease-out;
}
.news-inner article span:before {
	content: '';
	width: 20%;
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #c00;
	transform-origin: right;
	transform: rotateZ(20deg);
	transition: all .3s ease-out;
}



article.lines {
	width: 80%;
	max-width: 1000px;
	margin: 10% auto;
	position: relative;
	padding: 2%;
	transition: all 0.3s ease-out;
	background: rgba(0,0,0,0.8);
}
article.lines h4 {
	line-height: 2;
	font-size: 280%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
	letter-spacing: 0.05em;
}
article.lines h4 .nav-icon-new {
	padding-bottom: 10px;
	margin-top: 0px;
	text-shadow: none;
}


article.lines p {
	line-height: 1.8;
	font-size: 120%;
	text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
	letter-spacing: 0.05em;
}
article.lines:before {
	content: '';
	position: absolute;
	border-left: #f00 solid 1px;
	border-top: #f00 solid 1px;
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	z-index: 1;
}
article.lines:after {
	content: '';
	position: absolute;
	border-bottom: #f00 solid 1px;
	border-right: #f00 solid 1px;
	width: 90px;
	height: 90px;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease-out;
}





.pics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 2%;
	clear: both;
}
.pics div {
	width: 49%;
	overflow: hidden;
}

.pics div a {
	display: block;
}



.pics img {
	width: 100%;
	transition: transform 0.3s ease-out;
	transform: scale(1.1);
	display: block;
}



.arrow {
  position: relative;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s ease-out;
}


.arrow {
  padding-top: 70px;
}
.arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: arrow1 1.5s infinite;
  animation: arrow1 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes arrow1 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes arrow1 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


a.cbox {
	position: relative;
/*	transform: skewX(16deg);*/
}

a.cbox:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  height: 100px;
  width: 100px;
  content: "";
  background: url(../images/cbox.png) no-repeat;
  background-size: 100px 100px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}




/* =========================== cover =========================== */
#cover {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 11111;
  overflow: hidden;
	display: none;
}
#cover .loader {
	display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -64px;
  font-size: 10px;
  text-indent: -9999em;
  width: 118px;
  height: 118px;
  background: url(../images/icon_scout.png) top center no-repeat;
  background-size: 118px 118px;
  position: relative;
  animation: loading 1.4s infinite ease-in-out;
}


@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/* =========================== wrapper =========================== */

.wrapper {
	/*border:#000 solid 20px;*/
  /*background: url(../images/bg-pattern.jpg);*/
  width: 100%;
  box-sizing: border-box;
  min-width: 1200px;
  z-index: 0;
  overflow: hidden;
}

/* =========================== header =========================== */

header h1.logo {
	text-align: center;
	position: fixed;
	left: 0;
	width: 12%;
	z-index: 1;
	z-index: 1002;
}
header h1.logo a {
	display: block;
}

header h1.logo img {
	height: 60px;
	margin: 0 auto;
}
nav {
	width: 100%;
	height: 60px;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	z-index: 1001;
}
nav ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	right: 0;
	/*top: 20px;*/
	position: absolute;
	line-height: 1;
	/*transform: skewX(45deg);*/
}

nav ul li {
	box-sizing: border-box;
	text-align: center;
	width: 14.6%;
	font-size: 140%;
	letter-spacing: 0.3em;
	height: 60px;
	/*padding-bottom: 10px;*/
	/*border-left: #111 solid 1px;*/
}

nav ul li a {
	/*padding-left: 30px;*/
	line-height: 60px;
	height: 60px;
	display: block;
	background: url(../images/bg-ttl01.png) center no-repeat;
	background-position: 50% 0;
	background-size: 0px 60px;
	background-origin: center;
	transition: all 0.1s ease-out;
}

nav ul li.nav-products {
	background: #900;
}

nav ul li.nav-products {
	animation: bgcolorred 3s infinite ease-in-out;
}

nav ul li.nav-dlc .cap {
	letter-spacing: 0.1em;
}




@keyframes bgcolorred {
  0% { background: #c00; }
  50% { background: #900; }
  100% { background: #c00; }
}



span.cap {
	display: block;
	font-size: 10px;
	line-height: 10px;
  margin-top: -16px;
  height: 16px;
}

.nav-icon-new {
  width: 100%;
  height: 20px;
  position: relative;
  display: block;
  margin-bottom: -20px;
  color: #ff0;
  font-weight: bold;
  font-size: 70%;
  line-height: 20px;
  -webkit-animation: newicon 1.3s infinite;
  animation: newicon 1.3s infinite;
  letter-spacing: 0.1em;
  z-index: 1;
  pointer-events: none;
	text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
}

.nav-icon-new.nav-icon-update {
	color: #fcc;
}

@-webkit-keyframes newicon {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes newicon {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


/* =========================== footer =========================== */

footer {
	width: 100%;
	box-sizing: border-box;
	/*padding-left: 240px;*/
	min-height: 400px;
	background: #000;
	position: relative;
	z-index: 1;
	border-top: #333 solid 1px;
	padding-top: 60px;
	text-align: center;
}

footer .links  {
	margin: 10px auto;
	letter-spacing: 0.1em;
}

footer .links a {
	padding: 5px 10px;
	transition: all 0.3s ease-out;
	display: inline-block;
}

footer .links span:after,footer .languege span:after {
  content: "\007c";
  display: inline-block;
  opacity: 0.3;
  padding: 0 0.2em 0 0.2em;
  font-size: 70%;
}

footer .links span:last-child:after,footer .languege span:last-child:after {
	display: none;
}



footer .languege {
	margin: 50px auto;
}

footer .languege a {
	display: inline-block;
	padding: 10px;
	transition: all 0.3s ease-out;
	letter-spacing: 0.1em;
	margin: 0 0.8em;
	border:#fff solid 2px;
	vertical-align: middle;
}




footer .logos {
	width: 80%;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
}
footer .logos div {
	width: 10%;
}

footer .logos img {
	width: 100%;
}

footer .logos .logos-logo03 {
	margin-right: -2%;
}

footer .attend {
	font-size: 70%;
	color: #666;
	line-height: 1.4;
	margin-top: 20px;
}

.copy {
	font-size: 10px;
	color: #666;
	line-height: 14px;
	margin-top: 30px;
	padding-bottom: 20px;
}

.copy img {
	height: 14px;
	vertical-align: middle;
	opacity: 0.5;
}


footer .sns {
	margin: 0 auto;
}
footer .sns a {
	display: inline-block;
	margin: 0 0.3em;
}

footer .footer-bnr {
	width: 400px;
	margin: 0 auto 60px auto;
}

footer .footer-bnr img {
	width: 400px;
}


/* =========================== main =========================== */

#top {
	background: #000 url(../images/bg-pattern.jpg);
}

main {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}

#top main {
}

/* =========================== visual =========================== */

#top .visualarea {
	background: url(../images/bg-mv01.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

#top .visual-logo {
	width: 40%;
	position: absolute;
	bottom: 180px;
	left: 2%;
	z-index: 1;
	min-width: 400px;
	max-width: 880px;
}
#top .visual-logo img {
	width: 100%;
}
#top .visual-logo-pf {
	display: flex;
	width: 95%;
	top: -6%;
	left: 2%;
	position: absolute;
}

#top .visualarea .visual-logo-pf img {
	width: 100%;
}

#top .visualarea .visual-logo-pf .logos-logo03 {
	margin-right: -3%;
}


#video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

.video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}

.video-bg {
	height: 100%;
	width: 100%;
	position: absolute;
}

.video-wrap {
  position: relative;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  height: 100vh;
}



nav .top-bnr {
	display: none;
}

.top-bnr {
	position: absolute;
	left: 5%;
	top: 100px;
	width: 240px;
	z-index: 2;
}
.top-bnr a {
	display: block;
	transition: opacity .3s;
}

.top-bnr img {
	display: none;
	width: 100%;
}

.top-mov {
	position: absolute;
	right: 9%;
	bottom: 200px;
	z-index: 2;
}
.top-mov a {
	display: block;
	transition: opacity .3s;
}

.top-mov span.top-mov-text {
	font-size: 90%;
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #000;
  position: relative;
  margin-top: -15px;
  margin-left: 15px;
  margin-right: -15px;
  transform: skewX(-6deg);
  letter-spacing: 0.1em;
}
.top-mov span.nav-icon-new {
	font-size: 140%;
	right: -10px;
	left: auto;
	top: -10px;
	text-align: right;
}

.top-mov-text.new {
	background-color: #900;
}

.top-mov-text.new {
	animation: bgcolorred 3s infinite ease-in-out;
}
.top-mov img {
	display: block;
	border: #c00 solid 1px;
}
.top-mov .more {
	margin-top: 20px;
	margin-bottom: 30px;
}
h1.catch {
	position: absolute;
	left: 93%;

	top: 80px;
	transition: all 0.3s;
	z-index: 2;
}

h1.catch img {
	display: none;
	height: 64vh;
}

h2.date {
	text-align: center;
	font-size: 2.9vw;
	letter-spacing: 0.1em;
  font-family: sans-serif;
	margin-top: -5%;
	margin-bottom: 5%;
	text-shadow: 0 0 10px #f66, 0 0 20px #f66, 0 0 30px #f66, 0 0 40px #c00, 0 0 70px #c00, 0 0 80px #c00, 0 0 100px #c00, 0 0 150px #c00; 
}
h2.date span {
	transform: scale(5,0.3);
	display: inline-block;
	animation: none;
}
h2.date span:nth-child(1) {
	transform-origin: right;
}
h2.date span:nth-child(2) {
	transform-origin: left;
}

.reserve {
	height: 40px;
	background: #c00;
	line-height: 40px;
	text-align: center;
	font-size: 150%;
	animation: bgcolorred 3s infinite ease-in-out;
	margin: 0 20px 20px;
}

.reserve.more {
	width: auto;
}

.reserve.more a span.more-arrow {
	top: 20px;
	background: #fff;
}

.reserve.more a span.more-arrow:before {
	background: #fff;
}

/* =========================== section =========================== */

section:after {
	content: '';
	display: table;
}
section.features, section.characters, section.system, section.gallery, section.products, section.dlc, section.faq, section.steam, section.playreport {
	margin-top: 5%;
}



section h3 {
	font-size: 300%;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
	font-weight: 700;
	width: 100%;
	background: url(../images/bg-ttl01.png) top center no-repeat;
	background-size: 110% 120px;
	line-height: 120px;
}

section h3 span {
	font-size: 20px;
	line-height: 1;
	display: block;
  /*text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000,0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;*/
}

section h3 img {
	width: 90%;
	min-width: 800px;
	max-width: 1200px;
}

#top section.features h3 {
	background-size: 110% 260px;
}

section h5 {
	width: 90%;
	margin: 0 auto;
	font-size: 140%;
	text-align: center;
	line-height: 1.6;
}

#newspage section h3,#features section h3,#characters section h3,#system section h3,#gallery section h3,#products section h3,#dlc section h3,#faq section h3,#steam section h3,#playreport section h3 {
	font-size: 600%;
	padding-bottom: 3%;
	font-weight: 300;
	letter-spacing: 0.3em;
	position: relative;
	z-index: 1;
}

.section-intro {
  width: 80%;
  max-width: 800px;
  background: rgba(0,0,0,0.8);
  margin: 0 auto;
  padding: 1% 1.4%;
  margin-bottom: 5%;
	line-height: 1.8;
  font-size: 100%;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
	z-index: 1;
  position: relative;
	letter-spacing: 0.05em;
}


.banners {
	background: rgba(204,0,0,0.3);
}

.banners-inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 0;
}

.banners-inner a {
	width: 31%;
	display: block;
	border: #c00 solid 1px;
	padding: 3px;
	margin: 5px;
	transition: all .3s;
	text-align: right;
}

.banners-inner a.banners-big {
	width: 97.6%;
	margin-bottom: 20px;
}

.banners-inner a img {
	width: 100%;
	display: block;
	position: relative;
}
.banners-inner a .nav-icon-new {
	font-size: 16px;
}

/* =========================== news =========================== */

section.news {
	background: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,1) 30%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0.6) 90%, rgba(0,0,0,0.6) );
	padding: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-out;
	min-width: 1200px;
	z-index: 1;
}
section.news-inner {
	display: flex;
	height: 180px;
	margin: 0 40px;
	padding: 20px;
	box-sizing: border-box;
}
section.news-inner a {
	display: block;
	/*margin-left: 2%;*/
	/*width: 20%;*/
	width: 420px;
	margin: 0 20px;
}


section.news-inner a article .news-img {
	width: 200px;
	max-height: 110px;
	overflow: hidden;
}

section.news-inner a article .news-text {
	width: 200px;
  padding-left: 10px;
}

section.news-inner a article {
	display: flex;
	padding: 10px;
	position: relative;
	transition: all 0.3s ease-out;
	margin: 10px;
}

section.news-inner a article:before {
	content: '';
	position: absolute;
	border-left: #f00 solid 1px;
	border-top: #f00 solid 1px;
	width: 20%;
	height: 20%;
	top: -2%;
	left: -2%;
	transition: all 0.3s ease-out;
}
section.news-inner a article:after {
	content: '';
	position: absolute;
	border-bottom: #f00 solid 1px;
	border-right: #f00 solid 1px;
	width: 20%;
	height: 20%;
	bottom: -2%;
	right: -2%;
	transition: all 0.3s ease-out;
}
section.news-inner a article img {
	width: 100%;
}
section.news-inner h4 {
	font-size: 100%;
	line-height: 1.2;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: #fff solid 1px;
}
section.news-inner .date {
	font-size: 90%;
	color: #fcc;
	padding-bottom: 3px;
}
section.news-inner .text {
	font-size: 86%;
	line-height: 1.2;
}
section.news-inner a .nav-icon-new {
	text-align: right;
	font-size: 140%;
	z-index: 1;
}

/* =========================== FEATURES =========================== */



section.features-block {
}
section.features-block-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
	background: #000;
	box-shadow: 0 0 10px #000;
}
#top section.features-block-inner {
	margin-top: 5%;
}

section.features-block-inner a {
	width: 25%;
}

#top section.features-block-inner a {
	width: 50%;
}
section.features-block-inner article {
	overflow: hidden;
	position: relative;
}
section.features-block-inner article img {
	width: 100%;
	display: block;
}
section.features-block-inner article h4 {
	position: absolute;
	/*top: 50%;*/
	width: 100%;
	z-index: 1;
	text-align: center;
	font-size: 180%;
	font-weight: 700;
	pointer-events: none;
	text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}

/* =========================== CHARACTERS =========================== */

#top section.characters {
}


#top section.characters div.outer:before,#top section.characters div.outer:after {
	content: '';
	display: table;
}

#top section.characters-inner {
	margin-top: 5%;
}

#top section.characters-inner .chara-bg {
	box-shadow: 0 0 10px #000;
}


.chara-wrapper {
	overflow: hidden;
	position: relative;
}

.chara-bg {
	background: url(../images/bg-chara.jpg) bottom center no-repeat;
}

.chara-disp {
	margin: 0 auto;
	width: 80%;
	max-width: 1200px;
	height: 440px;
	position: relative;
	display: none;
}

.chara-data {

	padding: 20px;

/*		padding-left: 120px;
	background: url(../images/icon_scout.png) no-repeat;
	background-size: 120px 120px;*/



/*	opacity: 0;*/
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-left: 5%;
	width: 40%;
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
	height: 120px;
	transition: opacity 0.3s ease-out;
	/*background: rgba(0,0,0,0.5);*/
}

.chara-img {
	display: block;
	/*opacity: 0;*/
	position: absolute;
	transition: opacity 0.3s ease-out;
	pointer-events: none;
}

.chara-img a {
	display: block;
	position: relative;
}

.chara-img a.cbox:before {
}

/*.chara-team {
	font-size: 140%;
	padding: 2%;
	position: relative;
}
.chara-team:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
	position: absolute;
	left: 0;
	bottom: 0;
}*/

.chara-name {
	font-size: 270%;
	padding: 2% 0;
	line-height: 1;
	font-weight: 700;
	position: relative;
	min-width: 460px;
}

.chara-name:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.chara-cv {
	font-size: 140%;
	padding: 2% 0;
}
.chara-np {
	font-size: 80%;
  line-height: 200%;
  display: inline-block;
 	background: #900;
 	padding-right: 10px;
 	text-shadow: none;
	transform: skewX(-6deg);
	margin-left: 0;
	vertical-align: middle;
	line-height: 24px;
}
.chara-np span {
	display: inline-block;
	background: #000;
	transform: skewX(-6deg);
	padding: 0 10px;
	margin-left: -3px;
	margin-right: 10px;
	letter-spacing: 0.1em;
	vertical-align: top;
	line-height: 24px;
}

.chara-icons {
	padding: 20px;
	position: relative;
	background: rgba(0,0,0,0.5);
}
.chara-icons-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

.chara-icons-inner:before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.chara-icons-inner:after{
  content:"";
  display: block;
  width:23%;
}



.chara-i {
	width: 9%;
	margin: 0.5%;
	transform: skewX(-6deg);
}
.chara-i:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}

.chara-i .nav-icon-new {
	font-size: 100%;
	bottom: 0;
	padding-left: 5px;
}

.chara-i .nav-icon-newp {
	font-size: 90%;
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #000;
  position: relative;
  margin-top: -15px;
  margin-left: 15px;
}


.chara-i .chara-i-in {
	width: 100%;
	display: block;
	overflow: hidden;
	border: #000 solid 4px;
	box-sizing: border-box;
	transition: border-color .3s;
}
.chara-i img {
	width: 100%;
	transform: skewX(6deg) scale(1.1);
}
.chara-i.active .chara-i-in  {
	border-color: #c00;
}

.andmore {
	text-align: left;
	font-size: 200%;
	width: 30%;
	font-style: italic;
	display: table;
	height: 110px;
}
.andmore span {
	display: table-cell;
	vertical-align: bottom;
	letter-spacing: 0.05em;
}


/* =========================== SYSTEM =========================== */

#top section.system {
}

#top section.system-inner {
	margin-top: 3%;
}

#top section.system-inner a {
	height: 200px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 60px;
	box-shadow: 0 0 10px #000;
}
#top section.system-inner a:last-child {
	margin-bottom: 0px;
}
#top section.system-inner a article {
	height: 100%;
	position: relative;
	background: #000;
}
#top section.system-inner a article img {
	position: absolute;
	opacity: 0.5;
}

#top section.system-inner a article h4 {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	line-height: 60px;
	font-size: 200%;
	margin-top: -30px;
	font-weight: 700;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000,0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	z-index: 1;
}

#top section.system-inner a article h4 .nav-icon-new {
	height: 40px;
}


/* =========================== PRODUCT =========================== */

#top section.product {
}

#top section.product-inner {
	margin-top: 5%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 2% 0;
}

#top section.product-inner h4 {
	font-size: 180%;
	font-weight: bold;
	margin: 20px auto 20px;
	text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
}

#top section.product-inner table {
	margin: 0 auto 20px;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 5px;
	font-family: sans-serif;
	line-height: 1.2;
}

#top section.product-inner table td {
	text-align: left;
	padding: 10px;
}
#top section.product-inner table th {
	vertical-align: middle;
	padding: 10px;
	border-right: #333 solid 1px;
}

#top section.product-inner table th img {
	height: 240px;
}

#top section.product-inner table th.product-package {
	border: none;
}

#top section.product-inner table table td {
	padding: 0 0 0 10px;
	vertical-align: inherit;
}
#top section.product-inner table table td hr {
  height: 0;
  margin: 10px 0;
  padding: 0;
  border: 0;
	border-bottom: #333 solid 1px;
}

table,tbody,tr,td {
	vertical-align: inherit;
}

/* =========================== FEATURES PAGE =========================== */

#features .visual {
	/*opacity: 0.6;*/
}

#features section.features {
	position: relative;
	padding-top: 50px;
}
#features section.features section.features-inner {
	/*padding: 10vh 0 5vh 0;*/
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
}
#features section.features section.features-inner h4 {
	text-align: center;
}


#features section.features section.features-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}

#features .pics .cbox:before {
	margin: -25px 0 0 -25px;
	height: 50px;
	width: 50px;
	background-size: 50px;
}


#features section.features section.features-inner .video-iframe-wrap {
	text-align: center;
}
#features section.features section.features-inner .video-iframe-wrap iframe {
  width: 960px;
  height: 540px;
}

#features section.features section.features-inner .pics {
	padding-top: 10px;
}

#features section.features section.features-inner .pics div {
	width: 19%;
	margin-bottom: 10px;
}
#features section.features section.features-inner .slides {
	width: 100%;
}

#features section.features section.features-inner p {
	font-size: 120%;
	padding: 10px;
}

#features section.features section.features-inner p a {
	color: #f99;
	text-decoration: underline;
}

#features section.features section.features-inner .more {
	width: 100%;
}


/* =========================== SYSTEM PAGE =========================== */

#system.system2 .visual {
	opacity: 0.6;
}

#system.system3 .visual {
	opacity: 0.8;
}

#system section.system {
	position: relative;
	padding-top: 50px;
}
#system section.system section.system-inner {
	/*padding: 10vh 0 5vh 0;*/
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	padding-bottom: 100px;
}
#system section.system section.system-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 2%;
	position: relative;
}

#system section.system section.system-inner h4 .subttl {
	font-size: 60%;
}

#system section.system section.system-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}

#system section.system section.system-inner .slides {
	margin-top: 3%;
}

#system section.system section.system-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#system section.system section.system-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#system section.system section.system-inner h4 .nav-icon-new {
	font-size: 50%;
	top: -20px;
}



.section-tabs {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 80px auto 40px;
}
.section-tab {
	width: 48%;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
}
.section-tab a span.more-arrow {
	top: 34px;
}

.section-tab .nav-icon-new {
	/*transform: skewX(6deg);*/
	text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
}

.sub-tabs {
	margin: 20px auto 80px;
}

.sub-tabs .section-tab {
	width: 24%;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

#system .section-tab {
	width: 32%;
}

#system .pics div {
	width: 100%;
}

#system .pics {
	clear: both;
	padding-top: 10px;
	margin-bottom: 0;
}

#system .pics-p2 div {
	width: 48%;
}

#system .pics-p3 div {
	width: 32%;
}

#system .pics-p4 div {
	width: 24%;
}

#system .pics-l {
	width: 67%;
	float: left;
}

#system .pics-r {
	width: 32%;
	float: right;
	clear: none;
}

#system .pics-r div{
	width: 100%;
}


/* =========================== GALLERY PAGE =========================== */

#gallery section.gallery {
	position: relative;
	padding-top: 50px;
}
#gallery section.gallery section.gallery-inner {
	/*padding: 10vh 0 5vh 0;
	min-height: 600px;*/
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
}

#gallery section.gallery section.gallery-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#gallery section.gallery section.gallery-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#gallery section.gallery section.gallery-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#gallery section.gallery section.gallery-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#gallery section.gallery section.gallery-inner h4 .nav-icon-new {
	font-size: 50%;
}

#gallery section.gallery section.gallery-inner .slick-slide {
	cursor: pointer;
}
#gallery section.gallery section.gallery-inner .slick-slide.slick-current {
	cursor: default;
}
#gallery section.gallery section.gallery-inner .slick-slide .gallery-nav-warp {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	margin: 10px;
	text-align: center;
	transition: all .3s;
	border: #000 solid 1px;
	box-sizing: border-box;
}

#gallery section.gallery section.gallery-inner .slick-slide.slick-current .gallery-nav-warp {
	border: #c00 solid 1px;
	background: rgba(200,0,0,0.6);
}
#gallery section.gallery section.gallery-inner .slick-slide.slick-current .gallery-nav-warp .nav-icon-new {
	font-size: 100%;
}
.gallery-video-iframe-warp {
	background: #000;
}
.gallery-video-iframe-warp iframe {
	display: block;
}
.movie-item-nav>div {
	width: 100%;
}
.movie-item-nav>div img {
	width: 100%;
}


#gallery section.gallery section.gallery-inner article {
	width: 960px;
	margin: 0 auto;
}
#gallery section.gallery section.gallery-inner article iframe {
	width: 960px;
	height: 540px;
}

#gallery section.gallery section.gallery-inner .gallery-mov-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#gallery section.gallery section.gallery-inner .gallery-mov-list:after{
  content: "";
  display: block;
  width: 30%;
}

.gallery-thumb {
	width: 30%;
	display: block;
	font-size: 100%;
	background:  rgba(0,0,0,0.6);
	padding: 10px;
	text-align: center;
	transition: all .3s;
	border: #000 solid 1px;
	margin-bottom: 10px;
}

.gallery-thumb a {
	display: block;
}
.gallery-thumb a .nav-icon-new {
	font-size: 100%;
}
.gallery-thumb img {
	width: 100%;
}

/* =========================== PRODUCTS PAGE =========================== */

#products .visual {
	opacity: 0.6;
}

#products section.products {
	position: relative;
	padding-top: 50px;
}
#products section.products section.products-inner {
	/*padding: 10vh 0 5vh 0;
	min-height: 600px;*/
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
}

#products section.products section.products-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#products section.products section.products-inner h4 {
	line-height: 1.4;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#products section.products section.products-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#products section.products section.products-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#products section.products section.products-inner h4 .nav-icon-new {
	font-size: 44%;
	top: -10px;
}


.products-pack-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 40px;
	text-align: center;
}
.products-pack-cont {
	width: 33%;
	text-align: center;
}

.products-pack-cont .nav-icon-new {
	position: relative;
	z-index: 3;
	font-size: 100%;
	top: -8px;
}

.products-tbox-wrap .nav-icon-new {
	position: relative;
	z-index: 3;
	font-size: 100%;
	top: -8px;
	width: 30%;
	float: right;
}

.products-pack-img {
	height: 330px;
	position: relative;
	margin:0 auto;
	width: 70%;
}
.products-pack-img img {
	bottom: 0;
	position: absolute;
	display: block;
	width: 100%;
}

.products-pack-data {
	font-family: sans-serif;
}

.products-pack-pf {
	font-size: 120%;
	font-weight: 700;
}
.products-pack-text, .products-pack-subtext {
	font-size: 60%;
}
.products-pack-price {
	font-size: 100%;
}
.products-pack-price span {
	font-size: 180%;
	font-weight: bold;
}

.products-pack-btns {
	display: block;
	border: 2px solid #c00;
	border-radius: 20px;
	width: 90%;
	margin: 0 auto 10px;
	background: rgba(60,0,0,1);
}

.products-pack-btns .products-pack-btns-tbox {
	float: right;
}

.products-pack-btns span {
	display: block;
}

.products-amazon-btn {
	width: 40%;
	margin: 0 auto 10px;
	display: inline-block;
	transition: opacity 0.3s;
	padding: 0 1%;
}

.products-tbox-wrap .products-pack-btns {
	float: right;
	width: 30%;
	border-radius: 10px;
}

.products-tbox-wrap .products-amazon-btn {
	height: 36px;
	margin: 2px auto;
	vertical-align: bottom;
	width: 30%;
}
.products-tbox-wrap .products-amazon-btn img {
	height: 100%;
	width: auto;
}

.products-tbox-wrap .products-pack-btns span {
	display: inline-block;
	font-size: 70%;
	line-height: 36px;
}

.products-amazon-btn img {
	width: 100%;
}


.products-pack-wrap .more,.shoplist .more,.products-tbox-wrap .more,.prooducts-link-special .more {
	transform: none;
  font-size: 100%;
  margin: 0% auto 5%;
  width: 90%;
  height: 40px;
  line-height: 40px;
}

.products-pack-wrap .more .nav-icon-new ,.products-tbox-wrap .more .nav-icon-new {
	height: 25px;
}

.prooducts-link-special {
	display: flex;
}
.prooducts-link-special .more {
	width: 46%;
	margin-bottom: 0;
}

.shoplist .more {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
}

.shoplist .nav-icon-new {
	text-align: center;
	font-size: 100%;
}

.products-tbox-wrap {
	text-align: center;
	width: 96%;
	margin: 0 auto;
}

.products-tbox-wrap:after {
	content: '';
	clear: both;
	display: block;
}

.products-tbox-img img {
	width: 100%;
}

.products-tbox-wrap .products-pack-data div {
	display: table-cell;
	vertical-align: text-bottom;
	line-height: 44px;
	height: 44px;
}
.products-tbox-wrap .products-pack-data {
	display: table;
	width: 67%;
	float: left;
	margin-bottom: 20px;
}
.products-tbox-wrap .products-pack-pf {
	text-align: left;
}

.products-tbox-wrap .products-pack-text,.products-tbox-wrap .products-pack-subtext,.products-tbox-wrap .products-pack-price {
	text-align: right;
}
.products-tbox-wrap .products-pack-price {
	width: 32%;
}

.products-tbox-wrap .products-pack-subtext {
	width: 14%;
}

.products-tbox-wrap .more {
	margin: 0;
	width: 30%;
	float: right;
}

.subtopic .products-tbox-list .more {
	line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 90%;
}

.shoplist-wrapper {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.shoplist-wrapper .attention {
	width: 74%;
}

.shoplist {
	width: 22%;
	background: rgba(0,0,0,0.8);
	padding: 1%;
	border: #c00 solid 1px;
	padding-bottom: 70px;
	position: relative;
	margin-bottom: 10px;
}

.shoplist h6 {
	font-size: 140%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	text-align: center;
	line-height: 1.3;
  padding: 10px 0;
}

.shoplist img {
	width: 100%;
}

.shoplist p {
	font-size: 90%;
	line-height: 1.2;
	text-align: center;
}

.shoplist p span {
	font-size: 60%;
	background: #111;
	padding: 3px;
	display: block;
	margin: 4px 4px 0;
	border-radius: 4px;
}

.shoplist .cbox:before {
	margin: -150px 0 0 -50px;
}


.video-img-wrap .more {
	height: 30px;
	line-height: 30px;
	font-size: 90%;
	letter-spacing: 0;
}


/* =========================== DLC PAGE =========================== */

#dlc .visual {
	opacity: 0.6;
}

#dlc section.dlc {
	position: relative;
	padding-top: 50px;
}
#dlc section.dlc section.dlc-inner {
	/*padding: 10vh 0 5vh 0;
	min-height: 600px;*/
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
	font-family: sans-serif;
}

#dlc section.dlc section.dlc-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#dlc section.dlc section.dlc-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#dlc section.dlc section.dlc-inner h4 .nav-icon-new {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
}

#dlc section.dlc section.dlc-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#dlc section.dlc section.dlc-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#dlc section.dlc section.dlc-inner:after {
	content: '';
	display: block;
	clear: both;
}




#dlc .ttl-wrapper {
	text-align: center;
}

#dlc .ttl-wrapper img {
	margin-top: 80px;
}

.dlc-section-wrapper:before {
  content: '';
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 400px;
  background: #ff5;
  left: 0;
  top: 460px;
  transform: skewY(-3deg);
  min-width: 1200px;
}
.dlc-section-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 500px;
  background: #c00;
  left: 0;
  top: 472px;
  transform: skewY(-2deg);
  min-width: 1200px;
}

.dlc-section {
	text-align: center;
	padding: 0 0 100px;
	min-height: 800px;
	margin: 0 auto;
	width: 1180px;
}

.dlc-section-inner {_}
.dlc-section-content {
	position: relative;
	z-index: 1002;
	padding-bottom: 50px;
}


.dlc-section-cont {
	width: 100%;
	/*padding-left: 4%;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dlc-section-cont-section {
	margin-bottom:  30px;
	width: 24%;
}


.dlc-section-cont-border {
	width: 96%;
	padding: 2%;
	background: #900;
	margin: 10px auto 0;
}

.dlc-section-cont-border a {
	display: block;
}

.dlc-section-cont-border img {
	width: 100%;
	display: block;
}

.dlc-section-cont-table {
	width: 100%;
	background: rgba(0,0,0,0.8);
	margin: 20px auto 10px;
	border: #c00 solid 1px;
}

.dlc-section-cont-table .more {
	padding: 10px 20px;
	font-size: 24px;
	line-height: 24px;
	width: auto;
	height: auto;
	margin: 0;
}

.dlc-section-cont-table .more a {
	border-radius: 44px;
	letter-spacing: 0;
	min-width: 100px;
}

.dlc-section-cont-table .nav-icon-new {
	display: inline;
}

.dlc-section-cont-table th {
	padding: 10px 20px;
	border-bottom: #c00 solid 1px;
	vertical-align: middle;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
}
.dlc-section-cont-table td {
	padding: 10px 20px;
	border-bottom: #c00 solid 1px;
	font-size: 80%;
}

.dlc-section-cont-table dt {
	font-size: 24px;
}

.dlc-section-cont-head {
	text-align: left;
	/*border-bottom: #fff solid 1px;
	margin-bottom: 30px;*/
}


.dlc-section-cont-date {
	display: inline-block;
	text-align: left;
	background: #900;
	line-height: 24px;
	font-weight: bold;
	padding: 0 8px;
	margin-bottom: 5px;
	font-size: 14px;
}

.dlc-section-cont-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.dlc-section-cont-title:after {
	content: '';
	display: block;
	clear: both;
}

.dlc-section-cont-cost {
	background: #000;
	padding: 4px 6px;
	border: #fff solid 1px;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	position: absolute;
	z-index: 2;
	right: 4%;
	bottom: 4%;
}

.dlc-section-cont-text {
	text-align: left;
	display: block;
	position: relative;
}

.dlc-section-cont-text .subtopic {
	width: 90%;
	margin-top: 10px;
	padding: 5% 5% 40px;
}

.dlc-section-cont .subtopic .cbox:before {
	margin-top: -50px;
}

.dlc-section-cont .subtopic .dlc-section-cont-section {
	width: 16%;
	border: none;
	padding-bottom: 0;
}

.dlc-section-cont .subtopic .dlc-section-cont-title {
	font-size: 12px;
	font-weight: bold;
}

.dlc-section-cont .subtopic .dlc-section-cont-border {
	margin-top: 5px;
}

.dlc-section-cont-attend {
	font-size: 12px;
}

.dlc-section-cont-section-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

:root .dlc-section-cont-section-wrapper { display: block\0; }
:root .dlc-section-cont-section-wrapper .dlc-section-cont-section { display: inline-block\0; }

.dlc-table-attend {
	display: block;
	font-size: 80%;
	width: 100%;
	margin: 0 auto 40px;
}

.shingeki1 {
font-size: 16px; text-decoration: underline; color: #f99;
}

/* =========================== FAQ PAGE =========================== */

#faq .visual {
	opacity: 0.6;
}

#faq section.faq {
	position: relative;
	padding-top: 50px;
}
#faq section.faq section.faq-inner {
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
	font-family: sans-serif;
}

#faq section.faq section.faq-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#faq section.faq section.faq-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#faq section.faq section.faq-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#faq section.faq section.faq-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#faq section.faq section.faq-inner:after {
	content: '';
	display: block;
	clear: both;
}

.faq-section-wrapper:before {
  content: '';
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 400px;
  background: #ff5;
  left: 0;
  top: 460px;
  transform: skewY(-3deg);
  min-width: 1200px;
}
.faq-section-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 500px;
  background: #c00;
  left: 0;
  top: 472px;
  transform: skewY(-2deg);
  min-width: 1200px;
}

.faq-section {
	text-align: center;
	padding: 0 0 100px;
	min-height: 800px;
	margin: 0 auto;
	width: 1180px;
}

.faq-section-inner {_}
.faq-section-content {
	position: relative;
	z-index: 1002;
	padding-bottom: 50px;
}
.faq-section-cont-date {
	display: inline-block;
	text-align: left;
	background: #900;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 25px;
}

.faq-section-cont-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 10px;
}

.faq-section-cont-title:after {
	content: '';
	display: block;
	clear: both;
}

.faq-section-cont-title span {
	font-size: 30px;
	padding-right: 10px;
}

.faq-section-cont-cost {
	background: #000;
	padding: 10px 20px;
	border: #fff solid 1px;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	float: right;
	color: #fff;
}

.faq-section-cont-text {
	text-align: left;
	display: block;
	margin-bottom: 140px;
}
.faq-section-cont-attend {
	font-size: 12px;
}

.faq-table-attend {
	display: block;
	font-size: 80%;
	width: 90%;
	margin: 0 auto 40px;
}

.faq-section-cont-head {
	text-align: left;
	border-bottom: #fff solid 1px;
	margin-bottom: 30px;
}

.faq-main-text {
	text-align: center;
	font-size: 120%;
}

.faq-twicon {
	width: 50%;
	display: block;
	margin: 50px auto 100px;
}

.faq-twicon img {
	width: 100%;
}

.faq-section-cont-text span {
	font-size: 30px;
	padding-right: 10px;
	font-weight: bold;
}

.faq .sub-tabs .section-tab {
	width: 18%;
}

.faq .sub-tabs .section-tab.more a {
	letter-spacing: 0;
}


/* =========================== CONTEST PAGE =========================== */

#contest .visual {
	opacity: 0.6;
}

#contest section.contest {
	position: relative;
}
#contest section.contest section.contest-inner {
	background: rgba(0,0,0,0.6);
	padding-bottom: 100px;
	font-family: sans-serif;
	text-align: center;
}

#contest section.contest section.contest-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}

.contest-main {
	position: relative;
	left: 50%;
	margin-left: -800px;
	margin-bottom: 20px;
}

.contest-main-sp {
	width: 100%;
}

/* =========================== update PAGE =========================== */

#update .visual {
	opacity: 0.6;
}

#update section.update {
	position: relative;
}
#update section.update section.update-inner {
	background: rgba(0,0,0,0.6);
	padding-bottom: 100px;
	font-family: sans-serif;
	text-align: center;
}

#update section.update section.update-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}

.update-main {
	position: relative;
	left: 50%;
	margin-left: -800px;
	margin-bottom: 20px;
}

.update-main-sp {
	width: 100%;
}


#update .pics div {
	width: 100%;
}

#update .pics {
	clear: both;
	padding-top: 10px;
	margin-bottom: 0;
}

#update .pics-p2 div {
	width: 48%;
}

#update .pics-p3 div {
	width: 32%;
}

#update .pics-p4 div {
	width: 24%;
}

#update .pics-l {
	width: 67%;
	float: left;
	text-align: left;
}

#update .pics-r {
	width: 32%;
	float: right;
	clear: none;
}

#update .pics-r div{
	width: 100%;
}

/* =========================== PHOTOCONTEST PAGE =========================== */

#photocontest .visual {
	opacity: 0.6;
}

#photocontest section.photocontest {
	position: relative;
}
#photocontest section.photocontest section.photocontest-inner {
	padding-bottom: 100px;
	font-family: sans-serif;
	text-align: center;
}

#photocontest section.photocontest section.photocontest-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 100%;
}



/* =========================== STEAM PAGE =========================== */


#steam .visual {
	opacity: 0.6;
}

#steam section.steam {
	position: relative;
	padding-top: 50px;
}
#steam section.steam section.steam-inner {
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
	font-family: sans-serif;
}

#steam section.steam section.steam-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#steam section.steam section.steam-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#steam section.steam section.steam-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#steam section.steam section.steam-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#steam section.steam section.steam-inner:after {
	content: '';
	display: block;
	clear: both;
}

.steam-section table {
	width: 90%;
	background: rgba(0,0,0,0.8);
	margin: 20px auto 10px;
	border: #c00 solid 1px;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 5px;
	font-family: sans-serif;
	line-height: 1.2;
	padding: 10px 0px;
}
.steam-section table th {
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	border-right: #c00 solid 1px;
}

.steam-section table th {
	vertical-align: middle;
	padding: 10px;
	border-right: #333 solid 1px;
}

.steam-section table td {
	text-align: left;
	padding: 10px;
}

.steam-section p {
	margin: 20px auto;
	width: 90%;
	font-size: 80%;
}

/* =========================== FAQ PAGE =========================== */

#faq .visual {
	opacity: 0.6;
}

#faq section.faq {
	position: relative;
	padding-top: 50px;
}
#faq section.faq section.faq-inner {
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
	font-family: sans-serif;
}

#faq section.faq section.faq-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#faq section.faq section.faq-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#faq section.faq section.faq-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#faq section.faq section.faq-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#faq section.faq section.faq-inner:after {
	content: '';
	display: block;
	clear: both;
}

.faq-section-wrapper:before {
  content: '';
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 400px;
  background: #ff5;
  left: 0;
  top: 460px;
  transform: skewY(-3deg);
  min-width: 1200px;
}
.faq-section-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 500px;
  background: #c00;
  left: 0;
  top: 472px;
  transform: skewY(-2deg);
  min-width: 1200px;
}

.faq-section {
	text-align: center;
	padding: 0 0 100px;
	min-height: 800px;
	margin: 0 auto;
	width: 1180px;
}

.faq-section-inner {_}
.faq-section-content {
	position: relative;
	z-index: 1002;
	padding-bottom: 50px;
}
.faq-section-cont-date {
	display: inline-block;
	text-align: left;
	background: #900;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 25px;
}

.faq-section-cont-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 10px;
}

.faq-section-cont-title:after {
	content: '';
	display: block;
	clear: both;
}

.faq-section-cont-title span {
	font-size: 30px;
	padding-right: 10px;
}

.faq-section-cont-cost {
	background: #000;
	padding: 10px 20px;
	border: #fff solid 1px;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	float: right;
	color: #fff;
}

.faq-section-cont-text {
	text-align: left;
	display: block;
	margin-bottom: 140px;
}
.faq-section-cont-attend {
	font-size: 12px;
}

.faq-table-attend {
	display: block;
	font-size: 80%;
	width: 90%;
	margin: 0 auto 40px;
}

.faq-section-cont-head {
	text-align: left;
	border-bottom: #fff solid 1px;
	margin-bottom: 30px;
}

.faq-main-text {
	text-align: center;
	font-size: 120%;
}

.faq-twicon {
	width: 50%;
	display: block;
	margin: 50px auto 100px;
}

.faq-twicon img {
	width: 100%;
}

.faq-section-cont-text span {
	font-size: 30px;
	padding-right: 10px;
	font-weight: bold;
}

.faq .sub-tabs .section-tab {
	width: 18%;
}

.faq .sub-tabs .section-tab.more a {
	letter-spacing: 0;
}


/* =========================== PLAYREPORT PAGE =========================== */


#playreport .visual {
	opacity: 0.6;
}

#playreport section.playreport {
	position: relative;
	padding-top: 50px;
}
#playreport section.playreport section.playreport-inner {
	background: rgba(0,0,0,0.6);
	padding-top: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
	font-family: sans-serif;
}

#playreport section.playreport section.playreport-inner article {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	padding-bottom: 5%;
	font-size: 100%;
}


#playreport section.playreport section.playreport-inner h4 {
	line-height: 2;
	font-size: 300%;
	text-align: center;
	font-weight: 700;
	margin: 1% 0 5%;
	text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
	letter-spacing: 0.05em;
	position: relative;
}

#playreport section.playreport section.playreport-inner h4:before {
  content: '';
  position: absolute;
  border-left: #f00 solid 1px;
  border-top: #f00 solid 1px;
  width: 160px;
  height: 30px;
  top: 0;
  left: 0;
}

#playreport section.playreport section.playreport-inner h4:after {
  content: '';
  position: absolute;
  border-bottom: #f00 solid 1px;
  border-right: #f00 solid 1px;
  width: 160px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#playreport section.playreport section.playreport-inner:after {
	content: '';
	display: block;
	clear: both;
}

.playreport-main-text {
	text-align: center;
	font-size: 120%;
}

/* =========================== NEWS PAGE =========================== */

#newspage main {
	background: url(../images/bg-pattern.jpg);
}


#newspage section.newspage {
	position: relative;
	padding-top: 80px;
}
#newspage section.newspage section.newspage-inner {
	padding: 20px 0 10px 0;
	min-height: 600px;
}
#newspage section.newspage section.newspage-inner article {
	text-align: center;
	width: 960px;
}

#newspage section.newspage section.newspage-inner article h4 {
	border-bottom: #fff solid 1px;
	margin-bottom: 2%;
}

#newspage section.newspage section.newspage-inner article p,#newspage section.newspage section.newspage-inner article ul {
	text-align: left;
	font-family: sans-serif;
}

#newspage section.newspage section.newspage-inner article.lines {
	margin-top: 1%;
	background: rgba(0,0,0,0.8);
}

#newspage .video-iframe-warp {
	margin-top: 20px;
}

#newspage .video-iframe-warp iframe {
	width: 720px;
	height: 405px;
}

/* =========================== CHARACTERS PAGE =========================== */

#characters .visual {
	opacity: 0.6;
}
#characters section.characters {
	position: relative;
	padding-top: 50px;
}
#characters section.characters .characters-inner {
	padding: 0 0 100px 0;
}
#characters section.characters article {
}

#characters .chara-wrapper {
	overflow: visible;
}

#characters .chara-bg {
	width: 80%;
	background: none;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}



#characters article.lines:hover {
	background: none;
}


#characters .chara-img a.cbox:before {
	display: none;
}

#characters .chara-pic {
	width: 100%;
	padding: 1% 0;
}
#characters .chara-pic a {
	width: 240px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}

#characters .chara-pic a span {
	display: block;
	background: #000;
	text-align: center;
	height: 20px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: -10px -10px 0 10px;
	transform: skewX(-6deg);
}
#characters .chara-pic a span.nav-icon-new {
	background: transparent;
	transform: none;
	margin: 0;
	position: absolute;
}


#characters .chara-pic img {
	width: 240px;
}

#characters .chara-pic a.cbox:before {
	width: 50px;
	height: 50px;
	background-size: 50px;
	margin: -30px 0 0 -25px;
}


#characters .chara-data {
	margin-left: 0;
	top: 8%;
	width: 580px;
	height: auto;
/*	pointer-events: none;*/
}

/*#characters .chara-data a {
	display: none;
}

#characters .chara-data.active a {
	display: inline;
}*/

#characters .chara-text {
	line-height: 1.6;
	padding: 1% 0;
	letter-spacing: 0.05em;
}

#characters .titan-wrapper .chara-bg { height: 700px; }
#characters .titan-wrapper .chara-data { width: 100%; }
#characters .titan-wrapper .chara-name { font-size: 460%; }
#characters .titan-wrapper .chara-name:after { display: none; }
#characters .titan-wrapper .chara-pic {  }
#characters .titan-wrapper .chara-i { width: 19%; }


.arrows {
	display: none;
  top: 0;
  position: absolute;
  width: 100%;
}

.arrow-left a,.arrow-right a {
	display: block;
	height: 100%;
}

.arrow-left {
	position: absolute;
	width: 60px;
	height: 100px;
	z-index: 10;
	transform: rotate(180deg);
	left: -60px;
	top: 240px;
}

.arrow-left:after,.arrow-right:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	transform: rotate(-45deg);
	top: 70px;
	position: absolute;
	box-shadow: 0 0 10px #000;
	transition: all .3s;
}
.arrow-left:before,.arrow-right:before {
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	transform: rotate(45deg);
	top: 35px;
	position: absolute;
	box-shadow: 0 0 10px #000;
	transition: all .3s;
}

.arrow-right {
	position: absolute;
	width: 60px;
	height: 100px;
	z-index: 10;
	right: -60px;
	top: 234px;
}



/* ====================================================== for PC ====================================================== */


@media screen and (min-width: 769px) {

	a:hover { color: #e66; }

	.arrow-left:hover:after,.arrow-right:hover:after,.arrow-left:hover:before,.arrow-right:hover:before {
		background: #f00;
	}

	.faq .faq-twicon:hover { opacity: 0.6; }

	.sp-nav-btn-reserve { display: none; }

	.more a {
		transition: all 0.3s ease-out;
	}
	.more a span.more-arrow {
		transition: all .3s ease-out;
	}
	.more a span.more-arrow:before {
		transition: all .3s ease-out;
	}

	.more a:hover {
		color: #fff;
		letter-spacing: 0.3em;
	}
	.more a:hover span.more-arrow {
		background: #fff;
		right: 3%;
	}
	.more a:hover span.more-arrow:before {
		background: #fff;
	}
	.more::after {
		content: '';
	  position: absolute;
	  z-index: -1;
	  display: block;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.more:hover::after {
	  left: 0;
	  background-color: #c00;
	}

	.more-on:after {
		left: 0;
		background-color: #c00;
	}

	.more-on {
		color: #fff;
		letter-spacing: 0.3em;
	}
/*	.more-on a span {
		background: #fff;
		right: 3%;
	}
	.more-on a span:before {
		background: #fff;
	}*/


	.more.nolink a:hover {
		letter-spacing: 0.1em;
	}
	.more.nolink:hover::after {
		display: none;
	}



	.dlc-section-cont-table .more a:hover {
		letter-spacing: 0;
	}

	.top-bnr a:hover {
		opacity: 0.8;
	}

	.top-mov a:hover {
		opacity: 0.8;
	}

	.news-inner article:hover span {
		right: 3%;
		background: #fff;
	}

	.news-inner article:hover span:before {
		background: #fff;
	}


	article.lines:hover {
	}

	article.lines:hover:before {
		top: -4%;
		left: -4%;
	}
	article.lines:hover:after {
		bottom: -4%;
		right: -4%;
	}


	.pics div a:hover img {
		transform: scale(1.2);
	}
	.arrow:hover {
	  opacity: .5;
	}
	a.cbox:hover:before {
		opacity: 0.6;
	}


	header h1.logo a:hover {
		opacity: 0.8;
	}

	nav ul li a:hover {
		display: block;
		background-size: 90% 60px;
		color: #eff;
		text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
		letter-spacing: 0.4em;
	}

	#characters nav ul li.nav-characters a,#features nav ul li.nav-features a,#gallery nav ul li.nav-gallery a,#system nav ul li.nav-system a,#dlc nav ul li.nav-dlc a {
		display: block;
		background-size: 90% 60px;
		color: #eff;
		text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
		letter-spacing: 0.4em;
	}

	nav ul li.nav-products a:hover {
		background: #f00;
	}

	#products nav ul li.nav-products a {
		display: block;
		background: #f00;
		color: #eff;
		text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
		letter-spacing: 0.4em;
	}

	.products-amazon-btn:hover {
		opacity: 0.6;
	}

	footer .languege a:hover {
		border-color:#e66;
	}



	section.news-inner a article:hover:before {
		border-color: #fff;
		/*top: -4%;
		left: -4%;*/
	}
	section.news-inner a article:hover:after {
		border-color: #fff;
		/*bottom: -4%;
		right: -4%;*/
	}
	section.news-inner a:hover article {
		/*transform: scale(1.05);*/
		color: #fff;
	}
	section.features-block-inner article>img {
		transform: scale(1.1);
		transition: all .3s ease-out;
		opacity: .5;
		/*-webkit-filter: grayscale(50%);
		filter: grayscale(50%);*/
	}
	section.features-block-inner article:hover>img {
		transform: scale(1.2);
		opacity: 1;
		/*-webkit-filter: grayscale(0%);
		filter: grayscale(0%);*/
	}
	section.features-block-inner article h4 {
		transition: all 1s ease-out;
	}

	section.features-block-inner article:hover h4 {
		text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
		color: #fff;
	}

	.chara-i:not(.chara-i-none):hover .chara-i-in  {
		border-color: #c00;
	}
	.chara-i img {
		width: 100%;
		transition: all 0.3s ease-out;
		-webkit-filter: grayscale(50%);
		filter: grayscale(50%);
	}

	.chara-i.active img {
		transform: skewX(6deg) scale(1.2);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.chara-i:not(.chara-i-none):hover img {
		transform: skewX(6deg) scale(1.2);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}



	#top section.system-inner a article img {
		position: absolute;
		transition: all .3s ease-out;
		top: -100%;
		width: 100%;
	}
	#top section.system-inner a article h4 {
		transition: all .3s ease-out;
	}

	#top section.system-inner a:hover article h4 {
		text-shadow: 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00, 0 0 20px #f00;
		color: #eff;
	}
	#top section.system-inner a:hover article img {
		filter: grayscale(0%);
		transform: scale(1.11);
		opacity: 1;
	}



	#gallery section.gallery section.gallery-inner .slick-slide .gallery-nav-warp:hover {
		border: #c00 solid 1px;
	}
	.gallery-thumb:hover {
		border: #c00 solid 1px;
	}

	#characters .chara-bg {
		height: 600px;
		max-width: 1200px;
		position: relative;
	}

	.chara-imgs { position: relative; }

	.chara-img.c1 { transform: scale(0.8); left: 26%; top: -270px; }
	.chara-img.c2 { left: 33%; top: -30px; }
	.chara-img.c3 { left: 26%; top: -80px; }
	.chara-img.c4 { transform: scale(0.96); left: 18%; top: -100px; }
	.chara-img.c5 { left: 31%; top: 0px; }
	.chara-img.c6 { transform: scale(0.96); left: 36%; top: -20px; }
	.chara-img.c7 { left: 16%; top: -140px; }
	.chara-img.c8 { transform: scale(0.8); left: 20%; top: -160px; }
	.chara-img.c9 { left: 16%; top: -30px; }
	.chara-img.c10 { left: 43%; top: -30px; }
	.chara-img.c11 { transform: scale(0.90); left: 48%; top: -60px; }
	.chara-img.c12 { left: 43%; top: -30px; }
	.chara-img.c13 { left: 50%; top: 0px; }
	.chara-img.c14 { transform: scale(0.96); left: 43%; top: -30px; }
	.chara-img.c15 { transform: scale(0.96); left: 14%; top: -100px; }
	.chara-img.c16 { left: 3%; }
	.chara-img.c17 { left: 50%; }
	.chara-img.c18 { left: 16%; }
	.chara-img.c19 { transform: scale(0.92); left: 30%; top: -10px; }
	.chara-img.c20 { left: 40%; }
	.chara-img.c21 { left: 53%; }
	.chara-img.c22 { transform: scale(0.96); left: 50%; }
	.chara-img.c23 { left: 54%; top: -10px; }
	.chara-img.c24 { left: 54%; top: -10px; }
	.chara-img.c25 { transform: scale(0.9); left: 51%; top: -30px; }
	.chara-img.c26 { transform: scale(0.88); left: 32%; top: -70px; }
	.chara-img.c27 { transform: scale(0.92); top: -40px; }
	.chara-img.c28 { transform: scale(0.8); left: 18%; top: -100px; }
	.chara-img.c29 { transform: scale(0.96); left: 10%; top: -50px; }
	.chara-img.c30 { transform: scale(0.88); left: 28%; top: -40px; }
	.chara-img.c31 { left: 6%; top: -120px; }
	.chara-img.c32 { left: 48%; }
	.chara-img.c33 { left: 50%; }
	.chara-img.c34 { left: 55%; }
	.chara-img.c35 { left: 42%; }
	.chara-img.c36 { left: 50%; }
	.chara-img.c37 { transform: scale(0.96); left: 52%; top: -40px; }


	.chara-img.t1 {  top: -140px; }
	.chara-img.t2 { transform: scale(0.84); top: -110px; }
	.chara-img.t3 {  top: -148px; right: -70px; }
	.chara-img.t4 { transform: scale(0.9);  top: -140px; right: -120px; }
	.chara-img.t5 { transform: scale(0.76);  top: -170px; right: -180px; }


	.banners-inner a:hover {
		opacity: 0.7;
		border-color: #fff;
	}
}




/* ====================================================== for SP ====================================================== */





@media screen and (max-width: 768px) {
 /* class */
	.sp-none { display: none !important; }
	.pc-none { display: block !important; }


	.line-wing {
		margin: 20px auto 50px;
	}


	p.font-large {
		font-size: 140%;
	}
	span.cap {
		letter-spacing: 0;
	}
	#cboxTitle {
		font-size: 60%;
	}

	#top main {
	}

	#top .slick-list {
		margin: 0;
	}
	#top .slick-dots li {
		margin: 0;
	}

	section.features, section.characters, section.system, section.gallery, section.products, section.dlc {
		margin-top: 0;
	}

	#back-top {
		bottom: 50px;
	}

	#back-top span {
		background-size: 50px 38px;
		width: 50px;
		height: 38px;
	}
	.arrow {
		display: none;
	}


	.subtopic .more {
		font-size: 90%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.subtopic .more a span.more-arrow {
		top: 20px;
	}

	.subtopic {
		width: 80%;
		margin: 40px auto;
		padding: 5%;
	}

	.subtopic .subtopic {
		width: 90%;
	}

	.subtopic .video-iframe-wrap {
		position: relative;
		width: 100%;
		height: auto;
		padding: calc(315 / 560 * 100%) 0 0;
		margin-bottom: 20px;
	}
	.subtopic .video-iframe-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
	}
	.subtopic h5 {
		font-size: 120%;
	}
	.subtopic h6 {
		font-size: 90%;
		padding: 2px 7px;
		margin-top: 20px;
	}
	.subtopic p {
		font-size: 90%;
	}
	.subtopic ul li {
		font-size: 80%;
	}
	.subtopic .video-img-wrap {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	p.attention {
		font-size: 70%;
	}
	/*section.features, section.characters, section.system, section.gallery {
	margin-top: 15%;
	}*/
 /* init */
	section h3 {
		/*font-size: 140%;*/
		letter-spacing: 0.3em;
		padding-bottom: 2%;
		height: 30px;
		line-height: 30px;
		padding-top: 15px;
		padding-bottom: 25px;
		background-size: 120% 60px;
		/*margin-top: 10%;*/
	}
	section h3 img {
		width: 100%;
		min-width: auto;
		max-width: auto;
	}
	#top section.features h3 {
		height: 20vw;
		line-height: 20vw;
		background-size: 120% 20vw;
	}
	section.news h3 {
		font-size: 24px;
	}
	section h5 {
		font-size: 80%;
		padding: 1%;
	}
	.section-intro {
		font-size: 80%;
		padding: 4%;
	}
	.more {
		width: 80%;
		height: 40px;
		line-height: 40px;
		font-size: 90%;
		border: none;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.more a {
		color: #fff;
		background: #c00;
		/*letter-spacing: 0;*/
	}
	.more.nolink a {
		background: #666;
	}
	.more a span.more-arrow {
		top: 20px;
		background: #fff;
	}
	.more a span.more-arrow:before {
		background: #fff;
	}

 /* menu-trigger */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 32px;
    height: 44px;
    margin: 0 8px;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 25px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .sp-nav-btn.act {
  }
  .menu-trigger.act span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.act span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.act span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }

  .sp-nav-btn {
    display: block;
    background: #000;
  	position: fixed;
    height: 50px;
    width: 50px;
    /*left: 10px;
    top: 10px;*/
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
  }
  .sp-nav-btn-name {
  	font-size: 50px;
  	line-height: 1;
  }
  .sp-nav-btn-reserve {
	  background: #fff;
	  animation: bgcolorred 3s infinite ease-in-out;
	  width: 40%;
	  position: fixed;
	  bottom: 0;
	  right: 0;
	  height: 50px;
	  line-height: 50px;
	  text-align: center;
	  font-size: small;
	  max-width: 200px;
	  display: block;
    z-index: 9999;
  }
  .sp-nav-btn-reserve:before{
		position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
	}

	.sp-nav-bg {
		position: absolute;
		background: #000;
		display: none;
		width: 100%;
		height: 100%;
		z-index: 200;
		top: 50px;
	}


 /* header */
	header h1.logo {
		width: 100%;
		position: absolute;
		top: 0;
	}
	header h1.logo img {
		height: 22vw;
	}
	#top header h1.logo {
		display: none;
	}
	h2.date {
		font-size: 5vw;
	}
	.reserve.more {
		margin-top: 0;
		margin-bottom: 0;
	}
	nav {
		position: fixed;
		background: none;
		height: auto;
		bottom: -302px;
		min-width: auto;
		transition: all 0.3s ease-out;
		/*height: 242px;*/
		top: auto;
		z-index: 2001;
	}
	nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: absolute;
		bottom: 112px;
		background: #000;
		box-shadow: 0 0 3px #000;
	}
	nav ul li {
		width: 50%;
		letter-spacing: 0.1em;
		border-right: #333 solid 1px;
		border-bottom: #333 solid 1px;
	}
	nav.sp-nav-open {
		bottom: 0;
		animation: all .3s;
	}
	nav ul li a {
		/*padding-bottom: 5px;*/
	}

	nav .top-bnr {
		display: block;
		position: absolute;
		left: auto;
		top: auto;
		text-align: center;
		bottom: 50px;
		width: 100%;
		background: #000;
	}
	nav .top-bnr a {
		margin: 10px auto;
		height: 42px;
		width: 196px;
		display: block;
		transition: none;
	}
	.top-bnr img {
		height: 42px;
		width: auto;
		opacity: 1;
		display: block;
		transition: none;
	}

	.nav-behavior {
		height: 100%;
		width: 100%;
		background-color: rgba(0,0,0,0);
		position: fixed;
		z-index: -1;
		bottom: 0;
		transition: background-color 0.3s ease-out;
	}
	.nav-behavior.act {
		display: block;
		background-color: rgba(0,0,0,0.6);
		z-index: 2000;
	}

	.bnr-play {
		width: 80%;
		left: 10%;
		position: fixed;
		bottom: 360px;
		display: none;
		opacity: 0;
	}
	.bnr-play img {
		width: 100%;
	}
	.bnr-play.act {
		display: block;
		opacity: 1;
		z-index: 2000;
    animation: fadeIn 0.3s ease-out;
    -webkit-animation: fadeIn 0.3s ease-out;
   }

	@keyframes fadeIn {
		0% {opacity: 0;bottom: 260px;}
		100% {opacity: 1;bottom: 360px;}
	}

	@-webkit-keyframes fadeIn {
		0% {opacity: 0;bottom: 260px;}
		100% {opacity: 1;bottom: 360px;}
	}

	#top nav ul li.nav-top a,#characters nav ul li.nav-characters a, #features nav ul li.nav-features a, #gallery nav ul li.nav-gallery a, #system nav ul li.nav-system a {
		text-shadow: 0 0 20px #f00,0 0 20px #f00,0 0 20px #f00,0 0 20px #f00;
		background: #500;
	}
 /* visual */
	#top .visualarea {
		position: relative;
		background: none;
		border: none;
		height: auto;
		min-width: auto;
		overflow: visible;
	}
	#top .visualarea img {
		width: 100%;
	}
	#top .visual-logo {
		width: 96%;
		min-width: auto;
		left: 2%;
		position: absolute;
		bottom: -40px;
		z-index: 1;
		overflow: visible;
	}
	.video-bg {
		display: none;
	}
	.visualarea h1.catch,.visualarea .top-mov,.visualarea .top-bnr,.visualarea .particles-wrap {
		display: none;
	}
	.top-bnr-sp {
		position: relative;
		padding-top: 70px;
		padding-bottom: 20px;
		text-align: center;
		background: #000;
	}
	.top-bnr-sp img {
		width: 90%;
		margin: 0 auto;
	}

	.top-bnr-sp + .top-mov{
		padding-top: 0;
	}
	.top-mov {
		display: block;
		position: relative;
		background: #000;
		top: auto;
		right: auto;
		bottom: auto;
		padding-top: 70px;
		z-index: 0;
	}

	.top-mov h3 {
		font-size: 24px;
		height: 60px;
	}

	.top-mov .video-iframe-warp {
		width: 90%;
		margin: 0 auto;
	}
	/*.top-mov a:before {
		content: '';
		display: block;
		background: url(../images/movie-cover.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-mov img {
		width: 80%;
		margin: 0 auto;
	}
	.top-mov span {
		margin: auto;
	}
	.top-mov span.top-mov-text {
		margin: auto;
	}
	.top-mov span.nav-icon-new {
		right: 10px;
		top: 10px;
	}*/


	.wrapper {
		min-width: auto;
	}

	article.lines h4 {
		font-size: 120%;
		line-height : 1.8;
	}
	article.lines p {
		font-size: 80%;
		font-weight: 400;
	}


	article.lines {
		background: rgba(0,0,0,0.8);
		padding: 4%;
	}

	article.lines:before {
		top: 0;
		left: 0;
	}
	article.lines:after {
		bottom: 0;
		right: 0;
	}

	/* news */
	section.news {
		position: relative;
		background: linear-gradient(to bottom, rgba(0,0,0,1),rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) );
		min-width: auto;
		margin-bottom: 20px;
	}
	section.news-inner {
		display: block;
		width: 98%;
		margin: 0 auto;
		padding: 0;
		height: auto;
	}
	section.news-inner a {
		height: 100%;
		width: auto;
		margin: auto;
	}
	section.news-inner a .nav-icon-new {
		right: 10px;
		top: 10px;
	}
	section.news-inner a article {
	}
	section.news-inner a article:before {
		top: -2px;
		left: -2px;
	}
	section.news-inner a article:after {
		bottom: -2px;
		right: -2px;
	}
	section.news-inner .date {
		font-size: 70%;
	}
	section.news-inner h4 {
		font-size: 90%;
	}
	section.news-inner .text {
		font-size: 70%;
	}
	/*section.news-inner a {
		margin: 2%;
		display: block;
		width: auto;
	}*/
	section.news-inner a article .news-text {
		width: 100%;
	}
	section.news-inner a article .news-img {
		height: auto;
		width: auto;
		overflow: visible;
	}
	section.news-inner a article .news-img img {
		height: 80px;
		width: auto;
	}
	.news-inner article span {
		top: 84%;
		right: 3%;
	}

 /* features */
	#top section.features-inner article h4 {
		font-size: 2.2vw;
	}
	section.features-block-inner a {
		width: 50%;
	}
 /* character */
	.chara-disp {
		display: none;
	}
	.chara-icons {
	}
	.chara-icons-inner {
		width: 100%;
	}
	.chara-i {
		width: 24%;
		/*margin-bottom: 10px;*/
	}
	.chara-i .chara-i-in {
		border-width: 2px;
	}
	.chara-i .nav-icon-newp {
		font-size: 70%;
		margin-left: 4px;
	}
	.chara-np {
		font-size: 60%;
	}
	.andmore {
		font-size: 100%;
		width: 24%;
		position: relative;
		text-align: start;
		height: auto;
	}
	.andmore span {
		bottom: 12px;
		position: absolute;
	}
 /* system */

	#top section.system-inner a {
		height: 30vw;
		margin-bottom: 20px;
	}
	#top section.system-inner a article h4 {
		font-size: 4vw;
		top: 60%;
	}
	#top section.system-inner a article h4 .nav-icon-new {
		height: 4vw;
		font-size: 5vw;
		margin-bottom: -10px;
	}
	#top section.system-inner a article img {
	  filter: none;
	  transform: none;
	  width: 100%;
	  top: auto;
	}

	#system section.system, #characters section.characters, #features section.features, #gallery section.gallery, #products section.products, #dlc section.dlc, #newspage section.newspage,#playreport section.playreport {
		padding-top: 20vw;
	}
	#system section.system section.system-inner {
	}
	#system section.system section.system-inner h4 {
		font-size: 200%;
		width: 90%;
		margin: 0 auto 20px;
	}
	#system section.system section.system-inner h4:before,#system section.system section.system-inner h4:after {
		width: 90px;
	}
	#system section.system section.system-inner article {
		width: 100%;
		font-size: 90%;
	}

	#system section.system section.system-inner article>p {
		width: 90%;
		margin: 0 auto;
	}

	#system section.system section.system-inner article>p.pics-l {
		float: none;
	}

	#system section.system section.system-inner article>div.pics-r {
		float: none;
		width: 90%;
		margin: 0 auto 10px;
	}


	.section-tabs {
		margin-top: 40px;
	}
	.section-tab {
		width: 46%;
		height: 52px;
		line-height: 52px;
		letter-spacing: 0.1em;
		margin-top: 0;
		margin-bottom: 0;
	}
	.section-tab a {
		letter-spacing: 0.1em;
	}

	.section-tab .nav-icon-new {
		font-size: 100%;
	}

	.sub-tabs .section-tab {
		font-size: 60%;
	}

	.article-tips {
		width: 88%;
		margin: 0 auto 20px;
		padding: 2%;
		font-size: 80%;
	}
	.section-tab a span.more-arrow {
		top: 26px;
	}

	.line-wing:before, .line-wing:after {
		width: 40%;
	}
	#top section.product-inner h4 {
		font-size: 140%;
	}

	#top section.product-inner table {
		font-size: 80%;
	}

	#top section.product-inner table th.product-package {
		display: none;
	}

	#top section.product-inner table th {
		width: 22%;
	}
	#top section.product-inner table td {
		padding: 5px;
	}
	#top section.product-inner table tr td:nth-child(1) {
		width: 30%;
	}

	#top section.product-inner table table td {
		padding: 0 0 0 5px;
	}
	.product-package {
		text-align: center;
		width: 200px;
		margin: 20px auto;
	}
	.product-package img {
		width: 100%;
	}


	footer .logos {
		width: 100%;
	}
	footer .logos div {
		width: auto;
		margin: 0;
	}

	footer .copy {
		width: 90%;
		margin: 30px auto 50px;
	}
	footer .links {
		font-size: 80%;
		margin: 0 0.4em;
	}
	footer .links {
		padding: 5px;
	}
	footer .languege a {
		margin: 0 0.4em;
		font-size: 70%;
	}

	#system .pics div {
		width: 48%;
	}

	#system .pics-p2 div {
		width: 48%;
	}

	#system .pics-p3 div {
		width: 32%;
	}

	#system .pics-p4 div {
		width: 24%;
	}

	/*#system .pics-l {
		width: 100%;
		float: none;
	}

	#system .pics-r {
		width: 100%;
		float: none;
	}*/

	#system .pics-r div {
		width: 100%;
	}

	#system .pics-p1 .slick-caption {
		width: 100%;
	}

	#gallery section.gallery section.gallery-inner {
		margin-top: 20px;
	}
	#gallery section.gallery section.gallery-inner .slick-slide .gallery-nav-warp {
		padding: 5px;
		margin: 5px;
		font-size: 70%;
	}
	#gallery section.gallery section.gallery-inner h4 {
		font-size: 180%;
		width: 100%;
		margin: 0 auto 20px;
	}
	#gallery section.gallery section.gallery-inner h4:before, #gallery section.gallery section.gallery-inner h4:after {
		width: 90px;
	}
	#gallery section.gallery section.gallery-inner article {
		width: 90%;
	}

	#features section.features section.features-inner {
		margin-top: 20px;
	}
	#features section.features section.features-inner .pics div {
		width: 32%;
	}

	#features section.features section.features-inner .more {
		width: 80%;
	}

	#gallery section.gallery section.gallery-inner article iframe {
		width: 100%;
		height: 100%;
	}
	.gallery-thumb {
		font-size: 70%;
		line-height: 1.2;
		padding: 1%;
		margin: 0;
	}

	#features section.features section.features-inner h4 img {
		width: 100%;
	}
	#features section.features section.features-inner iframe {
		padding-bottom: 10px;
	}
	#features section.features section.features-inner p {
		padding: 10px;
		font-size: 90%;
	}
	#features section.features section.features-inner .pics {
		padding: 10px;
	}

	#features section.features section.features-inner .video-iframe-wrap {
		position: relative;
		width: 100%;
		padding: calc(315 / 560 * 100%) 0 0;
	}
	#features section.features section.features-inner .video-iframe-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#newspage section.newspage section.newspage-inner article {
		width: 90%;
	}

	#newspage section.newspage section.newspage-inner article .subtopic {
		width: 90%;
		margin-top: 20px;
		margin-bottom: 20px;
	}



	.video-iframe-warp {
		position: relative;
		width: 100%;
		padding: calc(315 / 560 * 100%) 0 0;
	}

	.video-iframe-warp iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#newspage .video-iframe-warp iframe {
		width: 100%;
		height: 100%;
	}

	#newspage section h3, #features section h3, #characters section h3, #system section h3, #gallery section h3, #products section h3,#dlc section h3 {
		font-size: 180%;
		position: relative;
		z-index: 1;
		padding-bottom: 5%;
	}
	section h3 span {
		font-size: 14px;
	}
	#characters .chara-data {
		width: 90%;
		padding: 2%;
		background: rgba(0,0,0,0.8);
		margin: 0 3% 3vh;
		/*top: 70vw;*/
		bottom: 0;
		top: auto;
	}
	#characters .chara-name {
		font-size: 140%;
		min-width: auto;
	}
	#characters .chara-team {
		font-size: 80%
	}
	#characters .chara-cv {
		font-size: 90%
	}
	#characters .chara-text {
		font-size: 70%;
	}
	#characters .chara-pic {
		margin: 2% auto;
		text-align: center;
	}
	#characters .chara-pic a {
		width: 46%;
		margin-right: 2%;
	}

	#characters .chara-pic a img {
		width: 100%;
	}
	#characters .chara-icons {
		padding: 10px 20px 5px;
	}
	#characters .chara-bg {
		width: 100%;
		/*height: 150vw;*/
		min-height: 200vw;
	}
	#characters .titan-wrapper .chara-bg {
		min-height: 140vw;
	}


	#characters .chara-imgs {
		height: 200vw;
		min-height: 100%;
		position: relative;
	}

	#characters .chara-datum {
	}
	#characters .chara-img {
	}

	#characters .chara-data {
		top: auto;
	}

	#characters .chara-img.c1 img { width: 160vw; margin-left: -26vw; }
	#characters .chara-img.c1 { top: -20vw; }
	#characters .chara-img.c2 img { width: 200vw; margin-left: -30vw; }
	#characters .chara-img.c2 { top: -10vw; }
	#characters .chara-img.c3 img { width: 210vw; margin-left: -50vw; }
	#characters .chara-img.c3 { top: -10vw; }
	#characters .chara-img.c4 img { width: 210vw; margin-left: -50vw; }
	#characters .chara-img.c4 { top: -20vw; }
	#characters .chara-img.c5 img { width: 220vw; margin-left: -30vw; }
	#characters .chara-img.c5 { top: -6vw; }
	#characters .chara-img.c6 img { width: 190vw; margin-left: -20vw; }
	#characters .chara-img.c6 { top: -6vw; }
	#characters .chara-img.c7 img { width: 250vw; margin-left: -90vw; }
	#characters .chara-img.c7 { top: -40vw; }
	#characters .chara-img.c8 img { width: 160vw; margin-left: -36vw; }
	#characters .chara-img.c8 { top: -4vw; }
	#characters .chara-img.c9 img { width: 210vw; margin-left: -60vw; }
	#characters .chara-img.c9 { top: -6vw; }
	#characters .chara-img.c10 img { width: 110vw; margin-left: -5vw; }
	#characters .chara-img.c10 { top: 1vw; }
	#characters .chara-img.c11 img { width: 84vw; margin-left: 8vw; }
	#characters .chara-img.c11 { top: 1vw; }
	#characters .chara-img.c12 img { width: 110vw; margin-left: -5vw; }
	#characters .chara-img.c12 { top: 1vw; }
	#characters .chara-img.c13 img { width: 90vw; margin-left: 5vw; }
	#characters .chara-img.c13 { top: 1vw; }
	#characters .chara-img.c14 img { width: 106vw; margin-left: -3vw; }
	#characters .chara-img.c14 { top: 1vw; }
	#characters .chara-img.c15 img { width: 190vw; margin-left: -50vw; }
	#characters .chara-img.c15 { top: -18vw; }
	#characters .chara-img.c16 img { width: 260vw; margin-left: -116vw; }
	#characters .chara-img.c16 { top: -20vw; }
	#characters .chara-img.c17 img { width: 80vw; margin-left: 10vw; }
	#characters .chara-img.c17 { top: 1vw; }
	#characters .chara-img.c18 img { width: 160vw; margin-left: -55vw; }
	#characters .chara-img.c18 { top: 1vw; }
	#characters .chara-img.c19 img { width: 190vw; margin-left: -30vw; }
	#characters .chara-img.c19 { top: 1vw; }
	#characters .chara-img.c20 img { width: 120vw; margin-left: -20vw; }
	#characters .chara-img.c20 { top: 1vw; }
	#characters .chara-img.c21 img { width: 74vw; margin-left: 11vw; }
	#characters .chara-img.c21 { top: 1vw; }
	#characters .chara-img.c22 img { width: 82vw; margin-left: 9vw; }
	#characters .chara-img.c22 { top: 4vw; }
	#characters .chara-img.c23 img { width: 76vw; margin-left: 16vw; }
	#characters .chara-img.c23 { top: 1vw; }
	#characters .chara-img.c24 img { width: 80vw; margin-left: 16vw; }
	#characters .chara-img.c24 { top: 1vw; }
	#characters .chara-img.c25 img { width: 70vw; margin-left: 16vw; }
	#characters .chara-img.c25 { top: 1vw; }
	#characters .chara-img.c26 img { width: 170vw; margin-left: -10vw; }
	#characters .chara-img.c26 { top: 1vw; }
	#characters .chara-img.c27 img { width: 190vw; margin-left: -80vw; }
	#characters .chara-img.c27 { top: 1vw; }
	#characters .chara-img.c28 img { width: 160vw; margin-left: -40vw; }
	#characters .chara-img.c28 { top: 1vw; }
	#characters .chara-img.c29 img { width: 190vw; margin-left: -70vw; }
	#characters .chara-img.c29 { top: 1vw; }
	#characters .chara-img.c30 img { width: 160vw; margin-left: -20vw; }
	#characters .chara-img.c30 { top: 1vw; }
	#characters .chara-img.c31 img { width: 200vw; margin-left: -70vw; }
	#characters .chara-img.c31 { top: -20vw; }
	#characters .chara-img.c32 img { width: 92vw; margin-left: 6vw; }
	#characters .chara-img.c32 { top: 1vw; }
	#characters .chara-img.c33 img { width: 74vw; margin-left: 12vw; }
	#characters .chara-img.c33 { top: 1vw; }
	#characters .chara-img.c34 img { width: 74vw; margin-left: 12vw; }
	#characters .chara-img.c34 { top: 1vw; }
	#characters .chara-img.c35 img { width: 110vw; margin-left: -6vw; }
	#characters .chara-img.c35 { top: 1vw; }
	#characters .chara-img.c36 img { width: 94vw; margin-left: 2vw; }
	#characters .chara-img.c36 { top: 1vw; }
	#characters .chara-img.c37 img { width: 80vw; margin-left: 12vw; }
	#characters .chara-img.c37 { top: 1vw; }


	#characters .chara-img.t1 img { width: 140vw; margin-left: -25vw; }
	#characters .chara-img.t1 { top: 1vw; }
	#characters .chara-img.t2 img { width: 150vw; margin-left: -30vw; margin-top: -40px; }
	#characters .chara-img.t2 { top: 1vw; }
	#characters .chara-img.t3 img { width: 180vw; margin-left: -40vw; margin-top: -40px; }
	#characters .chara-img.t3 { top: 1vw; }
	#characters .chara-img.t4 img { width: 160vw; margin-left: -30vw; margin-top: -50px; }
	#characters .chara-img.t4 { top: 1vw; }
	#characters .chara-img.t5 img { width: 130vw; margin-left: -10vw; margin-top: -40px; }
	#characters .chara-img.t5 { top: 1vw; }

	#characters .titan-wrapper .chara-data {
		background: none;
	}

	#characters .titan-wrapper .chara-data img {
		width: 100%;
	}

	#characters .titan-wrapper .chara-bg {
		height: 140vw;
	}
	#characters .titan-wrapper .chara-i,#characters .titan-wrapper .andmore {
		width: 32%;
	}

	#products section.products section.products-inner article {
		width: 100%;
	}
	#characters .titan-wrapper .chara-data {
		margin: 0;
	}
	#characters .titan-wrapper .chara-pic {
		margin: 0 3%;
		width: 50%;
	}
	#characters .titan-wrapper .chara-name {
		font-size: 100%;
		padding: 0;
	}
	#characters .titan-wrapper .chara-pic a {
		width: 100%;
		margin: 0;
	}

	#dlc section.dlc section.dlc-inner h4 {
		font-size: 170%;
		width: 90%;
		margin: 0 auto 20px;
	}
	#dlc section.dlc section.dlc-inner h4:before, #dlc section.dlc section.dlc-inner h4:after {
		width: 90px;
	}
	#dlc section.dlc section.dlc-inner p {
		width: 90%;
		margin: 0 auto;
	}
	.dlc-table-attend {
		display: block;
		font-size: 80%;
	}

	.dlc-section-cont-table th {
		padding: 1%;
		font-size: 80%;
	}
	.dlc-section-cont-table td {
		padding: 1%;
		font-size: 60%;
	}

	.dlc-section-cont .subtopic {
		margin: 0 auto;
		width: 100%;
	}

	.dlc-section-cont-section {
		width: 49%;
	}

	.dlc-section-cont .subtopic .dlc-section-cont-section {
		width: 32%;
	}

  .dlc-section-cont { width: 90%; margin: 0 auto; font-size: 12px; padding: 0; }
  .dlc-section-cont img { width: 100%; }
  .dlc-section-cont-border { padding: 2px; }
  .dlc-section-cont-title { font-size: 12px; line-height: 20px; padding: 5px 0; }
  .dlc-section-cont-cost { font-size: 12px; line-height: 20px; padding: 0 5px; margin-bottom: 3px; float: none; }
	.dlc-section-cont-table { width: 90%; }
	.dlc-section-cont-table .more { padding: 1%; font-size: 12px; line-height: 20px;  }

	.dlc-section-cont-date { display: none; }

	#faq section.faq section.faq-inner h4 {
		font-size: 170%;
		width: 100%;
		margin: 0 auto 20px;
	}
	#faq section.faq section.faq-inner h4:before, #faq section.faq section.faq-inner h4:after {
		width: 90px;
	}
	#faq section.faq section.faq-inner p {
		width: 100%;
		margin: 0 auto;
	}
	.faq-main-text {
		font-size: 80%;
	}
	.faq-twicon {
		width: 90%;
		margin: 20px auto 40px;
	}
	.faq-section-cont-text {
		margin-bottom: 60px;
	}
	.faq-section-cont-date {
		font-size: 8px;
		padding: 0 5px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.faq-section-cont-head {
		margin-bottom: 10px;
	}
	.faq .sub-tabs .section-tab {
		width: 30%;
		margin-bottom: 20px;
	}
	.faq .sub-tabs::after{
		content:"";
		display: block;
		width: 34%;
	}
	.faq .sub-tabs {
		flex-wrap: wrap;
	}
	.faq .sub-tabs {
		margin-bottom: 40px;
	}
  .faq-section-cont { display: block; width: 90%; margin: 0 auto; font-size: 12px; padding: 0; }
  .faq-section-cont img { width: 100%; }
  .faq-section-cont-border { padding: 10px; }
  .faq-section-cont-title { font-size: 16px; line-height: 20px; padding: 5px 0; }
  .faq-section-cont-cost { font-size: 12px; line-height: 20px; padding: 0 5px; margin-bottom: 3px; }
	.faq-section-cont-table .more { padding: 1%; font-size: 12px; line-height: 20px;  }




	#playreport section.playreport section.playreport-inner article {
	}
	#playreport section.playreport section.playreport-inner h4 {
		font-size: 170%;
		width: 90%;
		margin: 0 auto 20px;
	}

	.playreport-main-text {
		width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size: 80%;
	}
	.playreport-main-text img {
		width: 100%;
	}

	.twitter-wrapper {
		width: 90%;
	}


	#products section.products section.products-inner h4 {
		font-size: 170%;
		width: 90%;
		margin: 0 auto 20px;
	}
	#products section.products section.products-inner h4:before, #products section.products section.products-inner h4:after {
		width: 90px;
	}

	.products-pack-wrap {
		display: block;
	}
	.products-pack-cont {
		width: 80%;
		margin: 0 auto 40px;
	}
	.products-pack-img {
		height: auto;
		position: inherit;
		text-align: center;
		margin-bottom: 5px;
	}
	.products-pack-cont img {
		position: inherit;
		margin: 0 auto;
	}
	.products-pack-pf {
		font-size: 100%;
	}
	.products-pack-text, .products-pack-subtext {
		font-size: 60%;
	}
	.products-pack-price {
		font-size: 80%;
	}

	.products-tbox-wrap {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.products-tbox-wrap .products-pack-data {
		display: block;
		margin: 0 auto;
		float: none;
	}
	.products-tbox-wrap .products-pack-data div {
		text-align: center;
		display: block;
		width: auto;
		line-height: 1.8;
		height: auto;
	}
	.products-tbox-wrap img {
		width: 100%;
	}
	.products-tbox-wrap .products-amazon-btn {
		height: auto;
		width: 40%;
	}
	.products-tbox-wrap .products-amazon-btn img {
		height: auto;
		width: 100%;
	}
	.products-tbox-wrap .more {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		width: 90%;
		float: none;
	}
	.products-tbox-img {
		margin: 0 auto;
		width: 90%;
	}
	.products-tbox-img img {
		width: 100%;
	}
	.products-amazon-btn {
		margin: 0 auto;
	}
	.products-tbox-wrap .products-pack-btns {
		width: 90%;
		float: none;
	}
	.products-tbox-wrap .nav-icon-new {
		width: 100%;
	}
	.products-pack-btns {
		background: #C00;
	}
	.products-tbox-wrap .products-pack-btns span {
		display: block;
		font-size: 100%;
	}
	.shoplist-wrapper {
		width: 90%;
	}
	.shoplist {
		width: 45%;
	}
	.shoplist h6 {
		font-size: 100%;
	}
	.shoplist p {
		font-size: 60%;
	}
	.shoplist-wrapper .attention {
		width: 45%;
	}
	.shoplist .more {
		width: 96%;
	}

	.arrow-left {
		left: 0;
	}
	.arrow-right {
		right: 0;
	}
	.banners {
		margin-bottom: 40px;
	}

	.banners-inner {
		width: 100%;
	}
	.banners-inner a {
		width: 90%;
	}
}

@media screen and (max-width: 320px) {
	#characters .chara-imgs {
		height: 220vw;
	}
	section.news-inner a article .news-img img {
		height: 50px;
	}
	section.news-inner .text {
		font-size: 60%;
	}
}

