@charset "UTF-8";
/**
 * Foundation
 */
/* Breakpoints */
/* Size */
/* Font */
/* Color */
/* Easing */
/* Default */
/* In */
/* Out */
/* In Out */
/* px数をremに変換 */
/* px数をvwに変換 */
/* px数をvwに変換(スクロールバー減算なし) */
/* PCデザイン幅を基準にvw変換 */
/* PCデザイン幅を基準にvw変換 */
/* line-heightを返す */
/* ハーフレディングを返す */
/* カラーコードのシャープマークを削除して返す */
/* 
  レスポンシブ（以上）
*/
/* 
  レスポンシブ（未満）
*/
/* ホバー */
/* 疑似要素（絶対配置） */
/* aタグのサイズを親要素に合わせる */
/* a11y-css-resetから引用 
  https://github.com/mike-engel/a11y-css-reset
*/
/* destyle.css v2.0.2 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
     * Remove the margin in all browsers.
     */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

/**
     * 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
     * Reset form fields to make them styleable
     */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
     * Reset radio and checkbox appearance to preserve their look in iOS.
     */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Remove arrow in IE10 & IE11
     */
select::-ms-expand {
  display: none;
}

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

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

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * 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;
}

/**
     * 1. 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. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

/**
    * Remove dialog UA Style
    */
:where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:where(.wonder-museum) {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
:where(.wonder-museum) picture {
  display: block;
}
:where(.wonder-museum) picture img {
  width: 100%;
}
:where(.wonder-museum) img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  outline: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media not all and (min-width: 769px) {
  :where(.wonder-museum) .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  :where(.wonder-museum) .sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  :where(.wonder-museum) .md {
    display: none;
  }
}
:where(.wonder-museum) .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}
:where(.wonder-museum) summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  /* Safariで表示されるデフォルトの三角形アイコンを非表示にします */
}
:where(.wonder-museum) summary::-webkit-details-marker {
  display: none;
}

/**
 * Base Element
 */
@keyframes panelShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Roll_1 {
  0% {
    transform: rotateZ(10deg) scale(0.95);
  }
  50% {
    transform: rotateZ(-10deg) scale(1);
  }
  100% {
    transform: rotateZ(10deg) scale(0.95);
  }
}
@keyframes Roll_2 {
  0% {
    transform: rotateZ(-5deg) scale(1);
  }
  50% {
    transform: rotateZ(5deg) scale(0.94);
  }
  100% {
    transform: rotateZ(5deg) scale(1);
  }
}
@keyframes Roll_3 {
  0% {
    transform: rotateZ(-7deg) scale(1);
  }
  50% {
    transform: rotateZ(7deg) scale(0.9);
  }
  100% {
    transform: rotateZ(-7deg) scale(1);
  }
}
/**
 * Modules
 */
