@charset "utf-8";

.ir_footer {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 32px;
  opacity: 0;
  animation: showUp 1.2s cubic-bezier(0.21, 0.42, 0.23, 1) forwards 0.4s;
}
.ir_footer_title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}
.ir_footer_content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.ir_footer_content_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: calc(55% - 12px);
}
.ir_footer_content_menu_link {
  overflow: hidden;
  width: calc(50% - 12px);
  background-color: #f6f8fa;
  border-radius: 2px;
  transition: transform 0.15s ease;
}
.ir_footer_content_menu_link_img {
  width: 100%;
  height: auto;
}
.ir_footer_content_menu_link_text_wrapper {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
}
.ir_footer_content_menu_link_icon {
  width: 20px;
  height: auto;
  margin-right: 12px;
}
.ir_footer_content_menu_link_text {
  font-size: 16px;
  font-weight: 600;
}
.ir_footer_content_list_wrapper {
  width: calc(45% - 12px);
}
.ir_footer_content_list {
  border: 8px solid #f6f8fa;
  border-radius: 2px;
}
.ir_footer_content_list_item {
  transition: background-color 0.15s ease;
}
.ir_footer_content_list_item_link {
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid #eef3f7;
  border-bottom: none;
}
.ir_footer_content_list_item:first-child .ir_footer_content_list_item_link {
  border-radius: 2px 2px 0 0;
}
.ir_footer_content_list_item:last-child .ir_footer_content_list_item_link {
  border-bottom: 1px solid #eef3f7;
  border-radius: 0 0 2px 2px;
}
.ir_footer_content_list_item_link_text {
  font-size: 16px;
  line-height: 64px;
}
.ir_footer_content_list_item_link_arrow {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-right: 2px solid #182127;
  border-top: 2px solid #182127;
  transform: rotate(45deg);
}
.ir_footer_content_list_event_link,
.ir_footer_content_list_event {
  margin-top: 24px;
  position: relative;
  border-radius: 8px;
}
.ir_footer_content_list_event_link {
  padding: 24px 16px;
  transition: transform 0.15s ease;
}
.ir_footer_content_list_event {
  padding: 32px 16px;
}
.ir_footer_content_list_event_label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.ir_footer_content_list_event_title {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.ir_footer_content_list_event_date {
  margin-top: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.ir_footer_content_list_event_cta_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.ir_footer_content_list_event_cta_text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.ir_footer_content_list_event_cta_arrow {
  width: 6px;
  height: 6px;
  margin: 2px 0 0 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.ir_footer_content_list_event_img,
.ir_footer_content_list_event_img_sp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ir_footer_content_list_event_img_sp {
  display: none;
}

@media screen and (max-width: 1040px) {
  .ir_footer_content_menu {
    width: calc(60% - 12px);
  }
  .ir_footer_content_list_wrapper {
    width: calc(40% - 12px);
  }
}

@media screen and (max-width: 960px) {
  .ir_footer_content {
    display: block;
  }
  .ir_footer_content_menu {
    width: 100%;
  }
  .ir_footer_content_list_wrapper {
    width: 100%;
    margin-top: 48px;
  }
}

@media screen and (min-width: 641px) {
  .ir_footer_content_menu_link:hover {
    transform: scale(1.05, 1.05);
  }
  .ir_footer_content_list_item:hover {
    background-color: #f6f8fa;
  }
  .ir_footer_content_list_event_link:hover {
    transform: scale(1.03, 1.03);
  }
}

@media screen and (max-width: 640px) {
  .ir_footer {
    padding: 40px 20px;
  }
  .ir_footer_content_menu {
    gap: 16px;
  }
  .ir_footer_content_menu_link {
    width: calc(50% - 8px);
  }
  .ir_footer_content_menu_link_text_wrapper {
    justify-content: center;
    padding: 0 8px;
  }
  .ir_footer_content_menu_link_icon {
    display: none;
  }
  .ir_footer_content_menu_link_text {
    text-align: center;
  }
  .ir_footer_content_list_wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .ir_footer_content_menu {
    gap: 8px;
  }
  .ir_footer_content_menu_link {
    width: calc(50% - 4px);
  }
  .ir_footer_title {
    font-size: 20px;
  }
  .ir_footer_content_menu_link_text {
    font-size: 14px;
  }
  .ir_footer_content_list_item_link {
    padding: 0 24px 0 16px;
  }
  .ir_footer_content_list_item_link_text {
    font-size: 14px;
  }
  .ir_footer_content_list_event_img {
    display: none;
  }
  .ir_footer_content_list_event_img_sp {
    display: block;
  }
  .ir_footer_content_list_event_label {
    font-size: 14px;
  }
  .ir_footer_content_list_event_title {
    font-size: 14px;
  }
  .ir_footer_content_list_event_date {
    font-size: 20px;
  }
  .ir_footer_content_list_event_cta_text {
    font-size: 14px;
  }
}
