@charset "utf-8";
/* =============================================
common
============================================= */
body {
  color: #161616;
}
#main {
  overflow: hidden;
  background-color: #f1ebd2;
  font-family: 'Noto Sans JP', sans-serif;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-cart {
  width: 10%;
  height: 22px;
  fill: #fff;
  margin-right: 4px;
}
#icon-cart .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
}
.cartBtn {
  background: #73b33d;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 24px;
  padding: 16px 0;
  margin: 31px 0 0;
  margin-top: 31px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  width: 470px;
}
.sold-btn .cartBtn {
  background: #a9a9a9;
  pointer-events: none
}
.soldout {
  background: #950506;
  text-align: center;
  padding: 25px 0;
  color: #fff;
}
.soldout .tab {
  background: #fff;
  border-radius: 100em;
  color: #950506;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 0;
  width: 21%;
  margin: 0 auto;
}
.soldout .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (max-width: 869px) {
  .pcOnly {
    display: none !important;
  }
  .soldout {
    padding: 5vw;
  }
  .soldout .tab {
    font-size: 4vw;
    padding: 1vw 0;
    width: 50%;
  }
  .soldout .text {
    font-size: 3.7vw;
    line-height: 6vw;
    margin-top: 4vw;
    text-align: left;
  }
}
@media screen and (min-width: 868px) {
  img {
    -webkit-backface-visibility: hidden;
  }
  .spOnly {
    display: none !important;
  }
}
/* =============================================
category
============================================= */
#mainVisual {
  position: relative;
}
.text-general {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  padding: 28px 30px 0;
}
.text-general span {
  font-weight: bold;
}
.text-general span.line {
  text-decoration: underline;
}
.text-general .icon {
  width: 3%;
  vertical-align: middle;
  padding-left: 5px;
}
.dateBox {
  text-align: center;
  background: #fff;
  margin: 45px 130px;
  border-radius: 10px;
  border: 2px solid #e50118;
}
.date {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #e50118;
  padding: 9px 0 11px;
}
.date .number {
  font-size: 35px;
  font-family: 'Manrope', sans-serif;
}
.icon-time {
  width: 6%;
  vertical-align: middle;
  padding: 0 15px 10px 0;
}
.date .day {
  line-height: 1;
  top: 4px;
  right: 0;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.date span.caution {
  font-size: 18px;
  letter-spacing: 2px;
}
.lineup-title {
  width: 75%;
  margin: 60px auto 15px;
}
#lineup {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 17px 60px;
}
#lineup li {
  width: 46%;
  margin: 12px 12px 30px;
  position: relative;
}
#lineup li.wide {
  width: 95%;
}
@media screen and (max-width: 869px) {
  .text-general {
    font-size: 4vw;
    line-height: 8vw;
    padding: 1vw 5vw 0;
    font-weight: normal;
  }
  .text-general .icon {
    width: 5.5%;
    padding-left: 1vw;
    padding-bottom: 2vw;
  }
  .dateBox {
    margin: 8vw 4vw;
    border: 1px solid #e50118;
  }
  .date span.caution {
    font-size: 4vw;
    letter-spacing: 0.5vw;
  }
  .date .number {
    font-size: 5.5vw;
  }
  .date {
    font-size: 4vw;
    padding: 2vw 0 3vw;
  }
  .icon-time {
    width: 7%;
    padding: 0 2vw 2vw 0;
  }
  .date .day {
    width: 8vw;
    height: 8vw;
  }
  .lineup-title {
    width: 100%;
    margin: 11vw auto 3vw;
  }
  #lineup li {
    width: 100%;
    margin: 2vw 0 4vw;
    list-style: none;
  }
  #lineup li.wide {
    width: 100%;
  }
  #lineup {
    padding: 0 4vw 11vw;
  }
}