


@media screen and (max-width: 1280px) {
  
  
}
@media screen and (max-width: 960px) {
  
  
}
@media screen and (max-width: 480px) {
  
  
}
:root {
  --accent-color: #7A00FF;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #aaa;
}
body:not(.mac)::-webkit-scrollbar,
body:not(.mac) *::-webkit-scrollbar {
  width: 16px;
}
body:not(.mac)::-webkit-scrollbar-thumb,
body:not(.mac) *::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 4px solid transparent;
}
body {
  position: relative;
  background: #000;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.5;
  line-break: strict;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

.loading-complete {
  background: #000;
  background-position: top center;
  background-repeat: repeat;
  background-size: 500px 500px;
}
.noscroll {
  overflow: hidden;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  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;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
}
.loading .liquid {
  position: fixed;
  bottom: -400%;
  left: -50%;
  background: #fff;
  width: 200dvw;
  height: 400dvh;
  border-radius: 50% 50%/50% 70%;
  z-index: -1;
}
.loading .logo {
  width: 50%;
}
.loading .logo img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
[rb] {
  position: relative;
}
[rb]::before {
  content: attr(rb);
  position: absolute;
  top: -0.8em;
  left: -0.2em;
  right: -0.2em;
  font-size: 0.3em;
  letter-spacing: 8px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  text-indent: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  display: block;
  width: 100%;
}
button {
  background: none;
  border: none;
}
#wrap {
  width: 100%;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  width: 100%;
  height: 90px;
  padding: 0 4% 0 4%;
  z-index: 999;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
  width: 100%;
  z-index: 998;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header li {
  position: relative;
  padding: 0 2px 0 3px;
}
header li:not(:last-child) {
  margin-right: 24px;
}
header li a {
  display: block;
  position: relative;
  color: #333;
  font-family: all-round-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 1px;
  -webkit-animation: nav-mouseout 0.8s ease forwards;
  animation: nav-mouseout 0.8s ease forwards;
  z-index: 9;
}
header li:nth-child(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header li:nth-child(3) .icon-tab {
  fill: #333;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  -webkit-animation: icon-mouseout 0.8s ease forwards;
  animation: icon-mouseout 0.8s ease forwards;
}
header .logo {
  position: fixed;
  top: 0;
  left: 4%;
  width: 100px;
  z-index: 999;
}
header .menu-wrap,
header .share {
  display: none;
}
#wrap:not(.sp) header li:hover a {
  -webkit-animation: nav-mouseover 0.8s ease forwards;
  animation: nav-mouseover 0.8s ease forwards;
}
#wrap:not(.sp) header li:hover:nth-child(3) .icon-tab {
  -webkit-animation: icon-mouseover 0.8s ease forwards;
  animation: icon-mouseover 0.8s ease forwards;
}
@media screen and (max-width: 1280px) {
  header {
    height: 80px;
  }
  header li:not(:last-child) {
    margin-right: 20px;
  }
  header a {
    font-size: 26px;
  }
  header .logo {
    width: 90px;
  }
}
@media screen and (max-width: 960px) {
  .loading .liquid {
    bottom: -800%;
    width: 400dvw;
    height: 800dvh;
    border-radius: 75% 75%/50% 50%;
  }
  .loading .logo {
    width: 75%;
  }
  header {
    -webkit-transition: height 0.2s cubic-bezier(0.48, 0.16, 0.24, 1);
    -o-transition: height 0.2s cubic-bezier(0.48, 0.16, 0.24, 1);
    transition: height 0.2s cubic-bezier(0.48, 0.16, 0.24, 1);
  }
  header nav {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 128px 4% 8% 4%;
    pointer-events: none;
    opacity: 0;
    overflow-y: scroll;
  }
  header ul {
    display: block;
    width: 100%;
  }
  header li {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    border-bottom: 1px solid var(--accent-color);
    opacity: 0;
  }
  header li:not(:first-child) {
    margin-top: 8px;
  }
  header li:not(:last-child) {
    margin-right: 0;
  }
  header li:nth-child(1) {
    -webkit-transition: padding 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -o-transition: padding 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    transition: padding 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
  }
  header li:nth-child(1) a {
    -webkit-transition: letter-spacing 0.3s ease 0.1s;
    -o-transition: letter-spacing 0.3s ease 0.1s;
    transition: letter-spacing 0.3s ease 0.1s;
  }
  header li:nth-child(2) {
    -webkit-transition: padding 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -o-transition: padding 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    transition: padding 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
  }
  header li:nth-child(2) a {
    -webkit-transition: letter-spacing 0.3s ease 0.2s;
    -o-transition: letter-spacing 0.3s ease 0.2s;
    transition: letter-spacing 0.3s ease 0.2s;
  }
  header li:nth-child(3) {
    -webkit-transition: padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -o-transition: padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    transition: padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
  }
  header li:nth-child(3) a {
    -webkit-transition: letter-spacing 0.3s ease 0.3s;
    -o-transition: letter-spacing 0.3s ease 0.3s;
    transition: letter-spacing 0.3s ease 0.3s;
  }
  header li:nth-child(3) .icon-tab {
    fill: var(--accent-color);
    width: 12px;
    height: 12px;
    margin-top: 8px;
    -webkit-animation: none;
    animation: none;
  }
  header li:nth-child(4) {
    -webkit-transition: padding 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -o-transition: padding 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    transition: padding 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
  }
  header li:nth-child(4) a {
    -webkit-transition: letter-spacing 0.3s ease 0.4s;
    -o-transition: letter-spacing 0.3s ease 0.4s;
    transition: letter-spacing 0.3s ease 0.4s;
  }
  header li:nth-child(5) {
    -webkit-transition: padding 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -o-transition: padding 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    transition: padding 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
  }
  header li:nth-child(5) a {
    -webkit-transition: letter-spacing 0.3s ease 0.5s;
    -o-transition: letter-spacing 0.3s ease 0.5s;
    transition: letter-spacing 0.3s ease 0.5s;
  }
  header li a {
    color: var(--accent-color);
    font-size: 60px;
    letter-spacing: -1px;
    -webkit-animation: none;
    animation: none;
  }
  header .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 64px;
    height: 80px;
    cursor: pointer;
    z-index: 999;
  }
  header .menu-wrap p {
    color: var(--accent-color);
    font-family: all-round-gothic, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
  }
  header .menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 999;
  }
  header .menu .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
  header .menu .bar span {
    display: block;
    position: absolute;
    background: var(--accent-color);
    width: 24px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header .menu .bar:nth-child(1) span {
    top: 39px;
    right: calc((80px - 24px) / 2);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  header .menu .bar:nth-child(2) span {
    bottom: 39px;
    right: calc((80px - 24px) / 2);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  header .share {
    display: block;
    width: 100%;
  }
  header .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px 0 24px -2px;
  }
  header .link-wrap svg {
    fill: var(--accent-color);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    -o-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  header .link-wrap .link {
    width: 64px;
    height: 64px;
    overflow: hidden;
  }
  header .link-wrap .link:not(:last-child) {
    margin-right: 6px;
  }
  header .link-wrap .link:first-child {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  header .copyright {
    width: 100%;
    padding-left: 8px;
    -webkit-transition: opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    -o-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
    transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
    transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    opacity: 0;
  }
  header .copyright p {
    color: var(--accent-color);
    font-family: all-round-gothic, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
  }
  header .copyright span {
    margin-right: 1px;
  }
  header.open {
    height: 100dvh;
  }
  header.open nav {
    pointer-events: auto;
    opacity: 1;
  }
  header.open li {
    padding-left: 8px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  header.open li a {
    letter-spacing: 1px;
  }
  header.open .icon-close .bar:nth-child(1) span {
    -webkit-transform: translateY(0) rotate(135deg);
    -ms-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
  }
  header.open .icon-close .bar:nth-child(2) span {
    -webkit-transform: translateY(0) rotate(-135deg);
    -ms-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg);
  }
  header.open .link-wrap {
    margin: 36px 0 18px -2px;
  }
  header.open .link-wrap svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  header.open .copyright {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  #wrap:not(.sp) header li:hover a {
    color: var(--accent-color);
    -webkit-animation: none;
    animation: none;
  }
  #wrap:not(.sp) header li:hover:nth-child(3) .icon-tab {
    -webkit-animation: none;
    animation: none;
  }
}
@media screen and (max-width: 590px) {
  .loading .liquid {
    bottom: -600%;
    width: 600dvw;
    height: 600dvh;
  }
  .loading .logo {
    width: 100%;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  header li a {
    font-size: 40px;
  }
  header li:nth-child(3) .icon-tab {
    width: 10px;
    height: 10px;
    margin-top: 6px;
  }
  header .link-wrap svg {
    width: 48px;
    height: 48px;
  }
  header .link-wrap .link {
    width: 48px;
    height: 48px;
  }
  header .link-wrap .link:not(:last-child) {
    margin-right: 4px;
  }
  header .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 590px) {
  header {
    height: 64px;
  }
  header nav {
    padding-top: 120px;
  }

  /* 手機版 Header Logo：不改原圖，直接裁掉上下多餘區域，保留羽毛主體。
     放寬到 590px，避免部分 Android 瀏覽器落在 481~590px 時仍使用平板 Header。 */
  header .logo {
    width: 72px;
    height: 104px;
    overflow: hidden;
  }
  header .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  header .menu-wrap {
    right: 54px;
    height: 64px;
  }
  header .menu-wrap p {
    font-size: 14px;
  }
  header .menu {
    width: 64px;
    height: 64px;
  }
  header .menu .bar {
    width: 64px;
    height: 64px;
  }
  header .menu .bar:nth-child(1) span {
    top: 31px;
    right: calc((64px - 24px) / 2);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  header .menu .bar:nth-child(2) span {
    bottom: 31px;
    right: calc((64px - 24px) / 2);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}
#sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100dvh;
  padding: 0 1% 0 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translateX(50.5px);
  -ms-transform: translateX(50.5px);
  transform: translateX(50.5px);
  opacity: 0;
  z-index: 99;
}
#sidebar .sidebar-wrap {
  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;
  background: var(--accent-color);
  width: 52px;
  height: 396px;
  border-radius: 28px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#sidebar.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.link-wrap svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-wrap .link {
  padding: 4px 0;
  cursor: pointer;
}
.link-wrap .link:not(:first-child) {
  border-top: 1px dotted rgba(255,255,255,0.2);
}
.link-wrap .icon-pagetop {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#wrap:not(.sp) #sidebar a:hover svg {
  opacity: 0.5;
}
#wrap:not(.sp) #sidebar .icon-pagetop:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (max-width: 960px) {
  #sidebar {
    display: none;
  }
}
footer {
  width: 100%;
  padding: 0 2% 2.5% 2%;
  margin-top: 96px;
}
footer p {
  color: var(--accent-color);
  font-family: all-round-gothic, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
footer span {
  margin-right: 2px;
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
}
footer .pagetop {
  display: none;
}
footer .icon-pagetop {
  fill: var(--accent-color);
  width: 120px;
  height: 120px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
#wrap:not(.sp) footer .icon-pagetop:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (max-width: 1280px) {
  footer p {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding: 0 3% 4% 3%;
    margin-top: 8%;
  }
  footer p {
    font-size: 18px;
  }
  footer .pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
section {
  position: relative;
  padding-top: 80px;
}
section .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 1220px;
  height: 98px;
  margin: 0 auto 48px auto;
  border-bottom: 1px solid var(--accent-color);
  overflow: hidden;
}
section .section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--accent-color);
  width: 12px;
  height: 3px;
}
section .section-title h2 {
  color: transparent;
  font-family: all-round-gothic, sans-serif;
  font-weight: 700;
  font-size: 120px;
  font-style: italic;
  line-height: 1;
  -webkit-text-stroke: 1px var(--accent-color);
  padding-left: 10px;
}
section .section-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--accent-color);
  font-family: all-round-gothic, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.5px;
  white-space: nowrap;
  padding: 10px 12px 0 0;
}
section .section-contents {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  z-index: 9;
}
.inner {
  padding-top: 0;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 0 auto;
}
.button a {
  position: relative;
  color: var(--accent-color);
  font-family: senobi-gothic, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  padding: 10px 27px 12px 28px;
  -webkit-transition: color 0.2s 0.3s ease;
  -o-transition: color 0.2s 0.3s ease;
  transition: color 0.2s 0.3s ease;
  border-radius: 40px;
  border: 1px solid var(--accent-color);
  overflow: hidden;
}
.button a:before {
  content: "";
  position: absolute;
  bottom: -800%;
  left: -50%;
  background: var(--accent-color);
  width: 200%;
  height: 800%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  border-radius: 50% 75%;
  z-index: -1;
}
#wrap:not(.sp) .button a:hover {
  color: #fff;
}
#wrap:not(.sp) .button a:hover:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  section {
    width: 100%;
    padding: 40px 2% 0 2%;
  }
  section .section-title {
    width: 100%;
    height: 92px;
    margin-bottom: 40px;
  }
  section .section-title h2 {
    font-size: 112px;
  }
  section .section-title h3 {
    font-size: 37.3334px;
    padding-top: 12px;
  }
  section .section-contents {
    width: 100%;
    padding: 0 2%;
  }
  .button a {
    font-size: 21px;
    padding: 8px 24px 10px 28px;
  }
}
@media screen and (max-width: 960px) {
  section .section-title {
    margin-bottom: 30px;
  }
  section .section-title h2 {
    padding-left: 1px;
  }
}
@media screen and (max-width: 768px) {
  section .section-title {
    height: 90px;
  }
  section .section-title h3 {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  section .section-title {
    height: 76px;
    margin-bottom: 30px;
  }
  section .section-title h2 {
    font-size: 92px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 480px) {
  section .section-title {
    height: 59px;
  }
  section .section-title h2 {
    font-size: 72px;
  }
}
#breadcrumb {
  width: 1220px;
  padding-top: 168px;
  margin: 0 auto 4px auto;
}
#breadcrumb svg {
  fill: #aaa;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: -4px -3px 0 0;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#breadcrumb .breadcrumb-wrap a,
#breadcrumb .breadcrumb-wrap p {
  color: #aaa;
  font-family: all-round-gothic, "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#wrap:not(.sp) #breadcrumb a:hover {
  color: var(--accent-color);
}
#wrap:not(.sp) #breadcrumb a:hover svg {
  fill: var(--accent-color);
}
@media screen and (max-width: 1280px) {
  #breadcrumb {
    width: 100%;
    padding: 144px 2% 0 2%;
    margin-bottom: 0;
  }
  #breadcrumb svg {
    width: 25px;
    height: 25px;
  }
  #breadcrumb .breadcrumb-wrap a,
  #breadcrumb .breadcrumb-wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #breadcrumb {
    padding-top: 116px;
  }
  #breadcrumb svg {
    width: 21px;
    height: 21px;
  }
  #breadcrumb .breadcrumb-wrap a,
  #breadcrumb .breadcrumb-wrap p {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}
