@charset "UTF-8";
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}

.gtm_noscript {
  position: absolute;
}

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

#page,
main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#loader {
  position: relative;
  width: 100%;
  height: 100%;
}

#loader .loader-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader .loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

#loader #container {
  width: 240px;
  height: 4px;
  margin: 0 auto;
}

#loader p span {
  display: inline-block;
  -webkit-animation: b ease 1s infinite;
  animation: b ease 1s infinite;
}

#loader p span:nth-of-type(1) {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s;
}

#loader p span:nth-of-type(2) {
  -webkit-animation-delay: -.55s;
  animation-delay: -.55s;
}

#loader p span:nth-of-type(3) {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

#loader p span:nth-of-type(4) {
  -webkit-animation-delay: -.45s;
  animation-delay: -.45s;
}

#loader p span:nth-of-type(5) {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

#loader p span:nth-of-type(6) {
  -webkit-animation-delay: -.35s;
  animation-delay: -.35s;
}

#loader p span:nth-of-type(7) {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
}

#loader p span:nth-of-type(8) {
  -webkit-animation-delay: -.25s;
  animation-delay: -.25s;
}

#loader p span:nth-of-type(9) {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s;
}

#loader p span:nth-of-type(10) {
  -webkit-animation-delay: -.15s;
  animation-delay: -.15s;
}

#loader p span:nth-of-type(11) {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s;
}

#loader p span:nth-of-type(12) {
  -webkit-animation-delay: -50ms;
  animation-delay: -50ms;
}

#loader p span:nth-of-type(13) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

#hum-menu {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
}

#hum-menu nav {
  margin: 0 auto;
  position: relative;
  width: 750px;
}

#hum-menu .nav-list {
  margin: 0 auto;
  padding: 0px 20px 0;
  width: 750px;
  margin-bottom: 1.6em;
}

#hum-menu .nav-list li {
  padding: 0.7em 0;
  position: relative;
}

#hum-menu .nav-list li a {
  display: block;
  font-size: 2rem;
  text-align: center;
}

@media screen and (orientation: portrait) {
  #hum-menu .nav-list {
    width: 80%;
  }
  #hum-menu .nav-list li {
    padding: 1em 0;
  }
  #hum-menu .nav-list li a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 480px) {
  #hum-menu .nav-list {
    width: 90%;
  }
  #hum-menu .nav-list li a {
    font-size: 5vw;
  }
}

#btn-hum {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 24;
  width: 120px;
}

#btn-hum img {
  max-width: 100%;
}

@media screen and (max-width: 820px) {
  #btn-hum {
    width: 12vw;
  }
}

.btn-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.outside {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: hidden;
}

.open {
  opacity: 1;
  visibility: visible;
}

#footer_btn {
  background-color: #373430;
  padding: 30px 0;
}

#footer_btn .inner {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

#footer_btn .btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer_btn .btn-section a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

#footer_btn .btn-section a:nth-child(1) {
  display: none;
}

@media screen and (max-width: 620px) {
  #footer_btn .inner {
    width: auto;
  }
  #footer_btn .btn-section {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  #footer_btn .btn-section:nth-child(1) a {
    width: 90vw;
  }
  #footer_btn .btn-section:nth-child(2) a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44vw;
    flex: 0 0 44vw;
  }
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #282828;
}

@media screen and (min-width: 821px) {
  footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 auto;
  }
  footer .links li,
  footer .links a {
    color: #ffe5a5;
  }
  footer .links a:hover {
    color: #ffd619;
    text-decoration: underline;
  }
}

@media screen and (orientation: portrait) {
  footer {
    padding: 1em;
  }
}

