@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html, body {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Shippori Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Roboto, Arial, sans-serif;
  color: #2e1f0f;
  line-height: 2;
  overflow: hidden auto;
  overflow-wrap: break-word;
}

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

header, nav, footer, small, button, label, picture {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
  color: #2e1f0f;
}
@media (min-width: 769px) {
  a:hover, a:active {
    transition: color 0.4s;
  }
}

input, button, textarea, select, optgroup {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #2e1f0f;
  border-radius: 0;
  outline: 0;
  width: 100%;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  text-align: inherit;
  text-transform: inherit;
}

select {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin: 0 5px 0 0;
}

input[type=submit] {
  text-align: center;
}

::placeholder {
  color: #ccc;
}

.innerbox {
  padding: 0 5%;
}
.bold {
  font-weight: bold;
}

@media (min-width: 376px) {
  .visible_to_xs {
    display: none;
  }
}

@media (min-width: 751px) {
  .visible_to_s {
    display: none;
  }
}

@media (min-width: 769px) {
  .visible_to_m {
    display: none;
  }
}

@media (min-width: 1025px) {
  .visible_to_l {
    display: none;
  }
}

@media (min-width: 1281px) {
  .visible_to_xl {
    display: none;
  }
}

@media (min-width: 1921px) {
  .visible_to_xxl {
    display: none;
  }
}

.visible_s {
  display: none;
}
@media (min-width: 751px) {
  .visible_s {
    display: block;
  }
}

.visible_m {
  display: none;
}
@media (min-width: 769px) {
  .visible_m {
    display: block;
  }
}

.visible_l {
  display: none;
}
@media (min-width: 1025px) {
  .visible_l {
    display: block;
  }
}

.visible_xl {
  display: none;
}
@media (min-width: 1281px) {
  .visible_xl {
    display: block;
  }
}

.visible_xxl {
  display: none;
}
@media (min-width: 1921px) {
  .visible_xxl {
    display: block;
  }
}

.inline_block {
  display: inline-block;
  max-width: 100%;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.clickable {
  cursor: pointer;
}
.cf::after {
  clear: both;
  content: "";
  display: block;
}

/*===============================
	Footer
================================*/
#disneyBody {
  /* iconSns
  -------------------------------------------------- */
}
#disneyBody .l-footer * {
  box-sizing: border-box;
}
#disneyBody .l-footer p {
  color: #000;
}
#disneyBody .l-footerInner {
  background-color: #fff;
}
#disneyBody .l-footerCopyright {
  padding: 2.5vw 0;
}
html.sp #disneyBody .l-footerCopyright {
  padding: 5.3333333333vw 0;
  width: 84%;
  margin: 0 auto;
}
#disneyBody .l-footerCopyright p {
  font-weight: bold;
  font-size: 0.875vw;
}
html.sp #disneyBody .l-footerCopyright p {
  font-size: 2.9333333333vw;
}
html.sp #disneyBody .l-footerCopyright p {
  font-size: 2.6666666667vw;
}
#disneyBody .l-footerCopyrightBlock {
  margin-top: 1.25vw;
}
html.sp #disneyBody .l-footerCopyrightBlock {
  margin-top: 2.6666666667vw;
}
#disneyBody .utilList {
  display: flex;
  justify-content: space-between;
  padding: 2.5vw 0;
}
html.sp #disneyBody .utilList {
  flex-direction: column;
  padding: 8vw 0;
}
#disneyBody .utilListItem {
  width: 30vw;
  border: #B2B2B2 solid 1px;
  border-radius: 5px;
}
html.sp #disneyBody .utilListItem {
  width: 100%;
}
html.sp #disneyBody .utilListItem:not(:last-child) {
  margin-bottom: 4vw;
}
#disneyBody .utilListItem a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2.1875vw 3.75vw;
}
html.pc #disneyBody .utilListItem a {
  transition: opacity 0.3s;
}
html.pc #disneyBody .utilListItem a:hover {
  opacity: 0.8;
}
html.sp #disneyBody .utilListItem a {
  padding: 3.3333333333vw 5.3333333333vw;
}
#disneyBody .utilListItem a::before {
  content: "";
  flex: none;
  display: block;
  width: 4.375vw;
  height: 4.375vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