@-moz-keyframes nav-mouseover {
  0% {
    color: #333;
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: #333;
    transform: translateY(4px);
    opacity: 0;
  }
  51% {
    color: var(--accent-color);
    transform: translateY(-4px);
    opacity: 0;
  }
  100% {
    color: var(--accent-color);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes nav-mouseover {
  0% {
    color: #333;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: #333;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0;
  }
  51% {
    color: var(--accent-color);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0;
  }
  100% {
    color: var(--accent-color);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes nav-mouseover {
  0% {
    color: #333;
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: #333;
    transform: translateY(4px);
    opacity: 0;
  }
  51% {
    color: var(--accent-color);
    transform: translateY(-4px);
    opacity: 0;
  }
  100% {
    color: var(--accent-color);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes nav-mouseover {
  0% {
    color: #333;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: #333;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0;
  }
  51% {
    color: var(--accent-color);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0;
  }
  100% {
    color: var(--accent-color);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes nav-mouseout {
  0% {
    color: var(--accent-color);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: var(--accent-color);
    transform: translateY(-4px);
    opacity: 0;
  }
  51% {
    color: #333;
    transform: translateY(4px);
    opacity: 0;
  }
  100% {
    color: #333;
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes nav-mouseout {
  0% {
    color: var(--accent-color);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: var(--accent-color);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0;
  }
  51% {
    color: #333;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0;
  }
  100% {
    color: #333;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes nav-mouseout {
  0% {
    color: var(--accent-color);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: var(--accent-color);
    transform: translateY(-4px);
    opacity: 0;
  }
  51% {
    color: #333;
    transform: translateY(4px);
    opacity: 0;
  }
  100% {
    color: #333;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes nav-mouseout {
  0% {
    color: var(--accent-color);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    color: var(--accent-color);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0;
  }
  51% {
    color: #333;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0;
  }
  100% {
    color: #333;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes icon-mouseover {
  0% {
    fill: #333;
  }
  49% {
    fill: #333;
  }
  51% {
    fill: var(--accent-color);
  }
  100% {
    fill: var(--accent-color);
  }
}
@-webkit-keyframes icon-mouseover {
  0% {
    fill: #333;
  }
  49% {
    fill: #333;
  }
  51% {
    fill: var(--accent-color);
  }
  100% {
    fill: var(--accent-color);
  }
}
@-o-keyframes icon-mouseover {
  0% {
    fill: #333;
  }
  49% {
    fill: #333;
  }
  51% {
    fill: var(--accent-color);
  }
  100% {
    fill: var(--accent-color);
  }
}
@keyframes icon-mouseover {
  0% {
    fill: #333;
  }
  49% {
    fill: #333;
  }
  51% {
    fill: var(--accent-color);
  }
  100% {
    fill: var(--accent-color);
  }
}
@-moz-keyframes icon-mouseout {
  0% {
    fill: var(--accent-color);
  }
  49% {
    fill: var(--accent-color);
  }
  51% {
    fill: #333;
  }
  100% {
    fill: #333;
  }
}
@-webkit-keyframes icon-mouseout {
  0% {
    fill: var(--accent-color);
  }
  49% {
    fill: var(--accent-color);
  }
  51% {
    fill: #333;
  }
  100% {
    fill: #333;
  }
}
@-o-keyframes icon-mouseout {
  0% {
    fill: var(--accent-color);
  }
  49% {
    fill: var(--accent-color);
  }
  51% {
    fill: #333;
  }
  100% {
    fill: #333;
  }
}
@keyframes icon-mouseout {
  0% {
    fill: var(--accent-color);
  }
  49% {
    fill: var(--accent-color);
  }
  51% {
    fill: #333;
  }
  100% {
    fill: #333;
  }
}
#visual {
  padding: 90px 2% 0 2%;
  margin: 0 auto;
}
#topics {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
#topics .topics-wrap {
  border-radius: 6px;
  overflow: hidden;
}
#topics .topics {
  position: relative;
  width: 544px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
#topics .topics img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#wrap:not(.sp) #topics .topics:hover img {
  -webkit-transform: scale(106%) rotate(-1deg);
  -ms-transform: scale(106%) rotate(-1deg);
  transform: scale(106%) rotate(-1deg);
}
.latest-news {
  padding-top: 64px;
}
.latest-news .news-wrap {
  width: 100%;
  overflow: hidden;
}
.latest-news .news-list {
  width: 1280px;
  padding: 0 80px;
  margin: 0 auto;
  overflow: visible;
}
.latest-news .news-list .news {
  position: relative;
  width: 320px;
}
.latest-news .news-list .news:not(:last-child) {
  margin-right: 80px;
}
.latest-news .news-list .news .date-wrap {
  position: absolute;
  top: 8px;
  left: -48px;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 9;
}
.latest-news .news-list .news .date-wrap p {
  color: var(--accent-color);
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
}
.latest-news .news-list .news .date-wrap .day {
  margin-bottom: 12px;
}
.latest-news .news-list .news .date-wrap .day p {
  font-size: 80px;
  line-height: 0.5;
  letter-spacing: -1.5px;
}
.latest-news .news-list .news .date-wrap .month,
.latest-news .news-list .news .date-wrap .year {
  margin-left: 4px;
}
.latest-news .news-list .news .date-wrap .month p,
.latest-news .news-list .news .date-wrap .year p {
  line-height: 1;
}
.latest-news .news-list .news .news-thumb {
  position: relative;
  width: 320px;
  margin: 48px auto 0 auto;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 20px rgba(0,0,0,0.2), 2px 2px 8px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 20px rgba(0,0,0,0.2), 2px 2px 8px rgba(0,0,0,0.1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  overflow: hidden;
}
.latest-news .news-list .news .news-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(242,0,0,0);
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  mix-blend-mode: screen;
  z-index: 9;
}
.latest-news .news-list .news .news-thumb img {
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.latest-news .news-list .news .news-title {
  width: 304px;
  padding-top: 16px;
  margin: 0 auto;
}
.latest-news .news-list .news .news-title p {
  display: -webkit-box;
  font-family: senobi-gothic, ui-sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
}
#wrap:not(.sp) .news a:hover .news-thumb {
  -webkit-filter: saturate(175%);
  filter: saturate(175%);
}
#wrap:not(.sp) .news a:hover .news-thumb img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
#wrap:not(.sp) .news a:hover .news-thumb:before {
  background: rgba(242,0,0,0.75);
}
#wrap:not(.sp) .news a:hover .news-title p {
  color: var(--accent-color);
}
#games-list .games-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto;
}
#games-list .games-wrap .game {
  position: relative;
  width: 544px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
  overflow: hidden;
}
#games-list .games-wrap .game:not(:nth-child(even)) {
  margin-right: 32px;
}
#games-list .games-wrap .game:nth-child(n/**/+3):nth-last-child(n) {
  margin-top: 32px;
}
#games-list .games-wrap .game:before,
#games-list .games-wrap .game:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 8;
}
#games-list .games-wrap .game:before {
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: rgba(0,0,0,0);
}
#games-list .games-wrap .game:after {
  -webkit-box-shadow: inset 16px 16px 48px rgba(0,0,0,0.5), inset -16px -16px 48px rgba(0,0,0,0.5);
  box-shadow: inset 16px 16px 48px rgba(0,0,0,0.5), inset -16px -16px 48px rgba(0,0,0,0.5);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
#games-list .games-wrap .game img {
  width: 100%;
}
#games-list .games-wrap .game-title,
#games-list .games-wrap .game-release {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 32px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
  pointer-events: none;
  opacity: 0;
  z-index: 9;
}
#games-list .games-wrap .game-title p,
#games-list .games-wrap .game-release p {
  color: #fff;
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: justify;
}
#games-list .games-wrap .game-title p {
  font-size: 52px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
