@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;
}

main {
  margin-top: 0;
}
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_item video {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  main .keyvisual_item video {
    aspect-ratio: 9/16;
  }
}
main .consept {
  margin-top: 120px;
}
main .consept_inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main .consept_inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
main .consept_detail {
  font-size: 2.4rem;
  font-weight: 700;
}
main .events {
  margin-top: 120px;
}
main .events_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main .events_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
main .events_item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .events_item {
    width: 100%;
  }
}
main .events_item_img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  border: 1px solid;
}
main .events_item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .events_item_detail dt {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 24px;
  min-height: 64px;
}
main .events_item_detail dt.soon {
  font-weight: 400;
  font-size: 1.8rem;
}
main .events_item_detail dt .date {
  display: block;
}
main .events_item_detail dt .date .week {
  display: inline-block;
  font-size: 0.7em;
  margin-right: 2px;
}
main .events_item_detail dd {
  font-size: 1.2rem;
  margin-top: 12px;
}
main .events_item .btn {
  height: 70px;
  margin-top: 24px;
}
main .events_item .btn_en {
  font-size: 2.4rem;
}
main .video {
  margin-top: 100px;
}
main .video_youtube {
  position: relative;
  width: 100%;
}
main .video_youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
main .video_youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .video_text {
  margin-top: 20px;
}
main .related {
  margin-top: 120px;
}
main .related_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main .related_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
main .related_item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .related_item {
    width: 100%;
  }
}
main .related_item_img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  border: 1px solid;
}
main .related_item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .related_item_detail dt {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 24px;
  min-height: 72px;
}
main .related_item_detail dt.soon {
  font-weight: 400;
  font-size: 1.8rem;
}
main .related_item_detail dt .date {
  display: block;
}
main .related_item_detail dt .date .week {
  display: inline-block;
  font-size: 0.7em;
  margin-right: 2px;
}
main .related_item_detail dd {
  font-size: 1.2rem;
  margin-top: 12px;
}
main .related_item .btn {
  height: 70px;
  margin-top: 24px;
}
main .related_item .btn_en {
  font-size: 2.4rem;
}/*# sourceMappingURL=style.css.map */