@charset "euc-jp";

.event-detail {
  position: relative;
  box-sizing: border-box;
  width: 720px;
  margin: 24px auto 0;
  padding-bottom: 50px;
  color: #ffffff;
}

/* 周年バージョン */
.event-detail.is_22nd {
  padding-top: 370px;
  background: url(https://assets.chatpia.jp/common/event/img/show_time/bg_head_22nd.jpg) top no-repeat, url(https://assets.chatpia.jp/common/event/img/show_time/bg_bottom.jpg) bottom no-repeat, url(https://assets.chatpia.jp/common/event/img/show_time/bg.jpg) repeat-y;
}

/* クリスマスバージョン */
.event-detail.is_christmas {
  padding-top: 370px;
  background: url(https://assets.chatpia.jp/common/event/img/show_time/bg_head_christmas.jpg?251112) top no-repeat, url(https://assets.chatpia.jp/common/event/img/show_time/bg_bottom.jpg) bottom no-repeat, url(https://assets.chatpia.jp/common/event/img/show_time/bg.jpg) repeat-y;
}

.event-detail-summary-wrap {
  box-sizing: border-box;
  width: 680px;
  margin: 0 auto 26px;
  padding: 7px;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(60, 20, 66, 0.6), rgba(75, 23, 77, 0.6));
  filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.5));
  box-shadow: 0 0 13px rgba(206, 0, 255, 0.5);
}

.event-detail-summary-wrap.is_note {
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(34, 20, 66, 0.76), rgba(10, 5, 26, 0.76));
  filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
  box-shadow: none;
}

.event-detail-summary {
  box-sizing: border-box;
  width: 666px;
  padding: 25px 16px 0;
  border: 2px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px 2px rgba(255, 240, 1, 0.6), 0 0 10px 2px rgba(255, 240, 1, 0.6) inset;
}

.event-detail-summary-wrap.is_note .event-detail-summary {
  border: 2px solid #f23c3c;
  box-shadow: 0 0 10px 2px rgba(242, 60, 60, 0.6), 0 0 10px 2px rgba(242, 60, 60, 0.6) inset;
}

.event-detail-summary-item {
  padding: 25px 3px;
  border-top: 1px solid #666666;
}

.event-detail-summary-item:first-child {
  padding-top: 0;
  border-top: none;
}

.event-detail-summary-item__title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff331;
}

.event-detail-summary-wrap.is_note .event-detail-summary-item__title {
  color: #ff0000;
}

.event-detail-summary-item-data {
  font-size: 20px;
  line-height: 1.4;
}

.event-detail-summary-item-data .text.is_note {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 16px;
  font-weight: normal;
  text-indent: -1em;
}

.event-detail-summary-item-data__image {
  display: block;
  max-width: 100%;
}

.event-detail-summary-item-data__image.is_price {
  margin-top: 10px;
  margin-bottom: 5px;
}

.event-detail-summary-data__image:last-of-type {
  margin-bottom: 0;
}

.event-detail-summary-item-data-list {
  list-style: none;
}

.event-detail-summary-item-data-list-item:not(:last-child) {
  margin-bottom: 5px;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  letter-spacing: 0.02em;
}

.event-detail-summary-item-data-list-item:last-child {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
  letter-spacing: 0.02em;
}

.text.is_emphasis {
  font-weight: bold;
  color: #ff0042;
}

.text.is_accent {
  color: #ff0000;
}

.text.is_attention {
  color: #fff331;
}

.event-detail-summary-wrap a:link,
.event-detail-summary-wrap a:visited {
  text-decoration: underline;
  color: #d68c2b;
}

.event-detail-summary-wrap .text.is_link {
  font-size: 18px;
}


/* 出演女性 */
.program-wrap {
  box-sizing: border-box;
  width: 680px;
  height: 420px;
  margin: 0 auto 26px;
  padding: 7px;
  background: linear-gradient(to bottom, rgba(60, 20, 66, 0.6), rgba(75, 23, 77, 0.6));
  border-radius: 10px;
  filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.5));
  box-shadow: 0 0 13px rgba(206, 0, 255, 0.5);
}