html.sp #disneyBody .utilListItem a::before {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
html.sp #disneyBody .utilListItem a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.8666666667vw;
  height: 2.5333333333vw;
  background: url("/special/disney/lineup/assets/images/icon_arrow_gray.svg") no-repeat 0 0;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3.4666666667vw;
}
#disneyBody .utilListItem a p {
  font-weight: normal;
}
#disneyBody .utilListItem a p:first-child {
  font-size: 1.25vw;
}
html.sp #disneyBody .utilListItem a p:first-child {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#disneyBody .utilListItem a p:last-child {
  font-size: 1vw;
}
html.sp #disneyBody .utilListItem a p:last-child {
  font-size: 2.9333333333vw;
}
#disneyBody .utilListItem--first a::before {
  background-image: url(/toppage/images/during_theater_list_bg_1.png);
}
#disneyBody .utilListItem--fc a::before {
  background-image: url(/toppage/images/during_theater_list_bg_3.png);
}
#disneyBody .utilListItemText {
  text-align: left;
  padding-left: 1.25vw;
}
html.sp #disneyBody .utilListItemText {
  padding-left: 4vw;
}
#disneyBody .social {
  background-color: #EEEEEE;
}
#disneyBody .socialList {
  display: flex;
  justify-content: center;
  gap: 2.1875vw;
  width: 100%;
  padding: 2.5vw 0;
}
html.sp #disneyBody .socialList {
  justify-content: center;
  padding: 5.3333333333vw 0;
}
#disneyBody .socialListItem {
  width: 19.375vw;
}
html.sp #disneyBody .socialListItem {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  margin: 0 2vw;
}
#disneyBody .socialListItem a {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #000;
  border: #B2B2B2 solid 1px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1vw;
  padding: 1.25vw 2.5vw;
}
html.pc #disneyBody .socialListItem a {
  transition: opacity 0.3s;
}
html.pc #disneyBody .socialListItem a:hover {
  opacity: 0.8;
}
html.sp #disneyBody .socialListItem a {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.1333333333vw;
  justify-content: center;
}
#disneyBody .socialListItem a::before {
  content: "";
  display: block;
  width: 2.625vw;
  height: 2.625vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin-right: 0.625vw;
}
html.sp #disneyBody .socialListItem a::before {
  width: 7.2vw;
  height: 7.2vw;
  margin-right: 0;
}
html.sp #disneyBody .socialListItem a span {
  display: none;
}
#disneyBody .socialListItem--fb a::before {
  background-image: url(/applause/shared/images/sns_1.png);
}
#disneyBody .socialListItem--x a::before {
  background-image: url(/applause/shared/images/sns_2.png);
}
#disneyBody .socialListItem--line a::before {
  background-image: url(/applause/shared/images/sns_3.png);
}
#disneyBody .snsLogoList {
  display: flex;
  justify-content: center;
  padding: 2.5vw 0;
}
html.sp #disneyBody .snsLogoList {
  padding: 5.3333333333vw 0;
}
#disneyBody .snsLogoList li {
  margin: 0 1.25vw;
}
html.sp #disneyBody .snsLogoList li {
  margin: 0 4vw;
}
#disneyBody .snsLogoList li a {
  color: #000;
  font-weight: normal;
  font-size: 0.875vw;
}
html.sp #disneyBody .snsLogoList li a {
  font-size: 1.8666666667vw;
}
#disneyBody .iconSns {
  width: 64px;
  height: 64px;
  background: url(/toppage/images/sns_icon.png) no-repeat;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
#disneyBody .iconSns.instagram {
  background-position: 0 0;
}
#disneyBody .iconSns.twitter {
  background-position: 0 -402px;
}
#disneyBody .iconSns.line {
  background-position: 0 -268px;
}
#disneyBody .iconSns.youtube {
  background-position: 0 -134px;
}
#disneyBody .iconSns.facebook {
  background: url(/toppage/images/ico_sns_facebook.png) no-repeat;
}
#disneyBody a:hover .iconSns.instagram {
  background-position: 0 -536px;
}
#disneyBody a:hover .iconSns.twitter {
  background-position: 0 -938px;
}
#disneyBody a:hover .iconSns.line {
  background-position: 0 -804px;
}
#disneyBody a:hover .iconSns.youtube {
  background-position: 0 -670px;
}
#disneyBody a:hover .iconSns.facebook {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  #disneyBody .iconSns {
    width: 32px;
    height: 32px;
    background: url(/toppage/images/sns_icon.png) no-repeat;
    background-size: 32px auto;
  }
  #disneyBody .iconSns.instagram,
  #disneyBody a:hover .iconSns.instagram {
    background-position: 0 0;
  }
  #disneyBody .iconSns.twitter,
  #disneyBody a:hover .iconSns.twitter {
    background-position: 0 -201px;
  }
  #disneyBody .iconSns.line,
  #disneyBody a:hover .iconSns.line {
    background-position: 0 -134px;
  }
  #disneyBody .iconSns.youtube,
  #disneyBody a:hover .iconSns.youtube {
    background-position: 0 -67px;
  }
  #disneyBody .iconSns.facebook {
    background: url(/group/audition/images/top/ico_sns_facebook.png) center/32px auto no-repeat;
  }
}

