@charset "utf-8";

/********** 共通 **********/
.event-detail {
  box-sizing: border-box;
  width: 720px;
  margin: 24px auto 0;
  padding: 410px 0 110px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/bg_top2024.jpg) no-repeat top, url(https://assets.chatpia.jp/common/event/img/cpa/bg_bottom.jpg) no-repeat bottom, url(https://assets.chatpia.jp/common/event/img/cpa/bg_repeat.jpg) repeat-y;
  letter-spacing: 0.1em;
  color: #fff;
}

.text.is_grand-prize-color {
  color: #e7c31d;
}

.text.is_second-place-color {
  color: #95a8b7;
}





/***** ページャー *****/
.pager-wrap {
  box-sizing: border-box;
  display: block;
  width: 610px;
  height: 36px;
  margin: 0 auto 60px;
  padding: 4px;
  border: 1px solid #d0ac38;
  border-radius: 6px;
}

.pager-wrap:after {
  display: block;
  content: '';
  clear: both;
}

.pager-list {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.pager-list-item-btn {
  position: relative;
  display: block;
  background: linear-gradient(#f4df94 0%, #dfb92e 50%, #9f5709 100%);
  border: 1px solid #d0ac38;
  border-radius: 4px;
  line-height: 1.4em;
  color: #292926 !important;
}

.pager-list-item-btn:hover {
  filter: brightness(120%);
}

.pager-list-item.is_next {
  float: right;
}

.pager-list-item.is_next .pager-list-item-btn {
  padding: 3px 21px 3px 8px;
}

.pager-list-item.is_data {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 60%;
  margin: auto;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.pager-list-item-data {
  display: block;
  text-align: center;
}

.pager-list-item.is_next .pager-list-item-btn::after {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(https://assets.chatpia.jp/common/event/img/cpa/pager_arrow.png);
}





/********** 挨拶文 **********/
.cpa-prologue {
  margin-bottom: 80px;
  padding: 0 56px;
}

.cpa-prologue-title {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.cpa-prologue-title__heading {
  background: linear-gradient(0deg, rgba(159, 87, 9, 1), rgba(223, 185, 46, 1) 50%, rgba(244, 223, 148, 1) 100%);
  font-size: 38px;
  line-height: 1.5em;
  font-style: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cpa-prologue-title__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(159, 87, 9, 1), rgba(223, 185, 46, 1) 50%, rgba(244, 223, 148, 1) 100%);
  font-size: 24px;
  line-height: 1.5em;
  font-style: italic;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cpa-prologue-title__bottom::after {
  content: '';
  width: 64px;
  margin-left: 8px;
  border-top: #dfb92e 2px solid;
}

.cpa-prologue-data__text {
  font-size: 20px;
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  line-height: 1.4;
  text-shadow: 0 9px 9px rgba(63, 38, 3, 1);
}

.cpa-prologue-data__text:not(:last-child) {
  margin-bottom: 40px;
}

.cpa-prologue-data__text .text.is_primary {
  font-style: italic;
  color: #ff00ff;
}

.cpa-prologue-data__text .text.is_secondary {
  color: #cea217;
}

.cpa-prologue-data__text .text.is_attention {
  font-weight: bold;
  text-decoration: underline;
}

.text.is_warning {
  margin-right: 10px;
  color: #ed4141;
}





/********** 受賞者結果発表 **********/
.award-result {
  margin-bottom: 70px;
}

.award-result__title {
  position: relative;
  height: 90px;
  margin: 0 56px 40px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/bg_performer_title.png) no-repeat center;
  font-size: 48px;
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 90px;
  text-align: center;
}

.award-result__title::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 50px;
  height: 146px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/title_decoration.png) no-repeat;
  background-size: contain;
}

.award-result__title::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) scale(-1, 1);
  display: block;
  content: '';
  width: 50px;
  height: 146px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/title_decoration.png) no-repeat;
  background-size: contain;
}

.award-result-performer-list {
  box-sizing: border-box;
  margin-bottom: 130px;
  padding: 30px 45px 0;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/2024/bg_performer.jpg) no-repeat;
}



/***** 最優秀賞・準優秀賞 *****/
.excellence-list {
  margin-bottom: 107px;
}

.excellence-list-item.is_grand-prize {
  position: relative;
  list-style: none;
  height: 371px;
}

.excellence-list-item.is_second-place {
  position: relative;
  list-style: none;
  height: 359px;
}

.excellence-list-item:not(:last-child) {
  margin-bottom: 40px;
}

.excellence-list-item.is_grand-prize .excellence-list-item-link {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  width: 432px;
  height: 371px;
}

