@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

/* bisic ===================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-family: 'Noto Sans TC', "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}

body.lock {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  color: #FF6263;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}

.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}

.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all .5s;
}

.hover_fade:hover > img {
  opacity: .85;
}

.video_icon {
  position: relative;
}

.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}

.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}

.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}

.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}

.edit_wrap h1 {
  font-size: 20px;
}

.edit_wrap h2 {
  font-size: 18px;
}

.edit_wrap h3 {
  font-size: 16px;
}

.edit_wrap h4 {
  font-size: 15px;
}

.edit_wrap h5 {
  font-size: 22px;
}

.edit_wrap h6 {
  font-size: 24px;
}

.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}

.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}

.edit_wrap iframe {
  width: 100%;
}

.edit_wrap table {
  border: 1px solid #ccc;
}

.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}

/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}

.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.terms label:hover {
  color: #D90000;
}

.terms label input {
  margin-right: 10px;
}

.terms ul li, .terms ol li {
  margin-bottom: 10px;
}

.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}

.terms ul > li {
  list-style-type: disc;
}

.slider_btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #4bb4dd;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.slider_btn:hover {
  background: #4bb4dd;
}

.slider_btn:hover span:before {
  border-color: #fff !important;
}

.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: 16px;
  height: 16px;
}

.slider_btn span:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-top: 3px solid #fff;
  transition: 0.3s ease;
}

.slider_btn.prev {
  left: 0;
}

.slider_btn.prev span:before {
  border-left: 3px solid #fff;
  transform: translateX(3px) rotate(-45deg);
}

.slider_btn.next {
  right: 0;
}

.slider_btn.next span:before {
  border-right: 3px solid #fff;
  transform: translateX(0) rotate(45deg);
}

/* icon.css ==============================================*/
.icon {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}

.icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}

.icon.icon_time:before {
  background-image: url("../images/icon/icon_time.svg");
}

.icon.icon_date:before {
  background-image: url("../images/icon/icon_date.svg");
}

.icon.icon_map:hover:before {
  background-image: url("../images/icon/icon_mapmark_active.svg");
}

.icon.icon_map:before {
  height: 25px;
  background-image: url("../images/icon/icon_mapmark.svg");
}

.icon.icon_money:before {
  background-image: url("../images/icon/icon_money.svg");
}

.icon.icon_download:before {
  background-image: url("../images/icon/icon_download.svg");
}

.icon.icon_guide:before {
  background-image: url("../images/icon/icon_book.svg");
}

.icon.icon_info:before {
  background-image: url("../images/icon/icon_infomation.svg");
}

.icon.icon_fav:hover:before {
  background-image: url("../images/icon/icon_favprograme_active.svg");
}

.icon.icon_fav:before {
  background-image: url("../images/icon/icon_favprograme.svg");
}

.icon.icon_gift:before {
  background-image: url("../images/icon/icon_gift.svg");
}

.icon.icon_light:before {
  background: url("../images/icon/icon_light.svg");
}

.icon.icon_edit:before {
  background: url("../images/icon/icon_edit.svg");
}

.icon.icon_edit_w:before {
  background: url("../images/icon/icon_edit_w.svg");
}

.icon.icon_dot {
  padding-left: 20px;
}

.icon.icon_dot:hover:before {
  background: #D90000;
}

.icon.icon_dot:before {
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}

.arrow_icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.arrow_icon.round {
  background: #666;
  border-radius: 50%;
}

.arrow_icon:before, .arrow_icon:after {
  content: "";
  display: block;
  position: absolute;
}

.arrow_icon:before {
  left: 45%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.arrow_icon:after {
  position: absolute;
  right: 27%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotateZ(45deg);
}

.video_icon {
  position: relative;
}

.video_icon:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: url("../images/icon/icon_video.svg") no-repeat 0 0;
  background-size: contain;
}

/* btn.css ==============================================*/
.close_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.close_btn:before, .close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}

.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close_btn:hover {
  transform: rotate(180deg) scale(1.3);
}

.btn {
  display: inline-block;
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
  padding: 5px 20px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn:hover {
  background: #333;
  color: #fff;
}

.cancel {
  background: #666;
}

/* scroll.css ==============================================*/
.scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  text-align: center;
  animation: scrollIcon 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

.scroll img {
  margin: 0 auto;
}

@keyframes scrollIcon {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    opacity: 0;
    margin-top: 0;
  }
}

/* header.css ==============================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 120px;
  padding: 10px 2%;
}

.header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.header .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
}

.header .logo {
  width: 15%;
  max-width: 300px;
}

.header .logo img {
  width: 100%;
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}

.header .item {
  position: relative;
  width: 25%;
  max-width: 220px;
  margin: 0 15px;
  color: #76a872;
  cursor: pointer;
}

.header .item:hover .contain_bg, .header .item.active .contain_bg {
  transform: scale(1.1);
}

.header .item.item_index .contain_bg {
  background-image: url("../images/menu_index.png");
}

.header .item.item_index:hover .contain_bg, .header .item.item_index.active .contain_bg {
  background-image: url("../images/menu_index_active.png");
}

.header .item.item_winner .contain_bg {
  background-image: url("../images/menu_winner.png");
}

.header .item.item_winner:hover .contain_bg, .header .item.item_winner.active .contain_bg {
  background-image: url("../images/menu_winner_active.png");
}

.header .item.item_vote .contain_bg {
  background-image: url("../images/menu_vote.png");
}

.header .item.item_vote:hover .contain_bg, .header .item.item_vote.active .contain_bg {
  background-image: url("../images/menu_vote_active.png");
}

.header .item.item_winner .contain_bg {
  background-image: url("../images/menu_winner.png");
}

.header .item.item_winner:hover .contain_bg, .header .item.item_winner.active .contain_bg {
  background-image: url("../images/menu_winner_active.png");
}

.header .item.item_map .contain_bg {
  background-image: url("../images/menu_map.png");
}

.header .item.item_map:hover .contain_bg, .header .item.item_map.active .contain_bg {
  background-image: url("../images/menu_map_active.png");
}

.header .item.item_winner .contain_bg {
  background-image: url("../images/menu_winner.png");
}

.header .item.item_winner:hover .contain_bg, .header .item.item_winner.active .contain_bg {
  background-image: url("../images/menu_winner_active.png");
}

.header .item.item_activities .contain_bg {
  background-image: url("../images/menu_activities.png");
}

.header .item.item_activities:hover .contain_bg, .header .item.item_activities.active .contain_bg {
  background-image: url("../images/menu_activities_active.png");
}

.header .item.item_winner .contain_bg {
  background-image: url("../images/menu_winner.png");
}

.header .item.item_winner:hover .contain_bg, .header .item.item_winner.active .contain_bg {
  background-image: url("../images/menu_winner_active.png");
}

.header .item .contain_bg {
  padding-bottom: 28%;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header .logo_word {
  width: 25%;
  max-width: 230px;
}

@media screen and (max-width: 1440px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header::before {
    height: 0;
    padding-bottom: 7.3%;
  }
  .header .menu {
    width: 70%;
  }
  .header .logo_word {
    width: 15%;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    padding-top: 10px;
  }
  .header .group {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header::before {
    padding-bottom: 0;
    height: 95px;
  }
  .header .logo {
    width: 180px;
    margin-right: 5%;
  }
  .header .menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100vh;
    background: #fcd588;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .menu.trans {
    transform: translateX(0);
  }
  .header .menu .item {
    width: 50%;
    max-width: 220px;
    margin: 0;
    margin-bottom: 20px;
  }
  .header .menu .item:last-child {
    margin-bottom: 0;
  }
  .header .logo_word {
    width: 170px;
  }
}

@media screen and (max-width: 480px) {
  .header::before {
    height: 85px;
  }
  .header .logo, .header .logo_word {
    width: 150px;
  }
}

@media screen and (max-width: 430px) {
  .header::before {
    height: 75px;
  }
  .header .logo, .header .logo_word {
    width: 125px;
  }
}

@media screen and (max-width: 375px) {
  .header::before {
    height: 70px;
  }
  .header .logo {
    width: 130px;
    margin-right: 10px;
  }
  .header .logo_word {
    width: 115px;
  }
}

@media screen and (max-width: 320px) {
  .header::before {
    height: 65px;
  }
  .header .logo {
    width: 120px;
  }
  .header .logo_word {
    width: 110px;
  }
}

/* footer.css ==============================================*/
.footer {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 20px 2%;
  background: rgba(255, 255, 255, 0.4);
}