.header {
  opacity: 0;
  transition: 0.4s;
}
.header.visible {
  opacity: 1;
  transform: translateY(0);
}
html.sp .header {
  display: none !important;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 4.375vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2000;
}
.l-header__logo {
  height: auto;
  padding-left: 30px;
  z-index: 10000;
}
.l-header__logo img {
  width: 6.9375vw;
}

html.sp .sp-header {
  position: fixed;
  background: #0c3766;
  width: 100%;
  height: 13.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  padding-left: 2.9333333333vw;
}
html.sp .sp-header__logo {
  width: 28.2666666667vw;
  z-index: 1005;
}
html.sp .sp-header__toggle {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1.8666666667vw;
  align-items: center;
  justify-content: center;
  z-index: 1005;
}
html.sp .sp-header__toggle span {
  width: 6.4vw;
  transition: 0.4s;
}
html.sp .sp-header__toggle.active span:nth-child(2) {
  width: 0;
  height: 0;
}
html.sp .sp-header__toggle.active span:nth-child(1) {
  transform: rotate(35deg) translate(0.2666666667vw, 0.1333333333vw);
  transform-origin: left;
}
html.sp .sp-header__toggle.active span:nth-child(3) {
  transform: rotate(-35deg);
  transform-origin: left;
}

html.sp .sp-header:has(.sp-header__toggle.active) {
  background: transparent;
}

.l-nav {
  width: 100%;
  height: 4.375vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0c3766;
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: 0.4s;
  opacity: 0;
}
.l-nav.visible {
  opacity: 1;
  transform: translateY(0);
}
.l-nav__inner {
  margin: 0 auto;
}
.l-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-nav__item {
  position: relative;
  flex-shrink: 0;
}
.l-nav__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(/special/disney/30th/assets/images/nav_divider.png) no-repeat;
  background-size: 100% 100%;
  width: 0.125vw;
  height: 100%;
}
.l-nav__item:last-child::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(/special/disney/30th/assets/images/nav_divider.png) no-repeat;
  background-size: 100% 100%;
  width: 0.125vw;
  height: 100%;
}
.l-nav__item--01 img {
  width: 2.5vw;
}
.l-nav__item--02 img {
  width: 5.5vw;
}
.l-nav__item--03 img {
  width: 4.4375vw;
}
.l-nav__item--04 img {
  width: 4vw;
}
.l-nav__item--05 img {
  width: 5.6875vw;
}
.l-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 3.75vw;
}