#games-list .games-wrap .game-release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 28px 28px 0;
}
#games-list .games-wrap .game-release p {
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 36px;
  letter-spacing: 2px;
}
#wrap:not(.sp) #games-list .game:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), color-stop(50%), to(rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(rgba(0,0,0,0.4), 50%, rgba(0,0,0,0.8));
  background: -o-linear-gradient(rgba(0,0,0,0.4), 50%, rgba(0,0,0,0.8));
  background: linear-gradient(rgba(0,0,0,0.4), 50%, rgba(0,0,0,0.8));
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  backdrop-filter: blur(4px) saturate(120%);
}
#wrap:not(.sp) #games-list .game:hover:after {
  opacity: 1;
}
#wrap:not(.sp) #games-list .game:hover .game-title,
#wrap:not(.sp) #games-list .game:hover .game-release {
  opacity: 1;
}
#wrap:not(.sp) #games-list .game:hover .game-title p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#timeline .timeline-list {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
#timeline .timeline-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 118px;
  background: #d7d7d7;
  width: 2px;
  height: 100%;
}
#timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  z-index: 9;
}
#timeline .timeline-item:last-child .text-wrap {
  margin-bottom: 0;
}
#timeline .view {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#timeline .date {
  width: 120px;
  padding-top: 4px;
  margin-right: 40px;
}
#timeline .date p {
  position: relative;
  color: #aaa;
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
#timeline .date p:before,
#timeline .date p:after {
  content: "";
  position: absolute;
}
#timeline .date p:before {
  top: 8px;
  right: -12px;
  background: #666;
  width: 64px;
  height: 2px;
}
#timeline .date p:after {
  top: 4px;
  right: -4px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #666;
}
#timeline .text-wrap {
  background: #f7f7f7;
  width: calc(100% - 160px);
  padding: 20px 28px 24px 28px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}
