@charset "euc-jp";

.event-detail-wrap {
  border: 1px solid #b7b7b6;
  background: #ffffff;
}
.event-detail {
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  box-sizing: content-box;
  width: 720px;
  margin: 30px auto;
  padding: 680px 0 30px;
  background: url(https://assets.chatpia.jp/common/event/img/adult_gamelog/bg_top.jpg) no-repeat,url(https://assets.chatpia.jp/common/event/img/adult_gamelog/bg_repeat.jpg) repeat-y;
  color: #ffffff;
  border: solid 3px;
  border-image-slice: 1;
  border-image-source: linear-gradient(-142deg, #7d5f3f 0%, #d3b377 13%, #8c683b 22%, #bf9c5a 31%, #d3b377 38%, #8c683b 49%, #d9b36c 63%, #8c683b 75%, #d9b36c 87%, #594327 100%);
}

.event-detail-title-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.event-detail-title {
  position: relative;
  margin: 20px 0;
  padding-top: 40px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.event-detail-title::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  content: "";
  background: url(https://assets.chatpia.jp/common/event/img/adult_gamelog/ornament_title.png) no-repeat;
  width: 213px;
  height: 31px;
}

.event-detail-list {
  width: 690px;
  margin: 0 auto;
  position: relative;
  padding: 4px;
  border-radius: 7px;
  border: solid 1px #bdc3c9;
  background-color: rgba(10, 15, 36, 0.85);
}
.event-detail-list::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  background: url(https://assets.chatpia.jp/common/event/img/adult_gamelog/ornament_top.png);
  width: 164px;
  height: 182px;
}
.event-detail-list::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  background: url(https://assets.chatpia.jp/common/event/img/adult_gamelog/ornament_bottom.png);
  width: 269px;
  height: 296px;
}

.event-detail-list-item-wrap {
  padding: 40px 60px;
  border-radius: 4px;
  border: solid 1px #bdc3c9;
}
.event-detail-list-item {
  position: relative;
  font-size: 20px;
  text-align: center;
}
.event-detail-list-item:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #7d5f3f 0%, #977b46 17%, #d9b36c 53%, #594327 69%, #977b46 85%, #594327 100%);
  border-image-slice: 1;
}
.event-detail-list-item__title {
  color: #ccc;
  margin-bottom: 20px;
}
.event-detail-list-item__data {
  color: #fafafa;
}
.event-detail-list-item__data.is_theme {
  font-size: 40px;
  font-weight: bold;
}
.event-detail-list-item__data.is_term {
  font-weight: bold;
}
.event-detail-list-item__data.is_event {
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
}
.event-detail-list-item-text:not(:last-of-type) {
  margin-bottom: 10px;
}
