html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}


.gotop {
  position: fixed;
  z-index: 10;
  bottom: 30px;
}
@media (max-width: 980px) {
  .gotop {
    width: 50px;
    bottom: 60px;
    right: 0;
  }
}
.gotop span {
  display: none;
}
@media (max-width: 980px) {
  .gotop span {
    display: block;
  }
}

.banner {
  display: block;
  width: 100%;
  position: relative;
}
.banner:after {
  content: "";
  position: absolute;
  background-image: url(../images/envelope_line.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 9px;
  top: 100%;
  background-position: center center;
  z-index: 2;
  left: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .m {
  display: none;
}
@media (max-width: 980px) {
  .banner .m {
    display: block;
  }
  .banner .pc {
    display: none;
  }
}

.vote {
  background-color: #fffee9;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
.vote:before {
  content: "";
  position: absolute;
  background-image: url(../images/stamp_wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.8645833333%;
  padding-bottom: 13.75%;
  left: 3vw;
  top: 97px;
}
@media (max-width: 980px) {
  .vote:before {
    display: none;
  }
}
.vote:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background-image: url(../images/envelope_line.svg);
  bottom: 1px;
}
.vote .wave {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .vote .wave {
    display: none;
  }
}
.vote .wave-right {
  background-image: url(../images/wave_right.svg);
  width: 16.40625%;
  padding-bottom: 12.7083333333%;
  right: 0;
}
@media (max-width: 1620px) {
  .vote .wave-right {
    transform: scale(0.8);
    right: -20px;
  }
}
.vote .wave-left {
  background-image: url(../images/wave_left_complete.svg);
  width: 15.5729166667%;
  padding-bottom: 10.2604166667%;
  left: 55px;
}
@media (max-width: 1620px) {
  .vote .wave-left {
    transform: scale(0.8);
    left: -15px;
  }
}
.vote_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  letter-spacing: 3px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 980px) {
  .vote_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.vote_title:before, .vote_title:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 4px);
}
@media (max-width: 980px) {
  .vote_title:before, .vote_title:after {
    bottom: 100%;
    transform: scale(0.75) translateX(-70%);
  }
}
.vote_title:before {
  background-image: url(../images/map_black_icon.svg);
  width: 76px;
  height: 70px;
}
.vote_title:after {
  top: calc(100% + 6px);
  width: 60px;
  height: 10px;
  background-image: url(../images/wave_black.svg);
}
@media (max-width: 980px) {
  .vote_title:after {
    transform: scale(0.75) translateX(-65%);
  }
}
.vote .container {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding-top: 168px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .vote .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .vote .container {
    padding: 120px 20px 80px;
  }
}
.vote .container:before {
  content: "";
  position: absolute;
  background-image: url(../images/sydney_australia_logo_right.svg);
  width: 27.5510204082%;
  padding-bottom: 17.3469387755%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 527px;
  left: calc(100% - 40px);
}
@media (max-width: 1620px) {
  .vote .container:before {
    top: 550px;
    transform: scale(0.7);
    left: calc(100% - 70px);
  }
}
@media (max-width: 980px) {
  .vote .container:before {
    display: none;
  }
}

.list_menulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 980px) {
  .list_menulist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .list_menulist {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_item {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.list_video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.list_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_txt {
  padding: 16px 16px 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  .list_txt {
    padding-bottom: 20px;
  }
}
.list_txt a {
  border: 2px solid #EF4B57;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  color: #EF4B57;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  margin-top: auto;
}
@media (max-width: 980px) {
  .list_txt a {
    font-size: 16px;
  }
}
.list_txt a:hover {
  background-color: #1b80de;
  border-color: #1b80de;
}
.list_txt a:hover span {
  color: white;
}
.list_txt a:hover span:before {
  background-image: url(../images/heart_white.svg);
}
.list_txt a:active {
  background-color: #EF4B57;
  border-color: #EF4B57;
}
.list_txt a:active span {
  color: white;
}
.list_txt a:active span:before {
  background-image: url(../images/heart_white.svg);
}
.list_txt a span {
  position: relative;
  left: 8px;
}
.list_txt a span::before {
  content: "";
  position: absolute;
  background-image: url(../images/heart_red.svg);
  width: 24px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
@media (max-width: 980px) {
  .list_txt a span::before {
    transform: translateY(-50%) scale(0.85);
  }
}
.list_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
}
@media (max-width: 980px) {
  .list_title {
    font-size: 18px;
  }
}
.list_name_box {
  display: flex;
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  padding-left: 22px;
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
}
@media (max-width: 980px) {
  .list_name_box {
    font-size: 16px;
  }
}
.list_name_box .list_name {
  word-break: keep-all;
}
.list_name_box .name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_name {
  position: relative;
}
.list_name:before {
  content: "";
  position: absolute;
  background-image: url(../images/ppl.svg);
  width: 14px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
}
.list_votes {
  padding-left: 24px;
  margin-bottom: 16px;
  color: #EF4B57;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .list_votes {
    font-size: 16px;
  }
}
.list_votes .list_vote_title {
  position: relative;
  word-break: keep-all;
}
.list_votes .list_vote_title:before {
  content: "";
  position: absolute;
  background-image: url(../images/thumbsup.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
}
.list_votes .vote_number {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_list_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 980px) {
  .page_list_container {
    margin-top: 50px;
  }
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: relative;
}
.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/arrow.svg);
  width: 9px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.arrow_next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.page_menulist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .page_menulist {
    gap: 5px 10px;
  }
}
.page_menulist .page_list {
  border-radius: 50%;
}
.page_menulist .page_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  color: black;
  font-family: "Inter", sans-serif;
}
@media (max-width: 980px) {
  .page_menulist .page_list a {
    font-size: 16px;
  }
}
.page_menulist .page_list.active, .page_menulist .page_list:hover {
  background-color: #EF4B57;
}
.page_menulist .page_list.active a, .page_menulist .page_list:hover a {
  color: white;
}

.page_number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 980px) {
  .page_number {
    font-size: 16px;
  }
}
.page_number p {
  font-weight: 500;
}