@charset "UTF-8";
* {
  margin: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  border: unset;
  background: unset;
  list-style: none;
  color: unset;
  padding: 0;
  word-break: break-all;
}

a:visited, a:focus, a:active {
  color: unset;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue", "Noto Sans", sans-serif;
}

button {
  cursor: pointer;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

.btn1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 1.25px;
}

.btn2 {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}

.btn3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 1.25px;
}

.btn4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.25px;
}

.bd1n {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.bd1b {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.bd2n {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: 0.25px;
}

.bd2m {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: 0.25px;
}

.bd2b {
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  letter-spacing: 0.25px;
}

.bd3n {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.8px;
}

.bd3b {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 0.8px;
}

.bd4n {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  letter-spacing: 0.8px;
}

.bd4b {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.8px;
}

.bd5n {
  font-size: 24px;
  font-weight: 400;
  line-height: 43.2px;
  letter-spacing: 0.8px;
}

.bd5b {
  font-size: 24px;
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: 0.8px;
}

.bd6n {
  font-size: 36px;
  font-weight: 400;
  line-height: 64.8px;
  letter-spacing: 0.8px;
}

.bd6b {
  font-size: 36px;
  font-weight: 700;
  line-height: 64.8px;
  letter-spacing: 0.8px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.noScrollX {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.noScrollX::-webkit-scrollbar {
  display: none;
}

.breadcrumb {
  white-space: nowrap; /* 不換行 */
  overflow: hidden; /* 隱藏溢出的內容 */
  text-overflow: ellipsis;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 8;
  background: #fff;
  box-shadow: 0 4px 20px 0px rgba(200, 200, 200, 0.25);
}
header > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top {
  padding: 8px 45px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.28);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
header .header-top .logo-search {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-grow: 1;
}
header .header-top .logo-search .logo {
  width: 80px;
  flex-shrink: 0;
}
header .header-top .logo-search .search-input-wrapper {
  background: #f9f9f9;
  border-radius: 40px;
  padding: 10px 20px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 568px;
}
header .header-top .logo-search .search-input-wrapper img {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s linear;
}
header .header-top .logo-search .search-input-wrapper img:hover {
  opacity: 1;
}
header .header-top .logo-search .search-input-wrapper input {
  flex-grow: 1;
  color: #4b4b4b;
}
header .header-top .logo-search .search-input-wrapper input::-moz-placeholder {
  color: #a2a2a2;
}
header .header-top .logo-search .search-input-wrapper input::placeholder {
  color: #a2a2a2;
}
header .header-top .show-search-button {
  display: none;
  width: 25px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s linear;
}
header .header-top .show-search-button:hover {
  opacity: 1;
}
header .header-top .show-menu-button {
  display: none;
  width: 30px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
header .header-top ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .header-top ul li {
  color: #393939;
  cursor: pointer;
  transition: 0.3s linear;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}
header .header-top ul li:hover {
  color: #15aa93;
}
header .header-top ul li a {
  display: inline-block;
}
header .header-top ul span {
  width: 1px;
  height: 20px;
  border-left: 1px solid rgba(199, 199, 199, 0.5);
}
header .header-top ul .contact {
  position: relative;
}
header .header-top ul .contact .code-wrapper {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s linear;
  background: #fff;
  border-radius: 22px;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px 22px;
  color: #1e1e1e !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
  animation: fadeIn 0.3s ease;
}
header .header-top ul .contact .code-wrapper img {
  width: 210px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .header-top ul .contact:hover p {
  display: flex;
}
header nav {
  padding: 3px 45px;
}
header nav .menu-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header nav .menu-wrapper > span {
  width: 1px;
  height: 20px;
  border-left: 1px solid #c7c7c7;
}
header nav .menu-wrapper .topic-menu-wrapper > div,
header nav .menu-wrapper .great-ticket-wrapper > div,
header nav .menu-wrapper > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header nav .menu-wrapper .topic-menu-wrapper > div > span,
header nav .menu-wrapper .great-ticket-wrapper > div > span,
header nav .menu-wrapper > a > span {
  color: #393939;
  transition: 0.3s linear;
}
header nav .menu-wrapper .topic-menu-wrapper > div img,
header nav .menu-wrapper .great-ticket-wrapper > div img,
header nav .menu-wrapper > a img {
  transition: 0.3s linear;
}
header nav .menu-wrapper .topic-menu-wrapper > div img:first-of-type,
header nav .menu-wrapper .great-ticket-wrapper > div img:first-of-type,
header nav .menu-wrapper > a img:first-of-type {
  width: 22px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .menu-wrapper .topic-menu-wrapper > div img:last-of-type,
header nav .menu-wrapper .great-ticket-wrapper > div img:last-of-type,
header nav .menu-wrapper > a img:last-of-type {
  width: 16px;
}
header nav .menu-wrapper > div,
header nav .menu-wrapper a {
  position: relative;
  padding: 10px 0;
}
header nav .menu-wrapper > div .hover-wrapper,
header nav .menu-wrapper a .hover-wrapper {
  transition: 0.3s linear;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  border-radius: 2px;
  width: 156px;
  background: #fff;
  animation: fadeIn 0.3s ease;
}
header nav .menu-wrapper > div .hover-wrapper ul,
header nav .menu-wrapper a .hover-wrapper ul {
  width: 100%;
}
header nav .menu-wrapper > div .hover-wrapper ul li,
header nav .menu-wrapper a .hover-wrapper ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(199, 199, 199, 0.4);
  color: #393939;
  transition: 0.3s linear;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}
header nav .menu-wrapper > div .hover-wrapper ul li:hover,
header nav .menu-wrapper a .hover-wrapper ul li:hover {
  color: #15aa93;
}
header nav .menu-wrapper > div .hover-wrapper ul li:last-of-type,
header nav .menu-wrapper a .hover-wrapper ul li:last-of-type {
  border: none;
}
header nav .menu-wrapper > div:hover span,
header nav .menu-wrapper a:hover span {
  color: #15aa93;
}
header nav .menu-wrapper > div:hover > div img:last-of-type,
header nav .menu-wrapper a:hover > div img:last-of-type {
  transform: rotate(180deg);
}
header nav .menu-wrapper > div:hover .hover-wrapper,
header nav .menu-wrapper a:hover .hover-wrapper {
  display: block;
}
header nav .quick-search {
  display: flex;
  align-items: center;
  color: #393939;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 1.25px;
}
header nav .quick-search ul {
  display: flex;
  align-items: center;
}
header nav .quick-search ul span {
  width: 1px;
  height: 10px;
  border-left: 1px solid rgba(199, 199, 199, 0.5);
}
header nav .quick-search ul li {
  transition: 0.3s linear;
  border-radius: 6px;
}
header nav .quick-search ul li:hover {
  color: #fff;
  background: #15aa93;
}
header nav .quick-search ul li a {
  display: inline-block;
  padding: 4px 14px;
}
@media screen and (max-width: 1199px) {
  header .header-top {
    padding: 8px 30px;
  }
  header nav {
    padding: 3px 30px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    box-shadow: none;
  }
  header .header-top {
    justify-content: space-between;
    padding: 8px 25px;
  }
  header .header-top ul {
    display: none;
  }
  header .header-top .search-input-wrapper {
    display: none !important;
  }
  header .header-top .show-search-button {
    opacity: 0.6 !important;
  }
  header .header-top .show-search-button,
  header .header-top .show-menu-button {
    display: block;
  }
  header .header-top .logo-search {
    flex-grow: 0;
  }
  header nav {
    display: none;
  }
}

footer {
  width: 100%;
}
footer .top-container {
  display: flex;
}
footer .top-container .left-wrapper {
  flex-grow: 1;
  background: #15aa93;
  padding: 53px 46px 53px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top-container .left-wrapper .logo-container .contact-wrapper {
  padding-top: 15px;
  display: none;
  color: #fff;
}
footer .top-container .left-wrapper .logo-container .contact-wrapper p:last-of-type {
  margin: 18px auto;
}
footer .top-container .left-wrapper .logo-container .contact-wrapper a {
  display: inline-block;
  color: #15aa93;
  padding: 10px 30px;
  background: #fff;
  border-radius: 40px;
}
footer .top-container .left-wrapper .logo-container .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 206px;
  flex-shrink: 0;
}
footer .top-container .left-wrapper .logo-container .logo-wrapper img {
  width: 100%;
}
footer .top-container .left-wrapper .logo-container .logo-wrapper p {
  color: #fff;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 1379px) {
  footer .top-container .left-wrapper .logo-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  footer .top-container .left-wrapper .logo-container .logo-wrapper {
    max-width: 187px;
    flex-shrink: 1;
    width: unset;
  }
  footer .top-container .left-wrapper .logo-container .contact-wrapper {
    display: block;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 374px) {
  footer .top-container .left-wrapper .logo-container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
  }
  footer .top-container .left-wrapper .logo-container .contact-wrapper {
    padding: 0;
  }
}
footer .top-container .left-wrapper .page-container {
  flex-grow: 1;
  max-width: 620px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .top-container .left-wrapper .page-container .page-wrapper {
  flex-shrink: 0;
  color: #fff;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .top-container .left-wrapper .page-container .page-wrapper h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul.mb {
  display: none;
}
@media screen and (max-width: 1379px) {
  footer .top-container .left-wrapper .page-container .page-wrapper ul.pc {
    display: none;
  }
  footer .top-container .left-wrapper .page-container .page-wrapper ul.mb {
    display: block;
  }
  footer .top-container .left-wrapper .page-container .page-wrapper ul li {
    list-style: disc;
  }
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li {
  margin-bottom: 10px;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li:last-of-type {
  margin: 0;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li a {
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
footer .top-container .left-wrapper .page-container .page-wrapper ul li a:hover {
  border-color: #fff;
}
footer .top-container .company-info {
  padding: 53px 20px 53px 33px;
  background: #4b4b4b;
  color: white;
  flex-shrink: 0;
}
footer .top-container .company-info li {
  margin-bottom: 18px;
}
footer .top-container .company-info li:last-of-type {
  margin: 0;
}
@media screen and (max-width: 1379px) {
  footer .top-container .company-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
footer .copyright {
  width: 100%;
  background: #1e1e1e;
  padding: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1511px) {
  footer .top-container .left-wrapper {
    padding: 53px 50px;
  }
}
@media screen and (max-width: 1379px) {
  footer .top-container .left-wrapper {
    flex-direction: column;
    row-gap: 40px;
    padding: 40px 30px;
  }
  footer .top-container .page-container {
    padding-top: 40px;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    max-width: unset !important;
    width: 100%;
    justify-content: center !important;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  footer .top-container .page-container .page-wrapper:last-of-type {
    display: none;
  }
  footer .top-container .page-container .page-wrapper h6,
  footer .top-container .page-container .page-wrapper span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .top-container {
    display: block;
  }
  footer .top-container .left-wrapper {
    padding: 40px 15px !important;
  }
  footer .company-info {
    align-items: center;
    padding: 30px 15px !important;
  }
  footer .company-info li {
    width: 280px;
  }
}
@media screen and (max-width: 374px) {
  footer .top-container .page-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  width: 237px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.89);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 11;
  transition: 0.3s linear;
  right: -240px;
  display: flex;
  flex-direction: column;
  row-gap: 150px;
  justify-content: space-between;
  max-height: 100vh;
  overflow-y: scroll;
}
#mobile-menu > div {
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #393939;
}
#mobile-menu > div .top {
  padding: 33px 30px 16px;
  border-bottom: 1px dashed #c7c7c7;
}
#mobile-menu > div .top li {
  margin-bottom: 2px;
}
#mobile-menu > div .top li a {
  padding: 14px 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#mobile-menu > div .top li:last-of-type {
  margin: 0;
}
#mobile-menu > div .bottom {
  padding: 16px 30px;
}
#mobile-menu > div .bottom > a,
#mobile-menu > div .bottom > div > .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
  padding: 14px 0;
  cursor: pointer;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#mobile-menu > div .bottom > a span,
#mobile-menu > div .bottom > div > .title span {
  border-radius: 50px;
  width: 6px;
  height: 6px;
  background: #15aa93;
}
#mobile-menu > div .bottom > a img,
#mobile-menu > div .bottom > div > .title img {
  transition: 0.3s linear;
}
#mobile-menu > div .bottom > div {
  max-height: 52px;
  transition: 0.3s linear;
  overflow: hidden;
}
#mobile-menu > div .bottom > div.act {
  max-height: 2000px;
}
#mobile-menu > div .bottom > div.act .title img {
  transform: rotate(180deg);
}
#mobile-menu > div .bottom .content {
  font-size: 14px;
}
#mobile-menu > div .bottom .content li {
  color: #4b4b4b;
  margin-bottom: 2px;
  border-bottom: 1px dashed rgba(199, 199, 199, 0.6);
}
#mobile-menu > div .bottom .content li:last-of-type {
  border: none;
}
#mobile-menu > div .bottom .content li a {
  display: inline-block;
  padding: 10px 20px;
}
#mobile-menu > div > a {
  width: calc(100% - 36px);
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #15aa93;
  border-radius: 40px;
  padding: 12px 0;
}
#mobile-menu .copyright {
  color: #393939;
  padding: 0 22px 33px;
}
#mobile-menu.act {
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mobile-menu.act {
    right: -240px !important;
  }
}

