@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

body {
  font-family: Lato, sans-serif;
}

body::before {
  content: "";
  background: url(../images/背景.jpg) no-repeat center center;
  background-size: cover;
  
  background-blend-mode:lighten;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}

/*============================
body style
============================*/
body {
  margin: 0;
}
/*============================
header style
============================*/
#top-head {
  width: 100%;
  height: 60px;
  background: #fff;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 999;
}
#top-head .inner {
  float: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 a {
  color: #20b2aa;
  text-decoration: none;
  font-weight: bold;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 16px;
  color: #404040;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}
img {
  margin-top: 60px;
  width: 100%;
}
/*============================
mobile style
============================*/
@media screen and (max-width:680px) {
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
}





/****************************************

見出し

*****************************************/


.heading_sec {
    text-align: center;
}

.heading_sec {
    margin: 1em auto 0.5em;
    padding: 0.5em 0;
    color: #000;
    font-size: 4rem;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.heading_sec .jp {
    display: block;
    margin: -0.2em auto 0;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    color: #000;
}

@media screen and (max-width: 450px){
    .heading_sec {
        font-size: 4rem;
    }
    .heading_sec .jp {
        font-size: 1rem;
    }
}
@media screen and (max-width: 380px){
    .heading_sec.long {
        font-size: 4rem;
    }
}
@media screen and (max-width: 365px){
    .heading_sec.long {
        font-size: 4rem;
    }
}
@media screen and (max-width: 330px){
    .heading_sec.long {
        font-size: 4rem;
    }
}
@media screen and (max-width: 300px){
    .heading_sec.long {
        font-size: 4rem;
    }
}

/****************************************

メインビジュアル

*****************************************/

.area_visual {
    max-width: 900px;
/*    padding: 60px 10px 10px;*/
    padding: 30px 10px 10px;
    margin: 0 auto;
}

.area_visual .visual .item {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.area_visual .visual .item img {
    width: 100%;
    box-shadow: 0 0 0px rgba(0,0,0,0.5);
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
    .area_visual {
        padding: 30px 10px 10px;
    }  
}

@media screen and (max-width: 900px){
    .area_visual {
        padding: 20px 10px 10px;
    }  
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/****************************************

キャスト

*****************************************/

.area_cast {
    max-width: 900px;
/*    padding: 60px 10px 10px;*/
    padding: 30px 10px 10px;
    margin: 0 auto;
display: flex;
}

.area_cast .cast .item {
    display: block;
    margin: 0 auto;
    text-align: center;
    
}

.area_cast .cast .item img {
    width: 90%;
    box-shadow: 0 0 0px rgba(0,0,0,0.5);
    
}

@media (orientation: portrait) { /**　画面が縦長の時　**/
    .area_cast {
        padding: 30px 10px 10px;
    }  
}

@media screen and (max-width: 900px){
    .area_cast {
        padding: 20px 10px 10px;
    }  
}

@media screen and (max-width: 900px){
    .area_cast {
        padding: 20px 10px 10px;
    }  
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}




/****************************************

フッター

*****************************************/

footer {
  width: 100vw;
  /* position: fixed; */
  bottom: 0px;
}
footer div {
  background-color: #6192cd;
  margin: -5px 0px 0px 0px;
  padding: 30px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}






svg {
  width: 100%;
}
.arrow {
  stroke-width: 1.0px;
  stroke: #f5bf45;
}
.topball {
  animation: ball 1.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  cursor: pointer;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  fill: #6192cd;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #4478e3;
  stroke-width: 0.5;
  opacity: 0.6;
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration: 3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration: 3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
  filter: url(#goo);
}
#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: 0.6;
}
#wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%);
    opacity: 0.6;
  }
  80% {
    transform: translateY(80%);
    opacity: 0.6;
  }
  90% {
    transform: translateY(10%);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0%) scale(1.5);
    stroke-width: 0.2;
    opacity: 0;
  }
}
@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}
@keyframes ball {
  to {
    transform: translateY(20%);
  }
}


/*============================
body style
============================*/
body {
  margin: 0;
}
/*============================
header style
============================*/
#top-head {
  width: 100%;
  height: 70px;
  background: #318dcf;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 999;
}
#top-head .inner {
  float: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 a {
  color: #f5bf45;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.6em;
  
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 12px;
  color: #404040;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}
img {
  margin-top: 60px;
  width: 100%;
}
/*============================
mobile style
============================*/
@media screen and (max-width:680px) {
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #90d3f0;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
}

.video {
  text-align: center;  

}

.area_visual .event .item img {
    width: 100%;
    box-shadow: 0 0 0px rgba(0,0,0,0.5);
    float: left;
}

