@charset "UTF-8";
/* default settings */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
/* CUSTOM STYLES */
/* =================================================================== */
.kv {
  padding: 8.0625rem 0 3.6875rem;
  position: relative;
}
@media (max-width: 750px) {
  .kv {
    padding: 6.625rem 0 4.9375rem;
  }
}
.kv_img img {
  width: 100%;
  max-width: 90rem;
}
.kv .wrapper {
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 3.875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  width: 100%;
  max-width: 80rem;
}
@media (max-width: 750px) {
  .kv .wrapper {
    padding-left: 1.875rem;
    width: 100%;
    bottom: 1.8125rem;
  }
}
.kv_link a {
  display: inline-block;
}
@media (min-width: 751px) and (hover: hover) {
  .kv_link a:hover {
    opacity: 1;
  }
  .kv_link a:hover span {
    color: #659EDF;
    border-color: #659EDF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .kv_link a:hover span::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .kv_link a:hover span::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.kv_link span {
  padding-right: 1.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.75;
  position: relative;
  display: inline-block;
  border-bottom: 0.125rem solid #2D2E31;
  white-space: nowrap;
  color: #2D2E31;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .kv_link span {
    padding-right: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    border-width: 1px;
  }
}
.kv_link span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.75rem;
  height: 0.875rem;
  background: url("../../common/img/arrow_down_black.svg") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .kv_link span:after {
    width: 0.5625rem;
    height: 0.6875rem;
  }
}
.kv_link span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.75rem;
  height: 0.875rem;
  background: url("../../common/img/arrow_down_blue.svg") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .kv_link span:before {
    width: 0.5625rem;
    height: 0.6875rem;
  }
}

