@charset "utf-8";

/* -------------------------
  1. common
  2. series-new
  3. derivation
------------------------- */

/* -------------------------
        1. common
------------------------- */

html {
	margin-bottom: 30px;
	width: 100%;
}

body {
	background: url(../images/bg.jpg) center top #0d0000;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	
	font: 300 16px/1 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	min-width: 1171px;
}

body #wall {
	background: url(../images/visual_bg.png) top center repeat-y;
	margin: 75px auto 80px;
	min-height: 800px;
	padding: 214px 0 50px;
	position: relative;
	text-align: center;
	width: 1171px;
	z-index: 1;
}

header {
	background: url(../images/visual_top.png) top center no-repeat;
	left: 0px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: -75px;
	width: 1171px;
	z-index: 2;
}

header ul#sns {
	right: 50px;
	position: absolute;
	top: 150px;
}

header ul#sns li {
	margin-bottom: 8px;
}

header ul#sns li a img {
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

header ul#sns li a :hover,
header ul#sns li a :hover {
	opacity: 0.5;
}

@media only screen and (max-width: 1020px) and (min-width: 768px){
header ul#sns li a :hover,
header ul#sns li a :hover {
	opacity: 1;
}
}


h1 {
	height: 158px;
	margin: 100px auto 0;
}

canvas {
	position: fixed;
	bottom: -100px;
	left: 0;
}

footer {
	background: url(../images/visual_bottom.png) bottom center no-repeat;
	height: 85px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	bottom: -25px;
	width: 1171px;
	z-index: 3;
}

footer #page-top {
    position: absolute;
    bottom: -24px;
    left: 45%;
}

footer #page-top a {
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
    text-decoration: none;
    width: 92px;
}

footer #past-page {
	background: url(../images/arrow_icon.jpg) 150px 12px no-repeat #0b090b;
	border: solid 1px #313645;
	bottom: 20px;
	font-size: 12px;
	right: 20px;
	color: #fff;
	line-height: 30px;
	padding-left: 25px;
	position: fixed;
	text-align: left;
	width: 150px;
}

footer #past-page a {
	color: #fff;
	text-decoration: none;
}

footer #page-top a:hover,
footer #past-page a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 1020px) and (min-width: 768px){
footer #page-top a:hover,
footer #past-page a:hover {
	opacity: 1;
}
}

/* -------------------------
        2. series-new
------------------------- */

section#new {
	margin: -25px 0 50px;
	overflow: hidden;
	margin-left: 65px;
	padding-top: 40px;
	position: relative;
	text-align: left;
	width: 1040px;
}

section#new h2 {
	background: url(../images/year_bg.png) top left no-repeat;
	color: #fff;
	font-family: 'Kumar One', cursive;
	font-size: 27px;
	float: left;
	height: 94px;
	line-height: 94px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1);
	top: 0;
	width: 90px;
	z-index: 4;
}

section#new p img {
	margin: 2px;
	float: left;
}

section#new p#new_ttl img {
	border: 0;
	left: 280px;
	position: absolute;
	top: -5px;
}

section#new div {
	background: url(../images/new_bg.jpg) center top;
	border: solid 3px #161312;
	display: inline-block;
	outline: solid 4px #a9a9ae;
	margin: 0 auto 4px 94px;
	height: 100%;
	width: 850px;
}

section#new dl {
	float: left;
	font-family: "Mplus 1p", medium;
	min-height: 325px;
	padding: 40px 28px 30px;
	width: 510px;
}

section#new dl dt {
	color: #ffd904;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}

section#new dl dt span {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: left;
	width: auto;
}

section#new dl dt::after {
	border-top: 1px solid #353536;
	border-bottom: 1px solid #111010;
	bottom: 0;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

section#new dl dd {
	color: #fff;
	font-size: 15px;
	line-height: 1.4em;
	overflow: hidden;
}

section#new dl dd.platform {
	overflow: hidden;
}

section#new dl dd.platform p {
	background: rgba(11,9,11,0.6);
	border: solid 1px #313645;
	font-size: 14px;
	font-weight: 500;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 8px 0 15px;
	padding: 0 13px;
	text-align: left;
	width: auto;
}

