@charset "UTF-8";

/* ========================================================================== */

/* S T Y L E . C S S */

/* ========================================================================== */

.live-container ul {
  width: 100%;
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}
.live-container ul li {
  padding: 25px;
  box-sizing: border-box;
  border-bottom: .99px solid #888;
}
.live-container ul li:first-child {
  padding: 0 25px 25px 25px;
  box-sizing: border-box;
  border-bottom: .99px solid #888;
}
.live-inner {
  display: -webkit-flex;
  display: flex;
}
.live-schedule {
  width: 200px;
}
.live-detail {
  -webkit-flex: 1;
  flex: 1;
}

.live-detail h3 {
  font-size: 1.1em!important;
  font-weight: bold;
  margin: 0 0 5px;
}
.live-detail dl {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.live-detail dl dt {
/*  width: 16%;*/
  width: 100px;
}
.live-detail dl dd {
/*  width: 84%;*/
  -webkit-flex: 1;
  flex: 1;
}
.schedule-tit {
  padding: 0 0 5px 25px!important;
}
.venue {
  display: block;
}
.ticket {
  margin: 12px 0 0;
}

.ticket a {
  border: none;
/*  border-radius: 30px;*/
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 12px 20px;
  width: 200px;
  display: inline-block;
}
.btn-grad {
  color: #fff;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  display: block;
  width: 200px;
  background-image: linear-gradient(to right, #716144 0%, #9b855e 100%)
}
.btn-grad:hover {
  background-position: right center;
}
.end p , .end h3 , .end dt , .end dd {
  color: #999;
  font-size: 0.9em;
}
.sp-br {
  display: none;
}

    @media screen and (max-width: 600px) {
      .live-inner {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
      }
      .live-schedule {
        width: 100%;
      }
      .live-detail {
        width: 100%;
        -webkit-flex: 1;
        flex: 1;
      }
      .venue {
        display: none;  
      }
      .schedule-tit {
        display: none;
      }
    }
    @media screen and (max-width: 414px) {
      .live-detail h3 {
        font-size: 1.05em!important;
      }
      .sp-br {
        display: block;
      }
    }
    @media screen and (max-width: 375px) {
      .ticket a {
        border: none;
        border-radius: 30px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
        color: #fff;
        width: 200px;
        display: inline-block;
      }
      .btn-grad {
        color: #fff;
        margin: 10px;
        padding: 30px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        border-radius: 30px;
        display: block;
        width: 200px;
      }
      .btn-grad:hover {
        background-position: right center;
      }
    }
