@charset "utf-8";

.content * {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    Arial, Meiryo, sans-serif;
}

.bg-title {
  margin-bottom: 0;
}

.bg-title h1 {
  font-weight: 600;
  font-family: Poppins, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial,
    Meiryo, sans-serif;
}

.lead {
  padding: 30px 10px;
}

.lead > :first-child {
  margin-top: 0;
}

.lead-text {
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 2;
}

.award-section {
  padding: 0 10px;
}

.award-section + .award-section {
  margin-top: 80px;
}

.award-section-title {
  margin: 0 -20px 30px;
}

.award-card__title {
  font-family: Poppins, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial,
    Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

.award-card.partner .award-card__title {
  color: #fe531e;
}

.award-card.performer .award-card__title {
  color: #0088a8;
}

.award-card.wide .award-card__title {
  font-size: 2.2rem;
}

.award-card__inner {
  display: flex;
  flex-direction: column;
}

.award-card__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}

.award-card.wide .award-card__name {
  font-size: 2rem;
}

.award-card__title + .award-card__name {
  margin-top: 5px;
}

.award-card__text {
  font-size: 1.4rem;
  line-height: 2;
}

.award-card.wide .award-card__text {
  font-size: 1.6rem;
}

.award-card__visual {
  order: -1;
  text-align: center;
}

.award-card__img {
  max-width: 150px;
  max-height: 75px;
  width: 100%;
}

.award-card.wide .award-card__img {
  max-width: 220px;
  max-height: 110px;
}

.award-comment {
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  transition: background-color 0.3s;
}

.award-comment.is-open {
  background-color: #f7f7f7;
}

.award-comment__title {
  font-size: 1.4rem;
  position: relative;
  padding: 15px 20px 15px 40px;
  line-height: 1.6;
}

.award-comment__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #111;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.award-comment__button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.award-comment__button::before,
.award-comment__button::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  width: 12px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  z-index: 1;
}

.award-comment__button::after {
transform: rotate(90deg);
transition: transform 0.3s;
}

.award-comment__button[aria-expanded="true"]::after {
  transform: rotate(0);
}

.award-comment__content {
  padding: 10px 20px;
}

.award-comment__text {
  font-size: 1.4rem;
  line-height: 2;
}
  
.award-comment__text + .award-comment__text{
  margin-top: 1em;
}

.award-layout__item {
  margin-top: 50px;
}

.award-list {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(2, 1fr);
}

.award-list.persons .award-list__title {
  color: #2778c8;
}

.award-list__title {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.award-list__name {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 8px;
  font-weight: bold;
}

.award-list__text {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .bg-title::before {
    content: none;
  }

  .bg-title h1 {
    font-size: 2.2rem;
    padding: 30px 20px;
    line-height: 1.455;
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .lead {
    text-align: center;
    padding: 80px 0 140px;
  }

  .lead-text {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .award-section {
    padding: 0;
  }

  .award-section + .award-section {
    margin-top: 200px;
  }

  .award-section-title {
    margin: 0 0 80px;
  }

  .award-card__title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .award-card.wide .award-card__title {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .award-card.performer .award-card__title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .award-card.wide .award-card__inner {
    display: grid;
    grid-template-columns: min(34%, 400px) 1fr;
    gap: 0 30px;
  }

  .award-card__name {
    font-size: 2rem;
    margin-top: 15px;
  }

  .award-card.wide .award-card__name {
    font-size: 2.2rem;
    text-align: left;
    margin-top: 0;
  }

  .award-card__text {
    font-size: 1.6rem;
  }

  .award-card.wide .award-card__text {
    font-size: 1.8rem;
  }

  .award-card__img {
    max-width: 220px;
    max-height: 110px;
  }

  .award-card.wide .award-card__img {
    max-width: 400px;
    max-height: none;
  }

  .award-comment {
    margin-top: 30px;
  }

  .award-comment__title {
    font-size: 1.6rem;
    padding-left: 55px;
  }

  .award-comment__title::before {
    width: 30px;
    height: 30px;
    left: 15px;
  }

  .award-comment__button::before,
  .award-comment__button::after {
    left: 24px;
  }

  .award-comment__content {
    padding: 10px 40px 30px;
  }

  .award-comment__text {
    font-size: 1.6rem;
  }

  .award-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 5%;
    margin-top: 100px;
  }

  .award-layout__item {
    margin-top: 0;
  }

  .award-list {
    gap: 100px 3.5%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .award-list__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .award-list__name {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .award-list__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .award-card.wide .award-card__inner {
    gap: 0 60px;
  }

  .award-layout {
    gap: 100px 10%;
  }
}

.eui-disclosure-content {
  box-sizing: border-box;
}
.eui-disclosure-content.is-transition {
  overflow: hidden;
  transition: height 0.4s, padding-top 0.4s, padding-bottom 0.4s;
}
.eui-disclosure-content[hidden] {
  display: none;
}
.eui-disclosure .eui-disclosure-content:not(.is-show) {
  display: none;
}
