@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : event.css
Description : トピックスページ
===================================================================== */
/* =====================================================================
    event
======================================================================*/
.event {
  padding-bottom: 12rem;
}

.event_article {
  padding: 8rem calc(55 / 640 * 100%);
  color: #000;
  background-color: #fff;
}
.event_article:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .event_article {
    margin-left: calc(-55 / 640 * 100%);
    width: calc(750 / 640 * 100%);
  }
}
.event_article > *:not(:last-child) {
  margin-bottom: 2em;
}
.event_article header {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #e6c212;
}
.event_article header time {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Concert One", cursive;
  font-size: 2.2rem;
  color: #e6c212;
}
.event_article header time.new::after {
  content: "NEW";
  display: inline-block;
  margin-left: 2em;
  font-family: "Concert One", cursive;
  font-size: 2.2rem;
  color: #e55927;
}
.event_article header h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.357;
}
.event_article p {
  line-height: 1.833;
}
.event_article h4,
.event_article h5 {
  position: relative;
  padding-left: 1.4em;
  font-weight: 700;
  line-height: 1.833;
}
.event_article h4::before,
.event_article h5::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #e6c212;
}
.event_article h4 + p,
.event_article h5 + p {
  margin-top: -1em;
  padding-left: 1.4em;
}
.event_article h5::before {
  content: "・";
}
.event_article .btn1 a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .event_article {
    padding: 8rem calc(112 / 1024 * 100%);
  }
  .event_article > *:not(:last-child) {
    margin-bottom: 3em;
  }
  .event_article header time {
    font-size: 1.6rem;
  }
  .event_article header time.new::after {
    font-size: 1.4rem;
  }
  .event_article header h3 {
    font-size: 1.8rem;
    line-height: 1.555;
  }
  .event_article p {
    line-height: 1.625;
  }
  .event_article figure {
    margin-left: auto;
    margin-right: auto;
    width: 52rem;
  }
  .event_article h4,
  .event_article h5 {
    line-height: 1.625;
  }
}
/* =====================================================================
    collab
======================================================================*/
.collab {
  padding-bottom: 12rem;
}

.collab_group h3 + p {
  margin-bottom: 6rem;
}
.collab_group p {
  line-height: 1.833;
}
.collab_group p span {
  color: #e6c212;
}
.collab_group header {
  margin-bottom: 4rem;
}
.collab_group header h4 {
  position: relative;
  margin: 0 calc(50% - 50vw) 1.6rem;
  padding: 3rem 6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.collab_group header h4::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32%;
  height: 100%;
  background: url(../images/event/img_deco1_l.png) no-repeat center right/cover;
  z-index: -1;
}

.btn2 {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.8em;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  background: #f2cb13;
}
.btn2::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.collab_group_list {
  margin-bottom: 8rem;
}
.collab_group_list li:not(:last-child) {
  margin-bottom: 6rem;
}
.collab_group_list li figure {
  margin-bottom: 4rem;
}
.collab_group_list li h5 {
  margin-bottom: 5rem;
  padding-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.312;
  color: #e6c212;
  border-bottom: 1px solid;
}

.collab_desc {
  display: flex;
  line-height: 1.833;
}
.collab_desc dt {
  flex-shrink: 0;
  color: #e6c212;
}

@media screen and (min-width: 768px) {
  .collab_group {
    margin: 0 auto;
    max-width: 880px;
  }
  .collab_group header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.4rem;
  }
  .collab_group header h4 {
    margin: 0;
    padding: 2rem 4rem;
    font-size: 2.4rem;
  }
  .btn2 {
    flex-shrink: 0;
    padding: 0.8em 1.8em;
    font-size: 1.4rem;
  }
  .btn2::after {
    transition: 0.3s ease;
  }
  .btn2:hover::after {
    right: 0.5em;
  }
  .collab_group_list li {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .collab_group_list li:not(:last-child) {
    margin-bottom: 8rem;
  }
  .collab_group_list li figure {
    margin: 0 0 0 4.5454545455%;
    width: 45.4545454545%;
  }
  .collab_group_list li h5 {
    margin-bottom: 4rem;
    padding-bottom: 1.2em;
    font-size: 2rem;
  }
  .collab_group_list li p {
    margin-bottom: 3rem;
  }
  .collab_group_list__inner {
    flex-grow: 1;
    width: 50%;
  }
  .collab_desc {
    line-height: 1.625;
  }
}/*# sourceMappingURL=event.css.map */