footer .copyright {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

footer .copyright .copy-text img {
  height: 18px;
  max-width: none;
  width: auto;
}

@media screen and (orientation: portrait) {
  footer .copyright .copy-text img {
    padding: 0 1em;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 820px) {
  footer .copyright {
    font-size: 12px;
  }
  footer .links {
    margin: 0 auto;
  }
  footer .links em {
    display: none;
  }
  footer .links li {
    font-size: 4vw;
    padding: 10px 0;
    text-align: center;
    color: #ffe5a5;
  }
  footer .links li:first-child {
    padding-top: 0;
  }
  footer .links li a {
    color: #ffe5a5;
    display: block;
  }
}

#news {
  background-image: url("/laplace/images/laip-bg_2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
}

@media screen and (orientation: portrait) {
  #news {
    padding: 8vw 0;
  }
}

#news .title {
  color: #b2faff;
  background: -webkit-linear-gradient(top, #fff 0, #b2faff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

#news .title h2 {
  font-size: 55px;
  font-weight: 900;
}

#news .title span {
  font-size: 28px;
}

#news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

@media screen and (orientation: portrait) {
  #news .inner {
    gap: 5vw;
  }
}

#news .newsBox {
  padding: 18px 18px 25px;
  margin: 0 auto 35px;
  width: 1000px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px #fff solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 1280px) {
  #news .newsBox {
    width: 95vw;
  }
}

@media screen and (orientation: portrait) {
  #news .newsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #news .newsBox {
    width: 95vw;
  }
}

#news .banBox {
  position: relative;
}

#news .banner {
  width: 400px;
  height: 220px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#news .banner a,
#news .banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #news .banner {
    width: 85vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

#news .swiper-pagination {
  bottom: -23px;
  left: 0;
  right: 0;
}

#news .swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #69add4;
  opacity: 1;
}

#news .swiper-pagination-bullet-active {
  background: #62d9ef;
}

#news .news {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 220px;
  overflow: hidden;
}

#news .tabNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 13px;
  width: 100%;
  overflow: hidden;
}

#news .tabNav::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #216fad;
}

#news .tabNav li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* margin-right: -4px; */
  width: 3em;
  height: 2.2em;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 400;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #news .tabNav li {
    font-size: 15px;
  }
}

#news .tabNav a {
  color: #216fad;
}

#news .tabNav a span {
  display: block;
  width: 100%;
}

#news .tabNav a em {
  display: inline-block;
  color: #779db3;
  text-align: center;
  font-style: normal;
  font-weight: 200;
}

#news .tabNav a.btn_more {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 3em;
  height: 1.6em;
  font-size: 15px;
  color: #95d0ff;
  font-weight: 400;
  text-align: center;
  background: #216fad;
  border-radius: 3px;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #news .tabNav a.btn_more {
    font-size: 12px;
  }
}

#news .tabNav a.btn_more:hover {
  color: #fff;
}

#news .tabNav a:hover,
#news .tabNav li.focus a,
#news .tabNav li.hover,
#news .tabNav li.focus {
  color: #333;
}

#news .list li {
  position: relative;
  padding: 4.5px 0;
  width: 100%;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}

#news .list span,
#news .list a,
#news .list tt {
  display: inline-block;
  height: 24px;
  line-height: 23px;
}

#news .list span {
  position: absolute;
  left: 0;
  width: 50px;
  color: #fff;
  text-align: center;
  background: #4998d7;
  border-radius: 3px;
}

#news .list a {
  padding: 0 60px 0 60px;
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: 300;
  vertical-align: middle;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .list a:hover {
  color: #216fad;
  text-decoration: underline;
}

#news .list tt {
  position: absolute;
  right: 0;
  color: #333;
}

#news .pageNav {
  display: none;
}

.app_tw, .app_hk {
  display: none;
}

.app a {
  display: inline-block;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .app a img {
    max-width: none;
    width: auto;
    height: 12vw;
  }
}

.app_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app_container {
  border: 3px solid rgba(255, 255, 255, 0.3);
  padding: 2em;
  border-radius: 1em;
  background-color: rgba(218, 215, 208, 0.3);
  position: relative;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .app_container {
    border-width: 1px;
    padding: 1.5em .5em .5em;
  }
}

.app_tw {
  display: block;
}

.app_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .app_switch {
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
}