section#new dl dd ul {
	margin-top: 20px;
	overflow: hidden;
}

section#new dl dd li.ps a {
	background: #063294;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1d1d1d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	margin-right: 10px;
	padding: 0 25px;
	width: auto;
	text-decoration: none;
}

section#new dl dd li.ps a:hover {

	background: rgba(6,50,148);
	border: solid 1px #1d1d1d;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	margin-right: 10px;
	opacity: 0.6;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

section#new dl dd li.stm a {
	background: #164166;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1d1d1d;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	margin-right: 10px;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

section#new dl dd li.stm a:hover {
	background: rgba(22,65,102);
	border: solid 1px #2d2d2d;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	margin-right: 10px;
	opacity: 0.6;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

section#new dl dd span {
	color: #ffe703;
	font-weight: bold;
	text-shadow: 1px 1px 8px #c4180f, -1px 1px 8px #c4180f, 1px -1px 8px #c4180f, -1px -1px 8px #c4180f;
}

/* -------------------------
        3. series
------------------------- */

div#contents{
	margin-top: -30px;
	position: relative;
	text-align: left;
}

div#contents div#derivation {
	background: rgba(11,9,11,0.3);
	border: 0;
	height: 98.5%;
	margin: 60px 40px 0 0;
	position: absolute;
	right: 110px;
	top: 10px;
	text-align: center;
	width: 184px;
}

div#contents div#derivation h2 {
	position: absolute;
	top: -65px;
}

div#contents div#derivation dl,
div#contents div#derivation dl dt,
div#contents div#derivation dl dd {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 184px;
}

div#contents div#derivation dl dt::after {
	border: 0;
}

div#series section {
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	width: 1050px;
}

div#series section h3 {
	background: url(../images/year_bg.png) top left no-repeat;
	color: #fff;
	font-family: 'Kumar One', cursive;
	font-size: 25px;
	float: left;
	left: 0;
	line-height: 100px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1);
	width: 90px;
	z-index: 1;
}

div#series section p img {
	background: #000;
	border: solid 1px #313645;
	float: left;
	margin: 35px 0 0 90px;
}

div#series section dl {
	float: left;
	font-family: "Mplus 1p", medium;
	width: 460px;
}

div#series section dl dt {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 8px;
	padding: 37px 20px 5px 15px;
	overflow: hidden;
}

div#series section dl dt span {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: left;
	width: 100%;
}

div#series section dl dt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #161516;
	border-bottom: 1px solid #4f4f4f;
}

div#series section dl dd {
	color: #fff;
	font-size: 14px;
	line-height: 1.4em;
	overflow: hidden;
	padding-left: 15px;
}

div#series section dl dd.platform {
	overflow: hidden;
}

div#series section dl dd.platform p {
	background: rgba(11,9,11,0.6);
	border: solid 1px #313645;
	font-size: 14px;
	font-weight: 500;
	float: left;
	height: auto;
	margin-bottom: 15px;
	padding: 5px 13px 5px;
	text-align: left;
	width: auto;
}

div#series section dl dd ul {
	margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

div#series section dl dd li:nth-child(2n) {
	margin-left: 10px;
}

div#series section dl dd li:nth-child(3) {
	margin-top: 10px;
}