#timeline .tag a,
#timeline .tag p {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 6px 7px 8px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 4px;
}
#timeline .tag a:not(:first-child),
#timeline .tag p:not(:first-child) {
  margin-left: 8px;
}
#timeline .title {
  margin: 12px 0 16px 0;
}
#timeline .title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: justify;
}
#timeline .detail p {
  letter-spacing: 1px;
}
#wrap:not(.sp) #timeline .tag a:hover {
  background: var(--accent-color);
}
@media screen and (max-width: 1280px) {
  #visual {
    padding-top: 80px;
  }
  #topics {
    width: 100%;
    padding: 0 4%;
    margin: 4% auto 0 auto;
  }
  #topics .topics {
    width: 49%;
  }
  #topics .topics img {
    width: 100%;
  }
  .latest-news {
    padding: 40px 0 0 0;
  }
  .latest-news .section-title {
    width: 96%;
  }
  .latest-news .news-list {
    width: 320px;
    padding: 0;
  }
  #games-list .games-wrap {
    width: 100%;
    padding: 0 2%;
  }
  #games-list .games-wrap .game {
    width: 49%;
  }
  #games-list .games-wrap .game:not(:nth-child(even)) {
    margin-right: 2%;
  }
  #games-list .games-wrap .game:nth-child(n/**/+3):nth-last-child(n) {
    margin-top: 2%;
  }
  #games-list .games-wrap .game-title,
  #games-list .games-wrap .game-release {
    padding: 28px 24px;
  }
  #games-list .games-wrap .game-title p {
    font-size: 48px;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  #games-list .games-wrap .game-release {
    padding: 0 22px 22px 0;
  }
  #games-list .games-wrap .game-release p {
    font-size: 32px;
  }
  #timeline .timeline-list {
    width: 100%;
    padding: 0 2%;
  }
  #timeline .timeline-list:before {
    left: calc(118px + 2%);
  }
}
@media screen and (max-width: 960px) {
  #topics {
    padding: 0 6%;
    margin-top: 6%;
  }
  #topics .topics {
    width: 100%;
  }
  .latest-news {
    padding-top: 30px;
  }
  #games-list .games-wrap {
    padding: 0 4%;
  }
  #games-list .games-wrap .game-title,
  #games-list .games-wrap .game-release {
    padding: 24px 22px;
  }
  #games-list .games-wrap .game-title p {
    font-size: 36px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  #games-list .games-wrap .game-release {
    padding: 0 20px 20px 0;
  }
  #games-list .games-wrap .game-release p {
    font-size: 28px;
  }
  #timeline .timeline-list:before {
    left: calc(98px + 2%);
  }
  #timeline .date {
    width: 100px;
    margin-right: 28px;
  }
  #timeline .date p:before {
    width: 52px;
  }
  #timeline .text-wrap {
    width: calc(100% - 128px);
    padding: 16px 24px 20px 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #games-list .games-wrap .game {
    width: 100%;
  }
  #games-list .games-wrap .game:not(:nth-child(even)) {
    margin-right: 0;
  }
  #games-list .games-wrap .game:nth-child(n/**/+2):nth-last-child(n) {
    margin-top: 6%;
  }
  #games-list .games-wrap .game-title,
  #games-list .games-wrap .game-release {
    padding: 28px 24px;
  }
  #games-list .games-wrap .game-title p {
    font-size: 48px;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  #games-list .games-wrap .game-release {
    padding: 0 24px 24px 0;
  }
  #games-list .games-wrap .game-release p {
    font-size: 32px;
  }
  #timeline .timeline-list {
    padding: 0 2%;
  }
  #timeline .timeline-list:before {
    left: 11px;
    height: calc(100% + 10px);
  }
  #timeline .timeline-item {
    display: block;
  }
  #timeline .date {
    width: auto;
    margin: 0 0 6px 0;
  }
  #timeline .date p {
    padding-left: 46px;
  }
  #timeline .date p:before {
    left: 0;
    right: auto;
    width: 40px;
  }
  #timeline .date p:after {
    left: 7px;
    right: auto;
  }
  #timeline .date br {
    display: none;
  }
  #timeline .text-wrap {
    width: 100%;
    padding: 12px 20px 16px 20px;
    margin-bottom: 3%;
  }
  #timeline .tag a,
  #timeline .tag p {
    font-size: 11px;
  }
  #timeline .tag a:not(:first-child),
  #timeline .tag p:not(:first-child) {
    margin-left: 6px;
  }
  #timeline .title {
    margin: 8px 0 12px 0;
  }
  #timeline .title p {
    font-size: 16px;
  }
  #timeline .detail p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .latest-news .button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #visual {
    padding-top: 64px;
  }
  .latest-news .section-title {
    margin-bottom: 24px;
  }
  .latest-news .news-list {
    width: 288px;
  }
  .latest-news .news-list .news {
    width: 288px;
  }
  .latest-news .news-list .news:not(:nth-child(3n)) {
    margin-right: 64px;
  }
  .latest-news .news-list .news .date-wrap {
    top: 16px;
    left: -32px;
  }
  .latest-news .news-list .news .date-wrap .day {
    margin-bottom: 10px;
  }
  .latest-news .news-list .news .date-wrap .day p {
    font-size: 64px;
  }
  .latest-news .news-list .news .date-wrap .month,
  .latest-news .news-list .news .date-wrap .year {
    margin-left: 3px;
  }
  .latest-news .news-list .news .date-wrap .month p,
  .latest-news .news-list .news .date-wrap .year p {
    font-size: 15px;
  }
  .latest-news .news-list .news .news-thumb {
    width: 288px;
  }
  .latest-news .news-list .news .news-title {
    width: 276px;
    padding-top: 12px;
  }
  .latest-news .news-list .news .news-title p {
    font-size: 16px;
  }
}
#news .section-contents {
  width: 1280px;
}
#news .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
}
#news .tag {
  position: relative;
  width: 160px;
  margin: 0 10px 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--accent-color);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  z-index: 1;
}
#news .tag:before {
  content: "";
  position: absolute;
  bottom: -800%;
  left: -50%;
  background: var(--accent-color);
  width: 200%;
  height: 800%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  border-radius: 50% 75%;
  z-index: -1;
}
#news .tag a,
#news .tag p {
  display: block;
  position: relative;
  color: var(--accent-color);
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  padding: 8px 0 10px 4px;
  -webkit-transition: color 0.2s 0.3s ease;
  -o-transition: color 0.2s 0.3s ease;
  transition: color 0.2s 0.3s ease;
  z-index: 9;
}
#news .sorted {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
}
#news .sorted:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#news .sorted a,
#news .sorted p {
  color: #fff;
}
#news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1280px;
  padding: 0 80px;
  margin: 0 auto;
}
#news .news-list .news {
  position: relative;
  width: 320px;
  margin: 20px 0;
  opacity: 0;
}
#news .news-list .news:not(:nth-child(3n)) {
  margin-right: 80px;
}
#news .news-list .news .date-wrap {
  position: absolute;
  top: 8px;
  left: -48px;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 9;
}
#news .news-list .news .date-wrap p {
  color: var(--accent-color);
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
}
#news .news-list .news .date-wrap .day {
  margin-bottom: 12px;
}
#news .news-list .news .date-wrap .day p {
  font-size: 80px;
  line-height: 0.5;
  letter-spacing: -1.5px;
}
#news .news-list .news .date-wrap .month,
#news .news-list .news .date-wrap .year {
  margin-left: 4px;
}
#news .news-list .news .date-wrap .month p,
#news .news-list .news .date-wrap .year p {
  line-height: 1;
}
#news .news-list .news .category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
}
#news .news-list .news .category:not(:first-child) {
  margin-left: 10px;
}
#news .news-list .news .category a,
#news .news-list .news .category p {
  display: block;
  position: relative;
  background: #333;
  color: #fff;
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: right;
  padding: 3px 8px 3px 18px;
  border-radius: 2px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#news .news-list .news .category a:before,
