@charset "utf-8";

body {
	color: #fff;
	background-color: #a4a8ab;
}

/*---------------------------
  ▼top page
---------------------------*/
#MainVis {
	background: #a4a8ab url(../img/web_bg.gif);
	width: 100%;
	height: 600px;
}

.MainTitle {
	margin: 0 auto;
	width: 35em;
	padding-top: 270px;
}

.MainTitle h1 {
	letter-spacing: 0.1em;
	font-size: 4.0rem;
	margin-bottom: 2.25rem;
}

.MainTitle p {
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.FontBasic {
	font-size: 1.5em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
}

#Live {
	background-color: #333033;
	width: 100%;
	padding: 120px 0;
}

#Live dl {
	margin: 0 auto;
	width: 35em;
}

#Live a:link {
	color: #9cc;
	text-decoration: none;
}
#Live a:visited {
	color: #9cc;
	text-decoration: none;
}
#Live a:hover {
	color: #ff6600;
	text-decoration: underline;
}

dt {
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	margin-right: 1.2em;
	float: left;
}

dd {
	float: left;
	margin-top: -0.6em;
}

#Live dd span {
	font-size: 0.8em;
	}

#About {
	background: #6b6b6b url(../img/about_bg.jpg) no-repeat left top;
	background-size: 100% auto;
	width: 100%;
	height: 410px;
	padding: 70px 0;
}

#About dl {
	margin: 0 auto;
	width: 52em;
}

#About dt span {
	font-size: 2.0rem;
}

#About dd {
	line-height: 2.4em;
}

#About dd span {
	font-size: 0.8em;
	margin-left: 1.0rem;
}

#Video {
	background: #a4a8ab url(../img/web_bg.gif);
	width: 100%;
	padding: 50px 0;
}

#Video div {
	width: 560px;
	margin: 0 auto;
}

#Video div {
	margin-bottom: 50px;
}

#Video div:last-child {
	margin-bottom: 0;
}

#Video .YTFrame {
	width: 560px;
	height: 315px;
	border: 0px;
}

footer {
	background-color: #666;
}


#FooterParts {
	width: 60%;
	height: 140px;
	margin: 0 auto;
	position: relative;
}

#FooterParts div:nth-child(1) {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width: 150px;
}

#FooterParts div:nth-child(1) img {
	width: 100%;
	margin-top: 6px;
}

#FooterParts div:nth-child(2) {
	font-family:'Lucida Grande', sans-serif;
	font-size: 1.0em;
	letter-spacing: 0.1em;
	height: 2em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20em;
	text-align: center;
}

#FooterParts div:nth-child(3) {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width: 40px;
}

#FooterParts div:nth-child(3) img {
	width: 100%;
}


/*---------------------------
  ▼media queries
---------------------------*/


@media screen and (max-width:560px) {

#About {
	height: auto;
	padding: 50px 0;
}
#About dl {
	width: 350px;
	margin: 0 auto;
}
#About dt {
	float: none;
	width: 10em;
	margin: 0 0 2em 0;
}
#Video div {
	width: 480px;
}
#Video .YTFrame {
	width: 480px;
	height: 270px;
}
#FooterParts {
	width: 80%;
}
#FooterParts div:nth-child(2) {
	left: 20%;
}

}

@media screen and (max-width:375px) {

#MainVis {
	height: 500px;
	background-size: auto 100%;
}

.MainTitle {
	width: 25em;
	padding-top: 220px;
}

.FontBasic {
	font-size: 1.2em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
}

#Live {
	padding: 80px 13%;
	width: 74%;
}

#Live dl {
	width: auto;
}

#Live dt {
	float: none;
	margin: 0 0 1.0em 0;
}

#Live dd {
	float: none;
}

#About {
	height: auto;
	padding: 50px 13%;
	width: 74%;
	background-size: auto 100%;
	background-position: center top;
}

#About dl {
	width: 100%;
	margin: 0 auto;
}

#About dt {
	float: none;
	margin: 0 0 1em 0;
}

#Video div {
	width: 300px;
}

#Video .YTFrame {
	width: 300px;
	height: 168px;
}

#FooterParts {
	width: 85%;
}

#FooterParts div:nth-child(1) {
	width: 100px;
}

#FooterParts div:nth-child(3) {
	width: 35px;
}

}


@media screen and (max-width:320px) {

.MainTitle {
	width: 20em;
}

#About {
	padding: 50px 7%;
	width: 86%;
}

#About dt {
	width: 8.5em;
}

#FooterParts {
	width: 90%;
}

}