.image_posts_includes_image_post_list_multi_files_mark {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  display: flex;
  gap: 2px;
  align-items: center;
  padding: 0 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.image_posts_includes_image_post_list_multi_files_mark_icon {
  width: 10px;
  height: 10px;
  margin-top: 1px;
}
.image_posts_includes_image_post_list_multi_files_mark_count {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.events_ai_fantasy_result_image_wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.events_ai_fantasy_result_image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.events_ai_fantasy_result_pickup_1_wrapper {
  margin-bottom: 64px;
}
.events_ai_fantasy_result_pickup_1 {
  display: flex;
  gap: 32px;
}
.events_ai_fantasy_result_pickup_1_landscape_wrapper {
  width: 50%;
}
.events_ai_fantasy_result_pickup_1_landscape_image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.events_ai_fantasy_result_pickup_1_square_wrapper {
  width: 25%;
}
.events_ai_fantasy_result_pickup_1_square_image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.events_ai_fantasy_result_title {
  font-weight: bold;
  color: #4a4a4a;
}
.events_ai_fantasy_result_pickup_2_column_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events_ai_fantasy_result_pickup_2_column_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin-top: 8px;
}
.events_ai_fantasy_result_pickup_2_column_text_wrapper--narrow {
  max-width: 400px;
}
.events_ai_fantasy_result_link_in_comment {
  color: #4a4a4a;
}
.events_ai_fantasy_result_pickup_8 {
  display: flex;
  gap: 24px;
  align-items: center;
  aspect-ratio: 4/3;
}
.events_ai_fantasy_result_pickup_8_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.events_ai_fantasy_result_pickup_8_text_container {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .events_ai_fantasy_result_pickup_1 {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .events_ai_fantasy_result_pickup_1_landscape_wrapper {
    width: 100%;
    max-width: 500px;
  }
  .events_ai_fantasy_result_pickup_1_square_wrapper {
    width: 100%;
    max-width: 500px;
  }
  .events_ai_fantasy_result_pickup_2_wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .events_ai_fantasy_result_pickup_2_column_text_wrapper--narrow {
    max-width: unset;
  }
  .events_ai_fantasy_result_pickup_8 {
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 500px;
    aspect-ratio: unset;
    margin: 0 auto;
  }
  .events_ai_fantasy_result_pickup_8_text_container {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .events_ai_fantasy_result_image_wrapper {
    padding-top: unset;
  }
  .events_ai_fantasy_result_image_wrapper::after {
    position: unset;
  }
  .events_ai_fantasy_result_image {
    position: unset;
    max-height: 450px;
  }
}
.events_ai_fantasy_header {
  max-width: 1440px;
  margin: auto;
}
.events_ai_fantasy_video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.events_ai_fantasy_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events_ai_fantasy_land_container {
  font-family: Lora, serif;
  color: #ffffff;
  background: #171717;
}
.events_ai_fantasy_land {
  display: flex;
  gap: 3rem;
}
.events_ai_fantasy_land_content {
  flex: 1;
}
.events_ai_fantasy_land_content_music_names {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.events_ai_fantasy_judge_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
}
.events_ai_fantasy_judge_list_item {
  display: flex;
  width: 25%;
}
.events_ai_fantasy_countries {
  font-family: Lora, serif;
  color: #ffffff;
  background: #171717;
}
.events_ai_fantasy_countries_country {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: space-between;
}
.events_ai_fantasy_countries_country_entry_button {
  padding: 1.5rem 2rem;
  font-family: Lora, serif;
  color: #ffffff;
  background-color: #171717;
  border: 3px solid #ffffff;
  border-radius: 0;
}
.events_ai_fantasy_countries_country_entry_button:hover {
  color: #ffffff;
  opacity: 0.7;
}
.events_ai_fantasy_countries_country_modal_logo {
  max-height: 270px;
}
.events_ai_fantasy_countries_country_heading_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: #ffffff;
}
.events_ai_fantasy_countries_country_heading_wrapper:hover {
  color: #ffffff;
  opacity: 0.7;
}
.events_ai_fantasy_countries_country_heading {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.events_ai_fantasy_countries_country_image_link {
  position: relative;
  display: block;
}
.events_ai_fantasy_countries_country_catchphrase {
  font-size: 20px;
}
.events_ai_fantasy_countries_country_name {
  font-size: 32px;
}
.events_ai_fantasy_countries_country_logo_wrapper {
  width: 48px;
  height: 48px;
}
.events_ai_fantasy_countries_country_modal {
  display: none;
  font-family: Lora, serif;
}
.events_ai_fantasy_countries_country_modal.is-open {
  display: flex;
}
.events_ai_fantasy_countries_country_modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.events_ai_fantasy_countries_country_modal_container {
  max-width: 90%;
}
.events_ai_fantasy_countries_country_modal_form_button {
  width: 120px;
  padding: 9px 16px;
  font-family: Lora, serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #171717;
}
.events_ai_fantasy_country_points_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.events_ai_fantasy_country_points_list_item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-evenly;
  width: calc(25% - 1.5rem);
  padding: 16px;
  border: 1px solid #414141;
}
.events_ai_fantasy_country_points_list_item_image_wrapper {
  width: 64px;
  height: 64px;
}
.events_ai_fantasy_country_points_list_item_text_wrapper {
  flex: 1;
  text-align: center;
}
.events_ai_fantasy_country_points_list_item_country_name {
  font-size: 14px;
  color: #4a4a4a;
}
.events_ai_fantasy_country_points_list_item_point {
  font-size: 18px;
  font-weight: bold;
}
.events_ai_fantasy_country_points_list_item_detail_button {
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  color: #4a4a4a;
  text-decoration: underline;
}
.events_ai_fantasy_country_points_mobile {
  display: none;
}
.events_ai_fantasy_ranking_list_item {
  position: relative;
  display: block;
}
.events_ai_fantasy_ranking_list_item_num {
  position: absolute;
  z-index: 10;
  width: 35px;
  height: 35px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  background-color: #646464;
  border-top-left-radius: 2px;
}
.events_ai_fantasy_ranking_list_item_num_first {
  background-color: #e6b422;
}
.events_ai_fantasy_ranking_list_item_num_second {
  background-color: #c9caca;
}
.events_ai_fantasy_ranking_list_item_num_third {
  background-color: #b87333;
}

@media screen and (max-width: 1216px) {
  .events_ai_fantasy_countries_country_heading {
    flex-direction: column;
    gap: 4px;
  }
  .events_ai_fantasy_judge_list {
    margin-right: -3rem;
    margin-left: -3rem;
    overflow-x: scroll;
  }
  .events_ai_fantasy_judge_list::-webkit-scrollbar {
    display: none;
  }
  .events_ai_fantasy_judge_list_item {
    position: relative;
    width: 30%;
    min-width: 30%;
  }
  .events_ai_fantasy_judge_list_item:first-child {
    margin-left: 3rem;
  }
  .events_ai_fantasy_judge_list_item:last-child::after {
    position: absolute;
    left: 100%;
    width: 3rem;
    height: 1px;
    content: "";
  }
  .events_ai_fantasy_country_points_list_item_image_wrapper {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .events_ai_fantasy_judge_list {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .events_ai_fantasy_judge_list_item {
    position: relative;
    width: 50%;
    min-width: 50%;
  }
  .events_ai_fantasy_judge_list_item:first-child {
    margin-left: 1.5rem;
  }
  .events_ai_fantasy_judge_list_item:last-child::after {
    position: absolute;
    left: 100%;
    width: 1.5rem;
    height: 1px;
    content: "";
  }
  .events_ai_fantasy_countries_country {
    gap: 16px;
  }
  .events_ai_fantasy_country_points_list {
    gap: 1rem;
  }
  .events_ai_fantasy_country_points_list_item {
    width: calc(50% - 0.5rem);
  }
  .events_ai_fantasy_country_points_list_item_point {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .events_ai_fantasy_land {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .events_ai_fantasy_land_grave_image {
    display: block;
    max-height: 300px;
    margin: auto;
  }
  .events_ai_fantasy_land_content_music_names {
    gap: 8px;
    font-size: 12px;
  }
  .events_ai_fantasy_judge_list {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .events_ai_fantasy_judge_list_item {
    min-width: 70%;
  }
  .events_ai_fantasy_judge_list_item:first-child {
    margin-left: 0.8rem;
  }
  .events_ai_fantasy_judge_list_item:last-child::after {
    width: 0.8rem;
  }
  .events_ai_fantasy_countries_country_catchphrase {
    font-size: 12px;
  }
  .events_ai_fantasy_countries_country_name {
    font-size: 16px;
  }
  .events_ai_fantasy_countries_country_logo_wrapper {
    width: 24px;
    height: 24px;
  }
  .events_ai_fantasy_countries_country_entry_button {
    width: 100%;
    padding: 1rem;
    font-size: 0.75rem !important;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .events_ai_fantasy_country_points {
    display: none;
  }
  .events_ai_fantasy_country_points_mobile {
    display: block;
  }
  .events_ai_fantasy_country_points_mobile_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .events_ai_fantasy_country_points_mobile_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 8px;
    border: 1px solid #414141;
  }
  .events_ai_fantasy_country_points_mobile_country {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    width: 60px;
  }
  .events_ai_fantasy_country_points_mobile_country_name {
    font-size: 10px;
  }
  .events_ai_fantasy_country_points_mobile_country_point {
    font-size: 16px;
    font-weight: bold;
  }
  .events_ai_fantasy_country_points_mobile_detail_button {
    font-size: 10px;
    color: #4a4a4a;
    text-decoration: underline;
  }
}
@media screen and (max-width: 400px) {
  .events_ai_fantasy_countries_country_catchphrase {
    font-size: 10px;
  }
  .events_ai_fantasy_countries_country_name {
    font-size: 14px;
  }
}
