@charset "euc-jp";

.event-detail-wrap {
  background: #ffffff;
  border: 1px solid #b7b7b6;
}

.event-detail {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  margin: 20px 22px 50px;
  padding-bottom: 47px;
  background: url(https://assets.chatpia.jp/common/event/img/p1gp_after/base/bg.png) repeat-y;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-feature-settings: "palt";
  color: #ffffff;
}

.event-detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 1576px;
}

.event-detail-summary {
  position: relative;
  box-sizing: border-box;
  width: 760px;
  height: 458px;
  padding: 355px 40px 0;
  font-size: 13px;
  line-height: 1.5em;
}

.event-detail-summary__text {
  margin-bottom: 10px;
}

.event-detail-summary__text:last-child {
  margin-bottom: 0;
}

.program {
  position: relative;
  box-sizing: border-box;
  width: 738px;
  height: 485px;
  margin: 0 auto 30px;
  padding-top: 28px;
  background: url(https://assets.chatpia.jp/common/event/img/p1gp_after/base/bg_program.png);
}

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

.program-introduce {
  margin-bottom: 14px;
}

.program-introduce__image {
  display: block;
  margin: 0 auto;
}

.program-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 660px;
  margin: 0 auto;
  border-radius: 5px;
}

.program-inner-profile {
  box-sizing: border-box;
  width: 259px;
  margin-left: 10px;
  font-size: 16px;
  text-align: center;
}

.program-inner-profile__name {
  height: 50px;
  background: url(https://assets.chatpia.jp/common/event/img/p1gp_after/base/bg_frame.png) no-repeat;
  font-weight: bold;
  line-height: 54px;
}

.program-inner-profile-image {
  position: relative;
  height: 248px;
  padding-top: 8px;
}

.program-inner-profile-image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 259px;
  height: 255px;
  background: url(https://assets.chatpia.jp/common/event/img/p1gp_after/base/bg_frame.png) no-repeat;
  background-position: 0 -50px;
}

.program-inner-profile-image__thumbnail {
  display: block;
  width: 237px;
  height: 178px;
  margin: 0 auto;
}

.program-inner-profile-image__date {
  width: 237px;
  height: 28px;
  margin: 0 auto;
  background-color: #ff0000;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
}

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

.program-inner-profile-image__time {
  width: 237px;
  height: 28px;
  margin: 0 auto;
  background-color: #000000;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
}

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

.program-inner-profile__comment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 240px;
  height: 70px;
  margin: 2px auto 0;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2em;
  color: #000000;
}

.program-inner-profile__comment:before {
  position: absolute;
  top: -10px;
  left: 14px;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 14px solid #ffffff;
  border-left: 7px solid transparent;
}

.program-inner-plan {
  width: 360px;
  margin-left: 12px;
}

.program-inner-plan__title {
  box-sizing: border-box;
  width: 360px;
  margin: 7px 0 8px;
  padding: 6px;
  background: linear-gradient(to bottom, #ffffff 38%, #ffff99 39%, #ffcc00 47%, #ffff99 53%, #ffcc00 57%);
  -webkit-background-clip: text;
  border: 4px solid #ffe531;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: transparent;
}

.program-inner-plan-detail-wrap {
  box-sizing: border-box;
  width: 360px;
  height: 250px;
  margin-bottom: 8px;
  padding: 7px;
  background-color: #ffffff;
  border: 4px solid #ffe531;
  border-radius: 6px;
}

.program-inner-plan-detail {
  position: relative;
  width: 334px;
  height: 228px;
  padding-right: 4px;
  color: #000000;
  overflow-y: auto;
}

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

.program-inner-plan-detail::-webkit-scrollbar-track {
  background: #ffffff;
}

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

.program-inner-plan-detail__text {
  font-size: 15px;
  margin-bottom: 17px;
}

.program-inner-plan-detail__text:last-child {
  margin-bottom: 0;
}

.program-inner-plan-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 60px;
  background: linear-gradient(to bottom, #e31709 40%, #a60703 60%);
  border-bottom: 2px solid #600402;
  border-radius: 6px;
}

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

.program-inner-plan-link:after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}

.program-inner-plan-link-wrap:hover {
  background: linear-gradient(to bottom, #eb1e0c 40%, #c00904 60%);
  border-bottom: 2px solid #7c0503;
}

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

.event-detail-list {
  box-sizing: border-box;
  width: 676px;
  margin: 0 auto;
  padding: 12px;
  background-color: #000000;
  border: 2px solid #e31709;
  border-radius: 8px;
  list-style: none;
  font-size: 14px;
}

.event-detail-list-item {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.event-detail-list-item:last-child {
  margin-bottom: 0;
}

.event-detail-list-item.is_title {
  color: #e31709;
}
