@charset "UTF-8";
/*
Theme Name: tomandjerry
Description: 映画『トムとジェリー 時をこえる魔法の羅針盤』公式サイト
Version: 1.0.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

p {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  font-size: 16px;
  background-color: #ffe000;
  overflow-x: clip;
  scroll-padding-top: 80px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "M PLUS 1", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(13.5px, 1.2vw, 18px);
  line-height: 1.6;
  color: #000;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (max-width: 768px) {
  body {
    font-size: clamp(13.6px, 4.2666666667vw, 20.8px);
    padding-top: 60px;
  }
}
body.menu-open {
  overflow: hidden;
}

.fixed_bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bg-bubbles {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg-bubbles span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #fff7a8;
  opacity: 0.55;
  will-change: transform;
}
.bg-bubbles span:nth-child(1) {
  width: 60px;
  height: 60px;
  top: 8%;
  left: 6%;
  animation: bubble-float-a 7s ease-in-out infinite;
}
.bg-bubbles span:nth-child(2) {
  width: 30px;
  height: 30px;
  top: 18%;
  left: 22%;
  animation: bubble-float-b 5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(3) {
  width: 90px;
  height: 90px;
  top: 32%;
  left: 12%;
  animation: bubble-float-c 9s ease-in-out infinite;
}
.bg-bubbles span:nth-child(4) {
  width: 40px;
  height: 40px;
  top: 5%;
  left: 40%;
  animation: bubble-float-b 6s ease-in-out infinite;
}
.bg-bubbles span:nth-child(5) {
  width: 24px;
  height: 24px;
  top: 14%;
  left: 60%;
  animation: bubble-float-a 4.5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(6) {
  width: 70px;
  height: 70px;
  top: 28%;
  left: 75%;
  animation: bubble-float-c 8s ease-in-out infinite;
}
.bg-bubbles span:nth-child(7) {
  width: 50px;
  height: 50px;
  top: 45%;
  left: 88%;
  animation: bubble-float-a 6.5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(8) {
  width: 36px;
  height: 36px;
  top: 55%;
  left: 4%;
  animation: bubble-float-b 5.5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(9) {
  width: 80px;
  height: 80px;
  top: 60%;
  left: 35%;
  animation: bubble-float-c 9.5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(10) {
  width: 28px;
  height: 28px;
  top: 68%;
  left: 55%;
  animation: bubble-float-a 5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(11) {
  width: 100px;
  height: 100px;
  top: 72%;
  left: 78%;
  animation: bubble-float-b 10s ease-in-out infinite;
}
.bg-bubbles span:nth-child(12) {
  width: 44px;
  height: 44px;
  top: 85%;
  left: 18%;
  animation: bubble-float-c 7s ease-in-out infinite;
}
.bg-bubbles span:nth-child(13) {
  width: 32px;
  height: 32px;
  top: 90%;
  left: 48%;
  animation: bubble-float-a 6s ease-in-out infinite;
}
.bg-bubbles span:nth-child(14) {
  width: 56px;
  height: 56px;
  top: 78%;
  left: 63%;
  animation: bubble-float-b 8.5s ease-in-out infinite;
}
.bg-bubbles span:nth-child(15) {
  width: 22px;
  height: 22px;
  top: 40%;
  left: 50%;
  animation: bubble-float-c 4s ease-in-out infinite;
}
.bg-bubbles i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.6;
  will-change: transform;
}
.bg-bubbles i:nth-child(16) {
  top: 12%;
  left: 14%;
  border-width: 0 36px 62px 36px;
  border-color: transparent transparent #ffd4a8 transparent;
  transform: rotate(15deg);
  animation: tri-float-a 14s ease-in-out infinite;
}
.bg-bubbles i:nth-child(17) {
  top: 26%;
  left: 48%;
  border-width: 0 28px 48px 28px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(-25deg);
  animation: tri-float-b 16s ease-in-out infinite;
}
.bg-bubbles i:nth-child(18) {
  top: 8%;
  left: 82%;
  border-width: 0 44px 76px 44px;
  border-color: transparent transparent #ffd4a8 transparent;
  transform: rotate(45deg);
  animation: tri-float-c 18s ease-in-out infinite;
}
.bg-bubbles i:nth-child(19) {
  top: 38%;
  left: 6%;
  border-width: 0 30px 52px 30px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(-10deg);
  animation: tri-float-a 12s ease-in-out infinite;
}
.bg-bubbles i:nth-child(20) {
  top: 50%;
  left: 70%;
  border-width: 0 38px 66px 38px;
  border-color: transparent transparent #ffd4a8 transparent;
  transform: rotate(20deg);
  animation: tri-float-b 17s ease-in-out infinite;
}
.bg-bubbles i:nth-child(21) {
  top: 65%;
  left: 28%;
  border-width: 0 24px 42px 24px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(-40deg);
  animation: tri-float-c 15s ease-in-out infinite;
}
.bg-bubbles i:nth-child(22) {
  top: 74%;
  left: 50%;
  border-width: 0 42px 72px 42px;
  border-color: transparent transparent #ffd4a8 transparent;
  transform: rotate(10deg);
  animation: tri-float-a 16s ease-in-out infinite;
}
.bg-bubbles i:nth-child(23) {
  top: 82%;
  left: 8%;
  border-width: 0 30px 52px 30px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(60deg);
  animation: tri-float-b 13s ease-in-out infinite;
}
.bg-bubbles i:nth-child(24) {
  top: 90%;
  left: 70%;
  border-width: 0 36px 62px 36px;
  border-color: transparent transparent #ffd4a8 transparent;
  transform: rotate(-30deg);
  animation: tri-float-c 14s ease-in-out infinite;
}
.bg-bubbles i:nth-child(25) {
  top: 22%;
  left: 32%;
  border-width: 0 22px 38px 22px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(25deg);
  animation: tri-float-a 11s ease-in-out infinite;
}

@keyframes bubble-float-a {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -30px) scale(1.1);
  }
}
@keyframes bubble-float-b {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-25px, -20px) scale(0.9);
  }
}
@keyframes bubble-float-c {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(15px, 25px) scale(1.05);
  }
}
@keyframes tri-float-a {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(50px, -80px) rotate(35deg);
  }
}
@keyframes tri-float-b {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-65px, -50px) rotate(-40deg);
  }
}
@keyframes tri-float-c {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(40px, 70px) rotate(45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-bubbles span,
  .bg-bubbles i,
  .footer_title img,
  .character-footer img {
    animation: none !important;
  }
}
main {
  display: block;
}

a {
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.75;
}

.section {
  position: relative;
}
.section .section_inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .section .section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section .section_main {
  position: relative;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffe000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 769px) {
  .global-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .global-nav {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px 0 10px;
  }
}

.sns-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .sns-nav {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .sns-nav li img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .sns-nav {
    flex: 1;
  }
  .sns-nav li img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  .nav-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-toggle {
    position: relative;
    width: 30px;
    height: 24px;
    margin-left: auto;
    padding: 0;
  }
  .nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #006ab7;
    border-radius: 2px;
    transform-origin: center;
    transition: top 0.3s, opacity 0.2s, transform 0.3s;
  }
  .nav-toggle span:nth-child(1) {
    top: 2px;
  }
  .nav-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-toggle span:nth-child(3) {
    top: calc(100% - 5px);
  }
  .nav-toggle[aria-expanded=true] span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .nav-toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded=true] span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media (min-width: 769px) {
  .global-menu .menu-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .global-menu .menu-logo {
    display: block;
    margin-bottom: 12px;
  }
  .global-menu .menu-logo img {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto;
    transform-origin: top center;
    animation: footer-swing 4s ease-in-out infinite;
  }
}
@media (min-width: 769px) {
  .global-menu {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .global-menu li a {
    display: block;
  }
  .global-menu li a img {
    display: block;
    width: auto;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .global-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffe000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    padding: 20px 0px 0;
    overflow-y: auto;
    clip-path: circle(0% at calc(100% - 35px) -30px);
    pointer-events: none;
    transition: clip-path 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .global-menu.is-open {
    clip-path: circle(150% at calc(100% - 35px) -30px);
    pointer-events: auto;
  }
  .global-menu li a {
    display: block;
  }
  .global-menu li a img {
    display: block;
    width: auto;
    height: 32px;
  }
}

.fixed_title {
  display: none;
}

.loading-sub {
  position: fixed;
  inset: 0;
  z-index: 300;
  background-color: #ffe000;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loading-sub.hidden {
  opacity: 0;
  visibility: hidden;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe000;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading__meter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #f5b800;
  transition: height 1.2s cubic-bezier(0.25, 0.8, 0.4, 1);
}
.loading.is-anim .loading__meter {
  height: 100%;
}

.loader {
  position: relative;
  z-index: 2;
}
.loader__logo {
  display: block;
  width: 500px;
  height: auto;
  animation: loader-poyon 1.1s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (max-width: 768px) {
  .loader__logo {
    width: 300px;
  }
}

@keyframes loader-poyon {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  25% {
    transform: translateY(-12px) scale(0.96, 1.06);
  }
  45% {
    transform: translateY(0) scale(1.06, 0.94);
  }
  65% {
    transform: translateY(-6px) scale(0.98, 1.02);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
#news-archive .news-list > li,
#news-single .news-article,
#news-single .post-navigation .nav-links > div {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#news-archive .news-list > li.in-site,
#news-single .news-article.in-site,
#news-single .post-navigation .nav-links > div.in-site {
  opacity: 1;
  transform: translateY(0);
}

#footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.footer_title {
  position: absolute;
  top: 36%;
  left: 2.4%;
  width: 45%;
  transform-origin: top center;
}
@media (max-width: 768px) {
  .footer_title {
    top: 36%;
    left: 2%;
    width: 46%;
  }
}
.footer_title img {
  display: block;
  width: 100%;
  height: auto;
  animation: footer-swing 4s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes footer-swing {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #006ab7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background-color: rgb(0, 82.3672131148, 142.2);
  transform: translateY(-2px);
}
.back-to-top .back-to-top__arrow {
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px auto 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

#top {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 0 0 50% 50%/0 0 30px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #top {
    padding-bottom: 15px;
    border-radius: 0 0 50% 50%/0 0 15px 15px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  }
}
#top .main_bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/983;
}
@media (max-width: 768px) {
  #top .main_bg {
    aspect-ratio: 375/579;
  }
}
#top .main_bg .main_bg-inner {
  position: absolute;
  inset: 0;
}
#top .main_bg picture,
#top .main_bg picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .copy {
  position: absolute;
  top: 7.43%;
  left: 50.88%;
  width: 44.22%;
  z-index: 2;
}
#top .copy img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #top .copy {
    top: 3.11%;
    left: 0;
    width: 100%;
  }
}
#top .title {
  position: absolute;
  top: 31.94%;
  left: 50.99%;
  width: 44.01%;
  z-index: 3;
  margin: 0;
}
#top .title img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #top .title {
    top: 69.78%;
    left: 4.53%;
    width: 91.2%;
  }
}
#top .release {
  position: absolute;
  top: 79.55%;
  left: 84.17%;
  width: 11.15%;
  z-index: 4;
}
#top .release img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #top .release {
    top: 91.43%;
    left: 72.27%;
    width: 24.8%;
  }
}
#top .credit {
  position: absolute;
  top: 91.56%;
  left: 73.7%;
  width: 21.61%;
  z-index: 4;
}
#top .credit img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #top .credit {
    top: 92.16%;
    left: 3.47%;
    width: 62.28%;
  }
}

#shares {
  position: relative;
}

.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 40px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .shares {
    flex-direction: column;
    gap: 10px;
    margin: 40px auto 0;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  gap: 4px;
  padding: 0;
  margin: 0;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}
.share_btns-square::before {
  content: "";
  letter-spacing: 0.1em;
  padding-right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("img/share.svg");
  background-size: contain;
  background-position: center center;
  opacity: 0.7;
}
.share_btns-square li {
  cursor: pointer;
  width: 24px;
  list-style: none;
}
.share_btns-square li img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

#info {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 80px;
}
@media (max-width: 768px) {
  #info {
    padding: 40px 0px 80px;
  }
}
#info .info-decoration {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
#info .info-decoration--jer {
  top: 8%;
  left: 10%;
  width: 8%;
  max-width: 150px;
}
@media (max-width: 768px) {
  #info .info-decoration--jer {
    top: -1%;
    left: 1%;
    width: 18%;
    display: none;
  }
}
#info .info-decoration--tom {
  bottom: 25%;
  right: 0;
  width: 24%;
  max-width: 400px;
}
@media (max-width: 768px) {
  #info .info-decoration--tom {
    bottom: 0%;
    right: 0;
    width: 40%;
    display: none;
  }
}
#info .section_inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  #info .section_inner {
    max-width: none;
    padding: 0 20px;
  }
}
#info .section_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mvtk {
  width: 100%;
}
.mvtk #mvtk-widgets-container {
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .mvtk #mvtk-widgets-container {
    margin-bottom: 60px;
  }
}

.info-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 768px) {
  .info-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
    margin-bottom: 60px;
  }
}
.info-buttons li {
  width: 50%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .info-buttons li {
    max-width: none;
  }
  .info-buttons li:nth-child(1) {
    width: 60%;
  }
  .info-buttons li:nth-child(2), .info-buttons li:nth-child(3) {
    width: 48%;
  }
}
.info-buttons li a {
  display: block;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s;
}
.info-buttons li a:hover {
  opacity: 1;
  transform: translateY(-4px);
}
.info-buttons li a img {
  display: block;
  width: 100%;
  height: auto;
}

.info-news {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .info-news {
    margin-bottom: 60px;
  }
}
.info-news h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-news h2 {
    margin-bottom: 20px;
  }
}
.info-news h2 img {
  display: inline-block;
  width: auto;
  height: 80px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  .info-news h2 img {
    height: 48px;
  }
}
.info-news .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0;
}
@media (max-width: 768px) {
  .info-news .news-list {
    gap: 20px;
  }
}
.info-news .news-list > li {
  flex: 0 0 calc((100% - 120px) / 4);
}
@media (max-width: 768px) {
  .info-news .news-list > li {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
.info-news .news-list > li > a {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .info-news .news-list > li > a {
    border-radius: 10px;
  }
}
.info-news .news-list > li > a:hover {
  opacity: 1;
  transform: translateY(-4px);
}
.info-news .news-list > li .news-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #e6f1f8;
}
.info-news .news-list > li .news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-news .news-list > li time {
  display: block;
  color: #006ab7;
  font-size: clamp(13.5px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px 20px 8px;
}
@media (max-width: 768px) {
  .info-news .news-list > li time {
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
    padding: 10px 10px 4px;
  }
}
.info-news .news-list > li .news-title {
  display: block;
  color: #000;
  font-size: clamp(13.5px, 1.2vw, 18px);
  line-height: 1.4;
  font-weight: 700;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .info-news .news-list > li .news-title {
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
    padding: 0 10px 12px;
  }
}
.info-news .news-more {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .info-news .news-more {
    margin-top: 20px;
  }
}
.info-news .news-more a {
  display: inline-block;
  padding: 10px 40px;
  background: #006ab7;
  color: #fff;
  border-radius: 20px;
  font-size: clamp(13.5px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .info-news .news-more a {
    padding: 10px 30px;
    border-radius: 20px;
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
  }
}
.info-news .news-more a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.info-trailer {
  z-index: 2;
  width: 100%;
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
  .info-trailer {
    scroll-margin-top: 60px;
  }
}
.info-trailer h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .info-trailer h2 {
    margin-bottom: 20px;
  }
}
.info-trailer h2 img {
  display: inline-block;
  width: auto;
  height: 80px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  .info-trailer h2 img {
    height: 48px;
  }
}
.info-trailer .youtube_embed {
  width: 900px;
  max-width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .info-trailer .youtube_embed {
    width: calc(100% + 40px);
    max-width: unset;
    border-radius: 6px;
    margin-left: -20px;
  }
}
.info-trailer .youtube_embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#news-archive,
#news-single {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 768px) {
  #news-archive,
  #news-single {
    padding: 60px 0;
  }
}
#news-archive .section_inner,
#news-single .section_inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  #news-archive .section_inner,
  #news-single .section_inner {
    max-width: none;
    padding: 0 20px;
  }
}
#news-archive .section_main,
#news-single .section_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  #news-archive .section_main,
  #news-single .section_main {
    gap: 30px;
  }
}
#news-archive h2,
#news-single h2 {
  text-align: center;
}
#news-archive h2 img,
#news-single h2 img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  #news-archive h2 img,
  #news-single h2 img {
    height: 48px;
  }
}

#news-archive .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  #news-archive .news-list {
    gap: 20px 10px;
  }
}
#news-archive .news-list > li {
  flex: 0 0 calc((100% - 120px) / 4);
}
@media (max-width: 768px) {
  #news-archive .news-list > li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
#news-archive .news-list > li > a {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  #news-archive .news-list > li > a {
    border-radius: 10px;
  }
}
#news-archive .news-list > li > a:hover {
  opacity: 1;
  transform: translateY(-4px);
}
#news-archive .news-list > li .news-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #e6f1f8;
}
#news-archive .news-list > li .news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#news-archive .news-list > li time {
  display: block;
  color: #006ab7;
  font-size: clamp(13.5px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px 20px 8px;
}
@media (max-width: 768px) {
  #news-archive .news-list > li time {
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
    padding: 10px 10px 4px;
  }
}
#news-archive .news-list > li .news-title {
  display: block;
  color: #000;
  font-size: clamp(13.5px, 1.2vw, 18px);
  line-height: 1.4;
  font-weight: 700;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  #news-archive .news-list > li .news-title {
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
    padding: 0 10px 12px;
  }
}
#news-archive .news-pagination .pagination-list {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #news-archive .news-pagination .pagination-list {
    gap: 10px;
  }
}
#news-archive .news-pagination .pagination-list > li {
  list-style: none;
}
#news-archive .news-pagination .pagination-list .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 20px;
  background: #006ab7;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(13.5px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  #news-archive .news-pagination .pagination-list .page-numbers {
    min-width: 48px;
    height: 48px;
    padding: 0 16px;
    border-radius: 20px;
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
  }
}
#news-archive .news-pagination .pagination-list .page-numbers:hover {
  opacity: 1;
  transform: translateY(-2px);
}
#news-archive .news-pagination .pagination-list .page-numbers.current {
  background: #fff;
  color: #006ab7;
}
#news-archive .news-pagination .pagination-list .page-numbers.current:hover {
  transform: none;
}
#news-archive .news-pagination .pagination-list .page-numbers.dots {
  background: transparent;
  color: #006ab7;
  box-shadow: none;
  min-width: auto;
  padding: 0 8px;
}

#news-single .section_inner {
  max-width: 1200px;
}
@media (max-width: 768px) {
  #news-single .section_inner {
    max-width: none;
  }
}
#news-single .news-article {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 80px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #news-single .news-article {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
#news-single .news-article time {
  display: block;
  color: #006ab7;
  font-size: clamp(13.5px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #news-single .news-article time {
    font-size: clamp(13.6px, 4.2666666667vw, 20.8px);
    margin-bottom: 5px;
  }
}
#news-single .news-article .article-title {
  color: #000;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 50px;
  padding-bottom: 50px;
  border-bottom: 3px dashed #006ab7;
}
@media (max-width: 768px) {
  #news-single .news-article .article-title {
    font-size: clamp(15.3px, 4.8vw, 23.4px);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#news-single .news-article .news-content {
  font-size: clamp(13.5px, 1.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  #news-single .news-article .news-content {
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
  }
}
#news-single .news-article .news-content p {
  margin: 0 0 18px;
}
@media (max-width: 768px) {
  #news-single .news-article .news-content p {
    margin-bottom: 18px;
  }
}
#news-single .news-article .news-content p:last-child {
  margin-bottom: 0;
}
#news-single .news-article .news-content .has-background {
  padding: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
#news-single .news-article .news-content img {
  max-width: 100%;
  height: auto;
}
#news-single .news-article .news-content video,
#news-single .news-article .news-content iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#news-single .news-article .news-content .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#news-single .news-article .news-content .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
#news-single .news-article .news-content a {
  color: #006ab7;
  text-decoration: underline;
}
#news-single .post-navigation {
  width: 100%;
}
#news-single .post-navigation .nav-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  #news-single .post-navigation .nav-links {
    gap: 10px;
  }
}
#news-single .post-navigation .nav-links > div a,
#news-single .post-navigation .nav-links > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 40px;
  background: #006ab7;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(13.5px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  #news-single .post-navigation .nav-links > div a,
  #news-single .post-navigation .nav-links > div span {
    height: 48px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
  }
}
#news-single .post-navigation .nav-links > div a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
#news-single .post-navigation .nav-links .nav-previous a,
#news-single .post-navigation .nav-links .nav-previous span,
#news-single .post-navigation .nav-links .nav-next a,
#news-single .post-navigation .nav-links .nav-next span {
  width: 56px;
  padding: 0;
}
@media (max-width: 768px) {
  #news-single .post-navigation .nav-links .nav-previous a,
  #news-single .post-navigation .nav-links .nav-previous span,
  #news-single .post-navigation .nav-links .nav-next a,
  #news-single .post-navigation .nav-links .nav-next span {
    width: 48px;
  }
}
#news-single .post-navigation .nav-links .inactive span {
  background: rgba(0, 106, 183, 0.4);
  box-shadow: none;
  cursor: default;
}

.trailer-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .trailer-tabs {
    gap: 10px;
    margin-top: 20px;
  }
}
.trailer-tabs__btn {
  appearance: none;
  border: 3px solid #006ab7;
  background: #fff;
  color: #006ab7;
  font-family: "M PLUS 1", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(15px, 1.3333333333vw, 20px);
  font-weight: 700;
  width: 200px;
  padding: 10px 0;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .trailer-tabs__btn {
    font-size: clamp(11.9px, 3.7333333333vw, 18.2px);
    width: 140px;
    padding: 8px 0;
    border-width: 2px;
    border-radius: 20px;
  }
}
.trailer-tabs__btn:hover {
  transform: translateY(-2px);
}
.trailer-tabs__btn.is-active {
  background: #006ab7;
  color: #fff;
}

.trailer-panels__item {
  display: none;
}
.trailer-panels__item.is-active {
  display: block;
}

#story {
  position: relative;
}
#story .story-body {
  z-index: 2;
  position: relative;
  background-color: #f15105;
  overflow: hidden;
}
@media (max-width: 768px) {
  #story .story-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#story .bg_story {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #story .bg_story {
    order: 1;
  }
}
#story .bg_story .bg_story__img,
#story .bg_story .bg_story__img img {
  display: block;
  width: 100%;
  height: auto;
}
#story .section_inner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  #story .section_inner {
    max-width: none;
    padding: 0 20px;
    order: 3;
  }
}
#story .section_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
@media (max-width: 768px) {
  #story .section_main {
    gap: 60px;
  }
}
#story .copy_story {
  position: absolute;
  top: 8%;
  left: 10%;
  width: 80%;
  z-index: 3;
}
@media (max-width: 768px) {
  #story .copy_story {
    left: 5%;
    width: 90%;
  }
}
#story .copy_story {
  filter: drop-shadow(3px 4px 0 rgba(180, 30, 0, 0.9)) drop-shadow(0 6px 6px rgba(0, 0, 0, 0.35));
}
#story .copy_story picture,
#story .copy_story picture img {
  display: block;
  width: 100%;
  height: auto;
}
#story .copy_story2 {
  position: absolute;
  top: 82%;
  left: 15%;
  width: 70%;
  z-index: 3;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  #story .copy_story2 {
    position: static;
    top: auto;
    left: auto;
    width: 90%;
    margin: 10px auto 0;
  }
}
#story .copy_story2 img {
  display: block;
  width: 100%;
  height: auto;
}
#story .text_story {
  max-width: 863px;
  width: 80%;
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
  filter: drop-shadow(0 0 1px rgb(255, 80, 80)) drop-shadow(0 0 3px rgb(255, 20, 20)) drop-shadow(0 0 6px rgba(220, 0, 0, 0.95)) drop-shadow(0 0 10px rgba(180, 0, 0, 0.7));
}
@media (max-width: 768px) {
  #story .text_story {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#story .text_story picture,
#story .text_story picture img {
  display: block;
  width: 100%;
  height: auto;
}
#story .story-char {
  display: contents;
}
#story .story-char__arrow,
#story .story-char__label {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  height: auto;
}
#story .story-char__arrow img,
#story .story-char__label img {
  display: block;
  width: 100%;
  height: auto;
}
#story .story-char__label {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.35));
}
#story .story-char--jer .story-char__label {
  top: 28%;
  left: 16%;
  width: 18%;
}
@media (max-width: 768px) {
  #story .story-char--jer .story-char__label {
    top: 24%;
    left: 9%;
    width: 55%;
  }
}
#story .story-char--jer .story-char__arrow {
  top: 35%;
  left: 33%;
  width: 8%;
}
@media (max-width: 768px) {
  #story .story-char--jer .story-char__arrow {
    top: 44%;
    left: 8%;
    width: 15%;
  }
}
#story .story-char--tom .story-char__label {
  top: 50%;
  right: 18%;
  width: 18%;
}
@media (max-width: 768px) {
  #story .story-char--tom .story-char__label {
    top: 74%;
    right: 0%;
    width: 55%;
  }
}
#story .story-char--tom .story-char__arrow {
  top: 47%;
  right: 37%;
  width: 6%;
}
@media (max-width: 768px) {
  #story .story-char--tom .story-char__arrow {
    top: 68%;
    right: 8%;
    width: 20%;
  }
}
#story .story-spotlights {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
#story .spotlight {
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: rgba(255, 250, 230, 0.12);
  filter: blur(4px);
}
@media (max-width: 768px) {
  #story .spotlight {
    filter: blur(3px);
  }
}
@media (min-width: 769px) {
  #story .spotlight--1 {
    width: 46.2%;
    top: 55.3vw;
    left: -5.83vw;
  }
  #story .spotlight--2 {
    width: 46.2%;
    top: 78.4vw;
    left: 67.8vw;
  }
  #story .spotlight--3 {
    width: 26.41%;
    top: -2.1vw;
    left: -5.83vw;
  }
  #story .spotlight--4 {
    width: 26.41%;
    top: 44.5vw;
    left: 79.8vw;
  }
  #story .spotlight--5 {
    width: 26.41%;
    top: 68.2vw;
    left: 56.2vw;
  }
  #story .spotlight--6 {
    width: 26.41%;
    top: 95.5vw;
    left: 18.1vw;
  }
}
@media (max-width: 768px) {
  #story .spotlight--1 {
    width: 61.6%;
    top: -6.9vw;
    left: -27.7vw;
  }
  #story .spotlight--2 {
    width: 107.7%;
    top: 166.4vw;
    left: 88.3vw;
  }
  #story .spotlight--3 {
    width: 61.6%;
    top: 176.8vw;
    left: -22.4vw;
  }
  #story .spotlight--4 {
    width: 61.6%;
    top: 249.9vw;
    left: -45.3vw;
  }
  #story .spotlight--5 {
    width: 107.7%;
    top: 292.5vw;
    left: 60vw;
  }
  #story .spotlight--6 {
    width: 61.6%;
    top: 396.5vw;
    left: -17.6vw;
  }
}
#story .story-extra {
  position: absolute;
  z-index: 2;
  width: 18%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  #story .story-extra {
    width: 21%;
  }
}
#story .story-extra--jer {
  bottom: -0.5%;
  left: 14%;
  transform: rotate(-6deg);
  max-width: 110px;
  width: 10%;
}
@media (max-width: 768px) {
  #story .story-extra--jer {
    position: static;
    order: 2;
    width: 65px;
    max-width: unset;
    margin: 10px 0;
    bottom: auto;
    left: auto;
  }
}
#story .story-extra--tom {
  bottom: -2%;
  right: 2%;
  transform: rotate(8deg);
  max-width: 484px;
  width: 30%;
}
@media (max-width: 768px) {
  #story .story-extra--tom {
    position: static;
    order: 4;
    width: 290px;
    max-width: unset;
    margin: 0px 0 -22px;
    bottom: auto;
    right: auto;
    left: auto;
    margin-left: 0;
    transform: none;
  }
}

.story-strip {
  z-index: 1;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.story-strip .strip-track {
  display: flex;
  padding: 10px 0 10px 10px;
}
@media (max-width: 768px) {
  .story-strip .strip-track {
    padding: 5px 0 5px 5px;
    width: max-content;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.story-strip .strip-track li {
  flex: 0 0 auto;
  margin-right: 10px;
  overflow: hidden;
  width: calc(20% - 10px);
}
@media (max-width: 768px) {
  .story-strip .strip-track li {
    margin-right: 5px;
    flex-basis: 50vw;
    width: 50vw;
  }
}
.story-strip .strip-track li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .story-strip .strip-track {
    width: 100%;
  }
  .story-strip li {
    flex: 1 1 0;
  }
  .story-strip li[aria-hidden=true] {
    display: none;
  }
}

#character {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 768px) {
  #character {
    padding: 80px 0 60px;
  }
}
#character .section_inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  #character .section_inner {
    max-width: none;
    padding: 0 20px;
  }
}
#character .section_main {
  position: relative;
}

.character-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .character-header {
    padding-bottom: 40px;
  }
}
.character-header__tom {
  display: block;
  width: 24%;
  height: auto;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .character-header__tom {
    width: 62%;
    margin-bottom: -25px;
  }
}
.character-header__title {
  position: relative;
  z-index: 2;
}
.character-header__title img {
  display: block;
  width: auto;
  height: 80px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  .character-header__title img {
    height: 48px;
  }
}

.character-cards {
  position: relative;
}

.character-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(22.5px, 2vw, 30px);
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .character-list {
    flex-direction: column;
    align-items: center;
    gap: clamp(8.5px, 2.6666666667vw, 13px);
  }
}
.character-list > li {
  flex: 0 0 calc((100% - clamp(22.5px, 2vw, 30px) * 2) / 3);
}
@media (max-width: 768px) {
  .character-list > li {
    flex: 0 0 auto;
    width: clamp(276.25px, 86.6666666667vw, 422.5px);
  }
}
.character-list > li:nth-child(1) {
  transform: rotate(1deg);
}
.character-list > li:nth-child(2) {
  transform: rotate(-1deg);
}
.character-list > li:nth-child(4) {
  transform: rotate(-1deg);
}
.character-list > li:nth-child(6) {
  transform: rotate(-1deg);
}
.character-list > li:nth-child(7) {
  transform: rotate(1deg);
}

.character-card {
  position: relative;
  background-color: #006ab7;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  aspect-ratio: 540/234;
}
@media (max-width: 768px) {
  .character-card {
    border-width: 6px;
    border-radius: 20px;
  }
}
.character-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.character-card__img, .character-card__text {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.character-card__text {
  z-index: 2;
}

.character-footer {
  pointer-events: none;
}
@media (min-width: 769px) {
  .character-footer {
    position: absolute;
    right: clamp(15px, 1.3333333333vw, 20px);
    bottom: clamp(-15px, -1.3333333333vw, -20px);
    width: 44%;
  }
}
@media (max-width: 768px) {
  .character-footer {
    display: block;
    width: 99%;
    margin: clamp(-25.5px, -8vw, -39px) auto 0;
  }
}
.character-footer img {
  display: block;
  width: 100%;
  height: auto;
  animation: tomjer-float 4.5s ease-in-out infinite;
}

@keyframes tomjer-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