.scroll-down {
  position: absolute;
  left: 2.6875rem;
  bottom: 0;
  width: 0.75rem;
  height: 10.5rem;
  overflow: hidden;
  z-index: 999;
}
.scroll-down .kv_scroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/campus-hacks/assets/top/img/scroll_txt.svg") no-repeat top center;
  background-size: auto 4.3125rem;
  font-size: 0;
  line-height: 0;
}
.scroll-down .kv_scroll:before {
  content: "";
  position: absolute;
  bottom: -6.0625rem;
  left: 0;
  height: 6.0625rem;
  width: 1px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: scroll-move 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: scroll-move 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.schedule-section {
  margin-top: 10.3125rem;
}
@media (max-width: 750px) {
  .schedule-section {
    margin-top: 0.625rem;
  }
}
@media (min-width: 751px) {
  .schedule-section .wrapper {
    max-width: 68.75rem;
  }
}
.schedule-section .box-white-radius {
  -webkit-box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.04);
}
.schedule_list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.75rem 1.875rem;
}
@media (max-width: 750px) {
  .schedule_list {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.schedule_item {
  width: 18.75rem;
}
@media (max-width: 750px) {
  .schedule_item {
    width: 16.875rem;
  }
}

.intro-section {
  padding-top: 16.5625rem;
  padding-bottom: 17.4375rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .intro-section {
    padding-top: 10.875rem;
    padding-bottom: 0;
  }
}
.intro-section .wrapper {
  max-width: 68.75rem;
  position: relative;
}
@media (max-width: 750px) {
  .intro-section .wrapper {
    padding-bottom: 34.0625rem;
    max-width: 100%;
  }
}
.intro_ttl img {
  width: 100%;
}
.intro_ttl .txt-big {
  font-size: 5.5rem !important;
  color: #000 !important;
  letter-spacing: 0.2em !important;
}
@media (min-width: 751px) {
  .intro_ttl .txt-big {
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .intro_ttl .txt-big {
    font-size: 3.25rem !important;
  }
}
.intro_text {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .intro_text {
    margin-top: 2.4375rem;
    text-align: center;
  }
}
.intro_text p {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 900;
}
@media (max-width: 750px) {
  .intro_text p {
    font-size: 1rem;
    line-height: 2;
  }
}
.intro_text p + p {
  margin-top: 2.25rem;
}
@media (max-width: 750px) {
  .intro_text p + p {
    margin-top: 2rem;
  }
}
.intro-deco--01 {
  position: absolute;
  top: -13.8125rem;
  left: -11.1875rem;
  width: 18.375rem;
}
@media (max-width: 750px) {
  .intro-deco--01 {
    top: -9.3125rem;
    left: -0.125rem;
    width: 13.9375rem;
  }
}
.intro-deco--02 {
  position: absolute;
  top: 6.4375rem;
  right: -15.75rem;
  width: 48.375rem;
}
@media (max-width: 750px) {
  .intro-deco--02 {
    top: auto;
    bottom: 2.8125rem;
    right: -1.75rem;
    width: 28.5rem;
  }
}

.program-section {
  padding: 7.5rem 0 7.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .program-section {
    padding: 3.9375rem 0 3.875rem;
    border-radius: 1.5rem;
  }
}
.program-section .wrapper {
  max-width: 78.75rem;
}
@media (max-width: 750px) {
  .program-section .wrapper {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .program_ttl .txt-big {
    letter-spacing: 0.04em !important;
    font-size: 3.5rem !important;
    line-height: 1.2 !important;
  }
}
.program_time {
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 750px) {
  .program_time {
    margin-top: 2.9375rem;
  }
}
.program_time span {
  padding: 0.75rem 1.4375rem;
  display: inline-block;
  background-color: #2D2E31;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 750px) {
  .program_time span {
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
.program_note {
  margin-top: 1.125rem;
  text-align: center;
}
@media (max-width: 750px) {
  .program_note {
    margin-top: 0.6875rem;
  }
}
.program_note span {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 100%;
}
.program_list {
  margin: 3.6875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 750px) {
  .program_list {
    margin: 2.8125rem auto 0;
    gap: 1rem;
  }
}
.program_item .box-white-radius {
  padding: 5.25rem 5rem 5rem;
}
@media (max-width: 750px) {
  .program_item .box-white-radius {
    padding: 2.3125rem 1.25rem 3rem;
  }
}
.program_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .program_item_header {
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.program_item_header span {
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: inline-block;
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
}
.program_item_header.is-live {
  position: relative;
  padding-top: 3.5625rem;
}
@media (max-width: 750px) {
  .program_item_header.is-live {
    padding-top: 2.6875rem;
  }
}
.program_item_header.is-live:before {
  content: "LIVE配信 予定";
  padding: 0.6875rem 1.4375rem;
  background-color: #fff;
  border: 0.125rem solid #659EDF;
  border-radius: 2rem;
  color: #659EDF;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: block;
  position: absolute;
  top: -0.25rem;
  left: 0;
}
@media (max-width: 750px) {
  .program_item_header.is-live:before {
    padding: 0.625rem 0.9375rem;
    top: -0.3125rem;
    left: 1rem;
    font-size: 0.875rem;
  }
}
.program_item_header.is-live.is-visitor:before {
  content: "ご来場者限定コンテンツ";
  background-color: #659EDF;
  color: #fff;
}
.program_item_header .time {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .program_item_header .time {
    margin-bottom: 0.625rem;
    padding: 0;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    width: 100%;
  }
}
.program_item_header .time:after {
  content: "";
  width: 0.125rem;
  height: 1.8125rem;
  background-color: rgba(45, 46, 49, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 750px) {
  .program_item_header .time:after {
    width: 1.8125rem;
    height: 0.125rem;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.program_item_header .tag {
  color: #659EDF;
}
@media (max-width: 750px) {
  .program_item_header .tag {
    font-size: 1.5rem;
  }
}
.program_item_note {
  margin-top: 3.9375rem;
  margin-left: -0.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
}
.program_item_ttl {
  margin-top: 1.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .program_item_ttl {
    margin-top: 0.6875rem;
    padding-left: 1rem;
    font-size: 0.875rem;
  }
}
.program_item_cards {
  padding-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 2.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .program_item_cards {
    padding-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.program_item_cards.is-note {
  margin-top: 2.25rem;
  position: relative;
}
@media (max-width: 750px) {
  .program_item_cards.is-note {
    margin-top: 2rem;
  }
}
.program_item_cards.is-note:before {
  content: "※順不同";
  position: absolute;
  top: 1.75rem;
  left: -0.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .program_item_cards.is-note:before {
    top: 0.5rem;
  }
}
.program_item_card {
  padding: 0.375rem 0.375rem;
  width: 20rem;
  border: 0.125rem solid #F1F3F6;
  border-radius: 1.5rem;
}
@media (max-width: 750px) {
  .program_item_card {
    padding: 0.875rem 0.875rem 0.875rem;
    width: 100%;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .program_item_card.item-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.program_item_card .thumb {
  width: 100%;
  height: 14.25rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .program_item_card .thumb {
    width: 7.875rem;
    height: 5.9375rem;
    border-radius: 0.5rem;
  }
}
.program_item_card .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program_item_card .desc {
  padding: 1.375rem 1.0625rem 1rem;
}
@media (max-width: 750px) {
  .program_item_card .desc {
    padding: 0 0 0 0.8125rem;
    width: calc(100% - 7.875rem);
  }
}
.program_item_card .desc h4 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .program_item_card .desc h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.program_item_card .desc h5 {
  margin-bottom: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9D9FA2;
}
@media (max-width: 750px) {
  .program_item_card .desc h5 {
    margin-top: 0.1875rem;
    margin-bottom: -0.1875rem;
    font-size: 0.75rem;
  }
}
.program_item_card .desc p {
  margin-top: 0.0625rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 750px) {
  .program_item_card .desc p {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
  }
}
.program_item_full {
  margin-top: 3.875rem;
}
@media (max-width: 750px) {
  .program_item_full {
    margin-top: 2.5rem;
  }
}
.program_item_full img {
  width: 100%;
}
.program_item_no-cards {
  margin-top: 4.3125rem;
  text-align: center;
}
@media (max-width: 750px) {
  .program_item_no-cards {
    margin-top: 2.8125rem;
    padding-left: 1rem;
    text-align: left;
  }
}
.program_item_no-cards p {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 750px) {
  .program_item_no-cards p {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.program_item_no-cards p + p {
  margin-top: 2.125rem;
}
@media (max-width: 750px) {
  .program_item_no-cards p + p {
    margin-top: 1.8125rem;
  }
}
.program_item_no-cards small {
  margin-top: 0.8125rem;
  margin-bottom: 1.625rem;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .program_item_no-cards small {
    margin-top: 0.25rem;
    margin-bottom: 0.875rem;
  }
}
.program_item:last-child .box-white-radius {
  padding-bottom: 5rem;
}
@media (max-width: 750px) {
  .program_item:last-child .box-white-radius {
    padding-bottom: 3rem;
  }
}

.event-section {
  padding-top: 7.5625rem;
}
@media (max-width: 750px) {
  .event-section {
    padding-top: 5.0625rem;
  }
}
@media (max-width: 750px) {
  .event-section .wrapper {
    padding: 0;
  }
}
.event_ttl {
  text-align: center;
}
.event_ttl img {
  margin: 0 auto;
  width: 54.9375rem;
}
@media (max-width: 750px) {
  .event_ttl img {
    width: 100%;
  }
}
.event_txt {
  margin-top: 2.5rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
.event_note {
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
.event_desc {
  margin: 2.5rem auto 0;
  width: 91%;
  height: 30rem;
  border: 0.5rem solid #fff;
  border-radius: 3rem;
  overflow: hidden;
  background-color: #E4E4E4;
}
@media (max-width: 750px) {
  .event_desc {
    margin-top: 2.375rem;
    height: 10.0625rem;
    width: 89%;
    border-radius: 1.5rem;
    border-width: 0.25rem;
  }
}

.access-section {
  padding-top: 12.5625rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .access-section {
    padding-top: 8.625rem;
  }
}
.access-section .wrapper {
  position: relative;
}
.access-deco {
  position: absolute;
  top: -8.9375rem;
  right: -6.375rem;
  width: 26.6875rem;
}
@media (max-width: 750px) {
  .access-deco {
    top: -7.75rem;
    right: 0.125rem;
    width: 13.875rem;
  }
}
.access_ttl .txt-big {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .access_ttl .txt-big {
    letter-spacing: 0.04em !important;
    font-size: 3.5rem !important;
  }
}
.access_ttl .txt-small {
  margin-top: -1.125rem !important;
}
@media (max-width: 750px) {
  .access_ttl .txt-small {
    margin-top: -0.0625rem !important;
  }
}
.access_list {
  margin: 4.5rem auto 0;
  max-width: 65rem;
  border-bottom: 1px solid rgba(45, 46, 49, 0.1);
}
@media (max-width: 750px) {
  .access_list {
    max-width: 100%;
    margin: 3rem auto 0;
  }
}
.access_item {
  padding: 1.5625rem 0 1.375rem;
  border-top: 1px solid rgba(45, 46, 49, 0.1);
}
@media (max-width: 750px) {
  .access_item {
    padding: 1.5rem 0 1.5rem;
  }
}
.access_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .access_item_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding-left: 2.5rem;
  }
}
.access_item_txt span {
  line-height: 1.75;
  letter-spacing: 0.08em;
  display: inline-block;
}
.access_item_txt span:nth-child(1) {
  width: 12.5rem;
  font-weight: 700;
  padding-left: 2.5625rem;
  position: relative;
}
@media (max-width: 750px) {
  .access_item_txt span:nth-child(1) {
    width: 100%;
    padding-left: 0rem;
    letter-spacing: 0.08em;
    font-size: 1rem;
  }
}
.access_item_txt span:nth-child(1):before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #659EDF;
  position: absolute;
  top: 0.625rem;
  left: 1rem;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .access_item_txt span:nth-child(1):before {
    top: 0.625rem;
    left: -1.5rem;
  }
}
.access_item_txt span:nth-child(2) {
  padding-top: 0.1875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 751px) {
  .access_item_txt span:nth-child(2) {
    margin-top: -0.1875rem;
    display: inline-block;
  }
}
@media (max-width: 750px) {
  .access_item_txt span:nth-child(2) {
    width: 100%;
    padding-top: 0.5625rem;
    font-size: 0.875rem;
  }
}
.access_item_txt a {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #2D2E31;
}
.access_item_map {
  margin-top: 1.3125rem;
  margin-bottom: -1.375rem;
  width: 100%;
  height: 20.5625rem;
  border: 0.1875rem solid #fff;
  border-top-width: 1px;
  border-bottom: 1px solid rgba(45, 46, 49, 0.1);
}
@media (max-width: 750px) {
  .access_item_map {
    height: 6.875rem;
  }
}
.access_item_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}