@charset "euc-jp";

.event-detail {
  position: relative;
  box-sizing: border-box;
  width: 720px;
  margin: 24px auto 0;
  padding: 365px 0 40px;
  background: url(https://assets.chatpia.jp/common/event/img/pia_selection_bgtop.jpg) top no-repeat, url(https://assets.chatpia.jp/common/event/img/pia_selection_bgbottom.jpg) bottom no-repeat, url(https://assets.chatpia.jp/common/event/img/pia_selection_bgrepeat.jpg) repeat-y;
  color: #ffffff;
}

/* イベント内容 */
.event-detail-summary-wrap {
  box-sizing: border-box;
  width: 696px;
  margin: 0 auto 35px;
  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 {
  box-sizing: border-box;
  width: 682px;
  padding: 0 22px;
  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-item {
  padding: 25px 3px;
  border-top: 1px solid #666666;
}

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

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

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

.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: #f7ff02;
}

.text.is_warning {
  color: #ff0000;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.program-item {
  position: relative;
  box-sizing: border-box;
  width: 696px;
  margin: 0 auto 25px;
  padding: 7px 8px;
  background-color: #2a104e;
  border-radius: 10px;
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.8));
}

.program-item::after {
  position: absolute;
  top: -50px;
  right: -40px;
  content: '';
  display: block;
  width: 127px;
  height: 137px;
  background: url(https://assets.chatpia.jp/common/event/img/pia_selection_parts.png) no-repeat;
  background-size: cover;
}

.program-item.is_close {
  order: 2;
}

.program-item-inner {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  width: 682px;
  padding: 12px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 4px rgba(228, 0, 255, 0.8), 0 0 10px 4px rgba(228, 0, 255, 0.8) inset;
}

.program-item-inner-profile {
  width: 240px;
}

.program-item-inner-profile__date {
  height: 35px;
  background-color: #c30cca;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  font-feature-settings: "palt";
  text-align: center;
  color: #ffffff;
}

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

.program-item-inner-profile__time {
  height: 35px;
  margin-bottom: 4px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  font-feature-settings: "palt";
  color: #c30cca;
}

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

.program-item-inner-profile-thumbnail {
  display: block;
  width: 240px;
  height: 180px;
  margin-bottom: 4px;
}

.program-item-inner-profile-thumbnail:link, .program-item-inner-profile-thumbnail:visited {
  text-decoration: none;
}

.program-item-inner-profile-thumbnail:hover {
  filter: brightness(120%);
  text-decoration: none;
}

.program-item-inner-profile-thumbnail__image {
  display: block;
  width: 240px;
  height: 180px;
}

.program-item-inner-profile__name {
  height: 30px;
  background-color: #1a053c;
  border: 2px solid #c30cca;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.program-item-inner-detail {
  position: relative;
  width: 400px;
}

.program-item-inner-detail-message {
  box-sizing: border-box;
  height: 226px;
  margin-bottom: 12px;
  padding: 12px 16px;
  background-color: #2a022c;
  border: 2px solid #ed11f5;
  border-radius: 8px;
}

.program-item-inner-detail-message__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  color: #ed11f5;
}

.program-item-inner-detail-message-inner {
  height: 160px;
  overflow-y: auto;
}

.program-item-inner-detail-message-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

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

.program-item-inner-detail-message-inner::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(228, 0, 255, 0.3);
}

.program-item-inner-detail-message-inner__text {
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
}

.program-item-inner-detail-message-inner__text:not(:last-of-type) {
  margin-bottom: 30px;
}




/*女性一覧偶数番目*/
.program-item:nth-of-type(even)::after {
  background-position: 0 -137px;
}

.program-item:nth-of-type(even) .program-item-inner {
  box-shadow: 0 0 10px 2px rgba(0, 207, 255, 0.8), 0 0 10px 2px rgba(0, 207, 255, 0.8) inset;
}

.program-item:nth-of-type(even) .program-item-inner-profile__name {
  border: 2px solid #00c2ff;
}

.program-item:nth-of-type(even) .program-item-inner-detail-message {
  background-color: #001f59;
  border: 2px solid #00c2ff;
}

.program-item:nth-of-type(even) .program-item-inner-detail-message__title {
  color: #00c2ff;
}

.program-item:nth-of-type(even) .program-item-inner-detail-message-inner::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 207, 255, 0.2);
}

.program-item-inner-detail-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 400px;
  height: 54px;
  margin: 0 auto;
  background: linear-gradient(to right, #c30cca 20%, #05cdff);
  border-radius: 27px;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6), 0px 2px 0px rgba(26, 5, 60, 0.3);
  letter-spacing: 0.1em;
  color: #ffffff;
}

.program-item-inner-detail-btn:link, .program-item-inner-detail-btn:visited {
  color: #ffffff;
  text-decoration: none;
}

.program-item-inner-detail-btn:hover {
  filter: brightness(120%);
  color: #ffffff;
  text-decoration: none;
}

.program-item-inner-detail-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 390px;
  height: 44px;
  border: 2px solid #ffffff;
  border-radius: 24px;
  pointer-events: none;
}

.program-item-inner-detail-btn__icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.program-item-inner-detail-btn__icon::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  transform: rotate(45deg);
  display: inline-block;
  content: '';
  width: 12px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6), 0px 2px 0px rgba(26, 5, 60, 0.3);
}

.program-item-inner-detail-btn__icon::after {
  position: absolute;
  bottom: calc(50% - 5px);
  right: 5px;
  transform: rotate(-45deg);
  display: inline-block;
  content: '';
  width: 12px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6), 0px 2px 0px rgba(26, 5, 60, 0.3);
}


/* 注意事項 */
.event-detail-summary-wrap.is_note {
  margin: 0 auto;
  background: #2a104e;
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.8));
  box-shadow: none;
}

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

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