.footer .logo_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer .logo_wrap div {
  margin: 0 auto;
}

.footer .logo_wrap p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.footer .logo_wrap p span {
  width: 100px;
}

.footer .logo_wrap img {
  margin: 0 15px;
}

.footer .logo_wrap .kr {
  width: 200px;
}

.footer .logo_wrap .tnl {
  width: 180px;
  transform: translateY(-6px);
}

.footer .text p {
  font-size: 15px;
}

@media screen and (max-width: 375px) {
  .footer .logo_wrap p span {
    width: 80px;
  }
  .footer .logo_wrap .kr {
    width: 180px;
  }
  .footer .logo_wrap .tnl {
    width: 160px;
  }
}

/* mobilerBtn.css ==============================================*/
.menu_m {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 35px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.menu_m .box {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.menu_m .box div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 4px;
  background: #d25980;
  transition: 0.3s ease;
}

.menu_m .box .line1 {
  top: 0;
}

.menu_m .box .line2, .menu_m .box .line3 {
  top: 50%;
  transform: translateY(-50%);
}

.menu_m .box .line4 {
  bottom: 0;
}

.menu_m.active {
  width: 30px;
  height: 22px;
  margin-left: 50px;
}

.menu_m.active .box {
  top: -2px;
  transform: rotate(360deg);
}

.menu_m.active .box div {
  background: #4bb4dd;
}

.menu_m.active .box .line1, .menu_m.active .box .line4 {
  top: 0;
  opacity: 0;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}

.menu_m.active .box .line2 {
  transform: rotate(45deg);
}

.menu_m.active .box .line3 {
  transform: rotate(-45deg);
}

.menu_m .box .line2, .menu_m .box .line3 {
  transition: all .5s 0 ease;
}

.menu_m .box .line1, .menu_m .box .line4, .menu_m.active .box .line2, .menu_m.active .box .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

@media screen and (max-width: 1000px) {
  .menu_m {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .menu_m {
    right: 0;
    width: 30px;
  }
}

@media screen and (max-width: 375px) {
  .menu_m {
    right: 0;
    width: 26px;
    height: 22px;
  }
}

/* index.css ==============================================*/
body {
  overflow-x: hidden;
  background: #ffe5a8;
}

.main_content {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-bottom: 12vh;
}

.main_content.no_margin {
  margin-top: 0;
  padding: 3vh 0;
}

.section {
  padding: 5vh 0;
  margin-bottom: 5vh;
}

.bg {
  opacity: 0.15;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.bg.m {
  opacity: .6;
}

.bg .item {
  display: flex;
  width: 100%;
  margin-bottom: 2vh;
}

.bg .item:nth-child(2n) .box {
  transform: translateX(15vw);
}

.bg .item:nth-child(2n) .ani {
  justify-content: flex-end;
  animation-name: bgMoveReverse;
}

.bg .item .box {
  width: 200vw;
}

.bg .item .ani {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  animation: bgMove 12s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

.bg .item img {
  width: 15vw;
  margin-right: 2vw;
}

.bg .contain_bg {
  height: 100%;
  padding-bottom: 0;
  background-image: url("../images/bg_food.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@keyframes bgMove {
  0% {
    transform: translateX(0);
  }
  7%, 17% {
    transform: translateX(-17vw);
  }
  24%, 34% {
    transform: translateX(-34vw);
  }
  41%, 51% {
    transform: translateX(-51vw);
  }
  58%, 68% {
    transform: translateX(-68vw);
  }
  75%, 85% {
    transform: translateX(-85vw);
  }
  92%, 100% {
    transform: translateX(-100vw);
  }
}

@keyframes bgMoveReverse {
  0% {
    transform: translateX(0);
  }
  7%, 17% {
    transform: translateX(17vw);
  }
  24%, 34% {
    transform: translateX(34vw);
  }
  41%, 51% {
    transform: translateX(51vw);
  }
  58%, 68% {
    transform: translateX(68vw);
  }
  75%, 85% {
    transform: translateX(85vw);
  }
  92%, 100% {
    transform: translateX(100vw);
  }
}

.landing_wrap .group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}

.landing_wrap .group .float_award {
  display: none;
}

.landing_wrap .map_wrap {
  position: relative;
  width: 60%;
}

.landing_wrap .map_wrap.trans .mascot {
  opacity: 1;
  transform: scale(1);
}

.landing_wrap .mascot {
  position: absolute;
  opacity: 0;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
}

.landing_wrap .mascot:nth-child(1) {
  transition-delay: 1.1s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.05s;
}

.landing_wrap .mascot:nth-child(2) {
  transition-delay: 1.2s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.1s;
}

.landing_wrap .mascot:nth-child(3) {
  transition-delay: 1.3s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.15s;
}

.landing_wrap .mascot:nth-child(4) {
  transition-delay: 1.4s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.2s;
}

.landing_wrap .mascot:nth-child(5) {
  transition-delay: 1.5s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.25s;
}

.landing_wrap .mascot:nth-child(6) {
  transition-delay: 1.6s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.3s;
}

.landing_wrap .mascot:nth-child(7) {
  transition-delay: 1.7s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.35s;
}

.landing_wrap .mascot:nth-child(8) {
  transition-delay: 1.8s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.4s;
}

.landing_wrap .mascot:nth-child(9) {
  transition-delay: 1.9s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.45s;
}

.landing_wrap .mascot:nth-child(10) {
  transition-delay: 2s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.5s;
}

.landing_wrap .mascot:nth-child(11) {
  transition-delay: 2.1s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.55s;
}

.landing_wrap .mascot:nth-child(12) {
  transition-delay: 2.2s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.6s;
}

.landing_wrap .mascot:nth-child(13) {
  transition-delay: 2.3s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.65s;
}

.landing_wrap .mascot:nth-child(14) {
  transition-delay: 2.4s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.7s;
}

.landing_wrap .mascot:nth-child(15) {
  transition-delay: 2.5s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.75s;
}

.landing_wrap .mascot:nth-child(16) {
  transition-delay: 2.6s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.8s;
}

.landing_wrap .mascot:nth-child(17) {
  transition-delay: 2.7s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.85s;
}

.landing_wrap .mascot.mascot_1 {
  left: 27%;
  top: 48%;
  width: 11%;
}

.landing_wrap .mascot.mascot_2 {
  left: 42.5%;
  top: 26%;
  width: 12.5%;
}

.landing_wrap .mascot.mascot_3 {
  right: 18%;
  top: 0;
  width: 28%;
}

.landing_wrap .slogan_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7%;
  top: 0;
  padding-top: 5%;
  width: 50%;
}

.landing_wrap .slogan_wrap .slogan {
  width: 100%;
  margin-bottom: 30px;
}

.landing_wrap .slogan_wrap .word_1 {
  width: 48%;
  max-width: 403px;
  margin-bottom: 30px;
}

.landing_wrap .slogan_wrap .btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.landing_wrap .slogan_wrap .btn_wrap a {
  display: block;
  position: relative;
  width: 30%;
  min-width: 200px;
  max-width: 383px;
  margin-right: 30px;
}

.landing_wrap .slogan_wrap .btn_wrap a:hover {
  transform: scale(1.05);
}

.landing_wrap .slogan_wrap .btn_wrap img {
  width: 100%;
}

.landing_wrap .float_award {
  display: block !important;
  position: relative;
  max-width: 340px;
}

.landing_wrap .float_award:before, .landing_wrap .float_award:after {
  top: 7px;
}

.landing_wrap .float_award .text .item {
  flex-direction: row;
  justify-content: flex-start;
}

.landing_wrap .float_award .text .item h4 {
  width: 70px;
  margin-right: 10px;
}

.landing_wrap .float_award .text .item p {
  width: calc( 100% - 80px);
  text-align: left;
}

.landing_wrap .float_award .text .item p br {
  display: none;
}

.landing_wrap .float_award .text .item p span {
  display: inline-block;
}

.line_wrap {
  position: relative;
  border: 5px dashed #fff;
  border-radius: 20px;
  padding: 80px 2% 30px 2%;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
}

.title h2 {
  display: inline-block;
  background: #fff;
  padding: 5px 30px 8px 30px;
  border-radius: 20px;
  border: 6px solid;
  font-size: 42px;
}

.float_bar {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: .5s;
}

.float_bar.active {
  opacity: 1;
  visibility: visible;
}

.float_btn {
  display: block;
  width: 140px;
  margin: 0 auto;
  margin-bottom: 35px;
  cursor: pointer;
}

.float_btn:hover img {
  transform: scale(1.1);
}

.float_btn img {
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.float_btn img.m {
  display: none;
}

.float_award {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: 15px;
  padding-top: 25px;
  border: 4px solid #4c3a2c;
  background: #f9aabd;
}

.float_award.in_section {
  display: none;
  width: 94%;
  max-width: 420px;
  margin: 0 auto;
  margin-top: 30px;
}

.float_award.in_section .text .item {
  flex-direction: row;
}

.float_award.in_section .text .item h4 {
  width: 80px;
  margin-right: 15px;
  font-size: 18px;
}

.float_award.in_section .text .item p {
  width: calc( 100% - 95px);
  font-size: 17px;
  text-align: left;
}

.float_award.in_section .text .item p br {
  display: none;
}

.float_award.in_section .text .item p span {
  display: none;
}

.float_award:before, .float_award::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
}

.float_award::before {
  left: 10px;
}

.float_award::after {
  right: 10px;
}

.float_award .head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.float_award .head h3 {
  margin: 0 auto;
  padding: 2px 15px 5px 15px;
  line-height: 1.2em;
  border-radius: 30px;
  background: #f2d33b;
  border: 4px solid #000;
  font-size: 18px;
}

.float_award .text {
  padding: 5px 10px;
}

.float_award .text .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.float_award .text .item h4 {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 2px 10px 5px 10px;
  border-radius: 30px;
  border: 2px solid #000;
  background: #96c8e1;
  text-align: center;
  line-height: 1em;
  font-size: 16px;
}

.float_award .text .item p {
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
}

.float_award .text .item p span {
  display: inline-block;
}

.map_wrap {
  width: 100%;
  overflow: hidden;
}

.map_wrap.trans .map {
  opacity: 1;
  transform: translateY(0);
}

.map_wrap.trans .map_foods .item {
  opacity: 1;
  transform: scale(1);
}

.map_wrap .section_title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 10%);
  z-index: 2;
  width: 50%;
  min-width: 200px;
  max-width: 320px;
}

.map_wrap .group {
  position: relative;
  z-index: 0;
  max-width: 1400px;
}

.map_wrap .map {
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  transition: 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map_wrap .map_foods {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.map_wrap .map_foods .item {
  opacity: 0;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.map_wrap .map_foods .item:nth-child(1) {
  transition-delay: 1.1s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.05s;
}

.map_wrap .map_foods .item:nth-child(2) {
  transition-delay: 1.2s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.1s;
}

.map_wrap .map_foods .item:nth-child(3) {
  transition-delay: 1.3s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.15s;
}

.map_wrap .map_foods .item:nth-child(4) {
  transition-delay: 1.4s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.2s;
}

.map_wrap .map_foods .item:nth-child(5) {
  transition-delay: 1.5s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.25s;
}

.map_wrap .map_foods .item:nth-child(6) {
  transition-delay: 1.6s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.3s;
}

.map_wrap .map_foods .item:nth-child(7) {
  transition-delay: 1.7s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.35s;
}

.map_wrap .map_foods .item:nth-child(8) {
  transition-delay: 1.8s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.4s;
}

.map_wrap .map_foods .item:nth-child(9) {
  transition-delay: 1.9s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.45s;
}

.map_wrap .map_foods .item:nth-child(10) {
  transition-delay: 2s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.5s;
}

.map_wrap .map_foods .item:nth-child(11) {
  transition-delay: 2.1s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.55s;
}

.map_wrap .map_foods .item:nth-child(12) {
  transition-delay: 2.2s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.6s;
}

.map_wrap .map_foods .item:nth-child(13) {
  transition-delay: 2.3s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.65s;
}

.map_wrap .map_foods .item:nth-child(14) {
  transition-delay: 2.4s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.7s;
}

.map_wrap .map_foods .item:nth-child(15) {
  transition-delay: 2.5s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.75s;
}

.map_wrap .map_foods .item:nth-child(16) {
  transition-delay: 2.6s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.8s;
}

.map_wrap .map_foods .item:nth-child(17) {
  transition-delay: 2.7s;
  animation: jump 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation-delay: 8.85s;
}

.map_wrap .map_foods .item:hover img {
  transform: scale(1.25);
}

.map_wrap .map_foods .item_1 {
  left: 32.5%;
  top: 14.5%;
  width: 11%;
}

.map_wrap .map_foods .item_2 {
  left: 62.5%;
  top: 59%;
  width: 9.5%;
}

.map_wrap .map_foods .item_3 {
  left: 54%;
  top: 48%;
  width: 10.5%;
}

.map_wrap .map_foods .item_4 {
  left: 23.5%;
  top: 20.5%;
  width: 11%;
}

.map_wrap .map_foods .item_5 {
  left: 32%;
  top: 60.8%;
  width: 10%;
}

.map_wrap .map_foods .item_6 {
  left: 39.7%;
  top: 40.5%;
  width: 8.8%;
}

.map_wrap .map_foods .item_7 {
  left: 64.5%;
  top: 53%;
  width: 12%;
}

.map_wrap .map_foods .item_8 {
  left: 39%;
  top: 34.8%;
  width: 8.7%;
}

.map_wrap .map_foods .item_9 {
  left: 41%;
  top: 22%;
  width: 8%;
}

.map_wrap .map_foods .item_10 {
  left: 53.5%;
  top: 12.5%;
  width: 9.4%;
}

.map_wrap .map_foods .item_11 {
  left: 46%;
  top: 29.5%;
  width: 11%;
}

.map_wrap .map_foods .item_12 {
  left: 28.5%;
  top: 34.2%;
  width: 10.5%;
}

.map_wrap .map_foods .item_13 {
  left: 37%;
  top: 49%;
  width: 9%;
}

.map_wrap .map_foods .item_14 {
  left: 31.5%;
  top: 68.5%;
  width: 9.8%;
}

.map_wrap .map_foods .item_15 {
  left: 57%;
  top: 37%;
  width: 10.5%;
}

.map_wrap .map_foods .item_16 {
  left: 49%;
  top: 56.5%;
  width: 9.8%;
}

.map_wrap .map_foods .item_17 {
  left: 18.5%;
  top: 87.8%;
  width: 15.5%;
}

.map_wrap .map_foods img {
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes jump {
  0%, 15%, 100% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
}

.activities_wrap.overlay_activities {
  max-width: 1100px;
}

.activities_wrap.overlay_activities .title {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
}

.activities_wrap.overlay_activities h2 {
  font-size: 28px;
  border-width: 3px;
}

.activities_wrap.overlay_activities .text {
  position: relative;
  padding-top: 20px;
  color: #333;
}

.activities_wrap.overlay_activities .text .text_group {
  border-color: #4bb4dd;
}

.activities_wrap.overlay_activities .text h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.activities_wrap.overlay_activities .text .box {
  font-size: 18px;
}

.activities_wrap .section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-width: 200px;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.activities_wrap .section_title img {
  width: 100%;
}

.activities_wrap .group {
  background: #4bb4dd;
}

.activities_wrap .pic {
  position: absolute;
  top: 0;
}

.activities_wrap .pic.pic_1 {
  left: 0;
  width: 120px;
  transform: translate(-65%, -60%);
}

.activities_wrap .pic.pic_2 {
  right: 0;
  width: 105px;
  transform: translate(55%, -60%);
}

.activities_wrap .title div {
  position: relative;
}

.activities_wrap .title h2 {
  position: relative;
  z-index: 1;
  border-color: #4bb4dd;
}

.activities_wrap .title img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translate(-60%, -30%);
  width: 70px;
}

.activities_wrap .text {
  position: relative;
  color: #fff;
  overflow: hidden;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.activities_wrap .text h3 {
  line-height: 1.7em;
  text-align: left;
}

.activities_wrap .text .text_group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px dashed #fff;
}

.activities_wrap .text .text_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.activities_wrap .text .box {
  margin-bottom: 20px;
  font-size: 20px;
}

.activities_wrap .text .box p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6em;
}

.activities_wrap .text .box p img {
  width: 25px;
  margin-right: 10px;
  transform: translateY(-2px);
}

.activities_wrap .text .box ol, .activities_wrap .text .box ul {
  padding-left: 37px;
}

.activities_wrap .text .box li {
  margin-bottom: 5px;
  line-height: 1.6em;
}

.activities_wrap .text .box ul li {
  position: relative;
}

.activities_wrap .text .box ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4bb4dd;
}

.activities_wrap .text .h_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.activities_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.activities_wrap .btn_wrap .more_btn {
  display: inline-block;
  padding: 0 20px;
  border-radius: 15px;
  border: 3px solid #fcd588;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.activities_wrap .btn_wrap .more_btn:hover {
  background: #d25980;
  color: #fff;
}

.activities_wrap .btn_wrap .more_btn.active {
  opacity: 0;
  visibility: hidden;
}

.vote_wrap .group {
  padding-top: 70px;
  background: #f9aabd;
}

.vote_wrap .section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.vote_wrap .section_title img {
  width: 50%;
  min-width: 230px;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.vote_wrap .section_title p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

.vote_wrap .title h2 {
  border-color: #f9aabd;
}

.vote_wrap .box {
  width: 100%;
  margin-bottom: 50px;
}

.vote_wrap .head {
  margin-bottom: 35px;
}

.vote_wrap .head h3 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 38px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.vote_wrap .head a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.vote_wrap .head a:hover {
  transform: scale(1.1);
}

.vote_wrap .head img {
  width: 28px;
  margin-right: 15px;
  transform: translateY(2px);
}

.vote_wrap .slider_wrap {
  position: relative;
}

.vote_wrap .slider {
  padding: 15px 0;
}

.vote_wrap .slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.vote_wrap .slider_btn.prev {
  left: -15px;
}

.vote_wrap .slider_btn.next {
  right: -15px;
}

.vote_wrap .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.vote_wrap .item_wrap .item {
  width: 15%;
  width: 15%;
  margin-right: 2%;
}

.vote_wrap .item_wrap .item:nth-child(6n) {
  margin-right: 0;
}

.vote_wrap .item {
  position: relative;
  cursor: pointer;
}

.vote_wrap .item:hover .text, .vote_wrap .item.active .text {
  opacity: 1;
}

.vote_wrap .item.active .text {
  color: #000;
  background: #fcd588;
}

.vote_wrap .item.active .text h4 {
  border-color: #000;
}

.vote_wrap .item.active .text .check {
  opacity: 1;
}

.vote_wrap .item .pic {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

.vote_wrap .item .pic .cover_bg {
  padding-bottom: 100%;
}

.vote_wrap .item .pic .check {
  display: none;
}

.vote_wrap .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 15px 0 15px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #4bb4dd;
}

.vote_wrap .item .text > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 15px;
}

.vote_wrap .item .text .check {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translate(-50%, -40%);
  width: 30px;
}

.vote_wrap .item .text h4 {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 3px 5px;
  line-height: 1.2em;
  font-weight: 500;
  border: 1px solid #fff;
  font-size: 21px;
}

.vote_wrap .item .text h4 span {
  display: block;
}

.vote_wrap .item .text p {
  font-size: 14px;
  line-height: 1.3em;
}

.vote_wrap .item .text p span {
  display: block;
}

.vote_wrap .item input {
  display: none;
}

.vote_wrap .send_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vote_wrap .send_btn_wrap a {
  width: 100%;
  max-width: 350px;
  padding: 3px 15px 5px 15px;
  font-size: 26px;
  border-radius: 30px;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
  border: 5px solid #000;
  background: #f2d33b;
  color: #000;
  line-height: 1.5em;
}

.vote_wrap .send_btn_wrap a:hover {
  background: #96c8e1;
  color: #fff;
}

.vote_wrap .send_btn_wrap .fb_btn {
  border: 5px solid #000;
  background: #3d74da;
  color: #fff;
}

.vote_wrap .ranking_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.send_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.send_bar.trans {
  transform: translateY(0);
}

.send_bar p span {
  color: #f9aabd;
  font-size: 28px;
  font-weight: 500;
}

.send_bar a, .send_bar p {
  width: 90%;
  max-width: 400px;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  background: #fff;
  border: 5px solid #4bb4dd;
  border-bottom: none;
  color: #000;
}

.send_bar a:hover, .send_bar p:hover {
  background: #fcd588;
  color: #000;
}

.overlay_box {
  width: 90%;
}

.overlay_box.overlay_vote, .overlay_box.overlay_login, .overlay_box.overlay_vote_end, .overlay_box.overlay_awards {
  max-width: 500px;
}

.overlay_box .group {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}

.overlay_box h3 {
  margin-bottom: 40px;
  font-size: 26px;
  color: #000;
  text-align: center;
}

.overlay_box .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay_box .btn_wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  max-width: 150px;
}

.overlay_box .btn_wrap p {
  font-size: 16px;
}

.overlay_box .btn_wrap a {
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}

.overlay_box .btn_wrap a:hover {
  transform: scale(1.1);
}

.overlay_box .btn_wrap a.fb span {
  background-image: url("../images/icon_fb.svg");
}

.overlay_box .btn_wrap a.line span {
  background-image: url("../images/icon_line.svg");
}

.overlay_box .btn_wrap a span {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 20px;
  overflow: hidden;
}

.overlay_vote_end .text, .overlay_awards .text {
  margin-bottom: 20px;
  text-align: center;
}

.overlay_vote_end .btn_wrap a, .overlay_awards .btn_wrap a {
  border: 5px solid #000;
  background: #f2d33b;
  color: #000;
}

.form {
  width: 100%;
  margin-bottom: 30px;
}

.form .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.form span {
  width: 120px;
}

.form label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.form label.empty p {
  color: red;
}

.form label input {
  margin-right: 10px;
  transform: translateY(5px);
}

.form label p {
  line-height: 1.3em;
  font-size: 16px;
}

.form input[type="text"] {
  width: calc( 100% - 140px);
  height: 40px;
  border-radius: 5px;
  border: 2px solid #4bb4dd;
}

.form input[type="text"].empty {
  border-color: red;
}

.send_btn {
  width: 200px;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: #f9aabd;
  color: #fff;
}

.send_btn:hover {
  background: #fcd588;
  color: #000;
}

.overlay_zone {
  width: 90%;
  max-width: 1000px;
}

.overlay_zone .group {
  padding: 0;
  border-top: 6px solid #000;
  background: #fcdbad;
}

.overlay_zone .roof {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 0;
  padding-bottom: 8.9%;
  background: url("../images/icon_roof.png") repeat-x left bottom;
  background-size: 20% auto;
  border-left: 6px solid #000;
  border-right: 6px solid #000;
  border-radius: 10px 10px 0 0;
}

.overlay_zone .main_pic {
  margin-bottom: 60px;
  width: 100%;
  border: 6px solid #000;
}

.overlay_zone .main_pic img {
  width: 100%;
}

.overlay_zone .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.overlay_zone .head {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #fff;
}

.overlay_zone .head h3 {
  position: relative;
  min-width: 250px;
  margin-bottom: 0;
  padding: 5px 35px 7px 35px;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  border: 3px solid #000;
  background: #7abfdb;
}

.overlay_zone .head h3:before, .overlay_zone .head h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fcdbad;
  border-radius: 50%;
}