#search-pop {
  padding: 35px;
  transition: 0.3s linear;
  position: fixed;
  top: -500px;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid rgba(199, 199, 199, 0.2);
}
#search-pop .search-wrapper {
  background: #fff;
  border-radius: 40px;
  padding: 12px 18px 12px 30px;
  border: 1px solid rgba(199, 199, 199, 0.32);
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
#search-pop .search-wrapper img {
  width: 20px;
  opacity: 0.8;
  cursor: pointer;
}
#search-pop .search-wrapper input {
  flex-grow: 1;
  color: #4b4b4b;
}
#search-pop .search-wrapper input::-moz-placeholder {
  color: #b0b0b0;
}
#search-pop .search-wrapper input::placeholder {
  color: #b0b0b0;
}
#search-pop p {
  margin: 25px auto 15px;
  color: #393939;
}
#search-pop .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 12px;
}
#search-pop .tags-wrapper a {
  padding: 4px 12px;
  border-radius: 4px;
  color: #15aa93;
  border: 1px solid rgba(21, 170, 147, 0.2509803922);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.8px;
  transition: 0.3s linear;
}
#search-pop .tags-wrapper a:hover {
  border-color: #15aa93;
}
#search-pop.act {
  top: 64px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  #search-pop.act {
    z-index: -1 !important;
    display: none !important;
  }
}
@media screen and (max-width: 413px) {
  #search-pop {
    padding: 25px;
  }
}

