@charset "utf-8";

header {
	margin: 0;
	padding: 0;
}
h1 {
	background-repeat: repeat-y;
	background-image: url(../img/top/bg_top.png);
	background-attachment: fixed;
	margin: 0 auto;
	padding: 0;
	background-size: 100% auto;
}
/*h1 .dsi {
	background-image: url(../img/top/dsi.png);
	background-attachment: fixed;
	position: absolute;
	width: 1600px;
	z-index: 0;
}*/
h1 img {
	padding-left: 34%;
	z-index: 0;
	width: 67%;
}
#global {
	width: 100%;
	z-index: 1000;
	margin: 0;
	margin-bottom: 0em;
	padding: 0;
	position: relative;
	text-align: center;
	background-color: #00447F;
}
#global h2 {
    display: inline-block;
	position: relative;
	bottom: 16px;
}
#global .gnavi2 .gnavi2_inner {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 140px 350px 140px ;
    margin: auto;
    width: 650px;
    margin-bottom: 20px;
}
#global .gnavi2 .gnavi2_inner .items {
    position: relative;
    top: 12px;
}
#global ul {
	padding-bottom: 1em;
}
#global li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
}
#global .btnlist {
    position: relative;
    left: 15px;
    bottom: 10px;
}
#news h2 {
	margin: 2.5em auto;
	width: 65%;
}
#news .container{
	background-image: url(../img/bg_contents.png.png);
	background-repeat: repeat;
	overflow: hidden;
}
#news .inner {
	margin: 0 auto;
	margin-top: 2em;
	width: 75%;
}
#news .news-mainbox {
    display: flex;
    justify-content: space-between;
}
#news .news-subbox {
    width: 60%;
}
#news #videobox h3 {
    text-align: center;
    margin-bottom: 30px;
}
#news #videobox iframe{
    width: 100%;
    min-height: 500px;
}
#news .box {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 2em 1.7em;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
	width: 95%;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#news h3 {
	/*font-family: "Futura";*/
	font-size: 2.4rem;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #EAEFF4;
	color: #13171d;
	margin-bottom: 0.5em;
}
#news .date {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: left;
	display: block;
	padding-left: 22px;
    font-size: 1.6rem;
	font-weight: bold;
	color: #751227;
	margin-bottom: 2em;
}
#news a {
	text-decoration: underline;
}
#news p {
	width: 94%;
	margin-bottom: 1.2em;
	margin-right: auto;
	margin-left: auto;
}
#news .jacket {
	text-align: center;
	margin-bottom: 40px;
	width: 670px;
	margin: 0 auto 20px auto;
}
#news .jacket img{
	width:300px;
	height:300px;
	transition: all 0.3s;
	-webkit-box-shadow: 2px 2px 2px #acacac;
	box-shadow: 2px 2px 2px #acacac;
}
#news .banner {
	text-align: center;
}
#news .banner img {
	transition: all 0.3s;
	-webkit-box-shadow: 2px 2px 2px #acacac;
	box-shadow: 2px 2px 2px #acacac;
	margin-bottom: 5px;
}
#news .jacket img:hover,
#news .banner img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.decade {
	max-width:90%;
	height:auto;
}
#logs h2 {
	margin: 2.5em auto 1em  auto;
	width: 100%;
    text-align: center;
}
#logs h2 img {
    width: 80%;
}
#logs ul {
    background-color: #fff;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 2.5em;
    border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#logs li {
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 1.6rem;
	color: #282828;
}
#logs span {
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	margin-right: 10px;
	color: #751227;
}
.backlog a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none !important;
    width: 300px;
    margin: 40px auto;
    font-size: 1.7rem;
    background: #006948;
	background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #fff;
    border-radius: 10px;
    line-height: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.backlog a:hover {
    background: #3cb37a;
	background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#recommended .container {
	background-image: url(../img/bg_reco.png.png);
	background-repeat: repeat;
	overflow: hidden;
}
#recommended .inner {
	margin: 4em auto;
	width: 100%;
}
#recommended h2 {
	margin: 2.5em auto;
	text-align: center;
}
#recommended ul {
	text-align: center;
}
#recommended li {
	list-style-type: none;
	margin-bottom: 1em;
	margin-right: 1em;
	display: inline-block;
	width: 300px;
}
figure {
	position: relative;
	width: 300px;
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0;
}
figure div {
	overflow: hidden;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform .4s, opacity .1s .3s;
	transition: transform .4s, opacity .1s .3s;
	opacity: 0;
}
figcaption h3,
figcaption p {
	text-align: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	color: #fff;
}
figcaption h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.6rem;
	margin: 1em auto 0.5em;
}
figcaption .comment {
	text-align: left;
	font-size: 1.5rem;
    line-height: 1.6em;
	width: 90%;
	margin: 0 auto;
	margin-top: 0.5em;
}
figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: -webkit-transform .4s, opacity .1s;
	transition: transform .4s, opacity .1s;
	opacity: 1;
}
figure:hover figcaption h3,
figure:hover figcaption p {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 1;
}
.transform {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
figure:hover .transform {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*画面幅960px以下の設定*/
@media screen and (max-width: 961px) {
h1 {
    width: 100%;
	margin: 0 auto;
	padding: 0;
	background-size: 100% auto;
	background-image: url(../img/top/bg_top_sp.png);
    text-align: center;
}
h1 img {
	position: relative;
    bottom: 10px;
	width: 38%;
	margin-top: 19px;
    padding-left: 0;
}
#global {
display: none;
}
#global .gnavi2 .gnavi2_inner {
    grid-gap: 10px;
    grid-template-columns: 130px 1fr 130px;
    width: 620px;
}
#global .gnavi2 .gnavi2_inner .items img {
    width: 90%;
}
#global .gnavi li {
	width: 13%;
}
#global .gnavi img {
	width: 100%;
}
#global .btnlist img {
    width: 19.5%;
}
#news .news-mainbox {
    display: inherit;
}
#news .news-subbox {
    width: 100%;
    text-align: center;
}
#news .inner {
	width: 90%;
}
#news .box {
	padding: 1.5em;
	width: 100%;
	margin-bottom: 1.5em;
}
#news h3 {
	font-size: 2.2rem;
}
#news .date {
    font-size: 1.7rem;
}
#news p {
	font-size: 1.7rem;
}
.backlog a {
    font-size: 1.7rem;
}
#logs {
    text-align: left;
}
#logs h2 img {
    width: 40%;
}
#logs li {
	font-size: 1.6rem;
}
}