div#series section dl dd li.ac a {
	background: #ba0b00;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	padding: 0 15px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.ac a:hover {
	background: #ba0b00;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	opacity: 0.6;
	padding: 0 15px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.ps a {
	background: #063294;
	border: solid 1px #1f282f;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	font-size: 16px;
	font-weight: 500;
	float: left;
	padding: 6px 0 5px;
	text-align: center;
	width: 210px;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.ps a:hover {
	background: rgba(6,50,148);
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	opacity: 0.6;
	padding: 6px 0 5px;
	text-align: center;
	width: 210px;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.stm a {
	background: #164166;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.stm a:hover {
	background: #164166;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	opacity: 0.6;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}
#new dd li.web a,
div#series section dl dd li.web a {
	background: #222;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

#new dd li.web a:hover,
div#series section dl dd li.web a:hover {
	background: #222;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	opacity: 0.6;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

#new dd li.web a {
	background: #000;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

#new dd li.web a:hover {
	background: #000;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	opacity: 0.6;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.sw a {
	background: #ed7700;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

div#series section dl dd li.sw a:hover {
	background: #ed7700;
	border: solid 1px #1f282f;
	font-size: 16px;
	font-weight: 500;
	float: left;
	line-height: 50px;
	opacity: 0.6;
	padding: 0 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}

/* -------------------------
       derive
------------------------- */


div#series section.derive h3::after,
div#series section.derive04 h3::after {
	border-top: 1px solid #161516;
	border-bottom:1px solid #4f4f4f;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: 45px 0 0 94px;
	width: 658px;
}

div#series section.derive,
div#series section.derive04 {
	background: url(../images/year_bg.png) top left no-repeat;
	color: #fff;
	font-size: 25px;
	min-height: 185px;
	line-height: 94px;
	margin: 50px auto 30px;
	position: relative;
	text-align: center;
	text-stroke: 3px #151515;
	width: 1050px;
}

div#series section.derive02,
div#series section.derive04 {
	margin-bottom: -20px;
	height: 390px;
}

div#series section.derive dl.product,
div#series section.derive03 dl.product03,
div#series section.derive04 dl.product04 {
	right: 108px;
	margin: 0 auto;
	min-height: 180px;
	position: absolute;
	top: 0;
	width: 150px;
}

div#series section.derive02 dl.product02,
div#series section.derive04 dl.product04 {
	right: 107px;
	margin: 0 auto;
	min-height: 340px;
	position: absolute;
	top: 0;
	width: 150px;
}

div#series section.derive dl.product dt,
div#series section.derive02 dl.product02 dt,
div#series section.derive03 dl.product03 dt,
div#series section.derive04 dl.product04 dt {
	min-height: 150px;
	padding: 0px;
	width: 150px;
}

div#series section.derive dl.product dt img,
div#series section.derive02 dl.product02 dt img,
div#series section.derive03 dl.product03 dt img,
div#series section.derive04 dl.product04 dt img {
	border: solid 1px #282828;
}

div#series section.derive dl.product dt a:hover img,
div#series section.derive02 dl.product02 dt a:hover img,
div#series section.derive03 dl.product03 dt a:hover img,
div#series section.derive04 dl.product04 dt a:hover img {
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	opacity: 0.5;
}

@media only screen and (max-width: 1020px) and (min-width: 768px){
div#series section.derive dl.product dt a:hover img,
div#series section.derive02 dl.product02 dt a:hover img,
div#series section.derive03 dl.product03 dt a:hover img,
div#series section.derive04 dl.product04 dt a:hover img {
	opacity: 1;
}
}

div#series section.derive dl.product dt::after,
div#series section.derive02 dl.product02 dt::after,
div#series section.derive03 dl.product03 dt::after,
div#series section.derive04 dl.product04 dt::after {
	border: 0;
}

div#series section.derive dl.product dd,
div#series section.derive03 dl.product03 dd,
div#series section.derive04 dl.product04 dd {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 150px;
}

div#series section.derive02 dl.product02 dd,
div#series section.derive04 dl.product04 dd {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	width: 150px;
}

div#series section.derive dl.product dd.link,
div#series section.derive02 dl.product02 dd.link,
div#series section.derive03 dl.product03 dd.link,
div#series section.derive04 dl.product04 dd.link {
	color: #fff;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin-top: 8px;
    position: relative;
}
 
div#series section.derive dl.product dd.link a,
div#series section.derive02 dl.product02 dd.link a,
div#series section.derive03 dl.product03 dd.link a,
div#series section.derive04 dl.product04 dd.link a {
	background: rgba(255,255,255,0.3);
	color: #fff;
    position:absolute;
    top:0;
    left:0;
	height: 25px;
	text-decoration: none;
	width: 150px;
}

div#series section.derive dl.product dd.link a:hover,
div#series section.derive02 dl.product02 dd.link a:hover,
div#series section.derive03 dl.product03 dd.link a:hover,
div#series section.derive04 dl.product04 dd.link a:hover {
	display: block;
	height: 25px;
	opacity: 0.5;
}