.overlay_zone .head h3:before {
  left: 10px;
}

.overlay_zone .head h3:after {
  right: 10px;
}

.overlay_zone .head .text {
  line-height: 1.6em;
}

.overlay_zone .main_box {
  position: relative;
  width: 100%;
  margin-bottom: 5vh;
  padding: 20px;
  padding-top: 40px;
  border-radius: 20px;
  border: 5px solid #000;
}

.overlay_zone .main_text {
  background: #fff;
}

.overlay_zone .main_text .head h3 {
  background: #d25980;
}

.overlay_zone .main_text .text {
  text-align: justify;
}

.overlay_zone .main_foods {
  padding: 0;
  border: none;
}

.overlay_zone .main_foods .head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  margin-bottom: 30px;
}

.overlay_zone .main_foods .item_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.overlay_zone .main_foods .item_wrap.item_wrap_4 {
  max-width: 800px;
  margin: 0 auto;
}

.overlay_zone .main_foods .item_wrap.item_wrap_4 .item {
  width: 48%;
  margin-right: 4%;
}

.overlay_zone .main_foods .item_wrap.item_wrap_4 .item:nth-child(3n) {
  margin-right: 4%;
}

.overlay_zone .main_foods .item_wrap.item_wrap_4 .item:nth-child(2n) {
  margin-right: 0;
}