.btn_switch {
  font-family: "Noto Sans TC", Microsoft JhengHei;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  -ms-grid-columns: minmax(auto, max-content) minmax(auto, max-content);
  grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #dbdbdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a2f58), to(#274684));
  background: -webkit-linear-gradient(top, #1a2f58 0%, #274684 100%);
  background: -o-linear-gradient(top, #1a2f58 0%, #274684 100%);
  background: linear-gradient(to bottom, #1a2f58 0%, #274684 100%);
  padding: .5em 1.8em;
  margin-bottom: 1em;
  border-radius: .5em;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.btn_switch > div {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .btn_switch:hover .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .btn_switch:hover em {
    color: #fdff51;
  }
  .btn_switch:hover .btn_version {
    color: #fff;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch {
    padding: .5em .7em .5em .5em;
  }
}

.btn_switch em {
  font-style: normal;
}

.btn_switch .icon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-mask-image: url("/laplace/images/icon_switch.svg");
  mask-image: url("/laplace/images/icon_switch.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.5em;
  height: 100%;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch .icon {
    margin-right: .1em;
  }
}

.btn_switch .btn_version {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 1.2em;
  font-weight: bold;
  color: #fdff51;
  white-space: nowrap;
}

.btn_switch .btn_version span {
  font-weight: normal;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch .btn_version {
    font-size: 14px;
    font-weight: normal;
  }
}

.btn_switch .btn_text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  white-space: nowrap;
  font-size: .8em;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch .btn_text {
    display: none;
  }
}

.swiper-button-prev svg, .swiper-button-next svg {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .slick-prev, .slick-next {
    width: 42px;
    height: 41px;
    background-size: contain;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .slick-prev {
    left: -20px;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .slick-next {
    right: -20px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.gtm_noscript {
  position: absolute;
}

.copy-text {
  font-size: 12px;
}

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

#page,
main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#loader-bg {
  background-color: #716859;
}

#loader .loader-container img {
  width: 768px;
  height: auto;
}

@media screen and (max-width: 820px) {
  #loader .loader-container img {
    width: 80vw;
  }
}

#hum-menu {
  background-color: black;
}

#hum-menu .nav-list li {
  border-bottom: dotted 2px rgba(255, 255, 255, 0.15);
}

#hum-menu .nav-list a {
  color: rgba(255, 255, 255, 0.5);
}

#hum-menu .nav-list a:hover {
  color: white;
}

.inner {
  position: relative;
  z-index: 1;
}

header,
#activity,
#skin {
  height: 960px;
  position: relative;
}

@media screen and (orientation: portrait) {
  #activity,
  #skin {
    height: auto;
    padding: 10vw 0;
  }
}

header {
  background-image: url("../images/kv-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1440px) {
  header {
    height: 100vh;
  }
}

@media screen and (orientation: portrait) {
  header {
    height: 133vw;
    background-image: url("../images/kv-bg-m.jpg");
  }
}

header .logo {
  position: absolute;
  top: 25px;
  left: 0%;
  z-index: 9;
  width: 476px;
}

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

@media screen and (orientation: portrait) {
  header .logo {
    top: 0;
    width: 60vw;
  }
}

header .inner {
  position: static;
}

header .content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 20px;
  z-index: 9;
  text-align: center;
  width: 100%;
  font-weight: bold;
  gap: 3em;
}

