* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", arial, "新細明體", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

.success {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  /* display: none; */
  display: none;
}

.success_container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  height: 100vh;
}

.success_container img {
  width: 100%;
}

.close_success {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: #000 2px solid;
  top: 10px;
  right: 10px;
  /* filter:Alpha(opacity=0); */
  cursor: pointer;
}

.close_success::before {
  position: absolute;
  content: '';
  height: 35px;
  width: 2px;
  background-color: #000;
  left: 48%;
  transform: rotate(45deg);
}

.close_success::after {
  position: absolute;
  content: '';
  height: 36px;
  width: 2px;
  background-color: #000;
  right: 47%;
  transform: rotate(-45deg);
}

a {
  text-decoration: none;
  color: #000;
}

#kv {
  position: relative;
  padding-top: 42%;
  background-image: url(../images/kv.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#cta {
  position: fixed;
  top: 3%;
  right: 7%;
  z-index: 10;
}

#menu {
  width: 100%;
  text-align: center;
  background-color: #000;
}

#menu a {
  margin: 0 2%;
  line-height: 3.5;
  color: #fff;
}

#video {
  position: relative;
  padding-top: 37.4%;
  background-image: url(../images/video-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.advertise_video {
  position: absolute;
  top: 12%;
  right: 15.5%;
  width: 38%;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

.video_slogan {
  position: absolute;
  top: 25.5%;
  left: 16.7%;
  color: #fff;
  font-size: 2.3vw;
  font-weight: 400;
  transform: scaleY(1.1);
}

.video_description {
  position: absolute;
  top: 71%;
  right: 17.7%;
  color: #fff;
  font-size: 1.1vw;
}

.see_posts {
  display: block;
  position: absolute;
  top: 76%;
  right: 34%;
  width: 13%;
  padding-top: 3%;
}

#celebrity {
  position: relative;
  padding-top: 57%;
  background-image: url(../images/cele-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.cele_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 0, 28, 0.9);
  z-index: 12;
  display: none;
}

.cele_poster {
  padding-top: 35%;
  width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#cele_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.pop_maeda {
  background-image: url(../images/modal/maeda.jpg);
}

.pop_lauren {
  background-image: url(../images/modal/lauren.jpg);
}

.pop_alina {
  background-image: url(../images/modal/alina.jpg);
}

.pop_jj {
  background-image: url(../images/modal/jj.jpg);
}

.close_btn {
  position: absolute;
  top: 0.5vw;
  right: 15vw;
  display: block;
  width: 3vw;
  padding-top: 3vw;
  cursor: pointer;
}

.touch {
  position: absolute;
  top: -21vw;
  left: -0.5vw;
  display: block;
  width: 104%;
  padding-top: 21.2vw;
}

.touch_maeda:hover {
  background-image: url(../images/modal/celebrity_hover_overlay_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.touch_lauren:hover {
  background-image: url(../images/modal/celebrity_hover_overlay_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.touch_alina:hover {
  background-image: url(../images/modal/celebrity_hover_overlay_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.touch_jj:hover {
  background-image: url(../images/modal/celebrity_hover_overlay_04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cele_panel {
  top: 40%;
  left: 27%;
}

.cele_panel {
  color: #fff;
}

.cele_panel a {
  color: #fff;
}

.cele_panel>div {
  width: 14.5%;
}

.cele_panel>div>div,
.cele_panel>div>span,
.cele_panel>div>a {
  display: inline-block;
}

.hr {
  display: inline-block;
  margin: 0 4px;
  margin-bottom: 4px;
  width: 34px;
  height: 1px;
  border-bottom: 1px solid #fff;
}

.maeda {
  position: absolute;
  top: 56%;
  left: 27%;
  font-size: 1vw;
}

.lauren {
  position: absolute;
  top: 43%;
  left: 42%;
  font-size: 1vw;
}

.alina {
  position: absolute;
  top: 56%;
  left: 56.5%;
  font-size: 1vw;
}

.jj {
  position: absolute;
  top: 43%;
  left: 71.5%;
  font-size: 1vw;
}

#kol {
  position: absolute;
  top: 80%;
  left: 14%;
  width: 47%;
}

.watch_chen {
  display: block;
  width: 15vw;
  height: 23vw;
  position: absolute;
  top: 49%;
  left: 14%;
  z-index: 1;
}

.watch_wen {
  display: block;
  width: 15vw;
  height: 23vw;
  position: absolute;
  top: 59%;
  left: 29.8%;
  z-index: 1;
}

.watch_apple {
  display: block;
  width: 15vw;
  height: 23vw;
  position: absolute;
  top: 49%;
  left: 45.5%;
  z-index: 1;
}

.chen {
  position: absolute;
  top: 1%;
  left: 2%;
}

.wen {
  position: absolute;
  top: 7.5vw;
  left: 35%;
}

.apple {
  position: absolute;
  top: 0;
  left: 68.5%;
}

#kol .name {
  font-weight: 600;
  font-size: 1.35vw;
  color: #D6001C;
}

.video_kol {
  display: none;
}

.clip {
  position: absolute;
  top: -23vw;
  padding-top: 20%;
  width: 6vw;
  background-image: url(../images/coming-soon.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.watch {
  position: absolute;
  top: -23vw;
  padding-top: 20%;
  width: 6vw;
  background-image: url(../images/watch.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#kol .quote {
  line-height: 1.5;
  font-size: 0.9vw;
}

#product1 {
  position: relative;
  padding-top: 43.3%;
  background-image: url(../images/product1-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

#product2 {
  position: relative;
  padding-top: 35%;
  background-image: url(../images/product2-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#product3 {
  position: relative;
  padding-top: 35%;
  background-image: url(../images/product3-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* invisible */
.buy_now_product2 {
  display: block;
  position: absolute;
  top: 71.5%;
  left: 17%;
  width: 17.4%;
  padding-top: 5.7%;
  background-color: #fff;
  pointer-events: none;
}

/* invisible */
.buy_now_product3 {
  display: block;
  position: absolute;
  top: 80.5%;
  right: 36.5%;
  width: 15.4%;
  padding-top: 5.7%;
  background-color: #D6001C;
  pointer-events: none;
}

#UGC {
  position: relative;
  padding-top: 35%;
  background-image: url(../images/ugc-bg0616.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#form {
  position: relative;
  padding-top: 39%;
  background-image: url(../images/form2-bg_0804.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#reservation_form {
  position: absolute;
  top: 28%;
  left: 48%;
  width: 32%;
  font-size: 0.7vw;
}

.half {
  width: 47%;
}

.whole {
  width: 97%;
}

input,
select {
  margin: 1.5% 1%;
  padding: 2%;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 1vw;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.png);
  background-size: 7%;
  background-repeat: no-repeat;
  background-position: 95% 56%;
  outline: none;
}

.privacy {
  position: relative;
  margin-left: 1%;
}

.agree_checkbox {
  height: 0;
  width: 0;
  opacity: 0;
}

.checkmark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.1vw;
  height: 1.1vw;
  background-image: url(../images/check-box2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.agree_checkbox:checked~.checkmark::after {
  background-image: url(../images/checked2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.checkmark {
  display: inline-block;
  margin-right: 10px;
}

#confirm-btn {
  position: absolute;
  top: 62%;
  left: 48.5%;
  width: 12.4%;
  padding-top: 2.7%;
  cursor: pointer;
}

#supply-btn {
  position: absolute;
  right: 34%;
  bottom: 25%;
  display: block;
  width: 4vw;
  height: 1vw;
  cursor: pointer;
}

#event {
  position: relative;
  padding-top: 75%;
  background-image: url(../images/event-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.buy_now1 {
  display: block;
  position: absolute;
  top: 44%;
  left: 16.5%;
  width: 12.7%;
  padding-top: 3%;
}

.buy_now2 {
  display: block;
  position: absolute;
  top: 44%;
  left: 32%;
  width: 12.7%;
  padding-top: 3%;
}

.buy_now3 {
  display: block;
  position: absolute;
  top: 44%;
  left: 50.5%;
  width: 12.7%;
  padding-top: 3%;
}

.buy_now4 {
  display: block;
  position: absolute;
  top: 44%;
  left: 69%;
  width: 12.7%;
  padding-top: 3%;
}

.swiper-button-next {
  display: none;
}

.swiper-button-prev {
  display: none;
}

.depart_season_mb {
  display: none;
}

.depart_season_pc {
  position: absolute;
  top: 67%;
  left: 50.8%;
}

table.depart_season_pc th,
table.depart_season_pc td {
  width: 25%;
}

table.depart_season_pc tr,
table.depart_season_pc td {
  padding: 0.5vw;
  white-space: nowrap;
  font-size: 1vw;
}

table.depart_season_pc th {
  line-height: 2;
  background-color: #D6001C;
  color: #fff;
  font-size: 1.1vw;
}

@media(max-width: 1172px) {
  .success_container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 65%;
  }

  .close_success {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #000 1px solid;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .close_success::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    background-color: #000;
    left: 48%;
    transform: rotate(45deg);
  }

  .close_success::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    background-color: #000;
    right: 47%;
    transform: rotate(-45deg);
  }

  #kv {
    background-image: url(../images/mobile/kv.jpg);
    padding-top: 121%;
  }

  #cta {
    top: 5.5%;
    right: 3.5%;
    width: 14%;
  }

  #menu {
    position: absolute;
    top: 0;
  }

  #menu a {
    margin: 0 1%;
    line-height: 2.8;
    font-size: 1vw;
  }

  #video {
    padding-top: 171%;
    background-image: url(../images/mobile/video-bg.jpg);
  }

  .advertise_video {
    top: 40%;
    right: 50%;
    transform: translate(50%, 0);
    width: 100%;
    height: 33%;
  }

  .video_slogan {
    top: 6%;
    left: 4.5%;
    color: #fff;
    font-size: 7.8vw;
  }

  .video_description {
    top: 76%;
    right: 0;
    left: 32%;
    font-size: 4vw;
  }

  .video_description span {
    display: block;
  }

  .see_posts {
    top: 85%;
    right: 22.5%;
    width: 55%;
    padding-top: 12%;
  }

  #celebrity {
    padding-top: 170%;
    background-image: url(../images/mobile/kol-bg.jpg);
    overflow: hidden;
  }

  .cele_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 0, 28, 0.9);
    z-index: 12;
    display: none;
  }

  .cele_poster {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .cele_poster {
    padding-top: 175%;
    width: 100vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .pop_maeda {
    background-image: url(../images/modal/mobile/maeda.jpg);
  }

  .pop_lauren {
    background-image: url(../images/modal/mobile/lauren.jpg);
  }

  .pop_alina {
    background-image: url(../images/modal/mobile/alina.jpg);
  }

  .pop_jj {
    background-image: url(../images/modal/mobile/jj.jpg);
  }

  .close_btn {
    position: absolute;
    top: 3.5vw;
    right: 2vw;
    display: block;
    width: 7vw;
    padding-top: 7vw;
    cursor: pointer;
  }

  .cele_panel {
    display: none;
  }

  .swiper-cele {
    width: 70%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -35%);
    overflow: visible;
  }

  .cele1 {
    position: relative;
    background-image: url(../images/mobile/slider/cele1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .cele2 {
    position: relative;
    background-image: url(../images/mobile/slider/cele2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .cele3 {
    position: relative;
    background-image: url(../images/mobile/slider/cele3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .cele4 {
    position: relative;
    background-image: url(../images/mobile/slider/cele4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -30px;
  }

  .swiper-cele .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    width: 12px;
    height: 12px;
    background: #fff;
    outline: none;
  }

  .cele_panel {
    top: 40%;
    left: 27%;
  }

  .cele_panel {
    color: #fff;
  }

  .cele_panel a {
    color: #fff;
  }

  .cele_panel>div {
    width: 14.5%;
  }

  .cele_panel>div>div,
  .cele_panel>div>span,
  .cele_panel>div>a {
    display: inline-block;
  }

  .hr {
    display: inline-block;
    margin: 0 4px;
    margin-bottom: 4px;
    width: 34px;
    height: 1px;
    border-bottom: 1px solid #fff;
  }

  .maeda {
    position: absolute;
    top: 41%;
    left: 27%;
    font-size: 1vw;
  }

  .lauren {
    position: absolute;
    top: 31.5%;
    left: 42%;
    font-size: 1vw;
  }

  .alina {
    position: absolute;
    top: 41%;
    left: 56.5%;
    font-size: 1vw;
  }

  .jj {
    position: absolute;
    top: 31.5%;
    left: 71.5%;
    font-size: 1vw;
  }

  #kol {
    display: none;
  }

  .swiper-kol {
    width: 70%;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -35%);
    overflow: visible;
  }

  .kol1 {
    position: relative;
    left: -15%;
    background-image: url(../images/mobile/slider/kol1_nomark.png?v=20200706);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .kol2 {
    position: relative;
    left: -15%;
    background-image: url(../images/mobile/slider/kol2_nomark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .kol3 {
    position: relative;
    left: -15%;
    background-image: url(../images/mobile/slider/kol3_nomark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 2%;
  }

  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    width: 12px;
    height: 12px;
    background: #D6001C;
    outline: none;
  }

  .clip {
    display: none;
  }

  .video_kol {
    display: block;
    position: absolute;
    top: 2%;
    left: 25%;
    width: 30%;
  }

  .video_kol_videoLink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .video_kol>img {
    width: 135%;
  }

  .chen {
    position: absolute;
    top: 1%;
    left: 2%;
  }

  .wen {
    position: absolute;
    top: 7.5vw;
    left: 35%;
  }

  .apple {
    position: absolute;
    top: 0;
    left: 68.5%;
  }

  #kol .name {
    font-weight: 600;
    font-size: 1.35vw;
    color: #D6001C;
  }

  #kol .quote {
    line-height: 1.5;
    font-size: 0.9vw;
  }

  #product1 {
    padding-top: 280%;
    background-image: url(../images/mobile/product1-bg.jpg);
  }

  .swiper-feature {
    width: 50%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: visible;
  }

  .feature1 {
    position: relative;
    background-image: url(../images/mobile/slider/feature1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 6%;
  }

  .feature2 {
    position: relative;
    background-image: url(../images/mobile/slider/feature2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 6%;
  }

  .feature3 {
    position: relative;
    background-image: url(../images/mobile/slider/feature3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 154%;
    margin: 0 6%;
  }

  .swiper-feature .swiper-pagination-bullets {
    bottom: 36px;
  }

  #product2 {
    padding-top: 165%;
    background-image: url(../images/mobile/product2-bg.jpg);
  }

  #product3 {
    padding-top: 203%;
    background-image: url(../images/mobile/product3-bg.jpg);
  }

  /* invisible */
  .buy_now_product2 {
    top: 88%;
    left: 18%;
    width: 62.4%;
    padding-top: 17.7%;
  }

  /* invisible */
  .buy_now_product3 {
    top: 88.5%;
    right: 21.5%;
    width: 60.4%;
    padding-top: 18.7%;
  }

  #UGC {
    padding-top: 270%;
    background-image: url(../images/mobile/ugc-bg0616.jpg);
  }

  #form {
    padding-top: 222%;
    background-image: url(../images/mobile/form2-bg_0804_m.jpg);
  }

  #reservation_form {
    top: 48%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95%;
    font-size: 1vw;
  }

  .half {
    width: 47%;
  }

  .whole {
    width: 97%;
  }

  .mobile_whole {
    width: 97%;
  }

  input,
  select {
    margin: 1.7% 1%;
    padding: 3.2%;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
  }

  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/mobile/select-arrow.png);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 95% 56%;
    outline: none;
  }

  .privacy {
    position: relative;
    font-size: 12px;
  }

  .agree_checkbox {
    height: 0;
    width: 0;
    opacity: 0;
  }

  .checkmark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4.2vw;
    height: 4.2vw;
  }

  .checkmark {
    display: inline-block;
    margin-right: 10px;
  }

  #confirm-btn {
    top: 77.5%;
    left: 22.5%;
    width: 55.4%;
    padding-top: 11.7%;
  }

  #supply-btn {
    position: absolute;
    right: 19%;
    bottom: 12%;
    display: block;
    width: 16vw;
    height: 6vw;
  }

  #event {
    position: relative;
    padding-top: 428%;
    background-image: url(../images/mobile/event-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .swiper-goods {
    width: 70%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .goods1 {
    position: relative;
    background-image: url(../images/mobile/slider/goods1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 225%;
  }

  .goods2 {
    position: relative;
    background-image: url(../images/mobile/slider/goods2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 225%;
  }

  .goods3 {
    position: relative;
    background-image: url(../images/mobile/slider/goods3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 225%;
  }

  .goods4 {
    position: relative;
    background-image: url(../images/mobile/slider/goods4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 225%;
  }

  .swiper-goods .swiper-pagination-bullets {
    bottom: 35px;
  }

  .buy_now1,
  .buy_now2,
  .buy_now3,
  .buy_now4 {
    display: none;
  }

  .buy_now_mobile1 {
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 89%;
    padding-top: 18%;
  }

  .buy_now_mobile2 {
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 89%;
    padding-top: 18%;
  }

  .buy_now_mobile3 {
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 89%;
    padding-top: 18%;
  }

  .buy_now_mobile4 {
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 89%;
    padding-top: 18%;
  }

  .swiper-button-next {
    display: block;
    padding-top: 18% !important;
    width: 7%;
    background-image: url(../images/mobile/right.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    right: 4%;
  }

  .swiper-button-next:focus {
    outline: none;
  }

  .swiper-button-next:after {
    content: "";
  }

  .swiper-button-prev {
    display: block;
    padding-top: 18% !important;
    width: 7% !important;
    background-image: url(../images/mobile/left.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 4%;
  }

  .swiper-button-prev:focus {
    outline: none;
  }

  .swiper-button-prev:after {
    content: "";
  }

  .depart_season_pc {
    display: none;
  }

  .depart_season_mb {
    display: block;
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  table.depart_season_mb th,
  table.depart_season_mb td {
    width: 15%;
  }

  table.depart_season_mb tr,
  table.depart_season_mb td {
    padding: 1.4vw;
    font-size: 14px;
  }

  table.depart_season_mb th {
    line-height: 2;
    background-color: #D6001C;
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (max-width:414px) {
  .success_container {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
  }

  #menu a {
    margin: 0 1%;
    line-height: 2.8;
    font-size: 13px;
  }
}