.overlay_zone .main_foods .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.overlay_zone .main_foods .item:nth-child(3n) {
  margin-right: 0;
}

.overlay_zone .main_foods .item .pic {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 5px solid #000;
  overflow: hidden;
  cursor: pointer;
}

.overlay_zone .main_foods .item .pic:hover .cover_bg {
  transform: scale(1.1);
}

.overlay_zone .main_foods .item .text h4 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.overlay_zone .main_foods .item .text h4 span {
  display: block;
}

.overlay_zone .main_foods .item .text p {
  font-size: 15px;
  line-height: 1.3em;
  text-align: justify;
}

.overlay_zone .main_map {
  background: #e9f6fa;
}

.overlay_zone .main_map .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 15px;
  overflow: hidden;
}

.overlay_zone .main_map .pic {
  width: 63%;
}

.overlay_zone .main_map .pic:hover img {
  transform: scale(1.1);
}

.overlay_zone .main_map .pic img {
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.overlay_zone .main_map .text {
  width: 35%;
  padding-top: 30px;
}

.overlay_zone .main_map .text .plane, .overlay_zone .main_map .text .ktx {
  margin-bottom: 25px;
}

.overlay_zone .main_map .text .plane:last-child, .overlay_zone .main_map .text .ktx:last-child {
  margin-bottom: 0;
}

.overlay_zone .main_map .text h3, .overlay_zone .main_map .text h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.overlay_zone .main_map .text h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.overlay_zone .main_map .text h3 img {
  width: 30px;
  margin-right: 10px;
}

.overlay_zone .main_map .text h4 {
  margin-bottom: 10px;
}

.overlay_zone .main_map .text h4 .contain_bg {
  width: 30px;
  height: 25px;
  margin-right: 7px;
  padding-bottom: 0;
}

.overlay_ranking {
  position: relative;
  width: 90%;
  max-width: 1400px;
  overflow: hidden;
  border-radius: 20px;
  background: #fcd588;
}

.overlay_ranking .food_bg {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_food.png") repeat-y center top;
  background-size: 100% auto;
}

.overlay_ranking .group {
  position: relative;
  background: none;
}

.overlay_ranking .head {
  display: flex;
  justify-content: center;
}

.overlay_ranking .head img {
  width: 50%;
  min-width: 280px;
  max-width: 480px;
}

.overlay_ranking .head, .overlay_ranking .item_wrap {
  margin-bottom: 100px;
}

.overlay_ranking .head:last-child, .overlay_ranking .item_wrap:last-child {
  margin-bottom: 40px;
}

.overlay_ranking .item_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.overlay_ranking .item_wrap.main {
  max-width: 800px;
}

.overlay_ranking .item_wrap.main .item {
  width: 28%;
}

.overlay_ranking .item_wrap.main .item:first-child {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1.2);
}