#news .news-list .news .category p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .news-list .news .news-thumb {
  position: relative;
  width: 320px;
  margin: 48px auto 0 auto;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 20px rgba(0,0,0,0.2), 2px 2px 8px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 20px rgba(0,0,0,0.2), 2px 2px 8px rgba(0,0,0,0.1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  overflow: hidden;
}
#news .news-list .news .news-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(242,0,0,0);
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  mix-blend-mode: screen;
  z-index: 9;
}
#news .news-list .news .news-thumb img {
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
#news .news-list .news .news-title {
  width: 304px;
  padding-top: 16px;
  margin: 0 auto;
}
#news .news-list .news .news-title p {
  font-family: senobi-gothic, ui-sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
}
#news .news-list .disabled {
  display: none;
}
#news .empty {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
}
#news .pagination {
  margin-top: 40px;
}
#news .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#news .page-numbers li {
  margin: 0 2px;
}
#news .page-numbers a,
#news .page-numbers span {
  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;
  width: 40px;
  height: 40px;
  color: var(--accent-color);
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 0 2px 2px;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
#news .page-numbers .prev,
#news .page-numbers .next {
  color: var(--accent-color);
  width: 84px;
  padding-left: 3px;
  margin: 0 2px;
  border: none;
  border: 1px solid transparent;
}
#news .page-numbers .current {
  background: var(--accent-color);
  color: #fff;
  border: 1px solid var(--accent-color);
}
#wrap:not(.sp) #news .tag:hover:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#wrap:not(.sp) #news .tag:hover a,
#wrap:not(.sp) #news .tag:hover p {
  color: #fff;
}
#wrap:not(.sp) #news .news-list .news .category a:hover {
  background: var(--accent-color);
}
#wrap:not(.sp) #news li a:not(.prev):not(.next):hover {
  border: 1px solid var(--accent-color);
}
#wrap:not(.sp) #news li .prev:hover,
#wrap:not(.sp) #news li .next:hover {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
#wrap:not(.sp) #news .news a:hover .news-thumb {
  -webkit-filter: saturate(175%);
  filter: saturate(175%);
}
#wrap:not(.sp) #news .news a:hover .news-thumb img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
#wrap:not(.sp) #news .news a:hover .news-thumb:before {
  background: rgba(242,0,0,0.75);
}
#wrap:not(.sp) #news .news a:hover .news-title p {
  color: var(--accent-color);
}
@media screen and (max-width: 1280px) {
  #news .section-contents {
    width: 100%;
    padding: 0;
  }
  #news .tag-wrap {
    margin-bottom: 2%;
  }
  #news .tag {
    width: 140px;
    margin: 0 8px 16px 8px;
  }
  #news .tag a,
  #news .tag p {
    font-size: 22px;
    padding: 10px 0 10px 4px;
  }
  #news .news-list {
    width: 100%;
    padding: 0 4%;
  }
  #news .news-list .news {
    width: 29%;
    margin: 2% 0;
  }
  #news .news-list .news:not(:nth-child(3n)) {
    margin-right: 6.5%;
  }
  #news .news-list .news .date-wrap {
    top: 2%;
    left: -14%;
  }
  #news .news-list .news .category-wrap {
    top: 3%;
    right: 0;
  }
  #news .news-list .news .category:not(:first-child) {
    margin-left: 8px;
  }
  #news .news-list .news .news-thumb {
    width: 100%;
  }
  #news .news-list .news .news-title {
    width: 96%;
  }
}
@media screen and (max-width: 1120px) {
  #news .news-list {
    padding: 0 6%;
  }
  #news .news-list .news {
    width: 46%;
  }
  #news .news-list .news:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #news .news-list .news:not(:nth-child(2n)) {
    margin-right: 8%;
  }
  #news .news-list .news .date-wrap {
    top: 2%;
    left: -12%;
  }
}
@media screen and (max-width: 960px) {
  #news .tag-wrap {
    margin: 4% 0 2% 0;
  }
  #news .news-list {
    padding: 0 6%;
  }
}
@media screen and (max-width: 768px) {
  #news .tag-wrap {
    margin-bottom: 2%;
  }
  #news .tag {
    width: 128px;
    margin: 0 6px 12px 6px;
  }
  #news .tag a,
  #news .tag p {
    font-size: 20px;
  }
  #news .news-list {
    padding: 0 5%;
  }
  #news .news-list .news {
    width: 46%;
    margin: 1.5% 0;
  }
  #news .news-list .news .date-wrap {
    top: 16px;
  }
  #news .news-list .news .date-wrap .day {
    margin-bottom: 10px;
  }
  #news .news-list .news .date-wrap .day p {
    font-size: 64px;
  }
  #news .news-list .news .date-wrap .month,
  #news .news-list .news .date-wrap .year {
    margin-left: 3px;
  }
  #news .news-list .news .date-wrap .month p,
  #news .news-list .news .date-wrap .year p {
    font-size: 15px;
  }
  #news .news-list .news .category-wrap {
    top: 14px;
  }
  #news .news-list .news .category-wrap a,
  #news .news-list .news .category-wrap p {
    font-size: 15px;
  }
  #news .news-list .news .news-title {
    padding-top: 12px;
  }
  #news .news-list .news .news-title p {
    font-size: 16px;
  }
  #news .pagination {
    margin-top: 8%;
  }
  #news .page-numbers a,
  #news .page-numbers span {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  #news .page-numbers .prev,
  #news .page-numbers .next {
    width: 76px;
  }
}
@media screen and (max-width: 640px) {
  #news .tag-wrap {
    margin-bottom: 0;
  }
  #news .news-list {
    padding: 0 9%;
  }
  #news .news-list .news {
    width: 100%;
    margin: 3% 0;
  }
  #news .news-list .news:not(:nth-child(2n)) {
    margin-right: 0;
  }
  #news .news-list .news .date-wrap {
    left: -40px;
  }
}
@media screen and (max-width: 480px) {
  #news .tag {
    width: 108px;
    margin: 0 4px 8px 4px;
  }
  #news .tag a,
  #news .tag p {
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 7px 0 9px 4px;
  }
  #news .news-list .news .date-wrap {
    left: -32px;
  }
  #news .page-numbers li {
    margin: 0 1px;
  }
  #news .page-numbers a,
  #news .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding-bottom: 1px;
  }
  #news .page-numbers .prev,
  #news .page-numbers .next {
    width: 64px;
    margin: 0 1px;
  }
}
#article .article-thumb {
  width: 960px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
  overflow: hidden;
}
#article .article-thumb img {
  width: 100%;
}
#article .article-headline {
  padding-bottom: 16px;
  margin-top: 48px;
  border-bottom: 1px solid #aaa;
}
#article .article-headline .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 960px;
  margin: 0 auto;
}
#article .article-headline p {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 4px;
  text-align: justify;
  padding-left: 4px;
}
/* News 詳細頁：黑底文字亮度調整 */
#article .article-headline p {
  color: #d6d6d6;
}

#article .date p {
  color: #a8a8a8;
}

#article .article-contents,
#article .article-contents p,
#article .article-contents h1,
#article .article-contents h4,
#article .article-contents h6 {
  color: #c8c8c8;
}

#article .date {
  margin-top: 12px;
}
#article .date p {
  font-family: all-round-gothic, ui-sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  padding-left: 3px;
}
#article .category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#article .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}
#article .category:not(:first-child) {
  margin-left: 8px;
}
#article .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: all-round-gothic, ui-sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#article .category svg {
  fill: #333;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#article .article-contents {
  width: 960px;
  padding-bottom: 64px;
  margin: 32px auto 0 auto;
}
#article .article-contents h1,
#article .article-contents h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: justify;
}
#article .article-contents h4 {
  margin-bottom: 6px;
}
#article .article-contents h4:not(:first-child) {
  margin-top: 20px;
}
#article .article-contents h6 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: justify;
}
#article .article-contents a,
#article .article-contents p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: justify;
}
#article .article-contents p {
  margin: 0;
}

#article .article-contents p + p {
  margin-top: 1em;
}

