.red {
  color: #ff2000 !important;
}

.strong {
  font-weight: 900 !important;
}

.link {
  color: #0066c0 !important;
}
.link:hover {
  text-decoration: underline;
}

.icon {
  padding: 4px 16px;
  margin-bottom: 16px;
  display: inline-block;
  background-color: #ff2000;
  border-radius: 2px;
  color: #fff;
}

p .small {
  font-size: 10px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}

.url a {
  padding-left: 1.5rem;
  display: inline-block;
  position: relative;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #141E3E;
}
.url a:hover {
  opacity: 1;
}
.url a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../img/link.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information section h2,
.supporter_card section h2,
.reservation section h2,
.concert section h2,
.tea section h2,
.anniversary section h2 {
  padding: 16px 0;
  margin-bottom: 24px;
  background-color: #141E3E;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.information section h2:not(:first-of-type),
.supporter_card section h2:not(:first-of-type),
.reservation section h2:not(:first-of-type),
.concert section h2:not(:first-of-type),
.tea section h2:not(:first-of-type),
.anniversary section h2:not(:first-of-type) {
  margin-top: 96px;
}
.information section h3,
.supporter_card section h3,
.reservation section h3,
.concert section h3,
.tea section h3,
.anniversary section h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  border-left: 5px solid #141E3E;
  padding-left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #141E3E;
}

.event,
.news,
.goods,
.information,
.supporter_card,
.reservation,
.concert,
.contact,
.entas,
.recruit {
  background-size: auto auto;
  background-attachment: fixed;
  background-color: rgb(255, 255, 255);
}

