﻿@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
.pc {display: block;}
.sp {display: none;}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	line-height: 1.8;
	font-size: 18px;
	color: #555;
}

/*	ancher 	*/
a {
	color: #231815;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}
a:hover { opacity: 0.5;}
nav a:hover {	text-decoration: underline; opacity: 1;}
a:visit,a:hover,a:link{	color: #231815;}

/*-------------------------*/
/*  header
/*-------------------------*/
.live {
	background: green;
	height: 100px;
	width: 1200px;
	color: #fff;
}


/*-------------------------*/
/*  section
/*-------------------------*/
section {
	height: auto;
	text-align: center;
}
h1,h2,h3 {
	padding-top: 60px;
	position: relative;
}
h3 {
	padding-top: 100px;
}
a.btn {
    display: block;
    text-decoration: none;
    padding: 10px 0px;
    width: 200px;
    background: #ed1b24;
    margin: 50px auto 0; 
    color: #fff;
    border-radius: 5px;
}
h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 1px;
	background: #555;
	top: 114px;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
	z-index: 0;
}
h3 span {
	background: #fff;
	position: relative;
	padding: 0 20px;
	z-index: 1;
	font-weight: bold;
}
#info {
	margin: 50px 0;
	text-align: center;
}
@media (max-height: 815px){
section {
	height: auto;
	text-align: center;
}
a.btn {
	display: block;
	margin-bottom: 60px;
}
}
/*-------------------------*/
/*  footer
/*-------------------------*/
footer {
	height: 4vh;
	text-align: center;
}
footer div {
	width: 1200px;
	margin: 0 auto;
}
footer .inner {
    padding: 80px 10px;
}

footer > div:last-child {
	font-size: 10px;
	padding: 10px 0;
	width: 100%;
	background: #231815;
	color: #fff;
}

/*-------------------------/*-------------------------*/
/*  keyframes
/*-------------------------/*-------------------------*/

header:before  {
  animation: rotation 2s ease 0s 1 alternate none running;
}
header .header-logoblock  {
  animation: rotation2 2s ease 0s 1 alternate none running;
}

@keyframes rotation {
  0% {
	width: 0vw;
  }
  30% {
	width: 100vw;
  	left: 0vw;
  }
  60% {
  	left: 100vw;
  }
  100% {
  	left: 100vw;
  }
}
@keyframes rotation2 {
  0% {
	width: 0vw;
  }
  30% {
	width: 0vw;
  }
  65% {
	width: 400px;
  }
  100% {
	width: 400px;
  }
}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 767px){
.pc {display: none;}
.sp {display: block;}

h1,h2,h3 {
	padding-top: 60px;
	position: relative;
}
h2 img {
	width: 80%;
}
h3 span {
    display: block;
    width: 60%;
    margin: 0 auto;
}
h3:before {
    width: 90%;
}
section {
	height: auto;
}
a.btn {
	margin-bottom: 100px;
}
/*-------------------------*/
/*  footer
/*-------------------------*/
footer {
	height: 4vh;
	text-align: center;
}
footer div {
	width: 100%;
	margin: 0 auto;
}
footer .inner {
    padding: 80px 10px;
}

footer > div:last-child {
	font-size: 10px;
	padding: 10px 0;
	width: 100%;
	background: #231815;
	color: #fff;
}
@keyframes rotation2 {
  0% {
	width: 0vw;
  }
  30% {
	width: 0vw;
  }
  65% {
	width: 200px;
  }
  100% {
	width: 200px;
  }
}
}