@import url("https://use.typekit.net/wzn8vfr.css");
@media screen and (min-width: 769px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none !important;
  }
}

.h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.h5 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

p + p {
  margin-top: 10px;
}

small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 1rem;
  }
}

.title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}
.title_h3 {
  font-size: 4.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title_h3 {
    font-size: 3.2rem;
  }
}
.title_h3 small {
  font-size: 0.8em;
}
.title_h4 {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.title_ja {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .title_ja {
    font-size: 1.4rem;
  }
}

.link {
  text-decoration: underline;
  color: #3680E5;
}

.dib {
  display: inline-block;
}

.btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 446px;
  height: 90px;
  padding-inline: 40px;
  border: 2px solid #000;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 70px;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: -45deg;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.btn_none {
  background-color: #fff;
  color: #8c8c8c;
}
.btn_none::after {
  display: none;
}
.btn_small {
  width: 100%;
  max-width: 335px;
  height: 90px;
}
.btn_black {
  background-color: #000;
  color: #fff;
}
.btn_white {
  background-color: #fff;
}
.btn_orange {
  background-color: #f04000;
  border: none;
  color: #fff;
}
.btn_en {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_en {
    font-size: 2.8rem;
  }
}
.btn_ja_b {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_ja_b {
    font-size: 1.8rem;
  }
}
.btn_ja {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .btn_ja {
    font-size: 1.4rem;
  }
}

.btn + .btn {
  margin-top: 20px;
}

.modal-member_contents_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal-member_contents_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-member_contents_detail_logo {
  max-width: 300px;
  border: 1px solid;
}
.modal-member_contents_detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.modal-member_contents_detail_tag span {
  display: block;
  padding-inline: 7px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
}
.modal-member_contents_detail dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
  margin-block: 10px;
}
.modal-area_contents_detail {
  max-width: 600px;
  margin-inline: auto;
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-area_contents_detail {
    padding-block: 80px;
  }
}
.modal-area_contents_detail img {
  border: 1px solid #efefef;
}
.modal-area_contents_detail_tag {
  display: block;
  background: red;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px;
}
.modal-area_contents_detail_title {
  font-size: 24px;
  font-weight: bold;
}