.sp-nav {
  display: none;
  background: url("/special/disney/30th/assets/images/bg_dec.png"), #032143;
  background-size: 37.3333333333vw 29.3333333333vw, 100% auto;
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: 1000;
  transition: 0.4s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sp-nav::-webkit-scrollbar {
  display: none;
}
.sp-nav__inner {
  position: relative;
  padding: 48.8vw 8vw 16.6666666667vw;
}
.sp-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
}
.sp-nav__item {
  width: fit-content;
}
.sp-nav__item--01 img {
  width: 14.6666666667vw;
}
.sp-nav__item--02 img {
  width: 52.6666666667vw;
}
.sp-nav__item--03 img {
  width: 26.6666666667vw;
}
.sp-nav__item--04 img {
  width: 24vw;
}
.sp-nav__item--05 img {
  width: 34.1333333333vw;
}
.sp-nav__item a {
  display: block;
  position: relative;
}
.sp-nav__item a.active::after {
  position: absolute;
  content: "";
  bottom: -2.9333333333vw;
  left: 0;
  background: url("/special/disney/30th/assets/images/spnav_highlight.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 0.5333333333vw;
}
.sp-nav.active {
  display: block;
}

.flex {
  display: flex;
}

.sp-column {
  flex-direction: column;
}
@media (min-width: 751px) {
  .sp-column {
    flex-direction: row;
  }
}

@media (min-width: 751px) {
  .flex-reverse {
    flex-direction: row-reverse;
  }
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.no-gap {
  gap: 0 !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.inner {
  max-width: 75vw;
  margin: 0 auto;
}
html.sp .inner {
  max-width: 84.6666666667vw;
}

html.pc .innerPc {
  max-width: 75vw;
  margin: 0 auto;
}

.inner-narrow {
  max-width: 50vw;
  margin: 0 auto;
}
html.sp .inner-narrow {
  max-width: 84%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.section {
  margin-top: 16vw;
}
@media (min-width: 751px) {
  .section {
    margin-top: 9.375vw;
  }
}

html.sp .pc-only {
  display: none !important;
}

html.pc .sp-only {
  display: none !important;
}

.sp-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 751px) {
  .sp-full-width {
    width: 100%;
    margin-left: 0;
  }
}

#disneyBody {
  position: relative;
  background: rgb(231, 192, 97);
  background: url("/special/disney/30th/assets/images/bg_dec.png"), linear-gradient(90deg, rgb(231, 192, 97) 0%, rgb(240, 213, 144) 29%, rgb(240, 213, 144) 68%, rgb(231, 192, 97) 100%);
  background-size: 17.5vw 13.75vw, 100% auto;
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 0 0;
}
html.sp #disneyBody {
  background-size: 37.3333333333vw 29.3333333333vw, 100% auto;
}
#disneyBody section {
  scroll-margin-top: 4.1875vw;
}
html.sp #disneyBody section {
  scroll-margin-top: 8.9333333333vw;
}
#disneyBody section + section {
  padding-top: 5vw;
}
html.sp #disneyBody section + section {
  padding-top: 14vw;
}
#disneyBody p {
  font-size: 1.375vw;
}
html.sp #disneyBody p {
  font-size: 4.2666666667vw;
}
#disneyBody .btn {
  width: 28.75vw;
  cursor: pointer;
  transition: 0.4s;
}
#disneyBody .btn:hover {
  opacity: 0.8;
}
html.sp #disneyBody .btn {
  width: 100%;
  line-height: 3.1;
}
#disneyBody .keyvisual {
  width: 100%;
  position: relative;
}
#disneyBody .keyvisual__overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
}
#disneyBody .keyvisual__content {
  background: url("/special/disney/30th/assets/images/keyvisual.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 45.625vw;
  position: relative;
}
html.sp #disneyBody .keyvisual__content {
  background: url(/special/disney/30th/assets/images/keyvisual_sp.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 162.6666666667vw;
}
#disneyBody .keyvisual__lead {
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
}
html.sp #disneyBody .keyvisual__lead {
  top: 24vw;
}
#disneyBody .keyvisual__lead img {
  width: 65.5625vw;
  height: auto;
}
html.sp #disneyBody .keyvisual__lead img {
  width: 97.8666666667vw;
}
#disneyBody .keyvisual__logo {
  position: absolute;
  bottom: 3.75vw;
  left: 50%;
  transform: translateX(-50%);
}
html.sp #disneyBody .keyvisual__logo {
  bottom: 30.6666666667vw;
}
#disneyBody .keyvisual__logo img {
  width: 29.25vw;
  height: auto;
}
html.sp #disneyBody .keyvisual__logo img {
  width: 72.6666666667vw;
}
#disneyBody .intro {
  text-align: center;
  position: relative;
  padding-top: 5vw;
}
html.sp #disneyBody .intro {
  padding-top: 13.3333333333vw;
}
#disneyBody .intro__lead {
  font-weight: bolder;
  position: relative;
  z-index: 1;
  font-size: 1.375vw;
}
html.sp #disneyBody .intro__lead {
  font-size: 4.2666666667vw;
}
html.sp #disneyBody .intro__lead {
  text-align: left;
}
#disneyBody .intro__lead::before {
  position: absolute;
  content: "";
  background: url("/special/disney/30th/assets/images/intro_deco_l.png") no-repeat;
  background-size: contain;
  width: 21vw;
  height: 7.875vw;
  top: 24%;
  left: 10.5625vw;
  transform: translateY(-50%);
  z-index: -1;
}
html.sp #disneyBody .intro__lead::before {
  width: 58.9333333333vw;
  height: 20.4vw;
  top: 6.6666666667vw;
  left: -1.3333333333vw;
}
#disneyBody .intro__lead::after {
  position: absolute;
  content: "";
  background: url("/special/disney/30th/assets/images/intro_deco_r.png") no-repeat;
  background-size: contain;
  width: 18.4375vw;
  height: 12.0625vw;
  top: 53%;
  right: 15vw;
  transform: translateY(-50%);
  z-index: -1;
}
html.sp #disneyBody .intro__lead::after {
  width: 48.9333333333vw;
  height: 33.4666666667vw;
  top: 40vw;
  right: -6.6666666667vw;
}
#disneyBody .history .innerPc {
  background-color: rgba(255, 255, 255, 0.2);
}
#disneyBody .history__bg {
  background: url(/special/disney/30th/assets/images/bg-top.png) no-repeat, url(/special/disney/30th/assets/images/bg-bot.png) no-repeat;
  background-position: left top, left bottom;
  background-size: 100% auto;
  padding: 3.75vw 0;
}
html.sp #disneyBody .history__bg {
  background: url(/special/disney/30th/assets/images/bg-top_sp.png) no-repeat, url(/special/disney/30th/assets/images/bg-bot_sp.png) no-repeat;
  background-position: left top, left bottom;
  background-size: 100% auto;
  padding: 16vw 0;
}
#disneyBody .history__inner {
  background: url(/special/disney/30th/assets/images/bg-mid.png);
  background-position: left center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 3.125vw;
}
html.sp #disneyBody .history__inner {
  background: none;
  padding: 0 7.7333333333vw;
}
#disneyBody .history__content {
  margin-bottom: 3.75vw;
}
html.sp #disneyBody .history__content {
  margin-bottom: 10.6666666667vw;
}
#disneyBody .history__content h2 {
  text-align: center;
  margin-bottom: 3.75vw;
}
html.sp #disneyBody .history__content h2 {
  margin-bottom: 10.6666666667vw;
}
#disneyBody .history__content h2 img {
  width: 27vw;
  height: auto;
  margin: 0 auto;
}
html.sp #disneyBody .history__content h2 img {
  width: 100%;
  scale: 1.1;
}
#disneyBody .history__caption {
  font-weight: bolder;
  font-size: 1.125vw;
}
html.sp #disneyBody .history__caption {
  font-size: 3.7333333333vw;
}
html.sp #disneyBody .history__caption {
  text-align: left;
}
#disneyBody .timeline {
  position: relative;
}
#disneyBody .timeline::before {
  content: "";
  position: absolute;
  background: url("/special/disney/30th/assets/images/tl_star.png") no-repeat;
  background-size: contain;
  width: 3.0625vw;
  height: 3.0625vw;
  top: -0.625vw;
  left: 50%;
  transform: translateX(-50%);
}
html.sp #disneyBody .timeline::before {
  width: 7.2vw;
  height: 7.2vw;
  left: -3.6vw;
  top: -1.3333333333vw;
}
#disneyBody .timeline::after {
  content: "";
  position: absolute;
  background: url("/special/disney/30th/assets/images/tl_star.png") no-repeat;
  background-size: contain;
  width: 3.0625vw;
  height: 3.0625vw;
  bottom: -0.625vw;
  left: 50%;
  transform: translateX(-50%);
}
html.sp #disneyBody .timeline::after {
  width: 7.2vw;
  height: 7.2vw;
  left: -3.6vw;
  bottom: -1.3333333333vw;
}
#disneyBody .timeline__inner {
  position: relative;
  padding: 6.25vw 0;
}
#disneyBody .timeline__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125vw;
  height: 100%;
  background: #0c3766;
}
html.sp #disneyBody .timeline__inner::before {
  left: -3.7333333333vw;
  transform: translateX(0);
  width: 0.2666666667vw;
}
html.pc #disneyBody .timeline__inner {
  height: 105vw;
}
#disneyBody .timeline__item {
  transition: 0.4s;
}
html.sp #disneyBody .timeline__item + .timeline__item {
  margin-top: 20vw;
}
#disneyBody .timeline__item.hidden {
  margin: 0 !important;
}
#disneyBody .timeline__year {
  margin-bottom: 2.5vw;
  width: 12.125vw;
}
html.sp #disneyBody .timeline__year {
  width: 31.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