#article .article-contents a {
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#article .article-contents img {
  margin-top: 18px;
}
#wrap:not(.sp) #article .article-contents a:hover {
  color: #aaa;
}
#wrap:not(.sp) #article .category a:hover {
  color: var(--accent-color);
}
#wrap:not(.sp) #article .category a:hover svg {
  fill: var(--accent-color);
}
@media screen and (max-width: 1280px) {
  #article .article-thumb {
    width: 92%;
    max-width: 960px;
  }
  #article .article-headline .headline {
    width: 100%;
    max-width: 960px;
    padding: 0 4%;
  }
  #article .article-contents {
    width: 100%;
    max-width: 960px;
    padding: 0 4% 64px 4%;
  }
}
@media screen and (max-width: 960px) {
  #article .article-thumb {
    width: 96%;
  }
  #article .article-headline {
    padding-bottom: 14px;
    margin-top: 40px;
  }
  #article .article-headline .headline {
    padding: 0 2%;
  }
  #article .article-headline p {
    font-size: 27px;
    letter-spacing: 3px;
    padding-left: 3px;
  }
  #article .date p {
    font-size: 16px;
  }
  #article .category a {
    font-size: 13px;
  }
  #article .category svg {
    width: 13px;
    height: 13px;
    margin-right: 3px;
  }
  #article .article-contents {
    padding: 0 2% 4% 2%;
    margin-top: 27px;
  }
  #article .article-contents h1,
  #article .article-contents h4 {
    font-size: 21px;
    letter-spacing: 2px;
  }
  #article .article-contents h4 {
    margin-bottom: 6px;
  }
  #article .article-contents h4:not(:first-child) {
    margin-top: 20px;
  }
  #article .article-contents h6 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  #article .article-contents a,
  #article .article-contents p {
    font-size: 17px;
    letter-spacing: 2px;
  }
  #article .article-contents img {
    margin-top: 17px;
  }
}
@media screen and (max-width: 480px) {
  #article .article-headline {
    padding-bottom: 12px;
    margin-top: 28px;
  }
  #article .article-headline .headline,
  #article .article-headline p {
    font-size: 24px;
  }
}
#games .games-wrap {
  padding: 20px 0 60px 0;
}
#games .games-wrap p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
#games .game {
  position: relative;
  padding-left: 20px;
}
#games .game:not(:first-child) {
  margin-top: 80px;
}
#games .game:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bdbdbd;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(-10%, -35%);
  -ms-transform: translate(-10%, -35%);
  transform: translate(-10%, -35%);
}
#games .game-copy {
  position: relative;
  padding: 6px 0 0 20px;
  margin-bottom: 12px;
}
#games .game-copy p {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 4px;
}
#games .game-copy span {
  letter-spacing: 0;
  margin-right: 4px;
}
#games .game-title {
  padding-left: 20px;
  margin-bottom: 24px;
}
#games .game-title p {
  font-family: vdl-logojrblack, ui-sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 54px;
  letter-spacing: 4px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
#games .game-title a {
  color: #7A00FF;
}


#games .game-title rt {
  font-size: 16px;
  letter-spacing: 10px;
  text-align: center;
  margin-top: -16px;
}
#games .package-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#games .package {
  position: relative;
  background: #333;
  width: 560px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
  border: 1px solid #333;
  overflow: hidden;
  z-index: 9;
}
#games .package img {
  width: 100%;
}
#games .game-detail {
  position: relative;
  background: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #ddf7ff calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #ddf7ff calc(100% - 1px)) top center repeat;
  background: -o-linear-gradient(bottom, transparent calc(100% - 1px), #ddf7ff calc(100% - 1px)), -o-linear-gradient(left, transparent calc(100% - 1px), #ddf7ff calc(100% - 1px)) top center repeat;
  background: linear-gradient(0deg, transparent calc(100% - 1px), #ddf7ff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ddf7ff calc(100% - 1px)) top center repeat;
  background-size: 16px 16px;
  width: 960px;
  padding: 48px 48px 108px 48px;
  margin-top: -320px;
  border-radius: 8px;
  border: 1px solid #333;
  overflow: hidden;
}
#games .game-detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#games .game-data {
  width: 460px;
}
#games .game-genre {
  margin-bottom: 18px;
}
#games .game-genre p {
  font-size: 18px;
}
#games .game-genre p:first-child {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
}
#games .game-theme-song {
  position: relative;
  margin: 0 0 20px -12px;
}
#games .game-theme-song p {
  font-weight: 900;
  font-size: 20px;
}
#games .game-theme-song p:first-child {
  font-weight: 500;
  font-size: 12px;
  margin-left: 12px;
  letter-spacing: 2px;
}
#games .game-theme-song .credit {
  font-weight: 500;
  font-size: 13px;
  margin: 2px 0 0 12px;
}
#games .game-link {
  position: relative;
}
#games .game-link p {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 3px 7px 6px 11px;
  margin: 0 0 4px -2px;
  border-radius: 16px;
}
#games .game-link a {
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  line-height: 1;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#games .game-release {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-1px, 20%);
  -ms-transform: translate(-1px, 20%);
  transform: translate(-1px, 20%);
}
#games .game-release p {
  color: transparent;
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 108px;
  line-height: 1;
  letter-spacing: 4px;
  -webkit-text-stroke: 1px #333;
}
#wrap:not(.sp) #games .game-link a:hover {
  color: var(--accent-color);
}
@media screen and (max-width: 1280px) {
  #games .package {
    width: 43.75vw;
  }
  #games .game-detail {
    width: calc(100% - 43.75vw / 2);
    margin-top: calc(-43.75vw / 2);
  }
  #games .game-data {
    width: calc(100% - 43.75vw / 2);
  }
}
@media screen and (max-width: 960px) {
  #games .games-wrap {
    padding-bottom: 0;
  }
  #games .game {
    padding: 0;
  }
  #games .game:not(:first-child) {
    margin-top: 80px;
  }
  #games .game:before {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-40%, -25%);
    -ms-transform: translate(-40%, -25%);
    transform: translate(-40%, -25%);
  }
  #games .game-copy {
    padding: 6px 2% 0 2%;
  }
  #games .game-copy p {
    font-size: 16px;
    text-align: justify;
  }
  #games .game-title {
    padding: 0 4% 0 2%;
  }
  #games .game-title p {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: justify;
  }
  #games .game-title rt {
    font-size: 0.33em;
  }
  #games .game-title br {
    display: none;
  }
  #games .package-wrap {
    display: block;
    padding: 0 6%;
  }
  #games .package {
    width: 100%;
  }
  #games .game-detail {
    width: 100%;
    padding-top: 21%;
    margin-top: -16%;
  }
  #games .game-data {
    width: 100%;
  }
  #games .game-release {
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
  }
  #games .game-release p {
    font-size: 120px;
  }
}
@media screen and (max-width: 590px) {
  #games .game:before {
    -webkit-transform: translate(-30%, -25%);
    -ms-transform: translate(-30%, -25%);
    transform: translate(-30%, -25%);
  }
  #games .game-copy {
    margin-bottom: 10px;
  }
  #games .game-copy p {
    font-size: 15px;
  }
  #games .game-title {
    margin-bottom: 28px;
  }
  #games .game-title p {
    font-size: 42px;
    letter-spacing: 2px;
  }
  #games .game-detail {
    padding-bottom: 96px;
  }
  #games .game-theme-song {
    margin-left: 0;
  }
  #games .game-theme-song p:first-child {
    margin-left: 0;
  }
  #games .game-theme-song .credit {
    margin-left: 0;
  }
  #games .game-release p {
    font-size: 96px;
  }
}
@media screen and (max-width: 480px) {
  #games .games-wrap {
    padding: 0;
  }
  #games .game:not(:first-child) {
    margin-top: 48px;
  }
  #games .game:before {
    width: 80px;
    height: 80px;
  }
  #games .game-copy p {
    font-size: 13px;
    letter-spacing: 2px;
  }
  #games .game-title {
    margin-bottom: 20px;
  }
  #games .game-title p {
    font-size: 30px;
  }
  #games .game-detail {
    padding: 24% 8% 72px 8%;
  }
  #games .game-release p {
    font-size: 72px;
  }
}
#support .section-contents h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
#support .section-contents p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: justify;
}
#support .paragraph:not(:first-child) {
  margin-top: 48px;
}
#support .paragraph:not(:nth-child(2)) h4 {
  letter-spacing: 2px;
}
#support .text:not(:first-child) {
  margin-top: 18px;
}
#support .text a {
  color: var(--accent-color);
  padding-left: 2px;
  margin-right: 4px;
  border-bottom: 1px solid var(--accent-color);
  transition: opacity 0.3s ease;
}
#support .del {
  -webkit-text-decoration: line-through var(--accent-color);
  text-decoration: line-through var(--accent-color);
}
#support .notice p {
  color: var(--accent-color);
  font-size: 14px;
}
#support .divide {
  width: 645px;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.1), -2px -2px 8px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1), -2px -2px 8px rgba(0,0,0,0.1);
  margin-top: 18px;
  border-radius: 4px;
  overflow: hidden;
}
#support .divide img {
  width: 100%;
}
#support .button {
  margin-top: 54px;
}
#support .button a {
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 14px;
}
#support .readme {
  margin-top: 18px;
}