#close-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
#close-bg.act {
  display: block;
}
@media screen and (min-width: 1024px) {
  #close-bg {
    display: none !important;
  }
}

#login-failed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 96vw;
  max-height: 96vh;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: white;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s linear;
  text-align: center;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #login-failed {
    padding: 30px 20px;
  }
  #login-failed img {
    width: 60px;
  }
}
#login-failed .h4 {
  color: #1e1e1e;
  margin: 24px auto 10px;
}
#login-failed p:last-of-type {
  color: #5e5e5e;
  margin-bottom: 35px;
}
#login-failed a,
#login-failed button {
  transition: 0.3s linear;
  background: #15aa93;
  color: white;
  padding: 12px 0;
  width: 100%;
  border-radius: 40px;
}
#login-failed a:hover,
#login-failed button:hover {
  background: #288b92;
}
#login-failed.act {
  opacity: 1;
  z-index: 100;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 5deg;
  }
}
#balloon,
#msc-pop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
#balloon > div,
#msc-pop > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1px;
}
#balloon > div button,
#msc-pop > div button {
  width: 28px;
  height: 28px;
}
#balloon > div button img,
#msc-pop > div button img {
  width: 100%;
}
#balloon > div > a img,
#msc-pop > div > a img {
  width: 181px;
  animation: rotate 1s ease infinite alternate-reverse;
  transition: 0.3s ease;
}
#balloon > div > a img:hover,
#msc-pop > div > a img:hover {
  scale: 1.05;
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  #balloon > div > a img,
  #msc-pop > div > a img {
    width: 100px;
  }
}
#balloon.act,
#msc-pop.act {
  display: none;
}

