:root {
  --bezier: cubic-bezier(0.68, 0, 0.265, 1);
  --hdr-h: 120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-top: var(--hdr-h);
  background: #fff;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

section[id] {
  scroll-margin-top: var(--hdr-h);
}

#active {
  scroll-margin-top: 216px;
}

.hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--hdr-h);
  background: #fff;
  z-index: 100;
}

.hdr__logo {
  position: absolute;
  top: 0;
  left: 17px;
  display: block;
}

.hdr__logo-d {
  width: auto;
  height: 120px;
}

.hdr__logo-m {
  display: none;
}

.hdr__nav {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 22px;
}

.navbtn {
  position: relative;
  display: block;
  width: 193px;
}

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

.navbtn__on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s var(--bezier);
}

.navbtn:hover .navbtn__on {
  opacity: 1;
}

.hdr__toggle {
  display: none;
}

.mmenu {
  display: none;
}

.ftr {
  background: #ececec;
  color: #1f1715;
}

.ftr__inner {
  width: 1140px;
  margin: 0 auto;
  padding: 0 0 28px;
}

.ftr__company,
.ftr__addr {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.ftr__disc {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  color: #1f1715;
  text-align: justify;
  word-break: break-word;
}

.ftr__disc .w {
  color: #a8001e;
}

.ftr__disc a {
  color: #003e89;
}

.sidebtns {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: 20px;
  width: 92px;
  transform-origin: right bottom;
}

.sidebtns__img {
  width: 100%;
  height: auto;
}

.sidebtns__img--m {
  display: none;
}

.sidebtns__hot {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.sidebtns__hot--dm {
  top: 0;
  height: 15.5%;
}

.sidebtns__hot--app {
  top: 20.4%;
  height: 17%;
}

.sidebtns__hot--fb {
  top: 40.4%;
  height: 15.5%;
}

.sidebtns__hot--top {
  top: 59.6%;
  height: 14.4%;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup[hidden] {
  display: none;
}

.popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.popup__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1138px;
  max-height: calc(100vh - 180px);
  padding: 44px 48px;
  background: #fff;
  border-radius: 16px;
}

.popup__close {
  position: absolute;
  top: -68px;
  right: 0;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.popup__close img {
  width: 100%;
  height: 100%;
}

.popup__close-m {
  display: none;
}

.popup__title {
  flex-shrink: 0;
  margin-bottom: 22px;
  font-size: 37px;
  font-weight: 700;
  color: #d20025;
  text-align: center;
}

.popup__disc {
  overflow-y: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  color: #1f1715;
  text-align: justify;
  word-break: break-word;
}

.popup__disc .w {
  color: #a8001e;
}

.popup__disc a {
  color: #003e89;
}

.popup__info {
  flex-shrink: 0;
  margin-top: 18px;
  font-size: 14px;
  color: #000;
}

.popup__info span:not(:first-child)::before {
  content: "｜";
}

.page {
  position: relative;
  overflow: hidden;
}

.page__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  max-width: none;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.page__bg--m {
  display: none;
}

.sec1 {
  position: relative;
  z-index: 1;
  height: 970px;
}

.sec2 {
  position: relative;
  z-index: 1;
  height: 606px;
}

.sec2__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}

.sec2__title {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  white-space: nowrap;
}

.sec2__title-txt {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  color: #941c26;
}

.sec2__title-tag {
  position: relative;
  padding: 13px 7px;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  color: #f5f4ee;
  background: #003e6c;
}

.sec2__title-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 1px;
  height: 40px;
  background: #003e6c;
}

.sec2__player {
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  width: 955px;
  height: 494px;
}

.sec2__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sec2__frame--m {
  display: none;
}

.sec2__video {
  position: absolute;
  left: 7.5%;
  top: 5.5%;
  width: 84.9%;
  height: 92.1%;
  border: 0;
}

.sec1__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}

.hf {
  position: absolute;
  display: block;
}

.hf--m {
  display: none;
}

.hf1 {
  left: 388px;
  top: 63px;
  width: 722px;
}

.hf2 {
  left: 384px;
  top: 290px;
  width: 722px;
}

.hf3 {
  left: 385px;
  top: 637px;
  width: 260px;
}

.hfn {
  position: absolute;
  left: 391px;
  top: 800px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #d20025;
  white-space: nowrap;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff;
}