/*画面幅600px以下の設定*/
@media screen and (max-width: 480px) {
h1 {
	margin: 0 auto;
	padding: 0;
	background-size: 100% auto;
	background-image: url(../img/top/bg_top_sp.png);
}
/*
h1 img {
	width: 78%;
	height: auto;
	padding-left: 23%;
	margin-top: -30px;
}
*/
h1 img {
    position: relative;
    bottom: 10px;
	width: 50%;
	height: auto;
	padding-left: 0%;
	margin-top: 19px;
}
#global {
display: none;
}
/*
#global h2 img {
	width: 65%;
	height: auto;
}
#global .gnavi2 {
    width: 100%;   
}
#global .gnavi2 .gnavi2_inner {
    width: 100%;
    grid-template-columns: 1fr 1fr 0fr ;
    padding-bottom: 10px;
}
#global .gnavi2 .gnavi2_inner .demo {
   order: 2;
   grid-column: 1;
   grid-row: 2 ;
}
#global .gnavi2 .gnavi2_inner .plate {
  order: 1;
  grid-column: 1 / 3;
  grid-row: 1;
}
#global .gnavi2 .gnavi2_inner .request {
  order: 3;
  grid-column: 2;
  grid-row: 2 ;
}
#global .gnavi2 .gnavi2_inner .items img {
    width: 65%;
}
#global .gnavi li {
	width: 32%;
	margin-bottom: 1em;
}
#global .gnavi img {
}
#global .btnlist {
    display: block;
    left: 0;
    margin: 20px 0;
}
#global .btnlist img {
    width: 47%;
}
*/
#news h2 {
	text-align: center;
	margin: 1.5em auto;
}
#news h2 img {
	width: 70%;
}
#news .inner {
	width: 90%;
}
#news #videobox h3 {
    margin-bottom: 10px;
}
#news #videobox iframe{
    min-height: auto;
    height: auto;
}
#news .box {
	padding: 1em;
}
#news h3 {
	font-size: 1.8rem;
}
#news .date {
	font-size: 1.6rem;
}
#news p {
	font-size: 1.6rem;
    line-height: 1.8em;
}
#news a {
word-break: break-all;
}
#news .box img {
	width: 100%;
	height: auto;
}
#news .jacket {
	text-align: center;
	margin-bottom: 40px;
	width: 90%;
	margin: 0 auto 20px auto;
}
.backlog a {
    font-size: 1.6rem;
}
#logs h2 {
	text-align: center;
}
#logs h2 img {
	width: 60%;
}
#logs li {
	font-size: 1.5rem;
}
#recommended .inner {
	margin: 2em auto;
}
#recommended h2 img {
	width: 80%;
}
#recommended li {
	width: 43%;
    margin-bottom: 4px;
	margin-right: 0em;
}
#recommended li img{
	width: 100%;
}
figure {
	width: 100%;
}
}
