/*! sanitize.css | CC0 License | github.com/jonathantneal/sanitize.css */

*,
::before,
::after {
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
nav li::before {
  content: "​";
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}
[type="color"],
[type="range"] {
  border-width: 0;
  padding: 0;
}
::-ms-expand {
  display: none;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-delay: -1ms !important;
    animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
html {
  background-color: #000;
  font-size: 2.6666666667vw;
}
@media (min-width: 576px) {
  html {
    font-size: 93.5%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 6px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 0.625vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
body {
  color: #252525;
  font-family: "Noto Sans", "Noto Sans JP", "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.78;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 1.5rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.loaded body::before {
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
body {
  width: 100%;
}

.floating_button {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 14px 1rem 8px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 990;
}
@media (min-width: 768px) {
  .floating_button {
    width: min(180px, 12.5%);
    padding: 0;
    left: auto;
    right: 2rem;
    bottom: 2rem;
    background: none;
    aspect-ratio: 1;
  }
}
.floating_button a {
  text-align: center;
  display: block;
  position: relative;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  background: linear-gradient(to left, #0651a7 0%, black 100%);
  border-radius: 10em;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  letter-spacing: 0;
  white-space: nowrap;
}
.floating_button a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .floating_button a {
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.floating_button a::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: linear-gradient(135deg, #000000 50%, #004070 100%);
  clip-path: polygon(calc(100% - 3px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 3px), calc(100% - 3px) calc(100% - 3px));
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .floating_button a::after {
    right: 50%;
    top: 80%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
  }
}
.floating_button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: 0;
  border-radius: 10em;
  background: linear-gradient(to left, #FCF759 0%, #DCD608 100%);
  transition: opacity 100ms linear;
}
.floating_button a:hover::before {
  opacity: 0.8;
}
.floating_button a span {
  letter-spacing: 0.2rem;
  background: linear-gradient(90deg, #000000 0%, #004070 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .floating_button a span {
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
  }
}
.floating_button a span br {
  display: none;
}
@media (min-width: 768px) {
  .floating_button a span br {
    display: block;
  }
}

.floating_button a img {
  width: 94.62%;
  margin-inline: auto;
  display: block;
}
@media (min-width: 768px) {
  .floating_button a img {
    width: 100%;
  }
}

#content,
main {
  display: block;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}
p {
  line-height: 1.78;
  margin: 0 0 1em;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}
img {
  max-width: 100%;
}
ul,
ol {
  margin: 0 0 3em;
  padding: 0 0 0 2em;
}
ul li,
ol li {
  margin: 0 0 0.5em;
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/YakuHanJP-Medium.woff2") format("woff2"), url("../font/YakuHanJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff");
}
.l-container {
  display: block;
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-container {
    padding: 0 3rem;
    max-width: 125.6rem;
  }
}
@media (min-width: 768px) {
  .l-container.-s {
    max-width: 66rem;
  }
}
@media (min-width: 768px) {
  .l-container.-m {
    max-width: 92rem;
  }
}
@media (min-width: 768px) {
  .l-container.-l {
    max-width: 124rem;
  }
}
.l-container.-nopad {
  padding: 0;
}
.l-wrap {
  margin: 8rem 0;
}
@media (min-width: 576px) {
  .l-wrap {
    margin: 10rem 0;
  }
}
.l-wrap.-s {
  margin: 3rem 0;
}
@media (min-width: 576px) {
  .l-wrap.-s {
    margin: 4rem 0;
  }
}
.l-wrap.-m {
  margin: 4rem 0;
}
@media (min-width: 576px) {
  .l-wrap.-m {
    margin: 5rem 0;
  }
}
.l-wrap.-l {
  margin: 6rem 0;
}
@media (min-width: 576px) {
  .l-wrap.-l {
    margin: 10rem 0;
  }
}
.l-grid {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.l-grid.-no-gap > .l-grid__row {
  margin: 0 !important;
}
.l-grid.-no-gap > .l-grid__row > .l-grid__col {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .l-grid.-pc-justify-between > .l-grid__row {
    justify-content: space-between;
  }
}
.l-grid.-ov-visible {
  overflow: visible;
}
.l-grid.-gap-l > .l-grid__row {
  margin: 0 -3rem -6rem;
}
@media (min-width: 768px) {
  .l-grid.-gap-l > .l-grid__row {
    margin: 0 -3rem -3rem;
  }
}
.l-grid.-gap-l > .l-grid__row > .l-grid__col {
  padding: 0 3rem 6rem;
}
@media (min-width: 768px) {
  .l-grid.-gap-l > .l-grid__row > .l-grid__col {
    padding: 0 3rem 3rem;
  }
}
.l-grid.-v-gap-l > .l-grid__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -6rem;
}
@media (min-width: 768px) {
  .l-grid.-v-gap-l > .l-grid__row {
    margin: 0 -1.5rem -6rem;
  }
}
.l-grid.-v-gap-l > .l-grid__row > .l-grid__col {
  padding: 0 1.5rem 6rem;
}
@media (min-width: 768px) {
  .l-grid.-v-gap-l > .l-grid__row > .l-grid__col {
    padding: 0 1.5rem 6rem;
  }
}
.l-grid.-spacebetween > .l-grid__row {
  justify-content: space-between;
}
.l-grid__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem;
}
@media (min-width: 768px) {
  .l-grid__row {
    margin: 0 -1.5rem -3rem;
  }
}
.l-grid__col {
  width: 100%;
  padding: 0 1.5rem 3rem;
}
.l-grid__col.-sp-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}
.l-grid__col.-sp-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.l-grid__col.-sp-3 {
  max-width: 25%;
  flex-basis: 25%;
}
.l-grid__col.-sp-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.l-grid__col.-sp-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}
.l-grid__col.-sp-6 {
  max-width: 50%;
  flex-basis: 50%;
}
.l-grid__col.-sp-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}
.l-grid__col.-sp-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
.l-grid__col.-sp-9 {
  max-width: 75%;
  flex-basis: 75%;
}
.l-grid__col.-sp-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
.l-grid__col.-sp-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}
.l-grid__col.-sp-12 {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .l-grid__col {
    padding: 0 1.5rem 3rem;
  }
  .l-grid__col.-pc-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .l-grid__col.-pc-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .l-grid__col.-pc-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .l-grid__col.-pc-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .l-grid__col.-pc-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .l-grid__col.-pc-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .l-grid__col.-pc-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .l-grid__col.-pc-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .l-grid__col.-pc-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .l-grid__col.-pc-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .l-grid__col.-pc-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .l-grid__col.-pc-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.l-header {
  background-color: #000;
  color: #fff;
}
.l-header__innr {
  display: flex;
  padding: 2rem 0;
}
.l-header__nav {
  margin-left: auto;
}
.l-header__branding {
  width: 20rem;
}
.l-content {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.l-content__innr {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.l-footer {
  overflow: hidden;
  background-color: #000;
  overflow: hidden;
  padding: 4rem 0 9rem;
  color: #fff;
}
.l-footer__copyright {
  margin: 0;
  text-align: center;
}
.l-footer__copyright small {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l-footer__copyright small {
    font-size: 1.2rem;
  }
}
.mod-c-newsArc__container-s {
  max-width: 99.4rem;
  margin: 0 auto;
}
.mod-c-newsArc__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-c-newsArc__item {
  display: block;
  margin: 0 0 1rem;
  padding: 0;
}
.mod-c-newsArc__item:last-child {
  margin: 0;
}
.mod-c-newsArc__item-innr {
  display: flex;
}
.mod-c-newsArc__head {
  width: 6em;
  font-size: 1.4rem;
}
.small_img {
  width: 100%;
}
@media (min-width: 768px) {
  .mod-c-newsArc__head {
    font-size: 2.2rem;
  }
  .small_img {
    width: 75%;
  }
}
.mod-c-newsArc__body {
  width: calc(100% - 6em);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .mod-c-newsArc__body {
    font-size: 2.2rem;
  }
}
.mod-c-newsArc__date {
  display: block;
  white-space: nowrap;
  color: #939292;
  font-family: "Anton", sans-serif;
}
.mod-c-newsArc__title {
  margin: 0;
  font-size: inherit;
}
@media (min-width: 768px) {
  .mod-c-newsArc__title {
    font-size: 2.4rem;
  }
}
.mod-c-newsArc__link {
  display: block;
  color: #e5004f;
  transition: opacity 100ms linear;
}
.mod-c-newsArc__link:hover {
  opacity: 0.7;
}
.mod-c-section {
  display: block;
}
.mod-c-section__header {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 1.2rem 0;
}
.mod-c-section__header.-light {
  background-color: #fff;
}
.mod-c-section__header.-light .mod-c-section__en-title {
  color: #939292;
}
.mod-c-section__header.-light .mod-c-section__jp-title {
  color: #252525;
}
.mod-c-section__en-title {
  font-size: 3.4rem;
  font-family: "Anton", sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  .mod-c-section__en-title {
    font-size: 7rem;
  }
}
.mod-c-section__jp-title {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mod-c-section__jp-title {
    font-size: 2.4rem;
  }
}
.mod-c-section__sub-header {
  color: #000;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.mod-c-section__sub-header::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mod-c-section__sub-header .l-container {
  width: max-content;
  padding: 0 1.6rem;
  background-color: #fff;
}
.mod-c-section__sub-header.-light {
  background-color: #fff;
}
.mod-c-section__sub-header.-light .mod-c-section__en-title {
  color: #939292;
}
.mod-c-section__sub-header.-light .mod-c-section__jp-title {
  color: #252525;
}
.mod-c-section__sub-en-title {
  font-size: 2.8rem;
  font-family: "Anton", sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  .mod-c-section__sub-en-title {
    font-size: 5rem;
  }
}
.mod-c-section__sub-jp-title {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mod-c-section__sub-jp-title {
    font-size: 2rem;
  }
}
.mod-c-section__body {
  padding: 3rem 1.6rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .mod-c-section__body {
    padding: 5.6rem 0 0;
    max-width: 120rem;
    margin-inline: auto;
  }
}
.mod-c-section__body.-dark {
  background-color: #000;
  color: #fff;
}
.mod-t-mv {
  display: block;
  position: relative;
  background-color: #000;
}
.mod-t-mv__main {
  position: relative;
  z-index: 1;
}
.mod-t-mv__m-img {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 768px) {
  .mod-t-mv__m-img {
    max-width: 2400px;
    margin: 0 auto;
  }
}
.mod-t-mv.-cover .mod-t-mv__main {
  overflow: hidden;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .mod-t-mv.-cover .mod-t-mv__main {
    height: var(--viewport-height);
    position: relative;
    min-height: 480px;
    max-height: 880px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .mod-t-mv.-cover .mod-t-mv__m-img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
  }
}
.mod-t-adit {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #0651a7 0%, #032954 100%);
  padding: 4rem 0;
}

.mod-t-adit__head {
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .mod-t-adit__head {
    max-width: 100rem;
    margin-inline: auto;
  }
}
.mod-t-adit__h-title {
  font-size: 3.5rem;
  font-family: "Anton", sans-serif;
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .mod-t-adit__h-title {
    font-size: 7.5rem;
  }
}
.mod-t-adit__h-title span {
  font-family: "Noto Sans", "Noto Sans JP", "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  color: #fff;
  padding: 0 0 0 1rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .mod-t-adit__h-title span {
    padding: 0 0 0 2rem;
    font-size: 2.2rem;
  }
}

.mod-t-adit__dscr {
  font-size: 1.6rem;
  margin: 0 0 2rem;
  line-height: 1.5;
  font-weight: 700;
}
.mod-t-adit__dscr::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.mod-t-adit__dscr span.title {
  font-size: 120%;
}
.mod-t-adit__dscr span.note {
  font-size: 80%;
}
.mod-t-adit__dscr a {
  color: inherit;
}
@media (min-width: 768px) {
  .mod-t-adit__dscr {
    font-size: 2.3rem;
    width: max-content;
    margin-inline: auto;
  }
}

.mod-t-intro__seat {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .mod-t-intro__seat {
    max-width: 100rem;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .mod-t-adit__dscr.seat-dscr {
    max-width: 100rem;
    margin-inline: auto;
  }
}

.mod-t-adit__btn-wrap {
  margin: 2rem auto 0;
  /* max-width: 76.7rem */
  max-width: 88.9rem;
}
.mod-t-intro {
  display: block;
  /* color: #fff; */
  position: relative;
  /* background-color: #000 */
}
.mod-t-intro__back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-t-intro__back picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-t-intro__back picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .mod-t-intro::before, .mod-t-intro::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 33.3333%;
	height: 100%;
	z-index: 0
}
.mod-t-intro::before {
	left: 0;
	background-color: #0651a7
}
.mod-t-intro::after {
	right: 0;
	background-color: #e5004f
} */
.mod-t-intro__innr {
  position: relative;
  z-index: 1;
}
.mod-t-intro__catch {
  text-align: center;
  font-size: 2.6rem;
  margin: 0;
}
.time_schedule {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .mod-t-intro__catch {
    font-size: 6.5rem;
  }
}
.mod-t-intro__head {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .mod-t-intro__visual {
    display: flex;
  }
}
.mod-t-intro__visual-item {
  width: 100%;
}
@media (min-width: 768px) {
  .mod-t-intro__visual-item {
    width: 50%;
  }
}
.mod-t-intro__visual-img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-t-intro__body {
  padding: 3rem 0 6rem;
}
.mod-t-intro__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-intro__lead {
    font-size: 2.8rem;
  }
}
.mod-t-intro__info {
  display: block;
  margin: 4rem 0 0;
}
@media (min-width: 768px) {
  .mod-t-intro__i-row {
    display: flex;
    margin: 0 -2.5rem;
  }
}
.mod-t-intro__i-item {
  margin: 0 0 6rem;
}
.mod-t-intro__i-item:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-intro__i-item {
    width: 50%;
    padding: 0 2.5rem;
    margin: 0;
  }
}
.mod-t-intro__i-title {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 2rem;
  font-family: "Anton", sans-serif;
}
.mod-t-intro__i-title .small {
  font-size: 3rem;
}
.mod-t-intro__i-title span {
  font-size: 80%;
}
@media (min-width: 768px) {
  .mod-t-intro__i-title {
    font-size: 7rem;
  }
  .mod-t-intro__i-title .small {
    font-size: 5rem;
  }
}
.mod-t-intro__card {
  display: block;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #252525;
}
.mod-t-intro__c-logo {
  display: block;
  width: 14rem;
  margin: 0 auto 0rem;
}
.mod-t-intro__c-logo.zeekstar img {
  width: 10rem;
}
.mod-t-intro__c-logo.jp img {
  width: 10rem;
}
@media (min-width: 768px) {
  .mod-t-intro__c-logo {
    width: 21rem;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
  }
  .mod-t-intro__c-logo.zeekstar img {
    width: 15rem;
  }
  .mod-t-intro__c-logo.jp img {
    width: 15rem;
  }
}
.mod-t-intro__c-name {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-intro__c-name {
    font-size: 3.6rem;
  }
}
.mod-t-intro__c-name a {
  color: inherit;
  text-decoration: none;
  width: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.mod-t-intro__c-name a:hover {
  opacity: 0.7;
}
.mod-t-intro__c-name a img {
  width: 0.5em;
}
.mod-t-intro__c-name.-inactive {
  color: #fff;
}
.mod-t-intro__c-vs {
  margin: 2rem 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Anton", sans-serif;
}
@media (min-width: 768px) {
  .mod-t-intro__c-vs {
    font-size: 4rem;
  }
}
.mod-t-intro__detail {
  margin: 5rem 0 0;
  position: relative;
  border: 2px solid #000;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .mod-t-intro__detail {
    padding: 2.5rem 5rem;
    border-radius: 3rem;
  }
}
.mod-t-intro__d-title {
  margin: 0 auto 2.8rem;
  font-size: 2.4rem;
  width: max-content;
  display: flex;
  align-items: baseline;
}
.mod-t-intro__d-title span {
  display: block;
}
@media (min-width: 768px) {
  .mod-t-intro__d-title {
    font-size: 4rem;
  }
  .mod-t-intro__d-title span br {
    display: none;
  }
}
.mod-t-intro__d-dl {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-intro__d-dl {
    font-size: 2.3rem;
  }
}
.mod-t-intro__d-dl {
  margin: 0;
}
.mod-t-intro__d-dt {
  display: inline-block;
}
@media (min-width: 768px) {
  .mod-t-intro__d-dt {
    white-space: nowrap;
  }
}
.mod-t-intro__d-dd {
  display: inline-block;
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-intro__d-dd {
    display: inline-block;
  }
  .mod-t-intro__d-dd.-pc-block {
    display: block;
  }
}
.mod-t-intro__d-dd-spacer {
  display: inline-block;
  width: 3em;
}
.mod-t-intro__d-bottom {
  margin: 2rem 0 0;
}
.mod-t-intro__d-btn {
  display: flex;
  background-color: #939292;
  color: #fff;
  font-size: 2.6rem;
  position: relative;
  text-decoration: none;
  align-items: center;
  height: 2.2em;
  justify-content: center;
  letter-spacing: 0;
  border-radius: 1rem;
  max-width: 52rem;
  margin: 0 auto;
  transition: background-color 100ms linear;
}
@media (min-width: 768px) {
  .mod-t-intro__d-btn {
    font-size: 3rem;
    height: 2.2em;
    max-width: 35.2rem;
  }
}
.mod-t-intro__d-btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.mod-t-intro__d-btn:hover {
  background-color: #acacac;
}
@media (min-width: 768px) {
  .mod-t-intro__d-dd-row {
    display: flex;
  }
}
@media (min-width: 768px) {
  .mod-t-intro__d-dd-item {
    width: 50%;
  }
}
.mod-t-intro__catch,
.mod-t-intro__visual,
.mod-t-intro__lead {
  opacity: 0.0002;
  -webkit-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
}
.mod-t-intro.inview .mod-t-intro__catch,
.mod-t-intro.inview .mod-t-intro__visual,
.mod-t-intro.inview .mod-t-intro__lead {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition-delay: 0.25s;
}
.mod-t-intro.inview .mod-t-intro__visual {
  transition-delay: 0.43s;
}
.mod-t-intro.inview .mod-t-intro__lead {
  transition-delay: 0.61s;
}
.mod-t-intro__card.scr {
  opacity: 0.001;
  -webkit-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
}
.mod-t-intro__card.scr.inview {
  transition: opacity 0.25s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.25s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.25s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.mod-t-guest {
  padding: 4.8rem 0;
  background-image: url("../img/bg_ambassador_sp.jpg");
  position: relative;
}
@media (min-width: 768px) {
  .mod-t-guest {
    background-image: url("../img/bg_ambassador_pc.jpg");
  }
}
.mod-t-guest__back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-t-guest__back picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-t-guest__back picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-t-guest__innr {
  position: relative;
  z-index: 1;
}
.mod-t-guest__innr h2 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-guest__innr h2 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}
.mod-t-guest__card-wrap {
  display: grid;
  grid-template-columns: 17rem 17rem;
  justify-content: center;
  gap: 2.4rem 1.7rem;
}
@media (min-width: 768px) {
  .mod-t-guest__card-wrap {
    grid-template-columns: 28.2rem 28.2rem 28.2rem;
    gap: 2.4rem;
  }
}
.mod-t-guest__img {
  margin-bottom: 0.8rem;
}
.mod-t-guest__name {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .mod-t-guest__name {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
button.mod-t-guest__button {
  font-size: 1.2rem;
  width: 100%;
  padding: 0.1rem 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  cursor: pointer;
  transition: opacity 100ms linear;
}
@media (min-width: 768px) {
  button.mod-t-guest__button {
    font-size: 1.6rem;
    padding: 0.25rem 0;
  }
}
button.mod-t-guest__button:hover {
  opacity: 0.8;
}
button.mod-t-guest__button::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0651A7;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
}
button.mod-t-guest__button::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0651A7;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  button.mod-t-guest__button::before {
    width: 11px;
    height: 2px;
    right: 1.3rem;
  }
  button.mod-t-guest__button::after {
    width: 11px;
    height: 2px;
    right: 1.3rem;
  }
}
button.mod-t-guest__button span {
  font-weight: 700;
  background: linear-gradient(90deg, #000000 0%, #004070 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mod-t-guest__modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
}
.mod-t-guest__modal.active {
  display: block;
}
.mod-t-guest__modal__card {
  width: 34.3rem;
  padding-bottom: 1.6rem;
  margin: 4rem auto 9rem;
  background-image: url("../img/bg-intro-sp.jpg");
  border: 2px solid #000;
  display: none;
}
.mod-t-guest__modal__card.active {
  display: block;
}
@media (min-width: 768px) {
  .mod-t-guest__modal__card {
    width: 90rem;
    margin: 3rem auto;
    padding: 4.8rem 0 3rem;
    background-image: url("../img/bg-intro-pc.jpg");
    border: 4px solid #000;
  }
}
.mod-t-guest__modal__img {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-guest__modal__img {
    width: 56.8rem;
    margin: 0 auto 2.4rem;
  }
}
.mod-t-guest__modal__name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-guest__modal__name {
    font-size: 2rem;
  }
}
.mod-t-guest__modal__box {
  height: 12.5em;
  padding: 0 1.6rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .mod-t-guest__modal__box {
    padding: 0 9rem;
  }
}
.mod-t-guest__modal__text {
  font-size: 1.6rem;
  font-weight: 400;
}
.mod-t-guest__modal__button {
  font-size: 1.2rem;
  font-weight: 700;
  width: 17rem;
  margin: 1.6rem auto 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10rem;
  display: block;
  transition: opacity 100ms linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mod-t-guest__modal__button {
    font-size: 1.8rem;
    width: 31.7rem;
    border: 2px solid #000;
  }
}
button.mod-t-guest__modal__button:hover {
  opacity: 0.8;
}

.mod-t-perform {
  padding: 4.8rem 0;
  background-image: url("../img/bg_perform_wt_sp.jpg");
  position: relative;
}
@media (min-width: 768px) {
  .mod-t-perform {
    background-image: url("../img/bg_perform_wt_pc.jpg");
  }
}
.mod-t-perform__back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-t-perform__back picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-t-perform__back picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-t-perform__innr {
  position: relative;
  z-index: 1;
}
.mod-t-perform__innr h2 {
  text-align: center;
  color: #282828;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-perform__innr h2 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}
.mod-t-perform__card-wrap {
  display: grid;
  grid-template-columns: 17rem 17rem;
  justify-content: center;
  gap: 2.4rem 1.7rem;
}
@media (min-width: 768px) {
  .mod-t-perform__card-wrap {
    grid-template-columns: 28.2rem 28.2rem;
    gap: 2.4rem;
  }
}
.mod-t-perform__img {
  margin-bottom: 0.8rem;
}
.mod-t-perform__name {
  text-align: center;
  color: #282828;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .mod-t-perform__name {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
button.mod-t-perform__button {
  font-size: 1.2rem;
  width: 100%;
  padding: 0.1rem 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  cursor: pointer;
  transition: opacity 100ms linear;
}
@media (min-width: 768px) {
  button.mod-t-perform__button {
    font-size: 1.6rem;
    padding: 0.25rem 0;
  }
}
button.mod-t-perform__button:hover {
  opacity: 0.8;
}
button.mod-t-perform__button::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0651A7;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
}
button.mod-t-perform__button::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0651A7;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  button.mod-t-perform__button::before {
    width: 11px;
    height: 2px;
    right: 1.3rem;
  }
  button.mod-t-perform__button::after {
    width: 11px;
    height: 2px;
    right: 1.3rem;
  }
}
button.mod-t-perform__button span {
  font-weight: 700;
  background: linear-gradient(90deg, #000000 0%, #004070 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mod-t-perform__modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
}
.mod-t-perform__modal.active {
  display: block;
}
.mod-t-perform__modal__card {
  width: 34.3rem;
  padding-bottom: 1.6rem;
  margin: 4rem auto 9rem;
  background-image: url("../img/bg-intro-sp.jpg");
  border: 2px solid #000;
  display: none;
}
.mod-t-perform__modal__card.active {
  display: block;
}
@media (min-width: 768px) {
  .mod-t-perform__modal__card {
    width: 90rem;
    margin: 3rem auto;
    padding: 4.8rem 0 3rem;
    background-image: url("../img/bg-intro-pc.jpg");
    border: 4px solid #000;
  }
}
.mod-t-perform__modal__img {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-perform__modal__img {
    width: 56.8rem;
    margin: 0 auto 2.4rem;
  }
}
.mod-t-perform__modal__name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-perform__modal__name {
    font-size: 2rem;
  }
}
.mod-t-perform__modal__box {
  height: 12.5em;
  padding: 0 1.6rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .mod-t-perform__modal__box {
    padding: 0 9rem;
  }
}
.mod-t-perform__modal__text {
  font-size: 1.6rem;
  font-weight: 400;
}
.mod-t-perform__modal__button {
  font-size: 1.2rem;
  font-weight: 700;
  width: 17rem;
  margin: 1.6rem auto 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10rem;
  display: block;
  transition: opacity 100ms linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mod-t-perform__modal__button {
    font-size: 1.8rem;
    width: 31.7rem;
    border: 2px solid #000;
  }
}
button.mod-t-perform__modal__button:hover {
  opacity: 0.8;
}

.mod-t-psg {
  padding: 4.8rem 0;
  background-image: url("../img/bg_perform_bl_sp.jpg");
  position: relative;
}
@media (min-width: 768px) {
  .mod-t-psg {
    background-image: url("../img/bg_perform_bl_pc.jpg");
  }
}
.mod-t-psg__back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-t-psg__back picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-t-psg__back picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-t-psg__innr {
  position: relative;
  z-index: 1;
}
.mod-t-psg__innr h2 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-psg__innr h2 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}
.mod-t-psg__card-wrap {
  display: grid;
  grid-template-columns: 17rem 17rem;
  justify-content: center;
  gap: 2.4rem 1.7rem;
}
@media (min-width: 768px) {
  .mod-t-psg__card-wrap {
/*    grid-template-columns: 28.2rem 28.2rem 28.2rem 28.2rem;*/
    grid-template-columns: 28.2rem 28.2rem 28.2rem;
    gap: 2.4rem;
  }
}
.mod-t-psg__img {
  margin-bottom: 0.8rem;
}
.mod-t-psg__name {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .mod-t-psg__name {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
button.mod-t-psg__button {
  font-size: 1.2rem;
  width: 100%;
  padding: 0.1rem 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  cursor: pointer;
  transition: opacity 100ms linear;
}
@media (min-width: 768px) {
  button.mod-t-psg__button {
    font-size: 1.6rem;
    padding: 0.35rem 0;
  }
}
button.mod-t-psg__button:hover {
  opacity: 0.8;
}
button.mod-t-psg__button::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0651A7;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
}
button.mod-t-psg__button::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0651A7;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  button.mod-t-psg__button::before {
    width: 11px;
    height: 2px;
    right: 1.3rem;
  }
  button.mod-t-psg__button::after {
    width: 11px;
    height: 2px;
    right: 1.3rem;
  }
}
button.mod-t-psg__button span {
  font-weight: 700;
  background: linear-gradient(90deg, #000000 0%, #004070 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mod-t-psg__modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
}
.mod-t-psg__modal.active {
  display: block;
}
.mod-t-psg__modal__card {
  width: 34.3rem;
  padding-bottom: 1.6rem;
  margin: 4rem auto 9rem;
  background-image: url("../img/bg-intro-sp.jpg");
  border: 2px solid #000;
  display: none;
}
.mod-t-psg__modal__card.active {
  display: block;
}
@media (min-width: 768px) {
  .mod-t-psg__modal__card {
    width: 90rem;
    margin: 3rem auto;
    padding: 4.8rem 0 3rem;
    background-image: url("../img/bg-intro-pc.jpg");
    border: 4px solid #000;
  }
}
.mod-t-psg__modal__img {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-psg__modal__img {
    width: 56.8rem;
    margin: 0 auto 2.4rem;
  }
}
.mod-t-psg__modal__name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-psg__modal__name {
    font-size: 2rem;
  }
}
.mod-t-psg__modal__box {
  height: 12.5em;
  padding: 0 1.6rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .mod-t-psg__modal__box {
    padding: 0 9rem;
  }
}
.mod-t-psg__modal__text {
  font-size: 1.6rem;
  font-weight: 400;
}
.mod-t-psg__modal__button {
  font-size: 1.2rem;
  font-weight: 700;
  width: 17rem;
  margin: 1.6rem auto 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10rem;
  display: block;
  transition: opacity 100ms linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mod-t-psg__modal__button {
    font-size: 1.8rem;
    width: 31.7rem;
    border: 2px solid #000;
  }
}
button.mod-t-psg__modal__button:hover {
  opacity: 0.8;
}

.mod-t-midLead {
  display: block;
  position: relative;
  padding: 16rem 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .mod-t-midLead {
    padding: 5rem 0;
  }
}
.mod-t-midLead__main {
  position: relative;
  z-index: 1;
}
.mod-t-midLead__l-img {
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.mod-t-midLead__l-img img {
  width: 47.7rem;
}
.mod-t-midLead__m-txt {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
  padding: 0 3rem;
  line-height: 1.5;
  margin: 0 0 2.2rem;
}
@media (min-width: 768px) {
  .mod-t-midLead__m-txt {
    font-size: 3rem;
  }
}
.mod-t-midLead__l-txt {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mod-t-midLead__l-txt {
    font-size: 3.2rem;
  }
}
.mod-t-midLead__note {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .mod-t-midLead__note {
    font-size: 1.4rem;
  }
}
.mod-t-midLead__btn-wrap {
  padding: 0 2.2rem;
  margin: 2rem 0 0;
  display: grid;
  gap: 1.5rem 0;
}
@media (min-width: 768px) {
  .mod-t-midLead__btn-wrap {
    width: max-content;
    margin-inline: auto;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}
.mod-t-midLead__btn {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 1.5rem;
  color: #fff;
  text-decoration: none;
  padding: 1.7rem 2rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: background-color 100ms linear;
}
@media (min-width: 768px) {
  .mod-t-midLead__btn {
    width: 41.6rem;
    padding: 2.3rem 2rem;
    margin: 0 auto;
    border-radius: 1.9rem;
  }
}
.mod-t-midLead__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 100ms linear;
}
.mod-t-midLead__btn:hover::before {
  opacity: 0.8;
}
.mod-t-midLead__btn.btn-x::before {
  background-color: #000;
}
.mod-t-midLead__btn.btn-ins::before {
  background: radial-gradient(92.18% 99.11% at 26.56% 107.7%, #ffdd55 0%, #ffdd55 10%, #ff543e 50%, #c837ab 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
.mod-t-midLead__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  border: 2px solid #fff;
  border-radius: 1.2rem;
}
@media (min-width: 768px) {
  .mod-t-midLead__btn::after {
    border-radius: 1.6rem;
  }
}
/* .mod-t-midLead__btn::after {
	content: "";
	display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    position: absolute;
    top: 50%;
    right: 3rem;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
} */
.mod-t-midLead__btn-icon {
  width: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .mod-t-midLead__btn-icon {
    width: 4rem;
  }
}
.mod-t-midLead__btn-txt {
  font-size: 1.6rem;
  font-weight: bold;
  justify-self: center;
  position: relative;
}
@media (min-width: 768px) {
  .mod-t-midLead__btn-txt {
    font-size: 2.15rem;
  }
}
.mod-t-midLead__btn-arrow {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.mod-t-midLead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mod-t-midLead__bg-item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 33.3333%;
}
@media (min-width: 768px) {
  .mod-t-midLead__bg-item {
    height: 100%;
    width: 33.3333%;
    left: auto;
    top: 0;
  }
}
.mod-t-midLead__bg-item:first-child {
  top: 0;
}
@media (min-width: 768px) {
  .mod-t-midLead__bg-item:first-child {
    left: 0;
  }
}
.mod-t-midLead__bg-item:first-child .mod-t-midLead__bg-img {
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 45%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 45%);
}
@media (min-width: 768px) {
  .mod-t-midLead__bg-item:first-child .mod-t-midLead__bg-img {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 45%);
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 45%);
  }
}
.mod-t-midLead__bg-item:last-child {
  bottom: 0;
}
@media (min-width: 768px) {
  .mod-t-midLead__bg-item:last-child {
    right: 0;
  }
}
.mod-t-midLead__bg-item:last-child .mod-t-midLead__bg-img {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 45%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 45%);
}
@media (min-width: 768px) {
  .mod-t-midLead__bg-item:last-child .mod-t-midLead__bg-img {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 45%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 45%);
  }
}
.mod-t-midLead__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-t-news {
  background-color: #fff;
  overflow: hidden;
  padding: 6rem 0 6rem;
}
.mod-t-news__head {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .mod-t-news__head {
    max-width: 89.8rem;
    margin-inline: auto;
  }
  .mod-t-news__body {
    max-width: 89.8rem;
    margin-inline: auto;
  }
}
.mod-t-news__h-title {
  font-size: 3.5rem;
  font-family: "Anton", sans-serif;
  margin: 0;
  color: #939292;
}
@media (min-width: 768px) {
  .mod-t-news__h-title {
    font-size: 7.5rem;
  }
}
.mod-t-news__h-title span {
  font-family: "Noto Sans", "Noto Sans JP", "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  color: #252525;
  padding: 0 0 0 1rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .mod-t-news__h-title span {
    padding: 0 0 0 2rem;
    font-size: 2.2rem;
  }
}
.mod-t-news__footer {
  margin: 3rem 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mod-t-news__footer {
    text-align: right;
  }
}
.mod-t-news__btn {
  display: inline-flex;
  height: 2.5em;
  border: 1px solid currentColor;
  position: relative;
  text-decoration: none;
  color: #252525;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  padding: 0 6rem 0 4rem;
  border-radius: 2.5em;
  transition: opacity 100ms linear;
}
@media (min-width: 768px) {
  .mod-t-news__btn {
    font-size: 1.8rem;
  }
}
.mod-t-news__btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #e5004f;
  border-right: 2px solid #e5004f;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.mod-t-news__btn:hover {
  opacity: 0.7;
}
.mod-t-btLead {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.mod-t-btLead__innr {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .mod-t-btLead__row {
    display: flex;
  }
}
.mod-t-btLead__main {
  padding: 2rem 0 3rem;
}
.mod-t-btLead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #650023 0%, black 100%);
  z-index: 0;
}
.mod-t-btLead.ja .mod-t-btLead__bg {
  background: linear-gradient(to left, #710016 0%, black 100%);
}
@media (min-width: 768px) {
  .mod-t-btLead__main {
    width: calc(100% - 40.4rem);
    padding: 4rem 0 3rem;
    display: grid;
    grid-template-rows: auto auto 1fr;
  }
}
.mod-t-btLead__l-txt {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media (min-width: 768px) {
  .mod-t-btLead__l-txt {
    font-size: 3.2rem;
    margin: 0 0 1rem;
  }
}
.mod-t-btLead__lead {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-btLead__lead {
    font-size: 1.8rem;
  }
}
.mod-t-btLead__lead small {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .mod-t-btLead__lead small {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .mod-t-btLead__m-row {
    display: flex;
    align-items: center;
    align-self: end;
    margin: 2rem 0 0;
  }
}
.mod-t-btLead__m-visual {
  margin: 2rem auto 2rem;
  width: 100%;
  max-width: 27.4rem;
}
.mod-t-btLead__m-visual.ja {
  width: 22%;
  margin: 2rem auto 3rem;
}
@media (min-width: 768px) {
  .mod-t-btLead__m-visual {
    width: 16.3rem;
    max-width: 100%;
    min-height: 233px;
    margin: 0;
  }
  .mod-t-btLead__m-visual.ja {
    width: 20.6%;
    margin: 0;
    display: flex;
  }
}
.mod-t-btLead__m-img {
  display: block;
  width: 100%;
  position: relative;
}
.mod-t-btLead__m-btn-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 29rem;
}
@media (min-width: 768px) {
  .mod-t-btLead__m-btn-wrap {
    max-width: 47.6rem;
  }
}
.mod-t-btLead__m-btn {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 0;
  border: 2px solid #e5004f;
  border-radius: 10em;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  margin: 0 0 1.2rem;
  letter-spacing: 0;
  background-color: #fff;
  white-space: nowrap;
}
.mod-t-btLead__m-btn.ja {
  padding: 1rem 1rem 1rem 0;
  border: 2px solid #fff;
}
.mod-t-btLead__m-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-btLead__m-btn {
    margin: 0 0 1.9rem;
    font-size: 3.2rem;
    padding: 2.7rem 7rem 2.7rem 4rem;
  }
  .mod-t-btLead__m-btn.ja {
    padding: 1.7rem 1rem 1.7rem 0;
  }
}
.mod-t-btLead__m-btn.-inactive {
  opacity: 0.4;
  pointer-events: none;
}
.mod-t-btLead__m-btn span {
  position: relative;
  z-index: 2;
}
.mod-t-btLead__m-btn::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .mod-t-btLead__m-btn::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 3.5rem;
  }
}
.mod-t-btLead__m-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to left, #e5004f 0%, black 100%);
  transition: opacity 100ms linear;
}
.mod-t-btLead__m-btn:hover::before {
  opacity: 0.8;
}
.mod-t-btLead__visual {
  margin: 0 auto;
  width: 24.6rem;
}
@media (min-width: 768px) {
  .mod-t-btLead__visual {
    margin: 0;
    width: 39.2rem;
  }
}
.mod-t-btLead__visual-img {
  display: block;
  width: 100%;
}
.mod-t-btLead.scr .mod-t-btLead__main {
  opacity: 0.001;
}
.mod-t-btLead.scr .mod-t-btLead__visual {
  opacity: 0.001;
  -webkit-transform: translate(1rem, 0rem);
  transform: translate(1rem, 0rem);
}
.mod-t-btLead.scr.inview .mod-t-btLead__main {
  opacity: 1;
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition-delay: 0.55s;
}
.mod-t-btLead.scr.inview .mod-t-btLead__visual {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.75s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition-delay: 0.25s;
}
.mod-t-btLead__bottom-note {
  margin: 3rem 0 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .mod-t-btLead__bottom-note {
    margin: 5rem 0 0;
    font-size: 2.1rem;
    text-align: left;
  }
}
.mod-t-btLead__bottom-note a {
  text-decoration: underline;
  color: inherit;
}
.mod-t-btLead__bottom-note a:hover {
  opacity: 0.8;
}
.mod-t-movies {
  display: block;
  padding: 3rem 0 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .mod-t-movies {
    padding: 12rem 0;
  }
}
.mod-t-movies__back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-t-movies__back picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-t-movies__back picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-t-movies__back-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.mod-t-movies__back-img img {
  max-width: none;
  position: absolute;
  opacity: 0.65;
}
.mod-t-movies__back-img img:first-of-type {
  width: 103%;
  top: 22%;
  transform: translate(-41%, 0) rotate(-135deg);
}
.mod-t-movies__back-img img:nth-of-type(2) {
  width: 90%;
  top: 47%;
  right: 0;
  transform: translate(42%, 0) rotate(-25deg);
}
.mod-t-movies__back-img img:nth-of-type(3) {
  width: 92%;
  top: 67%;
  transform: translate(-21%, 0) rotate(-15deg);
}
@media (min-width: 768px) {
  .mod-t-movies__back-img img:first-of-type {
    width: 72%;
    top: 0;
    transform: translate(-34%, 6%) rotate(-135deg);
  }
  .mod-t-movies__back-img img:nth-of-type(2) {
    width: 70%;
    top: 33%;
    right: 0;
    transform: translate(19%, 0) rotate(-32deg);
  }
  .mod-t-movies__back-img img:nth-of-type(3) {
    width: 54%;
    top: 61%;
    transform: translate(-1%, 0) rotate(-15deg);
  }
}
@media (min-width: 768px) {
  .mod-t-movies__innr {
    margin: 0 auto;
    max-width: 2400px;
  }
}
.mod-t-movies__h-title {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  text-align: center;
}
.svg-title {
  text-align: center;
  margin-bottom: 2rem;
}
.svg-title img {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .svg-title img {
    width: 311px;
  }
}
@media (min-width: 768px) {
  .mod-t-movies__h-title {
    font-size: 4.6rem;
    margin: 0 0 3rem;
  }
}
.mod-t-movies__h-video-wrap {
  width: 100%;
  position: relative;
}
.mod-t-movies__h-video-wrap .movie p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .mod-t-movies__h-video-wrap {
  }
  .mod-t-movies__h-video-wrap .movie p {
    font-size: 2rem;
  }
  .mod-t-movies__h-video-wrap:has(> :nth-child(2)) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2rem;
  }
}
/* .mod-t-movies__h-video-wrap video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
} */
.mod-t-movies__h-video-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.mod-t-movies__h-video-wrap iframe:first-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* .mod-t-movies__h-video-wrap video {
    margin: 0;
  } */
  .mod-t-movies__h-video-wrap iframe:first-of-type {
    margin: 0;
  }
}
.mod-t-movies__bgTxt {
  margin: 0 0 2rem;
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mod-t-movies__bgTxt {
    margin: 0 0 6rem;
  }
}
.mod-t-movies__bgTxt img {
  display: block;
  min-width: 100%;
}
.mod-t-movies__block {
  margin: 6rem 0 0;
}
@media (min-width: 768px) {
  .mod-t-movies__block {
    margin: 7rem 0 0;
  }
}
@media (min-width: 768px) {
  .mod-t-movies__b-row {
    display: flex;
    /* margin: 0 -14rem 0 0; */
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .mod-t-movies__b-main {
    width: 100rem;
  }
}
/* .mod-t-movies__b-m-row {
	display: flex
} */
.mod-t-movies__b-m-visual {
  width: 13.3rem;
}
@media (min-width: 768px) {
  .mod-t-movies__b-m-visual {
    display: none;
  }
}
.mod-t-movies__b-title {
  text-align: center;
  width: max-content;
  /* width: calc(100% - 13.3rem); */
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-movies__b-title {
    font-size: 6.4rem;
    margin: 0 auto 2rem;
  }
}
.mod-t-movies__b-title.-secondary {
  color: #0651a7;
}
.mod-t-movies__b-title.-primary {
  color: #e5004f;
}
.mod-t-movies__b-video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .mod-t-movies__b-video-wrap {
    margin: 0 0 3rem;
  }
}
.mod-t-movies__b-video-wrap img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}
.mod-t-movies__b-video-wrap iframe {
  width: 100%;
  height: 100%;
}
.mod-t-movies__b-video-wrap.-disabled {
  background-color: #5f5e5e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-t-movies__b-video-wrap.-disabled::before {
  content: "Coming Soon";
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  color: #fff;
  font-size: 3rem;
}
.mod-t-movies__b-note {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-movies__b-note {
    font-size: 2.2rem;
  }
}
.mod-t-movies__b-visual {
  display: none;
}
@media (min-width: 768px) {
  .mod-t-movies__b-visual {
    display: block;
    width: calc(100% - 88rem);
  }
}
.mod-t-movies__b-visual-img {
  display: block;
  width: 100%;
}
.mod-t-movies__bgTxt {
  overflow: hidden;
}
.mod-t-movies__bgTxt.scr {
  position: relative;
}
.mod-t-movies__bgTxt.zeekstar.scr {
  width: 97%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .mod-t-movies__bgTxt.zeekstar.scr {
    width: 100%;
  }
}
.mod-t-movies__bgTxt.suisei.scr {
  width: 79%;
  width: 97%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .mod-t-movies__bgTxt.suisei.scr {
    width: 70%;
  width: 97%;
  }
}
.mod-t-movies__bgTxt.scr .mod-t-movies__bgTxt-img {
  /* opacity: .001;
	-webkit-transform: translate(14rem, 0);
	transform: translate(14rem, 0) */
  opacity: 1;
  -webkit-transform: translate(0rem, 0);
  transform: translate(0rem, 0);
  transition: opacity 1s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 1s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 1s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
}
.mod-t-movies__bgTxt.scr::before {
  /* content: ""; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}
.mod-t-movies__bgTxt.scr.inview .mod-t-movies__bgTxt-img {
  opacity: 1;
  -webkit-transform: translate(0rem, 0);
  transform: translate(0rem, 0);
  transition: opacity 1s linear, -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 1s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 1s linear, transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition-delay: 0.2s;
}
.mod-t-movies__bgTxt.scr.inview::before {
  -webkit-transform: translate(101%, 0);
  transform: translate(101%, 0);
  transition: opacity 0.75s linear, -webkit-transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 1s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition-delay: 0.4s;
}
.mod-t-movies__b-visual-img.scr {
  opacity: 0.001;
}
.mod-t-movies__b-visual-img.scr.inview {
  transition: opacity 0.75s linear, -webkit-transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 1s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  opacity: 1;
  transition-delay: 0.2s;
}
.mod-t-movies__m-btn-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 22.3rem;
}
@media (min-width: 768px) {
  .mod-t-movies__m-btn-wrap {
    max-width: 44.6rem;
  }
}
.mod-t-movies__m-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0.6rem 0;
  border-radius: 10em;
  text-decoration: none;
  color: #fff;
  font-size: 1.53rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  margin: 0 0 1.2rem;
  letter-spacing: 0;
  background-color: #fff;
  white-space: nowrap;
}
.mod-t-movies__m-btn.small {
  font-size: 1.3rem;
}
.mod-t-movies__m-btn.id {
  padding: 1.57rem 0;
}
.mod-t-movies__m-btn.psg {
  border: 2px solid #0651a7;
}
.mod-t-movies__m-btn.zeekstar {
  border: 2px solid #e5004f;
}
.mod-t-movies__m-btn.suisei {
  border: 2px solid #ffffff;
}
.mod-t-movies__m-btn span {
  position: relative;
  z-index: 2;
}
.mod-t-movies__m-btn::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .mod-t-movies__m-btn {
    font-size: 3.07rem;
    padding: 1.35rem 0;
  }
  .mod-t-movies__m-btn.id {
    padding: 3.5rem;
  }
  .mod-t-movies__m-btn::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 3.5rem;
  }
  .mod-t-movies__m-btn.small {
    font-size: 2.5rem;
  }
}
.mod-t-movies__m-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 100ms linear;
}
.mod-t-movies__m-btn.psg::before {
  background: linear-gradient(to left, #0651a7 0%, black 100%);
}
.mod-t-movies__m-btn.zeekstar::before {
  background: linear-gradient(to left, #e5004f 0%, black 100%);
}
.mod-t-movies__m-btn.suisei::before {
  background: linear-gradient(to left, #00172a 0%, black 100%);
}
.mod-t-movies__m-btn:hover::before {
  opacity: 0.8;
}

.mod-t-movies__main {
  padding: 3rem 0 2rem;
  width: 95%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .mod-t-movies__main {
    width: max-content;
    padding: 5rem 0 3rem;
    display: grid;
    grid-template-rows: auto auto 1fr;
    text-align: center;
    margin-inline: auto;
  }
}
.mod-t-movies__l-txt {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media (min-width: 768px) {
  .mod-t-movies__l-txt {
    font-size: 3.2rem;
    margin: 0 0 1rem;
  }
}
.mod-t-movies__lead {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .mod-t-movies__lead {
    font-size: 1.8rem;
  }
}
.mod-t-movies__lead small {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .mod-t-movies__lead small {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .mod-t-movies__m-row {
    display: flex;
    align-items: center;
    align-self: end;
    margin: 2rem 0 0;
  }
}
.mod-t-movies__m-btn-wrap02 {
  margin: 0 auto;
  width: 100%;
  max-width: 29rem;
}
@media (min-width: 768px) {
  .mod-t-movies__m-btn-wrap02 {
    max-width: 47.6rem;
  }
}
.mod-t-movies__m-btn02 {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 0;
  border: 2px solid #e5004f;
  border-radius: 10em;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  margin: 0 0 1.2rem;
  letter-spacing: 0;
  background-color: #fff;
  white-space: nowrap;
}
.mod-t-movies__m-btn02.ja {
  padding: 1rem 1rem 1rem 0;
  border: 2px solid #fff;
}
.mod-t-movies__m-btn02:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-movies__m-btn02 {
    margin: 0 0 1.9rem;
    font-size: 3.2rem;
    padding: 2.7rem 7rem 2.7rem 4rem;
  }
  .mod-t-movies__m-btn02.ja {
    padding: 1.7rem 1rem 1.7rem 0;
  }
}
.mod-t-movies__m-btn02.-inactive {
  opacity: 0.4;
  pointer-events: none;
}
.mod-t-movies__m-btn02 span {
  position: relative;
  z-index: 2;
}
.mod-t-movies__m-btn02::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .mod-t-movies__m-btn02::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 3.5rem;
  }
}
.mod-t-movies__m-btn02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to left, #e5004f 0%, black 100%);
  transition: opacity 100ms linear;
}
.mod-t-movies__m-btn02.ja::before {
  background: linear-gradient(to left, #00172a 0%, black 100%);
}
.mod-t-movies__m-btn02:hover::before {
  opacity: 0.8;
}

.mod-t-movies__b-row.scr {
  opacity: 0.001;
}
.mod-t-movies__b-row.scr.inview {
  opacity: 1;
  transition: opacity 0.75s linear, -webkit-transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  transition: opacity 0.75s linear, transform 1s cubic-bezier(0.15, 0.86, 0.44, 1), -webkit-transform 1s cubic-bezier(0.15, 0.86, 0.44, 1);
  opacity: 1;
}
.mod-t-movies__b-bottom-txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.6em 0 0.3em;
}
@media (min-width: 768px) {
  .mod-t-movies__b-bottom-txt {
    font-size: 2.6rem;
    margin: 0.6em 0 0;
  }
}
.mod-t-movies__b-bottom-link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: color 70ms linear;
}
.mod-t-movies__b-bottom-link.-primary {
  color: #e5004f;
}
.mod-t-movies__b-bottom-link.-primary:hover {
  color: #ff0058;
}
.mod-t-movies__b-bottom-link.-secondary {
  color: #0651a7;
}
.mod-t-movies__b-bottom-link.-secondary:hover {
  color: #075dc0;
}
@media (min-width: 768px) {
  .mod-t-movies__b-bottom-link {
    font-size: 2.6rem;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.mod-t-spnsr {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .mod-t-spnsr {
    padding: 4rem 0;
  }
}
.mod-t-spnsr__row {
  display: block;
}
@media (min-width: 768px) {
  .mod-t-spnsr__row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.2rem -3rem;
  }
  .mod-t-spnsr__row.-center {
    justify-content: center;
  }
}
.mod-t-spnsr__item {
  width: 100%;
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .mod-t-spnsr__item {
    width: 25%;
    padding: 0 0.2rem 3rem;
  }
  .mod-t-spnsr__item.-pc-l {
    width: 40rem;
  }
  .mod-t-spnsr__item.-pc-l .mod-t-spnsr__logo {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.mod-t-spnsr__logo {
  width: 100%;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .mod-t-spnsr__logo {
    width: 29.6rem;
  }
}
.mod-t-spnsr__name {
  text-align: center;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .mod-t-spnsr__name {
    font-size: 1.5rem;
  }
}
.mod-t-spnsr__name.-l {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .mod-t-spnsr__name.-l {
    font-size: 2.2rem;
  }
}
.mod-t-spnsr__link {
  text-decoration: none;
  color: #252525;
}
.mod-t-spnsr__link:hover {
  opacity: 0.8;
}
.mod-t-hosting__txt {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}
.mod-t-hosting__txt.space {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .mod-t-hosting__txt {
    font-size: 3rem;
  }
}
.mod-t-tpLead {
  display: block;
  position: relative;
  overflow: hidden;
}
.mod-t-tpLead__innr {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .mod-t-tpLead__innr {
    padding: 4rem 0;
  }
}
.mod-t-tpLead__row {
  /* display: flex;
	flex-flow: column */
}
/* @media(min-width: 768px) {
	.mod-t-tpLead__row {
		flex-flow: row-reverse
	}
} */
.mod-t-tpLead__visual {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .mod-t-tpLead__visual {
    width: 40.9rem;
  }
}
.mod-t-tpLead__visual-img {
  display: block;
  width: 100%;
  max-width: 409px;
  margin: 0 auto;
}
.mod-t-tpLead__content {
  order: 1;
}
@media (min-width: 768px) {
  .mod-t-tpLead__content {
    /* width: calc(100% - 40.9rem);
		padding: 0 0 0 3rem */
    max-width: 108rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 3rem;
  }
}
.mod-t-tpLead__title {
  margin: 0 0 1.25em;
  font-size: 2.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .mod-t-tpLead__title {
    text-align: left;
    font-size: 4.8rem;
    margin: 0 0 3rem;
    order: 2;
  }
}
.mod-t-tpLead__logo {
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .mod-t-tpLead__logo {
    padding: 0;
    order: 1;
    grid-row: span 2;
  }
}
.mod-t-tpLead__btn-wrap {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .mod-t-tpLead__btn-wrap {
    margin: 0;
    order: 3;
  }
}
.mod-t-tpLead__btn {
  text-align: center;
  display: block;
  position: relative;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  background: linear-gradient(to left, #0651a7 0%, black 100%);
  border-radius: 10em;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  margin: 0 0 1.2rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.mod-t-tpLead__btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .mod-t-tpLead__btn {
    margin: 0 0 1.9rem;
    font-size: 4.2rem;
    padding: 2rem 4rem;
  }
}
.mod-t-tpLead__btn.-inactive {
  opacity: 0.4;
  pointer-events: none;
}
.mod-t-tpLead__btn span {
  letter-spacing: 0.2rem;
  background: linear-gradient(90deg, #000000 0%, #004070 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.mod-t-tpLead__btn span.txt_small {
  display: block;
  font-size: 0.6em;
  line-height: 2;
}
@media (min-width: 768px) {
  .mod-t-tpLead__btn span.txt_small {
    font-size: 0.5em;
  }
}
.mod-t-tpLead__btn::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: linear-gradient(135deg, #000000 50%, #004070 100%);
  clip-path: polygon(calc(100% - 3px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 3px), calc(100% - 3px) calc(100% - 3px));
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .mod-t-tpLead__btn::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 4.5rem;
  }
}
.mod-t-tpLead__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: 0;
  border-radius: 10em;
  background: linear-gradient(to left, #FCF759 0%, #DCD608 100%);
  transition: opacity 100ms linear;
}
@media (min-width: 768px) {
  .mod-t-tpLead__btn::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.mod-t-tpLead__btn:hover::before {
  opacity: 0.8;
}
.mod-t-tpLead__note {
  margin: 0 0 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mod-t-tpLead__note {
    margin: 0;
    font-size: 2.8rem;
    text-align: right;
  }
}
.mod-t-tpLead__note a {
  text-decoration: underline;
  color: inherit;
}
.mod-t-tpLead__note a:hover {
  opacity: 0.8;
}
.mod-t-tpLead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, #0651a7 0%, #032954 100%);
}
.mod-c-newsEntry {
  display: block;
}
.mod-c-newsEntry__visual {
  margin: 0 0 4rem;
}
.mod-c-newsEntry__visual img {
  width: 100%;
}
.mod-c-newsEntry__visual-img {
  display: block;
  width: 100%;
}
.mod-c-newsEntry__body {
  max-width: 99.4rem;
  margin: 0 auto;
}
.mod-c-newsEntry__title {
}
.mod-c-newsEntry__title span.small {
  font-size: 70%;
}
.mod-c-newsEntry__date {
  font-family: "Anton", sans-serif;
  color: #939292;
}
.mod-c-newsEntry__entry {
  margin: 5rem 0 10rem;
}

.mod-c-newsEntry__m-btn-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 30.3rem;
  margin-top: 3rem;
}

