@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@font-face {
  font-family: 'gosi';
  src: url('/font/Makinas-4-Flat.otf') format('opentype');
}

.margin{
  background-color: #1c183a;
  height: 150px;
}

.visual{
  width:100%;
  height:400px;
  position:relative;
  z-index: -1;
  background: url(背景画像URL) no-repeat  bottom;
  background-size:cover;
  text-align: center;
}
#video {
  margin-top: 0px;
   width:100%;
   height:400px;
   overflow:hidden;
   display: flex;
   position: absolute;
   z-index:-1;
   background-color: #2a264a;
}
.coverTop {
  margin-top: 0px;
  width: 100%;
  height:400px;
  position: absolute;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.164) 50%, rgba(0, 0, 0, 0.384) 50%);
  background-size: 2px 2px;
  z-index:0;
}
h2{
  position: absolute;
  width:100%;
  top:20px;
  font-size:4em;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
}

.visual p {
  margin-top: 10px;
  position: absolute;
  width:100%;
  top:100px;
  font-size: 40px;
  color:#ffffff;
  text-shadow: 0px 0px 10px #3d3d3d;
  font-family: font055;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  

}

.coverTop h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.coverTop h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.setlist{
  color: #ffffff;
  background-color: #2a264a;
  padding-top: 200px;
  margin-top: 0px;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.setlist h1{
  font-size: 22px;
  font-weight: bold;
}

.setlist dd{
 padding-top: 50px;
 padding-bottom: 320px;
 line-height: 40px;
 letter-spacing: 2px;
}


.menber{
  color: #ffffff;
  background-color: #2a264a;
  padding-top: 200px;
  margin-top: 0px;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.menber h1{
  font-size: 22px;
  font-weight: bold;
}

.menber dd{
 padding-top: 50px;
 padding-bottom: 150px;
 line-height: 40px;
 letter-spacing: 2px;
}


.menbers{
  color: #ffffff;
  background-color: #48417c;
  padding-top: 200px;
  margin-top: 0px;
  padding-bottom: 260px;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.menbers h1{
  font-size: 20px;
  font-weight: bold;
}

.menbers p{
 padding-top: 20px;
 padding-bottom: 0px;
 line-height: 40px;
 letter-spacing: 2px;
}






.lead2 {

  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-image: url(../images/index/back.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}


.lead2 p{
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(43, 37, 33, 0.4);
  vertical-align: middle;
  text-align: center;
}

.point{
  display: flex;
  padding-top: 350px;
  background-color: #ffffff;
  background-image: url(../images/index/ikeshibu.jpg);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0;
  background-size:contain;
    animation: SlideIn 1.6s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

}


@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.photo{
  margin-bottom: 20px;
}

.time{
  background-color: #180000;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

.time2{
  background-color: #750606;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

li dt{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;

  text-align: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
}

.item-list p2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  padding-left: 65px;
  width: 250px;
  padding-top: 30px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.lead3 p {
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 15px;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button-area2 {
  padding-top: 40px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 60px;
}

.link-button {
  background-color: #f4dd64;
  background-image: url(../images/index/back.jpg);
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #f3e9e9;
  font-size: 16px;
}

.button2 {
  background-image: url(../images/index/home.jpg);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 300px;
  line-height: 100px;
  border-radius: 30px;
  opacity: 0.9;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  transition: all 0.2s ease-in-out;
}

.button3 {
  background-image: url(../images/index/ikeshi_bu.jpg);
  background-size: 300px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 250px;
  line-height: 100px;
  border-radius: 50px;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button3:hover{
  text-decoration: none;
  opacity: 1.0;
  background-size: 320px;
  transition: all 0.2s ease-in-out;
} 

.button2:hover{
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  opacity: 1.0;
  background-size: 320px;
  transition: all 0.2s ease-in-out;
} 


.link-button-area3 {
  padding-top: 0px;
  text-align: right;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  width: 50%;
}

.link-button-area4 {
  padding-top: 0px;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  width: 50%
}

.button4 {
  background-image: url(../images/common2/insta.png);
  background-color: #1c183a;
  background-size: 70px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 70px;
  line-height: 70px;
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;

}
.button4:hover{
  text-decoration: none;
  opacity: 1.0;
  transition: all 0.2s ease-in-out;
  background-size: 80px;
} 

.flexes{
  display: flex;
  text-align: center;
  margin-left: 0px;
}


.button5 {
  background-image: url(../images/common2/X.jpg);
  background-color: #1c183a;
  margin-top: 0px;
  background-size: 80px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 70px;
  line-height: 70px;
  border-radius: 50px;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button5:hover{
  text-decoration: none;
  opacity: 1.0;
  transition: all 0.2s ease-in-out;
  background-size: 90px;
} 



.link-button:hover {
  background-color: #d8b500;
}

.timetable {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.timetable h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.timetable h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 20px;
  padding-bottom: 30px;
  background-color: #f3e9e9;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 10px;
}

.word2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  width: 250px;
  padding-top: 60px;
  padding-bottom: 40px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  padding-top: 20px;
  font-family: 'gosi', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 800px) {
  .margin{
    background-color: #1c183a;
    height: 110px;
  }

  .first-view {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    vertical-align: top;
    display: flex;
    align-items:flex-start;
  }

  .img{
    display: block;
  }

  

  .lead {
    margin-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .lead2 {
    padding-top: 50px;
    padding-bottom: 0px;
    vertical-align: middle;
    text-align: center;
  }

  .lead3 {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 55px;
    vertical-align: middle;
    text-align: center;
  }

  .lead2 p{
    margin: 0px;
  }

  .lead p {
    text-align: center;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 250px;
    margin-left: 10px;
  }
}