.overlay_ranking .item_wrap.main .item .rank {
  width: 100px;
  height: auto;
  border: none;
  background: none;
  font-size: 40px;
}

.overlay_ranking .item_wrap.main .item .rank::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  width: 100%;
  padding-bottom: 78.3%;
  background: url("../images/icon_crown.png") no-repeat center center;
  background-size: contain;
}

.overlay_ranking .item_wrap.main .item .rank span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(10%);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.overlay_ranking .item_wrap.main .item .text h4 {
  font-size: 24px;
}

.overlay_ranking .item_wrap.main .item .text p {
  font-size: 22px;
}

.overlay_ranking .item_wrap .item {
  position: relative;
  width: 13%;
}

.overlay_ranking .item_wrap .item .rank {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 500;
  line-height: 0.8em;
  border: 3px solid #000;
  background: #d25980;
  text-align: center;
  color: #000;
}

.overlay_ranking .item_wrap .item .pic, .overlay_ranking .item_wrap .item .text {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.overlay_ranking .item_wrap .item .pic {
  position: relative;
  z-index: 0;
  background: #000;
}

.overlay_ranking .item_wrap .item .pic .cover_bg {
  opacity: 0.8;
  padding-bottom: 100%;
}

.overlay_ranking .item_wrap .item .text {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  padding: 0 15px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.overlay_ranking .item_wrap .item .text > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.overlay_ranking .item_wrap .item .text h4 {
  padding: 3px 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2em;
  border: 2px solid #fff;
}

.overlay_ranking .item_wrap .item .text h4 span {
  display: block;
}

.overlay_vote_result {
  max-width: 380px;
}

.overlay_vote_result .group {
  position: relative;
  padding: 20px;
  text-align: center;
  background: #fcd588;
  border: 5px solid #000;
}

.overlay_vote_result .group:before, .overlay_vote_result .group:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 50%;
}

.overlay_vote_result .group:before {
  left: 10px;
}

.overlay_vote_result .group:after {
  right: 10px;
}

.overlay_vote_result .overlay_close_btn {
  right: 0;
  top: -40px;
}

.overlay_vote_result .overlay_close_btn:before, .overlay_vote_result .overlay_close_btn:after {
  background: #fff;
}

.overlay_vote_result img {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.overlay_vote_result .head h3 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 15px 5px 15px;
  font-size: 24px;
  line-height: 1.3em;
  color: #000;
  border: 2px solid #4bb4dd;
  border-radius: 5px;
}

.overlay_vote_result .notice {
  margin-bottom: 20px;
}

.overlay_vote_result .notice p {
  line-height: 1.4em;
  font-weight: 500;
}

.overlay_vote_result .notice p a {
  display: block;
  color: #3d74da;
  cursor: pointer;
  font-weight: 500;
}

.overlay_vote_result .notice p a:hover {
  color: #4bb4dd;
}

.overlay_vote_result .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay_vote_result .text p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.4em;
  font-size: 15px;
}