#wrap:not(.sp) #support .text a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1280px) {
  #support h4 {
    text-align: justify;
  }
  #support .notice br {
    display: none;
  }
  #support .divide {
    max-width: 100%;
  }
  #support .button a {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 590px) {
  #support h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #support p {
    font-size: 16px;
  }
  #support .paragraph:not(:first-child) {
    margin-top: 36px;
  }
  #support .text:not(:first-child) {
    margin-top: 16px;
  }
  #support .notice p {
    font-size: 12px;
  }
  #support .divide {
    margin-top: 16px;
  }
  #support .button {
    margin-top: 42px;
  }
  #support .readme {
    margin-top: 16px;
  }
}
#contact p {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: justify;
}
#contact .attention {
  margin: 0 15px 30px 15px;
}
#contact .attention p {
  font-size: 18px;
}
#contact .attention a {
  color: var(--accent-color);
  padding-left: 2px;
  margin-right: 4px;
  border-bottom: 1px solid var(--accent-color);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#contact .item {
  background: #f8f8f8;
  padding: 20px 30px 30px 30px;
  margin-top: 30px;
}
#contact .item input {
  background: #fff;
  width: 50%;
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px 20px 14px 20px;
  border: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .item select {
  background: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 32px 14px 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#contact .item textarea {
  display: block;
  background: #fff;
  width: 100%;
  height: 280px;
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: justify;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

#contact .input-label {
  padding-left: 3px;
  margin-bottom: 10px;
}
#contact .input-label p {
  display: inline;
}
#contact .required {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 7px 1px 9px;
  margin-left: 8px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 20px;
}
#contact .form-control-wrap {
  margin-bottom: 8px;
}

#submit-wrap {
  margin-top: 54px;
}
#submit-wrap input {
  background: none;
  color: var(--accent-color);
  font-family: "Zen Maru Gothic", ui-sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 5px;
  padding: 10px 40px 14px 48px;
  -webkit-transition: color 0.2s 0.3s ease;
  -o-transition: color 0.2s 0.3s ease;
  transition: color 0.2s 0.3s ease;
  border: none;
  cursor: pointer;
}
#submit-wrap p {
  position: relative;
  border-radius: 40px;
  border: 1px solid var(--accent-color);
  overflow: hidden;
}
#submit-wrap p:before {
  content: "";
  position: absolute;
  bottom: -800%;
  left: -50%;
  background: var(--accent-color);
  width: 200%;
  height: 800%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  border-radius: 50% 75%;
  z-index: -1;
}

#wrap:not(.sp) #contact .attention a:hover {
  opacity: 0.5;
}
#wrap:not(.sp) .button p:hover input {
  color: #fff;
}
#wrap:not(.sp) .button p:hover:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}



@media screen and (max-width: 1280px) {
  #contact .attention {
    margin: 0 2% 20px 2%;
  }
  #contact .item {
    padding: 3% 4% 3.2% 4%;
  }
  #contact .button a {
    padding-bottom: 12px;
  }
  
}
@media screen and (max-width: 960px) {
  #contact .section-contents {
    padding: 0;
  }
  #contact .attention {
    margin-bottom: 24px;
  }
  #contact .item {
    margin-top: 24px;
  }
  #contact .item input {
    width: 100%;
  }
  #contact .item select {
    width: 100%;
  }
  
}
@media screen and (max-width: 590px) {
  #contact p {
    font-size: 18px;
  }
  #contact .attention {
    margin-bottom: 20px;
  }
  #contact .attention p {
    font-size: 15px;
  }
  #contact .item {
    margin-top: 20px;
  }
  #contact .item input {
    font-size: 16px;
    padding: 6px 16px 10px 16px;
  }
  #contact .item select {
    font-size: 16px;
    padding: 6px 28px 10px 16px;
  }
  #contact .item textarea {
    height: 50vw;
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 10px;
  }
  #contact .input-label p {
    margin-right: 6px;
  }
  #contact .required {
    font-size: 12px;
    padding: 0 6px 2px 8px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #contact .button {
    margin-top: 42px;
  }
}
#timeline .timeline-list {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
#timeline .timeline-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 118px;
  background: #d7d7d7;
  width: 2px;
  height: 100%;
}
#timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
}
#timeline .timeline-item:last-child .text-wrap {
  margin-bottom: 0;
}
#timeline .date {
  width: 120px;
  padding-top: 4px;
  margin-right: 40px;
}
#timeline .date p {
  position: relative;
  color: #aaa;
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
#timeline .date p:before,
#timeline .date p:after {
  content: "";
  position: absolute;
}
#timeline .date p:before {
  top: 8px;
  right: -12px;
  background: #666;
  width: 64px;
  height: 2px;
}
#timeline .date p:after {
  top: 4px;
  right: -4px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #666;
}
#timeline .text-wrap {
  background: #f7f7f7;
  width: calc(100% - 160px);
  padding: 20px 28px 24px 28px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}
#timeline .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#timeline .tag:not(:first-child) {
  margin-left: 8px;
}
#timeline .tag a,
#timeline .tag p {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 6px 7px 8px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 4px;
}
#timeline .title {
  margin: 12px 0 16px 0;
}
/* Timeline Tag 已移除；Title 成為第一個內容時不保留原 Tag 的上方間距。 */
#timeline .text-wrap > .title:first-child {
  margin-top: 0;
}
#timeline .title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: justify;
}
#timeline .detail a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#timeline .detail p {
  letter-spacing: 1px;
}
#timeline .detail img {
  margin: 18px 0 4px 0;
  border-radius: 6px;
}
#timeline .pagination {
  margin-top: 40px;
}
#timeline .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#timeline .page-numbers li {
  margin: 0 2px;
}
#timeline .page-numbers a,
#timeline .page-numbers span {
  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;
  width: 40px;
  height: 40px;
  color: var(--accent-color);
  font-family: all-round-gothic, ui-sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 0 2px 2px;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
#timeline .page-numbers .prev,
#timeline .page-numbers .next {
  color: var(--accent-color);
  width: 84px;
  padding-left: 3px;
  margin: 0 2px;
  border: none;
  border: 1px solid transparent;
}
#timeline .page-numbers .current {
  background: var(--accent-color);
  color: #fff;
  border: 1px solid var(--accent-color);
}
#wrap:not(.sp) #timeline .tag a:hover {
  background: var(--accent-color);
}
#wrap:not(.sp) #timeline .detail a:hover {
  color: var(--accent-color);
}
@media screen and (max-width: 1280px) {
  #timeline .timeline-list {
    width: 100%;
    padding: 0 2%;
  }
  #timeline .timeline-list:before {
    left: calc(118px + 2%);
  }
}
@media screen and (max-width: 960px) {
  #timeline .timeline-list:before {
    left: calc(98px + 2%);
  }
  #timeline .date {
    width: 100px;
    margin-right: 28px;
  }
  #timeline .date p:before {
    width: 52px;
  }
  #timeline .text-wrap {
    width: calc(100% - 128px);
    padding: 16px 24px 20px 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list {
    padding: 0;
  }
  #timeline .timeline-list:before {
    left: 11px;
    height: calc(100% + 10px);
  }
  #timeline .timeline-item {
    display: block;
  }
  #timeline .date {
    width: auto;
    margin: 0 0 6px 0;
  }
  #timeline .date p {
    padding-left: 46px;
  }
  #timeline .date p:before {
    left: 0;
    right: auto;
    width: 40px;
  }
  #timeline .date p:after {
    left: 7px;
    right: auto;
  }
  #timeline .date br {
    display: none;
  }
  #timeline .text-wrap {
    width: 100%;
    padding: 12px 20px 16px 20px;
    margin-bottom: 3%;
  }
  #timeline .tag a,
  #timeline .tag p {
    font-size: 11px;
  }
  #timeline .title {
    margin: 8px 0 12px 0;
  }
  #timeline .title p {
    font-size: 16px;
  }
  #timeline .detail p {
    font-size: 14px;
  }
  #timeline .detail img {
    margin-top: 14px;
  }
  #timeline .pagination {
    margin-top: 8%;
  }
  #timeline .page-numbers a,
  #timeline .page-numbers span {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  #timeline .page-numbers .prev,
  #timeline .page-numbers .next {
    width: 76px;
  }
}
@media screen and (max-width: 480px) {
  #timeline .page-numbers li {
    margin: 0 1px;
  }
  #timeline .page-numbers a,
  #timeline .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding-bottom: 1px;
  }
  #timeline .page-numbers .prev,
  #timeline .page-numbers .next {
    width: 64px;
    margin: 0 1px;
  }
}