@media screen and (orientation: portrait) {
  header .content {
    height: 100%;
    bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 5vw;
    gap: .5em;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  header .content {
    gap: 2em;
  }
}

header .slogan {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 0;
}

header .slogan::after {
  content: "";
  position: absolute;
  opacity: .9;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 47, 73, 0)), color-stop(7%, #362f49), color-stop(93%, #362f49), to(rgba(54, 47, 73, 0)));
  background: -webkit-linear-gradient(left, rgba(54, 47, 73, 0) 0%, #362f49 7%, #362f49 93%, rgba(54, 47, 73, 0) 100%);
  background: -o-linear-gradient(left, rgba(54, 47, 73, 0) 0%, #362f49 7%, #362f49 93%, rgba(54, 47, 73, 0) 100%);
  background: linear-gradient(to right, rgba(54, 47, 73, 0) 0%, #362f49 7%, #362f49 93%, rgba(54, 47, 73, 0) 100%);
}

@media screen and (orientation: portrait) {
  header .slogan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    gap: .5em;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  header .slogan {
    gap: 0;
    padding: .3em 0 .5em;
  }
}

header .slogan .subtitle {
  color: #fff;
}

header .slogan .subtitle span::after {
  position: relative;
  content: "：";
}

header .slogan p {
  color: #ffef42;
  position: relative;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  header .slogan p span {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  header .slogan {
    font-size: 3.5vw;
  }
}

/* -----------------------------------------------------------------
// 標題樣式
-------------------------------------------------------------------*/
.title {
  font-size: 50px;
  position: relative;
  text-align: center;
}

@media screen and (orientation: portrait) {
  .title {
    font-size: 6vw;
  }
}

.title h2 {
  display: inline-block;
  font-size: inherit;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.title h2::before, .title h2::after {
  content: "";
  position: absolute;
  width: 114px;
  height: 9px;
  top: 50%;
  background-image: url("../images/title_deco.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .title h2::before, .title h2::after {
    width: 57px;
    height: 5px;
  }
}

.title h2::before {
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.title h2::after {
  right: -10px;
  -webkit-transform: translate(100%, -50%) scale(-1);
  -ms-transform: translate(100%, -50%) scale(-1);
  transform: translate(100%, -50%) scale(-1);
}

#activity .title, #skin .title {
  color: #4a3411;
}

#co-branded .title {
  color: #fff;
}

#co-branded .title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
}

#co-branded .title h2::before, #co-branded .title h2::after {
  display: none;
}

#co-branded .title em {
  color: #fff883;
}

#news .title h2::before, #news .title h2::after {
  display: none;
}

/* -----------------------------------------------------------------
  聯動活動
-------------------------------------------------------------------*/
#activity {
  background-image: url("../images/event-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#activity .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 60px;
}

@media screen and (orientation: portrait) {
  #activity .inner {
    gap: 5vw;
  }
}

#activity .slide {
  position: relative;
  width: 760px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6c5544), color-stop(49%, #f2c474), color-stop(50%, #c49550), to(#6b5543));
  background: -webkit-linear-gradient(top, #6c5544 0%, #f2c474 49%, #c49550 50%, #6b5543 100%);
  background: -o-linear-gradient(top, #6c5544 0%, #f2c474 49%, #c49550 50%, #6b5543 100%);
  background: linear-gradient(to bottom, #6c5544 0%, #f2c474 49%, #c49550 50%, #6b5543 100%);
  position: relative;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.4);
}

#activity .slide .swiper {
  padding: 10px;
}

#activity .slide .swiper-wrapper {
  border: 1px solid #3f3c2b;
}

@media screen and (orientation: portrait) {
  #activity .slide {
    width: 80vw;
  }
  #activity .slide .swiper {
    padding: 1.5vw;
  }
}

#activity .swiper-button-next, #activity .swiper-button-prev {
  margin: 0;
  width: 47px;
  height: 70px;
  background-image: url("../images/arrow_left.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#activity .swiper-button-next::after, #activity .swiper-button-prev::after {
  content: "";
}

@media screen and (orientation: portrait) {
  #activity .swiper-button-next, #activity .swiper-button-prev {
    width: 6vw;
    height: 9vw;
  }
}

#activity .swiper-button-prev {
  -webkit-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  left: 0;
}

#activity .swiper-button-next {
  -webkit-transform: translate(120%, -50%) scaleX(-1);
  -ms-transform: translate(120%, -50%) scaleX(-1);
  transform: translate(120%, -50%) scaleX(-1);
  right: 0;
}

#activity .character {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

#activity .character-1 {
  width: 481px;
  height: 835px;
  background-image: url("../images/event/event-character-1.png");
}

#activity .character-2 {
  width: 356px;
  height: 742px;
  background-image: url("../images/event/event-character-2.png");
  right: 0;
}

@media screen and (max-width: 1366px) {
  #activity .character {
    display: none;
  }
}

/* -----------------------------------------------------------------
  聯動外觀
-------------------------------------------------------------------*/
#skin {
  background-image: url("../images/avatar-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#skin .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (orientation: portrait) {
  #skin .inner {
    gap: 5vw;
  }
}