html.sp #disneyBody .timeline__contentWrap {
  padding-top: 2.6666666667vw;
}
#disneyBody .timeline__content {
  width: 50%;
  padding-left: 3.125vw;
}
html.sp #disneyBody .timeline__content {
  width: 100%;
  padding: 0;
  margin: 0;
}
#disneyBody .timeline__content:nth-child(even) {
  margin-left: auto;
}
html.sp #disneyBody .timeline__content:nth-child(even) {
  margin: 0;
}
html.sp #disneyBody .timeline__content + .timeline__content {
  margin-top: 15.6vw;
}
html.pc #disneyBody .timeline__content.c1994-2 {
  margin-top: -14.6875vw;
}
html.pc #disneyBody .timeline__content.c1995-2 {
  margin-top: -25vw;
}
html.pc #disneyBody .timeline__content.c2003 {
  margin-top: -16.125vw;
}
html.pc #disneyBody .timeline__content.c2013 {
  margin-top: -12.225vw;
}
html.pc #disneyBody .timeline__content.c2015 {
  margin-top: -14.325vw;
}
html.pc #disneyBody .timeline__content.c2016 {
  margin-top: -16.325vw;
}
html.pc #disneyBody .timeline__content.c2021 {
  margin-top: -12.325vw;
}
html.pc #disneyBody .timeline__content.c2022 {
  margin-top: -18.125vw;
}
#disneyBody .timeline__date {
  text-align: left;
  color: #0c3766;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3125vw;
  font-size: 1.25vw;
}
html.sp #disneyBody .timeline__date {
  font-size: 4vw;
}
html.sp #disneyBody .timeline__date {
  margin-bottom: 0.6666666667vw;
}
#disneyBody .timeline__caption {
  width: 90%;
  text-align: left;
  color: #0c3766;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
  font-size: 1.5vw;
}
html.sp #disneyBody .timeline__caption {
  font-size: 4.8vw;
}
html.sp #disneyBody .timeline__caption {
  width: 100%;
}
#disneyBody .timeline__text {
  width: 90%;
  text-align: left;
}
html.sp #disneyBody .timeline__text {
  width: 100%;
}
#disneyBody .timeline__text p {
  font-weight: bold;
  font-size: 1vw;
}
html.sp #disneyBody .timeline__text p {
  font-size: 3.4666666667vw;
}
#disneyBody .timeline__text.flex {
  gap: 1.25vw;
  align-items: flex-start;
  margin-top: 0.625vw;
}
#disneyBody .timeline__text.flex .img01 {
  width: 14vw;
}
html.sp #disneyBody .timeline__text.flex .img01 {
  width: 47.4666666667vw;
  margin-top: 4vw;
}
html.sp #disneyBody .timeline__text.flex {
  flex-direction: column-reverse;
  margin-top: 0;
}
#disneyBody .timeline__text:not(.flex) img {
  margin-top: 1.25vw;
}
html.sp #disneyBody .timeline__text:not(.flex) img {
  margin-top: 4vw;
}
#disneyBody .timeline__divider-left {
  background: url("/special/disney/30th/assets/images/tl_left.png") no-repeat;
  background-size: 102.6% auto;
  background-position: right;
  width: 102.6%;
  height: 1.625vw;
  margin: 0.3125vw 0;
}
html.sp #disneyBody .timeline__divider-left {
  background: url("/special/disney/30th/assets/images/tl_left_sp.png") no-repeat;
  background-size: 106% auto;
  background-position: left;
  margin: 0.6666666667vw 0;
  width: 106%;
  height: 4.8vw;
  transform: translateX(-6vw);
}
#disneyBody .timeline__divider-right {
  transform: translateX(-3.9375vw);
  background: url("/special/disney/30th/assets/images/tl_right.png") no-repeat;
  background-size: 102.5% auto;
  width: 102.5%;
  height: 1.625vw;
  margin: 0.3125vw 0;
}
html.sp #disneyBody .timeline__divider-right {
  background: url("/special/disney/30th/assets/images/tl_left_sp.png") no-repeat;
  background-size: 106% auto;
  width: 106%;
  height: 4.8vw;
  margin: 0.6666666667vw 0;
  transform: translateX(-6vw);
}
#disneyBody .timeline__more {
  background: url("/special/disney/30th/assets/images/btn_blue.png") no-repeat;
  background-size: contain;
  width: 28.125vw;
  height: 4.6875vw;
  margin: 0 auto;
  color: white;
  font-weight: bolder;
  line-height: 2.8;
  position: relative;
  margin-top: 2.5vw;
  font-size: 1.5vw;
}
html.sp #disneyBody .timeline__more {
  font-size: 4.2666666667vw;
}
html.sp #disneyBody .timeline__more {
  width: 100%;
  height: 13.8666666667vw;
  margin-top: 5.3333333333vw;
}
#disneyBody .timeline__more::after {
  content: "";
  position: absolute;
  background: url("/special/disney/30th/assets/images/arrow_gold_down.png") no-repeat;
  background-size: contain;
  width: 1.3125vw;
  height: 0.75vw;
  right: 4.375vw;
  top: 50%;
  transform: translateY(-50%);
}
html.sp #disneyBody .timeline__more::after {
  width: 3.7333333333vw;
  height: 2vw;
  right: 12.9333333333vw;
}
#disneyBody .timeline__more.active {
  margin-top: 4.6875vw;
}
html.sp #disneyBody .timeline__more.active {
  margin-top: 5.3333333333vw;
}
#disneyBody .timeline__more.active::after {
  transform: translateY(-50%) rotate(180deg);
}
#disneyBody .timeline-wrapper:has(.timeline__more:not(.active)) .timeline::after {
  display: none;
}
html.pc #disneyBody .timeline-wrapper:has(.timeline__more.active) .timeline__inner {
  height: 100%;
}
#disneyBody .topics h2 {
  text-align: center;
  margin-bottom: 3.75vw;
}
html.sp #disneyBody .topics h2 {
  margin-bottom: 9.8666666667vw;
}
#disneyBody .topics h2 img {
  width: 20.9375vw;
  height: auto;
  margin: 0 auto;
}
html.sp #disneyBody .topics h2 img {
  width: 69.8666666667vw;
}
#disneyBody .topics__content {
  max-width: 62.5vw;
  margin: 0 auto;
}
html.sp #disneyBody .topics__content {
  max-width: 100%;
}
#disneyBody .topics__content + .topics__content {
  padding-top: 7.5vw;
}
html.sp #disneyBody .topics__content + .topics__content {
  padding-top: 20.8vw;
}
#disneyBody .topics__item {
  padding-bottom: 1.875vw;
  transition: 0.4s;
}
html.sp #disneyBody .topics__item {
  padding-bottom: 4.8vw;
}
#disneyBody .topics__item:hover {
  opacity: 0.8;
}
#disneyBody .topics .topics__item + .topics__item {
  padding-top: 1.875vw;
  border-top: 0.0625vw solid rgba(3, 33, 68, 0.3);
}
html.sp #disneyBody .topics .topics__item + .topics__item {
  padding-top: 4.8vw;
  border-top: 0.2666666667vw solid rgba(3, 33, 68, 0.5);
}
#disneyBody .topics__link {
  display: flex;
  gap: 1.75vw;
}
html.sp #disneyBody .topics__link {
  gap: 2.9333333333vw;
}
#disneyBody .topics__title {
  position: relative;
  color: #0c3766;
  font-weight: bold;
  margin-bottom: 3.25vw;
  font-size: 1.75vw;
}
html.sp #disneyBody .topics__title {
  font-size: 5.3333333333vw;
}
html.sp #disneyBody .topics__title {
  margin-bottom: 5.0666666667vw;
}
#disneyBody .topics__title::after {
  display: block;
  position: relative;
  content: "";
  background: url(/special/disney/30th/assets/images/section_line.png) no-repeat;
  background-size: 100% auto;
  left: 0;
  width: 100%;
  height: 1.5625vw;
  bottom: 0.625vw;
}
html.sp #disneyBody .topics__title::after {
  background: url(/special/disney/30th/assets/images/section_line_sp.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 4.5333333333vw;
  bottom: 1.3333333333vw;
}
#disneyBody .topics__more {
  text-align: right;
  transition: 0.4s;
}
#disneyBody .topics__more:hover {
  opacity: 0.8;
}
#disneyBody .topics__more__link {
  color: #0c3766;
  font-weight: bolder;
  position: relative;
  font-size: 1.5vw;
}
html.sp #disneyBody .topics__more__link {
  font-size: 4.8vw;
}
#disneyBody .topics__more__link::after {
  position: relative;
  content: "";
  display: inline-block;
  background: url(/special/disney/30th/assets/images/arrow_blue_right.png) no-repeat;
  background-size: 100% auto;
  width: 0.75vw;
  height: 1.375vw;
  margin-left: 0.3125vw;
  vertical-align: baseline;
}
html.sp #disneyBody .topics__more__link::after {
  width: 2.2666666667vw;
  height: 4vw;
  margin-left: 0.6666666667vw;
}
html.pc #disneyBody .topics__content.is-lh .topics__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 1.25vw;
}
html.pc #disneyBody .topics__content.is-lh .topics__item {
  padding: 0;
}
html.pc #disneyBody .topics__content.is-lh .topics__item + .topics__item {
  border: none;
  padding: 0;
}
html.pc #disneyBody .topics__content.is-lh .topics__link {
  flex-direction: column;
}
html.pc #disneyBody .topics__content.is-lh .topics__more {
  margin-top: 2.3125vw;
}
html.pc #disneyBody .topics__content.is-lh .topics__more__link {
  line-height: 1.6;
}
html.pc #disneyBody .topics__content.is-lh .post__thumbnail {
  width: 100%;
}
html.pc #disneyBody .topics__content.is-lh .post__content__upper {
  flex-direction: column;
  align-items: flex-start;
}
html.pc #disneyBody .topics__content.is-lh .post__category {
  width: 100%;
  padding: 0;
}
html.pc #disneyBody .topics__content.is-lh .post__title {
  text-align: left;
}
#disneyBody .post__thumbnail {
  width: 10vw;
  flex-shrink: 0;
}
html.sp #disneyBody .post__thumbnail {
  width: 28.8vw;
}
#disneyBody .post__content__upper {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  margin-bottom: 0.9375vw;
}
html.sp #disneyBody .post__content__upper {
  margin-bottom: 2.6666666667vw;
}
#disneyBody .post__category {
  background-color: #f8eac8;
  border-radius: 6.25vw;
  padding: 0 3.4375vw;
  font-weight: bold;
  max-height: 1.6875vw;
  font-size: 0.875vw;
}
html.sp #disneyBody .post__category {
  font-size: 2.6666666667vw;
}
html.sp #disneyBody .post__category {
  padding: 0 9.3333333333vw;
  max-height: 5.3333333333vw;
}
#disneyBody .post__date {
  line-height: 1;
  font-size: 1vw;
}
html.sp #disneyBody .post__date {
  font-size: 3.2vw;
}
html.sp #disneyBody .post__date {
  margin-left: 1.3333333333vw;
}
#disneyBody .post__title {
  text-align: left;
  line-height: 1.44;
  font-size: 1.125vw;
}
html.sp #disneyBody .post__title {
  font-size: 3.7333333333vw;
}
#disneyBody .post__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.625vw;
}
html.sp #disneyBody .post__tag {
  gap: 0;
}
#disneyBody .post__tag p {
  text-align: left;
  font-size: 0.875vw;
}
html.sp #disneyBody .post__tag p {
  font-size: 2.6666666667vw;
}
html.pc #disneyBody .post__tag p {
  margin-top: 0.3125vw;
}
#disneyBody .video__bg {
  background-color: #0c3766;
  padding: 5vw 0;
}
html.sp #disneyBody .video__bg {
  padding: 14vw 0;
}
#disneyBody .video h2 {
  text-align: center;
}
#disneyBody .video h2 img {
  width: 20.625vw;
  height: auto;
  margin: 0 auto;
}
html.sp #disneyBody .video h2 img {
  width: 61.6vw;
}
#disneyBody .video__list {
  display: grid;
  grid-template-columns: 30vw 30vw;
  gap: 2.375vw;
  justify-content: center;
  justify-items: center;
  margin-top: 3.875vw;
}
html.sp #disneyBody .video__list {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-top: 10.4vw;
}
#disneyBody .video__item {
  background: url("/special/disney/30th/assets/images/video_dummy.jpg") no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 16.875vw;
  transition: 0.4s;
}
html.sp #disneyBody .video__item {
  width: 100%;
  height: 47.4666666667vw;
}
#disneyBody .video__item iframe {
  width: 30vw;
  height: 16.875vw;
}
html.sp #disneyBody .video__item iframe {
  width: 100%;
  height: 47.4666666667vw;
}
#disneyBody .video__more {
  background: url("/special/disney/30th/assets/images/btn_gold.png") no-repeat;
  background-size: 100% auto;
  height: 4.6875vw;
  color: #0c3766;
  font-weight: bold;
  line-height: 2.8;
  margin: 1.375vw auto 0;
  position: relative;
  font-size: 1.5vw;
}
html.sp #disneyBody .video__more {
  font-size: 4.2666666667vw;
}
html.sp #disneyBody .video__more {
  margin-top: -8vw;
  height: 13.8666666667vw;
}
#disneyBody .video__more::after {
  position: absolute;
  content: "";
  background: url(/special/disney/30th/assets/images/arrow_blue_down.png) no-repeat;
  background-size: 100% auto;
  width: 1.3125vw;
  height: 0.75vw;
  right: 4.375vw;
  top: 50%;
  transform: translateY(-50%);
}
html.sp #disneyBody .video__more::after {
  width: 3.7333333333vw;
  height: 2vw;
  right: 13.3333333333vw;
}
#disneyBody .video__more.active {
  margin-top: 3.75vw;
}
html.sp #disneyBody .video__more.active {
  margin-top: 8vw;
}
#disneyBody .video__more.active::after {
  transform: translateY(-50%) rotate(180deg);
}
#disneyBody .message {
  background-color: transparent;
  border: none;
  margin-bottom: 7.5vw;
}
#disneyBody .message h2 {
  text-align: center;
}
#disneyBody .message h2 img {
  width: 26.875vw;
  height: auto;
  margin: 0 auto;
}
html.sp #disneyBody .message h2 img {
  width: 79.2vw;
}
#disneyBody .message__caption {
  margin-top: 2.5vw;
}
html.sp #disneyBody .message__caption {
  margin-top: 10.6666666667vw;
}
#disneyBody .message__caption p {
  font-weight: bolder;
}
#disneyBody .message__caption .hashtag {
  color: #0c3766;
  font-weight: bolder;
  text-decoration: underline 0.125vw;
  text-underline-offset: 0.75vw;
  font-feature-settings: "palt";
  font-size: 2.5vw;
}
html.sp #disneyBody .message__caption .hashtag {
  font-size: 6.4vw;
}
html.sp #disneyBody .message__caption .hashtag {
  letter-spacing: 0;
}
#disneyBody .message__snsLinks {
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  margin-top: 4.0625vw;
}
html.sp #disneyBody .message__snsLinks {
  flex-direction: column;
  margin-top: 10.1333333333vw;
  gap: 5.3333333333vw;
}
#disneyBody .hidden {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
#disneyBody .firstlayer {
  background-color: #0c3766;
  padding: 5vw 0;
}
html.sp #disneyBody .firstlayer {
  padding: 14vw 0;
}
#disneyBody .firstlayer__bnr {
  transition: 0.4s;
}
#disneyBody .firstlayer__bnr:hover {
  opacity: 0.8;
}