/* Fukinshin Brothers SNS visual balance
   Instagram / Steam / Facebook glyphs fill their SVG viewBox more than Threads / X.
   Keep the original clickable slot size, but reduce only the visible glyph size. */
#sidebar .link-wrap .icon-instagram,
#sidebar .link-wrap .icon-steam,
#sidebar .link-wrap .icon-facebook {
  width: 28px;
  height: 28px;
  margin: 6px;
}

@media screen and (max-width: 960px) {
  header .share .icon-instagram,
  header .share .icon-steam,
  header .share .icon-facebook {
    width: 44px;
    height: 44px;
    margin: 10px;
  }
}

@media screen and (max-width: 590px) {
  header .share .icon-instagram,
  header .share .icon-steam,
  header .share .icon-facebook {
    width: 34px;
    height: 34px;
    margin: 7px;
  }
}


/* Shared language selector */
.language-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 3000;
}
.language-modal.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.language-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}
.language-modal__panel {
  position: relative;
  width: min(420px, calc(100vw - 32px));
  padding: 34px 32px 30px;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
  color: #222;
}
.language-modal__panel h2 {
  margin: 2px 0 24px;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.language-modal__eyebrow {
  margin: 0;
  color: var(--accent-color);
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.language-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #333;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
}
.language-modal__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.language-modal__choices button {
  min-height: 54px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  color: #333;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.language-modal__choices button:hover,
.language-modal__choices button:focus-visible,
.language-modal__choices button.active {
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--accent-color);
  color: var(--accent-color);
  outline: none;
}
.language-modal__choices button:active {
  transform: scale(0.98);
}
@media screen and (max-width: 480px) {
  .language-modal {
    padding: 16px;
  }
  .language-modal__panel {
    width: calc(100vw - 32px);
    padding: 30px 20px 22px;
    border-radius: 20px;
  }
  .language-modal__choices {
    grid-template-columns: 1fr;
  }
  .language-modal__panel h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }
}


/* ============================================================
   Games overview: per-game TXT introduction
   ============================================================ */
#games .game-description {
  position: relative;
  min-height: 96px;
  padding: 8px 12px 28px 0;
  z-index: 1;
}

#games .game-description p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}

#games .game-description p + p {
  margin-top: 1em;
}

/* 每款遊戲之間增加呼吸空間。 */
#games .game:not(:first-child) {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  #games .game:not(:first-child) {
    margin-top: 96px;
  }
}

@media screen and (max-width: 640px) {
  #games .game-description {
    min-height: 0;
    padding: 4px 0 24px 0;
  }

  #games .game-description p {
    font-size: 14px;
    line-height: 1.75;
  }

  #games .game:not(:first-child) {
    margin-top: 72px;
  }
}




/* ============================================================
   News title color - corrected
   news.html Renderer generates:
     <div class="news-title"><p>...</p></div>
   ============================================================ */
#news .news-list .news .news-title p,
.latest-news .news-list .news .news-title p {
  color: #c8c8c8;
}

/* Desktop hover keeps the original accent-color effect. */
#wrap:not(.sp) #news .news a:hover .news-title p {
  color: var(--accent-color);
}


/* ============================================================
   News title size
   - news.html overview
   - homepage News
   ============================================================ */
#news .news-list .news .news-title p,
.latest-news .news-list .news .news-title p {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  #news .news-list .news .news-title p,
  .latest-news .news-list .news .news-title p {
    font-size: 18px;
  }
}

/* TXT 輕量格式：Games 總覽內文中的可點連結 */
#games .game-description a {
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: underline;
  word-break: break-all;
}

/* ============================================================
   Adaptive loading liquid: phones / tablets / narrow windows
   - Wide desktop keeps the original loading geometry above.
   - One broad ellipse supplies the visible curved edge.
   - A solid white body follows below the arc, so the final state
     always covers the full viewport instead of relying on ellipse size.
   - Geometry is based on viewport width, keeping the arc curvature
     consistent across phones, tablets and F12-resized narrow windows.
   ============================================================ */
@media screen and (max-width: 960px),
       screen and (max-aspect-ratio: 3/2) {
  .loading .liquid {
    /* White fill body. Its top starts 60vw below the viewport bottom. */
    top: calc(100dvh + 60dvw);
    right: auto;
    bottom: auto;
    left: 0;

    width: 100dvw;
    height: calc(120dvh + 120dvw);
    border-radius: 0;
    background: #fff;
    will-change: transform;
  }

  /* Single broad arc. The centre is shifted right so the edge rises
     diagonally instead of looking like a horizontal curtain. */
  .loading .liquid::before {
    content: '';
    position: absolute;
    top: -60dvw;
    left: -35dvw;
    display: block;
    width: 220dvw;
    height: 120dvw;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
  }

  .loading .liquid::after {
    content: none;
  }
}

/* ============================================================
   Loading team logo: consistent visual size on every device
   - loading.webp is a 1280x720 transparent canvas; the visible logo
     occupies only the centre of that canvas.
   - Use a fixed canvas width and disable flex shrinking so phones,
     tablets and desktops show the mark at the same visual size.
   - To make the loading logo globally larger/smaller, change 840px.
   ============================================================ */
.loading .logo {
  width: 840px;
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 840px;
  flex: 0 0 840px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  pointer-events: none;
}

.loading .logo img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

/* Timeline RWD: the subtitle is longer than other section subtitles.
   Hide it earlier on tablet/narrow layouts before it can collide with or be clipped by the right edge. */
@media screen and (max-width: 1024px) {
  #timeline .section-title h3 {
    display: none;
  }
}

/* ============================================================
   Games overview: English titles are longer than CJK titles.
   Reduce only the English game-card title size; other languages keep
   the existing responsive sizes unchanged.
   ============================================================ */
html[lang="en"] #games .game-title p {
  font-size: 46px;
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  html[lang="en"] #games .game-title p {
    font-size: 40px;
  }
}

@media screen and (max-width: 590px) {
  html[lang="en"] #games .game-title p {
    font-size: 35px;
  }
}

@media screen and (max-width: 480px) {
  html[lang="en"] #games .game-title p {
    font-size: 26px;
  }
}

/* ============================================================
   Game detail mobile width guard
   - game article TXT may contain long uninterrupted separators such as
     "==================================================".
   - Prevent narrow mobile browsers from widening the document.
   ============================================================ */
@media screen and (max-width: 768px) {
  body.game-detail-page,
  body.game-detail-page #wrap,
  body.game-detail-page .pjax,
  body.game-detail-page [data-barba="wrapper"],
  body.game-detail-page [data-barba="container"],
  body.game-detail-page #article,
  body.game-detail-page #article .inner,
  body.game-detail-page #article .section-contents,
  body.game-detail-page #article .article-contents {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.game-detail-page #article .article-contents,
  body.game-detail-page #article .article-contents p,
  body.game-detail-page #article .article-contents a {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.game-detail-page #article .article-contents p {
    word-break: break-word;
  }

  body.game-detail-page #article .article-contents a {
    word-break: break-all;
  }
}

/* ============================================================
   Top Visual / Android Samsung Browser WebGL size guard
   - The visual is a Three.js canvas, not a normal <img>.
   - Keep the displayed canvas bound to the actual #visual container even
     when Android exposes a large high-DPR WebGL backing buffer.
   ============================================================ */
#visual #canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 40 / 17;
  overflow: hidden;
}

#visual #canvas canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

@media screen and (max-width: 960px) {
  #visual #canvas {
    aspect-ratio: 3 / 4;
  }
}
