@charset "UTF-8";
/* CSS Document */
.video a {
  border-bottom: 0.3px solid;
}
.dropdown{
  display:none;
}
label,
li{
  display:block;
  font-family: grad, serif;
  text-align: left;
}
li {
  border-bottom: 0.3px solid;
}
li a {
  font-size: 1.4rem;
}
li::before,
label::before{
  content:"";
  display:block;
  position:absolute;
  right:-35%;
  width:.5em;
  height:.5em;
  border-top:#ADADAD 1px solid;
  border-left:#ADADAD 1px solid;
  transform:rotate(135deg);
  margin-top: 0.6rem;
}
input[type="checkbox"]{
  display:none;
}
label[for="menu"]{
  display:block;
}
label[for="menu"]::before{
  transform:rotate(225deg);
}
#menu:checked + .dropdown{
  display:block;
  padding: 0;
}

.live-info__flier {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.live-info__flier img {
  width: 90%;
}
.live-info__flier p a {
  color: #FFF;
  text-decoration: none;
}
@media(min-width: 820px) {
.live-info__flier img {
  width: 40%;
}
}


/*.liveinfo-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liveinfo-body {
  display: flex;
  width: 100vw;
  max-width: 400px;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.liveinfo-body__data {
  padding-left: 20px;
}
.liveinfo-body__data p {
  font-size: 2.0rem;
  font-weight: 600;
  border-bottom: 1px #FFF solid;
  padding: 1rem;
}
.liveinfo-body__place {
  padding-right: 20px;
}
.liveinfo-title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 2rem 0 1rem;
  border-bottom: 0.5px #FFF solid;
  margin-bottom: 3rem;
}
.liveinfo-body__place p {
  text-align: left;
  font-size: 1.4rem;
}
.liveinfo-location {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.liveinfo-location img {
  margin-right: 2rem;
}
.liveinfo-location p {
  margin: 0;
  font-size: 1.2rem;
}
.liveinfo-time {
  display: flex;
  align-items: center;
}
.liveinfo-time img {
  margin-right: 2rem;
}
.liveinfo-time p {
  margin: 0;
  font-size: 1.2rem;
}
.liveinfo-performer {
  text-align: left;
  padding: 45px 20px 0;
}
.liveinfo-performer__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #F0F0F0;
  margin-bottom: 1rem;
}
.liveinfo-performer__name {
  font-size: 1.4rem;
  color: #F0F0F0;
  line-height: 3rem;
}
.side-padding {
  padding: 0 0.1rem;
}
.liveinfo-dj {
  padding-top: 5px;
}
@media(max-width:374px) {
  .liveinfo-body__data {
  padding-left: 10px;
}
.liveinfo-body__data p {
  font-size: 1.4rem;
}
  .liveinfo-body__data span {
  font-size: 1.4rem;
}
  .liveinfo-body__place {
  padding-right: 10px;
}
.liveinfo-title {
  font-size: 1.4rem;
}
.liveinfo-performer__title {
  font-size: 1.2rem;
  font-weight: 600;
}
.liveinfo-performer__name {
  font-size: 1.2rem;
  line-height: 3rem;
}
  .liveinfo-performer__name  br {
  display: none;
}
.liveinfo-performer__name span {
  font-size: 1.4rem;
}
}
@media(min-width:768px) {
  .liveinfo-body__data {
  padding-left: 0;
}
.liveinfo-body__place {
  padding-right: 0;
}
}
@media(min-width:1024px) {
  .liveinfo-wrapper {
    display: flex;
    width: 80vw;
    justify-content: space-between;
  }
  .liveinfo-performer {
  text-align: left;
  padding: 0;
}
}*/

img {
  width: 100%;
}
.wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wrap > .title {
  width: 100%;
  text-align: left;
  line-height: 1.7;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.wrap > .title > .name {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  margin-bottom: 30px;
}
.wrap > .photo {
  margin: 0;
  width: 500px;
}
.countdown {
  font-family: 'Roboto Condensed', sans-serif !important; 
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-top: 60px;
}

@media(max-width:768px) {
  .wrap {
    width: 100%;
  }
  .wrap > .title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif !important;
  }
  .wrap > .title > .name {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  .wrap > .photo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .countdown {
    font-family: 'Roboto Condensed', sans-serif !important; 
    font-size: 10.5vw;
    margin-top: 12vw;
  }
}