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

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

/**
 * Base Element
 */
@keyframes panelShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Layout
 */
/**
 * Pages
 */
:where(.wonder-museum) {
  background-color: #fff;
}
: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: #45ABAF;
  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: #FFF;
  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_sns {
  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.42s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.42s 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.33s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(2) {
  transition-delay: 0.38s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(3) {
  transition-delay: 0.43s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_item:nth-of-type(4) {
  transition-delay: 0.48s;
}
:where(.wonder-museum) .header .drawer[aria-hidden=false] .navigation_sns {
  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.48s;
}
:where(.wonder-museum) .header .navigation {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding-block: calc(0.2307692308 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
  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: #000;
}
:where(.wonder-museum) .header .navigation_link {
  display: block;
  padding-block: calc(0.0769230769 * (100vw - var(--scrollBarWidth, 0px)));
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
@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_sns_link {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  margin-top: calc(0.1538461538 * (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);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .header .navigation_sns_link:hover {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .header .navigation_sns_image {
  width: calc(0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .header .navigation_sns_paragraph {
  color: #FFF;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .kv {
  height: calc(1.558974359 * (100vw - var(--scrollBarWidth, 0px)));
  background: url("/static/mga/feature/museum2025/img/kv_image-sp.png") no-repeat 50% bottom/contain;
}
:where(.wonder-museum) .kv .kv_title {
  width: calc(0.8871794872 * (100vw - var(--scrollBarWidth, 0px)));
  margin-inline: auto;
  padding-top: calc(0.5897435897 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .kv .kv_titleSupport {
  margin-top: calc(0.0256410256 * (100vw - var(--scrollBarWidth, 0px)));
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.0333333333 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.2307692308;
  letter-spacing: 0.02em;
  text-align: center;
  color: #F0CC69;
}
:where(.wonder-museum) .top_rect {
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.2153846154 * (100vw - var(--scrollBarWidth, 0px))), 0% 100%);
}
:where(.wonder-museum) .message {
  padding-top: calc(0.4871794872 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1025641026 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .message .message_inner {
  position: relative;
}
:where(.wonder-museum) .message .message_inner::before, :where(.wonder-museum) .message .message_inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: calc(0.0041025641 * (100vw - var(--scrollBarWidth, 0px)));
  background-color: #F0CC69;
}
:where(.wonder-museum) .message .message_inner::before {
  top: calc(0 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .message .message_inner::after {
  bottom: calc(0 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .message .message_paragraph {
  padding: calc(0.1666666667 * (100vw - var(--scrollBarWidth, 0px))) calc(0.0102564103 * (100vw - var(--scrollBarWidth, 0px)));
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #F0CC69;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  text-align: center;
  line-height: 2.1;
  position: relative;
}
:where(.wonder-museum) .message .message_paragraph::before, :where(.wonder-museum) .message .message_paragraph::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: calc(0.001025641 * (100vw - var(--scrollBarWidth, 0px)));
  background-color: #F0CC69;
}
:where(.wonder-museum) .message .message_paragraph::before {
  top: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .message .message_paragraph::after {
  bottom: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .news {
  padding-block: calc(0.5128205128 * (100vw - var(--scrollBarWidth, 0px))) 0;
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .news .news_heading {
  color: #F0CC69;
}
: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 #45ABAF;
}
:where(.wonder-museum) .news .news_item {
  padding-block: calc(0.0512820513 * (100vw - var(--scrollBarWidth, 0px)));
  border-bottom: 1px solid #45ABAF;
  color: #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_detail {
  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) .sns {
  padding-block: calc(0.2179487179 * (100vw - var(--scrollBarWidth, 0px))) calc(0.4615384615 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .sns .sns_heading {
  color: #F0CC69;
}
:where(.wonder-museum) .sns .sns_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) .sns .sns_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) .sns .sns_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);
}
@media (hover: hover) and (pointer: fine) {
  :where(.wonder-museum) .sns .sns_link:hover {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .sns .sns_image {
  width: calc(0.141025641 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .sns .sns_paragraph {
  color: #FFF;
  font-size: calc(0.0358974359 * (100vw - var(--scrollBarWidth, 0px)));
  line-height: 1.5;
  letter-spacing: 0.02em;
}
:where(.wonder-museum) .schedule {
  padding-block: calc(0.2923076923 * (100vw - var(--scrollBarWidth, 0px))) calc(0.3282051282 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .schedule .schedule_heading {
  color: #F0CC69;
}
: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 {
  margin-top: calc(0.1384615385 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .schedule .schedule_tablist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
:where(.wonder-museum) .schedule .schedule_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) .schedule .schedule_tab:hover {
    opacity: 0.6;
  }
}
:where(.wonder-museum) .schedule .schedule_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) .schedule .schedule_tab[aria-selected=false]:hover {
    opacity: 0.7;
  }
}
:where(.wonder-museum) .schedule .schedule_tab[aria-selected=true] {
  background-color: #000;
  color: #45ABAF;
  pointer-events: none;
}
:where(.wonder-museum) .schedule .schedule_panel {
  display: none;
  opacity: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
:where(.wonder-museum) .schedule .schedule_panel[aria-hidden=false] {
  display: block;
  opacity: 1;
}
: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 #000;
}
: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) .faq {
  background-color: #000;
  padding-block: calc(0.4923076923 * (100vw - var(--scrollBarWidth, 0px))) calc(0.4102564103 * (100vw - var(--scrollBarWidth, 0px)));
  padding-inline: calc(0.1128205128 * (100vw - var(--scrollBarWidth, 0px)));
  clip-path: polygon(0 0, 100% calc(0.2153846154 * (100vw - var(--scrollBarWidth, 0px))), 100% 100%, 0% 100%);
}
:where(.wonder-museum) .faq .faq_heading {
  color: #F0CC69;
}
: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_list {
  margin-top: calc(0.0615384615 * (100vw - var(--scrollBarWidth, 0px)));
  border-top: 1px solid #45ABAF;
}
:where(.wonder-museum) .faq .faq_item {
  padding-block: calc(0.0384615385 * (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 #45ABAF;
  color: #FFF;
}
:where(.wonder-museum) .faq .faq_answer {
  margin-top: calc(0.0128205128 * (100vw - var(--scrollBarWidth, 0px)));
}
:where(.wonder-museum) .caution {
  background-color: #000;
  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 #45ABAF;
  color: #FFF;
}
: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_paragraph {
  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) .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: #45ABAF;
  color: #FFF;
}
: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) .header {
    z-index: 999;
    top: 20px;
    width: 100%;
  }
  :where(.wonder-museum) .header .header_inner {
    display: grid;
    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-block: 136px 160px;
    padding-inline: 50px;
  }
  :where(.wonder-museum) .header .navigation::before {
    inset: unset;
    right: var(--drawerAdjust, 0px);
    top: 0;
    width: 410px;
    height: 100vh;
    max-height: 865px;
    background-color: #000;
  }
  :where(.wonder-museum) .header .navigation_link {
    padding-block: 30px;
  }
  :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_sns_link {
    margin-top: 60px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  :where(.wonder-museum) .header .navigation_sns_image {
    width: 58px;
  }
  :where(.wonder-museum) .header .navigation_sns_paragraph {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .kv {
    height: calc(0.5465277778 * (100vw - var(--scrollBarWidth, 0px)));
    background: url("/static/mga/feature/museum2025/img/kv_image.png") no-repeat 50% bottom/cover;
  }
  :where(.wonder-museum) .kv .kv_inner {
    display: grid;
    width: calc(0.5555555556 * (100vw - var(--scrollBarWidth, 0px)));
    margin-left: calc(0.0520833333 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .kv .kv_title {
    width: calc(0.5555555556 * (100vw - var(--scrollBarWidth, 0px)));
    padding-top: calc(0.1451388889 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .kv .kv_titleSupport {
    margin-top: calc(0.0152777778 * (100vw - var(--scrollBarWidth, 0px)));
    font-size: calc(0.0125 * (100vw - var(--scrollBarWidth, 0px)));
    line-height: 1.2222222222;
  }
  :where(.wonder-museum) .top_rect {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - min(265px, 0.1840277778 * (100vw - var(--scrollBarWidth, 0px)))), 0% 100%);
  }
  :where(.wonder-museum) .message {
    padding-top: 205px;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .message .message_inner::before, :where(.wonder-museum) .message .message_inner::after {
    height: 4px;
  }
  :where(.wonder-museum) .message .message_inner::before {
    top: 0px;
  }
  :where(.wonder-museum) .message .message_inner::after {
    bottom: 0px;
  }
  :where(.wonder-museum) .message .message_inner {
    max-width: 918px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .message .message_paragraph {
    padding: 103px 32px;
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
  :where(.wonder-museum) .message .message_paragraph::before, :where(.wonder-museum) .message .message_paragraph::after {
    height: 1px;
  }
  :where(.wonder-museum) .message .message_paragraph::before {
    top: 15px;
  }
  :where(.wonder-museum) .message .message_paragraph::after {
    bottom: 15px;
  }
  :where(.wonder-museum) .news {
    padding-block: 285px 0;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .news .news_inner {
    max-width: 903px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .news .news_heading {
    color: #F0CC69;
  }
  :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_detail {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .sns {
    padding-block: 130px 395px;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .sns .sns_inner {
    max-width: 903px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .sns .sns_heading-en {
    display: inline;
    font-size: 46px;
    line-height: 1.1956521739;
    letter-spacing: 0.05em;
    text-align: unset;
  }
  :where(.wonder-museum) .sns .sns_heading-jp {
    display: inline;
    margin-left: 26px;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: unset;
  }
  :where(.wonder-museum) .sns .sns_link {
    margin-top: 46px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  :where(.wonder-museum) .sns .sns_image {
    width: 58px;
  }
  :where(.wonder-museum) .sns .sns_paragraph {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .schedule {
    padding-block: 35px 190px;
    padding-inline: 32px;
  }
  :where(.wonder-museum) .schedule .schedule_inner {
    max-width: 905px;
    margin-inline: auto;
  }
  :where(.wonder-museum) .schedule .schedule_heading-en {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: right;
  }
  :where(.wonder-museum) .schedule .schedule_heading-jp {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: right;
  }
  :where(.wonder-museum) .schedule .schedule_wrap {
    margin-top: 60px;
    border-radius: 10px;
  }
  :where(.wonder-museum) .schedule .schedule_tablist {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  :where(.wonder-museum) .schedule .schedule_tab {
    height: 60px;
    border-radius: unset;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  :where(.wonder-museum) .schedule .schedule_tab:nth-of-type(n + 2) {
    border-left: 1px solid #000;
  }
  :where(.wonder-museum) .schedule .schedule_panel {
    border: 1px solid #000;
    border-radius: 0 0 10px 10px;
  }
  :where(.wonder-museum) .schedule .schedule_table {
    width: 100%;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_record {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    padding-block: 30px;
    padding-inline: 40px;
    -moz-column-gap: min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px)));
         column-gap: min(40px, 0.0277777778 * (100vw - var(--scrollBarWidth, 0px)));
  }
  :where(.wonder-museum) .schedule .schedule_table .table_record:nth-of-type(n + 2) {
    border-top: 1px dashed #000;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_head {
    grid-row: unset;
    grid-column: 1/2;
    width: min(94px, 0.0652777778 * (100vw - var(--scrollBarWidth, 0px)));
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .schedule .schedule_table .table_data {
    grid-row: unset;
    grid-column: 2/3;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :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: 335px;
    height: 100%;
    aspect-ratio: 335/192;
  }
  :where(.wonder-museum) .faq {
    padding-block: 350px 300px;
    padding-inline: 32px;
    clip-path: polygon(0 0, 100% min(230px, 0.1597222222 * (100vw - var(--scrollBarWidth, 0px))), 100% 100%, 0% 100%);
  }
  :where(.wonder-museum) .faq .faq_inner {
    max-width: 1148px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  :where(.wonder-museum) .faq .faq_heading {
    color: #F0CC69;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: left top;
  }
  :where(.wonder-museum) .faq .faq_heading-en {
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: 0.05em;
    text-align: right;
  }
  :where(.wonder-museum) .faq .faq_heading-jp {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: right;
    margin-top: 12px;
  }
  :where(.wonder-museum) .faq .faq_list {
    width: 100%;
    max-width: 903px;
    justify-self: end;
    margin-top: 86px;
    border-top: 1px solid #45ABAF;
  }
  :where(.wonder-museum) .faq .faq_item {
    padding-block: 25px;
    padding-inline: 35px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  :where(.wonder-museum) .faq .faq_answer {
    margin-top: 5px;
  }
  :where(.wonder-museum) .caution {
    padding-block: 106px 212px;
    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: 894px;
    margin-inline: auto;
  }
  :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_paragraph {
    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;
  }
}