@charset "UTF-8";
.event {
  background: #cfa171;
  padding-bottom: 12rem;
}
@media screen and (min-width: 960px) {
  .event {
    padding-bottom: 20rem;
  }
}
.event-header {
  background: #000;
  padding: 1.2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-header {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    gap: 0 3.2rem;
  }
}
.event-header__term, .event-header__description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .event-header__term, .event-header__description {
    gap: 0 1.2rem;
  }
}
.event-header__description {
  color: #93989c;
}
@media screen and (min-width: 960px) {
  .event-header__description {
    gap: 0 1.6rem;
  }
}
.event-kv {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .event-kv {
    flex-direction: row;
  }
}
.event-kv__column, .event-kv__column--reverse, .event-kv__column--3, .event-kv__column--2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .event-kv__column--2 {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .event-kv__column--3 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .event-kv__column--reverse {
    flex-direction: column-reverse;
  }
}
.event-kv-02 {
  position: relative;
}
.event-kv-02::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.event-kv-02__bg {
  aspect-ratio: 1.5918367347;
  width: 100%;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .event-kv-02__bg {
    aspect-ratio: 0.8020050125;
    max-height: 79.8rem;
  }
}
.event-kv-02__container {
  color: #fff;
  position: absolute;
  left: 1.6rem;
  top: calc(50% - 6.6rem);
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
  .event-kv-02__container {
    left: 4.8rem;
    top: auto;
    bottom: 5.6rem;
  }
}
.event-kv-02__title {
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .event-kv-02__title {
    font-size: 9rem;
  }
}
.event-kv-02__caption {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 0.6rem;
}
@media screen and (min-width: 960px) {
  .event-kv-02__caption {
    font-size: 2.4rem;
  }
}
.event-kv-02__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: absolute;
  left: 1.6rem;
  bottom: 2.4rem;
  gap: 0 1rem;
}
@media screen and (min-width: 960px) {
  .event-kv-02__logo {
    left: auto;
    right: 4.8rem;
    bottom: 4.8rem;
  }
}
.event-kv-02__logo--dcm {
  width: 15.4rem;
}
.event-kv-02__logo--pek {
  width: 8.4rem;
}
.event-container {
  padding: 8rem 1.2rem 0;
}
.event__title {
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  padding-bottom: 10rem;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 960px) {
  .event__title {
    font-size: 4.8rem;
    padding-bottom: 16rem;
  }
}
.event-topic, .event-topic--reverse {
  padding-top: 5.2rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 960px) {
  .event-topic, .event-topic--reverse {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .event-topic--reverse {
    flex-direction: row-reverse;
  }
}
.event-topic__title {
  width: 100%;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: -0.01em;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .event-topic__title {
    font-size: 4.8rem;
    margin-bottom: 8rem;
  }
}
.event-topic__title--sup {
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .event-topic__title--sup {
    font-size: 2.8rem;
  }
}
.event-topic__image {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .event-topic__image {
    width: calc(100% - 58rem);
  }
}
.event-topic__image--narrow {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .event-topic__image--narrow {
    max-width: 90rem;
  }
}
.event-topic__container {
  padding-top: 2.4rem;
  padding-left: 14%;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .event-topic__container {
    padding: 0;
    width: 51rem;
  }
}
.event-topic__term {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-topic__term {
    font-size: 4.2rem;
  }
}
.event-topic__term--category {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .event-topic__term--category {
    font-size: 2.4rem;
  }
}
.event-topic__term + .event-topic__text--intro {
  margin-top: 3.2rem;
}
@media screen and (min-width: 960px) {
  .event-topic__term + .event-topic__text--intro {
    margin-top: 6.4rem;
  }
}
.event-topic__catch {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-topic__catch {
    font-size: 2.8rem;
    line-height: 1.315789474;
  }
}
.event-topic__catch + .event-topic__text--intro {
  margin-top: 3.2rem;
}
@media screen and (min-width: 960px) {
  .event-topic__catch + .event-topic__text--intro {
    margin-top: 6.4rem;
  }
}
.event-topic__text, .event-list__description, .event-topic-list, .event-topic__text--intro {
  font-size: 1.6rem;
  line-height: 1.56;
}
.event-topic__text--intro {
  margin-bottom: 4rem;
}
.event-topic-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  font-family: neue-haas-grotesk-display, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;
}
.event-topic-list__term, .event-topic-list__term--long {
  width: 5rem;
}
.event-topic-list__term::after, .event-topic-list__term--long::after {
  content: "：";
}
.event-topic-list__term--long {
  width: 9.6rem;
}
.event-topic-list__description {
  width: calc(100% - 5rem);
}
.event-topic__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  border: 1px solid #000;
  padding: 1.2rem 2.4rem;
  margin-top: 4.2rem;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .event-topic__link:hover {
    background-color: #000;
    color: #fff;
  }
}
.event-list {
  padding-top: 5.2rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #231815;
}
.event-list:last-of-type {
  border-bottom: none;
}
.event-list__title {
  font-size: 3.2rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-list__title {
    font-size: 4.8rem;
  }
}
.event-list__description {
  padding-top: 4rem;
  padding-left: 14%;
  font-weight: 700;
  width: 100%;
  max-width: 64rem;
}
@media screen and (min-width: 960px) {
  .event-list__description {
    padding-top: 8rem;
    padding: 0;
  }
}
.event-list__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 4rem 2%;
}
@media screen and (min-width: 960px) {
  .event-list__container {
    margin-top: 6.4rem;
    gap: 6.4rem 2%;
  }
}
.event-list-item {
  display: block;
  text-align: left;
  width: 49%;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-list-item {
    width: 32%;
  }
}
@media (hover: hover) {
  .event-list-item:hover .event-list-item__thumbnail {
    transform: scale(1.05);
  }
}
.event-list-item--disable {
  display: block;
  text-align: left;
  width: 49%;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-list-item--disable {
    width: 32%;
  }
}
.event-list-item__frame {
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: 1rem;
}
.event-list-item__thumbnail {
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-list-item__term {
  font-size: 1.6rem;
  line-height: 1.56;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .event-list-item__term {
    font-size: 2.6rem;
  }
}
.event-list-item__term--sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  .event-list-item__term--sub {
    margin-top: 0;
    display: inline-block;
  }
}
.event-list-item__date {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  color: #dfdfdf;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .event-list-item__date {
    font-size: 2.5rem;
  }
}
.event-list-item__date--top {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 0.6rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .event-list-item__date--top {
    font-size: 1.8rem;
  }
}
.event-list-item__notice {
  font-family: neue-haas-grotesk-display, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.event-modal {
  left: 7.5%;
  top: calc((100vh - 45.2rem) / 2);
  width: 85%;
  max-width: 60rem;
  padding: 1.6rem;
  background-color: #fff;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .event-modal {
    padding: 3.2rem;
    left: calc(50vw - 30rem);
    top: calc((100vh - 56.4rem) / 2);
  }
}
.event-modal__inner {
  height: 42rem;
  overflow: auto;
  font-family: neue-haas-grotesk-display, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;
}
@media screen and (min-width: 960px) {
  .event-modal__inner {
    height: 50rem;
  }
}
.event-modal__title {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .event-modal__title {
    font-size: 2.2rem;
  }
}
.event-modal__data {
  font-size: 1.2rem;
  display: block;
  padding-top: 1.2rem;
}
@media screen and (min-width: 960px) {
  .event-modal__data {
    font-size: 1.5rem;
  }
}
.event-modal__description {
  border-top: 1px solid #eee;
  padding-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.56;
  margin-top: 3.6rem;
}
@media screen and (min-width: 960px) {
  .event-modal__description {
    font-size: 1.6rem;
  }
}
