@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&family=Noto+Sans+SC:wght@400;500;700&family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+SC:wght@400;500;700&family=Inter:opsz,wght@14..32,500&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*--
  base size
--*/
/*--
  break points
--*/
/*--
  colors
--*/
/*--
  font family
--*/
/*--
  font weight
--*/
/*--
  源ノ角ゴシック JP(Adobe)でのweight名 = Source Han Sans Japanese
  ExtraLight  : 200
  Light       : 200
  Normal      : 300
  Regular     : 400
  Medium      : 500
  Bold        : 700
  Heavy       : 900
--*/
/*--
  PlusJakartaSansでのweight名
  ExtraLight  : 100
  Light       : 200
  Regular     : 400
  Medium      : 600
  SemiBold    : 700
  Bold        : 800
  ExtraBold   : 900
--*/
/*--
  汎用
  - カスタムブロック側で使用していると思うので、残置
--*/
/*--
  img path
  - craft-museum側はthemeファイル内に
--*/
/*--
  easing
 */
/*--
  easing
 */
/*--
  line-height
  - XDの行送り / フォントサイズ
--*/
/*--
  letter-spacing
  - XDのAV / 1000
--*/
/*--
  calcVw
  - 主にSPで使う想定の関数。
  - 第2引数のデフォルトはsp。sp以外で使用する際はtb || pcを指定する
  - デザイン上の子要素のwidth / デザイン上の画面サイズを算出する
  - デザイン上の画面サイズ = pc: 1366, sp: 375
  - 第3引数にtrueを指定すると、マイナスで算出する
--*/
/*--
  box-shadow
- $x: XDのドロップシャドウのX
- $y: XDのドロップシャドウのY
- $b: XDのドロップシャドウのB
--*/
/*--
  media queries
  - $breakpoint: _variables.scssの$breakpointsからキーを選んで入力。デフォルトはsp
--*/
/*--------------------------------------------------
  hover時のタイミングだけ管理
  - aタグはデフォルトで付与しているため、追加不要
--------------------------------------------------*/
/*--------------------------------------------------
  抜粋ベース
--------------------------------------------------*/
/*--------------------------------------------------
  transition
--------------------------------------------------*/
/*--------------------------------------------------
  appearanceリセット
--------------------------------------------------*/
/*--------------------------------------------------
  placeholderのcolor指定
  @include placeholder-color(#00ff00);
--------------------------------------------------*/
/*--------------------------------------------------
  filterのcolor指定：
--------------------------------------------------*/
/*--------------------------------------------------
  フォントサイズスイッチ
--------------------------------------------------*/
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
}
/*--------------------------------------------------
  base style
--*/
:root {
  --scrollbar: calc(100vw - 100cqw);
  --scrollheight: 104px;
}
:root:has(dialog[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

html {
  font-family: "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  scroll-padding-top: 0;
  container-type: size;
  scroll-behavior: smooth;
}
html[lang=en-US] {
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
html[lang=zh-CN], html[lang=zh-TW] {
  font-family: "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", "Noto Sans", sans-serif;
}
html[lang=ko-KR] {
  font-family: "Pretendard", "Noto Sans KR", "Noto Sans", sans-serif;
}

body {
  font-size: 1.7rem;
}
.block-editor__container body {
  font-size: 17px;
}
[data-font-size=large] body {
  font-size: 2rem;
}
.block-editor__container [data-font-size=large] body {
  font-size: 20px;
}
[data-font-size=small] body {
  font-size: 1.5rem;
}
.block-editor__container [data-font-size=small] body {
  font-size: 15px;
}
body {
  color: #111111;
  line-height: 1.5;
  word-break: break-word;
  background: #fff;
}

/*--------------------------------------------------
  skip link
--*/
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 100000;
  padding: 0.8rem 1.6rem;
  background: #111111;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
}
a:hover, a:focus-visible {
  opacity: 0.8;
}
a {
  color: #111111;
  text-decoration: none;
}

summary {
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  br.pc-break {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  br.sp-break {
    display: none;
  }
}

/*--------------------------------------------------
  breadcrumbs
--*/
/*
 * @property でCSS変数をアニメーション可能にする
 * syntax: '<number>' で数値として扱い、アニメーションを有効化する
 */
@property --scFade-progress {
  syntax: "<number>";
  inherits: false;
  initial-value: -1;
}
@keyframes scFade {
  0% {
    --scFade-progress: -1;
  }
  100% {
    --scFade-progress: 0;
  }
}
.breadcrumbs {
  font-size: 1.6rem;
}
.block-editor__container .breadcrumbs {
  font-size: 16px;
}
[data-font-size=large] .breadcrumbs {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .breadcrumbs {
  font-size: 19px;
}
[data-font-size=small] .breadcrumbs {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .breadcrumbs {
  font-size: 14px;
}
.breadcrumbs {
  color: #555555;
  background: #EDEDED;
}
.breadcrumbs__inner {
  padding: 10px 24px;
  overflow-x: auto;
  background: transparent;
  --scFade-size: 2rem;
  --scFade-offset: 0;
  --scFade-dir: to right;
  -webkit-mask-image: linear-gradient(var(--scFade-dir), transparent, #000 var(--scFade-size), #000 calc(100% - var(--scFade-size)), transparent);
  mask-image: linear-gradient(var(--scFade-dir), transparent, #000 var(--scFade-size), #000 calc(100% - var(--scFade-size)), transparent);
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: calc(100% + var(--scFade-size)) 100%;
  mask-size: calc(100% + var(--scFade-size)) 100%;
  -webkit-mask-position: calc(var(--scFade-progress) * var(--scFade-size)) 0;
  mask-position: calc(var(--scFade-progress) * var(--scFade-size)) 0;
  animation: scFade 1s linear both;
  animation-timeline: scroll(self inline);
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__inner {
    display: flex;
    align-items: center;
    padding: 8px 12px;
  }
  .breadcrumbs__inner::after {
    content: "";
    width: 8px;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumbs__separator {
  display: inline;
  margin: 0 12px;
}
.breadcrumbs a {
  color: #555555;
}

/*--------------------------------------------------
  search-form
--*/
.search-form {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.search-form__input:placeholder-shown {
  color: #767676;
}
.search-form__input::-webkit-input-placeholder {
  color: #767676;
}
.search-form__input:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.search-form__input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.search-form__input:-ms-input-placeholder {
  color: #767676;
}
.search-form__input {
  font-size: 2rem;
}
.block-editor__container .search-form__input {
  font-size: 20px;
}
[data-font-size=large] .search-form__input {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .search-form__input {
  font-size: 23px;
}
[data-font-size=small] .search-form__input {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .search-form__input {
  font-size: 18px;
}
.search-form__input {
  flex: 1;
  padding: 16px;
  background: #fff;
  border: 1px solid #8E7221;
}
@media screen and (max-width: 1024px) {
  .search-form__input {
    padding: 16px 10px;
  }
}
.search-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #8E7221;
  border: 1px solid #8E7221;
  aspect-ratio: 1/1;
  max-width: 60px;
}
.search-form__submit::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../image/icon_search.svg") no-repeat 50% 50%;
  background-size: cover;
}

/*--------------------------------------------------
  search-tabs
--*/
.search-tabs {
  font-size: 1.6rem;
}
.block-editor__container .search-tabs {
  font-size: 16px;
}
[data-font-size=large] .search-tabs {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .search-tabs {
  font-size: 19px;
}
[data-font-size=small] .search-tabs {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .search-tabs {
  font-size: 14px;
}
.search-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.search-tabs__link {
  display: flex;
  height: 52px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid #9B9B9B;
}
.search-tabs__link:hover, .search-tabs__link:focus-visible, .search-tabs__link.is-current {
  color: #fff;
  background: #8E7221;
  opacity: 1;
}
.search-tabs__link.is-disabled {
  color: #9B9B9B;
  background: #EDEDED;
  pointer-events: none;
}

/*--------------------------------------------------
  search-list
--*/
.search-list {
  font-size: 1.6rem;
}
.block-editor__container .search-list {
  font-size: 16px;
}
[data-font-size=large] .search-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .search-list {
  font-size: 19px;
}
[data-font-size=small] .search-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .search-list {
  font-size: 14px;
}
.search-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 64px;
}
.search-list__item:not(:first-child) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #DADADA;
}
.search-list__link {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 24px;
}
.search-list__link:hover, .search-list__link:focus-visible {
  opacity: 1;
}
.search-list__link:hover .search-list__image img, .search-list__link:focus-visible .search-list__image img {
  transform: scale(1.1, 1.1);
}
.search-list__image {
  grid-column: 1;
  width: 150px;
  background: #DADADA;
  overflow: hidden;
}
.search-list__image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.search-list__content {
  grid-column: 2;
  align-self: center;
}
.search-list__title {
  margin-bottom: 8px;
}
.search-list__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #555555;
}
@media screen and (max-width: 1024px) {
  .search-list__text {
    -webkit-line-clamp: 4;
  }
}
.search-list__nothing {
  margin-top: 64px;
}

/*--------------------------------------------------
  news-tag
--*/
.news-tag {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  color: #555555;
  background: #DADADA;
}
.news-tag.is-important {
  color: #fff;
  background: #AF3234;
}

/*--------------------------------------------------
  status
--*/
.status {
  font-size: 1.6rem;
}
.block-editor__container .status {
  font-size: 16px;
}
[data-font-size=large] .status {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .status {
  font-size: 19px;
}
[data-font-size=small] .status {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .status {
  font-size: 14px;
}
.status {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
.status__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  color: #fff;
  background: #22827A;
  border: 1px solid #22827A;
}
.status__item.is-pending {
  color: #22827A;
  background: transparent;
}
.status__item.is-upcoming {
  color: #83681B;
  background: transparent;
  border-color: #83681B;
}
.status__item.is-current {
  background: #8E7221;
  border-color: #8E7221;
}
.status__item.is-past {
  background: #555555;
  border-color: #555555;
}

/*--------------------------------------------------
  tags
--*/
.tags {
  font-size: 1.6rem;
}
.block-editor__container .tags {
  font-size: 16px;
}
[data-font-size=large] .tags {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .tags {
  font-size: 19px;
}
[data-font-size=small] .tags {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .tags {
  font-size: 14px;
}
.tags {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
.tags__item {
  display: flex;
  align-items: center;
  padding: 3px 8px;
  color: #555555;
  background: #E7D5A4;
}

/*--------------------------------------------------
  location
--*/
.location {
  font-size: 1.6rem;
}
.block-editor__container .location {
  font-size: 16px;
}
[data-font-size=large] .location {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .location {
  font-size: 19px;
}
[data-font-size=small] .location {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .location {
  font-size: 14px;
}
.location {
  margin-top: 12px;
}
.location__tag {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  padding: 2px 8px 2px 3px;
  color: #555555;
}
.location__tag::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../image/icon_access.svg) no-repeat 50% 50%;
  background-size: cover;
}
.location__tag.is-shozokan {
  background: #ECE7CF;
}
.location__tag.is-shozokan::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
}
.location__tag.is-other {
  color: #000;
  background: #DADADA;
}
.location__museums {
  display: block;
  margin-top: 3px;
  color: #555555;
}

/*--------------------------------------------------
  exhibitions-list
--*/
.exhibitions-list {
  font-size: 1.6rem;
}
.block-editor__container .exhibitions-list {
  font-size: 16px;
}
[data-font-size=large] .exhibitions-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .exhibitions-list {
  font-size: 19px;
}
[data-font-size=small] .exhibitions-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .exhibitions-list {
  font-size: 14px;
}
.exhibitions-list {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 70px 54px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .exhibitions-list {
    flex-direction: column;
    gap: 64px;
  }
}
.exhibitions-list__item {
  width: calc((100% - 108px) / 3);
}
@media screen and (max-width: 1024px) {
  .exhibitions-list__item {
    width: 100%;
  }
}
.exhibitions-list__link {
  display: block;
}
.exhibitions-list__link:hover, .exhibitions-list__link:focus-visible {
  opacity: 1;
}
.exhibitions-list__link:hover .exhibitions-list__image img, .exhibitions-list__link:focus-visible .exhibitions-list__image img {
  transform: scale(1.1, 1.1);
}
.exhibitions-list__link:hover .exhibitions-list__title, .exhibitions-list__link:focus-visible .exhibitions-list__title {
  color: #8E7221;
}
.exhibitions-list__image {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .exhibitions-list__image {
    margin: 0 auto;
    width: 197px;
  }
}
.exhibitions-list__image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  width: 100%;
  aspect-ratio: 73/103;
  object-fit: contain;
}
.exhibitions-list .status {
  margin-top: 20px;
}
.exhibitions-list__time {
  display: block;
  margin: 17px 0 11px;
  line-height: 1.44;
}
.exhibitions-list__subtitle {
  margin: 10px 0 4px;
  line-height: 1.44;
  color: #555555;
}
.exhibitions-list__title {
  font-size: 2rem;
}
.block-editor__container .exhibitions-list__title {
  font-size: 20px;
}
[data-font-size=large] .exhibitions-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .exhibitions-list__title {
  font-size: 23px;
}
[data-font-size=small] .exhibitions-list__title {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .exhibitions-list__title {
  font-size: 18px;
}
.exhibitions-list__title {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  line-height: 1.55;
  text-decoration: underline;
}

/*--------------------------------------------------
  modify
--*/
@media screen and (min-width: 1025px) {
  .exhibitions-list.is-small {
    gap: 64px 24px;
  }
  .exhibitions-list.is-small .exhibitions-list__item {
    width: calc(50% - 12px);
  }
  .exhibitions-list.is-small .exhibitions-list__link {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: repeat(4, auto) 1fr;
    grid-column-gap: 16px;
  }
  .exhibitions-list.is-small .exhibitions-list__image {
    grid-area: 1/1/6/2;
  }
  .exhibitions-list.is-small .exhibitions-list__none {
    width: 100%;
  }
  .exhibitions-list.is-small .status {
    grid-area: 1/2/2/3;
    margin-top: 0;
  }
  .exhibitions-list.is-small .exhibitions-list__time {
    grid-area: 2/2/3/3;
  }
  .exhibitions-list.is-small .exhibitions-list__subtitle {
    grid-area: 3/2/4/3;
  }
  .exhibitions-list.is-small .exhibitions-list__title {
    grid-area: 4/2/5/3;
  }
  .exhibitions-list.is-small .location {
    grid-area: 5/2/6/3;
    margin-top: 14px;
  }
}
.exhibitions-list.is-small.is-1column .exhibitions-list__item {
  width: 100%;
  border-top: 8px solid var(--exhibition-color, transparent);
}
.exhibitions-list.is-small.is-1column .exhibitions-list__item.is-border-red {
  border-top: 8px solid #E4D0D1;
}
.exhibitions-list.is-small.is-1column .exhibitions-list__item.is-border-green {
  border-top: 8px solid #C6D8C5;
}
.exhibitions-list.is-small.is-1column .exhibitions-list__item.is-border-yellow {
  border-top: 8px solid #E1E0C5;
}
.exhibitions-list.is-small.is-1column .exhibitions-list__item.is-border-blue {
  border-top: 8px solid #BED4E0;
}
.exhibitions-list.is-small.is-1column .exhibitions-list__link {
  padding: 20px;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .exhibitions-list.is-small.is-1column {
    gap: 16px;
  }
}

/*--------------------------------------------------
  events-list
--*/
.events-list {
  font-size: 1.6rem;
}
.block-editor__container .events-list {
  font-size: 16px;
}
[data-font-size=large] .events-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .events-list {
  font-size: 19px;
}
[data-font-size=small] .events-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .events-list {
  font-size: 14px;
}
.events-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 64px 32px;
}
@media screen and (max-width: 1024px) {
  .events-list {
    flex-direction: column;
    gap: 32px;
  }
}
.wp-block-p + .events-list {
  margin-top: 32px;
}
.events-list__item {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 1024px) {
  .events-list__item {
    width: 100%;
  }
}
.events-list__link {
  display: block;
}
.events-list__link:hover, .events-list__link:focus-visible {
  opacity: 1;
}
.events-list__link:hover .events-list__image img, .events-list__link:focus-visible .events-list__image img {
  transform: scale(1.1, 1.1);
}
.events-list__link:hover .events-list__title, .events-list__link:focus-visible .events-list__title {
  color: #8E7221;
}
.events-list__image {
  overflow: hidden;
}
.events-list__image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.events-list .status {
  margin-top: 20px;
}
.events-list__time {
  display: block;
  margin: 17px 0 11px;
  line-height: 1.44;
  font-weight: 500;
}
.events-list__title {
  font-size: 2rem;
}
.block-editor__container .events-list__title {
  font-size: 20px;
}
[data-font-size=large] .events-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .events-list__title {
  font-size: 23px;
}
[data-font-size=small] .events-list__title {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .events-list__title {
  font-size: 18px;
}
.events-list__title {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  line-height: 1.55;
  text-decoration: underline;
  font-weight: 500;
}
.events-list .tags {
  margin-top: 28px;
}
.events-list__price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  color: #555555;
}
.events-list__price::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
  content: "";
  position: relative;
  top: 1px;
  width: 25px;
  height: 25px;
  background: url(../image/icon_ticket.svg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  body:not(:has(.top-events)) .wp-block-post-content .events-list {
    flex-direction: column;
    gap: 64px;
  }
  body:not(:has(.top-events)) .wp-block-post-content .events-list__item {
    width: 100% !important;
  }
}

/*--------------------------------------------------
  modify
--*/
.events-list.is-small .events-list__item {
  width: 100%;
}
.events-list.is-small .events-list__link {
  padding: 20px;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .events-list.is-small {
    gap: 16px;
  }
  .events-list.is-small .events-list__link {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: repeat(4, auto) 1fr;
    grid-column-gap: 16px;
  }
  .events-list.is-small .events-list__image {
    grid-area: 1/1/6/2;
  }
  .events-list.is-small .status {
    grid-area: 1/2/2/3;
    margin: 0;
  }
  .events-list.is-small .events-list__time {
    grid-area: 2/2/3/3;
  }
  .events-list.is-small .events-list__title {
    grid-area: 3/2/4/3;
  }
  .events-list.is-small .tags {
    grid-area: 4/2/5/3;
  }
  .events-list.is-small .events-list__price {
    grid-area: 5/2/6/3;
  }
}

/*--------------------------------------------------
  events-other-list
--*/
.events-other-list {
  font-size: 1.6rem;
}
.block-editor__container .events-other-list {
  font-size: 16px;
}
[data-font-size=large] .events-other-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .events-other-list {
  font-size: 19px;
}
[data-font-size=small] .events-other-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .events-other-list {
  font-size: 14px;
}
.events-other-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 64px 32px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .events-other-list {
    flex-direction: column;
    gap: 32px;
  }
}
.events-other-list__item {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 1024px) {
  .events-other-list__item {
    width: 100%;
  }
}
.events-other-list__item:only-child {
  width: 100%;
}
.events-other-list__link {
  display: block;
}
.events-other-list__image {
  max-width: 365px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .events-other-list__image {
    max-width: 100%;
  }
}
.events-other-list__image img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.events-other-list__title {
  font-size: 2rem;
}
.block-editor__container .events-other-list__title {
  font-size: 20px;
}
[data-font-size=large] .events-other-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .events-other-list__title {
  font-size: 23px;
}
[data-font-size=small] .events-other-list__title {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .events-other-list__title {
  font-size: 18px;
}
.events-other-list__title {
  margin-bottom: 5px;
  line-height: 1.55;
  font-weight: 500;
}
.events-other-list__text {
  line-height: 1.81;
  color: #555555;
}

/*--------------------------------------------------
  work-list
--*/
.work-list {
  font-size: 1.6rem;
}
.block-editor__container .work-list {
  font-size: 16px;
}
[data-font-size=large] .work-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .work-list {
  font-size: 19px;
}
[data-font-size=small] .work-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .work-list {
  font-size: 14px;
}
.work-list {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .work-list {
    gap: 12px;
  }
}
.work-list__item {
  display: flex;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1024px) {
  .work-list__item {
    width: 100%;
  }
}
.work-list__link {
  flex: 1;
  display: block;
  padding: 16px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .work-list__link {
    padding: 8px;
  }
}
.work-list__link.is-disabled {
  pointer-events: none;
}
.work-list__image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .work-list__image img {
    height: auto;
    aspect-ratio: revert-layer;
    object-fit: initial;
  }
}
.work-list__title {
  font-size: 2.5rem;
}
.block-editor__container .work-list__title {
  font-size: 25px;
}
[data-font-size=large] .work-list__title {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .work-list__title {
  font-size: 28px;
}
[data-font-size=small] .work-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .work-list__title {
  font-size: 23px;
}
.work-list__title {
  margin: 19px 0 11px;
  line-height: 1.36;
}
@media screen and (max-width: 1024px) {
  .work-list__title {
    font-size: 1.6rem;
  }
  .block-editor__container .work-list__title {
    font-size: 16px;
  }
  [data-font-size=large] .work-list__title {
    font-size: 1.9rem;
  }
  .block-editor__container [data-font-size=large] .work-list__title {
    font-size: 19px;
  }
  [data-font-size=small] .work-list__title {
    font-size: 1.4rem;
  }
  .block-editor__container [data-font-size=small] .work-list__title {
    font-size: 14px;
  }
}
.work-list__artist {
  line-height: 1.44;
  color: #555555;
}
.work-list__time {
  margin: 2px 0 17px;
  line-height: 1.44;
  color: #555555;
}
@media screen and (max-width: 1024px) {
  .work-list__time {
    margin-bottom: 15px;
  }
}
.work-list__time + .work-list__note {
  margin-top: -15px;
}
@media screen and (max-width: 1024px) {
  .work-list__time + .work-list__note {
    margin-top: -13px;
  }
}
.work-list__period {
  line-height: 1.44;
  color: #8E7221;
}
.work-list__period dt {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 5px;
  font-weight: 500;
}
.work-list__period dt::before {
  content: "";
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  width: 25px;
  height: 25px;
  background: url(../image/icon_exclamation.svg) no-repeat 50% 50%;
  background-size: cover;
}
.work-list__note {
  margin-top: 2px;
  line-height: 1.44;
  color: #555555;
}

/*--------------------------------------------------
  news-list
--*/
.news-list {
  font-size: 1.6rem;
}
.block-editor__container .news-list {
  font-size: 16px;
}
[data-font-size=large] .news-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .news-list {
  font-size: 19px;
}
[data-font-size=small] .news-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .news-list {
  font-size: 14px;
}
.news-list {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-list__item {
    display: block;
  }
}
.news-list__th, .news-list__td {
  padding: 32px 0;
  vertical-align: middle;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .news-list__th, .news-list__td {
    display: block;
  }
}
.news-list__th {
  padding-right: 15px;
  width: 228px;
  color: #555555;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .news-list__th {
    padding: 32px 0 0;
    width: auto;
    border-bottom: none;
  }
}
.news-list__td {
  line-height: 1.81;
}
.news-list__time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.news-list__time.is-pin::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon_pin.svg) no-repeat 50% 50%;
  background-size: cover;
}
.news-list__link {
  display: block;
}
.news-list .news-tag {
  display: inline-flex;
  margin-bottom: 8px;
}

/*--------------------------------------------------
  online-list
--*/
.online-list {
  font-size: 1.6rem;
}
.block-editor__container .online-list {
  font-size: 16px;
}
[data-font-size=large] .online-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .online-list {
  font-size: 19px;
}
[data-font-size=small] .online-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .online-list {
  font-size: 14px;
}
.online-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .online-list {
    grid-template-columns: 1fr;
  }
}
.online-list__item {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  align-content: start;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .online-list__item {
    grid-row: auto;
    grid-template-rows: none;
  }
}
.online-list__image {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #EDEDED;
}
.online-list__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.online-list__image iframe {
  width: 100%;
  height: 56.25%;
  aspect-ratio: 560/315;
  object-fit: contain;
}
.online-list__title {
  font-size: 2rem;
}
.block-editor__container .online-list__title {
  font-size: 20px;
}
[data-font-size=large] .online-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .online-list__title {
  font-size: 23px;
}
[data-font-size=small] .online-list__title {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .online-list__title {
  font-size: 18px;
}
.online-list__title {
  margin: 24px 0;
  line-height: 1.55;
}
.online-list__select {
  position: relative;
  color: #555555;
}
.online-list__select::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.online-list__select select {
  font-size: 1.8rem;
}
.block-editor__container .online-list__select select {
  font-size: 18px;
}
[data-font-size=large] .online-list__select select {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .online-list__select select {
  font-size: 21px;
}
[data-font-size=small] .online-list__select select {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .online-list__select select {
  font-size: 16px;
}
.online-list__select select {
  position: relative;
  z-index: 0;
  padding: 0 60px 0 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #9B9B9B;
}
.online-list__download {
  margin-bottom: 24px;
}
.wp-block-post-content .online-list .wp-block-button {
  gap: 0;
  margin-top: 16px;
  padding-inline: 0 !important;
  min-width: 100%;
}
.online-list__dl {
  margin-top: 10px;
}
.online-list__dt {
  font-size: 1.8rem;
}
.block-editor__container .online-list__dt {
  font-size: 18px;
}
[data-font-size=large] .online-list__dt {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .online-list__dt {
  font-size: 21px;
}
[data-font-size=small] .online-list__dt {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .online-list__dt {
  font-size: 16px;
}
.online-list__dt {
  line-height: 1.67;
  color: #555555;
  font-weight: 500;
}
.online-list__dd {
  line-height: 1.44;
}
.wp-block-post-content .online-list__dd a:not(.wp-block-button) {
  text-decoration: none;
}
.online-list__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 11px;
}
.wp-block-post-content .online-list__link:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link) {
  color: #9B9B9B;
}
.wp-block-post-content .online-list__link:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link)[target=_blank]::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
}

/*--------------------------------------------------
  press-list
--*/
.press-list {
  font-size: 1.6rem;
}
.block-editor__container .press-list {
  font-size: 16px;
}
[data-font-size=large] .press-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .press-list {
  font-size: 19px;
}
[data-font-size=small] .press-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .press-list {
  font-size: 14px;
}
.press-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.press-list__item {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .press-list__item {
    display: block;
  }
}
.press-list__title {
  font-size: 1.8rem;
}
.block-editor__container .press-list__title {
  font-size: 18px;
}
[data-font-size=large] .press-list__title {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .press-list__title {
  font-size: 21px;
}
[data-font-size=small] .press-list__title {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .press-list__title {
  font-size: 16px;
}
.press-list__title {
  grid-area: 1/1/2/2;
  margin-bottom: 8px;
  line-height: 1.67;
}
.wp-block-post-content .press-list__title:first-child {
  margin-top: -9px !important;
}
.press-list__table {
  grid-area: 2/1/3/2;
  width: 100%;
  line-height: 1.44;
  color: #555555;
}
.press-list__table th {
  width: 4em;
  font-weight: 500;
}
.press-list .wp-block-button {
  grid-area: 1/2/3/3;
  align-self: center;
}
.wp-block-post-content .press-list .wp-block-button {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .press-list .wp-block-button {
    margin-top: 32px;
  }
}

/*--------------------------------------------------
  tabs
--*/
.tabs {
  font-size: 1.8rem;
}
.block-editor__container .tabs {
  font-size: 18px;
}
[data-font-size=large] .tabs {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .tabs {
  font-size: 21px;
}
[data-font-size=small] .tabs {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .tabs {
  font-size: 16px;
}
.tabs {
  position: sticky;
  top: 104px;
  left: 0;
  z-index: 100;
  height: 74px;
  padding: 0 20px;
  line-height: 1.67;
  overflow-y: hidden;
  overflow-x: auto;
  background: linear-gradient(to top, #DADADA 0 4px, #EDEDED 4px 100%);
}
@media screen and (max-width: 1024px) {
  .tabs {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
    background: #F6F6F6;
  }
}
.tabs__list,
.tabs .menu {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin: 0 0 -4px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .tabs__list,
  .tabs .menu {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }
}
.tabs__link,
.tabs .menu-item a {
  display: block;
  padding: 20px;
  color: #555555;
  border-bottom: 4px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .tabs__link,
  .tabs .menu-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
  }
}
.tabs__link[aria-current=page],
.tabs .menu-item a[aria-current=page] {
  color: #83681B;
  border-bottom-color: #83681B;
}
@media screen and (max-width: 1024px) {
  .tabs__link[aria-current=page],
  .tabs .menu-item a[aria-current=page] {
    background: #EDEDED;
  }
  .tabs__link[aria-current=page]::after,
  .tabs .menu-item a[aria-current=page]::after {
    filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  }
}
.tabs__link:hover, .tabs__link:focus-visible,
.tabs .menu-item a:hover,
.tabs .menu-item a:focus-visible {
  background: #DADADA;
  border-color: #8E7221;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .tabs__link::after,
  .tabs .menu-item a::after {
    filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
    content: "";
    width: 30px;
    height: 30px;
    background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
    background-size: 52px auto;
  }
}

/*--------------------------------------------------
  checkbox-list
--*/
.checkbox-list {
  font-size: 1.8rem;
}
.block-editor__container .checkbox-list {
  font-size: 18px;
}
[data-font-size=large] .checkbox-list {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .checkbox-list {
  font-size: 21px;
}
[data-font-size=small] .checkbox-list {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .checkbox-list {
  font-size: 16px;
}
.checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 6px;
}
.checkbox-list__list {
  position: relative;
  overflow: hidden;
}
.checkbox-list__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.checkbox-list__input:checked + .checkbox-list__label::before {
  background: #8E7221;
}
.checkbox-list__input:checked + .checkbox-list__label::after {
  opacity: 1;
}
.checkbox-list__label {
  position: relative;
  display: flex;
  padding: 11px 0;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-list__label::before {
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #8E7221;
}
.checkbox-list__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../image/icon_checkbox.svg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 0;
}

/*--------------------------------------------------
  wp-pagenavi
--*/
.wp-pagenavi {
  font-size: 1.5rem;
}
.block-editor__container .wp-pagenavi {
  font-size: 15px;
}
[data-font-size=large] .wp-pagenavi {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=large] .wp-pagenavi {
  font-size: 18px;
}
[data-font-size=small] .wp-pagenavi {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=small] .wp-pagenavi {
  font-size: 13px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  line-height: 1.47;
  border-color: #8E7221;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi a,
.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #8E7221;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus-visible,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus-visible {
  border-color: #8E7221;
  opacity: 1;
}
.wp-pagenavi .current {
  border-color: #8E7221;
}
.wp-pagenavi .extend {
  width: 30px;
  height: 30px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  padding-top: 30px;
  width: 30px;
  height: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
.wp-pagenavi .previouspostslink {
  order: -1;
  transform: rotate(180deg);
}
.wp-pagenavi .nextpostslink {
  order: 1;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.wp-pagenavi .first.disabled,
.wp-pagenavi .last.disabled {
  color: #9B9B9B;
}
.wp-pagenavi .first {
  order: -2;
}
.wp-pagenavi .last {
  order: 2;
}

/*--------------------------------------------------
  pager
--*/
.pager {
  font-size: 1.6rem;
}
.block-editor__container .pager {
  font-size: 16px;
}
[data-font-size=large] .pager {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .pager {
  font-size: 19px;
}
[data-font-size=small] .pager {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .pager {
  font-size: 14px;
}
.pager {
  margin: 104px auto 40px;
  padding: 0 40px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pager {
    margin-top: 88px;
    padding: 0 20px;
  }
}
.wp-block-post-content .pager {
  padding: 0;
}
.pager:first-child .pager__item:nth-child(2) {
  display: none;
}
.pager__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .pager__list {
    flex-wrap: wrap;
  }
}
.pager__list:has(> :only-child) {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .pager__item:has(.is-next), .pager__item:has(.is-prev) {
    order: -1;
  }
}
@media screen and (max-width: 1024px) {
  .pager__item:not(:has(.is-next)):not(:has(.is-prev)) {
    width: 100%;
  }
}
.pager__link {
  font-size: 1.6rem;
}
.block-editor__container .pager__link {
  font-size: 16px;
}
[data-font-size=large] .pager__link {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .pager__link {
  font-size: 19px;
}
[data-font-size=small] .pager__link {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .pager__link {
  font-size: 14px;
}
.pager__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  width: 250px;
  line-height: 1.81;
  color: #555555;
  border: 1px solid #9B9B9B;
}
@media screen and (max-width: 1024px) {
  .pager__link {
    padding: 10px 0;
    width: 120px;
  }
}
.pager__link:hover, .pager__link:focus-visible {
  color: #fff;
  background: #292929;
  opacity: 1;
}
.pager__link:hover.is-next::before, .pager__link:focus-visible.is-next::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
}
.pager__link:hover.is-prev::after, .pager__link:focus-visible.is-prev::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
}
.pager__link.is-next::before {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(180deg);
}
.pager__link.is-next::after {
  content: attr(aria-label);
}
@media screen and (max-width: 1024px) {
  html[lang=ja] .pager__link.is-next::after {
    content: "次へ";
  }
}
.pager__link.is-prev::before {
  content: attr(aria-label);
}
@media screen and (max-width: 1024px) {
  html[lang=ja] .pager__link.is-prev::before {
    content: "前へ";
  }
}
.pager__link.is-prev::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
@media screen and (max-width: 1024px) {
  .pager__link:not(.is-next):not(.is-prev) {
    width: 100%;
  }
}
.pager__link.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}

/*--------------------------------------------------
  common-button
--*/
.common-button {
  font-size: 1.6rem;
}
.block-editor__container .common-button {
  font-size: 16px;
}
[data-font-size=large] .common-button {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .common-button {
  font-size: 19px;
}
[data-font-size=small] .common-button {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .common-button {
  font-size: 14px;
}
.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  width: 250px;
  line-height: 1.81;
  color: #555555;
  border: 1px solid #9B9B9B;
}
@media screen and (max-width: 1024px) {
  .common-button {
    padding: 16px 0;
    width: 100%;
  }
}
.common-button::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
.common-button:hover, .common-button:focus-visible {
  color: #fff;
  background: #292929;
  opacity: 1;
}
.common-button.is-white {
  color: #fff;
  border-color: #fff;
}
.common-button.is-white:hover, .common-button.is-white:focus-visible {
  color: #555555;
  background: #fff;
}
.common-button.is-white:hover::after, .common-button.is-white:focus-visible::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
}

/*--------------------------------------------------
  modal-search
--*/
.modal-search {
  font-size: 1.6rem;
}
.block-editor__container .modal-search {
  font-size: 16px;
}
[data-font-size=large] .modal-search {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .modal-search {
  font-size: 19px;
}
[data-font-size=small] .modal-search {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .modal-search {
  font-size: 14px;
}
.modal-search {
  padding: 48px 40px 64px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .modal-search {
    padding: 48px 16px 64px;
    width: calc(100% - 40px);
  }
}
.modal-search .top-title {
  margin-bottom: 40px;
}
.modal-search__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #292929;
}
.modal-search__close::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  width: 24px;
  height: 24px;
  background: url("../image/icon_close.svg") no-repeat 50% 50%;
  background-size: cover;
}

/*--------------------------------------------------
  modal-language
--*/
.modal-language {
  font-size: 1.6rem;
}
.block-editor__container .modal-language {
  font-size: 16px;
}
[data-font-size=large] .modal-language {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .modal-language {
  font-size: 19px;
}
[data-font-size=small] .modal-language {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .modal-language {
  font-size: 14px;
}
.modal-language {
  padding: 48px 40px 36px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .modal-language {
    padding: 48px 16px 36px;
    width: calc(100% - 40px);
  }
}
.modal-language__text {
  line-height: 1.81;
}
.modal-language__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  padding: 10px 0;
  width: 250px;
  line-height: 1.81;
  color: #555555;
  border: 1px solid #9B9B9B;
}
.modal-language__link:hover, .modal-language__link:focus-visible {
  color: #fff;
  background: #292929;
  opacity: 1;
}
.modal-language__back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  padding: 10px 0;
  width: 250px;
  color: #555555;
}
.modal-language__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #292929;
}
.modal-language__close::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  width: 24px;
  height: 24px;
  background: url("../image/icon_close.svg") no-repeat 50% 50%;
  background-size: cover;
}

/*--------------------------------------------------
  page-article
--*/
.page-article {
  margin: 0 auto;
  padding: 80px 40px 0;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-article {
    padding: 32px 20px 0;
  }
}
.page-article.is-style-fix-button {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 1.6rem;
  }
  .block-editor__container .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 16px;
  }
  [data-font-size=large] .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 1.9rem;
  }
  .block-editor__container [data-font-size=large] .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 19px;
  }
  [data-font-size=small] .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 1.4rem;
  }
  .block-editor__container [data-font-size=small] .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 14px;
  }
  .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    position: absolute;
    top: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    margin: 0 0 0 24px !important;
    padding: 0;
    min-width: auto;
    line-height: 46px;
    color: #8E7221;
    border: none;
    visibility: hidden;
  }
  .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull):hover, .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull):focus-visible {
    text-decoration: underline;
    background: transparent;
  }
  .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull)::after {
    filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  }
}
@media screen and (max-width: 1024px) {
  .page-article.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    margin-top: 32px;
  }
}
.page-article:has(.page-article__aside) {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .page-article:has(.page-article__aside) {
    flex-direction: column;
    gap: 0;
    padding-top: 20px;
  }
}
.page-article:has(.page-search) {
  min-height: 680px;
}
@media screen and (max-width: 1024px) {
  .page-article:has(.page-search) {
    min-height: 735px;
  }
}
.page-article__aside {
  padding-top: 18px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .page-article__aside {
    padding-top: 0;
    width: auto;
  }
}
.page-article .anchors-accordion {
  font-size: 1.5rem;
}
.block-editor__container .page-article .anchors-accordion {
  font-size: 15px;
}
[data-font-size=large] .page-article .anchors-accordion {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=large] .page-article .anchors-accordion {
  font-size: 18px;
}
[data-font-size=small] .page-article .anchors-accordion {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=small] .page-article .anchors-accordion {
  font-size: 13px;
}
.page-article .anchors-accordion {
  line-height: 1.81;
  color: #555555;
  border: 1px solid #DADADA;
}
.page-article .anchors-accordion[open] .anchors-accordion__summary::after {
  background-image: url(../image/icon_minus.svg);
}
.page-article .anchors-accordion__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  background: #DADADA;
}
.page-article .anchors-accordion__summary::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icon_plus.svg) no-repeat 50% 50%;
  background-size: cover;
}
.page-article .anchors {
  font-size: 1.6rem;
}
.block-editor__container .page-article .anchors {
  font-size: 16px;
}
[data-font-size=large] .page-article .anchors {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .page-article .anchors {
  font-size: 19px;
}
[data-font-size=small] .page-article .anchors {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .page-article .anchors {
  font-size: 14px;
}
.page-article .anchors {
  position: sticky;
  top: var(--scrollheight);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .page-article .anchors {
    font-size: 1.5rem;
  }
  .block-editor__container .page-article .anchors {
    font-size: 15px;
  }
  [data-font-size=large] .page-article .anchors {
    font-size: 1.8rem;
  }
  .block-editor__container [data-font-size=large] .page-article .anchors {
    font-size: 18px;
  }
  [data-font-size=small] .page-article .anchors {
    font-size: 1.3rem;
  }
  .block-editor__container [data-font-size=small] .page-article .anchors {
    font-size: 13px;
  }
  .page-article .anchors {
    position: inherit;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-article .anchors__item:not(:first-child) {
    border-top: 1px solid #DADADA;
  }
}
.page-article .anchors__link {
  display: block;
  padding: 8px 0;
  line-height: 1.81;
  color: #111111;
}
@media screen and (max-width: 1024px) {
  .page-article .anchors__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 12px 15px;
  }
  .page-article .anchors__link::after {
    filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
    content: "";
    width: 30px;
    height: 30px;
    background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
    background-size: 52px auto;
    transform: rotate(90deg);
  }
}
.page-article .anchors__link:hover, .page-article .anchors__link:focus-visible, .page-article .anchors__link[aria-current=page] {
  text-decoration: underline;
  opacity: 1;
}

/*--------------------------------------------------
  page-hero
--*/
.page-hero {
  font-size: 3.4rem;
}
.block-editor__container .page-hero {
  font-size: 34px;
}
[data-font-size=large] .page-hero {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .page-hero {
  font-size: 37px;
}
[data-font-size=small] .page-hero {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .page-hero {
  font-size: 32px;
}
.page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  height: 352px;
  line-height: 1.35;
  letter-spacing: 3.4px;
  color: #fff;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  background: url(../image/visit/bg_hero.png) no-repeat 50% 50%;
  background-size: cover;
}
html[lang^=zh-] .page-hero {
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 1024px) {
  .page-hero {
    font-size: 2.6rem;
  }
  .block-editor__container .page-hero {
    font-size: 26px;
  }
  [data-font-size=large] .page-hero {
    font-size: 2.9rem;
  }
  .block-editor__container [data-font-size=large] .page-hero {
    font-size: 29px;
  }
  [data-font-size=small] .page-hero {
    font-size: 2.4rem;
  }
  .block-editor__container [data-font-size=small] .page-hero {
    font-size: 24px;
  }
  .page-hero {
    gap: 0;
    line-height: 1;
    height: 200px;
    letter-spacing: 2.8px;
  }
}
.page-hero::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  position: relative;
  z-index: 1;
  width: 83px;
  height: 60px;
  background: url(../image/icon_hero.svg) no-repeat 50% 50%;
  background-size: cover;
}
.page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-hero__text {
  position: relative;
  z-index: 1;
}
.page-hero.is-exhibitions {
  background-image: url(../image/exhibitions/bg_hero.png);
}
.page-hero.is-news {
  background-image: url(../image/news/bg_hero.png);
}
.page-hero.is-about {
  background-image: url(../image/about/bg_hero.png);
}
.page-hero.is-events-education {
  padding-bottom: 150px;
  color: #111111;
  background: #ECE7CF url(../image/events-education/bg_hero.png) no-repeat 50% 100%;
  background-size: 1440px auto;
}
@media screen and (max-width: 1024px) {
  .page-hero.is-events-education {
    padding-bottom: 80px;
    background-size: 600px auto;
  }
}
.page-hero.is-events-education::before {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
}
.page-hero.is-events-education::after {
  display: none;
}
.page-hero.is-research {
  background-image: url(../image/research/bg_hero.png);
}

/*--------------------------------------------------
  page-header
--*/
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding: 24px 0;
  gap: 16px;
  border-bottom: 4px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .page-header {
    flex-wrap: wrap;
    gap: 40px 16px;
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.page-header.is-exhibitions {
  border-bottom-color: #ECE7CF;
}
@media screen and (max-width: 1024px) {
  .page-header.is-exhibitions {
    border-bottom: none;
  }
}
.page-header.is-exhibitions:has(.page-title + .page-search) {
  justify-content: flex-start;
  gap: 24px;
}
.page-header__select {
  position: relative;
  min-width: 250px;
}
@media screen and (max-width: 1024px) {
  .page-header__select {
    min-width: 100%;
  }
}
.page-header__select::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.page-header__select select {
  font-size: 1.8rem;
}
.block-editor__container .page-header__select select {
  font-size: 18px;
}
[data-font-size=large] .page-header__select select {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .page-header__select select {
  font-size: 21px;
}
[data-font-size=small] .page-header__select select {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .page-header__select select {
  font-size: 16px;
}
.page-header__select select {
  position: relative;
  z-index: 0;
  padding: 0 60px 0 16px;
  width: 100%;
  height: 52px;
  color: #555555;
  border: 1px solid #9B9B9B;
}

/*--------------------------------------------------
  page-title
--*/
.page-title {
  font-size: 1.6rem;
}
.block-editor__container .page-title {
  font-size: 16px;
}
[data-font-size=large] .page-title {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .page-title {
  font-size: 19px;
}
[data-font-size=small] .page-title {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .page-title {
  font-size: 14px;
}
.page-title {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .page-title {
    flex: auto;
    padding-bottom: 24px;
    width: 100%;
    border-bottom: 2px solid #DADADA;
  }
  .page-header.is-exhibitions .page-title {
    border-bottom: 4px solid #ECE7CF;
  }
}
@media screen and (min-width: 1025px) {
  .page-header.is-exhibitions:has(.page-title + .page-search) .page-title {
    flex: 0 0 auto;
  }
}
.page-title__title {
  font-size: 3.4rem;
}
.block-editor__container .page-title__title {
  font-size: 34px;
}
[data-font-size=large] .page-title__title {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .page-title__title {
  font-size: 37px;
}
[data-font-size=small] .page-title__title {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .page-title__title {
  font-size: 32px;
}
.page-title__title {
  line-height: 1.35;
  letter-spacing: 3.4px;
  font-family: "adobe-garamond-pro", serif;
}
@media screen and (max-width: 1024px) {
  .page-title__title {
    font-size: 2.8rem;
  }
  .block-editor__container .page-title__title {
    font-size: 28px;
  }
  [data-font-size=large] .page-title__title {
    font-size: 3.1rem;
  }
  .block-editor__container [data-font-size=large] .page-title__title {
    font-size: 31px;
  }
  [data-font-size=small] .page-title__title {
    font-size: 2.6rem;
  }
  .block-editor__container [data-font-size=small] .page-title__title {
    font-size: 26px;
  }
  .page-title__title {
    letter-spacing: 2.8px;
  }
}
.page-title__title.is-result {
  font-size: 2.5rem;
}
.block-editor__container .page-title__title.is-result {
  font-size: 25px;
}
[data-font-size=large] .page-title__title.is-result {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .page-title__title.is-result {
  font-size: 28px;
}
[data-font-size=small] .page-title__title.is-result {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .page-title__title.is-result {
  font-size: 23px;
}
.page-title__title.is-result {
  line-height: 1.36;
  letter-spacing: normal;
  font-family: "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-title__title.is-result {
    line-height: 1.67;
  }
}
html[lang=en-US] .page-title__title.is-result {
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 1025px) {
  .page-title__title br {
    display: none;
  }
}
.page-title__conditions {
  margin-top: 9px;
  line-height: 1.81;
  color: #5D5D5D;
}
@media screen and (max-width: 1024px) {
  .page-title__conditions {
    margin-top: 5px;
  }
}

html[lang=en-US] .page-title__title {
  letter-spacing: 1.8px;
}

/*--------------------------------------------------
  exhibitions-count
--*/
.exhibitions-count {
  font-size: 1.6rem;
}
.block-editor__container .exhibitions-count {
  font-size: 16px;
}
[data-font-size=large] .exhibitions-count {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .exhibitions-count {
  font-size: 19px;
}
[data-font-size=small] .exhibitions-count {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .exhibitions-count {
  font-size: 14px;
}
.exhibitions-count {
  display: flex;
  align-items: center;
  gap: 8px;
}
.exhibitions-count__dt {
  font-weight: normal;
}
.exhibitions-count__dd {
  position: relative;
}
.exhibitions-count__dd::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.exhibitions-count__select {
  font-size: 1.8rem;
}
.block-editor__container .exhibitions-count__select {
  font-size: 18px;
}
[data-font-size=large] .exhibitions-count__select {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .exhibitions-count__select {
  font-size: 21px;
}
[data-font-size=small] .exhibitions-count__select {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .exhibitions-count__select {
  font-size: 16px;
}
.exhibitions-count__select {
  position: relative;
  z-index: 0;
  padding: 0 53px 0 1px;
  width: calc(63px + 1.5em);
  height: 52px;
  text-align: right;
  font-family: "Inter", sans-serif;
  border: 1px solid #9B9B9B;
}

/*--------------------------------------------------
  page-search
--*/
.page-search {
  font-size: 1.6rem;
}
.block-editor__container .page-search {
  font-size: 16px;
}
[data-font-size=large] .page-search {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .page-search {
  font-size: 19px;
}
[data-font-size=small] .page-search {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .page-search {
  font-size: 14px;
}
.page-search {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-search {
    flex: 1;
  }
}
.page-search[open] .page-search__summary::after {
  transform: rotate(-90deg);
}
.page-search__summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  width: 250px;
  height: 52px;
  color: #555555;
  border: 1px solid #9B9B9B;
}
@media screen and (max-width: 1024px) {
  .page-search__summary {
    width: 100%;
  }
}
.page-search__summary::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg);
}
.page-search__form {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 16px 24px 24px 24px;
  width: 500px;
  background: #fff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .page-search__form {
    width: calc(100svw - 40px);
  }
}
.page-search__fieldset {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.page-search__label {
  line-height: 1.81;
}
.page-search__select {
  position: relative;
}
.page-search__select::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.page-search__select select {
  font-size: 1.8rem;
}
.block-editor__container .page-search__select select {
  font-size: 18px;
}
[data-font-size=large] .page-search__select select {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .page-search__select select {
  font-size: 21px;
}
[data-font-size=small] .page-search__select select {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .page-search__select select {
  font-size: 16px;
}
.page-search__select select {
  position: relative;
  z-index: 0;
  padding: 0 60px 0 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #9B9B9B;
}
.page-search__input {
  font-size: 1.8rem;
}
.block-editor__container .page-search__input {
  font-size: 18px;
}
[data-font-size=large] .page-search__input {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .page-search__input {
  font-size: 21px;
}
[data-font-size=small] .page-search__input {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .page-search__input {
  font-size: 16px;
}
.page-search__input:placeholder-shown {
  color: #767676;
}
.page-search__input::-webkit-input-placeholder {
  color: #767676;
}
.page-search__input:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.page-search__input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.page-search__input:-ms-input-placeholder {
  color: #767676;
}
.page-search__input {
  padding: 0 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #9B9B9B;
}
.page-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 11px 32px;
  width: 250px;
  line-height: 1.81;
  color: #fff;
  background: #8E7221;
}

/*--------------------------------------------------
  list-nothing
--*/
.list-nothing {
  font-size: 1.8rem;
}
.block-editor__container .list-nothing {
  font-size: 18px;
}
[data-font-size=large] .list-nothing {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .list-nothing {
  font-size: 21px;
}
[data-font-size=small] .list-nothing {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .list-nothing {
  font-size: 16px;
}
.list-nothing {
  padding: 24px 0;
  line-height: 1.67;
  color: #555555;
}

/*--------------------------------------------------
  events-search
--*/
.events-search {
  font-size: 1.6rem;
}
.block-editor__container .events-search {
  font-size: 16px;
}
[data-font-size=large] .events-search {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .events-search {
  font-size: 19px;
}
[data-font-size=small] .events-search {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .events-search {
  font-size: 14px;
}
.events-search {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 24px;
  grid-row-gap: 19px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .events-search {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.events-search__fieldset:nth-child(1) {
  grid-area: 1/1/2/2;
}
.events-search__fieldset:nth-child(2) {
  grid-area: 2/1/3/4;
  margin: -9px 0;
}
@media screen and (max-width: 1024px) {
  .events-search__fieldset:nth-child(2) {
    margin: -11px 0;
  }
}
.events-search__fieldset:nth-child(3) {
  grid-area: 1/2/2/3;
}
.events-search__fieldset:nth-child(4) {
  grid-area: 1/3/2/4;
}
.events-search__label {
  display: block;
  margin-bottom: 4px;
  line-height: 1.81;
}
.events-search__select {
  position: relative;
}
.events-search__select::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.events-search__select select {
  font-size: 1.8rem;
}
.block-editor__container .events-search__select select {
  font-size: 18px;
}
[data-font-size=large] .events-search__select select {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .events-search__select select {
  font-size: 21px;
}
[data-font-size=small] .events-search__select select {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .events-search__select select {
  font-size: 16px;
}
.events-search__select select {
  position: relative;
  z-index: 0;
  padding: 0 60px 0 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #9B9B9B;
}
.events-search__button {
  grid-area: 3/1/4/4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 11px 32px;
  width: 250px;
  line-height: 1.81;
  color: #fff;
  background: #8E7221;
}

/*--------------------------------------------------
  research-search
--*/
.research-search {
  font-size: 1.6rem;
}
.block-editor__container .research-search {
  font-size: 16px;
}
[data-font-size=large] .research-search {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .research-search {
  font-size: 19px;
}
[data-font-size=small] .research-search {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .research-search {
  font-size: 14px;
}
.research-search {
  margin: 64px auto 0;
  padding: 0 40px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .research-search {
    padding: 0 20px;
  }
}
.research-search__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 16px 24px 24px;
  background: #EDEDED;
}
@media screen and (max-width: 1024px) {
  .research-search__form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.research-search__fieldset:nth-child(1) {
  grid-area: 1/1/2/2;
}
.research-search__fieldset:nth-child(2) {
  grid-area: 1/2/2/3;
}
.research-search__label {
  display: block;
  margin-bottom: 4px;
  line-height: 1.81;
}
.research-search__select {
  position: relative;
  background: #fff;
}
.research-search__select::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
.research-search__select select {
  font-size: 1.8rem;
}
.block-editor__container .research-search__select select {
  font-size: 18px;
}
[data-font-size=large] .research-search__select select {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .research-search__select select {
  font-size: 21px;
}
[data-font-size=small] .research-search__select select {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .research-search__select select {
  font-size: 16px;
}
.research-search__select select {
  position: relative;
  z-index: 0;
  padding: 0 60px 0 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #9B9B9B;
}
.research-search__input {
  font-size: 1.8rem;
}
.block-editor__container .research-search__input {
  font-size: 18px;
}
[data-font-size=large] .research-search__input {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .research-search__input {
  font-size: 21px;
}
[data-font-size=small] .research-search__input {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .research-search__input {
  font-size: 16px;
}
.research-search__input:placeholder-shown {
  color: #767676;
}
.research-search__input::-webkit-input-placeholder {
  color: #767676;
}
.research-search__input:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.research-search__input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.research-search__input:-ms-input-placeholder {
  color: #767676;
}
.research-search__input {
  padding: 0 16px;
  width: 100%;
  height: 52px;
  background: #fff;
  border: 1px solid #9B9B9B;
}
.research-search__button {
  grid-area: 2/1/3/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 11px 32px;
  width: 250px;
  line-height: 1.81;
  color: #fff;
  background: #8E7221;
}

/*--------------------------------------------------
  research-list
--*/
.research-list {
  font-size: 1.6rem;
}
.block-editor__container .research-list {
  font-size: 16px;
}
[data-font-size=large] .research-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .research-list {
  font-size: 19px;
}
[data-font-size=small] .research-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .research-list {
  font-size: 14px;
}
.research-list {
  margin-top: 32px;
}
.research-list__item {
  padding: 32px 0 16px;
  border-bottom: 1px solid #DADADA;
}
.research-list__title {
  font-size: 2.5rem;
}
.block-editor__container .research-list__title {
  font-size: 25px;
}
[data-font-size=large] .research-list__title {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .research-list__title {
  font-size: 28px;
}
[data-font-size=small] .research-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .research-list__title {
  font-size: 23px;
}
.research-list__title {
  line-height: 1.36;
}
.research-list__link {
  color: #111111;
  text-decoration: underline;
}
.research-list__data {
  margin: 16px 0;
  color: #555555;
}
.research-list__category {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 8px;
  width: fit-content;
  color: #555555;
  background: #ECE7CF;
}
.wp-block-post-content .research-list .research-links {
  gap: 8px;
  margin: 16px 0;
}
.wp-block-post-content .research-list .research-links img {
  width: 36px;
}
.wp-block-post-content .research-list .research-links img[src$=png] {
  width: 180px;
}

/*--------------------------------------------------
  research-title
--*/
.research-title {
  font-size: 2.5rem;
}
.block-editor__container .research-title {
  font-size: 25px;
}
[data-font-size=large] .research-title {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .research-title {
  font-size: 28px;
}
[data-font-size=small] .research-title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .research-title {
  font-size: 23px;
}
.research-title {
  padding: 24px 16px;
  line-height: 1.36;
  background: #EDEDED;
}

/*--------------------------------------------------
  researcher-list
--*/
.researcher-list {
  font-size: 1.6rem;
}
.block-editor__container .researcher-list {
  font-size: 16px;
}
[data-font-size=large] .researcher-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .researcher-list {
  font-size: 19px;
}
[data-font-size=small] .researcher-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .researcher-list {
  font-size: 14px;
}
.researcher-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 52px;
  color: #555555;
  line-height: 1.44;
}
@media screen and (max-width: 1024px) {
  .researcher-list {
    flex-direction: column;
    gap: 32px;
  }
}
.researcher-list__item {
  width: calc((100% - 108px) / 3);
  padding-bottom: 22px;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .researcher-list__item {
    width: 100%;
  }
}
.researcher-list__title {
  font-size: 2rem;
}
.block-editor__container .researcher-list__title {
  font-size: 20px;
}
[data-font-size=large] .researcher-list__title {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .researcher-list__title {
  font-size: 23px;
}
[data-font-size=small] .researcher-list__title {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .researcher-list__title {
  font-size: 18px;
}
.researcher-list__title {
  margin-bottom: 10px;
  line-height: 1.55;
  font-weight: 600;
}
.wp-block-post-content .researcher-list__position:last-child {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .researcher-list__position:last-child {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .researcher-list__position:last-child {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .researcher-list__position:last-child {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .researcher-list__position:last-child {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .researcher-list__position:last-child {
  font-size: 14px;
}
.wp-block-post-content .researcher-list__position:last-child {
  display: block;
  margin-bottom: 10px !important;
  line-height: 1.44;
  font-weight: 500;
}
.researcher-list__content {
  margin-top: 10px;
}

/*--------------------------------------------------
  wp-block-post-content
--*/
.wp-block-post-content {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content {
  font-size: 14px;
}
.wp-block-post-content {
  margin: 80px auto 0;
  padding: 0 40px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content {
    margin-top: 32px;
    padding: 0 20px;
  }
}
.wp-block-post-content *:first-child {
  margin-top: 0 !important;
}
.wp-block-post-content *:last-child {
  margin-bottom: 0 !important;
}
.wp-block-post-content:first-child {
  margin-top: 0;
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content:first-child {
    padding-top: 30px;
  }
}
.wp-block-post-content .status,
.wp-block-post-content .location {
  margin: 16px 0;
}
.wp-block-post-content .location {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wp-block-post-content .events-list {
  gap: 24px;
}
.wp-block-post-content .events-list__item {
  width: calc((100% - 48px) / 3);
}
.wp-block-post-content a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link) {
  color: #83681B;
  text-decoration: underline;
}
.wp-block-post-content a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):hover, .wp-block-post-content a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):focus-visible {
  text-decoration: none;
  opacity: 1;
}
.wp-block-post-content a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link)[target=_blank]::after {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 30px;
  height: 30px;
  background: url(../image/icon_external.svg) no-repeat 50% 50%;
  background-size: cover;
}
.wp-block-post-content a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link)[href^="#"]::after {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg);
}
.wp-block-post-content .is-text-red {
  color: #AF3234 !important;
}
.wp-block-post-content .is-inline-box {
  display: inline;
  padding: 0 4px;
  border: 1px solid #000;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-group
  --*/
}
.wp-block-post-content .wp-block-group {
  margin: 104px 0;
  scroll-margin-top: var(--scrollheight);
}
.wp-block-post-content .wp-block-group.is-style-fix-button {
  position: relative;
}
.wp-block-post-content .wp-block-group.is-style-fix-button > *:first-child {
  padding-right: 300px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-group.is-style-fix-button > *:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 1.6rem;
  }
  .block-editor__container .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 16px;
  }
  [data-font-size=large] .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 1.9rem;
  }
  .block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 19px;
  }
  [data-font-size=small] .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 1.4rem;
  }
  .block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    font-size: 14px;
  }
  .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    margin: 0 0 0 24px !important;
    padding: 0;
    min-width: auto;
    line-height: 46px;
    color: #8E7221;
    border: none;
    visibility: hidden;
  }
  .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull):hover, .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull):focus-visible {
    text-decoration: underline;
    background: transparent;
  }
  .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull)::after {
    filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-group.is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    margin-top: 32px;
  }
}
.wp-block-post-content .wp-block-group.is-style-fix-link {
  position: relative;
}
.wp-block-post-content .wp-block-group.is-style-fix-link > *:first-child {
  padding-right: 170px;
}
.wp-block-post-content .wp-block-group.is-style-fix-link .wp-block-link {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .wp-block-post-content .wp-block-group:has(.page-header).is-style-fix-button .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
    top: 24px;
  }
}
.wp-block-post-content .wp-block-group.is-style-fill {
  margin: 28px 0 !important;
  padding: 16px;
  background: #F6F6F6;
}
.wp-block-post-content .wp-block-group.is-style-border {
  margin: 28px 0 !important;
  padding: 16px;
  border: 1px solid #AF3234;
}
@media screen and (min-width: 1025px) {
  .wp-block-post-content .wp-block-group.is-calendar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto) 1fr;
    grid-column-gap: 54px;
  }
  .wp-block-post-content .wp-block-group.is-calendar .wp-block-group {
    margin-bottom: 0;
  }
  .wp-block-post-content .wp-block-group.is-calendar #calendar {
    grid-area: 1/2/4/3;
  }
  .wp-block-post-content .wp-block-group.is-calendar #status {
    grid-area: 1/1/2/2;
    margin-top: 0;
  }
  .wp-block-post-content .wp-block-group.is-calendar #exhibitions {
    grid-area: 2/1/3/2;
  }
  .wp-block-post-content .wp-block-group.is-calendar #events {
    grid-area: 3/1/4/2;
  }
}
.wp-block-post-content .wp-block-group .wp-block-group {
  margin: 40px 0;
}
.wp-block-post-content .wp-block-heading + .wp-block-group.is-style-fill {
  margin-top: 0 !important;
}
.wp-block-post-content.is-research .wp-block-group {
  margin: 64px 0;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-columns
  --*/
}
.wp-block-post-content .wp-block-columns {
  margin: 0;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-columns.is-style-sp-revert {
    flex-direction: column-reverse;
    flex-wrap: nowrap !important;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .single-exhibitions .wp-block-post-content .wp-block-columns.is-style-sp-revert .wp-block-column:nth-child(1) .wp-block-image.is-thumbnail,
  .single-exhibitions .wp-block-post-content .wp-block-columns.is-style-sp-revert .wp-block-column:nth-child(1) .anchors.is-exhibitions {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .single-exhibitions .wp-block-post-content .wp-block-columns.is-style-sp-revert .wp-block-column:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-columns.is-style-sp-revert + .anchors.is-exhibitions {
    display: none;
  }
}
.wp-block-post-content .wp-block-columns.is-style-goods {
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-columns.is-style-goods {
    gap: 52px;
  }
}
.wp-block-post-content .wp-block-columns.is-style-goods + .wp-block-columns.is-style-goods {
  margin-top: 52px;
}
.wp-block-post-content .wp-block-columns.is-style-goods .wp-block-heading {
  color: #111111;
}
.wp-block-post-content .wp-block-columns.is-style-goods .wp-block-p {
  color: #555555;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-columns.is-large {
    gap: 66px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-post-content .wp-block-columns.is-large .wp-block-column {
    max-width: calc(50% - 32px);
  }
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-heading
  --*/
}
.wp-block-post-content .wp-block-heading.wp-block-h1 {
  font-size: 3.4rem;
}
.block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h1 {
  font-size: 34px;
}
[data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h1 {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h1 {
  font-size: 37px;
}
[data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h1 {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h1 {
  font-size: 32px;
}
.wp-block-post-content .wp-block-heading.wp-block-h1 {
  margin: 32px 0;
  padding-bottom: 24px;
  line-height: 1.35;
  letter-spacing: 3.4px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid #DADADA;
}
.single-exhibitions .wp-block-post-content .wp-block-heading.wp-block-h1 {
  border-bottom-color: #ECE7CF;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-heading.wp-block-h1 {
    font-size: 2.8rem;
  }
  .block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h1 {
    font-size: 28px;
  }
  [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h1 {
    font-size: 3.1rem;
  }
  .block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h1 {
    font-size: 31px;
  }
  [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h1 {
    font-size: 2.6rem;
  }
  .block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h1 {
    font-size: 26px;
  }
  .wp-block-post-content .wp-block-heading.wp-block-h1 {
    margin-bottom: 40px;
    letter-spacing: 2.8px;
  }
}
.wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single {
  margin: 40px 0;
  padding: 0;
  border-bottom: none;
}
.wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single rt {
  font-size: 1rem;
}
.block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single rt {
  font-size: 10px;
}
[data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single rt {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single rt {
  font-size: 13px;
}
[data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single rt {
  font-size: 0.8rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h1.is-style-single rt {
  font-size: 8px;
}
.wp-block-post-content .wp-block-heading.wp-block-h2 {
  font-size: 2.5rem;
}
.block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h2 {
  font-size: 25px;
}
[data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h2 {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h2 {
  font-size: 28px;
}
[data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h2 {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h2 {
  font-size: 23px;
}
.wp-block-post-content .wp-block-heading.wp-block-h2 {
  margin: 64px 0 18px;
  line-height: 1.36;
}
.wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  font-size: 3.4rem;
}
.block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  font-size: 34px;
}
[data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  font-size: 37px;
}
[data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  font-size: 32px;
}
.wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  margin: 32px 0;
  padding-bottom: 24px;
  line-height: 1.35;
  letter-spacing: 3.4px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    font-size: 2.8rem;
  }
  .block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    font-size: 28px;
  }
  [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    font-size: 3.1rem;
  }
  .block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    font-size: 31px;
  }
  [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    font-size: 2.6rem;
  }
  .block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    font-size: 26px;
  }
  .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
    margin-bottom: 40px;
    letter-spacing: 2.8px;
  }
}
.single-exhibitions .wp-block-post-content .wp-block-heading.wp-block-h2.is-style-single {
  border-bottom-color: #ECE7CF;
}
.wp-block-post-content .wp-block-heading.wp-block-h3 {
  font-size: 2rem;
}
.block-editor__container .wp-block-post-content .wp-block-heading.wp-block-h3 {
  font-size: 20px;
}
[data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h3 {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-heading.wp-block-h3 {
  font-size: 23px;
}
[data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h3 {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-heading.wp-block-h3 {
  font-size: 18px;
}
.wp-block-post-content .wp-block-heading.wp-block-h3 {
  margin: 32px 0 10px;
  line-height: 1.55;
  color: #555555;
  font-weight: 600;
}
.wp-block-post-content .wp-block-heading.wp-block-h3.is-style-black {
  margin-bottom: 18px;
  color: #111111;
}
.wp-block-post-content h1.wp-block-heading {
  font-size: 3.4rem;
}
.block-editor__container .wp-block-post-content h1.wp-block-heading {
  font-size: 34px;
}
[data-font-size=large] .wp-block-post-content h1.wp-block-heading {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content h1.wp-block-heading {
  font-size: 37px;
}
[data-font-size=small] .wp-block-post-content h1.wp-block-heading {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content h1.wp-block-heading {
  font-size: 32px;
}
.wp-block-post-content h1.wp-block-heading {
  margin: 32px 0;
  padding-bottom: 24px;
  line-height: 1.35;
  letter-spacing: 3.4px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid #DADADA;
}
.single-exhibitions .wp-block-post-content h1.wp-block-heading {
  border-bottom-color: #ECE7CF;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content h1.wp-block-heading {
    font-size: 2.8rem;
  }
  .block-editor__container .wp-block-post-content h1.wp-block-heading {
    font-size: 28px;
  }
  [data-font-size=large] .wp-block-post-content h1.wp-block-heading {
    font-size: 3.1rem;
  }
  .block-editor__container [data-font-size=large] .wp-block-post-content h1.wp-block-heading {
    font-size: 31px;
  }
  [data-font-size=small] .wp-block-post-content h1.wp-block-heading {
    font-size: 2.6rem;
  }
  .block-editor__container [data-font-size=small] .wp-block-post-content h1.wp-block-heading {
    font-size: 26px;
  }
  .wp-block-post-content h1.wp-block-heading {
    margin-bottom: 40px;
    letter-spacing: 2.8px;
  }
}
.wp-block-post-content h1.wp-block-heading.is-style-single {
  margin: 40px 0;
  padding: 0;
  border-bottom: none;
}
.wp-block-post-content h1.wp-block-heading.is-style-single rt {
  font-size: 1rem;
}
.block-editor__container .wp-block-post-content h1.wp-block-heading.is-style-single rt {
  font-size: 10px;
}
[data-font-size=large] .wp-block-post-content h1.wp-block-heading.is-style-single rt {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content h1.wp-block-heading.is-style-single rt {
  font-size: 13px;
}
[data-font-size=small] .wp-block-post-content h1.wp-block-heading.is-style-single rt {
  font-size: 0.8rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content h1.wp-block-heading.is-style-single rt {
  font-size: 8px;
}
.wp-block-post-content h2.wp-block-heading {
  font-size: 2.5rem;
}
.block-editor__container .wp-block-post-content h2.wp-block-heading {
  font-size: 25px;
}
[data-font-size=large] .wp-block-post-content h2.wp-block-heading {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content h2.wp-block-heading {
  font-size: 28px;
}
[data-font-size=small] .wp-block-post-content h2.wp-block-heading {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content h2.wp-block-heading {
  font-size: 23px;
}
.wp-block-post-content h2.wp-block-heading {
  margin: 64px 0 18px;
  line-height: 1.36;
}
.wp-block-post-content h2.wp-block-heading.is-style-single {
  font-size: 3.4rem;
}
.block-editor__container .wp-block-post-content h2.wp-block-heading.is-style-single {
  font-size: 34px;
}
[data-font-size=large] .wp-block-post-content h2.wp-block-heading.is-style-single {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content h2.wp-block-heading.is-style-single {
  font-size: 37px;
}
[data-font-size=small] .wp-block-post-content h2.wp-block-heading.is-style-single {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content h2.wp-block-heading.is-style-single {
  font-size: 32px;
}
.wp-block-post-content h2.wp-block-heading.is-style-single {
  margin: 32px 0;
  padding-bottom: 24px;
  line-height: 1.35;
  letter-spacing: 3.4px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content h2.wp-block-heading.is-style-single {
    font-size: 2.8rem;
  }
  .block-editor__container .wp-block-post-content h2.wp-block-heading.is-style-single {
    font-size: 28px;
  }
  [data-font-size=large] .wp-block-post-content h2.wp-block-heading.is-style-single {
    font-size: 3.1rem;
  }
  .block-editor__container [data-font-size=large] .wp-block-post-content h2.wp-block-heading.is-style-single {
    font-size: 31px;
  }
  [data-font-size=small] .wp-block-post-content h2.wp-block-heading.is-style-single {
    font-size: 2.6rem;
  }
  .block-editor__container [data-font-size=small] .wp-block-post-content h2.wp-block-heading.is-style-single {
    font-size: 26px;
  }
  .wp-block-post-content h2.wp-block-heading.is-style-single {
    margin-bottom: 40px;
    letter-spacing: 2.8px;
  }
}
.single-exhibitions .wp-block-post-content h2.wp-block-heading.is-style-single {
  border-bottom-color: #ECE7CF;
}
.wp-block-post-content h3.wp-block-heading {
  font-size: 2rem;
}
.block-editor__container .wp-block-post-content h3.wp-block-heading {
  font-size: 20px;
}
[data-font-size=large] .wp-block-post-content h3.wp-block-heading {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content h3.wp-block-heading {
  font-size: 23px;
}
[data-font-size=small] .wp-block-post-content h3.wp-block-heading {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content h3.wp-block-heading {
  font-size: 18px;
}
.wp-block-post-content h3.wp-block-heading {
  margin: 32px 0 10px;
  line-height: 1.55;
  color: #555555;
  font-weight: 600;
}
.wp-block-post-content h3.wp-block-heading.is-style-black {
  margin-bottom: 18px;
  color: #111111;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-p
  --*/
}
.wp-block-post-content .wp-block-p,
.wp-block-post-content .wp-block-paragraph {
  font-size: 1.6rem !important;
}
.block-editor__container .wp-block-post-content .wp-block-p,
.block-editor__container .wp-block-post-content .wp-block-paragraph {
  font-size: 16px !important;
}
[data-font-size=large] .wp-block-post-content .wp-block-p,
[data-font-size=large] .wp-block-post-content .wp-block-paragraph {
  font-size: 1.9rem !important;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-p,
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-paragraph {
  font-size: 19px !important;
}
[data-font-size=small] .wp-block-post-content .wp-block-p,
[data-font-size=small] .wp-block-post-content .wp-block-paragraph {
  font-size: 1.4rem !important;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-p,
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-paragraph {
  font-size: 14px !important;
}
.wp-block-post-content .wp-block-p,
.wp-block-post-content .wp-block-paragraph {
  margin: 16px 0;
  line-height: 1.81;
}
html[lang=en-US] .wp-block-post-content .wp-block-p,
html[lang=en-US] .wp-block-post-content .wp-block-paragraph {
  margin: 8px 0;
}
.wp-block-post-content .wp-block-p.has-small-font-size,
.wp-block-post-content .wp-block-paragraph.has-small-font-size {
  font-size: 1.4rem !important;
}
.block-editor__container .wp-block-post-content .wp-block-p.has-small-font-size,
.block-editor__container .wp-block-post-content .wp-block-paragraph.has-small-font-size {
  font-size: 14px !important;
}
[data-font-size=large] .wp-block-post-content .wp-block-p.has-small-font-size,
[data-font-size=large] .wp-block-post-content .wp-block-paragraph.has-small-font-size {
  font-size: 1.7rem !important;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-p.has-small-font-size,
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-paragraph.has-small-font-size {
  font-size: 17px !important;
}
[data-font-size=small] .wp-block-post-content .wp-block-p.has-small-font-size,
[data-font-size=small] .wp-block-post-content .wp-block-paragraph.has-small-font-size {
  font-size: 1.2rem !important;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-p.has-small-font-size,
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-paragraph.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-post-content .wp-block-p.has-normal-font-size,
.wp-block-post-content .wp-block-paragraph.has-normal-font-size {
  font-size: 1.6rem !important;
}
.block-editor__container .wp-block-post-content .wp-block-p.has-normal-font-size,
.block-editor__container .wp-block-post-content .wp-block-paragraph.has-normal-font-size {
  font-size: 16px !important;
}
[data-font-size=large] .wp-block-post-content .wp-block-p.has-normal-font-size,
[data-font-size=large] .wp-block-post-content .wp-block-paragraph.has-normal-font-size {
  font-size: 1.9rem !important;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-p.has-normal-font-size,
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-paragraph.has-normal-font-size {
  font-size: 19px !important;
}
[data-font-size=small] .wp-block-post-content .wp-block-p.has-normal-font-size,
[data-font-size=small] .wp-block-post-content .wp-block-paragraph.has-normal-font-size {
  font-size: 1.4rem !important;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-p.has-normal-font-size,
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-paragraph.has-normal-font-size {
  font-size: 14px !important;
}
.wp-block-post-content .wp-block-p.has-large-font-size,
.wp-block-post-content .wp-block-paragraph.has-large-font-size {
  font-size: 1.8rem !important;
}
.block-editor__container .wp-block-post-content .wp-block-p.has-large-font-size,
.block-editor__container .wp-block-post-content .wp-block-paragraph.has-large-font-size {
  font-size: 18px !important;
}
[data-font-size=large] .wp-block-post-content .wp-block-p.has-large-font-size,
[data-font-size=large] .wp-block-post-content .wp-block-paragraph.has-large-font-size {
  font-size: 2.1rem !important;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-p.has-large-font-size,
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-paragraph.has-large-font-size {
  font-size: 21px !important;
}
[data-font-size=small] .wp-block-post-content .wp-block-p.has-large-font-size,
[data-font-size=small] .wp-block-post-content .wp-block-paragraph.has-large-font-size {
  font-size: 1.6rem !important;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-p.has-large-font-size,
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-paragraph.has-large-font-size {
  font-size: 16px !important;
}
.wp-block-post-content .wp-block-p.is-date, .wp-block-post-content .wp-block-p.is-style-gray,
.wp-block-post-content .wp-block-paragraph.is-date,
.wp-block-post-content .wp-block-paragraph.is-style-gray {
  color: #555555;
}
.wp-block-post-content .wp-block-p + .wp-block-heading.wp-block-h1.is-style-single,
.wp-block-post-content .wp-block-paragraph + .wp-block-heading.wp-block-h1.is-style-single {
  margin-top: -12px;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-list
  --*/
}
.wp-block-post-content .wp-block-list {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .wp-block-list {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .wp-block-list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-list {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .wp-block-list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-list {
  font-size: 14px;
}
.wp-block-post-content .wp-block-list {
  margin: 16px 0;
  margin-left: 1em !important;
  line-height: 1.81;
  list-style-type: auto;
  list-style-position: outside;
}
.wp-block-post-content .wp-block-list .wp-block-list {
  padding-left: 1.5em;
}
html[lang=ko-KR] .wp-block-post-content .wp-block-list.is-ol:not(.is-style-rice-landmark):not(.is-style-katakana) {
  margin-left: 0 !important;
  list-style: none;
  counter-reset: number;
}
html[lang=ko-KR] .wp-block-post-content .wp-block-list.is-ol:not(.is-style-rice-landmark):not(.is-style-katakana) > li {
  position: relative;
  padding-left: 2em;
}
html[lang=ko-KR] .wp-block-post-content .wp-block-list.is-ol:not(.is-style-rice-landmark):not(.is-style-katakana) > li::before {
  counter-increment: number;
  content: "(" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-post-content .wp-block-list.is-ul {
  list-style-type: disc;
}
.wp-block-post-content .wp-block-list.is-style-rice-landmark {
  margin-left: 0 !important;
  list-style: none;
}
.wp-block-post-content .wp-block-list.is-style-rice-landmark > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
html[lang=ja] .wp-block-post-content .wp-block-list.is-style-rice-landmark > li, html[lang=ko-KR] .wp-block-post-content .wp-block-list.is-style-rice-landmark > li {
  padding-left: 1em;
  text-indent: -1em;
}
.wp-block-post-content .wp-block-list.is-style-rice-landmark > li::before {
  content: "* ";
}
html[lang=ja] .wp-block-post-content .wp-block-list.is-style-rice-landmark > li::before, html[lang=ko-KR] .wp-block-post-content .wp-block-list.is-style-rice-landmark > li::before {
  content: "※";
}
.wp-block-post-content .wp-block-list.is-style-katakana {
  list-style-type: katakana;
}
html[lang=ko-KR] .wp-block-post-content .wp-block-list.is-style-katakana {
  margin-left: 1.5em !important;
  list-style-type: hangul;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-image
  --*/
}
.wp-block-post-content .wp-block-image {
  margin: 16px 0;
}
.wp-block-post-content .wp-block-image.aligncenter {
  margin: 16px auto;
}
.wp-block-post-content .wp-block-image.alignright {
  margin: 16px 0 16px auto;
}
.wp-block-post-content .wp-block-image.caption-large .wp-element-caption {
  font-size: 1.2rem;
}
.block-editor__container .wp-block-post-content .wp-block-image.caption-large .wp-element-caption {
  font-size: 12px;
}
[data-font-size=large] .wp-block-post-content .wp-block-image.caption-large .wp-element-caption {
  font-size: 1.5rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-image.caption-large .wp-element-caption {
  font-size: 15px;
}
[data-font-size=small] .wp-block-post-content .wp-block-image.caption-large .wp-element-caption {
  font-size: 1rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-image.caption-large .wp-element-caption {
  font-size: 10px;
}
.wp-block-post-content .wp-block-image img {
  width: 100%;
}
.wp-block-post-content .wp-block-image .wp-element-caption {
  font-size: 1rem;
}
.block-editor__container .wp-block-post-content .wp-block-image .wp-element-caption {
  font-size: 10px;
}
[data-font-size=large] .wp-block-post-content .wp-block-image .wp-element-caption {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-image .wp-element-caption {
  font-size: 13px;
}
[data-font-size=small] .wp-block-post-content .wp-block-image .wp-element-caption {
  font-size: 0.8rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-image .wp-element-caption {
  font-size: 8px;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-button
  --*/
}
.wp-block-post-content .wp-block-button {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .wp-block-button {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .wp-block-button {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-button {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .wp-block-button {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-button {
  font-size: 14px;
}
.wp-block-post-content .wp-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  padding: 10px;
  width: fit-content;
  min-width: 250px;
  line-height: 1.81;
  color: #555555;
  border: 2px solid #9B9B9B;
}
.wp-block-post-content .wp-block-button:not(.alignleft):not(.alignright):not(.alignfull) {
  margin-inline: 0 !important;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-button {
    width: 100%;
  }
}
.wp-block-post-content .wp-block-button::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
.wp-block-post-content .wp-block-button:hover, .wp-block-post-content .wp-block-button:focus-visible {
  color: #fff;
  background: #8E7221;
  border-color: #8E7221;
  opacity: 1;
}
.wp-block-post-content .wp-block-button:hover::after, .wp-block-post-content .wp-block-button:focus-visible::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
}
.wp-block-post-content .wp-block-button.is-external::after {
  background-image: url(../image/icon_external.svg);
  background-size: cover;
}
.wp-block-post-content .wp-block-button.is-download::after {
  background-image: url(../image/icon_download.svg);
  background-size: cover;
}
.wp-block-post-content .wp-block-button.is-anchor::after {
  transform: rotate(90deg);
}
.wp-block-post-content .wp-block-button.is-gold {
  color: #fff;
  background: #8E7221;
  border-color: #8E7221;
}
.wp-block-post-content .wp-block-button.is-gold::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
}
.wp-block-post-content .wp-block-button.is-gold:hover, .wp-block-post-content .wp-block-button.is-gold:focus-visible {
  background: #675118;
  border-color: #675118;
}
.wp-block-post-content .wp-block-button.is-large {
  min-width: 390px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-button.is-large {
    min-width: 100%;
  }
}
.wp-block-post-content .wp-block-p + .wp-block-button {
  margin-top: 40px;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-link
  --*/
}
.wp-block-post-content .wp-block-link {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .wp-block-link {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .wp-block-link {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-link {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .wp-block-link {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-link {
  font-size: 14px;
}
.wp-block-post-content .wp-block-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1.81;
  color: #8E7221;
}
.wp-block-post-content .wp-block-link:not(.alignleft):not(.alignright):not(.alignfull) {
  margin-inline: 0 !important;
}
.wp-block-post-content .wp-block-link:hover, .wp-block-post-content .wp-block-link:focus-visible {
  text-decoration: underline;
  opacity: 1;
}
.wp-block-post-content .wp-block-link::after {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-table
  --*/
}
.wp-block-post-content .wp-block-table {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .wp-block-table {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .wp-block-table {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-table {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .wp-block-table {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-table {
  font-size: 14px;
}
.wp-block-post-content .wp-block-table {
  margin: 16px 0;
  line-height: 1.81;
}
.wp-block-post-content .wp-block-table table {
  width: auto;
}
.wp-block-post-content .wp-block-table th,
.wp-block-post-content .wp-block-table td {
  padding: 0 1em 0 0;
  border: none;
}
.wp-block-post-content .wp-block-table.is-style-checklist table {
  width: 100%;
  line-height: 1.44;
}
.wp-block-post-content .wp-block-table.is-style-checklist thead {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-table.is-style-checklist thead {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-table.is-style-checklist tr {
    display: flex;
    flex-direction: column;
  }
  .wp-block-post-content .wp-block-table.is-style-checklist tr + tr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DADADA;
  }
}
.wp-block-post-content .wp-block-table.is-style-checklist th,
.wp-block-post-content .wp-block-table.is-style-checklist td {
  padding: 9px 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-table.is-style-checklist th,
  .wp-block-post-content .wp-block-table.is-style-checklist td {
    padding: 0;
    text-align: left;
    border: none;
  }
}
.wp-block-post-content .wp-block-table.is-style-checklist th {
  font-weight: normal;
  background: #DADADA;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-table.is-style-checklist td {
    display: flex;
    gap: 1em;
  }
  .wp-block-post-content .wp-block-table.is-style-checklist td::before {
    content: attr(data-title);
    width: 5em;
  }
}
.wp-block-post-content .wp-block-table.is-style-checklist td:first-child, .wp-block-post-content .wp-block-table.is-style-checklist td:last-child {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-table.is-style-checklist td:nth-child(1) {
    margin-bottom: 12px;
  }
  .wp-block-post-content .wp-block-table.is-style-checklist td:nth-child(1)::before {
    display: none;
  }
}
.wp-block-post-content {
  /*--------------------------------------------------
    anchors
  --*/
}
.wp-block-post-content .anchors {
  margin: 64px calc((100svw - 100% - var(--scrollbar)) / -2);
  line-height: 1.81;
  background: #F6F6F6;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .anchors {
    margin: 40px -20px;
  }
}
.wp-block-post-content .anchors.is-exhibitions {
  background: #ECE7CF;
}
.wp-block-post-content .anchors__list {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 32px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .anchors__list {
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
  }
}
.wp-block-post-content .anchors__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 16px 0;
  color: #111111;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .anchors__link {
    justify-content: flex-start;
    padding: 12px 16px;
  }
}
.wp-block-post-content .anchors__link::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
  transform: rotate(90deg);
}
.wp-block-post-content .wp-block-group + .anchors {
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-group + .anchors {
    margin-top: -64px;
    margin-bottom: -30px;
  }
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-embed
  --*/
}
.wp-block-post-content .wp-block-embed.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.wp-block-post-content {
  /*--------------------------------------------------
    period-location
  --*/
}
.wp-block-post-content .period-location {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .period-location {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .period-location {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .period-location {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .period-location {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .period-location {
  font-size: 14px;
}
.wp-block-post-content .period-location {
  margin: 36px 0;
  line-height: 1.67;
}
.wp-block-post-content .period-location__th, .wp-block-post-content .period-location__td {
  padding: 4px 0;
  vertical-align: middle;
}
.wp-block-post-content .period-location__th {
  padding-right: 16px;
  width: calc(2em + 16px);
  color: #555555;
}
html[lang=en-US] .wp-block-post-content .period-location__th {
  width: calc(3em + 16px);
}
html[lang=zh-CN] .wp-block-post-content .period-location__th, html[lang=zh-TW] .wp-block-post-content .period-location__th, html[lang=ko-KR] .wp-block-post-content .period-location__th {
  width: calc(4em + 16px);
}
.wp-block-post-content .period-location__td {
  font-size: 1.8rem;
}
.block-editor__container .wp-block-post-content .period-location__td {
  font-size: 18px;
}
[data-font-size=large] .wp-block-post-content .period-location__td {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .period-location__td {
  font-size: 21px;
}
[data-font-size=small] .wp-block-post-content .period-location__td {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .period-location__td {
  font-size: 16px;
}
.wp-block-post-content {
  /*--------------------------------------------------
    ticket-table
  --*/
}
.wp-block-post-content .ticket-table {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .ticket-table {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .ticket-table {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .ticket-table {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .ticket-table {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .ticket-table {
  font-size: 14px;
}
.wp-block-post-content .ticket-table {
  margin: 32px 0;
  width: 100%;
  table-layout: auto;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .ticket-table tr {
    display: block;
  }
}
.wp-block-post-content .ticket-table th,
.wp-block-post-content .ticket-table td {
  padding: 16px 0;
  vertical-align: middle;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .ticket-table th,
  .wp-block-post-content .ticket-table td {
    display: block;
  }
}
.wp-block-post-content .ticket-table th {
  padding-right: 16px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .ticket-table th {
    padding: 16px 0 0 0;
    border-bottom: none;
  }
}
.wp-block-post-content .ticket-table td {
  white-space: nowrap;
}
.wp-block-post-content .ticket-table__link {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .ticket-table__link {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-post-content .ticket-table br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-post-content .ticket-table .wp-block-button {
    display: inline-flex;
    padding: 10px 27px;
    width: auto;
  }
}
.wp-block-post-content {
  /*--------------------------------------------------
    definition-table
  --*/
}
.wp-block-post-content .definition-table {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .definition-table {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .definition-table {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .definition-table {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .definition-table {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .definition-table {
  font-size: 14px;
}
.wp-block-post-content .definition-table {
  width: 100%;
  line-height: 1.44;
}
.wp-block-post-content .definition-table * {
  line-height: 1.44;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .definition-table__tr {
    display: flex;
    flex-direction: column;
  }
}
.wp-block-post-content .definition-table__th, .wp-block-post-content .definition-table__td {
  padding: 16px 0;
  vertical-align: middle;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .definition-table__th, .wp-block-post-content .definition-table__td {
    padding: 10px 0 24px;
  }
}
.wp-block-post-content .definition-table__th {
  padding-right: 16px;
  width: 200px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .definition-table__th {
    padding: 24px 0 0;
    border-bottom: none;
  }
}
.wp-block-post-content .definition-table.wide .definition-table__th {
  width: 260px;
  padding-right: 32px;
}
.wp-block-post-content {
  /*--------------------------------------------------
    research-author
  --*/
}
.wp-block-post-content .research-author {
  font-size: 2.5rem;
}
.block-editor__container .wp-block-post-content .research-author {
  font-size: 25px;
}
[data-font-size=large] .wp-block-post-content .research-author {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .research-author {
  font-size: 28px;
}
[data-font-size=small] .wp-block-post-content .research-author {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .research-author {
  font-size: 23px;
}
.wp-block-post-content .research-author {
  margin: 28px 0;
  line-height: 1.36;
}
.wp-block-post-content {
  /*--------------------------------------------------
    research-links
  --*/
}
.wp-block-post-content .research-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 43px 0;
}
.wp-block-post-content .research-links img[src$=png] {
  width: 260px;
}
.wp-block-post-content {
  /*--------------------------------------------------
    research-table
  --*/
}
.wp-block-post-content .research-table {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .research-table {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .research-table {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .research-table {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .research-table {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .research-table {
  font-size: 14px;
}
.wp-block-post-content .research-table {
  margin: 64px 0;
  width: 100%;
  font-weight: normal;
  line-height: 1.44;
}
.wp-block-post-content .research-table th,
.wp-block-post-content .research-table td {
  padding: 18px 0;
  border-bottom: 1px solid #DADADA;
}
.wp-block-post-content .research-table th {
  padding-right: 10px;
  width: 200px;
  color: #555555;
  font-weight: normal;
}
.wp-block-post-content {
  /*--------------------------------------------------
    wp-block-sitemap
  --*/
}
.wp-block-post-content .wp-block-sitemap {
  font-size: 1.6rem;
}
.block-editor__container .wp-block-post-content .wp-block-sitemap {
  font-size: 16px;
}
[data-font-size=large] .wp-block-post-content .wp-block-sitemap {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-sitemap {
  font-size: 19px;
}
[data-font-size=small] .wp-block-post-content .wp-block-sitemap {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-sitemap {
  font-size: 14px;
}
.wp-block-post-content .wp-block-sitemap {
  margin: 16px 0;
  columns: 3;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content .wp-block-sitemap {
    columns: 1;
  }
}
.wp-block-post-content .wp-block-sitemap > li {
  break-inside: avoid;
  page-break-inside: avoid;
}
.wp-block-post-content .wp-block-sitemap > li:not(:first-child) {
  margin-top: 51px;
}
.wp-block-post-content .wp-block-sitemap > li > a {
  font-size: 2rem;
}
.block-editor__container .wp-block-post-content .wp-block-sitemap > li > a {
  font-size: 20px;
}
[data-font-size=large] .wp-block-post-content .wp-block-sitemap > li > a {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .wp-block-post-content .wp-block-sitemap > li > a {
  font-size: 23px;
}
[data-font-size=small] .wp-block-post-content .wp-block-sitemap > li > a {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .wp-block-post-content .wp-block-sitemap > li > a {
  font-size: 18px;
}
.wp-block-post-content .wp-block-sitemap > li > a {
  border-bottom: 1px solid #DADADA;
}
.wp-block-post-content .wp-block-sitemap > li > a[href]::after {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
.wp-block-post-content .wp-block-sitemap .sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 18px;
  padding-left: 24px;
}
.wp-block-post-content .wp-block-sitemap .sub-menu a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link) {
  padding: 4px 8px;
  color: #111111;
}
.wp-block-post-content .wp-block-sitemap a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link) {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 8px;
  text-decoration: none;
}
.wp-block-post-content .wp-block-sitemap a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):hover, .wp-block-post-content .wp-block-sitemap a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):focus-visible {
  background: #EDEDED;
  opacity: 1;
}
.wp-block-post-content .wp-block-sitemap a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):not([href]) {
  pointer-events: none;
}
.wp-block-post-content .wp-block-sitemap a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):not([href]):hover {
  background: none;
}
.wp-block-post-content.is-news {
  margin-top: 104px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content.is-news {
    margin-top: 88px;
  }
}
.wp-block-post-content.is-news .wp-block-p.is-date {
  margin: -44px 0 64px !important;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content.is-news .wp-block-p.is-date {
    margin: -20px 0 40px !important;
  }
}
.wp-block-post-content.page-article__article {
  flex: 1;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content.page-article__article {
    padding: 0;
  }
  .page-article__aside + .wp-block-post-content.page-article__article {
    padding-top: 45px;
  }
}
.wp-block-post-content.page-404 {
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .wp-block-post-content.page-404:first-child {
    padding-top: 31px;
  }
}
.wp-block-post-content.page-404 .wp-block-image {
  margin-top: 56px;
}

/*--
  プラグイン
--*/
/*--
commons   共通要素のレイアウト(common, footer, コンテンツwrapperなど)
pages/               ページ
--*/
.header__summary {
  font-size: 1.6rem;
}
.block-editor__container .header__summary {
  font-size: 16px;
}
[data-font-size=large] .header__summary {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header__summary {
  font-size: 19px;
}
[data-font-size=small] .header__summary {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header__summary {
  font-size: 14px;
}
.header__summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 0 12px;
  height: 65px;
}
html[lang=en-US] .header__summary.is-lang {
  width: 170px;
}
.header__details[open] .header__summary, .header__summary:hover, .header__summary:focus-visible {
  color: #8E7221;
  background: #F4F3ED;
}
.header__summary::before {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.header__summary.is-font::before {
  background-image: url("../image/icon_font.svg");
}
.header__summary.is-lang::before {
  background-image: url("../image/icon_lang.svg");
}
.header__link {
  font-size: 1.6rem;
}
.block-editor__container .header__link {
  font-size: 16px;
}
[data-font-size=large] .header__link {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header__link {
  font-size: 19px;
}
[data-font-size=small] .header__link {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header__link {
  font-size: 14px;
}
.header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 19px;
  color: #fff;
  background: #292929;
}
.header__link::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.header__link.is-access::before {
  background-image: url("../image/icon_access.svg");
}
.header__link.is-calendar {
  border-left: 1px solid #fff;
}
.header__link.is-calendar::before {
  background-image: url("../image/icon_calendar.svg");
}
.header__link.is-ticket {
  background: #8E7221;
}
.header__link.is-ticket::before {
  background-image: url("../image/icon_ticket.svg");
}
.header__search {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
}
.header__search:hover, .header__search:focus-visible {
  opacity: 0.8;
}
.header__search {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  background: #DADADA;
}
.header__search::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../image/icon_search.svg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .header-font {
    width: 100%;
  }
}
.header-font__list {
  font-size: 1.6rem;
}
.block-editor__container .header-font__list {
  font-size: 16px;
}
[data-font-size=large] .header-font__list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header-font__list {
  font-size: 19px;
}
[data-font-size=small] .header-font__list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header-font__list {
  font-size: 14px;
}
.header-font__list {
  line-height: 1.43;
  background: #F4F3ED;
}
.header-font__button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  text-align: center;
}
.header-font__button[aria-current=true], .header-font__button:hover, .header-font__button:focus-visible {
  background: #ECE7CF;
}

@media screen and (max-width: 1024px) {
  .header-lang {
    width: 100%;
  }
}
.header-lang__list {
  font-size: 1.6rem;
}
.block-editor__container .header-lang__list {
  font-size: 16px;
}
[data-font-size=large] .header-lang__list {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header-lang__list {
  font-size: 19px;
}
[data-font-size=small] .header-lang__list {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header-lang__list {
  font-size: 14px;
}
.header-lang__list {
  width: 100%;
  line-height: 1.43;
  background: #F4F3ED;
}
.header-lang__item[lang=zh-CN], .header-lang__item[lang=zh-TW] {
  font-family: "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", "Noto Sans", sans-serif;
}
.header-lang__link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-align: center;
}
.header-lang__link:hover, .header-lang__link:focus-visible, .header-lang__link[aria-current=page] {
  background: #ECE7CF;
}

.header-pc {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-top: 8px solid #8E7221;
}
@media screen and (max-width: 1024px) {
  .header-pc {
    display: none;
  }
}
.header-pc__logo {
  width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-pc__logo {
    width: 307px;
  }
}
.header-pc__logo a {
  display: block;
}
.header-pc__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.header-pc__list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}
.header-pc__item {
  display: flex;
  height: 65px;
}
.header-pc__nav {
  position: relative;
  z-index: 0;
}
.header-pc__menu {
  font-size: 1.8rem;
}
.block-editor__container .header-pc__menu {
  font-size: 18px;
}
[data-font-size=large] .header-pc__menu {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .header-pc__menu {
  font-size: 21px;
}
[data-font-size=small] .header-pc__menu {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .header-pc__menu {
  font-size: 16px;
}
.header-pc__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  padding: 0 8px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-pc__menu {
    font-size: 1.6rem;
  }
  .block-editor__container .header-pc__menu {
    font-size: 16px;
  }
  [data-font-size=large] .header-pc__menu {
    font-size: 1.9rem;
  }
  .block-editor__container [data-font-size=large] .header-pc__menu {
    font-size: 19px;
  }
  [data-font-size=small] .header-pc__menu {
    font-size: 1.4rem;
  }
  .block-editor__container [data-font-size=small] .header-pc__menu {
    font-size: 14px;
  }
  .header-pc__menu {
    padding: 0;
  }
}
.header-pc__menu a {
  display: block;
  padding: 19px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-pc__menu a {
    padding: 19px 8px;
  }
}
.header-pc__menu a[aria-current=page], .header-pc__menu a:hover, .header-pc__menu a:focus-visible {
  background-color: #EDEDED;
}
.header-pc__menu a:hover, .header-pc__menu a:focus-visible {
  color: #111111;
  opacity: 1;
}
.header-pc__menu a[aria-current=page] {
  color: #83681B;
}
.header-pc__menu .current_page_item a {
  color: #83681B;
  opacity: 1;
}

.header-pc-fixed {
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  align-items: flex-start;
  width: 100%;
  transform: translateY(-100%);
  border-top-width: 6px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}
.is-nav-fixed .header-pc-fixed {
  transform: translateY(0);
  transition-duration: 0.6s;
}
.header-pc-fixed .header-pc__logo {
  padding-left: 5px;
  width: 307px;
}
.header-pc-fixed .header-pc__item,
.header-pc-fixed .header__summary {
  height: 50px;
}
.header-pc-fixed .header__search {
  width: 50px;
}
.header-pc-fixed .header-pc__menu a {
  padding: 11px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-pc-fixed .header-pc__menu a {
    padding: 11px 8px;
  }
}

.header-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-top: 6px solid #8E7221;
}
@media screen and (min-width: 1025px) {
  .header-sp {
    display: none;
  }
}
.header-sp__logo {
  width: 155px;
}
.header-sp__link {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat 50% 50%;
  background-size: 44px auto;
}
.header-sp__link.is-access {
  background-image: url(../image/icon_access_sp.svg);
}
.header-sp__link.is-menu {
  background-image: url(../image/icon_menu.svg);
}

.header-sp-fixed {
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  align-items: flex-start;
  width: 100%;
  transform: translateY(-100%);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}
.is-nav-fixed .header-sp-fixed {
  transform: translateY(0);
  transition-duration: 0.6s;
}
.header-sp-fixed .header-sp__logo {
  width: 83px;
}

.header-menu-sp {
  font-size: 1.6rem;
}
.block-editor__container .header-menu-sp {
  font-size: 16px;
}
[data-font-size=large] .header-menu-sp {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header-menu-sp {
  font-size: 19px;
}
[data-font-size=small] .header-menu-sp {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header-menu-sp {
  font-size: 14px;
}
.header-menu-sp {
  padding: 0;
  width: 100%;
  max-width: 100svw;
  height: 100%;
  max-height: 100svh;
  border-top: 6px solid #8E7221;
}
.header-menu-sp__inner {
  padding: 0 20px 20px;
  overflow: scroll;
}
.header-menu-sp__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -20px;
}
.header-menu-sp__logo img {
  width: auto;
  height: 51px;
}
.header-menu-sp__close {
  width: 60px;
  height: 60px;
  background: url("../image/icon_close.svg") no-repeat 50% 50%;
  background-size: 44px auto;
}
.header-menu-sp__list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 -20px;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.header-menu-sp__item {
  display: flex;
  height: 59px;
}
.header-menu-sp__item:not(:last-child) {
  flex: 1;
  border-left: 1px solid #DADADA;
}
.header-menu-sp__item:last-child {
  width: 60px;
}
.header-menu-sp__summary {
  font-size: 1.6rem;
}
.block-editor__container .header-menu-sp__summary {
  font-size: 16px;
}
[data-font-size=large] .header-menu-sp__summary {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header-menu-sp__summary {
  font-size: 19px;
}
[data-font-size=small] .header-menu-sp__summary {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header-menu-sp__summary {
  font-size: 14px;
}
.header-menu-sp__summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  height: 59px;
}
.header-menu-sp__summary::before {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.header-menu-sp__summary.is-font::before {
  background-image: url("../image/icon_font.svg");
}
.header-menu-sp__summary.is-lang::before {
  background-image: url("../image/icon_lang.svg");
}
.header-menu-sp__search {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
}
.header-menu-sp__search:hover, .header-menu-sp__search:focus-visible {
  opacity: 0.8;
}
.header-menu-sp__search {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #DADADA;
}
.header-menu-sp__search::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../image/icon_search.svg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .menu-sp-nav {
    font-size: 1.8rem;
  }
  .block-editor__container .menu-sp-nav {
    font-size: 18px;
  }
  [data-font-size=large] .menu-sp-nav {
    font-size: 2.1rem;
  }
  .block-editor__container [data-font-size=large] .menu-sp-nav {
    font-size: 21px;
  }
  [data-font-size=small] .menu-sp-nav {
    font-size: 1.6rem;
  }
  .block-editor__container [data-font-size=small] .menu-sp-nav {
    font-size: 16px;
  }
  .menu-sp-nav {
    position: relative;
    z-index: 0;
    margin-top: 16px;
    line-height: 1.67;
  }
  .menu-sp-nav .menu-item {
    border-bottom: 1px solid #DADADA;
  }
  .menu-sp-nav .menu-item .menu-item {
    border-bottom: none;
  }
  .menu-sp-nav__details[open] {
    padding-bottom: 16px;
  }
  .menu-sp-nav__details[open] .header-menu-sp-nav__summary::after {
    background-image: url(../image/icon_minus.svg);
  }
  .menu-sp-nav__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px 8px;
    color: #111111;
  }
  .menu-sp-nav__summary::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../image/icon_plus.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .menu-sp-nav a {
    display: block;
    padding: 16px 8px;
  }
  .menu-sp-nav .sub-menu {
    padding: 0 20px;
  }
  .menu-sp-nav .sub-menu a {
    font-size: 1.6rem;
  }
  .block-editor__container .menu-sp-nav .sub-menu a {
    font-size: 16px;
  }
  [data-font-size=large] .menu-sp-nav .sub-menu a {
    font-size: 1.9rem;
  }
  .block-editor__container [data-font-size=large] .menu-sp-nav .sub-menu a {
    font-size: 19px;
  }
  [data-font-size=small] .menu-sp-nav .sub-menu a {
    font-size: 1.4rem;
  }
  .block-editor__container [data-font-size=small] .menu-sp-nav .sub-menu a {
    font-size: 14px;
  }
  .menu-sp-nav .sub-menu a {
    padding: 12px 8px;
    line-height: 1.81;
    color: #555555;
  }
}

.header-menu-sp-list {
  margin-top: 32px;
  line-height: 1.81;
}
.header-menu-sp-list .menu-item {
  border-bottom: 1px solid #DADADA;
}
.header-menu-sp-list a {
  display: block;
  padding: 12px 8px;
  color: #555555;
}

.header-menu-sp-sns {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-top: 32px;
}
.header-menu-sp-sns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  width: 100%;
  line-height: 1.81;
  color: #555555;
  border: 1px solid #9B9B9B;
}
.header-menu-sp-sns__link::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.header-menu-sp-sns__link.is-instagram::before {
  background-image: url(../image/icon_instagram.svg);
}
.header-menu-sp-sns__link.is-youtube::before {
  background-image: url(../image/icon_youtube.svg);
}

.header-sticky-sp {
  font-size: 1.6rem;
}
.block-editor__container .header-sticky-sp {
  font-size: 16px;
}
[data-font-size=large] .header-sticky-sp {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .header-sticky-sp {
  font-size: 19px;
}
[data-font-size=small] .header-sticky-sp {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .header-sticky-sp {
  font-size: 14px;
}
.header-sticky-sp {
  transition: all 0.3s ease-out;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: calc(100% - 48px);
  transform: translateY(100%);
  border-top: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .header-sticky-sp {
    display: block;
  }
}
.is-nav-fixed .header-sticky-sp {
  transform: translateY(0);
  transition-duration: 0.6s;
}
.header-sticky-sp__list {
  display: flex;
}
.header-sticky-sp__item:nth-child(1) {
  flex: 1;
}
.header-sticky-sp__item:nth-child(2) {
  width: 48px;
}
.header-sticky-sp__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px;
  color: #fff;
  background: #292929;
}
.header-sticky-sp__link::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.header-sticky-sp__link.is-calendar::before {
  background-image: url(../image/icon_calendar.svg);
}
.header-sticky-sp__link.is-ticket {
  font-size: 1rem;
}
.block-editor__container .header-sticky-sp__link.is-ticket {
  font-size: 10px;
}
[data-font-size=large] .header-sticky-sp__link.is-ticket {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=large] .header-sticky-sp__link.is-ticket {
  font-size: 13px;
}
[data-font-size=small] .header-sticky-sp__link.is-ticket {
  font-size: 0.8rem;
}
.block-editor__container [data-font-size=small] .header-sticky-sp__link.is-ticket {
  font-size: 8px;
}
.header-sticky-sp__link.is-ticket {
  flex-direction: column;
  gap: 0;
  padding: 0;
  height: 100%;
  background: #8E7221;
}
.header-sticky-sp__link.is-ticket::before {
  background-image: url(../image/icon_ticket.svg);
}

.main {
  position: relative;
  padding-bottom: 104px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-bottom: 56px;
  }
}
.home .main {
  margin-top: 52px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .home .main {
    padding-bottom: 0;
  }
}
.single-exhibitions .main, .post-type-exhibitions .main {
  background: #F4F3ED;
}

.footer {
  font-size: 1.6rem;
}
.block-editor__container .footer {
  font-size: 16px;
}
[data-font-size=large] .footer {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .footer {
  font-size: 19px;
}
[data-font-size=small] .footer {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .footer {
  font-size: 14px;
}
.footer {
  position: relative;
  z-index: 2;
  padding: 0 0 21px;
  color: #fff;
  background: #292929;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 128px;
  }
}
.footer__pagetop {
  font-size: 1.3rem;
}
.block-editor__container .footer__pagetop {
  font-size: 13px;
}
[data-font-size=large] .footer__pagetop {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=large] .footer__pagetop {
  font-size: 16px;
}
[data-font-size=small] .footer__pagetop {
  font-size: 1.1rem;
}
.block-editor__container [data-font-size=small] .footer__pagetop {
  font-size: 11px;
}
.footer__pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #292929;
}
@media screen and (max-width: 1024px) {
  .footer__pagetop {
    padding-top: 48px;
    width: 48px;
    height: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background: #555555;
  }
}
.footer__pagetop::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../image/icon_arrow02.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .footer__pagetop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
}
.footer__copyright {
  font-size: 1.5rem;
}
.block-editor__container .footer__copyright {
  font-size: 15px;
}
[data-font-size=large] .footer__copyright {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=large] .footer__copyright {
  font-size: 18px;
}
[data-font-size=small] .footer__copyright {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=small] .footer__copyright {
  font-size: 13px;
}
.footer__copyright {
  display: block;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 1.47;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-top: 19px;
    text-align: left;
  }
}

.footer-nav {
  font-size: 1.6rem;
}
.block-editor__container .footer-nav {
  font-size: 16px;
}
[data-font-size=large] .footer-nav {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .footer-nav {
  font-size: 19px;
}
[data-font-size=small] .footer-nav {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .footer-nav {
  font-size: 14px;
}
.footer-nav {
  margin: 0 auto;
  padding: 52px 42px;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    padding: 54px 20px;
  }
}
.footer-nav__list {
  columns: 3;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-nav__list {
    display: none;
  }
}
.footer-nav__list > li {
  break-inside: avoid;
  page-break-inside: avoid;
}
.footer-nav__list > li:not(:first-child) {
  margin-top: 42px;
}
.footer-nav__list > li > a {
  font-size: 2rem;
}
.block-editor__container .footer-nav__list > li > a {
  font-size: 20px;
}
[data-font-size=large] .footer-nav__list > li > a {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=large] .footer-nav__list > li > a {
  font-size: 23px;
}
[data-font-size=small] .footer-nav__list > li > a {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=small] .footer-nav__list > li > a {
  font-size: 18px;
}
.footer-nav__list > li > a[href]::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
.footer-nav__list .sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding-left: 24px;
}
.footer-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  color: #fff;
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  background: #555555;
  opacity: 1;
}
.footer-nav a:not([href]) {
  pointer-events: none;
}
.footer-nav a:not([href]):hover {
  background: none;
}
@media screen and (min-width: 1025px) {
  .footer-nav__list-sp {
    display: none;
  }
}
.footer-nav .menu-sp-nav {
  margin-top: 0;
}
.footer-nav .menu-sp-nav__summary {
  color: #fff;
}
.footer-nav .menu-sp-nav .menu-item {
  border-bottom-color: #555555;
}
.footer-nav .menu-sp-nav .sub-menu a {
  color: #fff;
}

.footer-area {
  margin-bottom: 22px;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.footer-area__inner {
  display: grid;
  grid-template-columns: 535px auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 125px;
  margin: 0 auto;
  padding: 60px;
  max-width: 1440px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .footer-area__inner {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 1024px) {
  .footer-area__inner {
    display: block;
    padding: 64px 20px;
  }
}
.footer-area__access {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 1024px) {
  .footer-area__access {
    line-height: 1.81;
  }
}
@media screen and (min-width: 1025px) {
  .footer-area__access br {
    display: none;
  }
}
.footer-area__access a {
  color: #fff;
}
.footer-area__access a::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../image/icon_external.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .footer-area__bracket {
    display: none;
  }
}
.footer-area__tel {
  grid-area: 2/2/3/3;
  margin-top: 7px;
}
.footer-area__logo {
  grid-area: 1/1/4/2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer-area__logo {
    margin-bottom: 54px;
    width: 100%;
  }
}

.footer-sns {
  grid-area: 3/2/4/3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 27px;
}
@media screen and (max-width: 1024px) {
  .footer-sns {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 35px;
  }
}
.footer-sns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  width: 250px;
  line-height: 1.81;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .footer-sns__link {
    width: 100%;
  }
}
.footer-sns__link::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .footer-sns__link::after {
    filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  }
}
.footer-sns__link:hover, .footer-sns__link:focus-visible {
  color: #000;
  background: #fff;
  opacity: 1;
}
.footer-sns__link:hover::before, .footer-sns__link:focus-visible::before {
  filter: none;
}
.footer-sns__link.is-instagram::before {
  background-image: url(../image/icon_instagram.svg);
}
.footer-sns__link.is-youtube::before {
  background-image: url(../image/icon_youtube.svg);
}

.footer-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 34px;
  padding: 10px 30px;
}
@media screen and (max-width: 1024px) {
  .footer-list {
    display: none;
  }
}
.footer-list a {
  display: block;
  color: #fff;
}
.footer-list a:hover {
  text-decoration: underline;
}

.footer-list-sp {
  padding-bottom: 22px;
  line-height: 1.81;
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 1025px) {
  .footer-list-sp {
    display: none;
  }
}
.footer-list-sp a {
  display: block;
  padding: 13px 30px;
  color: #fff;
}

.cookie_consent-cookie_btn-link {
  font-size: 1.5rem;
}
.block-editor__container .cookie_consent-cookie_btn-link {
  font-size: 15px;
}
[data-font-size=large] .cookie_consent-cookie_btn-link {
  font-size: 1.8rem;
}
.block-editor__container [data-font-size=large] .cookie_consent-cookie_btn-link {
  font-size: 18px;
}
[data-font-size=small] .cookie_consent-cookie_btn-link {
  font-size: 1.3rem;
}
.block-editor__container [data-font-size=small] .cookie_consent-cookie_btn-link {
  font-size: 13px;
}
.cookie_consent-cookie_btn-link {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 100;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 2px 8px !important;
  line-height: 1.93 !important;
  color: #111111 !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 5px;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 1024px) {
  .cookie_consent-cookie_btn-link {
    bottom: 63px;
  }
}

/*--------------------------------------------------
  top-title
--*/
.top-title {
  font-size: 3.4rem;
}
.block-editor__container .top-title {
  font-size: 34px;
}
[data-font-size=large] .top-title {
  font-size: 3.7rem;
}
.block-editor__container [data-font-size=large] .top-title {
  font-size: 37px;
}
[data-font-size=small] .top-title {
  font-size: 3.2rem;
}
.block-editor__container [data-font-size=small] .top-title {
  font-size: 32px;
}
.top-title {
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-family: "adobe-garamond-pro", serif;
}

/*--------------------------------------------------
  top-text
--*/
.top-text {
  font-size: 1.6rem;
}
.block-editor__container .top-text {
  font-size: 16px;
}
[data-font-size=large] .top-text {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .top-text {
  font-size: 19px;
}
[data-font-size=small] .top-text {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .top-text {
  font-size: 14px;
}
.top-text {
  line-height: 1.81;
}
.top-text ul {
  list-style: disc;
  list-style-position: inside;
}
.top-text ul:not(:first-child) {
  margin-top: 8px;
}
.top-text p:not(:first-child) {
  margin-top: 16px;
}
.top-text a {
  color: #8E7221;
  text-decoration: underline;
}
.top-text a:hover, .top-text a:focus-visible {
  text-decoration: none;
  opacity: 1;
}
.top-text a[target=_blank]::after {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 30px;
  height: 30px;
  background: url(../image/icon_external.svg) no-repeat 50% 50%;
  background-size: cover;
}

/*--------------------------------------------------
  top-button
--*/
.top-button {
  font-size: 1.6rem;
}
.block-editor__container .top-button {
  font-size: 16px;
}
[data-font-size=large] .top-button {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .top-button {
  font-size: 19px;
}
[data-font-size=small] .top-button {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .top-button {
  font-size: 14px;
}
.top-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  margin-left: 24px;
  line-height: 46px;
  color: #8E7221;
}
@media screen and (max-width: 1024px) {
  .top-button {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 32px 0 0;
    padding: 16px 0;
    width: 100%;
    line-height: 1.81;
    color: #555555;
    border: 1px solid #9B9B9B;
  }
}
.top-button:hover, .top-button:focus-visible {
  text-decoration: underline;
  opacity: 1;
}
.top-button::after {
  filter: invert(40%) sepia(98%) saturate(361%) hue-rotate(7deg) brightness(91%) contrast(85%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}
@media screen and (max-width: 1024px) {
  .top-button::after {
    filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  }
}

/*--------------------------------------------------
  top-hero
--*/
.top-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-hero .swiper-slide {
  width: 100%;
  aspect-ratio: 160/67;
}
@media screen and (max-width: 767px) {
  .top-hero .swiper-slide {
    aspect-ratio: 1;
  }
}
.top-hero .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.top-hero__control {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-hero__control {
    justify-content: space-between;
    gap: 0;
  }
}
.top-hero__control.is-pause .top-hero__pause {
  display: none;
}
.top-hero__control.is-pause .top-hero__resume {
  display: block;
}
:root .top-hero .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #383838;
  opacity: 1;
}
:root .top-hero .swiper-pagination-bullet-active {
  background: #383838;
}
.top-hero__prev, .top-hero__next {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  width: 52px;
  height: 52px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}
.top-hero__prev {
  transform: rotate(180deg);
}
.top-hero__pause, .top-hero__resume {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 52px;
  width: 52px;
  height: 0;
  text-indent: 200%;
  overflow: hidden;
  background: url(../image/icon_pause.svg) no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .top-hero__pause, .top-hero__resume {
    display: none;
  }
}
.top-hero__resume {
  display: none;
  background-image: url(../image/icon_resume.svg);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: auto;
}

/*--------------------------------------------------
  top-banner
--*/
.top-banner {
  font-size: 1.8rem;
}
.block-editor__container .top-banner {
  font-size: 18px;
}
[data-font-size=large] .top-banner {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .top-banner {
  font-size: 21px;
}
[data-font-size=small] .top-banner {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .top-banner {
  font-size: 16px;
}
.top-banner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-banner {
    font-size: 1.6rem;
  }
  .block-editor__container .top-banner {
    font-size: 16px;
  }
  [data-font-size=large] .top-banner {
    font-size: 1.9rem;
  }
  .block-editor__container [data-font-size=large] .top-banner {
    font-size: 19px;
  }
  [data-font-size=small] .top-banner {
    font-size: 1.4rem;
  }
  .block-editor__container [data-font-size=small] .top-banner {
    font-size: 14px;
  }
}
.top-banner__list {
  display: flex;
  align-self: stretch;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-banner__list {
    flex-direction: column;
  }
}
.top-banner__item {
  flex: 1;
  display: flex;
}
.top-banner__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.3em;
  padding: 0 80px;
  width: 100%;
  height: 78px;
  line-height: 1.43;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-banner__link {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding: 16px 70px;
    height: auto;
  }
}
.top-banner__link::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-banner__link::before {
    left: 12px;
  }
}
.top-banner__link::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-banner__link::after {
    right: 4px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.top-banner__link.is-calendar {
  background: #292929;
}
.top-banner__link.is-calendar::before {
  background-image: url(../image/icon_calendar.svg);
}
.top-banner__link.is-ticket {
  background: #8E7221;
}
.top-banner__link.is-ticket::before {
  background-image: url(../image/icon_ticket.svg);
}
.top-banner__link span:nth-last-child(2) {
  white-space: nowrap;
}

/*--------------------------------------------------
  top-information
--*/
.top-information {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 64px;
  margin: 0 auto;
  padding: 62px 40px 80px;
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .top-information {
    flex-direction: column;
    gap: 80px;
    padding: 64px 20px 85px;
  }
}
.top-information__section {
  position: relative;
  width: calc(50% - 32px);
}
@media screen and (max-width: 1024px) {
  .top-information__section {
    width: 100%;
  }
}
.top-information .top-title {
  margin-bottom: 16px;
}
.top-information .fc .fc-daygrid-day {
  pointer-events: none;
}
.top-information .fc .fc-toolbar-chunk:nth-child(1) {
  display: none;
}
.top-information .fc .fc-toolbar-chunk:nth-child(2) {
  padding-right: 0;
}

/*--------------------------------------------------
  top-news
--*/
.top-news {
  font-size: 1.6rem;
}
.block-editor__container .top-news {
  font-size: 16px;
}
[data-font-size=large] .top-news {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .top-news {
  font-size: 19px;
}
[data-font-size=small] .top-news {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .top-news {
  font-size: 14px;
}
.top-news {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding: 32px;
  border: 1px solid #DADADA;
}
@media screen and (max-width: 1024px) {
  .top-news {
    gap: 32px;
    padding: 24px;
  }
}
.top-news__dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #555555;
  font-weight: 500;
}
.top-news__dt.is-pin::before {
  filter: invert(35%) sepia(12%) saturate(7%) hue-rotate(53deg) brightness(99%) contrast(90%);
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon_pin.svg) no-repeat 50% 50%;
  background-size: cover;
}
.top-news__dd {
  line-height: 1.81;
}
.top-news__link {
  display: block;
}

/*--------------------------------------------------
  top-exhibitions
--*/
.top-exhibitions {
  padding: 100px 40px;
  background: #F4F3ED;
}
@media screen and (max-width: 1024px) {
  .top-exhibitions {
    padding: 70px 20px;
  }
}
.top-exhibitions .top-button {
  color: #83681B;
}
@media screen and (max-width: 1024px) {
  .top-exhibitions .top-button {
    color: #555555;
  }
}
.top-exhibitions__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
}
.top-exhibitions .top-title {
  margin-bottom: 40px;
  padding-right: 300px;
}
@media screen and (max-width: 1024px) {
  .top-exhibitions .top-title {
    margin-bottom: 25px;
    padding-right: 0;
  }
}

/*--------------------------------------------------
  top-events
--*/
.top-events {
  padding: 100px 40px;
}
@media screen and (max-width: 1024px) {
  .top-events {
    padding: 70px 20px;
  }
}
.top-events a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link) {
  color: #83681B;
  text-decoration: underline;
}
.top-events a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):hover, .top-events a:not(.wp-block-button):not(.events-list__link):not(.work-list__link):not(.anchors__link):not(.pager__link):not(.events-other-list__link):not(.wp-block-link):not(.exhibitions-list__link):not(.research-links__link):not(.research-list__link):focus-visible {
  text-decoration: none;
  opacity: 1;
}
.top-events__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
}
.top-events .top-title {
  margin-bottom: 40px;
  padding-right: 300px;
}
@media screen and (max-width: 1024px) {
  .top-events .top-title {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.top-events .events-list {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .top-events .events-list {
    margin-top: 40px;
  }
}

/*--------------------------------------------------
  top-collection
--*/
.top-collection {
  padding: 100px 40px 103px;
  background: #292929;
}
@media screen and (max-width: 1024px) {
  .top-collection {
    padding: 70px 20px;
  }
}
.top-collection__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
}
.top-collection .top-title,
.top-collection .top-text {
  color: #fff;
}
.top-collection .top-title {
  margin-bottom: 40px;
  padding-right: 300px;
}
@media screen and (max-width: 1024px) {
  .top-collection .top-title {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.top-collection__form {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 32px;
  width: 450px;
}
@media screen and (max-width: 1024px) {
  .top-collection__form {
    margin-top: 25px;
    width: 100%;
  }
}
.top-collection__input:placeholder-shown {
  color: #767676;
}
.top-collection__input::-webkit-input-placeholder {
  color: #767676;
}
.top-collection__input:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.top-collection__input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.top-collection__input:-ms-input-placeholder {
  color: #767676;
}
.top-collection__input {
  font-size: 1.6rem;
}
.block-editor__container .top-collection__input {
  font-size: 16px;
}
[data-font-size=large] .top-collection__input {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .top-collection__input {
  font-size: 19px;
}
[data-font-size=small] .top-collection__input {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .top-collection__input {
  font-size: 14px;
}
.top-collection__input {
  flex: 1;
  padding: 14px 15px;
  background: #fff;
}
.top-collection__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.top-collection__submit::before {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../image/icon_search.svg") no-repeat 50% 50%;
  background-size: cover;
}
.top-collection__title {
  font-size: 1.8rem;
}
.block-editor__container .top-collection__title {
  font-size: 18px;
}
[data-font-size=large] .top-collection__title {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .top-collection__title {
  font-size: 21px;
}
[data-font-size=small] .top-collection__title {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .top-collection__title {
  font-size: 16px;
}
.top-collection__title {
  margin: 54px 0 16px;
  line-height: 1.67;
  color: #fff;
}
.top-collection .top-button {
  color: #D8C186;
}
@media screen and (max-width: 1024px) {
  .top-collection .top-button {
    color: #fff;
    border-color: #fff;
  }
}
.top-collection .top-button::after {
  filter: invert(85%) sepia(62%) saturate(310%) hue-rotate(332deg) brightness(88%) contrast(92%);
}
@media screen and (max-width: 1024px) {
  .top-collection .top-button::after {
    filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  }
}

.top-collection-swiper {
  font-size: 1.6rem;
}
.block-editor__container .top-collection-swiper {
  font-size: 16px;
}
[data-font-size=large] .top-collection-swiper {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .top-collection-swiper {
  font-size: 19px;
}
[data-font-size=small] .top-collection-swiper {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .top-collection-swiper {
  font-size: 14px;
}
.top-collection-swiper .swiper-wrapper {
  align-items: stretch;
}
.top-collection-swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .top-collection-swiper .swiper-slide {
    flex-direction: column;
    gap: 8px;
  }
}
.top-collection-swiper__link {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  padding: 16px;
  text-align: center;
  color: #fff;
  background: #3F3F3F;
}
@media screen and (max-width: 1024px) {
  .top-collection-swiper__link {
    width: 100%;
  }
}
.top-collection-swiper__image img {
  width: 100%;
  height: 205px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .top-collection-swiper__image img {
    height: auto;
    object-fit: inherit;
  }
}
.top-collection-swiper__title {
  font-size: 1.8rem;
}
.block-editor__container .top-collection-swiper__title {
  font-size: 18px;
}
[data-font-size=large] .top-collection-swiper__title {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .top-collection-swiper__title {
  font-size: 21px;
}
[data-font-size=small] .top-collection-swiper__title {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .top-collection-swiper__title {
  font-size: 16px;
}
.top-collection-swiper__title {
  margin: 20px 0 11px;
}
.top-collection-swiper__artist {
  line-height: 1.44;
}
.top-collection-swiper__time {
  margin-top: 7px;
  line-height: 1.44;
}
.top-collection-swiper__control {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
  padding: 0 52px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-collection-swiper__control {
    justify-content: space-between;
    gap: 0;
  }
}
.top-collection-swiper__control.is-pause .top-collection-swiper__pause {
  display: none;
}
.top-collection-swiper__control.is-pause .top-collection-swiper__resume {
  display: block;
}
:root .top-collection-swiper .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
:root .top-collection-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.top-collection-swiper__prev, .top-collection-swiper__next {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(333deg) brightness(115%) contrast(100%);
  width: 52px;
  height: 52px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  cursor: pointer;
}
.top-collection-swiper__prev.swiper-button-disabled, .top-collection-swiper__next.swiper-button-disabled {
  cursor: default;
  opacity: 0.6;
}
.top-collection-swiper__prev {
  transform: rotate(180deg);
}
.top-collection-swiper__pause, .top-collection-swiper__resume {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0) invert(1);
  padding-top: 52px;
  width: 52px;
  height: 0;
  text-indent: 200%;
  overflow: hidden;
  background: url(../image/icon_pause.svg) no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}
.top-collection-swiper__resume {
  display: none;
  background-image: url(../image/icon_resume.svg);
}
.top-collection-swiper .swiper-scrollbar-drag {
  background: #9B9B9B;
  border-radius: 0;
}

/*--------------------------------------------------
  top-parallax
--*/
.top-parallax {
  aspect-ratio: 2400/1600;
  background: no-repeat 50% 50% fixed;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-parallax {
    display: none;
  }
}

/*--------------------------------------------------
  top-other
--*/
.top-other {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto) 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  margin: 140px auto 0;
  padding: 0 40px;
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .top-other {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    margin-top: 80px;
    padding: 0 20px;
  }
}
.top-other + .top-other {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .top-other + .top-other {
    margin-top: 64px;
  }
}
.top-other + .top-other .top-title {
  grid-area: 1/2/2/3;
}
.top-other + .top-other .top-text {
  grid-area: 2/2/3/3;
}
.top-other + .top-other .common-button {
  grid-area: 3/2/4/3;
}
.top-other + .top-other .top-other__image {
  grid-area: 1/1/5/2;
}
.top-other:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .top-other:last-of-type {
    margin-bottom: 70px;
  }
}
.top-other .top-title {
  grid-area: 1/1/2/2;
}
.top-other .top-text {
  grid-area: 2/1/3/2;
}
.top-other .common-button {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 1024px) {
  .top-other .common-button {
    margin-top: 16px;
  }
}
.top-other__image {
  grid-area: 1/2/5/3;
}

/*--------------------------------------------------
  top-links
--*/
.top-links {
  font-size: 1.6rem;
}
.block-editor__container .top-links {
  font-size: 16px;
}
[data-font-size=large] .top-links {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .top-links {
  font-size: 19px;
}
[data-font-size=small] .top-links {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .top-links {
  font-size: 14px;
}
.top-links {
  padding: 60px 0;
  background: #F4F3ED;
}
@media screen and (max-width: 1024px) {
  .top-links {
    padding: 40px 0;
  }
}
.top-links__list {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .top-links__list {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
    gap: 24px;
  }
}
.top-links__item {
  flex: 1;
}
.top-links__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 50%;
  height: 180px;
  background: #fff;
  border: 1px solid #9B9B9B;
}
@media screen and (max-width: 1024px) {
  .top-links__link {
    padding: 10px 10px 10px calc(50% + 10px);
    height: 150px;
  }
}
.top-links__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: no-repeat 50% 59%;
  background-size: cover;
  border-right: 1px solid #9B9B9B;
}
.top-links__link.is-logo::before {
  background-image: url(../image/home/en/bg_logo.webp);
  background-position: 50% 50%;
  background-size: contain;
}
html[lang=ja] .top-links__link.is-logo::before {
  background-image: url(../image/home/bg_logo.webp);
  background-position: 50% 59%;
  background-size: cover;
}
.top-links__link.is-instagram::before {
  background-image: url(../image/home/bg_instagram.webp);
}
.top-links__link::after {
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 52px auto;
}

/*--------------------------------------------------
  page-404
--*/
.page-404__title {
  font-size: 6.4rem;
}
.block-editor__container .page-404__title {
  font-size: 64px;
}
[data-font-size=large] .page-404__title {
  font-size: 6.7rem;
}
.block-editor__container [data-font-size=large] .page-404__title {
  font-size: 67px;
}
[data-font-size=small] .page-404__title {
  font-size: 6.2rem;
}
.block-editor__container [data-font-size=small] .page-404__title {
  font-size: 62px;
}
.page-404__title {
  margin-bottom: 40px;
  line-height: 1.16;
  letter-spacing: 0.1em;
  font-family: "adobe-garamond-pro", serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-404__title {
    font-size: 4rem;
  }
  .block-editor__container .page-404__title {
    font-size: 40px;
  }
  [data-font-size=large] .page-404__title {
    font-size: 4.3rem;
  }
  .block-editor__container [data-font-size=large] .page-404__title {
    font-size: 43px;
  }
  [data-font-size=small] .page-404__title {
    font-size: 3.8rem;
  }
  .block-editor__container [data-font-size=small] .page-404__title {
    font-size: 38px;
  }
  .page-404__title {
    line-height: 1.85;
  }
}
.page-404__title::after {
  content: "";
  display: block;
  margin: 40px auto 0;
  width: 200px;
  height: 4px;
  background: #EDEDED;
}
.page-404__title span:first-child {
  font-size: 2.8rem;
}
.block-editor__container .page-404__title span:first-child {
  font-size: 28px;
}
[data-font-size=large] .page-404__title span:first-child {
  font-size: 3.1rem;
}
.block-editor__container [data-font-size=large] .page-404__title span:first-child {
  font-size: 31px;
}
[data-font-size=small] .page-404__title span:first-child {
  font-size: 2.6rem;
}
.block-editor__container [data-font-size=small] .page-404__title span:first-child {
  font-size: 26px;
}
.page-404__title span:first-child {
  display: block;
  margin-top: 24px !important;
  line-height: 1.36;
  letter-spacing: 0.1em;
}
.page-404__title02 {
  font-size: 2.5rem;
}
.block-editor__container .page-404__title02 {
  font-size: 25px;
}
[data-font-size=large] .page-404__title02 {
  font-size: 2.8rem;
}
.block-editor__container [data-font-size=large] .page-404__title02 {
  font-size: 28px;
}
[data-font-size=small] .page-404__title02 {
  font-size: 2.3rem;
}
.block-editor__container [data-font-size=small] .page-404__title02 {
  font-size: 23px;
}
.page-404__title02 {
  margin-bottom: 25px;
}
.page-404__search {
  margin-top: 40px;
  padding: 30px 16px 24px;
  background: #EDEDED;
}

/*# sourceMappingURL=style.css.map */
