@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Home Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* --- #opening ---------------------- */
#opening{
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
}
#opening img.logo,
#opening img.catch1,
#opening img.openingback{
  opacity: 0;
}
#opening img{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#opening img.catch1{
  max-width: 999px;
  width: auto;
  height: 80%;
  z-index: 100;
  left: 40%;
  top: 50%;
  transform: translate3d(-40%, -50%, 0);
}
#opening img.openingback{
  width: 100%;
  top: 20%;
  transform: translate(-50%, -20%);
  left: 50%;
  max-width:100%;
}

@media screen and (max-width: 768px) {
  #opening img.logo{
    width: 70%;
  }
  #opening img.catch1{
    height: 60%;
    max-height: 60%;
    width: auto;
    max-width: none;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  #opening img.openingback{
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
    transform: translate(-50%, -50%);
    left: 65%;
    top: 55%;
  }
}

/* --- control ---------------------- */
main{
  min-height: 1000px;
}

@media screen and (max-width: 768px) {
  main{
    min-height: auto;
  }
}

/* --- #visual ---------------------- */
#content.home #visual{
	
}

#content.home #visual .catch{
  opacity: 0;
  position: relative;
  width: 80%;
    margin: 10vh auto;
    text-align: center;
}

#content.home #visual .catch img{
    display: inline-block;
}

#content.home #visual .title{
  position: sticky;
  bottom: 0;
}
#content.home #visual .title .titlebox{
  opacity: 0;
  display:block;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin: 0 auto;
  text-align: center;
  z-index: 80;
}
#content.home #visual .title .titlebox h1{
  max-width: 1240px;
  width: 60%;
    margin: 0 auto;
}
#content.home #visual .title .titlebox p.status{
  text-align: center;
	font-size:1.8em;
  line-height: 2em;
  color: #070670;
    letter-spacing: 0.1em;
}
#content.home #visual .title .titlebox p.schedule{
  text-align: center;
	font-size:3.2em;
    line-height: normal;
  display: inline-block;
  color: #d61763;
    margin-bottom: 2vh;
}
#content.home #visual .title .titlebox p.schedule span{
  color:#070670;
  padding-left: 30px;
}

#content.home #visual .title h1 img{
	display: block;
  width: 100%;
  height: auto;
}

#content.home #visual .inner .chara{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
    padding-bottom: 25vw;
}
#content.home #visual .inner .chara .chara_img{
    width: 20%;
}

#content.home #visual .inner .chara img{
  opacity: 0;
  width: 100%;
}

@media screen and (max-width: 1400px) {
    
    #content.home #visual .title .titlebox p.status{
        font-size: 1em;
    }
  #content.home #visual .title .titlebox p.schedule{
    font-size:2.4em;
  }
}

@media screen and (max-width: 768px) {

  #content.home #visual .catch{
    margin: 5vh auto;
  }
    
    #content.home #visual .inner .chara{
        padding-bottom: 60vw;
    }

  #content.home #visual .title{
	bottom: 10px;
  }
  #content.home #visual .title .titlebox h1{
    width: 95%;
  }
    #content.home #visual .title .titlebox{
        padding-bottom: 50px;
    }
    
    
    #content.home #visual .title .titlebox p.status{
        font-size: 0.8em;
    }
  #content.home #visual .title .titlebox p.schedule{
  	font-size:1.8em;
    line-height: 1.5em;
    margin-bottom:0;
  }
  #content.home #visual .title .titlebox p.schedule span{
    padding-left: 0px;
  }

}

/* --- slider ---------------------- */

/* --- #staff ---------------------- */
#content.home #staff {
  position: relative;
  width: 100%;
  background-color: #fafafa;
  z-index: 50;
	padding-top: 70px;
}
#content.home #staff .inner{
	width: 100%;
  margin: 0 auto;
}

#content.home #staff ul{
	display: flex;
  width: 70%;
  margin: 0 auto;
}

#content.home #staff ul li{
	margin: 0 auto;
}
#content.home #staff ul li.cross{
	display: inline-block;
	position: relative;
	width: 100px;
}

.cross::before, .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100px; /* 棒の高さ */
  background: #4160b5;
}
.cross::before {
  transform: translate(-50%,-50%) rotate(50deg);
}
.cross::after {
  transform: translate(-50%,-50%) rotate(-50deg);
}

#content.home #staff ul li .stafftext{
	margin: 0 auto;
	text-align: center;
}

#content.home #staff ul li .stafftext p.staffposition{
	color: #fafafa;
	background-color:#4160b5;
	padding: 5px 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 15px;
	display: inline-block;
}

#content.home #staff ul li .stafftext p.staffname{
	font-size: 1.7em;
	letter-spacing: 5px;
}

@media screen and (max-width: 1400px) {
  #content.home #staff ul li .stafftext p.staffposition{
  	font-size: 1em;
    line-height: 1em;
  }

  #content.home #staff ul li .stafftext p.staffname{
  	font-size: 1.2em;
    line-height: 1.2em;
  }
  .cross::before, .cross::after {
    height: 50px; /* 棒の高さ */
  }
}

@media screen and (max-width: 768px) {
  #content.home #staff {
    padding:10px 0px;
  }

  #content.home #staff ul{
    display: block;
    width: 90%;
  }

  #content.home #staff ul li{
    margin-bottom: 30px;
	  line-height: 0px;
  }

  #content.home #staff ul li .stafftext p.staffposition{
  	font-size: 0.8em;
    line-height: 0.8em;
  	margin-bottom: 10px;
  }

  #content.home #staff ul li .stafftext p.staffname{
  	font-size: 1em;
    line-height: 1em;
  }
  #content.home #staff ul li.cross{
  	width: 100%;
	  vertical-align: bottom;
	  line-height: 0px;
  }

  .cross::before, .cross::after {
    height: 30px; /* 棒の高さ */
  }
}


/* --- visual_bottom ---------------------- */
#content.home .visual_bottom {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#content.home .visual_bottom img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
