@charset "euc-jp";

.primary__inner {
  padding-top: 10px;
}

#haikei {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 740px;
  height: auto;
  margin: 0 auto 20px;
  padding: 370px 45px 50px;
  background: url(https://assets.angel-live.com/common/event/img/pickup_performer/yuimuni_bgtop.jpg) top no-repeat, url(https://assets.angel-live.com/common/event/img/pickup_performer/yuimuni_bgbottom.jpg) bottom no-repeat, url(https://assets.angel-live.com/common/event/img/pickup_performer/yuimuni_bgrepeat.jpg) repeat-y;
  overflow: hidden;
}

#evArea li {
  list-style: none;
}

#evArea img {
  display: block;
  max-width: 100%;
}

.event-detail-item {
  padding: 20px 3px;
  border-top: 1px solid #666;
  line-height: 1.5;
  color: #ffffff;
}
.event-detail-item:first-child {
  padding-top: 0;
  border-top: none;
}
.event-detail-item:last-child {
  padding-bottom: 0;
}
.event-detail-item.is_term {
  font-weight: bold;
}

.event-detail__title {
  font-weight: bold;
  color: #fcf512;
  font-size: 14px;
}

.event-detail-data {
  font-size: 14px;
}

.event-detail-data__text:not(:last-child) {
  margin-bottom: 16px;
  font-size: 14px;
  color: #ffffff;
}

.event-detail-data__text:last-child {
  font-size: 14px;
  color: #ffffff;
}

.event-detail-item.is_price img {
  margin-top: 5px;
}

.event-detail-data ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.text.is_emphasis {
  font-weight: bold;
  color: #fcf512;
}

.text.is_warning {
  color: #ff0000;
}

#evArea a:link {
  color: #00aaff;
}
#evArea a:visited {
  text-decoration: none;
  color: #00aaff;
}
#evArea a:active {
  color: #00aaff;
}
#evArea a:hover {
  color: #00aaff;
}

.uppercase-letter {
  text-transform: uppercase;
}



.event-detail-item.is_performer-comment {
  text-align: center;
}

.event-detail-data-image-wrap {
  width: 395px;
  margin: 20px auto;
}

.event-detail-data-image {
  display: block;
  width: 100%;
}

/***** チャットページへのボタン *****/
.event-detail-data-btn-wrap {
  margin: 24px 0 4px;
}

#evArea a.event-detail-data-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  width: fit-content;
  padding: 12px 36px;
  background-color: #fff79d;
  border-radius: 40px;
  box-shadow: 0 4px 0 #cc9d1d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #f7697e;
  transition: all .2s ease;
}

#evArea a.event-detail-data-btn:link,
#evArea a.event-detail-data-btn:visited {
  color: #f7697e;
  text-decoration: none;
}

.event-detail-data-btn__icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.event-detail-data-btn__icon::before {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%) rotate(-50deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 9px;
  border-left: 3px solid #f7697e;
}

.event-detail-data-btn__icon::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%) rotate(50deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 9px;
  border-left: 3px solid #f7697e;
}

#evArea a.event-detail-data-btn:hover {
  background-color: #f7697e;
  box-shadow: 0 4px 0 #b74056, 0 0 10px rgba(255, 107, 129, .8);
  color: #fff79d;
  text-decoration: none;
}

#evArea a.event-detail-data-btn:hover .event-detail-data-btn__icon::before,
#evArea a.event-detail-data-btn:hover .event-detail-data-btn__icon::after {
  border-color: #fff79d;
}

#evArea a.event-detail-data-btn:active {
  transform: translateY(4px);
}