#skin .avatar {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1180px) {
  #skin .avatar {
    width: 80vw;
  }
}

@media screen and (max-width: 1023px) {
  #skin .avatar-pc {
    display: none;
  }
}

#skin .avatar-pc .copy-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 1;
}

#skin .avatar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#skin .avatar-item {
  border-radius: 30px;
  padding: 60px;
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
}

#skin .avatar-item::after {
  content: "";
  position: absolute;
  background-color: rgba(239, 239, 239, 0.9);
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 85px;
}

#skin .avatar-item-1 {
  background-image: url("../images/avatar/avatar-bg-1.jpg");
}

#skin .avatar-item-2 {
  background-image: url("../images/avatar/avatar-bg-2.jpg");
}

#skin .avatar-item-3 {
  background-image: url("../images/avatar/avatar-bg-3.jpg");
}

@media screen and (max-width: 1180px) {
  #skin .avatar-item {
    padding: 5vw;
  }
}

#skin .avatar-item-clothes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 80px;
}

#skin .avatar-item-clothes .avatar-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  z-index: 1;
}

#skin .avatar-item-clothes .avatar-pic {
  width: 360px;
  height: 500px;
}

#skin .avatar-item-clothes .avatar-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 20px;
}

#skin .avatar-item-clothes .avatar-list {
  width: 400px;
}

#skin .avatar-item-clothes .avatar-list figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 1180px) {
  #skin .avatar-item-clothes .avatar-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30vw;
    flex: 0 0 30vw;
  }
}

#skin .avatar-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #f4e2c3;
  background-image: url("../images/avatar/avatar-bg-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#skin .avatar-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 192, 161, 0)), to(#d4c0a1));
  background: -webkit-linear-gradient(top, rgba(212, 192, 161, 0) 0%, #d4c0a1 100%);
  background: -o-linear-gradient(top, rgba(212, 192, 161, 0) 0%, #d4c0a1 100%);
  background: linear-gradient(to bottom, rgba(212, 192, 161, 0) 0%, #d4c0a1 100%);
}

#skin .avatar-img img {
  z-index: 2;
}

#skin .avatar-img figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.5em 0 0.6em;
  z-index: 3;
}

#skin .avatar-pic-1 {
  position: relative;
  z-index: 1;
}

#skin .avatar-pic-1 .avatar-list {
  width: auto;
  text-align: center;
  color: #424242;
  font-size: 24px;
  padding: .5em 0;
}

#skin .avatar-pic-2 .swiper-wrapper {
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  #skin .avatar-pic-2 .swiper-wrapper {
    gap: 20px;
  }
}

#skin .avatar-pic-2 .avatar-pic-item {
  width: 360px !important;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #skin .avatar-pic-2 .avatar-pic-item {
    width: 320px !important;
  }
}

#skin .avatar-pic-2 .avatar-img {
  position: relative;
  margin-bottom: 20px;
  height: 360px;
}

@media screen and (max-width: 1024px) {
  #skin .avatar-pic-2 .avatar-img {
    margin-bottom: 50px;
  }
}

#skin .avatar-pic-3 .swiper-wrapper {
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  #skin .avatar-pic-3 .swiper-wrapper {
    gap: 20px;
  }
}

#skin .avatar-pic-3 .avatar-pic-item {
  width: 260px !important;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #skin .avatar-pic-3 .avatar-pic-item {
    width: 210px !important;
  }
}

#skin .avatar-pic-3 .avatar-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  #skin .avatar-pic-3 .avatar-img {
    margin-bottom: 50px;
  }
}

#skin .avatar-pic-3 .avatar-img figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 0.5em 0 0.6em;
}

#skin .avatar-item-5 .avatar-list figure, #skin .avatar-item-6 .avatar-list figure, #skin .avatar-item-7 .avatar-list figure, #skin .avatar-item-8 .avatar-list figure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#skin .avatar-item-5 .avatar-list figure figcaption, #skin .avatar-item-6 .avatar-list figure figcaption, #skin .avatar-item-7 .avatar-list figure figcaption, #skin .avatar-item-8 .avatar-list figure figcaption {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