/*女性一覧1つ目*/
.program-wrap:nth-child(2) {
  margin: 3px auto 26px;
}

/*女性一覧最後*/
.program-wrap:nth-last-child(2) {
  margin: 0 auto 57px;
}

.program {
  box-sizing: border-box;
  display: flex;
  width: 665px;
  height: 405px;
  border: 1px solid #00ff84;
  border-radius: 5px;
}

/*女性一覧奇数番目*/
.program-wrap:nth-child(2n) .program {
  border: 1px solid #f000ff;
}

.program-profile {
  box-sizing: border-box;
  width: 266px;
  height: 381px;
  margin: 10px 3px;
  padding: 19px 23px 25px;
  background: url(https://assets.chatpia.jp/common/event/img/show_time/profile.png) no-repeat;
  font-size: 16px;
  text-align: center;
}

/*女性一覧奇数番目*/
.program-wrap:nth-child(2n) .program-profile {
  background-position: 0 -384px;
}

.program-profile__name {
  height: 30px;
  background: linear-gradient(to bottom, #451f6f, #160227);
  border: 1px solid #f000ff;
  border-radius: 4px;
  line-height: 30px;
}

.program-profile__thumbnail {
  display: block;
  width: 220px;
  height: 165px;
  margin-top: 10px;
}

.program-profile__date {
  height: 30px;
  background-color: #ffff00;
  font-weight: bold;
  line-height: 30px;
  font-feature-settings: "palt";
  color: #000000;
}

.program-profile__date.is_close {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
}

.program-profile__time {
  height: 30px;
  background-color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  font-feature-settings: "palt";
  color: #000000;
}

.program-profile__time.is_close {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
}

.program-profile__comment {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 64px;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #e4ce6d;
  border-radius: 10px;
  background-color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-feature-settings: "palt";
}

.program-profile__comment:before {
  position: absolute;
  top: -17px;
  left: 20px;
  z-index: 2;
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 20px solid #000000;
  border-left: 10px solid transparent;
}

.program-profile__comment:after {
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 1;
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 20px solid #e4ce6d;
  border-left: 10px solid transparent;
}

.program-plan {
  width: 396px;
  margin-top: -5px;
}

.program-plan__title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 396px;
  height: 85px;
  padding: 28px 40px 32px 20px;
  background: url(https://assets.chatpia.jp/common/event/img/show_time/title.png) no-repeat;
  font-size: 16px;
  font-feature-settings: "palt";
}

.program-plan-detail-wrap {
  position: relative;
  box-sizing: border-box;
  width: 370px;
  height: 240px;
  margin: -3px 0 12px 8px;
  padding: 10px 20px 38px 10px;
  border: 2px solid #ffff00;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(255, 0, 0, 0.6), 0 0 10px 2px rgba(255, 0, 0, 0.6) inset;
}

.program-plan-detail-wrap:after {
  position: absolute;
  bottom: -8px;
  right: 0;
  content: '';
  width: 100px;
  height: 40px;
  background: url(https://assets.chatpia.jp/common/event/img/show_time/parts.png) no-repeat;
  background-position: 4px -82px;
}

.program-plan-detail {
  width: 348px;
  height: 192px;
  overflow: auto;
}

.program-plan-detail::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.program-plan-detail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.program-plan-detail::-webkit-scrollbar-thumb {
  background: rgba(255, 234, 0, 0.4);
  border-radius: 5px;
}

.program-plan-detail__text {
  font-size: 18px;
  line-height: 1.5em;
}

.program-plan-detail__text:not(:last-child) {
  margin-bottom: 30px;
}

.program-plan-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 358px;
  height: 56px;
  margin-left: 12px;
  border: 1px solid #ff1bfc;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ffffff, #dfdaef);
  box-shadow: 0 0 9px 2px rgba(255, 1, 192, 0.8);
}

.program-plan-link {
  vertical-align: middle;
  width: 100%;
  padding: 17px 0;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  color: #920783 !important;
  cursor: pointer;
}

.program-plan-link-wrap:hover {
  filter: brightness(120%);
}

.program-plan-link:hover {
  text-decoration: none !important;
}
