html {
}
body {
	color: #fff;
	font-family:  'Noto Sans JP',"Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 160%;
	padding:0;
    width: 100%;
    overflow-x: hidden;
    background: #000;
    background: linear-gradient(to bottom, #0c0c0c, #000);
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #5b5758;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:none;
}
.img-responsive {
	width:100%;
	height:auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.overlay{
    position:relative; 
}
.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
    z-index: 1;
}
#wrapper{
    overflow: hidden;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
/************************************************************
stage
*************************************************************/
#stage{
    width: 100vw;
    height: 100vh;
    position: relative;
}
/** stage-bg **********************************/
.stage-bg{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.shibuya{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../images/shibuya.png) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    animation: city 10s;
    animation-timing-function:ease-out;
    animation-fill-mode : forwards;
    animation-delay: 1s;
    opacity: 0;
}
@keyframes city {
  10% {
      opacity: 1;
      bottom: 0;
  }
  100% {
      opacity: 1;
      bottom: 0;
  }
}
.light{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -3;
    animation: niji 1s;
    animation-timing-function:ease-out;
    animation-fill-mode : forwards;
    opacity: 0;
    animation-delay: 1.5s;
}
@keyframes niji {
  100% {
      opacity: 1;
  }
}
/** stage-contents **********************************/
.stage-contents{
    position: absolute;
    left: 30px;
    top: 50%;
    width: calc(100% - 60px);
    height: 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    z-index: 2;
    animation: frm 1s;
    animation-timing-function:ease-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes frm {
  100% {
      height: calc(100% - 60px);
      opacity: 1;
      top: 30px;
  }
}
/** stage-title *********************************/
.stage-contents .title{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 220px;
    height: 155px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.35);
}
.stage-contents .title h1{
    margin: 0;
    padding: 25px 0 0 0;
    filter: drop-shadow(0 0 5px #fff);
}
/** stage-main *********************************/
.stage-main{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
    max-width: 330px;
    width: 100%;
    opacity: 0;
    animation: coming 1s;
    animation-timing-function:ease-out;
    animation-fill-mode : forwards;
    opacity: 0;
    animation-delay: 1s;
}
@keyframes coming {
  100% {
      opacity: 1;
  }
}
.stage-main figure{
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    animation: soon 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 2.25s;
}
@keyframes soon {
  100% {
    opacity: 1;
  }
}
.stage-main figure img{
    margin: 0 auto;
    max-width: 210px;
    width: 80%;
    height: auto;
}
.stage-main ul,.stage-main ol{
    display: flex;
    justify-content: space-between;
}
.stage-main ul{
    margin: 1em 0;
}
.stage-main ul li,.stage-main ol li{
    opacity: 0;
    transform: translateY(-20%)
}
.stage-main ul li:nth-child(1) {
    animation: year 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 2.5s;
}
.stage-main ul li:nth-child(2) {
    animation: year 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 2.75s;
}
.stage-main ul li:nth-child(3) {
    animation: year 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 3s;
}
.stage-main ul li:nth-child(4) {
    animation: year 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 3.25s;
}
@keyframes year {
  100% {
    opacity: 1;
      transform: translateY(0);
  }
}
.stage-main ol li:nth-child(1) {
    animation: season 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 3.5s;
}
.stage-main ol li:nth-child(2) {
    animation: season 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 3.75s;
}
.stage-main ol li:nth-child(3) {
    animation: season 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 4s;
}
.stage-main ol li:nth-child(4) {
    animation: season 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 4.25s;
}
.stage-main ol li:nth-child(5) {
    animation: season 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 4.5s;
}
.stage-main ol li:nth-child(6) {
    animation: season 0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    animation-delay: 4.75s;
}
@keyframes season {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.stage-main a{
    color: #fff;
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 24px;
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    transition: .25s;
    border-color: rgba(255,255,255,0.5);
    border-style: solid;
    border-width:1px;
    background: rgba(0,0,0,0.35);
    animation: entry 3s;
    animation-timing-function:ease;
    animation-iteration-count:infinite;
    animation-delay: 5s;
}
@keyframes entry {
  50% {
    box-shadow: 0 0 15px #fff;  
  }
}
.stage-main a:hover{
    text-shadow: 0 0 10px #fff;
    background: rgba(0,0,0,0.6);
} 
.stage-main a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
} 
.stage-main a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.stage-main a:hover::before {
    width: 100%;
    height: 100%;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width .25s ease-out, height .25s ease-out .25s;
}
.stage-main a:hover::after {
    width: 100%;
    height: 100%;
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}
.stage-main span{
    font-size: 12px;
    display: block;
    line-height: 150%;
    margin: .5em 0;
} 
.stage-main p{
    font-size: 13px;
}
/** stage-btm **********************************/
.stage-btm{
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 2;
    border-top:1px solid #fff;
    width: 100%;
}
.stage-btm ul{
    display: flex;
    justify-content: space-between;
}
.stage-btm ul li:nth-of-type(1){
    width: 80px;
    padding: 10px 10px 10px 25px;
    align-self: center;
}
.stage-btm ul li:nth-of-type(2){
    margin-right: auto;
    padding: 10px;
    font-size: 11px;
    line-height: 150%;
}
.stage-btm ul li:nth-of-type(3){
    border-left: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    display: block;
}
.stage-btm ul li:nth-of-type(3) a{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    display: block;
}
.stage-btm ul li:nth-of-type(3):hover{
    background-color: rgba(0,0,0,0.4);
    cursor: pointer;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 740px) {
/** stage-title *********************************/
.stage-contents .title{
    width: 150px;
    height: 100px;
}
.stage-contents .title h1{
    padding: 15px 0 0 0;
}
.stage-contents .title h1 img{
    width: 70%;
    height: auto;
}
}
@media screen and (max-width: 640px) {
/** stage-btm **********************************/
.stage-btm ul li:nth-of-type(2){
    display: none;
}
/** stage-bg **********************************/
.light{
    width: 100%;
    height: 100%;
    top: 60%;
    background-size: cover;
}
.shibuya{
    width: 100%;
    height: 50%;
    background-size: cover;
}
}
@media screen and (max-width: 520px) {
/** stage-main *********************************/
.stage-main{
    width: 75%;
    top: 105px;
}
.stage-main ul img,.stage-main ol img{
    width: 75%;
    height: auto;
}
.stage-main a{
    font-size: 5vw;
    padding: 15px 0;
}
.stage-main p{
    line-height: 150%;
}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 400px) {
/** stage-main *********************************/
.stage-main ul{
    margin: .5em 0;
}
.stage-main ul img,.stage-main ol img{
    width: 60%;
    height: auto;
}
.stage-main span{
    display: none;
} 
}
@media screen and (max-width: 350px) {
/** stage-btm **********************************/
.stage-btm ul li:nth-of-type(1){
    text-align: center;
    width: 100%;
    padding: 0;
}
.stage-btm ul li:nth-of-type(1) a{
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
}
.stage-btm ul li:nth-of-type(1) a:hover{
    background-color: rgba(0,0,0,0.35);
}
.stage-btm ul li:nth-of-type(3){
    display: none;
}
}
@media screen and (max-width: 300px) {
}