select,
input,
textarea,
button {
  border: 0;
  outline: 0;
  text-decoration: none;
}

table {
  font-size: inherit;
  font: 100%;
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

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-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  outline: 0;
  text-decoration: none;
}

input {
  outline: 0;
}

.l-row:after {
  clear: both;
  content: '';
  display: table;
}

/* ----- Variables ----- */
/* ----- COLOR ----- */
.disable-dbl-tap-zoom {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@font-face {
  font-family: 'Noto_Sans_TC';
  src: url(../fonts/Noto_Sans_TC/NotoSansTC-Regular.otf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'sans';
}

html {
  background-color: #8ee3f4;
  /* overflow-x: hidden; */
}

body {
  overflow-x: hidden;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

.nav {
  background-color: #fff;
  width: 100%;
  height: 6.25vw;
  position: fixed;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  font-weight: bolder;
  font-size: 20px;
}

@media (max-width: 750px) and (min-width: 0) {
  .nav {
    display: none;
  }
}

.nav .logo {
  width: 20.83333vw;
  height: 3.125vw;
  text-align: center;
  background: url(../images/index/logo.svg) bottom center no-repeat;
  background-size: contain;
  margin-left: 7.8125vw;
}

.nav__list {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.nav__item {
  width: 160px;
  height: fit-content;
  border-right: 2px solid #000;
  text-align: center;
}

.nav__item:last-child {
  border: 0;
}

.nav a {
  color: #000;
}

.nav__mobile {
  display: none;
}

@media (max-width: 750px) and (min-width: 0) {
  .nav__mobile {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

.nav__mobile__menu {
  width: 4.61538vw;
  height: 4.35897vw;
  text-align: center;
  background: url(../images/mobile/index/menu.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav__mobile__menu.active {
  background: url(../images/mobile/index/menu_close.svg) center center no-repeat;
  background-size: contain;
}

.nav__mobile .logo {
  width: 40.25641vw;
  height: 12.82051vw;
  text-align: center;
  background: url(../images/index/logo.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav__mobile__list {
  display: none;
}

@media (max-width: 750px) and (min-width: 0) {
  .nav__mobile__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: -500px;
    z-index: 8;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all 0.3s;
  }
}

.nav__mobile__list.active {
  top: 48px;
}

.nav__mobile__item {
  width: 110px;
  height: 13.33333vw;
  text-align: center;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.nav__mobile__item img {
  height: 19px;
  width: 22px;
}

.nav__mobile__item a {
  color: #000;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.wrap {
  width: 80.72917vw;
  margin: auto;
  position: relative;
}

@media (max-width: 750px) and (min-width: 0) {
  .wrap {
    width: 89.74359vw;
  }
}

.cloud__1 {
  width: 59.11458vw;
  height: 33.64583vw;
  position: fixed;
  top: 0vw;
  left: -22.91667vw;
  color: white;
  text-align: center;
  background: url(../images/index/cloud_1.png) bottom center no-repeat;
  background-size: 100% auto;
}

.cloud__2 {
  width: 36.30208vw;
  height: 16.5625vw;
  position: fixed;
  top: 2.60417vw;
  left: 43.75vw;
  color: white;
  text-align: center;
  background: url(../images/index/cloud_2.png) bottom center no-repeat;
  background-size: 100% auto;
}

.cloud__3 {
  width: 24.63542vw;
  height: 16.35417vw;
  position: fixed;
  top: 17.70833vw;
  left: 83.33333vw;
  color: white;
  text-align: center;
  background: url(../images/index/cloud_3.png) top center no-repeat;
  background-size: 100% auto;
}

.cloud__4 {
  width: 62.5vw;
  height: 62.5vw;
  background: url(../images/index/cloud_4.png) bottom center no-repeat;
  background-size: contain;
  position: fixed;
  bottom: -26.04167vw;
  left: -23.95833vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .cloud__4 {
    width: 102.5641vw;
    height: 76.92308vw;
    bottom: 15.38462vw;
    left: -38.46154vw;
  }
}

.kv {
  width: 100vw;
  height: 59.375vw;
  position: relative;
  color: white;
  background: url(../images/index/KV.jpg) bottom center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv {
    background: url(../images/mobile/index/KV.jpg) top center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 200vw;
    margin-top: 7.69231vw;
  }
}

.kv__cloud__1 {
  width: 59.11458vw;
  height: 33.64583vw;
  position: absolute;
  top: 0vw;
  left: -22.91667vw;
  color: white;
  text-align: center;
  background: url(../images/index/cloud_1.png) bottom center no-repeat;
  background-size: 100% auto;
}

.kv__cloud__2 {
  width: 36.30208vw;
  height: 16.5625vw;
  position: absolute;
  top: 2.60417vw;
  left: 43.75vw;
  color: white;
  text-align: center;
  background: url(../images/index/cloud_2.png) bottom center no-repeat;
  background-size: 100% auto;
}

.kv__cloud__3 {
  width: 24.63542vw;
  height: 16.35417vw;
  position: absolute;
  top: 17.70833vw;
  left: 83.33333vw;
  color: white;
  text-align: center;
  background: url(../images/index/cloud_3.png) top center no-repeat;
  background-size: 100% auto;
}

.kv__cloud__4 {
  width: 62.5vw;
  height: 62.5vw;
  background: url(../images/index/cloud_4.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -23.95833vw;
  left: -23.95833vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__cloud__4 {
    width: 102.5641vw;
    height: 76.92308vw;
    bottom: 15.38462vw;
    left: -38.46154vw;
  }
}

.kv__title {
  position: relative;
  margin-left: 4.16667vw;
}

.kv__title__1 {
  width: 39.58333vw;
  height: 20.83333vw;
  position: absolute;
  top: 15.625vw;
  color: white;
  text-align: center;
  background: url(../images/index/title.svg) bottom center no-repeat;
  background-size: 100% auto;
  opacity: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__title__1 {
    width: 96.15385vw;
    height: 64.10256vw;
    right: 0;
    left: 0;
    top: 71.79487vw;
    margin: auto;
    background: url(../images/mobile/index/title.svg) bottom center no-repeat;
  }
}

.kv__title__2 {
  width: 42.1875vw;
  height: 21.35417vw;
  position: absolute;
  top: 15.625vw;
  color: white;
  text-align: center;
  background: url(../images/index/plane_1.svg) bottom center no-repeat;
  background-size: 100% auto;
  font-size: 1.77083vw;
  color: #40636B;
  font-weight: bolder;
  text-align: center;
  opacity: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__title__2 {
    width: 100%;
    height: 64.10256vw;
    left: 0vw;
    top: 74.35897vw;
    background: url(../images/mobile/index/plane_1.svg) bottom center no-repeat;
    background-size: 100% auto;
  }
}

.kv__title__2 p {
  position: absolute;
  bottom: 0.41667vw;
  left: 7.8125vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__title__2 p {
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    top: 61.53846vw;
    bottom: auto;
  }
}

.kv__title__3 {
  width: 33.85417vw;
  height: 16.66667vw;
  position: absolute;
  top: 37.5vw;
  left: 2.8125vw;
  color: #2D3436;
  background: url(../images/index/cloud_0.svg) center center no-repeat;
  background-size: 100% auto;
  font-size: 1.25vw;
  font-weight: 400;
  padding-top: 5.20833vw;
  line-height: 2.08333vw;
  text-align: center;
  opacity: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__title__3 {
    width: 100%;
    height: 64.10256vw;
    left: 0;
    right: 0;
    margin: auto;
    top: 138.46154vw;
    font-size: 14px;
    font-weight: 400;
    padding-top: 24.10256vw;
    line-height: 5.12821vw;
  }
}

.kv__title__3 p {
  width: 95%;
}

.kv__title__3 span {
  color: #D65514;
  font-size: 1.5625vw;
  font-weight: bold;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__title__3 span {
    font-size: 18px;
    font-weight: bold;
  }
}

.kv__title__3 span:last-child {
  color: #40636B;
  font-weight: 400;
}

.kv__plane {
  width: 32.29167vw;
  height: 15.05208vw;
  position: absolute;
  top: 15.3125vw;
  left: 43.22917vw;
  color: white;
  background: url(../images/index/KV_plane.png) bottom center no-repeat;
  background-size: 100% auto;
  opacity: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .kv__plane {
    width: 53.84615vw;
    height: 25.64103vw;
    top: 18.97436vw;
    left: 7.69231vw;
  }
}

.title__arrow {
  width: 22.55208vw;
  height: 9.79167vw;
  position: relative;
  text-align: center;
  background: url(../images/index/sign_1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

@media (max-width: 750px) and (min-width: 0) {
  .title__arrow {
    width: 51.28205vw;
    height: 25.64103vw;
  }
}

.title__arrow__open {
  cursor: pointer;
}

.title__arrow .light {
  width: 22.55208vw;
  height: 9.79167vw;
  background: url(../images/index/light.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-280px);
  opacity: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .title__arrow .light {
    width: 51.28205vw;
    height: 25.64103vw;
  }
}

.title__arrow .light__mask {
  -webkit-mask: url(../images/index/sign_1.png) no-repeat left center;
  mask: url(../images/index/sign_1.png) no-repeat left center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.suitcase__content {
  margin-top: 4.16667vw;
  width: 100%;
  border-radius: 2.60417vw;
  background-color: rgba(234, 249, 254, 0.8);
  position: relative;
  padding: 5.72917vw;
  box-sizing: border-box;
  transition: all 1s;
  padding-bottom: 100px;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content {
    width: 89.74359vw;
    margin: auto;
    margin-top: 5.12821vw;
    border-radius: 12.82051vw;
    padding: 10.25641vw 7.69231vw 40px;
    line-height: 28px;
  }
}

.suitcase__content::before {
  content: '';
  display: inline-block;
  width: 100.2%;
  height: 10.41667vw;
  background: url(../images/index/icon_suitcase_top.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -3.64583vw;
  left: -0.05208vw;
  pointer-events: none;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content::before {
    background: url(../images/mobile/index/icon_suitcase_top.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 25.64103vw;
    top: -6.41026vw;
  }
}

.suitcase__content::after {
  content: '';
  display: inline-block;
  width: 100.2%;
  height: 10.41667vw;
  background: url(../images/index/icon_suitcase_bottom.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -2.34375vw;
  left: -0.05208vw;
  pointer-events: none;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content::after {
    background: url(../images/mobile/index/icon_suitcase_bottom.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 101%;
    height: 20.51282vw;
    bottom: -5.38462vw;
    left: -0.25641vw;
  }
}

.suitcase__content ul li {
  line-height: 45px;
  color: #2d3436;
  list-style-type: decimal;
  margin: 0 0 0 1.25vw;
  font-size: 1.14583vw;
  text-align: justify;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content ul li {
    font-size: 12px;
    line-height: 30px;
  }
}

.suitcase__content ul p {
  margin-left: 0.625vw;
}

.suitcase__content ul span {
  text-align: justify;
}

.suitcase__content ol li {
  list-style-type: disc;
  margin-left: 2.08333vw;
  text-align: justify;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content ol li {
    margin-left: 7.69231vw;
  }
}

.suitcase__content ol li p {
  margin-left: 0vw;
}

.suitcase__content ol li span {
  display: inline-block;
  width: 60.41667vw;
  height: auto;
  vertical-align: top;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content ol li span {
    display: inline-block;
    width: 50vw;
    height: auto;
    vertical-align: top;
    font-size: 12px;
  }
}

.suitcase__content p {
  font-size: 1.14583vw;
  color: #2d3436;
  line-height: 35px;
}

@media (max-width: 750px) and (min-width: 0) {
  .suitcase__content p {
    font-size: 12px;
    line-height: 30px;
  }
}

#awards {
  position: relative;
  margin-top: 3.125vw;
}

#awards .plane {
  width: 15.625vw;
  height: 8.59375vw;
  background: url(../images/index/plane_2.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -3.125vw;
  left: 69.79167vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .plane {
    width: 30.76923vw;
    height: 15.38462vw;
    top: -12.82051vw;
    left: 5.12821vw;
  }
}

#awards .title__arrow {
  background: url(../images/index/sign_1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#awards .awards__ticket__1 {
  width: 80.36458vw;
  height: 25.78125vw;
  text-align: center;
  background: url(../images/index/ticket_1.svg) top center no-repeat;
  background-size: contain;
  margin-bottom: 5.20833vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__1 {
    width: 100%;
    height: 126.92308vw;
    background: url(../images/mobile/index/ticket_1.svg) top center no-repeat;
    background-size: 100% auto;
  }
}

#awards .awards__ticket__2 {
  width: 80.36458vw;
  height: 105.20833vw;
  text-align: center;
  background: url(../images/index/ticket_2.svg) top center no-repeat;
  background-size: contain;
  margin-bottom: 5.20833vw;
  position: relative;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2 {
    width: 89.74359vw;
    height: 556.41026vw;
    background: url(../images/mobile/index/ticket_2.svg) top center no-repeat;
    background-size: 100% auto;
  }
}

#awards .awards__ticket__2 .btns {
  position: absolute;
  top: 48.95833vw;
  left: 16.66667vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2 .btns {
    left: 6.15385vw;
    top: 220.51282vw;
    width: 78.20513vw;
  }
}

#awards .awards__ticket__2__btn {
  width: 15.625vw;
  height: 5.72917vw;
  position: absolute;
  cursor: pointer;
  background: url(../images/index/button_2-1.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn {
    width: 43.58974vw;
    height: 12.82051vw;
  }
}

#awards .awards__ticket__2__btn:hover {
  background: url(../images/index/button_2-2.svg) center center no-repeat;
  background-size: contain;
}

#awards .awards__ticket__2__btn--1 {
  background: url(../images/index/button_1-1.svg) center center no-repeat;
  background-size: contain;
  top: 24.0625vw;
  left: 34.89583vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn--1 {
    width: 51.28205vw;
    height: 15.38462vw;
    top: 82.05128vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#awards .awards__ticket__2__btn--1:hover {
  background: url(../images/index/button_1-2.svg) center center no-repeat;
  background-size: contain;
}

#awards .awards__ticket__2__btn--2 {
  position: absolute;
  top: 0vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn--2 {
    right: 0;
    left: 0;
    margin: auto;
  }
}

#awards .awards__ticket__2__btn--3 {
  position: absolute;
  top: 17.44792vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn--3 {
    top: 120.51282vw;
  }
}

#awards .awards__ticket__2__btn--4 {
  position: absolute;
  top: 23.17708vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn--4 {
    top: 135.38462vw;
  }
}

#awards .awards__ticket__2__btn--5 {
  position: absolute;
  top: 28.64583vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn--5 {
    top: 147.17949vw;
  }
}

#awards .awards__ticket__2__btn--6 {
  position: absolute;
  top: 45.3125vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__2__btn--6 {
    top: 258.97436vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#awards .awards__ticket__3 {
  width: 80.36458vw;
  height: 25.78125vw;
  text-align: center;
  background: url(../images/index/ticket_3.svg) top center no-repeat;
  background-size: contain;
  margin-bottom: 5.20833vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #awards .awards__ticket__3 {
    width: 89.74359vw;
    height: 132.82051vw;
    background: url(../images/mobile/index/ticket_3.svg) top center no-repeat;
    background-size: 100% auto;
  }
}

#events .title__arrow {
  background: url(../images/index/sign_2-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#events .title__arrow.active {
  background: url(../images/index/sign_2-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#events .example {
  margin-top: 7.29167vw;
}

#events .example__title {
  letter-spacing: 4px;
  color: #40636B;
  line-height: 35px;
  font-size: 1.5625vw;
  font-weight: bold;
  margin-bottom: 1.5625vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #events .example__title {
    font-size: 14px;
  }
}

#events .list__img {
  position: relative;
  z-index: 0;
  width: 80%;
  margin: auto;
  margin-bottom: 2.60417vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #events .list__img {
    width: 100%;
  }
}

#events .list__img img.pc\:hide {
  display: none;
}

@media (max-width: 750px) and (min-width: 0) {
  #events .list__img img.pc\:hide {
    display: block;
  }
}

@media (max-width: 750px) and (min-width: 0) {
  #events .list__img img.mb\:hide {
    display: none !important;
  }
}

#events .list__img::after {
  content: '';
  display: inline-block;
  width: 35.41667vw;
  height: 15.625vw;
  background: url(../images/mobile/index/dotted_line_4.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -7.29167vw;
  left: 21.875vw;
  margin: auto;
  z-index: -1;
}

@media (max-width: 750px) and (min-width: 0) {
  #events .list__img::after {
    width: 51.28205vw;
    top: -12.82051vw;
  }
}

#post {
  margin-top: 13.02083vw;
}

#post .title__arrow {
  background: url(../images/index/sign_3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#post .btn {
  width: 19.79167vw;
  height: 6.25vw;
  margin-top: 5.20833vw;
  background-image: url(../images/index/button_3-1.svg);
}

@media (max-width: 750px) and (min-width: 0) {
  #post .btn {
    width: 41.02564vw;
    height: 12.82051vw;
  }
}

#post .btn:hover {
  background-image: url(../images/index/button_3-2.svg);
}

#notice {
  margin-top: 13.02083vw;
  margin-bottom: 10.41667vw;
}

#notice .title__arrow {
  background: url(../images/index/sign_4-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#notice .title__arrow.active {
  background: url(../images/index/sign_4-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#notice img {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #notice img {
    width: 100%;
  }
}

#notice img.pc\:hide {
  display: none;
}

@media (max-width: 750px) and (min-width: 0) {
  #notice img.pc\:hide {
    display: block;
  }
}

@media (max-width: 750px) and (min-width: 0) {
  #notice img.mb\:hide {
    display: none !important;
  }
}

#notice__cloud--1 {
  width: 52.08333vw;
  height: 33.85417vw;
  background: url(../images/winners/cloud_4.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 16.66667vw;
  left: -3.125vw;
}

@media (max-width: 750px) and (min-width: 0) {
  #notice .suitcase__content li {
    font-size: 12px !important;
  }
}

.winner__kv {
  width: 100vw;
  height: 33.85417vw;
  position: relative;
  background: url(../images/winners/KV.jpg) top center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv {
    width: 100%;
    height: 141.02564vw;
    background: url(../images/mobile/index/KV.jpg) top center no-repeat;
    background-size: contain;
  }
}

.winner__kv__title {
  width: 41.66667vw;
  height: 26.04167vw;
  background: url(../images/winners/title.svg) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5.20833vw;
  left: 13.02083vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv__title {
    top: 84.61538vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 43.58974vw;
    background-size: contain;
  }
}

.winner__kv__cloud--1 {
  width: 52.08333vw;
  height: 33.85417vw;
  background: url(../images/winners/cloud_4.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 16.66667vw;
  left: -3.125vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv__cloud--1 {
    width: 102.5641vw;
    height: 76.92308vw;
    top: 110.25641vw;
    left: -52.08333vw;
  }
}

.winner__kv__cloud--2 {
  width: 31.25vw;
  height: 18.22917vw;
  background: url(../images/winners/cloud_1.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0vw;
  left: 15.625vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv__cloud--2 {
    width: 102.5641vw;
    height: 205.12821vw;
    top: -17.94872vw;
    left: -72.91667vw;
  }
}

.winner__kv__cloud--3 {
  width: 18.75vw;
  height: 10.41667vw;
  background: url(../images/winners/cloud_5.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 8.33333vw;
  left: 52.60417vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv__cloud--3 {
    width: 43.58974vw;
    height: 25.64103vw;
    top: 0vw;
    left: 33.85417vw;
  }
}

.winner__kv__cloud--4 {
  width: 12.5vw;
  height: 10.41667vw;
  background: url(../images/winners/cloud_4.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 11.45833vw;
  left: 86.97917vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv__cloud--4 {
    width: 25.64103vw;
    height: 25.64103vw;
    top: 20.51282vw;
    left: 82.05128vw;
  }
}

.winner__kv__cloud--5 {
  width: 20.83333vw;
  height: 10.41667vw;
  background: url(../images/winners/cloud_5.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 39.0625vw;
  left: 64.0625vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__kv__cloud--5 {
    width: 76.92308vw;
    height: 51.28205vw;
    top: 66.66667vw;
    left: 61.53846vw;
  }
}

.winner__list {
  position: relative;
}

.winner__list__cloud--1 {
  width: 52.08333vw;
  height: 27.08333vw;
  background: url(../images/winners/cloud_3.png) top center no-repeat;
  background-size: auto  100%;
  position: absolute;
  top: 52.08333vw;
  left: -29.16667vw;
}

.winner__list__cloud--2 {
  width: 28.125vw;
  height: 13.02083vw;
  background: url(../images/winners/cloud_5.png) top center no-repeat;
  background-size: auto  100%;
  position: absolute;
  bottom: -14.58333vw;
  left: 62.5vw;
}

.winner__list .title__arrow {
  background: url(../images/winners/sign.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.winner__list__title {
  letter-spacing: 4px;
  color: #40636B;
  line-height: 35px;
  font-size: 2.08333vw;
  font-weight: bold;
  margin-bottom: 1.5625vw;
  text-align: center;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__list__title {
    line-height: 12px;
    letter-spacing: 2px;
    font-size: 12px;
  }
}

.winner__list__btns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  column-gap: 2.08333vw;
  margin: 4.16667vw 0 2.60417vw;
}

.winner__list__btns__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 11.45833vw;
  height: 6.25vw;
  background: #FFFFFF;
  border: 0.15625vw solid #036EA6;
  border-radius: 3.125vw;
  color: #066EA6;
  font-size: 1.66667vw;
  line-height: 2.34375vw;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__list__btns__item {
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 3.58974vw;
    font-size: 12px;
    line-height: 5.12821vw;
  }
}

.winner__list__btns__item:hover {
  background-color: #066EA6;
  color: #fff;
}

.winner__list__btns__item:hover p {
  color: #fff;
}

.winner__list__btns__item.active {
  background-color: #066EA6;
}

.winner__list__btns__item.active p {
  color: #fff;
}

.winner__list__btns__item .ft-40 {
  font-size: 2.08333vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__list__btns__item p {
    font-size: 10px !important;
  }
}

.winner__list__item {
  display: none;
}

.winner__list__item.active {
  display: block;
}

.winner__list .noawards {
  margin: 5.20833vw 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .winner__list .noawards {
    margin: 15.38462vw 0;
  }
}

.winner .btn {
  width: 14.58333vw;
  margin-top: 5.20833vw;
  margin-bottom: 4.16667vw;
  background-image: url(../images/winners/button_back_1.svg);
}

@media (max-width: 750px) and (min-width: 0) {
  .winner .btn {
    width: 38.46154vw;
  }
}

.winner .btn:hover {
  background-image: url(../images/winners/button_back_2.svg);
}

.recommender__kv {
  width: 100%;
  height: 25.26042vw;
  position: relative;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv {
    height: 46.15385vw;
  }
}

.recommender__kv__logo {
  width: 15.3750024vw;
  height: 3.0000024vw;
  margin: auto;
  padding-top: 1vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv__logo {
    width: 29.48718vw;
    height: 5.12821vw;
  }
}

.recommender__kv__txt {
  width: 62.5vw;
  height: 10.9375vw;
  background: url(../images/recommender/title.png) top center no-repeat;
  background-size: contain;
  margin-left: 4.16667vw;
  margin-top: 6.66667vw;
  position: relative;
  z-index: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv__txt {
    background: url(../images/mobile/recommender/title.png) top center no-repeat;
    background-size: contain;
    width: 82.05128vw;
    height: 17.94872vw;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    margin-top: 7.69231vw;
  }
}

.recommender__kv__txt__plane {
  width: 5.20833vw;
  height: 5.20833vw;
  background: url(../images/recommender/title_plane.svg) top center no-repeat;
  background-size: contain;
  position: absolute;
  right: 52.08333vw;
  bottom: 0;
  opacity: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv__txt__plane {
    width: 6.41026vw;
    height: 7.69231vw;
  }
}

.recommender__kv__plane {
  width: 33.90625vw;
  height: 15.05208vw;
  background: url(../images/recommender/KV_plane.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 6.25vw;
  left: 63.54167vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv__plane {
    width: 82.05128vw;
    height: 25.64103vw;
    top: 30.76923vw;
    left: 35.89744vw;
  }
}

.recommender__kv__cloud--1 {
  width: 59.11458vw;
  height: 33.64583vw;
  background: url(../images/recommender/cloud_1.png) top center no-repeat;
  background-size: contain;
  position: fixed;
  top: -3.125vw;
  left: -23.4375vw;
  z-index: 0;
}

.recommender__kv__cloud--2 {
  width: 36.30208vw;
  height: 16.5625vw;
  background: url(../images/recommender/cloud_2.png) top center no-repeat;
  background-size: contain;
  position: fixed;
  top: 3.125vw;
  left: 48.4375vw;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv__cloud--2 {
    top: 28.20513vw;
    left: 46.15385vw;
  }
}

.recommender__kv__cloud--3 {
  width: 24.63542vw;
  height: 16.35417vw;
  background: url(../images/recommender/cloud_3.png) top center no-repeat;
  background-size: contain;
  position: fixed;
  top: 14.58333vw;
  left: 83.33333vw;
  z-index: 0;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__kv__cloud--3 {
    top: 43.58974vw;
    left: 82.05128vw;
  }
}

.recommender__main .suitcase__content {
  padding: 0;
  padding-top: 5.20833vw;
}

.recommender__main__img {
  width: 100%;
  height: 231.77083vw;
  background: url(../images/recommender/contents.png) bottom center no-repeat;
  background-size: 101% 100%;
  position: relative;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__main__img {
    width: 100%;
    height: 610.25641vw;
    background: url(../images/mobile/recommender/contents.png) top center no-repeat;
    background-size: 102% auto;
  }
}

.recommender__main__img .robot {
  width: 12.5vw;
  height: 16.66667vw;
  background: url(../images/recommender/robot_1.png) top left no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 3.64583vw;
  left: 5.72917vw;
  transform-origin: 50% 100%;
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender__main__img .robot {
    width: 19.48718vw;
    height: 26.92308vw;
    bottom: 20.51282vw;
    left: 4.10256vw;
  }
}

.recommender .btn {
  width: 14.58333vw;
  margin-top: 5.20833vw;
  margin-bottom: 4.16667vw;
  background-image: url(../images/recommender/button.svg);
}

@media (max-width: 750px) and (min-width: 0) {
  .recommender .btn {
    width: 38.46154vw;
  }
}

.recommender .btn:hover {
  background-image: url(../images/recommender/button_1.svg);
}

.fixed__icon {
  position: fixed;
  bottom: 6.25vw;
  right: 0.52083vw;
  height: 13.54167vw;
}

@media (max-width: 750px) and (min-width: 0) {
  .fixed__icon {
    height: 38.46154vw;
    bottom: 15.38462vw;
    right: 0;
  }
}

.fixed__icon a {
  height: auto;
}

.fixed__icon__1 {
  width: 13.02083vw;
  height: 10.41667vw;
  background: url(../images/index/button_recommand.svg) center bottom no-repeat;
  background-size: auto 100%;
}

.fixed__icon__1:hover {
  animation: rotate ease-in-out  0.8s  infinite;
  animation-direction: normal;
}

@media (max-width: 750px) and (min-width: 0) {
  .fixed__icon__1 {
    width: 32.05128vw;
    height: 30.76923vw;
  }
}

.fixed__icon__2 {
  width: 13.02083vw;
  height: 3.125vw;
  background: url(../images/index/button_top.svg) center top no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}

.fixed__icon__2:hover {
  margin-top: -10px;
}

@media (max-width: 750px) and (min-width: 0) {
  .fixed__icon__2 {
    width: 28.20513vw;
    height: 17.94872vw;
  }
}

.btn {
  height: 4.16667vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: auto;
  cursor: pointer;
}

@media (max-width: 750px) and (min-width: 0) {
  .btn {
    height: 12.82051vw;
  }
}

.hidden {
  transition: all 1s;
  height: 0;
  opacity: 0;
}

.hidden * {
  display: none;
}

.hidden.suitcase__content {
  padding-bottom: 10px;
}

@media (max-width: 750px) and (min-width: 0) {
  .hidden.suitcase__content {
    padding-bottom: 50px;
  }
}

a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 750px) and (min-width: 0) {
  .ft-12 {
    font-size: 12px;
  }
}

.ps {
  margin-left: 0 !important;
  margin-top: 14px;
  color: #7E7E7E !important;
}

@media (max-width: 750px) and (min-width: 0) {
  .ps {
    margin-top: 16px;
  }
}

.ps span {
  display: inline-block;
  width: 60.41667vw;
  height: auto;
  vertical-align: top;
}

@media (max-width: 750px) and (min-width: 0) {
  .ps span {
    display: inline-block;
    height: auto;
    vertical-align: top;
    font-size: 12px;
  }
}

.ft-bold {
  font-weight: bold;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*# sourceMappingURL=map/theme.css.map */