#skin .avatar-item-6 .avatar-img {
  height: 360px;
}

#skin .avatar-item-6 .avatar-img img {
  max-width: none;
  height: 360px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  #skin .avatar-item-6 .avatar-img {
    width: 320px;
    height: 320px;
  }
  #skin .avatar-item-6 .avatar-img img {
    height: 320px;
  }
}

#skin .avatar-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#skin .avatar-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

#skin .avatar-info h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 1.3em;
  font-weight: 900;
  color: #4c804c;
  line-height: 1.4;
}

#skin .avatar-info h3 span {
  display: block;
  position: relative;
}

#skin .avatar-info h3 span::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  text-stroke: 5px #fff;
  -webkit-text-stroke: 5px #fff;
}

@media screen and (max-width: 1180px) {
  #skin .avatar-info h3 {
    font-size: 2.5vw;
  }
}

#skin .avatar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #235539;
}

#skin .avatar-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

#skin .avatar-list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

#skin .avatar-list figure img {
  width: 60px;
  height: auto;
}

#skin .avatar-list figure figcaption span {
  display: block;
  line-height: 1.3;
}

#skin .avatar-mobile {
  display: none;
  position: relative;
  background-color: #fff;
  border-radius: 3vw;
  padding: 3vw;
}

@media screen and (max-width: 1023px) {
  #skin .avatar-mobile {
    display: block;
  }
}

#skin .avatar-mobile .copy-text {
  font-size: 2.3vw;
  padding-top: 1em;
  text-align: center;
}

#skin .avatar-mobile .avatar-img {
  border-radius: 2vw;
  margin-bottom: 2vw;
}

#skin .avatar-mobile .avatar-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3%;
  padding: 10vw 0 15vw;
}

#skin .avatar-mobile .avatar-img picture.pic-2 img {
  width: 40%;
  height: auto;
}

#skin .avatar-mobile .avatar-img picture img {
  width: 85%;
  height: auto;
}

#skin .avatar-mobile .avatar-img figcaption {
  font-size: 4.5vw;
}

#skin .avatar-mobile .avatar-list {
  padding: 0 1em;
  text-align: center;
}

#skin .avatar-mobile .avatar-list figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#skin .avatar-mobile .swiper-slide {
  padding: 1vw;
}

#skin .swiper-button-prev, #skin .swiper-button-next {
  width: 53px;
  height: 76px;
  margin: 0;
  background-image: url("../images/arrow_left.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#skin .swiper-button-prev::after, #skin .swiper-button-next::after {
  content: "";
}

@media screen and (orientation: portrait) {
  #skin .swiper-button-prev, #skin .swiper-button-next {
    width: 6vw;
    height: 9vw;
  }
}

#skin .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
}

#skin .swiper-button-next {
  right: 0;
  -webkit-transform: translate(120%, -50%) scaleX(-1);
  -ms-transform: translate(120%, -50%) scaleX(-1);
  transform: translate(120%, -50%) scaleX(-1);
}

#skin .character {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

#skin .character-1 {
  width: 459px;
  height: 632px;
  background-image: url("../images/avatar/avatar-character-1.png");
}

#skin .character-2 {
  width: 598px;
  height: 924px;
  background-image: url("../images/avatar/avatar-character-2.png");
  right: 0;
}

@media screen and (max-width: 1366px) {
  #skin .character {
    display: none;
  }
}

/* -----------------------------------------------------------------
  聯動介紹
-------------------------------------------------------------------*/
#co-branded {
  background-image: url("../images/ip-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  #co-branded .title {
    font-size: 2.5vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #co-branded .title {
    font-size: 5vw;
  }
}

#co-branded .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  #co-branded .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#co-branded .inner_section:nth-child(1) {
  height: 960px;
}

#co-branded .inner_section:nth-child(1) img {
  height: 960px;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1600px) {
  #co-branded .inner_section:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
    height: auto;
  }
  #co-branded .inner_section:nth-child(1) img {
    width: 100%;
    height: auto;
  }
}

#co-branded .inner_section:nth-child(2) {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 1600px) {
  #co-branded .inner_section:nth-child(2) {
    padding: 2vw;
    gap: 2vw;
  }
}

