@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Nunito", "Chiron GoRound TC", "Noto Sans TC", "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
}

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

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h3 {
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 3vw;
}
@media (max-width: 768px) {
  h4 {
    font-size: 6vw;
  }
}

p {
  font-family: "Chiron GoRound TC", "Noto Sans TC";
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 2.25%;
  position: absolute;
  z-index: 500;
  right: 2%;
  top: 0.1%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .music_box {
    width: 6%;
    right: 2%;
    top: 12%;
  }
}
@media (max-width: 767px) {
  .music_box {
    width: 10%;
    max-width: 59px;
    right: 4%;
    top: 7%;
  }
}

.music_box img {
  display: block;
  width: 3.1%;
  height: auto;
  margin: 1%;
  opacity: 1;
}

/*---KV---*/
.kv_w {
  width: 100%;
  position: relative;
}

header {
  width: 94.7%;
  position: absolute;
  left: 2.6%;
  top: 2.6%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  header {
    width: 92.5%;
    left: 3.75%;
    top: 3.5%;
  }
}
header .logo_box {
  width: 20.6%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 60.8%;
  }
}
header .logo_box .logo_ci {
  width: 47.8%;
}
@media (max-width: 768px) {
  header .logo_box .logo_ci {
    width: 47.1%;
  }
}
header .logo_box .logo_kto {
  width: 47.8%;
}
@media (max-width: 768px) {
  header .logo_box .logo_kto {
    width: 50%;
  }
}
header nav {
  position: relative;
  width: 90%;
  float: right;
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 5%;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #333;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
header nav ul li a div:hover {
  transform: scale(1.1);
}
header .logo_box02 {
  width: 10.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header .logo_box02 {
    width: 39.1%;
    justify-content: center;
  }
}
header .logo_box02 .logo_korea {
  width: 57.3%;
}
@media (max-width: 768px) {
  header .logo_box02 .logo_korea {
    width: 36.8%;
    margin: 0 12%;
  }
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.kv_box h1 {
  width: 39.5%;
  position: absolute;
  left: 30.2%;
  top: 6.7%;
  z-index: 5;
}
@media (max-width: 768px) {
  .kv_box h1 {
    width: 83.2%;
    left: 8.4%;
    top: 14.6%;
  }
}
.kv_box .kv_text {
  width: 38.8%;
  position: absolute;
  left: 30.2%;
  top: 40.2%;
  z-index: 4;
  opacity: 0;
  animation: kv_text 1s ease-in-out 1s forwards;
}
@media (max-width: 768px) {
  .kv_box .kv_text {
    width: 69.6%;
    left: 15.2%;
    top: 37.2%;
  }
}
.kv_box .kv_airline {
  width: 10.5%;
  position: absolute;
  right: 17.6%;
  top: 5%;
  z-index: 6;
  opacity: 0;
  animation: kv_airline 1s ease-in-out 0.5s forwards;
}
.kv_box .kv_airline img {
  animation: kv_airline_pic 1s ease-in-out 1.5s infinite;
}
@media (max-width: 768px) {
  .kv_box .kv_airline {
    width: 20.2%;
    right: 6.1%;
    top: 29.9%;
  }
}
.kv_box .kv_layout {
  position: relative;
  z-index: 3;
}
.kv_box .kv_photo {
  width: 101%;
  position: absolute;
  left: -0.5%;
  top: 7%;
  z-index: 2;
  transform-origin: center;
  animation: kv_photo 20s linear infinite;
}
@media (max-width: 768px) {
  .kv_box .kv_photo {
    left: 0;
    top: 20.2%;
  }
}

@keyframes kv_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kv_airline {
  0% {
    right: 0%;
    opacity: 0;
  }
  100% {
    right: 17.6%;
    opacity: 1;
  }
}
@keyframes kv_airline_pic {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 2.5%;
  }
  100% {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  @keyframes kv_airline {
    0% {
      right: 0%;
      opacity: 0;
    }
    100% {
      right: 6.1%;
      opacity: 1;
    }
  }
}
@keyframes kv_photo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.btn_fixed {
  width: 5.4%;
  position: fixed;
  right: 1%;
  bottom: 0%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_fixed {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .btn_fixed {
    width: 15%;
    right: 2%;
    bottom: 6%;
  }
}
.btn_fixed .btn_buy {
  position: relative;
  margin: 5% 0;
}
.btn_fixed .btn_login {
  position: relative;
  margin: 5% 0;
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-pagination {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 5%;
  }
}

main, section {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.yt_box {
  width: 100%;
  margin: -1px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.box_w {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

main {
  background: url(../images/main_bg.png) repeat-y center top;
  background-size: 100%;
}

/*---s01---*/
#s01 {
  position: relative;
  z-index: 2;
}
#s01::after {
  display: block;
  content: "";
  width: 100%;
  height: 46px;
  position: relative;
  background: url(../images/s01/layout_wave.png) repeat-x left top;
  background-size: 4.9%;
}
@media (max-width: 768px) {
  #s01::after {
    background-size: 10%;
  }
}

.about_w {
  position: relative;
  padding: 5% 0;
  background: #53b5ea;
}
.about_w::before {
  display: block;
  content: "";
  width: 28.6%;
  height: 125%;
  background: url(../images/s01/pattern_L.png) repeat-y left -5%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -25%;
  z-index: 2;
}
.about_w::after {
  display: block;
  content: "";
  width: 28.6%;
  height: 125%;
  background: url(../images/s01/pattern_R.png) repeat-y left top;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -25%;
  z-index: 2;
}
.about_w .layout_bottom {
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(83, 181, 234, 0) 0%, rgba(83, 181, 234, 0) 5%, rgb(83, 181, 234) 80%, rgb(83, 181, 234) 100%);
}
.about_w h2 {
  width: 41.1%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media (max-width: 768px) {
  .about_w h2 {
    width: 75%;
  }
}
.about_w .about_info {
  width: 90%;
  position: relative;
  text-align: center;
  color: #fff;
  margin: 1.5% auto;
  z-index: 5;
}
@media (max-width: 768px) {
  .about_w .about_info {
    margin: 5% auto;
  }
}
.about_w .idol_L {
  width: 10.6%;
  position: absolute;
  right: 5.9%;
  top: 4.2%;
  z-index: 6;
}
@media (max-width: 768px) {
  .about_w .idol_L {
    width: 20.6%;
    right: 0%;
    top: 0;
  }
}
.about_w .idol_R {
  width: 22.1%;
  position: absolute;
  left: -1%;
  top: 28.1%;
  z-index: 4;
}
@media (max-width: 768px) {
  .about_w .idol_R {
    width: 42.1%;
    position: relative;
    top: 0%;
    margin-top: -10%;
  }
}

.btn_more {
  width: auto;
  position: relative;
  text-align: center;
  margin: 1% auto;
  z-index: 5;
}
.btn_more a {
  text-decoration: none;
}
.btn_more a span {
  display: inline-block;
  width: auto;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #53b5ea;
  background: #fff000;
  border: 2px solid #fff;
  border-radius: 5vw;
  padding: 0 1.5vw;
  transition: all 0.25s ease-in;
}
@media (max-width: 768px) {
  .btn_more a span {
    font-size: 4.5vw;
    padding: 1vw 3.5vw;
  }
}
.btn_more a:hover span {
  background: #fff;
}

/*---s02---*/
#s02 {
  position: relative;
  padding: 5% 0 0%;
  line-height: 0;
  box-sizing: border-box;
}

.time_w {
  position: relative;
  overflow: hidden;
}
.time_w h2 {
  width: 41.1%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .time_w h2 {
    width: 75%;
  }
}
.time_w .time_info {
  width: 90%;
  text-align: center;
  margin: 1.5% auto;
}
.time_w .time_list {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .time_w .time_list {
    width: 90%;
    margin: 0 auto;
  }
}
.time_w .city_p {
  width: 50.6%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .time_w .city_p {
    width: 60.6%;
  }
}
.time_w .btn_more {
  margin-bottom: 15%;
}
.time_w .airplane {
  width: 17.8%;
  position: absolute;
  right: 4.3%;
  top: 0.9%;
  z-index: 4;
}
@media (max-width: 992px) {
  .time_w .airplane {
    width: 12.8%;
  }
}
@media (max-width: 768px) {
  .time_w .airplane {
    width: 17.8%;
  }
}
.time_w .idol_L {
  width: 21.1%;
  position: absolute;
  left: 2.3%;
  top: 0%;
  z-index: 4;
}
@media (max-width: 992px) {
  .time_w .idol_L {
    width: 16.1%;
  }
}
@media (max-width: 768px) {
  .time_w .idol_L {
    top: 65%;
  }
}
.time_w .idol_R {
  width: 22.6%;
  position: absolute;
  right: 4.3%;
  top: 45%;
  z-index: 4;
}
@media (max-width: 992px) {
  .time_w .idol_R {
    width: 17.6%;
    top: 55%;
  }
}
@media (max-width: 768px) {
  .time_w .idol_R {
    top: 65%;
  }
}

#swiper-container01 .swiper-slide {
  width: 66.7%;
}

.arrow_box {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -8%;
}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  display: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -8%;
}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  transform: scale(1.5);
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 3em;
  height: 1em;
  margin: 5px;
  background: #fff;
  border-radius: 3em;
  opacity: 1;
  margin: 0.5em !important;
}

