@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica;
	text-align: center;
	color: #FFFFFF;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color:#000;
	background:url(../images/darius_30anniversary_bg.png) repeat;
	height:100%;
	/*-webkit-animation: scrollL 70s linear infinite;
	-moz-animation: scrollL 70s linear infinite;
	animation: scrollL 70s linear infinite;*/
}


html {
	height:100%;
}

/*div#BG_s {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-image:url(../images/darius_30anniversary_bg2.png);
	background-size:1480px;
	-webkit-animation: scroll 5s linear infinite;
	-moz-animation: scroll 5s linear infinite;
	animation: scroll 5s linear infinite;
}*/

@-webkit-keyframes scroll {
  0% {background-position: 0 0;}
  100% {background-position: 100% 0;}
}

@keyframes scroll {
  0% {background-position: 0 0;}
  100% {background-position: 100% 0;}
}

#Container article {
	width: 100%;
	max-width: 1480px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

p {
	font-size: 1em;
	line-height: 1.6em;
}
a {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover {
	opacity: 0.8;
}

img {
	width: inherit;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-style: none;
	-ms-interpolation-mode: bicubic;
}

section {
	box-sizing: border-box;
	padding:5px 0px 0;
	margin:0 0 5px;
	max-width:740px;
}

.Fbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}

section.Half {
	flex: 0 0 96%;
}
section.Quarter {
	flex: 0 0 24%;
}

h1 {
	display: block;
	width: 80%;
	height:0;
	margin: 6% auto;
	padding:21% 0 0;
	overflow:hidden;
	z-index:50;
	background-image:url(../images/darius_h1_2.png);
	background-size:100%;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
	
#Container article {
	padding: 0 0.5%;
}

#Container #Content {
	padding: 1% 0.5% 0;
}

section.Half {
	flex: 0 0 49%;
}

section.Quarter {
	flex: 0 0 24%;
}

/*h1 {
	width: 70%;
	padding:18.2% 0 0;
}*/

}



/*Content*/

#Content section.side {
	margin:0;
	padding:0;
}

@media only screen and (min-width: 769px) {

#Content section section.Half {
	flex: 0 0 100%;
}

}

/*スライドショー*/

section.slideshow {
	width: 100%;
	height: 100vh;
	margin:0 0 5px;
	padding:0;
	flex: 0 0 100%;
	max-width: none;
}

div.slideshow {
	position:relative;
	/*padding:138.625% 0 0;*/
	width: 100%;
	height: 100vh;
}

.slideshow h1 {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto;
}

.slideshow ul, .slideshow li{
	position: absolute;
	margin:0;
	padding:0;
	top:0;
	box-sizing:border-box;
}

.slideshow ul {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	list-style: none;
}

.slideshow span {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 0;
	
	/*斜線ストライプ*/
	/*-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
				color-stop(.25, #000000), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #000000),
				color-stop(.75, #000000), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(45deg, #000000 25%, transparent 25%,
			  transparent 50%, #000000 50%, #000000 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #000000 25%, transparent 25%,
			  transparent 50%, #000000 50%, #000000 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #000000 25%, transparent 25%,
			  transparent 50%, #000000 50%, #000000 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #000000 25%, transparent 25%,
			  transparent 50%, #000000 50%, #000000 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(45deg, #000000 25%, transparent 25%,
			  transparent 50%, #000000 50%, #000000 75%,
			  transparent 75%, transparent);*/
			  
	/*横線ストライプ*/
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #000000), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#000000 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#000000 50%, transparent 50%, transparent);
	background-image: linear-gradient(#000000 50%, transparent 50%, transparent);
}

@media only screen and (min-width: 769px) {

section.slideshow {
	height: 100%;
	flex: 0 0 49%;
	max-width:740px;
}

div.slideshow {
	/*padding:138.625% 0 0;*/
	padding:166.35% 0 0;
	height: 0%;
}

.slideshow h1 {
	display:none;
}

}



/*ロゴ*/

.Logo {
	margin:0;
	padding:0;
}

.Logo h1 {
	display: none;
}

@media only screen and (min-width: 769px) {

.Logo {
	padding:2% 0;
}

.Logo h1 {
	display: block;
}

}

/*WARNING!!*/

.WARNING {
	overflow-x: hidden;
}

.NEWS {
	width: 103%;
	height: 100%;
	max-height:300px;
	padding: 0px 10px 0px;
	/*background: url(../images/darius_news.png) no-repeat;
	background-position: 15px 10px;*/
	background-color: rgba(0,0,51,0.50);
	-webkit-box-shadow: inset 0 0 10px 0px rgba(0,0,51,0.8);
	box-shadow: inset 0 0 10px 0px rgba(0,0,51,0.8);
	overflow-y: scroll;
}
.NEWS p {
	width: 100%;
	border-bottom: solid 1px #e00016;
	padding: 5px;
	margin:0;
	text-align:left;
}
.NEWS img {
	width: 40%;
	margin:0;
	padding:0;
	max-width:122px;
}

.NEWS dl {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	text-align: left;
}

.NEWS dt {
	font-weight: bold;
	font-size: 0.9em;
	padding-top:5px;
}
.NEWS dd {
	box-sizing: border-box;
	padding: 0.5em 0.5em 1em;
	text-align: left;
	margin: 0 0 0.8em;
	border-bottom: solid 1px #FFFFFF;
}
.NEWS a:hover {
	color: #ccffff;
}

@media only screen and (min-width: 769px) {

.WARNING {
	position:relative;
	width: 100%;
	height: 0;
	padding-top:70%;
	overflow:hidden;
}

.NEWS {
	width: 104%;
	position:absolute;
	top:0;
	left:0;
	max-height: none;
}

.NEWS dt {
	font-size: 1em;
}
.NEWS dd {
	font-size: 1em;
}


}

/*ダライアスとは*/

#description {
	width: 100%;
	height: 0;
	/*padding: 35% 0 0;*/
	padding: 58% 0 0;
	margin: 0;
	/*background-image: url(../images/darius_30anniversary_banner.jpg);
	background-size: 100%;
	overflow: hidden;*/
	position: relative;
}

#description div {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
}

#description a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size:1rem;
	text-shadow: 1px 1px 5px #000000, -1px 1px 5px #000000, 1px -1px 5px #000000, -1px -1px 5px #000000;
	/*background-image: url(../images/darius_30anniversary_banner.jpg);
	background-size: 100%;*/
	flex:0 0 49%
}

#description a.Cmsn {
	background-image: url(../images/darius_30anniversary_banner.jpg);
	background-size: 150%;
	opacity:0.8;
}

#description a.Cmsn:hover {
	opacity:0.8;
}

/*#description a.Hay {
	background-image: url(../images/darius_t-shirt.jpg);
	background-size: 100%;
}

#description a.Scase {
	background-image: url(../images/darius_m-smartcase.jpg);
	background-size: 100%;
	background-position:center center;
}

#description a.Tshirt {
	background-image: url(../images/darius_t-shirt2.jpg);
	background-size: 100%;
}

#description a.Cap {
	background-image: url(../images/darius_cap.jpg);
	background-size: 100%;
	background-position:center center;
}*/

/*#description a.Parka {
	background-image: url(../images/darius_souvenirparka.png);
	background-size: 100%;
	background-position:center top;
	background-repeat:no-repeat;
	flex:0 0 100%
}*/

#description a.Limited_set {
	background-image: url(../images/darius_30th_anniversary_edition_2.jpg);
	background-size: 100%;
	background-position:center top;
	background-repeat:no-repeat;
	flex:0 0 100%
}


@media only screen and (min-width: 481px) {

#description a {
	font-size:1.3rem;
}

}

/*Twitter*/

section.Tw_wp {
	margin:0;
}

.Tw_wp div {
	width: 100%;
	height: 440px;
    max-height: 540px;
	box-sizing:border-box;
	/*padding-top: 300px;*/
	padding-bottom: 20px;
	margin:0;
	position:relative;
	/*overflow:hidden;*/
}

/*iframe.twitter-timeline {
	position:absolute !important;
	top:0;
	left:0;
	box-sizing:border-box !important;
	padding:10px 10px 5px !important;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    height: 100%;
	background-color: rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0px 0px 30px 0px #0068b7;
	box-shadow: inset 0px 0px 30px 0px #0068b7;
}*/

iframe#twitter-widget-0 {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
	height: 100% !important;
    box-sizing:border-box !important;
	position:relative !important;
}

@media only screen and (min-width: 481px) {

/*.Tw_wp div {
	padding-top: 54%;
}*/

}


/*リンク*/

article#Link {
}

#Link section a {
	display: block;
	width: 100%;
	height:100%;
	margin:0 0 -4px;
	opacity: 1;
	position:relative;
}

@media only screen and (min-width: 769px) {

#Link section a span {
	display: block;
	width: 100%;
	height:100%;
	background-color:#000000;
	opacity: 0.3;
	position: absolute;
	top:0;
	left:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#Link section a:hover {opacity:1;}
#Link section a span:hover {opacity: 0;}

}


/*フッター*/

#Fbg {
	width: 100%;
	margin:5% auto 0;
	background-color:#000000;
	padding:0;
}

article#Footer {
	width: 100%;
	padding:2%;
	justify-content:space-between;
}

.SNS {
	width: 100%;
	flex: 0 0 100%;
}

.SiteMap {
	width: 100%;
	flex: 0 0 100%;
}

#Footer ul {
	width: 100%;
	margin:0;
	padding:0;
}

#Footer li {
	display: inline-block;
}

@media only screen and (min-width: 769px) {

.SNS {
	flex: 0 0 39%;
}

.SiteMap {
	flex: 0 0 59%;
}

#Footer ul {
	text-align:left;
}

}


/*SNS ボタン*/

.SNS ul {
	display:block;
	width: 100%;
}

.SNS li {
	width: 15%;
	max-width:40px;
}

.SNS li:first-child {
	display:block !important;
	width:100%;
	max-width:168px;
	margin:auto;
}

.SNS li:first-child img {
	width: 100%;
	vertical-align:middle;
}

.SNS li a {
	display:block;
	width: 100%;
	height:0px !important;
	padding:115% 0 0 !important;
	overflow:hidden;
	-webkit-transition: background-image 30s linear;
	-moz-transition: background-image 30s linear;
	-o-transition: background-image 30s linear;
	transition: background-image 30s linear;
}

.Twitter a {
	background-image:url(../images/sns_ico_02_tw.svg);
	background-size:100%;
	background-repeat:no-repeat;
}

.FaceBook a {
	background-image:url(../images/sns_ico_01_fb.svg);
	background-size:100%;
	background-repeat:no-repeat;
}

.LINE a {
	background-image:url(../images/sns_ico_03_line.svg);
	background-size:100%;
	background-repeat:no-repeat;
}

/*.Twitter a {
	background-image:url(../images/darius_tw_icon.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.FaceBook a {
	background-image:url(../images/darius_fb_icon.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.LINE a {
	background-image:url(../images/darius_line_icon.png);
	background-size:100%;
	background-repeat:no-repeat;
}*/

/*.Twitter a:hover {
	background-image:url(../images/darius_tw_icon2.png);
	opacity:1;
}

.FaceBook a:hover {
	background-image:url(../images/darius_fb_icon2.png);
	opacity:1;
}

.LINE a:hover {
	background-image:url(../images/darius_line_icon2.png);
	opacity:1;
}*/

/**/
.taito_lg {
	display: block;
	width: 100%;
}

address {
	padding:5% 0;
	font-size: 0.8rem;
	font-style: normal;
}

@media only screen and (min-width: 769px) {

.SNS li {
	width: 10%;
	max-width:40px;
	vertical-align:middle;
}

.SNS li:first-child {
	display: inline-block !important;
	width:60%;
}


#Footer .SiteMap ul {
	padding-top:12px;
	text-align:right;
}

.SiteMap li {
	font-size: 0.8rem;
	vertical-align:middle;
}

.SiteMap li+li {
	margin-left:10px;
}

.SiteMap li+li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #FFFFFF;
	position: relative;
	left: -5px;
	top: -2px;
}

.taito_lg {
	display: inline;
	width: auto;
}

address {
	text-align: right;
}


}





/*スライドショー アニメーション*/

@-webkit-keyframes slide {
	 
0% {opacity:0;}
7% {opacity:1;}
15% {opacity:1;}
25% {opacity:0;}
100% {opacity:0;}

}

@-moz-keyframes slide {
	 
0% {opacity:0;}
7% {opacity:1;}
15% {opacity:1;}
25% {opacity:0;}
100% {opacity:0;}

}

@keyframes slide {
	 
0% {opacity:0;}
7% {opacity:1;}
15% {opacity:1;}
25% {opacity:0;}
100% {opacity:0;}

}

.slideshow ul img {
	opacity: 0;
	width:130%;
	max-width:none;
	-webkit-animation: slide 30s linear infinite;
	-moz-animation: slide 30s linear infinite;
	animation: slide 30s linear infinite;
}

.slideshow ul .SS2 img {
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	animation-delay:5s;
}

.slideshow ul .SS3 img {
	-webkit-animation-delay:10s;
	-moz-animation-delay:10s;
	animation-delay:10s;
}

.slideshow ul .SS4 img {
	-webkit-animation-delay:15s;
	-moz-animation-delay:15s;
	animation-delay:15s;
}

.slideshow ul .SS5 img {
	-webkit-animation-delay:20s;
	-moz-animation-delay:20s;
	animation-delay:20s;
}

.slideshow ul .SS6 img {
	-webkit-animation-delay:25s;
	-moz-animation-delay:25s;
	animation-delay:25s;
}



/*2016/10/27カウントダウン用に追加*/
@font-face {
  font-family: 'Press Start 2P';
  src: url('PressStart2P-Regular.ttf') format('truetype');
  }

section.countDown {
	background-color: #000;
	padding: 80px 0;
	margin-top: 20px;
	font-family: 'Press Start 2P', cursive;
	line-height: 1.2;
	}

	.main {
		font-size: 2.6em;
		margin: 0;
		padding: 0;
		color: #F00;
		animation-name: flash;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		}

		@keyframes flash {
			0%		{opacity: 1.0;}
			50%		{opacity: 0.2;}
			100%	{opacity: 1.0;}
			}


#CDT {
	font-size: 1.5em;
	color: #ff0;
	}

	#CDT a {
		color: #0FF;
		text-decoration: underline;
		}

/*yotube埋め込み用*/

div#countDown {
	padding: 56.25% 0 0;
	position:relative;
}

div.Cd {
	width: 100%;
	height: 100%;
	display:flex;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

@media only screen and (min-width: 769px) {

div#countDown {
	background-color: #000;
	padding: 54% 0 0;
	position:relative;
}

/*div.Cd {
	width: 100%;
	height: 100%;
	display:flex;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}*/

section.countDown {
	padding:0;
	margin:auto;
	justify-content: center;
	align-items:center;
}

}
