/* Noto Sans フォント import */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@font-face { 
    font-family: 'Rounded Mplus 1c','Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック', YuGothic, 'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Style */
body{
    font-family: 'Rounded Mplus 1c','Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック', YuGothic, 'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.althi-header	{
	width: 100%;
	z-index: 2000;
	position: relative;
	padding-top: 10px;
	padding-bottom: 1px;
/*    background-color: #FFFFFF;*/
	}
.sw-logo {
	padding-left: 10px;	
}	
.label-lang	{
	padding-right: 10px;
	vertical-align: middle;
	float: right;
	width: auto;
	}
.label-lang select	{
	height: 30px;
	letter-spacing: normal;
	word-spacing: normal;
	background-color: #ebebeb;
	color: #555;
	font-size: 90%;
	}
.container{
	z-index: 999;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 2px 30px 2px 30px;
	margin: 0px 20px 0px 20px;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.container > header h1{
/*	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial,'メイリオ', 'Hiragino Kaku Gothic Pro',  sans-serif; */
	font-size: 35px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0px 0px 5px 0px;
}
.container > header h1 span{
}
.container > header h1 img{
	max-width: 100%;
	height: auto;
}
.container > header h2, p.info{
	font-size: calc(70% + 2vw);
	font-style: italic;
	font-weight:800;
	color: #f8f8f8;
	text-shadow: 1px 1px 4px #000,-1px -1px 4px #000,1px -1px 4px #000,-1px 1px 4px #000;
}
.container > header h3, p.info{
	font-size: calc(70% + 3vw);
	font-weight:800;
	color: #f00;
	text-shadow: 1px 1px 4px #FFD,-1px -1px 4px #FFD,1px -1px 4px #FFD,-1px 1px 4px #FFD,5px 5px 14px #FFF ,-5px -5px 14px #FFF,5px -5px 14px #FFF,-5px 5px 14px #FFF;
}

/* Header Style */
.codrops-top{
/*	font-family: Arial,'メイリオ', 'Hiragino Kaku Gothic Pro',  sans-serif; */
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
	}
.codrops-top a:hover{
	color: #fff;
	}
.codrops-top span.right{
	float: right;
	}
.codrops-top span.right a{
	float: none;
	display: inline;
	}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
	}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	display: inline-block;
	border: 1px solid #663300;
	padding: 4px 10px 3px;
	font-size: 18px;		/*13px*/
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f7ed29;
	background: -moz-linear-gradient(top, #f7ed29 0%, #bb9915 44%, #663300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ed29), color-stop(44%,#bb9915), color-stop(100%,#663300));
	background: -webkit-linear-gradient(top, #f7ed29 0%,#bb9915 44%,#663300 100%);
	background: -o-linear-gradient(top, #f7ed29 0%,#bb9915 44%,#663300 100%);
	background: -ms-linear-gradient(top, #f7ed29 0%,#bb9915 44%,#663300 100%);
	background: linear-gradient(top, #f7ed29 0%,#bb9915 44%,#663300 100%);
}
p.codrops-demos a:hover{
	background: #663300;
}
p.codrops-demos a:active{
	background: #663300;
	background: -moz-linear-gradient(top, #663300 0%, #bb9915 56%, #f7ed29 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#663300), color-stop(56%,#bb9915), color-stop(100%,#f7ed29));
	background: -webkit-linear-gradient(top, #663300 0%,#bb9915 56%,#f7ed29 100%);
	background: -o-linear-gradient(top, #663300 0%,#bb9915 56%,#f7ed29 100%);
	background: -ms-linear-gradient(top, #663300 0%,#bb9915 56%,#f7ed29 100%);
	background: linear-gradient(top, #663300 0%,#bb9915 56%,#f7ed29 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	}
p.codrops-demos a.current-page,
p.codrops-demos a.current-page:hover{
	color: #A5727D;
	background: #663300;
}

.box1 {
/*		position: relative;*/
}
.box1 ul{
	z-index: 0;
	height:100%;
	max-height:95%;
}
#Audio-Control {
        position: absolute;
    	z-index: 3000;
	padding-left: calc(100% - 128px);
}
#Audio-Control h2 {
	color: #FFFF22;
	right: 0px;
	font-size:140%;
}
#Audio-Control h2 i {
	float:left;
	     padding-top: 3px;
	     padding-bottom: 4px;
	     padding-right: 10px;
	     padding-left: 10px;

	}
.box_footer {
    z-index: 2000;
        position: fixed;
	bottom: 0px;
	left:0;
/*	top:calc(position-25px);*/
	right: 0px;
	width: 100%;
	height: 32px;
	padding-left: 10px;
 	padding-top: 6px;
	padding-bottom: 11px;
	background-color: #876;
	color:#FFF;
/*	background-image: url(../images/bg_footer.gif);*/
/*	background-position: center -16px ;*/
}
.box_footer a img{
	height:36px;
	float:left;
	padding-right: 15px;
}
.box_footer p{
	padding-top: 9px;
	font-size: 12px;
}

.label-twitter{
	margin-top:-31px;
	float:right;
	padding-right: 20px;
}
.label-twitter a{
	font-size:36px;
	color:#07F;
	text-shadow: 1px 1px 1px #EEC,-1px -1px 1px #EEC,1px -1px 1px #EEC,-1px 1px 1px #EEC;
}

/* Media Queries */
/* ########### 縦が　677px以下 ########### */
@media (max-height: 677px) {
.container > header h1{
	height:200px;
	}
.container > header h1 img{
	height:200px;
	}
}
/* ########### 横が　768px以下 ########### */
@media screen and (max-width: 768px) {
	#Audio-Control {
    		display: none;
   	 }
   	 audio#bgm {
    		display: none;
   	 }
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		top: auto;
		left: auto;
	}
}