.swiper-pagination-bullet-active {
  background: #5ec7ff;
}

.swiper-container {
  overflow: hidden;
}

.btn_link {
  width: auto;
  position: relative;
  text-align: center;
  margin: 1% auto 15%;
  z-index: 5;
}
.btn_link a {
  text-decoration: none;
}
.btn_link a span {
  display: inline-block;
  width: auto;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #53b5ea;
  background: #fff000;
  border: 2px solid #fff;
  border-radius: 5vw;
  padding: 0 1.5vw;
  transition: all 0.25s ease-in;
}
@media (max-width: 768px) {
  .btn_link a span {
    font-size: 4.5vw;
    padding: 1vw 3.5vw;
  }
}
.btn_link a:hover span {
  background: #fff;
}

/*---s03---*/
#s03 {
  position: relative;
  margin-top: -46px;
  z-index: 3;
}
#s03::before {
  display: block;
  content: "";
  width: 100%;
  height: 46px;
  position: relative;
  background: url(../images/s03/layout_wave_top.png) repeat-x left bottom;
  background-size: 4.9%;
}
#s03::after {
  display: block;
  content: "";
  width: 100%;
  height: 46px;
  position: relative;
  background: url(../images/s03/layout_wave_bottom.png) repeat-x left top;
  background-size: 4.9%;
}

