@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;
}
.modal-enjoy_contents_detail {
  max-width: 600px;
  margin-inline: auto;
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-enjoy_contents_detail {
    padding-block: 80px;
  }
}
.modal-enjoy_contents_detail img {
  border: 1px solid #efefef;
}
.modal-enjoy_contents_detail_tag {
  display: block;
  background: red;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px;
}
.modal-enjoy_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_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;
  }
}
@media screen and (max-width: 768px) {
  main .keyvisual .localnav_item {
    min-width: 5.5em;
  }
}
main .summary_inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  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_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 .areamap_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .areamap_switch label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% + 1px);
  max-width: 210px;
  padding-block: 14px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  position: relative;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  main .areamap_switch label {
    padding-block: 10px;
  }
}
main .areamap_switch label:nth-child(n+2) {
  margin-left: -2px;
}
main .areamap_switch label input {
  display: none;
}
main .areamap_switch label span {
  display: inline-block;
  line-height: 1;
}
main .areamap_switch label .areamap_switch_en {
  font-size: 3.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
}
@media screen and (max-width: 768px) {
  main .areamap_switch label .areamap_switch_en {
    font-size: 2.8rem;
  }
}
main .areamap_switch label .areamap_switch_ja {
  font-size: 1.4rem;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  main .areamap_switch label .areamap_switch_ja {
    font-size: 1.2rem;
  }
}
main .areamap_switch label:has(input:checked) {
  background-color: #fff;
  color: #000;
}
main .areamap_switch label:has(input:checked)::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 50%;
}
main .areamap_switch label:has(input:checked) .areamap_switch_en {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  main .areamap_switch label:has(input:checked) .areamap_switch_en {
    font-size: 3.8rem;
  }
}
main .areamap_switch label:has(input:checked) .areamap_switch_ja {
  font-size: 1.8rem;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  main .areamap_switch label:has(input:checked) .areamap_switch_ja {
    font-size: 1.6rem;
  }
}
main .areamap_switch_image {
  display: none;
  width: 100%;
  margin-top: -2px;
  position: relative;
  z-index: -1;
  border: 2px solid #000;
}
main .areamap_switch:has(input#switch-2d:checked) #map-2d {
  display: block;
}
main .areamap_switch:has(input#switch-3d:checked) #map-3d {
  display: block;
}
main .areamap_pickup {
  margin-top: 40px;
}
main .areamap_pickup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  main .areamap_pickup_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .areamap_pickup_item a {
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  display: grid;
  line-height: 1.3;
  padding: 5px 5px;
  place-content: center;
  border: 1px solid #000;
}
main .areamap_btn {
  margin-top: 40px;
}
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 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 .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 .enjoy_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main .enjoy_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
main .enjoy_item_img {
  border: 1px solid #000;
}
main .enjoy_item_name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
}
main .enjoy_item_tag {
  margin-top: 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}/*# sourceMappingURL=style.css.map */