.event .top_headline,
.collab .top_headline,
.news .top_headline,
.goods .top_headline,
.information .top_headline,
.supporter_card .top_headline,
.reservation .top_headline,
.concert .top_headline,
.contact .top_headline,
.entas .top_headline,
.not_found .top_headline,
.tea .top_headline,
.anniversary .top_headline,
.recruit .top_headline {
  margin-bottom: 96px;
  height: 360px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/headline_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.event .top_headline h1,
.collab .top_headline h1,
.news .top_headline h1,
.goods .top_headline h1,
.information .top_headline h1,
.supporter_card .top_headline h1,
.reservation .top_headline h1,
.concert .top_headline h1,
.contact .top_headline h1,
.entas .top_headline h1,
.not_found .top_headline h1,
.tea .top_headline h1,
.anniversary .top_headline h1,
.recruit .top_headline h1 {
  color: #fff;
  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;
  font-family: vdl-admin, sans-serif;
  font-weight: 700;
}
.event .top_headline h1 span,
.collab .top_headline h1 span,
.news .top_headline h1 span,
.goods .top_headline h1 span,
.information .top_headline h1 span,
.supporter_card .top_headline h1 span,
.reservation .top_headline h1 span,
.concert .top_headline h1 span,
.contact .top_headline h1 span,
.entas .top_headline h1 span,
.not_found .top_headline h1 span,
.tea .top_headline h1 span,
.anniversary .top_headline h1 span,
.recruit .top_headline h1 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.event .top_headline h1 span.main,
.collab .top_headline h1 span.main,
.news .top_headline h1 span.main,
.goods .top_headline h1 span.main,
.information .top_headline h1 span.main,
.supporter_card .top_headline h1 span.main,
.reservation .top_headline h1 span.main,
.concert .top_headline h1 span.main,
.contact .top_headline h1 span.main,
.entas .top_headline h1 span.main,
.not_found .top_headline h1 span.main,
.tea .top_headline h1 span.main,
.anniversary .top_headline h1 span.main,
.recruit .top_headline h1 span.main {
  margin-bottom: 16px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.event .top_headline .breadcrumbs,
.collab .top_headline .breadcrumbs,
.news .top_headline .breadcrumbs,
.goods .top_headline .breadcrumbs,
.information .top_headline .breadcrumbs,
.supporter_card .top_headline .breadcrumbs,
.reservation .top_headline .breadcrumbs,
.concert .top_headline .breadcrumbs,
.contact .top_headline .breadcrumbs,
.entas .top_headline .breadcrumbs,
.not_found .top_headline .breadcrumbs,
.tea .top_headline .breadcrumbs,
.anniversary .top_headline .breadcrumbs,
.recruit .top_headline .breadcrumbs {
  max-width: 1080px;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
.event .top_headline .breadcrumbs .home span,
.collab .top_headline .breadcrumbs .home span,
.news .top_headline .breadcrumbs .home span,
.goods .top_headline .breadcrumbs .home span,
.information .top_headline .breadcrumbs .home span,
.supporter_card .top_headline .breadcrumbs .home span,
.reservation .top_headline .breadcrumbs .home span,
.concert .top_headline .breadcrumbs .home span,
.contact .top_headline .breadcrumbs .home span,
.entas .top_headline .breadcrumbs .home span,
.not_found .top_headline .breadcrumbs .home span,
.tea .top_headline .breadcrumbs .home span,
.anniversary .top_headline .breadcrumbs .home span,
.recruit .top_headline .breadcrumbs .home span {
  text-transform: uppercase;
}
.event .top_headline .breadcrumbs span,
.collab .top_headline .breadcrumbs span,
.news .top_headline .breadcrumbs span,
.goods .top_headline .breadcrumbs span,
.information .top_headline .breadcrumbs span,
.supporter_card .top_headline .breadcrumbs span,
.reservation .top_headline .breadcrumbs span,
.concert .top_headline .breadcrumbs span,
.contact .top_headline .breadcrumbs span,
.entas .top_headline .breadcrumbs span,
.not_found .top_headline .breadcrumbs span,
.tea .top_headline .breadcrumbs span,
.anniversary .top_headline .breadcrumbs span,
.recruit .top_headline .breadcrumbs span {
  font-size: 12px;
}
.event .top_headline .breadcrumbs span:not(:first-of-type),
.collab .top_headline .breadcrumbs span:not(:first-of-type),
.news .top_headline .breadcrumbs span:not(:first-of-type),
.goods .top_headline .breadcrumbs span:not(:first-of-type),
.information .top_headline .breadcrumbs span:not(:first-of-type),
.supporter_card .top_headline .breadcrumbs span:not(:first-of-type),
.reservation .top_headline .breadcrumbs span:not(:first-of-type),
.concert .top_headline .breadcrumbs span:not(:first-of-type),
.contact .top_headline .breadcrumbs span:not(:first-of-type),
.entas .top_headline .breadcrumbs span:not(:first-of-type),
.not_found .top_headline .breadcrumbs span:not(:first-of-type),
.tea .top_headline .breadcrumbs span:not(:first-of-type),
.anniversary .top_headline .breadcrumbs span:not(:first-of-type),
.recruit .top_headline .breadcrumbs span:not(:first-of-type) {
  margin-left: 16px;
}
.event .top_headline .breadcrumbs span:not(:last-of-type),
.collab .top_headline .breadcrumbs span:not(:last-of-type),
.news .top_headline .breadcrumbs span:not(:last-of-type),
.goods .top_headline .breadcrumbs span:not(:last-of-type),
.information .top_headline .breadcrumbs span:not(:last-of-type),
.supporter_card .top_headline .breadcrumbs span:not(:last-of-type),
.reservation .top_headline .breadcrumbs span:not(:last-of-type),
.concert .top_headline .breadcrumbs span:not(:last-of-type),
.contact .top_headline .breadcrumbs span:not(:last-of-type),
.entas .top_headline .breadcrumbs span:not(:last-of-type),
.not_found .top_headline .breadcrumbs span:not(:last-of-type),
.tea .top_headline .breadcrumbs span:not(:last-of-type),
.anniversary .top_headline .breadcrumbs span:not(:last-of-type),
.recruit .top_headline .breadcrumbs span:not(:last-of-type) {
  margin-right: 16px;
}
.event section:not(.layer_board),
.collab section:not(.layer_board),
.news section:not(.layer_board),
.goods section:not(.layer_board),
.information section:not(.layer_board),
.supporter_card section:not(.layer_board),
.reservation section:not(.layer_board),
.concert section:not(.layer_board),
.contact section:not(.layer_board),
.entas section:not(.layer_board),
.not_found section:not(.layer_board),
.tea section:not(.layer_board),
.anniversary section:not(.layer_board),
.recruit section:not(.layer_board) {
  width: calc(100% - 48px);
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 24px;
  text-align: left;
  background-color: #fff;
}
.event section > h2,
.collab section > h2,
.news section > h2,
.goods section > h2,
.information section > h2,
.supporter_card section > h2,
.reservation section > h2,
.concert section > h2,
.contact section > h2,
.entas section > h2,
.not_found section > h2,
.tea section > h2,
.anniversary section > h2,
.recruit section > h2 {
  margin-bottom: 24px;
}
.event section > h2 span,
.collab section > h2 span,
.news section > h2 span,
.goods section > h2 span,
.information section > h2 span,
.supporter_card section > h2 span,
.reservation section > h2 span,
.concert section > h2 span,
.contact section > h2 span,
.entas section > h2 span,
.not_found section > h2 span,
.tea section > h2 span,
.anniversary section > h2 span,
.recruit section > h2 span {
  display: inline-block;
}
.event section .btn_wrap,
.collab section .btn_wrap,
.news section .btn_wrap,
.goods section .btn_wrap,
.information section .btn_wrap,
.supporter_card section .btn_wrap,
.reservation section .btn_wrap,
.concert section .btn_wrap,
.contact section .btn_wrap,
.entas section .btn_wrap,
.not_found section .btn_wrap,
.tea section .btn_wrap,
.anniversary section .btn_wrap,
.recruit section .btn_wrap {
  margin-top: 24px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.tea section .tea_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.tea section .tea_wrap > * {
  -ms-flex-item-align: center;
      align-self: center;
}
.tea section .tea_wrap p {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
  color: #141E3E;
}

@media screen and (max-width: 1024px) {
  .event main,
  .collab main,
  .news main,
  .goods main,
  .information main,
  .supporter_card main,
  .reservation main,
  .concert main,
  .contact main,
  .entas main,
  .tea main,
  .anniversary main {
    margin-top: 50px;
  }
  .event .top_headline,
  .collab .top_headline,
  .news .top_headline,
  .goods .top_headline,
  .information .top_headline,
  .supporter_card .top_headline,
  .reservation .top_headline,
  .concert .top_headline,
  .contact .top_headline,
  .entas .top_headline,
  .tea .top_headline,
  .anniversary .top_headline {
    margin-bottom: 48px;
    height: 220px;
  }
  .event .top_headline h1 span,
  .collab .top_headline h1 span,
  .news .top_headline h1 span,
  .goods .top_headline h1 span,
  .information .top_headline h1 span,
  .supporter_card .top_headline h1 span,
  .reservation .top_headline h1 span,
  .concert .top_headline h1 span,
  .contact .top_headline h1 span,
  .entas .top_headline h1 span,
  .tea .top_headline h1 span,
  .anniversary .top_headline h1 span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .event .top_headline h1 span.main,
  .collab .top_headline h1 span.main,
  .news .top_headline h1 span.main,
  .goods .top_headline h1 span.main,
  .information .top_headline h1 span.main,
  .supporter_card .top_headline h1 span.main,
  .reservation .top_headline h1 span.main,
  .concert .top_headline h1 span.main,
  .contact .top_headline h1 span.main,
  .entas .top_headline h1 span.main,
  .tea .top_headline h1 span.main,
  .anniversary .top_headline h1 span.main {
    margin-bottom: 8px;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
  }
  .event .top_headline .breadcrumbs,
  .collab .top_headline .breadcrumbs,
  .news .top_headline .breadcrumbs,
  .goods .top_headline .breadcrumbs,
  .information .top_headline .breadcrumbs,
  .supporter_card .top_headline .breadcrumbs,
  .reservation .top_headline .breadcrumbs,
  .concert .top_headline .breadcrumbs,
  .contact .top_headline .breadcrumbs,
  .entas .top_headline .breadcrumbs,
  .tea .top_headline .breadcrumbs,
  .anniversary .top_headline .breadcrumbs {
    font-size: 10px;
  }
  .event .top_headline .breadcrumbs span,
  .collab .top_headline .breadcrumbs span,
  .news .top_headline .breadcrumbs span,
  .goods .top_headline .breadcrumbs span,
  .information .top_headline .breadcrumbs span,
  .supporter_card .top_headline .breadcrumbs span,
  .reservation .top_headline .breadcrumbs span,
  .concert .top_headline .breadcrumbs span,
  .contact .top_headline .breadcrumbs span,
  .entas .top_headline .breadcrumbs span,
  .tea .top_headline .breadcrumbs span,
  .anniversary .top_headline .breadcrumbs span {
    font-size: 10px;
  }
  .event .top_headline .breadcrumbs span:not(:first-of-type),
  .collab .top_headline .breadcrumbs span:not(:first-of-type),
  .news .top_headline .breadcrumbs span:not(:first-of-type),
  .goods .top_headline .breadcrumbs span:not(:first-of-type),
  .information .top_headline .breadcrumbs span:not(:first-of-type),
  .supporter_card .top_headline .breadcrumbs span:not(:first-of-type),
  .reservation .top_headline .breadcrumbs span:not(:first-of-type),
  .concert .top_headline .breadcrumbs span:not(:first-of-type),
  .contact .top_headline .breadcrumbs span:not(:first-of-type),
  .entas .top_headline .breadcrumbs span:not(:first-of-type),
  .tea .top_headline .breadcrumbs span:not(:first-of-type),
  .anniversary .top_headline .breadcrumbs span:not(:first-of-type) {
    margin-left: 8px;
  }
  .event .top_headline .breadcrumbs span:not(:last-of-type),
  .collab .top_headline .breadcrumbs span:not(:last-of-type),
  .news .top_headline .breadcrumbs span:not(:last-of-type),
  .goods .top_headline .breadcrumbs span:not(:last-of-type),
  .information .top_headline .breadcrumbs span:not(:last-of-type),
  .supporter_card .top_headline .breadcrumbs span:not(:last-of-type),
  .reservation .top_headline .breadcrumbs span:not(:last-of-type),
  .concert .top_headline .breadcrumbs span:not(:last-of-type),
  .contact .top_headline .breadcrumbs span:not(:last-of-type),
  .entas .top_headline .breadcrumbs span:not(:last-of-type),
  .tea .top_headline .breadcrumbs span:not(:last-of-type),
  .anniversary .top_headline .breadcrumbs span:not(:last-of-type) {
    margin-right: 8px;
  }
  .event section:not(.layer_board),
  .collab section:not(.layer_board),
  .news section:not(.layer_board),
  .goods section:not(.layer_board),
  .information section:not(.layer_board),
  .supporter_card section:not(.layer_board),
  .reservation section:not(.layer_board),
  .concert section:not(.layer_board),
  .contact section:not(.layer_board),
  .entas section:not(.layer_board),
  .tea section:not(.layer_board),
  .anniversary section:not(.layer_board) {
    width: calc(100% - 96px);
  }
  .event section h2:not(:first-of-type),
  .collab section h2:not(:first-of-type),
  .news section h2:not(:first-of-type),
  .goods section h2:not(:first-of-type),
  .information section h2:not(:first-of-type),
  .supporter_card section h2:not(:first-of-type),
  .reservation section h2:not(:first-of-type),
  .concert section h2:not(:first-of-type),
  .contact section h2:not(:first-of-type),
  .entas section h2:not(:first-of-type),
  .tea section h2:not(:first-of-type),
  .anniversary section h2:not(:first-of-type) {
    margin-top: 48px;
  }
  .event section .btn_wrap,
  .collab section .btn_wrap,
  .news section .btn_wrap,
  .goods section .btn_wrap,
  .information section .btn_wrap,
  .supporter_card section .btn_wrap,
  .reservation section .btn_wrap,
  .concert section .btn_wrap,
  .contact section .btn_wrap,
  .entas section .btn_wrap,
  .tea section .btn_wrap,
  .anniversary section .btn_wrap {
    gap: 1.5rem;
  }
  .tea section .tea_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tea section .tea_wrap .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tea section .tea_wrap p {
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 770px) {
  .event .top_headline h1 span.main,
  .collab .top_headline h1 span.main,
  .news .top_headline h1 span.main,
  .goods .top_headline h1 span.main,
  .information .top_headline h1 span.main,
  .supporter_card .top_headline h1 span.main,
  .reservation .top_headline h1 span.main,
  .concert .top_headline h1 span.main,
  .contact .top_headline h1 span.main,
  .entas .top_headline h1 span.main,
  .tea .top_headline h1 span.main,
  .anniversary .top_headline h1 span.main {
    font-size: 24px;
  }
  .event section:not(.layer_board),
  .collab section:not(.layer_board),
  .news section:not(.layer_board),
  .goods section:not(.layer_board),
  .information section:not(.layer_board),
  .supporter_card section:not(.layer_board),
  .reservation section:not(.layer_board),
  .concert section:not(.layer_board),
  .contact section:not(.layer_board),
  .entas section:not(.layer_board),
  .tea section:not(.layer_board),
  .anniversary section:not(.layer_board) {
    width: calc(100% - 24px);
    max-width: 640px;
    border-radius: 16px;
  }
}