/*--------------------------------
EVENT
--------------------------------*/
.title-event {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .title-event {
    margin-bottom: 20px;
    font-size: 4.4rem;
  }
}
.title-event span.bg-pink, .title-event span.bg-blue {
  background-color: #E5006E;
  display: inline-block;
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 7px;
}
@media screen and (min-width: 1025px) {
  .title-event span.bg-pink, .title-event span.bg-blue {
    margin-bottom: 10px;
    padding: 10px 30px;
  }
}
.title-event span.bg-blue {
  background-color: #36A3D1;
}

.date-event {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1em;
  color: #641B0C;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .date-event {
    padding-right: 40px;
    font-size: 10rem;
  }
}
.date-event .date-inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.date-event span.day {
  font-size: 1.8rem;
  font-weight: 800;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: -2.2em;
}
@media screen and (min-width: 1025px) {
  .date-event span.day {
    right: -2em;
    font-size: 4rem;
  }
}
.date-event span.year {
  font-size: 3.5rem;
  margin-right: 5px;
}
@media screen and (min-width: 1025px) {
  .date-event span.year {
    margin-right: 10px;
    font-size: 5.5rem;
  }
}

.text-detail {
  color: #641B0C;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media screen and (min-width: 1025px) {
  .text-detail {
    font-size: 2.9rem;
  }
}
.text-detail .font--s {
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .text-detail .font--s {
    font-size: 1.8rem;
  }
}

/*--------------------------------
EXHIBITION
--------------------------------*/
.section-exhibition .date-inner {
  margin-bottom: 0;
}
.section-exhibition .date-event {
  padding-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .section-exhibition .date-event {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=event.css.map */