main {
  margin-top: 0;
  padding-top: 0;
}
main section + section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  main section + section {
    margin-top: 80px;
  }
}
main .keyvisual {
  position: relative;
}
main .keyvisual .slick-slide {
  height: auto;
}
main .keyvisual_inner {
  width: 100%;
  position: relative;
  border-inline: 2px solid;
}
main .keyvisual_list {
  position: relative;
}
main .keyvisual_list .slick-arrow {
  width: 30%;
  max-width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .keyvisual_list .slick-arrow {
    display: none !important;
  }
}
main .keyvisual_list .slick-arrow::before {
  display: block;
  position: absolute;
  font-size: 14px;
  rotate: 90deg;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
  opacity: 0.7;
}
main .keyvisual_list .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  top: 50%;
  background-color: #fff;
  opacity: 0.7;
}
main .keyvisual_list .slick-arrow:hover {
  opacity: 1;
}
main .keyvisual_list .slick-arrow.next-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  right: 0;
}
main .keyvisual_list .slick-arrow.next-arrow::before {
  content: "NEXT";
}
main .keyvisual_list .slick-arrow.next-arrow::after {
  right: 0;
}
main .keyvisual_list .slick-arrow.prev-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  left: 0;
}
main .keyvisual_list .slick-arrow.prev-arrow::before {
  content: "BACK";
}
main .keyvisual_list .slick-arrow.prev-arrow::after {
  left: 0;
}
main .keyvisual_item {
  display: block !important;
}
main .keyvisual_item picture {
  display: contents;
}
main .keyvisual_item img {
  max-width: none;
  width: 100%;
}
main .keyvisual .localnav {
  width: calc(100% + 4px);
  height: 60px;
  margin-left: -2px;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  main .keyvisual .localnav {
    height: auto;
  }
}
main .keyvisual .localnav_inner {
  height: 100%;
  margin-inline: auto;
}
main .keyvisual .localnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .keyvisual .localnav_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px 30px;
    padding: 20px 0;
    text-align: right;
  }
}
main .summary_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 60px;
}
@media screen and (max-width: 768px) {
  main .summary_inner {
    grid-template-columns: 1fr;
  }
}
main .summary_consept h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .summary_consept h4 {
    font-size: 2.4rem;
  }
}
main .summary_consept h4 + p {
  margin-top: 30px;
}
main .summary_consept hr {
  margin-block: 40px;
  width: 100%;
  max-width: 400px;
}
main .summary_consept_more {
  margin-top: 30px;
}
main .summary_consept_more_button {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
}
main .summary_consept_more_button input {
  display: none;
}
main .summary_consept_more_button:has(input:checked) {
  display: none;
}
main .summary_consept_more_button:has(input:checked) + * {
  display: block;
}
main .summary_consept_more_button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  rotate: -45deg;
  translate: 0 -50%;
  margin-left: 4px;
}
main .summary_consept_more_text {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #efefef;
}
main .summary_news {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #000;
}
main .summary_news_title {
  margin-bottom: 0;
}
main .summary_news_title h4 {
  height: 60px;
  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;
  border-bottom: 2px solid #000;
}
main .summary_news_import {
  height: 390px;
}
main .summary_news_import iframe {
  width: 100% !important;
}
main .detail_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 60px;
}
@media screen and (max-width: 1024px) {
  main .detail_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px 0;
  }
  main .detail_inner > div {
    width: 100%;
  }
}
main .detail_inner dl + dl {
  margin-top: 14px;
}
main .detail_schedule_table {
  margin-top: 20px;
  max-width: 360px;
  width: 100%;
  margin-bottom: 30px;
}
main .detail_schedule_table tbody tr {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  height: 76px;
  display: table;
  width: 100%;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  main .detail_schedule_table tbody tr {
    height: 60px;
  }
}
main .detail_schedule_table tbody tr + tr {
  border-top: none;
}
main .detail_schedule_table tbody tr th {
  text-align: left;
  line-height: 1;
}
main .detail_schedule_table tbody tr th .date {
  display: inline-block;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 3.2rem;
  min-width: 60px;
}
@media screen and (max-width: 768px) {
  main .detail_schedule_table tbody tr th .date {
    font-size: 2.4rem;
    min-width: 45px;
  }
}
main .detail_schedule_table tbody tr th .week {
  display: inline-block;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 1.8rem;
  min-width: 45px;
}
@media screen and (max-width: 768px) {
  main .detail_schedule_table tbody tr th .week {
    font-size: 1.4rem;
  }
}
main .detail_schedule_table tbody tr th .time {
  display: inline-block;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  main .detail_schedule_table tbody tr th .time {
    font-size: 1.8rem;
  }
}
main .detail_schedule_table tbody tr td span {
  display: block;
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 600;
  font-size: 1.6rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main .detail_schedule_table tbody tr td span {
    font-size: 1.6rem;
  }
}
main .detail_schedule_table tbody tr td span.preview {
  background-color: #D7D6D6;
}
main .detail_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main .detail_images {
    margin-top: 0;
  }
}
main .related_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main .related_list {
    grid-template-columns: 1fr;
  }
}
main .member_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 10px;
}
@media screen and (max-width: 768px) {
  main .member_list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
main .member_item_img {
  border: 1px solid;
  margin-bottom: 20px;
}
main .member_item_detail_title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
}
main .member_item_detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
main .member_item_detail_tag span {
  display: block;
  padding-inline: 7px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
}
main .visit_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}
@media screen and (max-width: 1024px) {
  main .visit_inner {
    grid-template-columns: 1fr;
  }
}
main .visit dl dt {
  font-size: 2.4rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
}
main .visit dl dd {
  margin-top: 10px;
}
main .visit_table {
  margin-top: 20px;
  max-width: 360px;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #BBBBBB;
}
main .visit_table tbody tr {
  border-bottom: 1px solid #BBBBBB;
  height: 76px;
  display: table;
  width: 100%;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  main .visit_table tbody tr {
    height: 60px;
  }
}
main .visit_table tbody tr th {
  text-align: left;
  line-height: 1;
  position: relative;
}
main .visit_table tbody tr th.schedule-none::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
}
main .visit_table tbody tr th.schedule-none * {
  opacity: 0.2;
}
main .visit_table tbody tr th .date {
  display: inline-block;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 3.2rem;
  min-width: 60px;
}
@media screen and (max-width: 768px) {
  main .visit_table tbody tr th .date {
    font-size: 2.4rem;
    min-width: 45px;
  }
}
main .visit_table tbody tr th .week {
  display: inline-block;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 1.8rem;
  min-width: 45px;
}
@media screen and (max-width: 768px) {
  main .visit_table tbody tr th .week {
    font-size: 1.4rem;
  }
}
main .visit_table tbody tr th .time {
  display: inline-block;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  main .visit_table tbody tr th .time {
    font-size: 1.8rem;
  }
}
main .visit_table tbody tr td span {
  display: block;
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 600;
  font-size: 1.6rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main .visit_table tbody tr td span {
    font-size: 1.6rem;
  }
}
main .visit_table tbody tr td span.preview {
  background-color: #D7D6D6;
}
main .visit_btn {
  margin-top: 20px;
}
main .sponsorship_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  main .sponsorship_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .sponsorship_list#special-thanks {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  main .sponsorship_list#special-thanks {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .sponsorship_list + .title {
  margin-top: 80px;
}
main .sponsorship_item {
  border: 1px solid #cecece;
}
main .venue_logo {
  max-width: 420px;
  width: 70%;
  margin-bottom: 40px;
}
main .venue_list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  main .venue_list {
    gap: 4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main .venue_item {
  width: calc((100% - 30px) / 4);
  aspect-ratio: 3/2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .venue_item {
    width: calc((100% - 20px) / 3);
  }
}
main .venue_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .event .title {
  text-align: center;
}
main .event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .event_item {
  width: 33.3333333333%;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  main .event_item {
    width: 100%;
  }
}
main .event_item_img {
  border: 2px solid #000;
  margin-bottom: 12px;
}
main .event_item dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
main .map .title {
  text-align: center;
}
main .map_contents {
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}
main .map_contents img {
  width: 100%;
}
main .enjoy .title {
  text-align: center;
}
main .enjoy .title .title_ja + .title_ja {
  margin-top: 20px;
}
main .enjoy_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .enjoy_list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 40px 10px;
  }
}
main .enjoy_item dl {
  margin-top: 16px;
}
main .enjoy_item dl dt {
  font-size: 20px;
  font-weight: bold;
}
main .enjoy_item dl dd {
  font-size: 14px;
}
main .enjoy_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
main .enjoy_buttons .btn {
  margin: 0;
}
main .event-detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .event-detail_list {
    gap: 60px;
  }
}
main .event-detail_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .event-detail_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .event-detail_item_text {
    grid-row: 2/3;
  }
}
main .event-detail_item_text dl {
  margin-bottom: 24px;
}
main .event-detail_item_text dl dt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  main .event-detail_item_text dl dt {
    font-size: 24px;
  }
}
main .event-detail_item_text dl dt .floor {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 6px;
}
main .event-detail_item_text dl dt .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
main .event-detail_item_text dl dt .area img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main .event-detail_item_text dl dt .area img {
    width: 80px;
  }
}
main .event-detail_item_text dl dd {
  font-size: 16px;
  margin-top: 20px;
}
main .event-detail_item_text .btn {
  margin: 0;
  width: 100%;
  max-width: 350px;
  height: 80px;
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .event-detail_item_text .btn {
    height: 60px;
  }
}
main .event-detail_item_text .btn::after {
  display: none;
}
main .information_inner p {
  font-size: 1.2em;
}
main .information_inner ul {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */