@charset "euc-jp";

.event-detail-wrap {
  border: 1px solid #b7b7b6;
  background: #fff;
}

.event-detail {
  box-sizing: border-box;
  width: 720px;
  margin: 25px auto 30px;
  letter-spacing: 0.1em;
  color: #fff;
}

.event-detail-item {
  padding: 25px 3px;
  border-top: 1px solid #666;
}
.event-detail-item:first-child {
  padding-top: 0;
  border-top: none;
}

.event-detail__title {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  color: #fff01f;
}

.event-detail-data {
  font-size: 20px;
  line-height: 1.4;
}
.event-detail-data.is_term {
  font-weight: bold;
}

.event-detail-data__image {
  display: block;
  max-width: 100%;
}
.event-detail-data__image.is_price {
  margin-top: 10px;
  margin-bottom: 5px;
}

.event-detail-data-list {
  font-size: 16px;
  list-style-type: none;
  letter-spacing: 0.02em;
}

.event-detail-data-list-item {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.event-detail-data-list-item:first-child {
  margin-top: 0;
}

.text.is_emphasis {
  font-weight: bold;
  color: #ffff1a;
}

.text.is_warning {
  color: #ed4141;
}

.event-detail a:link,
.event-detail a:visited {
  color: #d68c2b;
  text-decoration: underline;
}
.event-detail .text.is_link {
  font-size: 18px;
}



/***** このページ固有の記述 *****/
.event-detail-wrap,
.event-detail {
  position: relative;
  overflow: hidden;
}
#splash-wrap {
  background: url(https://assets.chatpia.jp/common/event/img/splash_section01_bgtop.png) no-repeat top;
}
.section01 {
  box-sizing: border-box;
  height: 700px;
  padding: 245px 0 0 34px;
  width: 384px;
}
.section02 {
  padding: 75px 43px 30px;
  background: url(https://assets.chatpia.jp/common/event/img/splash_section02_bgtop.png) no-repeat top,url(https://assets.chatpia.jp/common/event/img/splash_section02_bgbottom.png) no-repeat bottom, url(https://assets.chatpia.jp/common/event/img/splash_section02_bgrepeat.png) repeat-y;
}

.section01 .event-detail__title {
  margin-bottom: 5px;
}
.section01 .event-detail-item {
  padding: 20px 3px 20px;
}
.section01 .event-detail-item:first-child {
  padding-top: 0;
}

#splash-btn {
  position: absolute;
  top: 268px;
  right: 0;
  width: 256px;
  height: 256px;
  background: url(https://assets.chatpia.jp/common/event/img/splash_button.png) 0 0 no-repeat;
  -webki-tbackface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#splash-btn.is_wating {
  cursor: pointer;
}

#splash-btn.is_wating:after,
#splash-btn.is_booting:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 256px;
  height: 256px;
  border-radius: 128px;
  margin: -128px -128px 0 0;
  background: #f91234;
  animation: splash-btn-after infinite 1s;
}

#splash-btn.is_wating:hover:after,
#splash-btn.is_booting:hover:after {
  animation: splash-btn-after infinite 0.5s;
}

#splash-btn.is_shutting:after,
#splash-btn.is_shutting:hover:after {
  animation: splash-btn-after infinite 3s;
}

@keyframes splash-btn-after {
  0% {
    transform: scale(0.7);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

#splash-btn.is_booting {
  animation: splash-btn-active infinite 0.8s;
}
#splash-btn.is_active{
  animation: splash-btn-active infinite 0.4s;
}

@keyframes splash-btn-active {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

#splash-btn.is_active:after,
#splash-btn.is_active:hover:after,
#splash-btn.is_booting:after,
#splash-btn.is_booting:hover:after {
  content: none;
  animation: none;
}

#splash-btn.is_booting,
#splash-btn.is_active,
#splash-btn.is_shutting {
  background-position:  0 -256px;
}

.splash-forward {
  position: absolute;
  display: block;
  top: -120%;
  left: -20%;
  width: 200%;
  z-index: 1001;
}

.splash-forward.is_fadeout {
  top: -56%;
  left: 23%;
  opacity: 0.8;
  width: 120%;
  transition: all 2.5s linear;
  -webki-tbackface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