.mod-c-newsEntry__m-btn-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 30.3rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .mod-c-newsEntry__m-btn-wrap {
    max-width: 45.6rem;
    margin-top: 5rem;
  }
}
.mod-c-newsEntry__m-btn-wrap .mod-t-movies__m-btn {
  color: #fff;
}
@media (min-width: 768px) {
  .mod-c-newsEntry__m-btn-wrap .mod-t-movies__m-btn {
    font-size: 2.07rem;
  }
}

.mod-c-newsEntry__m-btn-wrap + p {
  text-align: center;
}

.mod-c-newsEntry__h2 {
  color: #fff;
  padding: 1rem;
  margin: 6rem 0 3rem;
  background-color: #e5004f;
}
.mod-c-newsEntry__dl {
}
.mod-c-newsEntry__dl dt {
  font-size: 1.1em;
  border-bottom: 5px solid #e5004f;
  padding: 0 0 0.5rem 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.mod-c-newsEntry__dl dd {
  margin: 0 0 4.5rem;
}
.mod-c-newsEntry__dl dd p.has-border {
  font-weight: bold;
  border-left: 5px solid #e5004f;
  padding-left: 0.8rem;
}
.mod-c-newsEntry__dl dd a {
  color: #e5004f;
}
.mod-c-newsEntry__img {
  margin: 0;
}

@media (min-width: 768px) {
  .mod-c-newsEntry__img.lineup {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .mod-c-newsEntry__img.goods {
    max-width: 50%;
    margin-bottom: 0.5rem;
  }
}
.mod-c-newsEntry__img img {
  margin: 0;
  width: 100%;
}
.mod-c-newsEntry__footer {
  margin: 5rem 0;
  text-align: right;
  max-width: 99.4rem;
  margin: 0 auto;
}
.mod-c-newsEntry__backLink {
  text-decoration: none;
  color: #e5004f;
}
.mod-c-newsEntry__backLink:hover {
  text-decoration: underline;
}
.ib {
  display: inline-block;
  font: inherit;
}
.no-mb {
  margin-bottom: 0 !important;
}
.no-mt {
  margin-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.no-pt {
  padding-top: 0 !important;
}
.-hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .-hidden-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .-hidden-pc {
    display: none;
  }
}
.-align-center {
  text-align: center;
}
.flex {
  display: flex;
  gap: 40px;
}
.performer_item {
  width: calc(33.3% - 15px);
}
.performer_item small {
  font-size: 16px;
  margin-top: 16px;
}
.performer_item .name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}
.goods_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.performer_item.goods {
  width: 100%;
}
.performer_item.goods p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .performer_item {
    width: 100%;
  }
  .goods_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.schedule-table-2024 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.schedule-table-2024 th,
.schedule-table-2024 td {
  border: 1px solid black;
  padding: 10px;
}
.schedule-table-2024 th {
  background-color: #f2f2f2;
}
.schedule-table-2024 .col-date {
  width: 12%;
}
.schedule-table-2024 .col-time {
  width: 15%;
}
.schedule-table-2024 .col-content {
  width: 25%;
}
.schedule-table-2024 .col-venue {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .mod-c-newsEntry__dl {
    overflow-x: auto;
    /* white-space: nowrap; */
  }
  .schedule-table-2024 {
    width: 800px; /* 最小の全体幅を設定 */
  }
}

.player-table-2024 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.player-table-2024 th,
.player-table-2024 td {
  border: 1px solid black;
  padding: 8px 4px;
}
.player-table-2024 th {
  background-color: #f2f2f2;
}
.player-table-2024 .col-japan,
.player-table-2024 .col-representative,
.player-table-2024 .col-pos,
.player-table-2024 .col-no {
  width: 6%;
}
.player-table-2024 .col-family,
.player-table-2024 .col-given {
  width: 15%;
}
.player-table-2024 .col-japanese {
  width: 15%;
}
.player-table-2024 .col-birth,
.player-table-2024 .col-country {
  width: 10%;
}
span.pink {
  color: #e5004f;
}

@media screen and (max-width: 767px) {
  .player-table-container {
    overflow-x: auto;
    white-space: nowrap;
  }
  .player-table-2024 {
    width: 1000px;
  }
}
