/* Scss Document */
.event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 640px) {
  .event-head {
    padding-top: 40vw;
    height: auto;
    background-position: center top;
    background-size: auto 40vw;
  }
}
.event-head .inner {
  margin: 0;
  padding: 0;
}
.event-head .page-title {
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}
.event-head .page-title-wrapper {
  margin: 0 0 0 auto;
  width: 68rem;
  height: 68rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .event-head .page-title-wrapper {
    padding: 5vw;
    width: 100%;
    height: auto;
  }
}
.event-head .page-title-wrapper-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
}
.event-head .page-title-wrapper:after {
  display: none;
}
.event-head .page-title .en {
  font-size: 2rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .event-head .page-title .en {
    font-size: 1.2rem;
  }
}
.event-head .page-title .jp {
  font-size: 3.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .event-head .page-title .jp {
    font-size: 1.8rem;
  }
}
.event-head .page-title .event-title {
  margin: 2em 0;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .event-head .page-title .event-title {
    margin: 1em 0;
    font-size: 2.2rem;
  }
}
.event-head .page-title .event-data {
  margin: 0 6rem;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .event-head .page-title .event-data {
    margin: 0;
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.event-head .page-title .event-data dl {
  margin: 0 0 1em;
  padding: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.event-head .page-title .event-data dl dt {
  width: 4em;
}
.event-head .page-title .event-data dl dd {
  width: calc(100% - 4em);
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .event-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-list:after {
  content: "";
  height: 0;
  width: 30%;
}
.event-item {
  margin-bottom: 5rem;
  width: 30%;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .event-item {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .event-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-item figure {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .event-item figure {
    margin-bottom: 0;
    width: 35%;
  }
}
.event-item figure img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .event-item figure img {
    height: 22vw;
  }
}
.event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .event-meta {
    width: 60%;
  }
}
.event-meta .cat {
  padding: 0.25em 0.5em;
  font-size: 1.3rem;
  background: #ccc;
}
.event-title {
  margin-top: 1em;
  width: 100%;
}