.overlay_vote_result .text p span {
  display: block;
}

.overlay_vote_result .text p span:first-child {
  text-align: right;
  width: 120px;
  margin-right: 10px;
}

.fb_message {
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 20px;
  padding: 0 2%;
  margin-bottom: 5vh;
  border: 3px solid #4bb4dd;
}

.banner {
  width: 100%;
}

.banner .wrap {
  border-radius: 20px;
  border: 3px solid #f9aabd;
}

.banner a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner img.m {
  display: none;
}

@media screen and (max-width: 1440px) {
  .main_content {
    margin-top: 8%;
  }
  .title h2 {
    font-size: 32px;
  }
  .activities_wrap .section_title {
    max-width: 360px;
  }
  .activities_wrap .text h3 {
    font-size: 20px;
  }
  .activities_wrap .text .box p, .activities_wrap .text .box li {
    font-size: 18px;
  }
  .vote_wrap .head h3 {
    font-size: 32px;
  }
  .overlay_ranking .item_wrap {
    margin-bottom: 80px;
  }
  .overlay_ranking .item_wrap.main .item .rank {
    width: 75px;
    font-size: 32px;
  }
  .overlay_ranking .item_wrap.sub {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .overlay_ranking .item_wrap.sub .item {
    width: 160px;
    max-width: 25%;
    margin: 0 15px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1350px) {
  .activities_wrap .pic.pic_1 {
    transform: translate(0, -60%);
    width: 100px;
  }
  .activities_wrap .pic.pic_2 {
    transform: translate(-5%, -60%);
    width: 85px;
  }
}

@media screen and (max-width: 1280px) {
  .landing_wrap .slogan_wrap {
    width: 55%;
  }
  .vote_wrap .item_wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  .vote_wrap .item_wrap .item {
    width: 30%;
    max-width: 200px;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .vote_wrap .item_wrap .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .landing_wrap .slogan_wrap {
    padding-top: 4%;
  }
}

@media screen and (max-width: 1024px) {
  .landing_wrap .slogan_wrap .btn_wrap a:hover {
    transform: scale(1);
  }
  .vote_wrap .item.active .pic:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(75, 180, 221, 0.8);
  }
  .vote_wrap .item.active .pic .check {
    display: block;
  }
  .vote_wrap .item .pic {
    position: relative;
  }
  .vote_wrap .item .pic .check {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .vote_wrap .item .text {
    opacity: 1;
    position: relative;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none !important;
    color: #000;
  }
  .vote_wrap .item .text h4, .vote_wrap .item .text p {
    width: 100%;
  }
  .vote_wrap .item .text h4 {
    padding: 0;
    margin-bottom: 5px;
    border: none;
  }
  .vote_wrap .item .text .check {
    display: none !important;
  }
  .overlay_box .btn_wrap a:hover {
    transform: scale(1);
  }
}

@media screen and (max-width: 1000px) {
  .section {
    margin-bottom: 5vh;
  }
  .main_content {
    margin-top: 10%;
  }
  .title h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 28px;
  }
  .line_wrap {
    padding-top: 50px;
  }
  .float_bar {
    top: 115px;
    transform: translateY(0);
  }
  .float_btn {
    margin-bottom: 30px;
  }
  .float_btn:hover img {
    transform: scale(1);
  }
  .float_award .head h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    border-width: 2px;
  }
  .float_award .text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .float_award .text .item h4 {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .float_award .text .item p {
    font-size: 14px;
  }
  .map_wrap .group {
    transform: translateX(-12%);
  }
  .map_wrap .section_title {
    transform: translate(-50%, -20%);
  }
  .overlay_zone .main_map .box {
    flex-direction: column;
    align-items: center;
  }
  .overlay_zone .main_map .pic, .overlay_zone .main_map .text {
    width: 100%;
  }
  .overlay_zone .main_map .pic {
    margin-bottom: 30px;
  }
  .overlay_zone .main_map .text {
    max-width: 350px;
    padding-top: 0;
    text-align: center;
  }
  .overlay_zone .main_map .text h4 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  .landing_wrap .group {
    flex-direction: column-reverse;
    max-width: 550px;
    margin: 0 auto;
  }
  .landing_wrap .map_wrap, .landing_wrap .slogan_wrap {
    width: 100%;
  }
  .landing_wrap .slogan_wrap {
    position: relative;
    right: 0;
    margin-bottom: 30px;
  }
  .landing_wrap .slogan_wrap .btn_wrap a {
    left: 0;
  }
  .map_wrap .group {
    width: 108%;
    transform: translateX(-15%);
  }
  .vote_wrap .send_btn_wrap a {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .overlay_zone .main_foods .item {
    width: 47.5%;
    margin-right: 5%;
  }
  .overlay_zone .main_foods .item:nth-child(3n) {
    margin-right: 5%;
  }
  .overlay_zone .main_foods .item:nth-child(2n) {
    margin-right: 0;
  }
  .overlay_zone .main_map .text h3 {
    font-size: 26px;
  }
  .overlay_ranking .item_wrap.main .item .text h4 {
    font-size: 22px;
  }
  .overlay_ranking .item_wrap.main .item .text p {
    font-size: 18px;
  }
  .overlay_ranking .item_wrap .item .text h4 {
    font-size: 18px;
  }
  .overlay_ranking .item_wrap .item .text p {
    font-size: 16px;
  }
  .map_wrap .section_title {
    max-width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .map_wrap .group {
    width: 140%;
    transform: translateX(-14%);
    margin-top: 30px;
  }
  .float_bar {
    right: 10px;
    width: auto;
  }
  .float_btn {
    width: 120px;
    padding: 0;
  }
  .float_award {
    display: none;
  }
  .float_award.in_section {
    display: block;
  }
  .float_award:before, .float_award:after {
    top: 7px;
  }
  .float_award:before {
    left: 7px;
  }
  .float_award:after {
    right: 7px;
  }
  .overlay_zone .head h3 {
    font-size: 22px;
  }
  .overlay_zone .text {
    font-size: 16px;
  }
  .activities_wrap.overlay_activities h2 {
    font-size: 22px;
  }
  .activities_wrap.overlay_activities .text h3 {
    font-size: 20px;
  }
  .overlay_ranking .item_wrap {
    margin-bottom: 30px;
  }
  .overlay_ranking .item_wrap.main {
    justify-content: center;
  }
  .overlay_ranking .item_wrap.main .item {
    width: 40%;
    margin: 0 5% 30px 5%;
  }
  .overlay_ranking .item_wrap.main .item:first-child {
    position: relative;
    left: auto;
    top: 0;
    transform: translateX(0);
    width: 55%;
  }
  .overlay_ranking .item_wrap.main .item .text h4 {
    font-size: 22px;
  }
  .overlay_ranking .item_wrap.main .item .text p {
    font-size: 18px;
  }
  .overlay_ranking .item_wrap.sub .item {
    width: 130px;
    max-width: none;
  }
  .vote_wrap .box {
    margin-bottom: 25px;
  }
  .vote_wrap .head {
    margin-bottom: 15px;
  }
  .vote_wrap .item .text h4 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .vote_wrap .item .text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .title h2 {
    font-size: 24px;
  }
  .line_wrap {
    padding: 40px 20px 20px 20px;
  }
  .main_content {
    margin-top: 14%;
  }
  .landing_wrap {
    overflow: hidden;
  }
  .landing_wrap .map_wrap {
    left: 10%;
  }
  .landing_wrap .slogan_wrap {
    padding-top: 0;
  }
  .activities_wrap .section_title {
    margin-bottom: 50px;
  }
  .activities_wrap .title img {
    width: 50px;
  }
  .activities_wrap .pic.pic_1 {
    transform: translate(0, -60%);
    width: 70px;
  }
  .activities_wrap .pic.pic_2 {
    transform: translate(-5%, -60%);
    width: 65px;
  }
  .activities_wrap .text .text_group {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .activities_wrap .text h3 {
    font-size: 18px;
  }
  .activities_wrap .text .box {
    margin-bottom: 10px;
  }
  .activities_wrap .text .box ol, .activities_wrap .text .box ul {
    padding-left: 23px;
  }
  .activities_wrap .text .box p, .activities_wrap .text .box li {
    font-size: 16px;
  }
  .activities_wrap .text .box p {
    margin-bottom: 5px;
  }
  .activities_wrap .text .box p img {
    width: 18px;
    transform: translateY(0);
    margin-right: 7px;
  }
  .banner img {
    max-width: 590px;
  }
  .banner img.pc {
    display: none;
  }
  .banner img.m {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .overlay_zone .main_foods .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .map_wrap .section_title {
    transform: translate(-50%, 10%);
  }
  .overlay_ranking .item_wrap.main .item {
    width: 47.5%;
    margin-left: 0;
    margin-right: 5%;
  }
  .overlay_ranking .item_wrap.main .item:first-child {
    width: 55%;
    margin-right: 0;
  }
  .overlay_ranking .item_wrap.main .item:last-child {
    margin-right: 0;
  }
  .overlay_ranking .item_wrap.sub .item {
    max-width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .float_bar {
    width: auto;
  }
  .float_btn {
    width: 90px;
  }
}

@media screen and (max-width: 500px) {
  .landing_wrap .slogan_wrap .slogan {
    margin-bottom: 0;
  }
  .landing_wrap .slogan_wrap .btn_wrap {
    flex-direction: column;
    align-items: center;
  }
  .landing_wrap .slogan_wrap .btn_wrap a {
    margin: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .vote_wrap .item_wrap .item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
  .vote_wrap .item_wrap .item:nth-child(3n) {
    margin-right: 5%;
  }
  .vote_wrap .item_wrap .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .activities_wrap .title img {
    width: 40px;
  }
  .activities_wrap .pic.pic_1 {
    width: 55px;
  }
  .activities_wrap .pic.pic_2 {
    width: 50px;
  }
  .overlay_login h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .overlay_login .group {
    padding: 20px;
    padding-top: 35px;
  }
  .overlay_login .btn_wrap p {
    font-size: 14px;
  }
  .overlay_login .btn_wrap a span {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 430px) {
  .float_bar {
    top: 85px;
  }
  .map_wrap .section_title {
    max-width: 220px;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 400px) {
  .main_content {
    margin-top: 25%;
  }
  .map_wrap .section_title {
    transform: translate(-50%, -40%);
  }
  .float_bar {
    top: 25%;
  }
  .float_btn {
    width: 80px;
  }
}

@media screen and (max-width: 375px) {
  .title h2 {
    font-size: 20px;
  }
  .activities_wrap .title img {
    display: none;
  }
  .activities_wrap .pic.pic_1 {
    width: 45px;
  }
  .activities_wrap .pic.pic_2 {
    width: 40px;
  }
  .vote_wrap .send_btn_wrap a {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .main_content {
    padding-top: 30px;
  }
  .overlay_box h3 {
    font-size: 20px;
  }
  .overlay_box .group {
    padding: 15px;
    padding-top: 35px;
  }
}

@media screen and (min-width: 1025px) and (max-height: 700px) {
  .float_bar {
    top: auto;
    bottom: 20px;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1025px) and (max-height: 600px) {
  .float_btn {
    width: 120px;
    margin-bottom: 20px;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/index/mouse_icon_w.png), auto;
}

.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.overlay_wrap.trans .overlay_content {
  opacity: 1;
}

.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}

.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}

.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}

.overlay_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: .9;
  cursor: url(../images/icon/mouse_icon_w.png), auto;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  pointer-events: none;
  cursor: default;
}

.overlay_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  box-sizing: border-box;
}

.overlay_box {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  box-sizing: border-box;
}

.overlay_close_btn:hover {
  transform: rotateZ(180deg) scale(1.2);
}

.overlay_close_btn:before, .overlay_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #000;
}

.overlay_close_btn:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.overlay_close_btn:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.top_notice {
  position: fixed;
  left: 50%;
  top: 20px;
  z-index: 200;
  transform: translate(-50%, -130%);
  width: 90%;
  max-width: 400px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}

.top_notice.trans {
  transform: translate(-50%, 0);
}

.top_notice .overlay_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px 25px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 20px;
}

.top_notice .notice_text {
  margin-bottom: 15px;
  font-size: 20px;
}

.top_notice .notice_btn {
  padding: 0 15px;
  background: #4bb4dd;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.top_notice .notice_btn:hover {
  background: #f9aabd;
}

.prize {
  width: 100%;
  padding: 20px 0;
}

.prize .head {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4bb4dd;
}

.prize .head h1 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.3em;
  color: #000;
}

.prize .group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1600px;
}

.prize .form {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.prize .form textarea {
  width: 100%;
  height: 500px;
  background: #eee;
}

.prize .form select {
  width: 200px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #4bb4dd;
}

.prize .btn_wrap {
  display: flex;
  justify-content: center;
}

.prize .btn_wrap a {
  padding: 5px 10px;
  width: 200px;
  border-radius: 5px;
  background: #d25980;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.prize .btn_wrap a:hover {
  background: #d25980;
}

.prize .pool {
  width: 650px;
  max-height: calc( 100vh - 150px);
  padding: 15px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.7);
}

.prize .pool h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.prize .pool .box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.prize .pool .box h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.prize .pool .box h3 strong {
  margin-right: 5px;
}

.prize .pool .box h3 span {
  color: #d25980;
  font-size: 14px;
}

.prize .pool .box table {
  width: auto;
  max-width: 100%;
}

.prize .pool .box table td {
  padding: 0 10px;
}

.prize .pool .box table td.sn {
  width: 20px;
  text-align: center;
}

.prize .pool .box table td.winner {
  margin-right: 10px;
  color: #4bb4dd;
}

.prize .pool .box .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.prize .pool .box .item span {
  margin-right: 20px;
}

.prize .pool .box .item span.sn {
  width: 20px;
  text-align: center;
}

.prize .pool .box .item span.winner {
  margin-right: 10px;
  color: #d25980;
}

.prize .lottery {
  width: calc( 100% - 700px);
  text-align: center;
}

.prize .lottery .total {
  width: 100%;
  padding: 10px 20px;
  background: #f9aabd;
  margin-bottom: 10px;
  text-align: left;
  border: 1px solid #4bb4dd;
}

.prize .lottery .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
}

.prize .lottery .result.error h3 {
  color: #D90000;
}

.prize .lottery .result h3 {
  margin-bottom: 25px;
  font-size: 26px;
  color: #000;
}

.prize .lottery .result h3 span {
  display: block;
  margin-bottom: 10px;
}

.prize .lottery .result .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prize .lottery .result .item span {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

.prize .lottery .result .item span:last-child {
  margin-bottom: 0;
}

.prize .lottery .result .item span span {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}
/*# sourceMappingURL=style.css.map */