@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
  PageSpecific
--------------------------------------------------*/
/* mv
-------------------------*/
.mv__content {
  position: relative;
}

.mv__content--img {
  width: 100%;
  max-width: inherit;
}

.mv-front-ttl {
  font-size: 0;
  color: transparent;
}

.mv-front-logo {
  position: absolute;
  width: auto;
  height: 100%;
  padding-bottom: 1.5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.mv-front-logo img {
  width: auto;
  max-width: inherit;
  height: 100%;
}


/* c-section-heading
-------------------------*/
.c-section-heading {
  font-weight: bold;
  color: #0068b7;
  border-bottom: solid 2px #0068b7;
}

@media print,
screen and (min-width: 769px) {
  .c-section-heading {
    font-size: 2rem;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 1.75rem;
    padding-bottom: 22px;
  }
}

/* event-summary
-------------------------*/
.event-summary {
  text-align: center;
  margin-top: 16px;
}

.event-summary__image {
  margin-top: 16px;
}

.event-summary__text {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}

.event-summary__item-wrap {
  text-align: left;
  display: grid;
  gap: 0.8em;
  /* 左列（h4）はテキスト量に応じた可変幅 / 右列（p）は残り幅一杯 */
  grid-template-columns: max-content minmax(0, 1fr);
}

.event-summary__item {
  display: contents;
}

.event-summary__item h4 {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.event-summary__image-note {
  display: block;
  font-size: 0.75rem;
  margin-top: 16px;
  word-break: break-all;
  text-align: right;
}

.event-summary__heading {
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
}

.event-summary__text {
  font-size: 16px;
  color: #333333;
}

@media print,
screen and (min-width: 769px) {
  .event-summary__image-note {
    text-align: right;
  }

  .event-summary__heading {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 768px) {
  .event-summary__heading {
    font-size: 1.125rem;
    line-height: 1;
  }

  .event-summary__text {
    margin-top: 16px;
  }
}


/* theme
-------------------------*/
.theme-heading-ttl {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to bottom, #0068b7, #00cade);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  color: transparent;
  margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
  .theme-heading-ttl {
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(to bottom, #0068b7, #00cade);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .theme-heading-ttl {
    font-size: 28px;
  }
}


/* access
-------------------------*/
.p-contetns-access__button {
  width: 100%;
  max-width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}