:where(.wonder-museum) {
  position: relative;
  overflow-x: hidden;
}
:where(.wonder-museum)::before {
  position: fixed;
  display: block;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
:where(.wonder-museum) .p-balloon_wrap {
  position: relative;
}
:where(.wonder-museum) .p-balloon {
  position: absolute;
  z-index: -1;
}
:where(.wonder-museum) .p-balloon .p-balloon-horizontal,
:where(.wonder-museum) .p-balloon .p-balloon-scale,
:where(.wonder-museum) .p-balloon .p-balloon-scale img {
  width: 100%;
  height: 100%;
}
:where(.wonder-museum) .p-balloon_layered {
  position: relative;
}
:where(.wonder-museum) .kv .kv_balloon-1 {
  top: calc(0.3487179487 * (100vw - var(--scrollBarWidth, 0px)));
  left: calc(-0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.3102564103 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.3641025641 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_kv_balloon-1 {
  0% {
    transform: translate3d(0, min(48px, 0.0333333333 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(48px, 0.0333333333 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .kv .kv_balloon-1 {
  animation: FloatVertical_kv_balloon-1 14s ease-in-out infinite alternate;
}
:where(.wonder-museum) .kv .kv_balloon-2 {
  top: calc(-0.0076923077 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(0.0282051282 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.341025641 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.4820512821 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_kv_balloon-2 {
  0% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .kv .kv_balloon-2 {
  animation: FloatVertical_kv_balloon-2 10s ease-in-out infinite alternate;
}
:where(.wonder-museum) .kv .kv_balloon-3 {
  top: calc(0.441025641 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(-0.1461538462 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.358974359 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.441025641 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_kv_balloon-3 {
  0% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .kv .kv_balloon-3 {
  animation: FloatVertical_kv_balloon-3 8s ease-in-out infinite alternate;
}
:where(.wonder-museum) .news .news_balloon-1 {
  top: calc(0.4435897436 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(0.1153846154 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.1384615385 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.1871794872 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_news_balloon-1 {
  0% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .news .news_balloon-1 {
  animation: FloatVertical_news_balloon-1 12s ease-in-out infinite alternate;
}
:where(.wonder-museum) .news .news_balloon-2 {
  top: calc(0.1666666667 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(-0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.3384615385 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.4538461538 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_news_balloon-2 {
  0% {
    transform: translate3d(0, min(52px, 0.0361111111 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(52px, 0.0361111111 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .news .news_balloon-2 {
  animation: FloatVertical_news_balloon-2 9s ease-in-out infinite alternate;
}
:where(.wonder-museum) .officialSNS .officialSNS_balloon-1 {
  top: calc(0.4615384615 * (100vw - var(--scrollBarWidth, 0px)));
  left: calc(-0.0615384615 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.2051282051 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.2794871795 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_officialSNS_balloon-1 {
  0% {
    transform: translate3d(0, min(32px, 0.0222222222 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(32px, 0.0222222222 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .officialSNS .officialSNS_balloon-1 {
  animation: FloatVertical_officialSNS_balloon-1 16s ease-in-out infinite alternate;
}
:where(.wonder-museum) .schedule .schedule_balloon-1 {
  top: calc(0.541025641 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.1923076923 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_schedule_balloon-1 {
  0% {
    transform: translate3d(0, min(24px, 0.0166666667 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(24px, 0.0166666667 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .schedule .schedule_balloon-1 {
  animation: FloatVertical_schedule_balloon-1 18s ease-in-out infinite alternate;
}
:where(.wonder-museum) .schedule .schedule_balloon-2 {
  top: calc(0.2487179487 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(0.1 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.2615384615 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.3512820513 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_schedule_balloon-2 {
  0% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .schedule .schedule_balloon-2 {
  animation: FloatVertical_schedule_balloon-2 10s ease-in-out infinite alternate;
}
:where(.wonder-museum) .schedule .schedule_balloon-3 {
  top: calc(0.0871794872 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(-0.1205128205 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.3820512821 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.5128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_schedule_balloon-3 {
  0% {
    transform: translate3d(0, min(32px, 0.0222222222 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(32px, 0.0222222222 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .schedule .schedule_balloon-3 {
  animation: FloatVertical_schedule_balloon-3 15s ease-in-out infinite alternate;
}
:where(.wonder-museum) .ticket .ticket_balloon-1 {
  top: calc(0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
  left: calc(-0.0384615385 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.1564102564 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.2102564103 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_ticket_balloon-1 {
  0% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .ticket .ticket_balloon-1 {
  animation: FloatVertical_ticket_balloon-1 14s ease-in-out infinite alternate;
}
:where(.wonder-museum) .ticket .ticket_balloon-2 {
  top: calc(-0.0615384615 * (100vw - var(--scrollBarWidth, 0px)));
  left: calc(0.0153846154 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.2461538462 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.3307692308 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_ticket_balloon-2 {
  0% {
    transform: translate3d(0, min(32px, 0.0222222222 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(32px, 0.0222222222 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .ticket .ticket_balloon-2 {
  animation: FloatVertical_ticket_balloon-2 10s ease-in-out infinite alternate;
}
:where(.wonder-museum) .ticket .ticket_balloon-3 {
  top: calc(1.3333333333 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.1564102564 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.2102564103 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_ticket_balloon-3 {
  0% {
    transform: translate3d(0, min(56px, 0.0388888889 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(56px, 0.0388888889 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .ticket .ticket_balloon-3 {
  animation: FloatVertical_ticket_balloon-3 10s ease-in-out infinite alternate;
}
:where(.wonder-museum) .goods .goods_balloon-1 {
  top: calc(0.1743589744 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.1282051282 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.1743589744 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_goods_balloon-1 {
  0% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .goods .goods_balloon-1 {
  animation: FloatVertical_goods_balloon-1 14s ease-in-out infinite alternate;
}
:where(.wonder-museum) .goods .goods_balloon-2 {
  top: calc(-0.1282051282 * (100vw - var(--scrollBarWidth, 0px)));
  right: calc(-0.058974359 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.2846153846 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.3846153846 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_goods_balloon-2 {
  0% {
    transform: translate3d(0, min(48px, 0.0333333333 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(48px, 0.0333333333 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .goods .goods_balloon-2 {
  animation: FloatVertical_goods_balloon-2 10s ease-in-out infinite alternate;
}
:where(.wonder-museum) .faq .faq_balloon-1 {
  top: calc(0.0717948718 * (100vw - var(--scrollBarWidth, 0px)));
  left: calc(-0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.1820512821 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.2461538462 * (100vw - var(--scrollBarWidth, 0px)));
}
@keyframes FloatVertical_faq_balloon-1 {
  0% {
    transform: translate3d(0, min(48px, 0.0333333333 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, min(48px, 0.0333333333 * (100vw - var(--scrollBarWidth, 0px))), 0);
  }
}
:where(.wonder-museum) .faq .faq_balloon-1 {
  animation: FloatVertical_faq_balloon-1 10s ease-in-out infinite alternate;
}
@media screen and (min-width: 769px) {
  :where(.wonder-museum) .kv .kv_balloon-1 {
    top: calc(-0.0597222222 * (100vw - var(--scrollBarWidth, 0px)));
    left: calc(0.3756944444 * (100vw - var(--scrollBarWidth, 0px)));
    width: calc(0.1576388889 * (100vw - var(--scrollBarWidth, 0px)));
    height: calc(0.1840277778 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .kv .kv_balloon-2 {
    display: none;
  }
  :where(.wonder-museum) .kv .kv_balloon-3 {
    top: calc(-0.0097222222 * (100vw - var(--scrollBarWidth, 0px)));
    right: calc(0.0194444444 * (100vw - var(--scrollBarWidth, 0px)));
    width: calc(0.1652777778 * (100vw - var(--scrollBarWidth, 0px)));
    height: calc(0.2034722222 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .news .news_balloon-1 {
    top: 245px;
    right: clamp(50px, 224px - (1440px - 100vw), 224px);
    width: 87px;
    height: 117px;
  }
  :where(.wonder-museum) .news .news_balloon-2 {
    top: 19px;
    right: clamp(-50px, 65px - (1440px - 100vw), 65px);
    width: 210px;
    height: 283px;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_balloon-1 {
    top: 180px;
    left: clamp(-100px, 43px - (1440px - 100vw), 43px);
    width: 184px;
    height: 247px;
  }
  :where(.wonder-museum) .schedule .schedule_balloon-1 {
    top: 470px;
    right: clamp(182px, 182px - (1440px - 100vw), 182px);
    width: 89px;
    height: 119px;
  }
  :where(.wonder-museum) .schedule .schedule_balloon-2 {
    top: 294px;
    right: clamp(226px, 226px - (1440px - 100vw), 226px);
    width: 176px;
    height: 236px;
  }
  :where(.wonder-museum) .schedule .schedule_balloon-3 {
    top: 162px;
    right: clamp(-3px, -3px - (1440px - 100vw), -3px);
    width: 226px;
    height: 304px;
  }
  :where(.wonder-museum) .ticket .ticket_balloon-1 {
    top: 169px;
    left: clamp(-26px, -26px - (1440px - 100vw), -26px);
    width: 108px;
    height: 146px;
  }
  :where(.wonder-museum) .ticket .ticket_balloon-2 {
    top: -50px;
    left: clamp(42px, 42px - (1440px - 100vw), 42px);
    width: 176px;
    height: 236px;
  }
  :where(.wonder-museum) .ticket .ticket_balloon-3 {
    top: 275px;
    right: clamp(-50px, 10px - (1440px - 100vw), 10px);
    width: 245px;
    height: 330px;
  }
  :where(.wonder-museum) .goods .goods_balloon-1 {
    top: 213px;
    right: clamp(30px, 128px - (1440px - 100vw), 128px);
    width: 113px;
    height: 152px;
  }
  :where(.wonder-museum) .goods .goods_balloon-2 {
    top: -18px;
    right: clamp(-80px, -10px - (1440px - 100vw), -10px);
    width: 231px;
    height: 311px;
  }
  :where(.wonder-museum) .faq .faq_balloon-1 {
    top: -12px;
    left: clamp(40px, 155px - (1440px - 100vw), 155px);
    width: 179px;
    height: 240px;
  }
}

/**
 * Pages
 */
.wonder-museum {
  position: relative;
}
.wonder-museum::before {
  position: fixed;
  display: block;
  content: "";
  inset: 0;
  background: url("/static/mga/feature/museum2025/prd/img/background-sp.png") no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .wonder-museum::before {
    background: url("/static/mga/feature/museum2025/prd/img/background.png") repeat 50% 0/107px 106.5px;
  }
}

:where(.wonder-museum) {
  background-color: #45ABAF;
}
:where(.wonder-museum) .main {
  overflow-x: hidden;
}
:where(.wonder-museum) .p-tabArea {
  margin-top: calc(0.1384615385 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .p-tabArea .p-tablist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
:where(.wonder-museum) .p-tabArea .p-tab {
  display: grid;
  align-items: center;
  justify-items: center;
  height: calc(0.1076923077 * (100vw - var(--scrollBarWidth, 0px)));
  border-radius: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px))) 0 0;
  font-size: calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .p-tabArea .p-tab:hover {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .p-tabArea .p-tab[aria-selected=false] {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .p-tabArea .p-tab[aria-selected=false]:hover {
    opacity: 0.7;
  }
}
:where(.wonder-museum) .p-tabArea .p-tab[aria-selected=true] {
  background-color: #FFF;
  color: #45ABAF;
  pointer-events: none;
}
:where(.wonder-museum) .p-tabArea .p-panel {
  display: none;
  opacity: 0;
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .p-tabArea .p-panel[aria-hidden=false] {
  display: block;
  opacity: 1;
}
:where(.wonder-museum) .header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  pointer-events: none;
}
:where(.wonder-museum) .header .header_inner {
  display: grid;
}
:where(.wonder-museum) .header .drawer_button {
  pointer-events: auto;
  position: relative;
  justify-self: end;
  margin-right: var(--drawerAdjust, 0px);
  width: calc(0.1435897436 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.1512820513 * (100vw - var(--scrollBarWidth, 0px)));
  z-index: 999;
}
:where(.wonder-museum) .header .drawer_button[aria-expanded=false] .drawer_button_bar {
  transform: rotate(0deg) scaleX(1);
  background-color: #FFF;
  transition: transform 0.4s, margin 0.4s;
}
:where(.wonder-museum) .header .drawer_button[aria-expanded=false] .drawer_button_bar-1 {
  margin-top: calc(-0.0153846154 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .header .drawer_button[aria-expanded=false] .drawer_button_bar-2 {
  margin-top: calc(0.0102564103 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .header .drawer_button[aria-expanded=true] .drawer_button_bar {
  background-color: #45ABAF;
  transition: transform 0.4s, margin 0.4s;
}
:where(.wonder-museum) .header .drawer_button[aria-expanded=true] .drawer_button_bar-1 {
  transform: rotate(45deg) scaleX(1.1);
  margin-top: 0;
}
:where(.wonder-museum) .header .drawer_button[aria-expanded=true] .drawer_button_bar-2 {
  transform: rotate(-45deg) scaleX(1.1);
  margin-top: 0.025em;
}
:where(.wonder-museum) .header .drawer_button_bar {
  position: absolute;
  top: 50%;
  left: calc(50% - 0.0333333333 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.0666666667 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.0051282051 * (100vw - var(--scrollBarWidth, 0px)));
  transform-origin: center center;
}
:where(.wonder-museum) .header .drawer {
  pointer-events: auto;
  position: fixed;
  inset: 0;
}
:where(.wonder-museum) .header .drawer[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
:where(.wonder-museum) .header .drawer[aria-hidden=true] .navigation:before {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: opacity 0.2s 0s cubic-bezier(0, 0, 0.58, 1);
}
:where(.wonder-museum) .header .drawer[aria-hidden=true] .navigation_item,
:where(.wonder-museum) .header .drawer[aria-hidden=true] .navigation_officialSNS {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
  transition: opacity 0.2s 0.01s cubic-bezier(0, 0, 0.58, 1);
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] {
  visibility: visible;
  pointer-events: auto;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.36s 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(1) {
  transition-delay: 0.28s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(2) {
  transition-delay: 0.32s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(3) {
  transition-delay: 0.36s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(4) {
  transition-delay: 0.4s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(5) {
  transition-delay: 0.44s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(6) {
  transition-delay: 0.48s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(7) {
  transition-delay: 0.52s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(8) {
  transition-delay: 0.56s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_officialSNS {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.42s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.56s;
}
:where(.wonder-museum) .header .navigation {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  padding-inline: calc(0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
  overflow-y: scroll;
  overflow-x: hidden;
}
:where(.wonder-museum) .header .navigation::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  background-color: #FFF;
}
@supports not (height: 1dvh) {
  :where(.wonder-museum) .header .navigation {
    min-height: calc(100vh - 0.3846153846 * (100vw - var(--scrollBarWidth, 0px)));
  }
}
:where(.wonder-museum) .header .navigation_list {
  padding-block: calc(0.1641025641 * (100vw - var(--scrollBarWidth, 0px))) 0;
}
:where(.wonder-museum) .header .navigation_link {
  display: block;
  padding-block: calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px)));
  color: #45ABAF;
  border-bottom: 1px solid #45ABAF;
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .header .navigation_link:hover .navigation_item-en,
  :where(.wonder-museum) .header .navigation_link:hover .navigation_item-jp {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .header .navigation_item-en {
  display: block;
  font-size: calc(0.0641025641 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}
:where(.wonder-museum) .header .navigation_item-jp {
  display: block;
  font-size: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
:where(.wonder-museum) .header .navigation_item-en,
:where(.wonder-museum) .header .navigation_item-jp {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
:where(.wonder-museum) .header .navigation_officialSNS {
  padding-block: calc(0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .header .navigation_officialSNS_link {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  -moz-column-gap: calc(0.0666666667 * (100vw - var(--scrollBarWidth, 0px)));
       column-gap: calc(0.0666666667 * (100vw - var(--scrollBarWidth, 0px)));
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .header .navigation_officialSNS_link:hover {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .header .navigation_officialSNS_image {
  width: calc(0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .header .navigation_officialSNS_paragraph {
  color: #45ABAF;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .kv {
  overflow: hidden;
  position: relative;
  height: calc(1.7897435897 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .kv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url("/static/mga/feature/museum2025/prd/img/kv_bg-sp.png") no-repeat 50% 50%/contain;
  z-index: -1;
}
:where(.wonder-museum) .kv .kv_particle {
  position: absolute;
  inset: 0;
  z-index: -1;
}
:where(.wonder-museum) .kv .kv_particle canvas {
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 110%);
          mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 110%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
:where(.wonder-museum) .kv .kv_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(1.5256410256 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .kv .kv_inner {
  position: relative;
}
:where(.wonder-museum) .kv .kv_title {
  width: calc(0.9564102564 * (100vw - var(--scrollBarWidth, 0px)));
  margin-inline: auto;
  padding-top: calc(0.1923076923 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .message {
  padding-top: calc(0.2538461538 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .message .message_inner {
  position: relative;
}
:where(.wonder-museum) .message .message_object_wrap {
  position: absolute;
  inset: 0;
}
:where(.wonder-museum) .message .message_object {
  position: absolute;
}
:where(.wonder-museum) .message .message_object-1 {
  top: 0;
  left: calc(50% - 0.4871794872 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.9769230769 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.1435897436 * (100vw - var(--scrollBarWidth, 0px)));
  background: url("/static/mga/feature/museum2025/prd/img/message_object-top-sp.png") no-repeat 50% 50%/contain;
}
:where(.wonder-museum) .message .message_object-2 {
  bottom: 0;
  left: calc(50% - 0.4897435897 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.9820512821 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.2641025641 * (100vw - var(--scrollBarWidth, 0px)));
  background: url("/static/mga/feature/museum2025/prd/img/message_object-bottom-sp.png") no-repeat 50% 50%/contain;
}
:where(.wonder-museum) .message .message_paragraph {
  padding: calc(0.2051282051 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0717948718 * (100vw - var(--scrollBarWidth, 0px))) calc(0.3256410256 * (100vw - var(--scrollBarWidth, 0px))) calc(0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px)));
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0em;
  position: relative;
}
:where(.wonder-museum) .message .message_paragraph::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.4076923077 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.8153846154 * (100vw - var(--scrollBarWidth, 0px)));
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
:where(.wonder-museum) .news {
  padding-block: calc(0.6666666667 * (100vw - var(--scrollBarWidth, 0px))) 0;
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.5128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .news .news_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0692307692 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.1851851852;
  letter-spacing: 0.02em;
  text-align: center;
}
:where(.wonder-museum) .news .news_heading-jp {
  display: block;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .news .news_list {
  margin-top: calc(0.1435897436 * (100vw - var(--scrollBarWidth, 0px)));
  border-top: 1px solid #FFF;
  position: relative;
}
:where(.wonder-museum) .news .news_list::before {
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
:where(.wonder-museum) .news .news_item {
  padding-block: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  border-bottom: 1px solid #FFF;
}
:where(.wonder-museum) .news .news_date {
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .news .news_lead {
  margin-top: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .news .news_content {
  height: 0px;
  margin-top: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  overflow: hidden;
}
:where(.wonder-museum) .news .news_content.is-opened {
  height: 100%;
}
:where(.wonder-museum) .news .news_paragraph {
  padding-block: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .news .news_paragraph a {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .news .news_paragraph a:hover {
    opacity: 0.7;
  }
}
:where(.wonder-museum) .news .news_paragraph a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
:where(.wonder-museum) .news .news_detail {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .news .news_detail[aria-expanded=true] .news_toggle {
  transform: rotate(90deg);
}
:where(.wonder-museum) .news .news_detail[aria-expanded=true] .news_toggle::after {
  opacity: 0;
}
:where(.wonder-museum) .news .news_toggle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
  width: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
:where(.wonder-museum) .news .news_toggle::before, :where(.wonder-museum) .news .news_toggle::after {
  grid-column: 1/2;
  grid-row: 1/2;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
:where(.wonder-museum) .news .news_toggle::before {
  transform: rotate(90deg);
}
:where(.wonder-museum) .news .news_toggle::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
:where(.wonder-museum) .officialSNS {
  padding-block: calc(0.2179487179 * (100vw - var(--scrollBarWidth, 0px))) 0;
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .officialSNS .officialSNS_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0692307692 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.1851851852;
  letter-spacing: 0.02em;
  text-align: center;
}
:where(.wonder-museum) .officialSNS .officialSNS_heading-jp {
  display: block;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .officialSNS .officialSNS_link {
  display: inline-grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  margin-top: calc(0.0897435897 * (100vw - var(--scrollBarWidth, 0px)));
  -moz-column-gap: calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
       column-gap: calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
:where(.wonder-museum) .officialSNS .officialSNS_link::before {
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .officialSNS .officialSNS_link:hover {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .officialSNS .officialSNS_image {
  width: calc(0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .officialSNS .officialSNS_paragraph {
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .middleArea {
  position: relative;
  background-color: #E1B1D8;
}
:where(.wonder-museum) .middleArea::before, :where(.wonder-museum) .middleArea::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}
:where(.wonder-museum) .middleArea::before {
  top: calc(-0.0948717949 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.0974358974 * (100vw - var(--scrollBarWidth, 0px)));
  background: url("/static/mga/feature/museum2025/prd/img/middleArea_obj-sp.svg") no-repeat 50% bottom/100%;
}
:where(.wonder-museum) .middleArea::after {
  bottom: calc(-0.0948717949 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.0974358974 * (100vw - var(--scrollBarWidth, 0px)));
  background: url("/static/mga/feature/museum2025/prd/img/middleArea_obj-sp.svg") no-repeat 50% bottom/100%;
  transform: rotate(180deg);
}
:where(.wonder-museum) .special {
  padding-block: calc(0.2230769231 * (100vw - var(--scrollBarWidth, 0px))) calc(0.2564102564 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.0692307692 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .special .special_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.2;
  letter-spacing: 0.05em;
}
:where(.wonder-museum) .special .special_heading-jp {
  display: block;
  margin-top: calc(0.0102564103 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
}
:where(.wonder-museum) .special .special_content {
  width: calc(0.7692307692 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.5128205128 * (100vw - var(--scrollBarWidth, 0px)));
  margin-inline: auto;
  margin-top: calc(0.0820512821 * (100vw - var(--scrollBarWidth, 0px)));
  background-color: #EFEFEF;
}
:where(.wonder-museum) .highlight {
  position: relative;
  padding-block: calc(0.2564102564 * (100vw - var(--scrollBarWidth, 0px))) calc(0.1692307692 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .highlight::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 0.3846153846 * (100vw - var(--scrollBarWidth, 0px)));
  width: calc(0.7692307692 * (100vw - var(--scrollBarWidth, 0px)));
  height: 1px;
  background-color: #FFF;
}
:where(.wonder-museum) .highlight .highlight_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.2;
  letter-spacing: 0.05em;
}
:where(.wonder-museum) .highlight .highlight_heading-jp {
  display: block;
  margin-top: calc(0.0102564103 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
}
:where(.wonder-museum) .highlight .highlight_content {
  width: calc(0.7692307692 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.5128205128 * (100vw - var(--scrollBarWidth, 0px)));
  margin-inline: auto;
  margin-top: calc(0.0820512821 * (100vw - var(--scrollBarWidth, 0px)));
  background-color: #EFEFEF;
}
:where(.wonder-museum) .schedule {
  padding-block: calc(0.2564102564 * (100vw - var(--scrollBarWidth, 0px))) 0;
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .schedule .schedule_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0692307692 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.1851851852;
  letter-spacing: 0.04em;
  text-align: center;
}
:where(.wonder-museum) .schedule .schedule_heading-jp {
  display: block;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .schedule .schedule_wrap {
  position: relative;
}
:where(.wonder-museum) .schedule .schedule_wrap::before {
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
:where(.wonder-museum) .schedule .schedule_panel {
  border-bottom: 1px solid #FFF;
}
:where(.wonder-museum) .schedule .schedule_table .table_record {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  padding-block: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .schedule .schedule_table .table_record:nth-of-type(n + 2) {
  border-top: 1px dashed #FFF;
}
:where(.wonder-museum) .schedule .schedule_table .table_head {
  grid-row: 1/2;
  grid-column: 1/2;
  width: calc(0.241025641 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .schedule .schedule_table .table_data {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .schedule .schedule_table .table_map {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-top: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .schedule .schedule_table .table_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 300/162;
}
:where(.wonder-museum) .ticket {
  padding-block: calc(0.4615384615 * (100vw - var(--scrollBarWidth, 0px))) 0;
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.3076923077 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .ticket_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0871794872 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.2058823529;
  letter-spacing: 0.05em;
  text-align: center;
}
:where(.wonder-museum) .ticket .ticket_heading-jp {
  display: block;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .ticket .ticket_wrap {
  position: relative;
}
:where(.wonder-museum) .ticket .ticket_wrap::before {
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
:where(.wonder-museum) .ticket .ticket_table .table_record {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-block: calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .ticket_table .table_record:nth-of-type(n + 2) {
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .ticket .ticket_table .table_head {
  font-size: calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .ticket .ticket_table .table_caution {
  margin-top: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-left: 1em;
  text-indent: -1em;
}
:where(.wonder-museum) .ticket .ticket_table .table_data_paragraph {
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .price {
  margin-top: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .price tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .price .price_record {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .ticket .purchase {
  margin-top: calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px)));
  border: 1px solid #FFF;
}
:where(.wonder-museum) .ticket .purchase .purchase_details:nth-of-type(n + 2) {
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .ticket .purchase .purchase_details.is-opened .purchase_toggle {
  transform: rotate(45deg);
}
:where(.wonder-museum) .ticket .purchase .purchase_heading {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
       column-gap: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  padding: calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px))) calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .ticket .purchase .purchase_toggle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
  width: calc(0.0461538462 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.0461538462 * (100vw - var(--scrollBarWidth, 0px)));
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
:where(.wonder-museum) .ticket .purchase .purchase_toggle::before, :where(.wonder-museum) .ticket .purchase .purchase_toggle::after {
  grid-column: 1/2;
  grid-row: 1/2;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
:where(.wonder-museum) .ticket .purchase .purchase_toggle::before {
  transform: rotate(90deg);
}
:where(.wonder-museum) .ticket .purchase .purchase_content {
  overflow: hidden;
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .ticket .purchase .purchase_inner {
  padding: calc(0.0666666667 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0435897436 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .purchase .purchase_table tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .purchase .purchase_record {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .ticket .purchase .purchase_link_wrap {
  display: grid;
  justify-items: start;
  margin-block: calc(0.0641025641 * (100vw - var(--scrollBarWidth, 0px))) calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .ticket .purchase .purchase_list {
  margin-left: 1em;
  text-indent: -1em;
}
:where(.wonder-museum) .ticket .purchase .purchase_attention {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
:where(.wonder-museum) .ticket .purchase .purchase_link {
  display: block;
  padding: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  background-color: #FFF;
  color: #45ABAF;
  border-radius: calc(0.1794871795 * (100vw - var(--scrollBarWidth, 0px)));
  border: 1px solid #FFF;
  transition: all 0.3s;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .ticket .purchase .purchase_link:hover {
    background-color: #45ABAF;
    color: #FFF;
  }
}
:where(.wonder-museum) .goods {
  padding-block: calc(0.4102564103 * (100vw - var(--scrollBarWidth, 0px))) 0;
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.2564102564 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .goods .goods_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0692307692 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.1851851852;
  letter-spacing: 0.05em;
  text-align: center;
}
:where(.wonder-museum) .goods .goods_heading-jp {
  display: block;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .goods .goods_content {
  margin-top: calc(0.1487179487 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .goods .goods_comingsoon {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .faq {
  padding-block: calc(0.441025641 * (100vw - var(--scrollBarWidth, 0px))) calc(0.4102564103 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  scroll-margin-block-start: calc(-0.2871794872 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .faq .faq_heading-en {
  display: block;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0692307692 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.1851851852;
  letter-spacing: 0.05em;
  text-align: center;
}
:where(.wonder-museum) .faq .faq_heading-jp {
  display: block;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .faq .faq_container {
  margin-top: calc(0.0615384615 * (100vw - var(--scrollBarWidth, 0px)));
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0974358974 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .faq .faq_container::before {
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
:where(.wonder-museum) .faq .faq_group_heading {
  text-align: center;
  font-size: calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px)));
  letter-spacing: 0.1em;
  line-height: 1.6;
}
:where(.wonder-museum) .faq .faq_list {
  margin-top: calc(0.041025641 * (100vw - var(--scrollBarWidth, 0px)));
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .faq .faq_item {
  padding: calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0051282051 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #FFF;
}
:where(.wonder-museum) .faq .faq_details:nth-of-type(n + 2) {
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .faq .faq_details.is-opened .faq_toggle {
  transform: rotate(90deg);
}
:where(.wonder-museum) .faq .faq_details.is-opened .faq_toggle::after {
  opacity: 0;
}
:where(.wonder-museum) .faq .faq_question {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1.5em 1fr calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px)));
  align-items: center;
}
:where(.wonder-museum) .faq .faq_icon {
  align-self: start;
}
:where(.wonder-museum) .faq .faq_toggle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-self: end;
  width: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
:where(.wonder-museum) .faq .faq_toggle::before, :where(.wonder-museum) .faq .faq_toggle::after {
  grid-column: 1/2;
  grid-row: 1/2;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
:where(.wonder-museum) .faq .faq_toggle::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
:where(.wonder-museum) .faq .faq_toggle::before {
  transform: rotate(90deg);
}
:where(.wonder-museum) .faq .faq_content {
  overflow: hidden;
}
:where(.wonder-museum) .faq .faq_answer {
  display: grid;
  grid-template-columns: 1.5em 1fr calc(0.0384615385 * (100vw - var(--scrollBarWidth, 0px)));
  margin-top: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .faq .faq_answer_inner {
  grid-column: 2/3;
  max-width: calc(0.6666666667 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .faq .faq_answer_inner a {
  word-wrap: break-word;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .faq .faq_answer_inner a:hover {
    opacity: 0.7;
  }
}
:where(.wonder-museum) .faq .faq_answer_inner .faq_answer_paragraph {
  word-wrap: break-word;
}
:where(.wonder-museum) .faq .faq_answer_inner .faq_answer_indent {
  margin-left: 1em;
  text-indent: -1em;
  word-wrap: break-word;
}
:where(.wonder-museum) .faq .faq_answer_inner .faq_answer_list {
  margin-left: 1em;
  text-indent: -1em;
  word-wrap: break-word;
}
:where(.wonder-museum) .caution {
  padding-block: calc(0.1282051282 * (100vw - var(--scrollBarWidth, 0px))) calc(0.2692307692 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  border-top: 1px solid #FFF;
}
:where(.wonder-museum) .caution .caution_inner {
  position: relative;
}
:where(.wonder-museum) .caution .caution_inner::before {
  inset: calc(-0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(69, 171, 175, 0.6);
  filter: blur(90px);
  filter: blur(5cqmin);
  will-change: filter;
}
:where(.wonder-museum) .caution .caution_heading {
  font-size: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
:where(.wonder-museum) .caution .caution_content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.4em;
  margin-top: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  font-size: calc(0.0307692308 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .caution .caution_list {
  margin-left: 1em;
  text-indent: -1em;
}
:where(.wonder-museum) .caution .caution_group_indent {
  margin-left: 1em;
  text-indent: -1em;
}
:where(.wonder-museum) .caution .caution_group_indent + .caution_group_indent {
  margin-top: 1em;
}
:where(.wonder-museum) .fixed_button {
  z-index: 100;
  position: fixed;
  bottom: 2vw;
  right: calc(2vw + var(--drawerAdjust, 0px));
  border-radius: 999px;
  width: calc(0.1974358974 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(0.1974358974 * (100vw - var(--scrollBarWidth, 0px)));
  transform: translateY(0) scale(1);
  transition: transform 0.3s ease;
  border: calc(0.0051282051 * (100vw - var(--scrollBarWidth, 0px))) solid #006341;
  background: #fff;
}
:where(.wonder-museum) .fixed_button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.0051282051 * (100vw - var(--scrollBarWidth, 0px)));
  height: calc(100% - 0.0051282051 * (100vw - var(--scrollBarWidth, 0px)));
  border-radius: 999px;
  border: 1px solid #006341;
}
:where(.wonder-museum) .fixed_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
:where(.wonder-museum) .fixed_button .svg_txt {
  position: absolute;
  z-index: 1;
  overflow: visible;
  transform: rotate(-90deg);
  width: 60%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  fill: #006341;
}
:where(.wonder-museum) .fixed_button .svg_txt path {
  fill: transparent;
}
:where(.wonder-museum) .fixed_button .svg_txt text {
  font-weight: bold;
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  fill: #006341;
}
:where(.wonder-museum) .fixed_button .logo {
  width: 62.3%;
  margin-top: 5px;
}
:where(.wonder-museum) .fixed_button.--hide {
  transform: translateY(30vh);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .fixed_button:hover {
    transform: scale(1.1);
  }
}
:where(.wonder-museum) .footer {
  padding-block: calc(0.0897435897 * (100vw - var(--scrollBarWidth, 0px)));
  background-color: #E1B1D8;
}
:where(.wonder-museum) .footer .footer_logo {
  display: block;
  width: calc(0.3153846154 * (100vw - var(--scrollBarWidth, 0px)));
  margin-inline: auto;
}
:where(.wonder-museum) .footer .footer_bottom {
  display: grid;
  justify-items: center;
  row-gap: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  margin-top: calc(0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .footer .footer_sns {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(7, auto);
  -moz-column-gap: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
       column-gap: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .footer .footer_sns_link {
  display: block;
  width: calc(0.0538461538 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .footer .footer_policy {
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:where(.wonder-museum) .footer .footer_copyright small {
  font-size: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  :where(.wonder-museum) .p-tabArea {
    margin-top: unset;
  }
  :where(.wonder-museum) .p-tabArea .p-tablist {
    width: 100%;
    grid-template-columns: repeat(3, clamp(0px, 33.3333%, 180px));
    justify-content: start;
  }
  :where(.wonder-museum) .p-tabArea .p-tab {
    height: 60px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .p-tabArea .p-panel {
    display: none;
    opacity: 0;
    border-top: 1px solid #FFF;
  }
  :where(.wonder-museum) .p-tabArea .p-panel[aria-hidden=false] {
    display: block;
    opacity: 1;
  }
  :where(.wonder-museum) .header {
    top: 20px;
  }
  :where(.wonder-museum) .header .header_inner {
    margin-inline: 32px;
  }
  :where(.wonder-museum) .header .drawer_button {
    width: 72px;
    height: 72px;
  }
  :where(.wonder-museum) .header .drawer_button[aria-expanded=false] .drawer_button_bar-1 {
    margin-top: -6px;
  }
  :where(.wonder-museum) .header .drawer_button[aria-expanded=false] .drawer_button_bar-2 {
    margin-top: 4px;
  }
  :where(.wonder-museum) .header .drawer_button_bar {
    left: calc(50% - 17px);
    width: 35px;
    height: 3px;
  }
  :where(.wonder-museum) .header .drawer::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
  :where(.wonder-museum) .header .drawer[aria-hidden=true]::before {
    opacity: 0;
    transition: opacity 0.2s 0s cubic-bezier(0, 0, 0.58, 1);
  }
  :where(.wonder-museum) .header .drawer[aria-hidden=false]::before {
    opacity: 1;
    transition: opacity 0.3s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  :where(.wonder-museum) .header .navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 410px;
    padding-inline: 50px;
  }
  :where(.wonder-museum) .header .navigation::before {
    inset: unset;
    right: 0;
    top: 0;
    width: 410px;
    height: 100%;
    max-height: 800px;
  }
  :where(.wonder-museum) .header .navigation_list {
    padding-block: 140px 0;
  }
  :where(.wonder-museum) .header .navigation_link {
    padding-block: 18px;
  }
  :where(.wonder-museum) .header .navigation_item-en {
    font-size: 25px;
    line-height: 1.2;
  }
  :where(.wonder-museum) .header .navigation_item-jp {
    font-size: 12px;
    line-height: 1.6;
  }
  :where(.wonder-museum) .header .navigation_officialSNS {
    padding-block: 40px;
  }
  :where(.wonder-museum) .header .navigation_officialSNS_link {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  :where(.wonder-museum) .header .navigation_officialSNS_image {
    width: 55px;
  }
  :where(.wonder-museum) .header .navigation_officialSNS_paragraph {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .kv {
    height: calc(0.55625 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .kv::before {
    background: url("/static/mga/feature/museum2025/prd/img/kv_bg.png") no-repeat 50% 50%/contain;
  }
  :where(.wonder-museum) .kv .kv_image {
    top: 0;
    left: unset;
    height: unset;
    width: calc(0.6270833333 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .kv .kv_inner {
    display: grid;
    width: calc(0.4583333333 * (100vw - var(--scrollBarWidth, 0px)));
    margin-left: calc(0.0430555556 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .kv .kv_title {
    width: calc(0.4583333333 * (100vw - var(--scrollBarWidth, 0px)));
    padding-top: calc(0.04375 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .message {
    padding-top: 144px;
  }
  :where(.wonder-museum) .message .message_inner {
    width: min(1037px, 1 * (100vw - var(--scrollBarWidth, 0px)));
    margin-inline: auto;
  }
  :where(.wonder-museum) .message .message_object-1 {
    left: calc(50% - min(515px, 0.4966248795 * (100vw - var(--scrollBarWidth, 0px))));
    width: min(1030px, 0.9932497589 * (100vw - var(--scrollBarWidth, 0px)));
    height: min(152px, 0.1465766635 * (100vw - var(--scrollBarWidth, 0px)));
    background: url("/static/mga/feature/museum2025/prd/img/message_object-top.png") no-repeat 50% 50%/contain;
  }
  :where(.wonder-museum) .message .message_object-2 {
    left: calc(50% - min(518px, 0.4995178399 * (100vw - var(--scrollBarWidth, 0px))));
    width: min(1037px, 1 * (100vw - var(--scrollBarWidth, 0px)));
    height: min(279px, 0.269045323 * (100vw - var(--scrollBarWidth, 0px)));
    background: url("/static/mga/feature/museum2025/prd/img/message_object-bottom.png") no-repeat 50% 50%/contain;
  }
  :where(.wonder-museum) .message .message_paragraph {
    padding: min(172px, 0.1658630665 * (100vw - var(--scrollBarWidth, 0px))) 0 min(300px, 0.2892960463 * (100vw - var(--scrollBarWidth, 0px)));
    font-size: min(17px, 0.0163934426 * (100vw - var(--scrollBarWidth, 0px)));
    line-height: 2;
    letter-spacing: 0.05em;
  }
  :where(.wonder-museum) .message .message_paragraph::before {
    top: min(99px, 0.0954676953 * (100vw - var(--scrollBarWidth, 0px)));
    bottom: unset;
    left: calc(50% - min(421px, 0.405978785 * (100vw - var(--scrollBarWidth, 0px))));
    width: min(843px, 0.8129218901 * (100vw - var(--scrollBarWidth, 0px)));
    height: min(592px, 0.5708775313 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .news {
    padding-block: 270px 0;
    padding-inline: 32px;
    scroll-margin-block-start: -170px;
  }
  :where(.wonder-museum) .news .news_inner {
    max-width: 903px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .news .news_heading-en {
    display: inline;
    font-size: 46px;
    line-height: 1.1956521739;
    letter-spacing: 0.05em;
    text-align: unset;
  }
  :where(.wonder-museum) .news .news_heading-jp {
    display: inline;
    margin-left: 26px;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: unset;
  }
  :where(.wonder-museum) .news .news_list {
    margin-top: 90px;
  }
  :where(.wonder-museum) .news .news_item {
    padding-block: 25px;
    padding-inline: 22px;
  }
  :where(.wonder-museum) .news .news_date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .news .news_lead {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .news .news_content {
    margin-top: 15px;
  }
  :where(.wonder-museum) .news .news_paragraph {
    padding-block: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .news .news_detail {
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .news .news_toggle {
    width: 16px;
    height: 16px;
  }
  :where(.wonder-museum) .officialSNS {
    padding-block: 130px 0;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_inner {
    max-width: 903px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_heading-en {
    display: inline;
    font-size: 46px;
    line-height: 1.1956521739;
    letter-spacing: 0.05em;
    text-align: unset;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_heading-jp {
    display: inline;
    margin-left: 26px;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: unset;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_link {
    margin-top: 46px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_image {
    width: 58px;
  }
  :where(.wonder-museum) .officialSNS .officialSNS_paragraph {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .middleArea::before, :where(.wonder-museum) .middleArea::after {
    height: 138px;
    background: url("/static/mga/feature/museum2025/prd/img/middleArea_obj.svg") repeat-x 50% bottom/1439px 138px;
  }
  :where(.wonder-museum) .middleArea::before {
    top: -137px;
    transform: unset;
  }
  :where(.wonder-museum) .middleArea::after {
    bottom: -137px;
    transform: scaleY(-1) scaleX(-1);
  }
  :where(.wonder-museum) .special {
    padding-block: 40px 190px;
    padding-inline: 32px;
    scroll-margin-block-start: 20px;
  }
  :where(.wonder-museum) .special .special_inner {
    max-width: 1016px;
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: minmax(160px, auto) 1fr;
  }
  :where(.wonder-museum) .special .special_heading {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: left top;
  }
  :where(.wonder-museum) .special .special_heading-en {
    font-size: 72px;
    line-height: 1.1944444444;
    letter-spacing: 0.05em;
    padding-right: 26px;
  }
  :where(.wonder-museum) .special .special_heading-jp {
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: right;
  }
  :where(.wonder-museum) .special .special_content {
    grid-column: 2/3;
    justify-self: end;
    max-width: 669px;
    width: 100%;
    height: 415px;
    margin-inline: unset;
    margin-top: 70px;
    margin-right: clamp(0px, 56px - (1080px - 100vw), 56px);
    background-color: #EFEFEF;
  }
  :where(.wonder-museum) .highlight {
    padding-block: 160px 200px;
    padding-inline: 32px;
    scroll-margin-block-start: -60px;
  }
  :where(.wonder-museum) .highlight::before {
    left: calc(50% - min(585px, 0.4740680713 * (100vw - var(--scrollBarWidth, 0px))));
    width: min(1170px, 0.9481361426 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .highlight .highlight_inner {
    max-width: 1016px;
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(160px, auto);
  }
  :where(.wonder-museum) .highlight .highlight_heading {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
  }
  :where(.wonder-museum) .highlight .highlight_heading-en {
    font-size: 72px;
    line-height: 1.1944444444;
    letter-spacing: 0.05em;
  }
  :where(.wonder-museum) .highlight .highlight_heading-jp {
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: right;
    padding-right: 30px;
  }
  :where(.wonder-museum) .highlight .highlight_content {
    justify-self: end;
    max-width: 669px;
    width: 100%;
    height: 415px;
    margin-inline: unset;
    margin-top: 70px;
    margin-left: clamp(0px, 56px - (1080px - 100vw), 56px);
    background-color: #EFEFEF;
  }
  :where(.wonder-museum) .schedule {
    padding-block: 200px 0;
    padding-inline: 32px;
    scroll-margin-block-start: -100px;
  }
  :where(.wonder-museum) .schedule .schedule_inner {
    max-width: 1160px;
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, auto) 1fr;
  }
  :where(.wonder-museum) .schedule .schedule_heading {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: left top;
  }
  :where(.wonder-museum) .schedule .schedule_heading-en {
    font-size: 56px;
    line-height: 1.0357142857;
    letter-spacing: 0.05em;
    text-indent: -3.5em;
    padding-left: 3.5em;
  }
  :where(.wonder-museum) .schedule .schedule_heading-jp {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-left: 84px;
  }
  :where(.wonder-museum) .schedule .schedule_wrap {
    margin-top: 160px;
    grid-column: 2/3;
    justify-self: end;
    max-width: 902px;
    width: 100%;
    margin-right: clamp(0px, 10px - (1160px - 100vw), 10px);
  }
  :where(.wonder-museum) .schedule .schedule_table {
    width: 100%;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_record {
    padding-block: 30px;
    -moz-column-gap: clamp(0px, 40px - (1000px - 100vw), 40px);
         column-gap: clamp(0px, 40px - (1000px - 100vw), 40px);
  }
  :where(.wonder-museum) .schedule .schedule_table .table_head {
    width: clamp(100px, 110px - (1000px - 100vw), 110px);
    padding-left: clamp(8px, 17px - (1000px - 100vw), 17px);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_data {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_map {
    margin-top: 30px;
    grid-column: 2/3;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_map iframe {
    width: 334px;
    height: 100%;
    aspect-ratio: 334/192;
  }
  :where(.wonder-museum) .ticket {
    padding-block: 384px 0;
    padding-inline: 32px;
    scroll-margin-block-start: -284px;
  }
  :where(.wonder-museum) .ticket .ticket_inner {
    max-width: 1160px;
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, auto) 1fr;
  }
  :where(.wonder-museum) .ticket .ticket_heading {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: left top;
  }
  :where(.wonder-museum) .ticket .ticket_heading-en {
    font-size: 75px;
    line-height: 1.0666666667;
    letter-spacing: 0.05em;
  }
  :where(.wonder-museum) .ticket .ticket_heading-jp {
    display: block;
    margin-top: 11px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-left: 53px;
  }
  :where(.wonder-museum) .ticket .ticket_wrap {
    margin-top: 75px;
    grid-column: 2/3;
    justify-self: end;
    max-width: 902px;
    width: 100%;
    margin-right: clamp(0px, 10px - (1160px - 100vw), 10px);
  }
  :where(.wonder-museum) .ticket .ticket_table {
    width: 100%;
    border-bottom: 1px solid #FFF;
  }
  :where(.wonder-museum) .ticket .ticket_table .table_record {
    grid-template-columns: auto 1fr;
    -moz-column-gap: clamp(0px, 40px - (1000px - 100vw), 40px);
         column-gap: clamp(0px, 40px - (1000px - 100vw), 40px);
    padding-block: 30px;
  }
  :where(.wonder-museum) .ticket .ticket_table .table_head {
    width: clamp(120px, 156px - (1000px - 100vw), 156px);
    padding-left: clamp(8px, 34px - (1000px - 100vw), 34px);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .ticket .ticket_table .table_caution {
    margin-top: unset;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .ticket .ticket_table .table_data_paragraph {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-top: unset;
  }
  :where(.wonder-museum) .ticket .price {
    margin-top: unset;
  }
  :where(.wonder-museum) .ticket .price tbody {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  :where(.wonder-museum) .ticket .price .price_record {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    row-gap: unset;
  }
  :where(.wonder-museum) .ticket .price .price_head {
    width: 100%;
  }
  :where(.wonder-museum) .ticket .purchase {
    margin-top: unset;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_heading {
    -moz-column-gap: 1em;
         column-gap: 1em;
    padding: 25px 22px 25px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_toggle {
    width: 18px;
    height: 18px;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_inner {
    display: grid;
    justify-content: start;
    padding: 25px 22px 25px 32px;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_table tbody {
    row-gap: 10px;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_record {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    row-gap: unset;
  }
  :where(.wonder-museum) .ticket .purchase .price_head {
    min-width: 148px;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_link_wrap {
    margin-block: 30px 12px;
  }
  :where(.wonder-museum) .ticket .purchase .purchase_link {
    display: block;
    padding: 10px 20px;
    border-radius: 70px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .goods {
    padding-block: 169px 0;
    padding-inline: 32px;
    scroll-margin-block-start: -69px;
  }
  :where(.wonder-museum) .goods .goods_inner {
    max-width: 1094px;
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(120px, auto);
  }
  :where(.wonder-museum) .goods .goods_heading {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
  }
  :where(.wonder-museum) .goods .goods_heading-en {
    font-size: 75px;
    line-height: 0.8933333333;
    letter-spacing: 0.05em;
  }
  :where(.wonder-museum) .goods .goods_heading-jp {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: right;
    padding-right: 40px;
  }
  :where(.wonder-museum) .goods .goods_content {
    justify-self: end;
    max-width: 877px;
    width: 100%;
    height: 213px;
    margin-inline: unset;
    margin-top: 66px;
    margin-left: clamp(0px, 109px - (1094px - 100vw), 109px);
    display: grid;
    justify-items: center;
    align-items: center;
  }
  :where(.wonder-museum) .goods .goods_comingsoon {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .faq {
    padding-block: 283px 300px;
    padding-inline: 32px;
    scroll-margin-block-start: -183px;
  }
  :where(.wonder-museum) .faq .faq_inner {
    max-width: 1160px;
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, auto) 1fr;
  }
  :where(.wonder-museum) .faq .faq_heading {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: left top;
  }
  :where(.wonder-museum) .faq .faq_heading-en {
    font-size: 75px;
    line-height: 1.1066666667;
    letter-spacing: 0.05em;
    padding-right: 6px;
  }
  :where(.wonder-museum) .faq .faq_heading-jp {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: right;
  }
  :where(.wonder-museum) .faq .faq_container {
    margin-top: 10px;
    grid-column: 2/3;
    justify-self: end;
    max-width: 902px;
    width: 100%;
    row-gap: 56px;
    margin-right: clamp(0px, 10px - (1160px - 100vw), 10px);
  }
  :where(.wonder-museum) .faq .faq_group_heading {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  :where(.wonder-museum) .faq .faq_list {
    margin-top: 20px;
  }
  :where(.wonder-museum) .faq .faq_item {
    padding: 25px min(35px, 0.0243055556 * (100vw - var(--scrollBarWidth, 0px)));
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .faq .faq_question {
    grid-template-columns: 1.5em 1fr 22px;
  }
  :where(.wonder-museum) .faq .faq_toggle {
    width: 12px;
    height: 12px;
  }
  :where(.wonder-museum) .faq .faq_answer {
    grid-template-columns: 1.5em 1fr 22px;
    margin-top: 5px;
  }
  :where(.wonder-museum) .faq .faq_answer_inner {
    max-width: 790px;
  }
  :where(.wonder-museum) .caution {
    padding-block: 106px 200px;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .caution .caution_inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 94px;
         column-gap: 94px;
    max-width: 903px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .caution .caution_inner::before {
    inset: -40px;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(69, 171, 175, 0.6);
    filter: blur(90px);
    filter: blur(5cqmin);
    will-change: filter;
  }
  :where(.wonder-museum) .caution .caution_heading {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: unset;
  }
  :where(.wonder-museum) .caution .caution_content {
    margin-top: unset;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .fixed_button {
    width: 122px;
    height: 122px;
    border: 3px solid #006341;
  }
  :where(.wonder-museum) .fixed_button::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  :where(.wonder-museum) .fixed_button .svg_txt text {
    font-size: 14px;
  }
  :where(.wonder-museum) .footer {
    padding-block: 74px 25px;
  }
  :where(.wonder-museum) .footer .footer_logo {
    width: 153px;
  }
  :where(.wonder-museum) .footer .footer_bottom {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-items: unset;
    row-gap: 15px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 55px;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .footer .footer_sns {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-content: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  :where(.wonder-museum) .footer .footer_sns_link {
    width: 21px;
  }
  :where(.wonder-museum) .footer .footer_policy {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: unset;
  }
  :where(.wonder-museum) .footer .footer_copyright {
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: end;
  }
  :where(.wonder-museum) .footer .footer_copyright small {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1000px) {
  :where(.wonder-museum) .schedule .schedule_table .table_record {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_head {
    grid-row: unset;
    grid-column: 1/2;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_data {
    grid-row: unset;
    grid-column: 2/3;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_map {
    grid-row: unset;
    grid-column: 3/4;
    margin-top: unset;
    justify-self: end;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_map iframe {
    width: 334px;
    height: 100%;
    aspect-ratio: 334/192;
  }
}