.shop_w {
  position: relative;
  margin-top: -1px;
  padding-bottom: 15%;
  background: #ffeb51;
  overflow: hidden;
}
.shop_w::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/s03/pattern_bg.png) repeat-y center top;
  background-size: 100%;
}
.shop_w h2 {
  width: 41.1%;
  position: relative;
  margin: 5% auto 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .shop_w h2 {
    width: 75%;
  }
}
.shop_w .shop_info {
  width: 66.6%;
  position: relative;
  text-align: center;
  margin: 1.5% auto;
  z-index: 4;
}
@media (max-width: 768px) {
  .shop_w .shop_info {
    width: 90%;
  }
}
.shop_w .idol_L {
  width: 13.4%;
  position: absolute;
  left: 1.5%;
  top: 30%;
  z-index: 4;
}
@media (max-width: 768px) {
  .shop_w .idol_L {
    left: 5%;
    top: 0;
  }
}
.shop_w .idol_R {
  width: 15.6%;
  position: absolute;
  right: 0%;
  top: 60%;
  z-index: 4;
}
@media (max-width: 768px) {
  .shop_w .idol_R {
    position: relative;
    margin-left: 65%;
  }
}

.shop_list {
  width: 66.6%;
  position: relative;
  margin: 1.5% auto;
  padding: 5% 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .shop_list {
    width: 90%;
  }
}
.shop_list .shop_box {
  width: 97.6%;
  position: relative;
  float: right;
  background: #fffbd8;
  border-radius: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% 0;
  padding: 0.5% 0;
}
@media (max-width: 768px) {
  .shop_list .shop_box {
    border-radius: 5vw;
    padding: 2.5% 0;
  }
}
.shop_list .shop_box .shop_photo {
  width: 36%;
  position: relative;
  margin: -5% 0 5% -2.5%;
}
.shop_list .shop_box .shop_photo .shop_p {
  width: 91.6%;
  position: relative;
  transform-origin: center;
  transform: rotate(-10deg);
}
.shop_list .shop_box .shop_photo .shop_p::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff000;
  border-radius: 2vw;
  position: absolute;
  left: 5%;
  top: 8%;
  z-index: -1;
}
.shop_list .shop_box .shop_photo .shop_p span.shop_img {
  border-radius: 2vw;
  overflow: hidden;
}
.shop_list .shop_box .shop_content {
  width: 64%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .shop_list .shop_box .shop_content {
    flex-flow: column wrap;
  }
}
.shop_list .shop_box .shop_content .shop_info {
  width: 83.4%;
  position: relative;
}
.shop_list .shop_box .shop_content .shop_info h3 {
  font-size: 1.8vw;
  font-weight: 800;
  color: #5ec7ff;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .shop_list .shop_box .shop_content .shop_info h3 {
    font-size: 4.5vw;
  }
}
.shop_list .shop_box .shop_content .shop_info h4 {
  font-size: 1.8vw;
  font-weight: 800;
  color: #f19ca6;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .shop_list .shop_box .shop_content .shop_info h4 {
    font-size: 4.5vw;
  }
}
.shop_list .shop_box .shop_content .shop_info p {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shop_list .shop_box .shop_content .shop_more {
  width: 16.5%;
  position: relative;
}
@media (max-width: 768px) {
  .shop_list .shop_box .shop_content .shop_more {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.shop_list .shop_box .shop_content .shop_more a {
  text-decoration: none;
}
.shop_list .shop_box .shop_content .shop_more a span {
  display: block;
  width: 5vw;
  height: 5vw;
  font-size: 1.5vw;
  font-weight: 800;
  color: #fff;
  line-height: 5vw;
  text-align: center;
  background: #5ec7ff;
  border-radius: 1.5vw;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shop_list .shop_box .shop_content .shop_more a span {
    width: 12vw;
    height: 6vw;
    font-size: 3.5vw;
    line-height: 6vw;
    border-radius: 2.5vw;
    float: right;
    margin: 0;
  }
}
.shop_list .shop_box .shop_content .shop_more a:hover span {
  border-radius: 50vw;
  background: #f19ca6;
}

.layout_bottom02 {
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(252, 234, 64, 0) 0%, rgba(252, 234, 64, 0) 5%, rgb(252, 234, 64) 80%, rgb(252, 234, 64) 100%);
}

/*---s04---*/
#s04 {
  position: relative;
  padding: 10% 0;
}

.yt_all {
  position: relative;
}
.yt_all h2 {
  width: 46.3%;
  position: relative;
  margin: 0% auto 0;
}
@media (max-width: 768px) {
  .yt_all h2 {
    width: 75%;
  }
}
.yt_all .yt_info {
  width: 66.6%;
  text-align: center;
  margin: 1.5% auto;
}
@media (max-width: 768px) {
  .yt_all .yt_info {
    width: 90%;
  }
}

.yt_w {
  width: 70%;
  position: relative;
  z-index: 3;
  margin: 5% auto;
}
.yt_w .yt_box {
  position: relative;
}
.yt_w .yt_box .yt_g {
  position: relative;
  border-radius: 2.5vw;
  overflow: hidden;
}
.yt_w .yt_box .yt_idol {
  width: 18.7%;
  position: absolute;
  right: -18.7%;
  top: 15%;
  z-index: -1;
}

/*---s05--*/
#s05 {
  position: relative;
  margin-top: -46px;
  z-index: 5;
}
#s05::before {
  display: block;
  content: "";
  width: 100%;
  height: 46px;
  position: relative;
  background: url(../images/s05/layout_wave_top.png) repeat-x left bottom;
  background-size: 4.9%;
}