@media screen and (max-width: 480px) {
  #co-branded .inner_section:nth-child(2) {
    padding: 5vw 2vw;
  }
}

#co-branded .content {
  padding: 0 1em;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  line-height: 1.6;
}

@media screen and (max-width: 1600px) {
  #co-branded .content {
    font-size: 1.5vw;
  }
}

@media screen and (orientation: portrait) {
  #co-branded .content {
    text-align: left;
  }
  #co-branded .content br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #co-branded .content {
    padding: 10vw 1em;
    font-size: 14px;
    text-align: left;
  }
  #co-branded .content br {
    display: none;
  }
}

#co-branded .btn {
  font-family: "Noto Serif JP";
  font-weight: 900;
  text-align: center;
  font-size: 1.3em;
}

@media screen and (max-width: 600px) {
  #co-branded .btn {
    font-size: 1em;
  }
}

#co-branded .btn a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddc78c), color-stop(49%, white), color-stop(50%, #f1e1b6), to(#b6987a));
  background: -webkit-linear-gradient(top, #ddc78c 0%, white 49%, #f1e1b6 50%, #b6987a 100%);
  background: -o-linear-gradient(top, #ddc78c 0%, white 49%, #f1e1b6 50%, #b6987a 100%);
  background: linear-gradient(to bottom, #ddc78c 0%, white 49%, #f1e1b6 50%, #b6987a 100%);
  padding: 2px;
}

#co-branded .btn p {
  display: inline-block;
  padding: .3em 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#634f41), to(#3a2e26));
  background: -webkit-linear-gradient(top, #634f41 0%, #3a2e26 100%);
  background: -o-linear-gradient(top, #634f41 0%, #3a2e26 100%);
  background: linear-gradient(to bottom, #634f41 0%, #3a2e26 100%);
}

#co-branded .btn span {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff6ad), to(#fff));
  background: -webkit-linear-gradient(bottom, #fff6ad 0%, #fff 100%);
  background: -o-linear-gradient(bottom, #fff6ad 0%, #fff 100%);
  background: linear-gradient(to top, #fff6ad 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

#co-branded .btn:hover p {
  background-color: rgba(0, 0, 0, 0.8);
}

#co-branded .btn:hover span {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe400), to(#fff));
  background: -webkit-linear-gradient(bottom, #ffe400 0%, #fff 100%);
  background: -o-linear-gradient(bottom, #ffe400 0%, #fff 100%);
  background: linear-gradient(to top, #ffe400 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

#co-branded .copy-text {
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------------------------------------
  新聞
-------------------------------------------------------------------*/
#news .title {
  width: 100%;
  -webkit-text-fill-color: unset;
}

#news .title h2 {
  color: #fff;
}

#news .title::after {
  width: 6em;
  background-color: white;
  background-image: -webkit-linear-gradient(left, transparent 2px, #d5de12 1px);
  background-image: -o-linear-gradient(left, transparent 2px, #d5de12 1px);
  background-image: linear-gradient(90deg, transparent 2px, #d5de12 1px);
}

.gotop {
  position: fixed;
  left: 10px;
  bottom: 5vw;
  z-index: 20;
  width: 200px;
}

.gotop img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .gotop {
    width: 24vw;
  }
}

.xpay {
  bottom: 70px;
}

@media screen and (max-width: 820px) {
  .xpay {
    bottom: 100px;
    right: 10px;
  }
}

footer .copyright::before,
#co-branded .content::after,
#skin .avatar-pc::after,
#skin .avatar-mobile::after,
#activity .swiper::after {
  content: "©Yu Okano, OVERLAP/NOZOMANUFUSHI Project";
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

footer .copyright::before {
  padding-bottom: .3em;
}

#activity .swiper::after,
#skin .avatar-pc::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 1;
}

#skin .avatar-mobile::after {
  text-align: center;
  padding-top: 1em;
  font-size: 11px;
}

#activity .swiper::after {
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  font-weight: 600;
  text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #activity .swiper::after {
    font-size: 10px;
  }
}

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