.excellence-list-item.is_second-place .excellence-list-item-link {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 414px;
  height: 359px;
}

.excellence-list-item-link:hover {
  filter: brightness(115%);
  transition: all 300ms 0s ease;
}

.excellence-list-item-link__image {
  display: block;
}

.excellence-list-data {
  position: absolute;
  top: 30px;
  right: 0;
  width: 258px;
  height: 329px;
}

.excellence-list-data-comment {
  position: relative;
  box-sizing: border-box;
  height: 223px;
  background-color: #262626;
  border-radius: 33px;
}

.excellence-list-item.is_grand-prize .excellence-list-data-comment {
  padding: 20px 20px 60px;
}

.excellence-list-item.is_second-place .excellence-list-data-comment {
  padding: 20px 20px 30px;
}

.excellence-list-data-comment__decoration {
  position: absolute;
  bottom: -20px;
  left: 40px;
  width: 53px;
  height: 21px;
  aspect-ratio: 1;
  clip-path: polygon(40% 0,100% 0,0 100%);
  background-color: #262626;
}

.excellence-list-item.is_grand-prize .excellence-list-data-comment-text-wrap {
  width: 218px;
  height: 143px;
  overflow: auto;
}

.excellence-list-item.is_second-place .excellence-list-data-comment-text-wrap {
  width: 218px;
  height: 173px;
  overflow: auto;
}

.excellence-list-data-comment-text-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.excellence-list-data-comment-text-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.excellence-list-item.is_grand-prize .excellence-list-data-comment-text-wrap::-webkit-scrollbar-thumb {
  background: rgba(231, 195, 29, 0.3);
  border-radius: 4px;
}

.excellence-list-item.is_second-place .excellence-list-data-comment-text-wrap::-webkit-scrollbar-thumb {
  background: rgba(149, 168, 183, 0.3);
  border-radius: 4px;
}

.excellence-list-data-comment-text {
  font-size: 18px;
  line-height: 1.5em;
}

.excellence-list-data-comment-text:not(:last-child) {
  margin-bottom: 20px;
}

.excellence-list-data-perquisite {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding-right: 130px;
  font-size: 18px;
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
}

.excellence-list-item.is_grand-prize .excellence-list-data-perquisite:after {
  position: absolute;
  bottom: -25px;
  right: -20px;
  display: block;
  content: '';
  width: 178px;
  height: 208px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/2024/prize_grand_prize.png) no-repeat;
  background-size: contain;
}

.excellence-list-item.is_second-place .excellence-list-data-perquisite:after {
  position: absolute;
  bottom: -25px;
  right: -15px;
  display: block;
  content: '';
  width: 158px;
  height: 179px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/2024/prize_second_place.png) no-repeat;
  background-size: contain;
}



/***** 各賞 *****/
.award-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 53px 0;
  margin-bottom: 70px;
}

.award-list-item {
  width: 204px;
  height: 211px;
}

.award-list-item:nth-child(3n - 1) {
  transform: translateY(-30px);
}

.award-list-item-link {
  display: block;
}

.award-list-item-link:hover {
  filter: brightness(115%);
  transition: all 300ms 0s ease;
}

.award-list-item-link__image {
  display: block;
  width: 100%;
}

.award-performer-prize {
  position: relative;
}

.award-performer-prize:after {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 503px;
  height: 110px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/bg_sparkle.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.award-performer-prize__text {
  position: relative;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  padding-left: 160px;
  font-size: 18px;
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ae89ef;
}

.award-performer-prize__text:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 162px;
  height: 191px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/2024/prize_award.png) no-repeat;
  background-size: contain;
}





/********** 集計期間 **********/
.event-detail-period {
  position: relative;
  margin: 0 56px 80px;
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  font-style: italic;
  text-align: center;
  color: #d0a517;
}

.event-detail-period::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) scale(-1, 1);
  display: block;
  content: '';
  width: 48px;
  height: 106px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/title_decoration_laurel.png) no-repeat;
  background-size: contain;
}

.event-detail-period::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 48px;
  height: 106px;
  background: url(https://assets.chatpia.jp/common/event/img/cpa/title_decoration_laurel.png) no-repeat;
  background-size: contain;
}

.event-detail-period__title {
  margin-bottom: 5px;
  font-size: 22px;
}

.event-detail-period__term {
  font-size: 25px;
}

.event-detail-period__term .text.is_emphasis {
  font-size: 30px;
  font-weight: bold;
  color: #d0a517;
}





/********** 締めの挨拶 **********/
.event-detail-epilogue__text {
  font-size: 24px;
  font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN", serif;
  font-style: italic;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