.other_shop_w {
  position: relative;
  margin-top: -1px;
  padding-bottom: 15%;
  background: #aba4ff;
  overflow: hidden;
}
.other_shop_w::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/s05/pattern_bg.png) repeat-y center top;
  background-size: 100%;
}
.other_shop_w h2 {
  width: 41.1%;
  position: relative;
  margin: 5% auto 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .other_shop_w h2 {
    width: 75%;
  }
}
.other_shop_w .shop_info {
  width: 66.6%;
  position: relative;
  text-align: center;
  margin: 1.5% auto;
  z-index: 4;
}
@media (max-width: 768px) {
  .other_shop_w .shop_info {
    width: 80%;
  }
}
.other_shop_w .shop_info h3 {
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .other_shop_w .shop_info h3 {
    font-size: 4%;
  }
}
.other_shop_w .btn_more {
  margin: 5% auto;
}
.other_shop_w .idol_L {
  width: 13.4%;
  position: absolute;
  left: 1.5%;
  top: 30%;
  z-index: 4;
}
@media (max-width: 768px) {
  .other_shop_w .idol_L {
    width: 15.4%;
    left: 5%;
    top: 7%;
  }
}
.other_shop_w .idol_R {
  width: 15.6%;
  position: absolute;
  right: 5%;
  top: 35%;
  z-index: 4;
}
@media (max-width: 768px) {
  .other_shop_w .idol_R {
    width: 17.6%;
    position: relative;
    margin-left: 65%;
  }
}