@keyframes msc {
  0% {
    background-image: url("../../images/msc/event_1.webp");
  }
  50% {
    background-image: url("../../images/msc/event_2.webp");
  }
  100% {
    background-image: url("../../images/msc/event_1.webp");
  }
}
#msc-pop a {
  display: block;
  width: 188px;
  aspect-ratio: 188/214;
  background-image: url("../../images/msc/event_1.webp");
  background-position: center;
  background-size: cover;
  animation: msc 2s steps(1) infinite;
}
@media screen and (max-width: 599px) {
  #msc-pop a {
    width: 120px;
  }
}
#msc-pop img {
  cursor: pointer;
}

main {
  width: 100%;
  margin: 0 auto;
}
main .banner {
  aspect-ratio: 1512/580;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .banner div {
  padding: 3% 2%;
  color: white;
  text-align: center;
  container-type: size;
  height: 55%;
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.8px;
  row-gap: 3%;
}
@media screen and (max-width: 599px) {
  main .banner div {
    width: 60%;
    height: 64%;
  }
}
main .banner div p {
  font-size: 40cqmin;
}
main .banner div h1 {
  font-size: 13.5cqmin;
  line-height: 120%;
}
main .banner div.tokyo {
  background: rgba(134, 134, 134, 0.8);
}
main .banner div.osaka {
  background: rgba(88, 122, 99, 0.8);
}
main .banner div.okinawa {
  background: rgba(105, 115, 144, 0.8);
}
main .hotel-anchors {
  position: relative;
  width: 100vw;
  position: relative;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
main .hotel-anchors .anchors {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-y: hidden;
  overflow-x: scroll;
  z-index: 2;
  margin: 0 auto;
  background: #334a6e;
  padding: 6px 0;
  color: white;
  scrollbar-width: none;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.8px;
}
main .hotel-anchors .anchors::-webkit-scrollbar {
  display: none;
}
main .hotel-anchors .anchors > div {
  padding: 0 35px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (max-width: 767px) {
  main .hotel-anchors .anchors > div {
    padding: 0 16px;
  }
}
main .hotel-anchors .anchors > div a,
main .hotel-anchors .anchors > div > div {
  padding: 12px 20px;
  border-radius: 6px;
  transition: 0.3s ease;
  cursor: pointer;
}
main .hotel-anchors .anchors > div a:hover,
main .hotel-anchors .anchors > div > div:hover {
  background: rgba(255, 255, 255, 0.2);
}
main .hotel-anchors .anchors > div > span {
  width: 1px;
  height: 20px;
  border-left: 1px dashed white;
}
main .hotel-anchors .anchors > div .recommend {
  position: relative;
}
main .hotel-anchors .anchors > div .recommend span {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
main .hotel-anchors .anchors > div .recommend div {
  position: absolute;
  width: 230px;
  height: 50px;
  top: 40px;
  left: 0;
  opacity: 0;
  z-index: 1;
  display: none;
}
main .hotel-anchors .anchors p {
  display: none;
}
@media screen and (max-width: 767px) {
  main .hotel-anchors .anchors p {
    display: block;
  }
}
main .hotel-anchors ul {
  padding: 0 20px;
  z-index: 2;
  background: #1e1e1e;
  position: absolute;
  top: 54px;
  color: white;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  display: none;
  border-radius: 2px;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.8px;
  border-radius: 2px;
}
@media screen and (max-width: 1519px) {
  main .hotel-anchors ul {
    left: unset !important;
    right: 0 !important;
  }
}
main .hotel-anchors ul li {
  padding: 10px 0;
}
main .hotel-anchors ul li a {
  transition: 0.3s ease;
  padding: 10px 6px;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
}
main .hotel-anchors ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
main .hotel-anchors ul li:nth-of-type(2) {
  border-top: 1px solid rgba(57, 57, 57, 0.4784313725);
  border-bottom: 1px solid rgba(57, 57, 57, 0.4784313725);
}
main .hotel-anchors.act ul {
  display: block;
}
main section {
  position: relative;
}
main section hr {
  position: absolute;
  top: -100px;
  opacity: 0;
  z-index: -1;
}
main section .tab-btns {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
main section .tab-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 18px;
}
@media screen and (max-width: 599px) {
  main section .tab-btns ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
main section .tab-btns ul li {
  color: white;
  border-radius: 6px;
  padding: 2px 12px;
  font-weight: 300;
  line-height: 120%;
  font-size: 14px;
  letter-spacing: 0.8px;
  cursor: pointer;
}
main section .tab-btns.tokyo li {
  background-color: rgba(22, 102, 131, 0.6980392157);
}
main section .tab-btns.tokyo li.act {
  background-color: #166683;
}
main section .tab-btns.osaka li {
  background-color: rgba(135, 146, 53, 0.6980392157);
}
main section .tab-btns.osaka li.act {
  background-color: #879235;
}
main section .tab-btns.okinawa li {
  background-color: rgba(67, 97, 151, 0.6980392157);
}
main section .tab-btns.okinawa li.act {
  background-color: #436197;
}
main section .tab-contents {
  padding: 0 20px;
}
main section .tab-contents.tokyo .en-name {
  color: #166683;
}
main section .tab-contents.osaka .en-name {
  color: #879235;
}
main section .tab-contents.okinawa .en-name {
  color: #436197;
}
main section .tab-contents .hotels-wrapper {
  display: none;
  width: 100%;
  max-width: 1416px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  main section .tab-contents .hotels-wrapper {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
}
main section .tab-contents .hotels-wrapper.act {
  display: flex;
}
main .hotel {
  max-width: calc((100% - 80px) / 5);
  width: calc((100% - 80px) / 5);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
main .hotel .en-name {
  margin: 10px 0;
}
main .hotel a {
  position: relative;
  text-align: left;
}
main .hotel a .tag {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .hotel a .tag span {
  transition: 0.3s linear;
  padding: 2px 12px;
  color: white;
  border-radius: 4px;
  background: rgba(45, 45, 45, 0.5);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
main .hotel a:last-of-type {
  margin-top: 15px;
}
main .hotel a:last-of-type .name {
  color: #1e1e1e;
}
main .hotel a:last-of-type .location {
  color: #8d8d8d;
  margin: 7px auto 15px;
}
main .hotel a:last-of-type .price {
  margin-bottom: 3px;
  color: #393939;
  text-decoration: line-through;
}
main .hotel a:last-of-type .discount {
  color: #1e1e1e;
}
main .hotel .img-box {
  width: 100%;
  aspect-ratio: 268/232;
  border-radius: 12px;
  overflow: hidden;
}
main .hotel img {
  transition: 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
main .hotel:hover img {
  transform: scale(1.1);
}
main .hotel:hover .tag span {
  background: rgba(21, 170, 147, 0.7);
}
@media screen and (max-width: 1199px) {
  main .hotel {
    width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1199px) {
  main .hotel {
    width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 899px) {
  main .hotel {
    width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  main .hotel {
    width: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  main .hotel {
    width: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}
main .district-wrapper {
  background: #f9f9f9;
  text-align: center;
  padding: 60px 0 130px;
}
@media screen and (max-width: 767px) {
  main .district-wrapper {
    padding: 45px 0 90px;
  }
}
main .district-wrapper > .title {
  color: #1e1e1e;
}
main .district-wrapper > .subtitle {
  margin: 16px auto 30px;
  color: #868686;
}
main .popular-wrapper {
  text-align: center;
  padding: 28px 20px 40px;
}
main .popular-wrapper > h5 {
  color: #1e1e1e;
}
main .popular-wrapper > p {
  color: #5e5e5e;
  margin: 6px auto 40px;
}
main .popular-wrapper .scroll {
  overflow-x: scroll;
  flex-wrap: nowrap !important;
}
main .popular-wrapper .hotels-swiper {
  max-width: 1446px !important;
  display: none;
}
main .popular-wrapper .hotels-swiper.act {
  display: block;
}
@media screen and (max-width: 599px) {
  main .popular-wrapper .hotels-swiper .hotel {
    width: 100%;
    max-width: 100%;
  }
}
main .popular-wrapper .tab-contents {
  padding: 0;
}
main .popular-introduction {
  width: 100%;
  max-width: 1418px;
  margin: 0 auto;
  padding: 40px 20px 30px;
}
main .popular-introduction div {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
}
main .popular-introduction div h3 {
  color: #1e1e1e;
}
main .popular-introduction div p {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed #cacaca;
  color: #393939;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.25px;
}
main .popular-city {
  background: #f9f9f9;
  text-align: center;
  padding: 60px 0 20px;
}
main .popular-city .title {
  color: #1e1e1e;
}
main .popular-city > p {
  color: #868686;
  margin: 16px auto 30px;
}
main .popular-city .city-wrapper {
  width: 100%;
  max-width: 1261px;
  margin: 0 auto;
  padding: 10px;
}
main .popular-city .city-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
main .popular-city .city-wrapper > div a {
  width: 293px;
  aspect-ratio: 293/256;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 16px;
  overflow: hidden;
}
main .popular-city .city-wrapper > div a:hover img {
  transform: scale(1.1);
}
main .popular-city .city-wrapper > div a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180.17deg, rgba(0, 0, 0, 0) 0.15%, rgba(0, 0, 0, 0.68) 73.43%);
  z-index: 1;
}
main .popular-city .city-wrapper > div a div {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  color: #fff;
}
main .popular-city .city-wrapper > div a div p {
  margin-top: 6px;
}
main .popular-city .city-wrapper > div a img {
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .event {
  width: 100%;
  padding: 55px 20px;
  background-color: #d0bfa8;
}
main .event .container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1128px;
  background-color: white;
  border-radius: 16px;
  padding: 45px;
  display: flex;
  align-items: center;
  gap: 40px;
}
main .event .container > div {
  width: calc((100% - 40px) / 2);
  flex: 1;
}
main .event .container .left img {
  width: 100%;
}
main .event .container .right .title {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  color: #a04444;
}
main .event .container .right p {
  margin: 30px auto;
}
main .event .container .right p,
main .event .container .right ul {
  font-family: PingFang TC;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #54546e;
}
main .event .container .right ul {
  list-style: disc;
  list-style-position: outside;
}
main .event .container .right li {
  margin-left: 25px;
  list-style: disc;
}
main .event .container .right .draw-button {
  padding: 18px 50px;
  border-radius: 40px;
  border: 2px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
main .event .container .right .draw-button:disabled {
  background-color: rgb(175, 175, 175);
  border: none;
}
main .event .container .right .draw-button:disabled span {
  color: white;
}
main .event .container .right .draw-button:disabled img {
  display: none;
}
@media screen and (max-width: 599px) {
  main .event .container .right .draw-button {
    width: 100%;
    max-width: 314px;
    padding: 20px 10px;
  }
}
main .event .container .right .draw-button:hover .first {
  transform: translateX(10px);
}
main .event .container .right .draw-button:hover .second {
  transform: translateX(-10px);
}
main .event .container .right .draw-button span {
  color: #a04444;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 20px;
}
main .event .container .right .draw-button img {
  transition: 0.3s ease;
}
main .event > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 1023px) {
  main .event .container {
    padding: 35px 25px;
    gap: 30px;
  }
  main .event .container .left {
    max-width: 40%;
  }
}
@media screen and (max-width: 899px) {
  main .event .container {
    flex-direction: column;
    gap: 40px;
    padding: 25px 25px 35px;
  }
  main .event .container > div {
    width: 100%;
    max-width: unset;
  }
  main .event .container .left {
    width: 300px;
    min-width: 250px;
  }
}
@media screen and (max-width: 899px) and (max-width: 599px) {
  main .event .title {
    font-size: 26px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(42, 42, 42);
  font-weight: 700;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(243, 243, 243);
  width: 35px;
  height: 35px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

@keyframes gacha {
  0% {
    background-image: url("../../images/japan/gacha.svg");
  }
  33% {
    background-image: url("../../images/japan/gacha_1.svg");
  }
  66% {
    background-image: url("../../images/japan/gacha_2.svg");
  }
  100% {
    background-image: url("../../images/japan/gacha.svg");
  }
}
#gacha-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s ease-in;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#gacha-pop .gacha {
  position: relative;
  aspect-ratio: 315/526;
  max-height: 70vh;
  width: 315px;
  max-width: 80vw;
}
#gacha-pop .gacha .box {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: gacha 2s ease-in-out infinite alternate backwards;
  transition: 1.5s ease-in;
}
#gacha-pop .gacha .gacha2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 1.5s ease-in;
  opacity: 0;
  aspect-ratio: 315/526;
  container-type: size;
}
#gacha-pop .gacha .gacha2.act::after {
  transform: translateX(-50%) rotate(50deg);
}
#gacha-pop .gacha .gacha2.act::before {
  opacity: 1;
  top: 90%;
}
#gacha-pop .gacha .gacha2.act.scale::after {
  opacity: 0;
}
#gacha-pop .gacha .gacha2.act.scale img {
  opacity: 0;
}
#gacha-pop .gacha .gacha2.act.scale::before {
  margin-top: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
#gacha-pop .gacha .gacha2.act.hidden::before {
  opacity: 0;
}
#gacha-pop .gacha .gacha2::after {
  transition: 1.5s linear;
  position: absolute;
  content: "";
  background-image: url("../../images/japan/button.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22cqmin;
  aspect-ratio: 1;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#gacha-pop .gacha .gacha2::before {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  background-image: url("../../images/japan/ball.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 82.5%;
  left: 50%;
  width: 100cqmin;
  transform: translateX(-50%) translateY(-50%) scale(0.15);
  z-index: 3;
  opacity: 0;
  transition: 1.5s linear;
}
@media screen and (max-width: 599px) {
  #gacha-pop .gacha .gacha2::before {
    transform: translateX(-50%) translateY(-50%) scale(0.14);
  }
}
@media screen and (max-width: 374px) {
  #gacha-pop .gacha .gacha2::before {
    transform: translateX(-50%) translateY(-50%) scale(0.12);
  }
}
#gacha-pop .gacha .gacha2 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/526;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#gacha-pop button {
  margin-top: 10px;
  transition: 1s ease-in;
  max-width: 95vw;
}
#gacha-pop.act {
  z-index: 10;
  opacity: 1;
}
#gacha-pop.act.spin .box {
  opacity: 0;
}
#gacha-pop.act.spin .gacha2 {
  opacity: 1;
}
#gacha-pop.act.spin #spin-button {
  opacity: 0;
}
#gacha-pop .reward-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transition: 1.5s ease-in;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#gacha-pop .reward-box.act {
  opacity: 1;
  z-index: 13;
}
#gacha-pop .reward-box p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
#gacha-pop .reward-box div {
  border-radius: 50%;
  aspect-ratio: 1;
  max-height: 50vh;
  max-width: 315px;
  border: 4px solid #fff;
  margin: 6vh auto;
  position: relative;
}
#gacha-pop .reward-box div img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}
#gacha-pop .reward-box div::after {
  position: absolute;
  width: 120%;
  height: 120%;
  content: "";
  background-image: url("../../images/japan/border.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 56%;
  transform: translateX(-50%) translateY(-50%);
}
#gacha-pop .reward-box button {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background: #fff;
  padding: 12px 54px;
  border-radius: 40px;
}