.hf1,
.hf2 {
  opacity: 0;
  transform: translateX(-90px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

.is-loaded .hf1 {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

.is-loaded .hf2 {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
}

.tabset__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.tabset__panel.is-active {
  opacity: 1;
  visibility: visible;
}

.tabset__bg,
.tabset__fig {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tabset__m {
  display: none;
}

.tabset__fig {
  opacity: 0;
  transform: translateX(-4%);
}

.tabset__fig--from-right {
  transform: translateX(4%);
}

.tabset__panel:not(.is-active) .tabset__fig {
  transition: none;
}

.tabset.is-seen .tabset__panel.is-active .tabset__fig {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: calc(var(--i, 0) * 0.5s);
}

.tabset__btn {
  position: absolute;
  z-index: 5;
  display: block;
  cursor: pointer;
}

.tabset__src {
  position: absolute;
  left: 7.3%;
  top: 82.5%;
  width: 84.3%;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #363332;
  text-align: justify;
  word-break: break-word;
}

.tabset__nav {
  position: absolute;
  top: 52.4%;
  z-index: 6;
  width: calc(21 / 375 * 100vw);
}

.tabset__nav--prev {
  left: 0;
}

.tabset__nav--next {
  right: 0;
}

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

.tabset__src .w {
  font-weight: 700;
  color: #d20025;
}

.tabset__panel[data-tab="2"] .tabset__src.tabset__d {
  top: 81.2%;
}

.sec3 {
  position: relative;
  z-index: 1;
  height: 902px;
}

.sec3 .tabset {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1252px;
  height: 756px;
}

.sec3 .tabset__btn--t1 {
  left: 22.2%;
  top: 22%;
  width: 25.8%;
  height: 7%;
}

.sec3 .tabset__btn--t2 {
  left: 49.4%;
  top: 22%;
  width: 45.3%;
  height: 7%;
}

.sec4 {
  position: relative;
  z-index: 1;
  height: 771px;
}

.sec4__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: 0 0 14px;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.sec4__slash {
  margin: 0 0.2em;
  font-weight: 400;
}

.sec4 .tabset {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1252px;
  height: 687px;
}

.sec4 .tabset__btn {
  top: 5.1%;
  width: 8.1%;
  height: 15%;
}

.sec4 .tabset__btn--t1 {
  left: 52.9%;
}

.sec4 .tabset__btn--t2 {
  left: 67.8%;
}

.sec4 .tabset__btn--t3 {
  left: 82.7%;
}

.sec5 {
  position: relative;
  z-index: 1;
  height: 701px;
}

.fund {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.fund__title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  color: #003e89;
  text-align: center;
}

.fund__name {
  margin: 0;
  padding: 11px 0;
  background: #d10025;
  color: #ffd100;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.fund__grid {
  display: grid;
  grid-template-columns: 11% 24.3% 12.8% 25.5% 11.8% 14.6%;
}

.fund__lbl,
.fund__val {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 20px;
  color: #1f1715;
  line-height: 1.3;
}

.fund__lbl {
  justify-content: center;
  text-align: center;
  padding: 6px 4px;
  font-size: 18px;
  background: #c1c2c3;
}

.fund__val {
  padding: 6px 10px;
  background: #fff;
}

.fund__val--grey {
  background: #ececec;
}

.fund__val--wide {
  grid-column: 2 / 7;
}

.fund__val--c3 {
  grid-column: 4 / 7;
}

.fund__note {
  color: #d10025;
  font-weight: 500;
}

.fund__sub {
  font-size: 15px;
}

.fund__title-m {
  display: none;
}

.fund__img {
  display: none;
}

.fund__src {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #1f1715;
  text-align: justify;
  word-break: break-word;
}

.fund__src .w {
  font-weight: 700;
  color: #d20025;
}

.sec6 {
  position: relative;
  z-index: 1;
  height: 750px;
}

.sec6__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1184px;
}

.sec6__title {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.sec6__title-a {
  color: #006e9d;
}

.sec6__title-b {
  color: #e54425;
}

.sec6__subtitle {
  margin: 6px 0 0;
  font-size: 26px;
  font-weight: 500;
  color: #1f1715;
  text-align: center;
}

.sec6__timeline {
  position: relative;
  margin: 18px 0 0;
}

.sec6__fig {
  display: block;
  width: 100%;
  height: auto;
}

.sec6__fig--m {
  display: none;
}

.sec6__note {
  position: absolute;
  left: 2.5%;
  right: 3%;
  top: 40%;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #1f1715;
  text-align: left;
  word-break: break-word;
}

.sec6__note .w {
  font-weight: 700;
  color: #d20025;
}

.sec6__src {
  position: absolute;
  left: 2%;
  right: 3%;
  top: 86%;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #1f1715;
  text-align: justify;
  word-break: break-word;
}

.sec7 {
  position: relative;
  z-index: 1;
  height: 472px;
  overflow: hidden;
}

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

.sec7__title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #941c26;
  text-align: center;
}

.sec7__tickets {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 95px;
  margin: 11px 0 0;
}

.sec7__ticket {
  display: block;
  height: auto;
}

.sec7__ticket:not([href]) {
  cursor: default;
  pointer-events: none;
}

.sec7__ticket--d {
  width: 320px;
}

.sec7__ticket--m {
  display: none;
}

.sec7__ticket--left,
.sec7__ticket--right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.sec7__ticket--left {
  transform: translateX(-120px);
}

.sec7__ticket--right {
  transform: translateX(120px);
}

.sec7__tickets.is-seen .sec7__ticket--left,
.sec7__tickets.is-seen .sec7__ticket--right {
  opacity: 1;
  transform: translateX(0);
}

.sec7__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent 0 92%, #ececec 92% 100%);
}

.sec7__bg,
.sec7__bus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  max-width: none;
  height: auto;
  display: block;
}

.sec7__bg--m,
.sec7__bus--m {
  display: none;
}

.sec7__bus--d {
  transform: translateX(calc(-50% - 100vw));
  transition: transform 1.6s ease-out;
}

.sec7.is-seen .sec7__bus--d {
  transform: translateX(-50%);
}

@media (max-width: 1419px) and (min-width: 1367px) {
  .hdr__nav {
    left: auto;
    right: 60px;
    transform: none;
  }
}

@media (max-width: 1366px) and (min-width: 801px) {
  :root {
    --hdr-h: calc(120 / 1366 * 100vw);
  }

  #active {
    scroll-margin-top: calc(216 / 1366 * 100vw);
  }

  .hdr__logo {
    left: calc(17 / 1366 * 100vw);
  }

  .hdr__logo-d {
    height: calc(120 / 1366 * 100vw);
  }

  .hdr__nav {
    top: calc(26 / 1366 * 100vw);
    left: auto;
    right: calc(60 / 1366 * 100vw);
    transform: none;
    gap: calc(22 / 1366 * 100vw);
  }

  .navbtn {
    width: calc(193 / 1366 * 100vw);
  }

  .ftr__inner {
    width: calc(1140 / 1366 * 100vw);
    padding: 0 0 calc(28 / 1366 * 100vw);
  }

  .ftr__company,
  .ftr__addr {
    font-size: calc(14 / 1366 * 100vw);
  }

  .ftr__disc {
    margin-top: calc(16 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
  }

  .page__bg {
    width: calc(1920 / 1366 * 100vw);
  }

  .sec1 {
    height: calc(970 / 1366 * 100vw);
  }

  .sec1__inner {
    width: calc(1920 / 1366 * 100vw);
  }

  .sec2 {
    height: calc(606 / 1366 * 100vw);
  }

  .sec2__inner {
    width: calc(1920 / 1366 * 100vw);
  }

  .sec2__title {
    gap: calc(18 / 1366 * 100vw);
  }

  .sec2__title-txt {
    font-size: calc(55 / 1366 * 100vw);
  }

  .sec2__title-tag {
    padding: calc(13 / 1366 * 100vw) calc(7 / 1366 * 100vw);
    font-size: calc(39 / 1366 * 100vw);
  }

  .sec2__player {
    top: calc(92 / 1366 * 100vw);
    width: calc(955 / 1366 * 100vw);
    height: calc(494 / 1366 * 100vw);
  }

  .hf1 {
    left: calc(388 / 1366 * 100vw);
    top: calc(63 / 1366 * 100vw);
    width: calc(722 / 1366 * 100vw);
  }

  .hf2 {
    left: calc(384 / 1366 * 100vw);
    top: calc(290 / 1366 * 100vw);
    width: calc(722 / 1366 * 100vw);
  }

  .hf3 {
    left: calc(385 / 1366 * 100vw);
    top: calc(637 / 1366 * 100vw);
    width: calc(260 / 1366 * 100vw);
  }

  .hfn {
    left: calc(391 / 1366 * 100vw);
    top: calc(800 / 1366 * 100vw);
    font-size: calc(15 / 1366 * 100vw);
  }

  .sec3 {
    height: calc(902 / 1366 * 100vw);
  }

  .sec3 .tabset {
    width: calc(1252 / 1366 * 100vw);
    height: calc(756 / 1366 * 100vw);
  }

  .sec4 {
    height: calc(771 / 1366 * 100vw);
  }

  .sec4__title {
    margin: 0 0 calc(14 / 1366 * 100vw);
    font-size: calc(48 / 1366 * 100vw);
  }

  .sec4 .tabset {
    width: calc(1252 / 1366 * 100vw);
    height: calc(687 / 1366 * 100vw);
  }

  .tabset__src {
    font-size: calc(14 / 1366 * 100vw);
  }

  .sec5 {
    height: calc(701 / 1366 * 100vw);
  }

  .fund {
    width: calc(1140 / 1366 * 100vw);
  }

  .fund__title {
    margin: 0 0 calc(14 / 1366 * 100vw);
    font-size: calc(40 / 1366 * 100vw);
  }

  .fund__name {
    padding: calc(11 / 1366 * 100vw) 0;
    font-size: calc(26 / 1366 * 100vw);
  }

  .fund__lbl,
  .fund__val {
    min-height: calc(44 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
  }

  .fund__lbl {
    padding: calc(6 / 1366 * 100vw) calc(4 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
  }

  .fund__val {
    padding: calc(6 / 1366 * 100vw) calc(10 / 1366 * 100vw);
  }

  .fund__sub {
    font-size: calc(15 / 1366 * 100vw);
  }

  .fund__src {
    font-size: calc(15 / 1366 * 100vw);
  }

  .sec6 {
    height: calc(750 / 1366 * 100vw);
  }

  .sec6__inner {
    width: calc(1184 / 1366 * 100vw);
  }

  .sec6__title {
    font-size: calc(46 / 1366 * 100vw);
  }

  .sec6__subtitle {
    margin: calc(6 / 1366 * 100vw) 0 0;
    font-size: calc(26 / 1366 * 100vw);
  }

  .sec6__timeline {
    margin: calc(18 / 1366 * 100vw) 0 0;
  }

  .sec6__note {
    font-size: calc(15 / 1366 * 100vw);
  }

  .sec6__src {
    font-size: calc(13 / 1366 * 100vw);
  }

  .sec7 {
    height: calc(472 / 1366 * 100vw);
  }

  .sec7__title {
    font-size: calc(60 / 1366 * 100vw);
  }

  .sec7__tickets {
    gap: calc(95 / 1366 * 100vw);
    margin: calc(11 / 1366 * 100vw) 0 0;
  }

  .sec7__ticket--d {
    width: calc(320 / 1366 * 100vw);
  }

  .sec7__bg,
  .sec7__bus {
    width: calc(1920 / 1366 * 100vw);
  }
}

@media (max-width: 800px) {
  :root {
    --hdr-h: calc(50 / 375 * 100vw);
  }

  #active {
    scroll-margin-top: calc(120 / 375 * 100vw);
  }

  .hdr__logo {
    left: calc(6 / 375 * 100vw);
  }

  .hdr__logo-d {
    display: none;
  }

  .hdr__logo-m {
    display: block;
    width: auto;
    height: calc(50 / 375 * 100vw);
  }

  .hdr__nav {
    display: none;
  }

  .hdr__toggle {
    display: block;
    position: absolute;
    top: 0;
    right: calc(3 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }

  .hdr__toggle img {
    width: 100%;
    height: 100%;
  }

  .hdr.is-open .hdr__toggle-open {
    display: none;
  }

  .hdr__toggle-close {
    display: none;
  }

  .hdr.is-open .hdr__toggle-close {
    display: block;
  }

  .mmenu {
    display: block;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 90;
  }

  .mmenu[hidden] {
    display: none;
  }

  .mmenu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(23 / 375 * 100vw);
    padding-top: calc(72 / 375 * 100vw);
  }

  .mmenu__item {
    position: relative;
    display: block;
    width: calc(172 / 375 * 100vw);
  }

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

  .mmenu__item + .mmenu__item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(-12.5 / 375 * 100vw);
    width: calc(251 / 375 * 100vw);
    height: 2px;
    background: #dfdfdf;
  }

  .ftr {
    padding-bottom: calc(60 / 375 * 100vw);
  }

  .ftr__inner {
    width: auto;
    padding: 0 calc(13 / 375 * 100vw) calc(20 / 375 * 100vw);
  }

  .ftr__company,
  .ftr__addr {
    font-size: calc(10 / 375 * 100vw);
    text-align: center;
  }

  .ftr__addr span {
    display: block;
  }

  .ftr__disc {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }

  .sidebtns {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
  }

  .sidebtns__img--d {
    display: none;
  }

  .sidebtns__img--m {
    display: block;
  }

  .sidebtns__hot {
    top: 0;
    height: 100%;
  }

  .sidebtns__hot--dm {
    left: 0;
    width: 22.9%;
  }

  .sidebtns__hot--app {
    left: 22.9%;
    width: 34.7%;
  }

  .sidebtns__hot--fb {
    left: 57.6%;
    width: 27.2%;
  }

  .sidebtns__hot--top {
    left: 84.8%;
    width: 15.2%;
  }

  .popup {
    padding: calc(14 / 375 * 100vw);
  }

  .popup__box {
    width: 100%;
    padding: calc(28 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(16 / 375 * 100vw);
  }

  .popup__close {
    width: calc(39 / 375 * 100vw);
    height: calc(39 / 375 * 100vw);
    top: calc(-53 / 375 * 100vw);
    right: 0;
  }

  .popup__close-d {
    display: none;
  }

  .popup__close-m {
    display: block;
  }

  .popup__title {
    margin-bottom: calc(14 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }

  .popup__disc {
    font-size: calc(13 / 375 * 100vw);
  }

  .popup__info {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    text-align: center;
  }

  .popup__info span {
    display: block;
  }

  .popup__info span::before {
    display: none;
  }

  .page__bg--d {
    display: none;
  }

  .page__bg--m {
    display: block;
  }

  .page__bg {
    width: 100%;
  }

  .sec1 {
    height: calc(668 / 375 * 100vw);
  }

  .sec1__inner {
    width: 100%;
  }

  .sec2 {
    height: calc(250 / 375 * 100vw);
  }

  .sec2__inner {
    width: 100%;
  }

  .sec2__title {
    top: calc(12 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }

  .sec2__title-txt {
    font-size: calc(30 / 375 * 100vw);
  }

  .sec2__title-tag {
    padding: calc(7 / 375 * 100vw) calc(6 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }

  .sec2__player {
    top: calc(64 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
    height: calc(186 / 375 * 100vw);
  }

  .sec2__frame--d {
    display: none;
  }

  .sec2__frame--m {
    display: block;
  }

  .sec2__video {
    left: 7.6%;
    top: 9.2%;
    width: 84.6%;
    height: 88%;
  }

  .hf--d {
    display: none;
  }

  .hf--m {
    display: block;
  }

  .hf1,
  .hf2 {
    left: 0;
    top: calc(22 / 375 * 100vw);
    width: 100%;
  }

  .hf3 {
    left: calc(15 / 375 * 100vw);
    top: calc(508 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
  }

  .hfn {
    left: calc(15 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    top: calc(582 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    white-space: normal;
    text-align: left;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff;
  }

  .tabset__d {
    display: none;
  }

  .tabset__m {
    display: block;
  }

  .sec3 {
    height: calc(1227 / 375 * 100vw);
  }

  .sec3 .tabset {
    width: 100%;
    height: calc(1085 / 375 * 100vw);
  }

  .sec4 {
    height: calc(887 / 375 * 100vw);
  }

  .sec4__title {
    margin: 0 0 calc(12 / 375 * 100vw);
    font-size: calc(36 / 375 * 100vw);
  }

  .sec4 .tabset {
    width: 100%;
    height: calc(842 / 375 * 100vw);
  }

  .sec4 .tabset__btn {
    top: 3.5%;
    height: 6.4%;
  }

  .sec4 .tabset__btn--t1 {
    left: 10.7%;
    width: 16.5%;
  }

  .sec4 .tabset__btn--t2 {
    left: 41.1%;
    width: 17.7%;
  }

  .sec4 .tabset__btn--t3 {
    left: 71.7%;
    width: 17.6%;
  }

  .sec4 .tabset__src {
    top: 85%;
  }

  .sec3 .tabset__btn--t1 {
    left: 8.8%;
    top: 13.8%;
    width: 35.2%;
    height: 6%;
  }

  .sec3 .tabset__btn--t2 {
    left: 46.7%;
    top: 13.8%;
    width: 45.3%;
    height: 6%;
  }

  .tabset__src {
    top: 85.2%;
    left: 6%;
    width: 88%;
    font-size: calc(11 / 375 * 100vw);
  }

  .sec3 .tabset__panel[data-tab="1"] .tabset__src {
    top: 86.1%;
  }

  .sec5 {
    height: calc(1189 / 375 * 100vw);
  }

  .fund {
    width: calc(351 / 375 * 100vw);
  }

  .fund__card {
    display: none;
  }

  .fund__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fund__title-d {
    display: none;
  }

  .fund__title-m {
    display: inline;
  }

  .fund__title {
    margin: 0 0 calc(12 / 375 * 100vw);
    font-size: calc(32 / 375 * 100vw);
  }

  .fund__name {
    padding: calc(10 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.3;
  }

  .fund__grid {
    grid-template-columns: calc(105 / 375 * 100vw) 1fr;
  }

  .fund__val--wide,
  .fund__val--c3 {
    grid-column: auto;
  }

  .fund__lbl,
  .fund__val {
    min-height: calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .fund__lbl {
    padding: calc(6 / 375 * 100vw) calc(4 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }

  .fund__val {
    padding: calc(8 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  .fund__grid > .fund__val:nth-child(4n+2) {
    background: #fff;
  }

  .fund__grid > .fund__val:nth-child(4n) {
    background: #ececec;
  }

  .fund__sub {
    font-size: calc(12 / 375 * 100vw);
  }

  .fund__src {
    padding: 0 calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }

  .sec6 {
    height: calc(1215 / 375 * 100vw);
  }

  .sec6__inner {
    width: calc(351 / 375 * 100vw);
  }

  .sec6__title {
    font-size: calc(24 / 375 * 100vw);
  }

  .sec6__title-a,
  .sec6__title-b {
    display: block;
  }

  .sec6__subtitle {
    width: fit-content;
    margin: calc(8 / 375 * 100vw) auto 0;
    padding: calc(5 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    background: #c7c8c9;
    border-radius: calc(8 / 375 * 100vw);
  }

  .sec6__fig--d {
    display: none;
  }

  .sec6__fig--m {
    display: block;
  }

  .sec6__timeline {
    margin: calc(14 / 375 * 100vw) 0 0;
  }

  .sec6__note {
    top: 38%;
    left: 6%;
    right: 7%;
    font-size: calc(10 / 375 * 100vw);
  }

  .sec6__src {
    top: 88%;
    left: 6%;
    right: 7%;
    font-size: calc(10 / 375 * 100vw);
  }

  .sec7 {
    height: auto;
    overflow: visible;
  }

  .sec7__bg--d,
  .sec7__bus--d,
  .sec7__ticket--d {
    display: none;
  }

  .sec7__bg--m,
  .sec7__bus--m,
  .sec7__ticket--m {
    display: block;
  }

  .sec7__inner {
    padding: calc(18 / 375 * 100vw) 0 0;
  }

  .sec7__title {
    font-size: calc(28 / 375 * 100vw);
  }

  .sec7__tickets {
    flex-direction: column;
    align-items: center;
    gap: calc(8 / 375 * 100vw);
    margin: calc(12 / 375 * 100vw) 0 0;
  }

  .sec7__ticket--m {
    width: 100%;
    height: auto;
  }

  .sec7__scene {
    position: relative;
    inset: auto;
    width: 100%;
    margin: calc(-56 / 375 * 100vw) 0 0;
    background: linear-gradient(to bottom, transparent 0 81%, #ececec 81% 100%);
  }

  .sec7__bg--m {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
  }

  .sec7__bus--m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateX(-120%);
    transition: transform 1.6s ease-out;
  }

  .sec7.is-seen .sec7__bus--m {
    transform: translateX(0);
  }
}