/*---ohter 其它體驗 / 列表內頁--*/
#s06 {
  position: relative;
  z-index: 5;
}
#s06::before {
  display: block;
  content: "";
  width: 100%;
  height: 46px;
  position: relative;
  background: url(../images/s05/layout_wave_top.png) repeat-x left bottom;
  background-size: 4.9%;
}
#s06 .other_page {
  position: relative;
}
#s06 .other_page .idol_L {
  width: 13.4%;
  position: absolute;
  left: 1.5%;
  top: 10%;
  z-index: 4;
}
@media (max-width: 768px) {
  #s06 .other_page .idol_L {
    width: 15.4%;
    left: 0%;
    top: 0%;
  }
}
#s06 .other_page .idol_R {
  width: 15.6%;
  position: absolute;
  right: 0%;
  top: 80%;
  z-index: 4;
}
@media (max-width: 768px) {
  #s06 .other_page .idol_R {
    width: 17.6%;
    position: relative;
    margin-left: 65%;
  }
}

h2.page_title {
  width: 41.1%;
  position: relative;
  margin: 10% auto 5%;
  z-index: 4;
}
@media (max-width: 768px) {
  h2.page_title {
    width: 75%;
    margin: 20% auto 5%;
  }
}

.other_menu {
  width: 80%;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 768px) {
  .other_menu {
    width: 90%;
    margin: 15% auto 0;
  }
}
.other_menu ul {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.other_menu ul li {
  width: auto;
  list-style-type: none;
  position: relative;
  margin: 5% 1.5% 0;
}
@media (max-width: 768px) {
  .other_menu ul li {
    margin: 5% 0.5%;
  }
}
.other_menu ul li a {
  text-decoration: none;
}
.other_menu ul li a .page_btn {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 1.5vw;
  font-weight: 600;
  color: #aba4ff;
  line-height: 1.5;
  text-align: center;
  background: #fff000;
  border: 3px solid #fff;
  border-radius: 5vw;
  padding: 0.25vw 1.5vw;
  box-sizing: border-box;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .other_menu ul li a .page_btn {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .other_menu ul li a .page_btn {
    font-size: 3.8vw;
  }
}
.other_menu ul li a:hover .page_btn {
  background: #fff;
}

.other_shop_list {
  width: 100%;
  position: relative;
  margin: 5% auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .other_shop_list {
    width: 90%;
  }
}
.other_shop_list .shop_list {
  width: 66.6%;
  padding: 0;
}
@media (max-width: 768px) {
  .other_shop_list .shop_list {
    width: 90%;
  }
}

.pagination b {
  font-family: "Chiron GoRound TC", "Noto Sans TC";
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .pagination b {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .pagination b {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.pagination a {
  font-family: "Chiron GoRound TC", "Noto Sans TC";
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.7;
  color: #ffeb51;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .pagination a {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .pagination a {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  width: 100%;
  background: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .modally {
    width: 90%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #fff;
  z-index: 15;
}

.modally-wrap .modally-underlay {
  background: #fff000;
}

.modally .modally-close-button {
  font-size: 3.5vw;
  width: 3.5vw;
  height: 3.5vw;
  line-height: 0;
  padding: 0;
  background: #53b5ea;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .modally .modally-close-button {
    font-size: 6vw;
    width: 6vw;
    height: 6vw;
  }
}
@media (max-width: 768px) {
  .modally .modally-close-button {
    font-size: 10vw;
    width: 10vw;
    height: 10vw;
  }
}

/*popup / step01-店家介紹*/
.shop-wrapper {
  width: 85%;
  margin: 0% auto;
  padding: 1.5% 0;
  position: relative;
}
@media (max-width: 992px) {
  .shop-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-wrapper {
    width: 100%;
  }
}
.shop-wrapper .shop_w_all {
  width: 91%;
  position: relative;
  background: #fff;
  border-radius: 5vw 5vw 0 0;
  padding: 2.5% 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .shop-wrapper .shop_w_all {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-wrapper .shop_w_all {
    width: 100%;
  }
}
.shop-wrapper .page_shop_w_all {
  width: 91%;
  position: relative;
  background: #fff;
  border-radius: 5vw;
  padding: 2.5% 0 10%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .shop-wrapper .page_shop_w_all {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-wrapper .page_shop_w_all {
    width: 100%;
  }
}
.shop-wrapper .shop_w_ci_all {
  width: 91%;
  position: relative;
  border-radius: 0 0 5vw 5vw;
  background: #f6f6f6;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .shop-wrapper .shop_w_ci_all {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-wrapper .shop_w_ci_all {
    width: 100%;
  }
}

.shop_w_shopinfo {
  width: 95%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .shop_w_shopinfo {
    width: 90%;
    flex-flow: column wrap;
    margin: 0 auto;
  }
}
.shop_w_shopinfo .shop_w_photo_all {
  width: 42%;
  margin-left: -6%;
}
@media (max-width: 768px) {
  .shop_w_shopinfo .shop_w_photo_all {
    width: 80%;
    margin: -6% 0 15% 0;
  }
}
.shop_w_shopinfo .shop_w_photo_all .shop_w_photo_box {
  width: 95%;
  position: relative;
  margin: 0 auto;
  transform-origin: center;
  transform: rotate(-10deg);
}
.shop_w_shopinfo .shop_w_photo_all .shop_w_photo_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: 8%;
  z-index: -1;
  border-radius: 5vw;
  overflow: hidden;
  background: #fff000;
}
.shop_w_shopinfo .shop_w_photo_all .shop_w_photo_box .shop_w_photo {
  position: relative;
  border-radius: 5vw;
  overflow: hidden;
}
.shop_w_shopinfo .shop_w_content {
  width: 58%;
}
@media (max-width: 768px) {
  .shop_w_shopinfo .shop_w_content {
    width: 100%;
  }
}
.shop_w_shopinfo .shop_w_content h3 {
  display: inline-block;
  width: auto;
  font-size: 2vw;
  font-weight: 800;
  color: #5ec7ff;
  padding: 0.5vw 1.5vw;
  background: #fff000;
  border-radius: 5vw;
}
@media (max-width: 768px) {
  .shop_w_shopinfo .shop_w_content h3 {
    font-size: 4vw;
    padding: 1vw 2.5vw;
  }
}
.shop_w_shopinfo .shop_w_content p {
  margin: 2.5% 0;
  text-align: justify;
}
.shop_w_shopinfo .shop_w_content p a {
  font-family: "Chiron GoRound TC", "Noto Sans TC";
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .shop_w_shopinfo .shop_w_content p a {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .shop_w_shopinfo .shop_w_content p a {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.shop_w_ci_info {
  width: 95%;
  position: relative;
  padding: 1.5% 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .shop_w_ci_info {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
  }
}
.shop_w_ci_info .ci_photo {
  width: 42%;
  order: 1;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_photo {
    width: 70%;
    order: 2;
  }
}
.shop_w_ci_info .ci_photo .ci_pic {
  width: 76.6%;
  margin: 0% auto 0;
}
.shop_w_ci_info .ci_content {
  width: 43%;
  order: 2;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_content {
    width: 100%;
    order: 1;
  }
}
.shop_w_ci_info .ci_content h3 {
  display: inline-block;
  width: auto;
  font-size: 2vw;
  font-weight: 800;
  color: #5ec7ff;
  padding: 0.5vw 1.5vw;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_content h3 {
    font-size: 4vw;
  }
}
.shop_w_ci_info .ci_content p {
  margin: 2.5% 0;
}
.shop_w_ci_info .ci_content p a {
  font-family: "Chiron GoRound TC", "Noto Sans TC";
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .shop_w_ci_info .ci_content p a {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_content p a {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.shop_w_ci_info .ci_botton {
  width: 15%;
  align-self: flex-end;
  order: 3;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton {
    width: 30%;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g {
  width: 82.5%;
  margin: 0 auto 5%;
  position: relative;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton .ci_login_g {
    width: 100%;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g a {
  text-decoration: none;
}
.shop_w_ci_info .ci_botton .ci_login_g a .ci_login {
  position: relative;
  width: 7.5vw;
  height: 7.5vw;
  font-weight: 600;
  color: #fff000;
  background: #5ec7ff;
  border-radius: 1.5vw;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  transform-origin: center;
  transition: all 1s ease-in-out;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton .ci_login_g a .ci_login {
    width: 20vw;
    height: 20vw;
    border-radius: 5vw;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t01 {
  font-size: 2.4vw;
  font-weight: 800;
  line-height: 1.2;
  color: #fff000;
  text-align: center;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t01 {
    font-size: 6vw;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t02 {
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 1.2;
  color: #fff000;
  text-align: center;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t02 {
    font-size: 3.5vw;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t03 {
  font-size: 1.6vw;
  font-weight: 800;
  line-height: 1.2;
  color: #fff000;
  text-align: center;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t03 {
    font-size: 3.5vw;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t04 {
  font-size: 1.4vw;
  font-weight: 800;
  color: #fff000;
  text-align: center;
}
@media (max-width: 768px) {
  .shop_w_ci_info .ci_botton .ci_login_g a .ci_login span.btn_t04 {
    font-size: 3.5vw;
  }
}
.shop_w_ci_info .ci_botton .ci_login_g a:hover .ci_login {
  border-radius: 50vw;
}

/*popup / step03.登錄成功*/
.result-wrapper {
  width: 85%;
  margin: 0% auto;
  padding: 1.5% 0;
  position: relative;
  background: #fff;
  border-radius: 5vw;
}
@media (max-width: 992px) {
  .result-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .result-wrapper {
    width: 100%;
  }
}
.result-wrapper .result_w {
  width: 66.4%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .result-wrapper .result_w {
    width: 90%;
  }
}
.result-wrapper .result_w .result_title {
  width: auto;
  position: relative;
  margin: 5% auto 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.result-wrapper .result_w .result_title .kr {
  font-size: 1.5vw;
  font-weight: bold;
  color: #5ec7ff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .result-wrapper .result_w .result_title .kr {
    font-size: 3.5vw;
  }
}
.result-wrapper .result_w .result_title h2 {
  display: inline-block;
  width: auto;
  font-size: 2.2vw;
  font-weight: 800;
  color: #5ec7ff;
  line-height: 1.5;
  border: 2px solid #5ec7ff;
  border-radius: 5vw;
  padding: 0vw 1.5vw;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .result-wrapper .result_w .result_title h2 {
    font-size: 5vw;
    padding: 0.5vw 2.5vw;
  }
}

.result_content {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  border-radius: 2.5vw;
  margin: 5% auto;
  overflow: hidden;
}
.result_content p {
  width: 90%;
  margin: 5% auto;
}
.result_content .result_good {
  width: 14.2%;
  position: relative;
  margin: 0.5% 2.5% 2.5%;
  float: right;
}
@media (max-width: 768px) {
  .result_content .result_good {
    width: 24.2%;
  }
}

/*popup / 活動辦法*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h2 {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #00a0df;
  text-align: center;
  margin: 0 auto 2%;
}
@media (max-width: 992px) {
  .rules-w h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .rules-w h2 {
    font-size: 5vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 auto 0%;
  padding-left: 2.5%;
}
ul.ps_text li {
  width: 100%;
  list-style-type: disc;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 992px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}
ul.ps_text li ol {
  list-style-type: decimal-leading-zero;
  padding-left: 5%;
}
ul.ps_text li ol li {
  width: 100%;
  list-style-type: decimal-leading-zero;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li ol li {
    width: 100%;
    font-size: 3vw;
    margin: 2% 0;
  }
}
ul.ps_text li ol li a {
  font-size: 1.15vw;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
}
@media (max-width: 992px) {
  ul.ps_text li ol li a {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 25%;
  background: rgba(56, 161, 219, 0.9);
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10%;
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
}
.overlay nav ul a li div {
  display: inline;
  width: 100%;
  font-family: "Chiron GoRound TC";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #38a1db;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50vw;
  justify-content: flex-start;
  align-items: center;
  padding: 0.15em 1.5em;
  letter-spacing: 2px;
  margin: 5% 0;
  transition: all 0.25s ease-in-out;
}

.overlay nav ul a li div:hover {
  color: #fff;
  background: #f19ca6;
}

/*
.overlay nav ul a:nth-child(even) li div{color:#f19ca6;}
.overlay nav ul a li div:hover{
  color:#fff;
  background:#38a1db;
}
.overlay nav ul a:nth-child(even) li div:hover{
  color:#fff;
  background:#f19ca6;
}
*/
.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: block;
  width: 33.6%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}/*# sourceMappingURL=style.css.map */