

/*  */
.top{
  display: block;
  width: 100%;
  height: 8vw;
  background-image: url(../img/cover.jpg);
  background-size: cover;
}

@media screen and (min-width:710px){
  .top {
    display: block;
    width: 100%;
    height: 50px;
  }
}

/*lead */
.lead{
  display: block;
  width: 50vw;
  margin: 0 auto;
  padding-top: 3vw;
}


@media screen and (min-width:710px){
  .lead{
    display: block;
    width: 450px;
    margin: 0 auto;
    padding-top: 14px;
  }
}

/* main-visual */
.main-visual{
  width: 100%;
  margin: 0 auto;
}

.main-visual img{
  display: block;
  width: 100%;
}

@media screen and (min-width:710px){
  .main-visual img {
    width: 600px;
    margin: 0 auto;
  }
}

/* ムビチケ */
.mvtk{
  margin: 0 auto;
  margin-bottom: 5vw;
}

@media screen and (min-width:710px){
  .mvtk{
    margin-bottom: 30px;
  }
}

/* event */
.event{
  padding: 4vw;
}

@media screen and (min-width:710px){
  .event {
    padding: 50px;
  }
}

.event-title{
  margin-bottom: 3vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 4vw;
}

@media screen and (min-width:710px){
  .event-title {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.event-text{
  font-size: 3.2vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 2vw;
}

@media screen and (min-width:710px){
  .event-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/* bottom */
.bottom {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  background-image: url(../img/cover.jpg);
  background-size: cover;
}



@media screen and (min-width:710px){
  .bottom {
    height: 100px;
  }
}

.copyright{
  position: absolute;
  bottom: 8vw;
  color: white;
  font-size: 2vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width:710px){
  .copyright {
    font-size: 10px;
    bottom: 30px;
  }
}
