@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  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%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

figure {
  margin: 0;
}

iframe {
  border: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button,
input {
  outline-width: 0px;
}
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] input:focus {
  outline-width: 1px;
}

button {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.75;
}

a {
  color: #2D639D;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #2D639D;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.75;
}
body:not(.ready) * {
  transition: none !important;
}
body:not(.ready) *::before, body:not(.ready) *::after {
  transition: none !important;
}

.l-header {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.l-header .l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.is-spmenu-open .l-header .l-header__overlay, .is-pcmenu-open .l-header .l-header__overlay {
  visibility: visible;
  opacity: 1;
}
.l-header .l-header__outer {
  background-color: #EC79A0;
}
.l-header .l-header__outer .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: 15px;
}
.l-header .l-header__outer .l-header__inner .l-header__logo {
  display: none;
}
.l-header .l-header__outer .l-header__inner .l-header__txt {
  font-family: "Philosopher", Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.l-header .l-header__outer .l-header__inner .l-header__action {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list {
  display: flex;
}
.l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn {
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
}
.l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu::before {
  position: absolute;
  right: -15px;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
}
.l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu .l-header__action-btn-txt {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}
.l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu .l-header__action-btn-bar, .l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu:after {
  display: inline-block;
  width: 36px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.is-spmenu-open .l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu .l-header__action-btn-bar {
  rotate: 30deg;
  translate: 0 6px;
}
.is-spmenu-open .l-header .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu:after {
  rotate: -30deg;
  translate: 0 -6px;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  padding-block: 80px 100px;
  padding-inline: 15px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: rgba(255, 255, 255, 0.95);
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav {
  display: grid;
  gap: 112px;
  place-items: center;
  margin-top: 40px;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav .l-header__gnav-img {
  width: 220px;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav .l-header__gnav-list {
  width: 100%;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item {
  position: relative;
  transition: all 0.2s ease-out;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item span.l-header__gnav-head {
  color: #bbb;
}
.l-header .l-header__outer .l-header__inner .l-header__spmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item:not(:first-child)::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: calc(100% - 39px);
  height: 1px;
  margin: auto;
  content: "";
  background-color: rgba(45, 99, 157, 0.2);
}
.is-spmenu-open .l-header .l-header__outer .l-header__inner .l-header__spmenu {
  display: block;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu {
  display: none;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list {
  display: flex;
  justify-content: space-between;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item {
  display: block;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head {
  position: relative;
  display: flex;
  padding: 0 2.45vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: transparent;
  border: none;
  transition: color 0.2s ease-out;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head .l-header__gnav-head-inner {
  position: relative;
  display: block;
  padding-block: 5px;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
[data-whatinput=keyboard] .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head:focus {
  color: #EC79A0;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item span.l-header__gnav-head {
  color: #92aac4;
}
.l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item span.l-header__gnav-head .l-header__gnav-head-inner {
  -webkit-filter: none;
          filter: none;
}
[data-whatinput=keyboard] .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item span.l-header__gnav-head:focus {
  color: #92aac4;
}

.l-wrap {
  position: relative;
}
.l-wrap::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  margin: auto;
  content: "";
  background: url(../images/bg_gradation.jpg) top center no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.l-main-area .l-main-area__inner {
  padding: 50px 15px;
}

.l-column2 .l-column2__inner {
  display: grid;
  gap: 52px;
}

.l-content__inner {
  padding-block: 50px;
}

.l-info {
  position: relative;
  padding: 34px 20px;
  margin-top: 60px;
  background-color: #ffffff;
}
.l-info > *:first-child {
  margin-top: 0 !important;
}
.l-info > *:first-child.m-box-section {
  padding-top: 0;
}
.l-info::before {
  display: none;
}
.l-info::after {
  display: none;
}

.l-article {
  margin-block: 30px 40px;
}
/* footer style */
.l-footer {
  position: relative;
  padding: 50px 0 110px;
  background-color: #ffffff;
}
.l-footer .l-footer-inner {
  display: flex;
  flex-direction: column;
  padding-inline: 15px;
}
.l-footer .l-footer-inner .l-footer__banner .l-footer__banner-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}
.l-footer .l-footer-inner .l-footer__banner .l-footer__banner-list .l-footer__banner-item .l-footer__banner-link {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border: 2px solid #EC79A0;
  border-radius: 10px;
}
.l-footer .l-footer-inner .l-footer__banner .l-footer__banner-list .l-footer__banner-item .l-footer__banner-link .l-footer__banner-link-src {
  transition: all 4s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
[data-whatinput=keyboard] .l-footer .l-footer-inner .l-footer__banner .l-footer__banner-list .l-footer__banner-item .l-footer__banner-link:focus .l-footer__banner-link-src {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.l-footer .l-footer-inner .l-footer__share {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.l-footer .l-footer-inner .l-footer__share .c-txt-subtitle.c-txt-subtitle--share {
  position: relative;
  width: 140px;
  padding-right: 46px;
  line-height: 0.1;
  -webkit-filter: drop-shadow(0 3 6px #000);
          filter: drop-shadow(0 3 6px #000);
}
.l-footer .l-footer-inner .l-footer__share .c-txt-subtitle.c-txt-subtitle--share::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 40px;
  aspect-ratio: 5/4;
  margin: auto;
  content: "";
  background: url(../images/icon_heart.svg) center no-repeat;
  background-size: 100% auto;
}
.l-footer .l-footer-inner .l-footer__share .l-footer__share-list {
  display: flex;
  gap: 20px;
}
.l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item {
  width: 60px;
  height: 60px;
}
.l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item .l-footer__share-link {
  display: block;
}
.l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item .l-footer__share-link:focus-visible .l-footer__share-link-src {
  -webkit-animation: hoverScale 0.3s linear;
          animation: hoverScale 0.3s linear;
}
[data-whatinput=keyboard] .l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item .l-footer__share-link:focus {
  -webkit-animation: hoverScale 0.3s linear;
          animation: hoverScale 0.3s linear;
}
.l-footer .l-footer-inner .l-footer__copyright {
  margin-top: 50px;
  color: #ffffff;
  text-align: center;
}
.l-footer .l-footer-inner .l-footer__pagetop {
  display: flex;
  justify-content: center;
  order: -1;
}
.l-footer .l-footer-inner .l-footer__pagetop .l-footer__pagetop-btn {
  display: grid;
}
.l-footer .l-footer-inner .l-footer__pagetop .l-footer__pagetop-btn .l-footer__pagetop-btn-img {
  position: relative;
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.l-footer .l-footer-inner .l-footer__pagetop .l-footer__pagetop-btn:focus-visible {
  -webkit-animation: hoverScale 0.3s linear;
          animation: hoverScale 0.3s linear;
}
[data-whatinput=keyboard] .l-footer .l-footer-inner .l-footer__pagetop .l-footer__pagetop-btn:focus {
  -webkit-animation: hoverScale 0.3s linear;
          animation: hoverScale 0.3s linear;
}

@-webkit-keyframes hoverScale {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  to {
    scale: 1;
  }
}

@keyframes hoverScale {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  to {
    scale: 1;
  }
}
[data-fixed] {
  padding-inline: 15px;
}

.c-ticket-baner {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.c-ticket-baner.is-active {
  visibility: visible;
  opacity: 1;
}
.c-ticket-baner .c-ticket-baner__inner {
  background-color: #EC79A0;
  border-radius: 10px 0px 0px 10px;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.c-ticket-baner .c-ticket-baner__inner .c-ticket-baner__title .c-ticket-baner__link {
  display: block;
  padding-block: 6px;
  padding-inline: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-ticket-baner .c-ticket-baner__inner .c-ticket-baner__title .c-ticket-baner__link::before {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-bottom: 0.2em;
  content: "";
  background: url(../images/i_ticket.svg) center no-repeat;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .c-ticket-baner:focus .c-ticket-baner__inner {
  -webkit-animation: hoverScale 0.3s linear;
          animation: hoverScale 0.3s linear;
}

.c-box-btn {
  max-width: 200px;
  margin: 40px auto 0;
}

.c-box-mainv {
  margin-bottom: 30px;
  text-align: center;
}
.c-box-mainv + * {
  margin-top: 0 !important;
}
.c-box-mainv + *.m-list-news {
  margin-top: -20px !important;
}

.c-box-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 120vw;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  outline: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -webkit-overflow-scrolling: auto;
}
.c-box-modal.is-active {
  left: 0;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.c-box-modal .c-box-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(45, 99, 157, 0.4);
}
.c-box-modal .c-box-modal__inner {
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
  pointer-events: none;
}
.c-box-modal .c-box-modal__inner .c-box-modal__close {
  display: block;
  width: 92.8%;
  max-width: 320px;
  padding: 12px;
  margin-inline: auto;
  margin-top: 20px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #2D639D;
  border-radius: 5px;
  box-shadow: 3px 6px 36px #2D639D;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.c-box-modal .c-box-modal__inner .c-box-modal__close .c-box-modal__close-inner {
  position: relative;
  padding-inline: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2D639D;
}
.c-box-modal .c-box-modal__inner .c-box-modal__close .c-box-modal__close-inner:after {
  position: absolute;
  top: 0.2em;
  right: auto;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background: url("/all_precure_live/assets/images/icon_arrow.svg") center no-repeat;
  background-size: 100% auto;
  transition: background-image 0.2s ease-out;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
[data-whatinput=keyboard] .c-box-modal .c-box-modal__inner .c-box-modal__close:focus {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.c-box-modal__content {
  display: none;
  margin: 55px auto 0 auto;
  /* overflow-x: hidden; */
  pointer-events: auto;
  background: #000;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(3px 6px 36px rgba(45, 99, 157, 0.16));
          filter: drop-shadow(3px 6px 36px rgba(45, 99, 157, 0.16));
  border: 1px solid #2D639D;
  border-radius: 16px;
}
.c-box-modal__content.c-box-modal__content--goods {
  padding: 10px;
}

.c-list-desc {
  margin-top: 10px;
}
.c-list-desc a {
  color: #ffffff;
  text-decoration: underline;
}
.c-list-desc a[target=_blank]:not(.noticon):after {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../svg/i_blank.svg?c=2D639D") no-repeat right top;
  background-size: 100% auto;
  top: 0.2em;
  width: 12px;
}
.c-list-desc a[href$=".pdf"]:not(.noticon):after {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../svg/i_pdf.svg?c=2D639D") no-repeat right top;
  background-size: 100% auto;
}
.c-list-desc a[href$=".doc"]:not(.noticon):after, .c-list-desc a[href$=".docx"]:not(.noticon):after {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../svg/i_word.svg?c=2D639D") no-repeat right top;
  background-size: 100% auto;
}
.c-list-desc a[href$=".xls"]:not(.noticon):after, .c-list-desc a[href$=".xlsx"]:not(.noticon):after {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../svg/i_excel.svg?c=2D639D") no-repeat right top;
  background-size: 100% auto;
}
.c-list-desc a[href$=".zip"]:not(.noticon):after {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../svg/i_zip.svg?c=2D639D") no-repeat right top;
  background-size: 100% auto;
  top: 0.2em;
}
.c-list-desc a:visited {
  color: #ffffff;
}
[data-whatinput=keyboard] .c-list-desc a:focus {
  text-decoration: none;
}
.c-list-desc > li {
  position: relative;
  padding-left: 0.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.c-list-desc > li > ul,
.c-list-desc > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
.c-list-desc > li > ul > li,
.c-list-desc > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
.c-list-desc > li > ul.c-list-asterisk > li,
.c-list-desc > li > ol.c-list-asterisk > li {
  padding-left: 17px;
}
.c-list-desc > li > ul.c-list-asterisk > li:before,
.c-list-desc > li > ol.c-list-asterisk > li:before {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
.c-list-desc > li > ul > li:before {
  top: 0.85em;
  left: 3.5px;
  width: 2px;
  height: 2px;
}
.c-list-desc > li:before {
  position: absolute;
  top: 0.7em;
  left: 0px;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #2D639D;
  border-radius: 50%;
}

.c-table-common {
  width: 100%;
}
.c-table-common tbody tr th,
.c-table-common tbody tr td {
  display: block;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #2D639D;
  text-align: left;
  letter-spacing: 0.1em;
  vertical-align: top;
  background-color: #fff;
}
.c-table-common tbody tr th > *:first-child,
.c-table-common tbody tr td > *:first-child {
  margin-top: 0 !important;
}
.c-table-common tbody tr th > *:first-child.m-box-section,
.c-table-common tbody tr td > *:first-child.m-box-section {
  padding-top: 0;
}
.c-table-common tbody tr th {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-table-common tbody tr td {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-table-common tbody tr td > p {
  margin-top: 10px;
}
.c-table-common tbody tr td a {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
  transition: all 0.3s ease-out;
}
.c-table-common tbody tr td a[target=_blank]:not(.noticon):after {
  position: absolute;
  top: 0.375em;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/icon_blank.svg) right top no-repeat;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .c-table-common tbody tr td a:focus {
  text-decoration: none;
}
[data-whatinput=keyboard] .c-table-common tbody tr td a:focus img {
  opacity: 0.75;
}
.c-table-common tbody tr:first-child th {
  margin-top: 0;
}
.c-table-common iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 938/410;
}
.c-table-common .p-list-stage > *:first-child {
  margin-top: 0 !important;
}
.c-table-common .p-list-stage > *:first-child.m-box-section {
  padding-top: 0;
}
.c-table-common .p-list-stage .p-list-stage__item {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
}
.c-table-common .p-list-stage .p-list-stage__item .p-list-stage__time + .p-list-stage__time {
  margin-top: 10px;
}
.p-cast .c-table-common tbody tr th,
.p-cast .c-table-common tbody tr td {
  display: block;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #2D639D;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}
.p-cast .c-table-common tbody tr th > *:first-child,
.p-cast .c-table-common tbody tr td > *:first-child {
  margin-top: 0 !important;
}
.p-cast .c-table-common tbody tr th > *:first-child.m-box-section,
.p-cast .c-table-common tbody tr td > *:first-child.m-box-section {
  padding-top: 0;
}
.p-cast .c-table-common tbody tr th {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-cast .c-table-common tbody tr td {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-cast .c-table-common tbody tr td > p {
  margin-top: 10px;
}
.p-cast .c-table-common tbody tr:not(.p-cast .c-table-common tbody tr:first-child) th {
  margin-top: 20px;
}

.c-txt-ttl2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-txt-ttl2.c-txt-ttl2--has-en {
  padding-top: 15px;
}
.c-txt-ttl2.c-txt-ttl2--has-en::before {
  position: absolute;
  top: -0.2em;
  left: 1px;
  display: block;
  width: 279px;
  aspect-ratio: 279/66;
  content: "";
  background: url(../images/t_ttl_about.svg) center no-repeat;
  background-size: 100% auto;
}
.p-about .c-txt-ttl2.c-txt-ttl2--has-en::before {
  width: 111px;
  aspect-ratio: 111/40;
  background: url(../images/t_ttl_about.svg) center no-repeat;
  background-size: 100% auto;
}
.p-cast .c-txt-ttl2.c-txt-ttl2--has-en::before {
  width: 83px;
  aspect-ratio: 83/40;
  background: url(../images/t_ttl_cast.svg) center no-repeat;
  background-size: 100% auto;
}
.p-ticket .c-txt-ttl2.c-txt-ttl2--has-en::before {
  width: 120px;
  aspect-ratio: 120/40;
  background: url(../images/t_ttl_ticket.svg) center no-repeat;
  background-size: 100% auto;
}

#anc-streaming .c-txt-ttl2.c-txt-ttl2--has-en::before {
  width: 120px;
  aspect-ratio: 120/40;
  background: url(../images/t_ttl_streaming.svg) center no-repeat;
  background-size: 100% auto;
}

.p-advance .c-txt-ttl2.c-txt-ttl2--has-en::before {
  width: 100%;
  max-width: 276px;
  aspect-ratio: 276/40;
  background: url(../images/t_ttl_lottery.svg) center no-repeat;
  background-size: 100% auto;
}
.c-txt-ttl2.c-txt-ttl2--uppercase {
  text-transform: uppercase;
}
.c-txt-ttl2.c-txt-ttl2--philosopher {
  font-family: "Philosopher", Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.c-txt-ttl3 {
  position: relative;
  padding-left: 24.5px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-txt-ttl3.c-txt-ttl3--has-icon::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 19.5px;
  aspect-ratio: 26/40;
  margin-right: 5px;
  content: "";
  background: url(../images/icon_note.svg) center no-repeat;
  background-size: 100% auto;
}

.c-txt-ttl4 {
  position: relative;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-txt-ttl4::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(45, 99, 157, 0.75);
}

.c-txt-p {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #2D639D;
}
.c-txt-p a {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  font-weight: 700;
  color: #2D639D;
  text-decoration: underline;
  word-break: break-all;
  transition: all 0.3s ease-out;
}
.c-txt-p a[target=_blank]:not(.noticon):after {
  position: absolute;
  top: 0.375em;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/icon_blank.svg) right top no-repeat;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .c-txt-p a:focus {
  text-decoration: none;
}
[data-whatinput=keyboard] .c-txt-p a:focus img {
  opacity: 0.75;
}
.c-txt-p + .c-txt-p {
  margin-top: 10px;
}

.c-btn-common {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #2D639D;
  border-radius: 5px;
  box-shadow: 3px 6px 36px #2D639D;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.c-btn-common .c-btn-common__inner {
  position: relative;
  padding-inline: 25px;
  font-family: "Philosopher", Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-btn-common .c-btn-common__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background: url(../images/icon_arrow.svg) center no-repeat;
  background-size: 100% auto;
  transition: background-image 0.2s ease-out;
}
.c-btn-common .c-btn-common__inner.c-btn-common__inner--uppercase {
  text-transform: uppercase;
}
.c-btn-common .c-btn-common__inner.c-btn-common__inner--left:after {
  right: auto;
  left: 0;
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
[data-whatinput=keyboard] .c-btn-common:focus {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-mat0 {
  margin-top: 0px !important;
}

.u-mats {
  margin-top: 10px !important;
}

.u-matm {
  margin-top: 20px !important;
}

.u-matl {
  margin-top: 30px !important;
}

.u-mat2l {
  margin-top: 40px !important;
}

.u-fw {
  font-weight: bold !important;
}

.u-cred {
  color: #c00 !important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tdu {
  text-decoration: underline !important;
}

.u-oh {
  overflow: hidden !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-fsi {
  font-style: italic !important;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .l-header {
    top: 0;
    bottom: auto;
    transition: background-position 0.3s linear, top 0.1s linear;
  }
  .l-header .l-header__outer {
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.2s ease-in-out;
  }
  .l-header .l-header__outer .l-header__inner {
    box-sizing: content-box;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    min-height: 80px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .l-header .l-header__outer .l-header__inner .l-header__logo {
    display: block;
  }
  .l-header .l-header__outer .l-header__inner .l-header__txt {
    display: none;
  }
  .l-header .l-header__outer .l-header__inner .l-header__action {
    display: none;
  }
  .l-header .l-header__outer .l-header__inner .l-header__pcmenu {
    display: block;
  }
  .l-header.is-scroll {
    top: 0;
    padding-top: 0;
    background-position: 0 0;
  }
  .l-header.is-scroll .l-header__outer {
    background-color: #ffffff;
  }
  .l-header.is-scroll .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head .l-header__gnav-head-inner {
    padding-block: 10px;
  }
  .l-main-area {
    overflow: hidden;
  }
  .l-main-area .l-main-area__inner {
    box-sizing: content-box;
    max-width: 1080px;
    padding: 100px 0;
    margin: 0 auto;
  }
  .l-column2 .l-column2__inner {
    grid-template-columns: 1.58fr 1fr;
    gap: 60px;
  }
  .l-content__inner {
    padding-block: 120px 100px;
  }
  .l-info > .image-position-left:first-child + *,
.l-info > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  .l-info {
    padding: 116px 10px 102px;
    margin-top: 120px;
  }
  .l-info::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    display: block;
    width: 100vw;
    height: 100%;
    content: "";
    background-color: #ffffff;
  }
  .l-info::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    display: block;
    width: 7.41%;
    height: 100%;
    content: "";
    background-color: #ffffff;
  }
  .l-info.right::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    display: block;
    width: 100vw;
    height: 100%;
    content: "";
    background-color: #ffffff;
  }
  .l-info.right::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    display: block;
    width: 7.41%;
    height: 100%;
    content: "";
    background-color: #ffffff;
  }
  .l-article {
    margin-block: 40px 60px;
  }
  .l-article {
    box-sizing: content-box;
    max-width: 1080px;
    margin-inline: auto;
  }
  .l-footer {
    padding: 100px 0 145px;
  }
  .l-footer .l-footer-inner .l-footer__share {
    gap: 60px;
    margin-top: 72px;
  }
  .l-footer .l-footer-inner .l-footer__share .c-txt-subtitle.c-txt-subtitle--share {
    width: 154px;
    padding-right: 66px;
  }
  .l-footer .l-footer-inner .l-footer__share .c-txt-subtitle.c-txt-subtitle--share::after {
    bottom: 10px;
    width: 50px;
  }
  .l-footer .l-footer-inner .l-footer__share .l-footer__share-list {
    gap: 45px;
  }
  .l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item {
    width: 80px;
    height: 80px;
  }
  .l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item .l-footer__share-link .l-footer__share-link-src {
    width: 80px;
    height: 80px;
  }
  .l-footer .l-footer-inner .l-footer__copyright {
    margin-top: 60px;
  }
  .l-footer .l-footer-inner .l-footer__pagetop {
    position: absolute;
    right: 24px;
    bottom: 140px;
  }
  [data-fixed] {
    box-sizing: content-box;
    max-width: 1080px;
    padding-inline: 30px;
    margin: 0 auto;
  }
  .c-ticket-baner {
    top: 110px;
  }
  .c-ticket-baner .c-ticket-baner__inner .c-ticket-baner__title .c-ticket-baner__link {
    padding-block: 15px;
    padding-inline: 20px;
  }
  .c-ticket-baner .c-ticket-baner__inner .c-ticket-baner__title .c-ticket-baner__link::before {
    width: 20px;
    height: 17px;
  }
  .c-box-btn {
    max-width: 320px;
    margin: 40px auto 0;
  }
  .c-box-mainv {
    margin-bottom: 40px;
  }
  .c-box-modal {
    align-items: center;
    padding: 0;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__close .c-box-modal__close-inner {
    padding-inline: 42px;
    font-size: 2rem;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__close .c-box-modal__close-inner:after {
    top: 0.25em;
    width: 22px;
    height: 21px;
  }
  .c-box-modal__content {
    margin-top: 0;
  }
  .c-box-modal__content.c-box-modal__content--goods {
    padding: 20px;
  }
  .c-list-desc > li > ul,
.c-list-desc > li > ol {
    margin-top: 5px;
  }
  .c-list-desc > li > ul > li,
.c-list-desc > li > ol > li {
    padding-left: 18px;
  }
  .c-list-desc > li > ul > li:before {
    top: 0.95em;
    left: 7px;
    width: 3px;
    height: 3px;
  }
  .c-list-desc > li:before {
    top: 0.55em;
    width: 4px;
    height: 4px;
  }
  .c-table-common tbody tr th > .image-position-left:first-child + *,
.c-table-common tbody tr th > .image-position-right:first-child + *,
.c-table-common tbody tr td > .image-position-left:first-child + *,
.c-table-common tbody tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th,
.c-table-common tbody tr td {
    display: table-cell;
    padding: 10px 0;
  }
  .c-table-common tbody tr th {
    width: 13%;
    margin-top: 0;
    font-size: 1.8rem;
  }
  .c-table-common tbody tr td {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .c-table-common tbody tr td a[target=_blank]:not(.noticon):after {
    width: 16px;
    height: 16px;
  }
  .c-table-common .p-list-stage > .image-position-left:first-child + *,
.c-table-common .p-list-stage > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage .p-list-stage__item {
    flex-direction: row;
    gap: 40px;
  }
  .p-cast .c-table-common tbody tr th > .image-position-left:first-child + *,
.p-cast .c-table-common tbody tr th > .image-position-right:first-child + *,
.p-cast .c-table-common tbody tr td > .image-position-left:first-child + *,
.p-cast .c-table-common tbody tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th,
.p-cast .c-table-common tbody tr td {
    display: table-cell;
    padding: 20px 0;
  }
  .p-cast .c-table-common tbody tr th {
    width: 13%;
    margin-top: 0;
  }
  .p-cast .c-table-common tbody tr td {
    margin-top: 0;
  }
  .p-advance .c-table-common tbody tr th,
.p-advance .c-table-common tbody tr td {
    padding: 5px 0;
  }
  .p-advance .c-table-common tbody tr th {
    width: 24.5%;
  }
  .p-advance .c-table-common tbody tr td {
    margin-top: 0;
  }
  .c-txt-ttl2 {
    font-size: 3.6rem;
  }
  .c-txt-ttl2.c-txt-ttl2--has-en {
    padding-top: 30px;
  }
  .c-txt-ttl2.c-txt-ttl2--has-en::before {
    top: -0.4em;
    width: 279px;
    aspect-ratio: 279/66;
  }
  .p-about .c-txt-ttl2.c-txt-ttl2--has-en::before {
    width: 279px;
    aspect-ratio: 279/66;
  }
  .p-cast .c-txt-ttl2.c-txt-ttl2--has-en::before {
    width: 196px;
    aspect-ratio: 196/66;
  }
  .p-ticket .c-txt-ttl2.c-txt-ttl2--has-en::before {
    width: 305px;
    aspect-ratio: 305/66;
  }
  
  
#anc-streaming .c-txt-ttl2.c-txt-ttl2--has-en::before {
    width: 485px;
    aspect-ratio: 485/66;
  }
  

  .p-advance .c-txt-ttl2.c-txt-ttl2--has-en::before {
    max-width: 758px;
    aspect-ratio: 758/66;
  }
  .c-txt-ttl3 {
    padding-top: 10px;
    padding-left: 36px;
    font-size: 2.4rem;
  }
  .c-txt-ttl3.c-txt-ttl3--has-icon::before {
    top: 8px;
    width: 26px;
    margin-right: 10px;
  }
  .c-txt-ttl4 {
    padding-bottom: 18px;
    margin-top: 15px;
    font-size: 2.4rem;
  }
  .c-txt-p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .c-txt-p a[target=_blank]:not(.noticon):after {
    width: 16px;
    height: 16px;
  }
  .c-txt-p + .c-txt-p {
    margin-top: 15px;
  }
  .c-btn-common .c-btn-common__inner {
    padding-inline: 42px;
    font-size: 2rem;
  }
  .c-btn-common .c-btn-common__inner:after {
    top: -1px;
    width: 22px;
    height: 21px;
  }
  .u-mat0 {
    margin-top: 0px !important;
  }
  .u-mats {
    margin-top: 20px !important;
  }
  .u-matm {
    margin-top: 40px !important;
  }
  .u-matl {
    margin-top: 60px !important;
  }
  .u-mat2l {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head {
    font-size: clamp(1.3rem, 1vw + 0.5rem, 1.6rem);
  }
  .l-column2 .l-column2__inner {
    padding-inline: 10px;
  }
  .l-info > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + .image-position-left + *,
.c-box-mainv + .image-position-right + * {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
.c-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
.c-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .u-hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head {
    padding: 0 10px;
    font-size: clamp(1.3rem, 1vw + 0.5rem, 1.6rem);
  }
  .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head:hover {
    color: #EC79A0;
  }
  .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item span.l-header__gnav-head:hover {
    color: #92aac4;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-info > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .l-footer .l-footer-inner {
    box-sizing: content-box;
    max-width: 1080px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .l-footer .l-footer-inner .l-footer__banner .l-footer__banner-list {
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
  }
  .l-footer .l-footer-inner .l-footer__banner .l-footer__banner-list .l-footer__banner-item .l-footer__banner-link:hover .l-footer__banner-link-src {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .l-footer .l-footer-inner .l-footer__share .l-footer__share-list .l-footer__share-item .l-footer__share-link:hover {
    -webkit-animation: hoverScale 0.3s linear;
            animation: hoverScale 0.3s linear;
  }
  .l-footer .l-footer-inner .l-footer__pagetop .l-footer__pagetop-btn:hover {
    -webkit-animation: hoverScale 0.3s linear;
            animation: hoverScale 0.3s linear;
  }
  .c-ticket-baner:hover .c-ticket-baner__inner {
    -webkit-animation: hoverScale 0.3s linear;
            animation: hoverScale 0.3s linear;
  }
  .c-box-mainv + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__close:hover {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .c-list-desc a:hover {
    text-decoration: none;
  }
  .c-list-desc.c-list-desc__inlineblock {
    margin-top: 30px;
    margin-left: -20px;
  }
  .c-list-desc.c-list-desc__inlineblock > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    vertical-align: top;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
.c-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr td a:hover {
    text-decoration: none;
  }
  .c-table-common tbody tr td a:hover img {
    opacity: 0.75;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .c-txt-p a:hover {
    text-decoration: none;
  }
  .c-txt-p a:hover img {
    opacity: 0.75;
  }
  .c-btn-common:hover {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .u-hide-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1921px) {
  .l-header .l-header__outer .l-header__inner .l-header__pcmenu .l-header__gnav .l-header__gnav-list .l-header__gnav-item .l-header__gnav-head {
    padding: 0 10px;
    font-size: clamp(1.3rem, 1vw + 0.5rem, 1.6rem);
  }
}

@media screen and (max-width: 767px) {
  .l-info > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-mainv + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
.c-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-table-common .p-list-stage > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .p-cast .c-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
.p-cast .c-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}

@media print {
  html {
    background: none;
  }
  body {
    min-width: 1300px;
    padding: 0;
    zoom: 85% !important;
    background: none;
  }
  .l-wrap {
    padding-top: 0 !important;
  }
  .l-header {
    display: none;
  }
  .l-footer {
    display: none;
  }
}