﻿@import url("https://p.typekit.net/p.css?s=1&k=jxc7izd&ht=tk&f=15528.15530.17252.17253.18438.18439.18440.18445.22797&a=2630380&app=typekit&e=css");

:root {
  --color-museum-accent: #28AA82;
  --color-park-accent: #FFD34E;
  --color-park-accent-dark: #FF6B08;
  --font-family: "Inter", "TazuganeGothicStdN-Medium", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic UI", Meiryo, sans-serif;
  --font-jp: "TazuganeGothicStdN-Medium", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic UI", Meiryo, sans-serif;
  --font-en: "Inter", sans-serif;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir="rtl"] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir="rtl"] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.slick-list {
  font-size: 0
}

.slick-dotted.slick-slider {
  /* margin-bottom: 0 */
}

.slick-dotted.slick-slider .slick-list {
  margin-bottom: 0
}

.slick-dots {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
  position: static
}

.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 5px
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #CCCCCC;
  border-radius: 50%
}

.slick-dots li button:before {
  display: none
}

.slick-dots li.slick-active button {
  background-color: #000
}

.c-infoslider__slider .slick-dots {
  position: absolute;
  bottom: -20px
}

.a-exhibition__slider .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: right
}

.a-exhibition__slider.nocredit .slick-dots {
  bottom: 0
}

@media screen and (max-width: 640px) {
  .a-exhibition__slider .slick-dots {
    margin-top: 15px;
    position: static;
    text-align: center
  }
}

.slick-next,
.slick-prev {
  top: auto;
  bottom: -17px;
  width: 40px;
  height: 40px;
  transform: translate(0, 0)
}

.slick-next:before,
.slick-prev:before {
  font-size: 0;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  border-bottom: 2px solid #000
}

.slick-next {
  right: 0
}

.slick-next:before {
  top: 14px;
  right: 4px;
  border-right: 2px solid #000;
  transform: rotate(-45deg)
}

.slick-prev {
  left: 0
}

.slick-prev:before {
  top: 14px;
  left: 4px;
  border-left: 2px solid #000;
  transform: rotate(45deg)
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}

.remodal,
[data-remodal-id] {
  display: none
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.remodal-is-initialized {
  display: inline-block
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.remodal-overlay {
  background: rgba(0, 100, 200, 0.8)
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
  padding: 70px 0
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  color: #000;
  background: #fff
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: .2s;
  animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle
}

.remodal-close {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0
}

.remodal-confirm {
  color: #fff;
  background: #81c784
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a
}

.remodal-cancel {
  color: #fff;
  background: #e57373
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0)
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1
  }

  to {
    opacity: 0;
    filter: blur(0)
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 600px
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38
}

.lt-ie9 .remodal {
  width: 600px
}

body,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

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

table {
  border-collapse: collapse
}

@font-face {
  font-family: "europa";
  src: url("https://use.typekit.net/af/f3ba4f/00000000000000003b9b12fa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/f3ba4f/00000000000000003b9b12fa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/f3ba4f/00000000000000003b9b12fa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal
}

@font-face {
  font-family: "europa";
  src: url("https://use.typekit.net/af/4eabcf/00000000000000003b9b12fd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/4eabcf/00000000000000003b9b12fd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/4eabcf/00000000000000003b9b12fd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}

@font-face {
  font-family: "europa";
  src: url("https://use.typekit.net/af/e32ad9/00000000000000003b9b12fb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/e32ad9/00000000000000003b9b12fb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/e32ad9/00000000000000003b9b12fb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal
}

@font-face {
  font-family: "europa";
  src: url("https://use.typekit.net/af/a6fa4a/00000000000000003b9b12fc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/a6fa4a/00000000000000003b9b12fc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/a6fa4a/00000000000000003b9b12fc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/90ca1f/000000000000000000013f4f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/90ca1f/000000000000000000013f4f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/90ca1f/000000000000000000013f4f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/b714ca/000000000000000000013f4b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/b714ca/000000000000000000013f4b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/b714ca/000000000000000000013f4b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}

@font-face {
  font-family: "azo-sans-uber";
  src: url("https://use.typekit.net/af/657ff9/000000000000000000014a2e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/657ff9/000000000000000000014a2e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/657ff9/000000000000000000014a2e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}

.tk-europa {
  font-family: "europa", sans-serif
}

.tk-azo-sans-web {
  font-family: "azo-sans-web", sans-serif
}

.tk-azo-sans-uber {
  font-family: "azo-sans-uber", sans-serif
}

html {
  font-size: 62.5%
}

body {
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: var(--font-family);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  /* 行頭・行末の不自然な空きを詰める（モダンブラウザで利用可） */
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  /* 約物（句読点・括弧）の余白を自動調整 */
  text-spacing-trim: trim-start;
  /* 単語・文節単位で改行し、読みやすい折り返しに */
  word-break: auto-phrase;
  line-break: strict;
}

body.page--open {
  height: 100%
}

body.single-omake,
body.post-type-archive-omake,
body.tax-omake-tag,
body.tag-play-home {
  font-family: var(--font-family);
}

body.modal--open {
  overflow: hidden
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 60px
  }
}

:where(*){
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

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

input,
textarea {
  appearance: none;
  -webkit-appearance: none
}

main {
  display: block
}

svg {
  width: 100%;
  height: 100%
}

button {
  display: block;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent
}

input,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff
}

::selection {
  background-color: #DC503C;
  color: #fff
}

::-moz-selection {
  background-color: #DC503C;
  color: #fff
}

table th,
table td {
  font-weight: normal;
  text-align: left
}

table th {
  padding-right: 1em
}

.nav-content__list li a,
.g-nav__sub li a,
.g-nav__lang li a,
.sp--bnav ul li a,
.g-footernav a span {
  /* font-family: europa, sans-serif; */
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.0
}

.g-nav__sub li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px
}

.g-nav__sub li a span {
  display: block;
  margin-top: 6px
}

.g-nav__sub li a svg.icon-ticket {
  width: 14px;
  height: 21px
}

.g-nav__sub li a svg.icon-map {
  width: 16px;
  height: 22px
}

.g-header {
  padding: 0 20px 0 40px;
  position: relative;
  z-index: 100
}

@media screen and (max-width: 1280px) {
  .g-header {
    padding: 0 10px 0 20px
  }
}

@media screen and (max-width: 960px) {
  .g-header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
  }
}

.g-header__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.g-header__logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 240px;
  height: 103px;
  z-index: 1
}

.g-header__logo--date {
  width: 376px;
  height: 306px
}

.g-header__logo--museum {
  width: 22%;
  aspect-ratio: 337 / 200;
  height: auto;
}

.g-header__logo--park {
  width: 240px;
  height: 190px
}

@media screen and (max-width: 1280px) {
  .g-header__logo {
    width: 20%
  }
}

@media screen and (max-width: 1080px) {
  .g-header__logo--date {
    width: 256px;
    height: 204px
  }

  /* .g-header__logo--museum {
    width: 230px;
    height: 140px
  }

  .g-header__logo--park {
    width: 160px;
    height: 126px
  } */
}

@media screen and (max-width: 960px) {
  .g-header__logo {
    width: 120px;
    height: 53px;
    top: 10px;
    left: 10px
  }

  .g-header__logo--date {
    width: 188px;
    height: 153px
  }

  .g-header__logo--museum {
    width: 160px;
    height: auto;
  }

  .g-header__logo--park {
    width: 120px;
    height: 95px
  }
}

.g-nav {
  display: flex;
  align-items: center;
  padding: 0 0;
  position: relative;
  z-index: 10
}

@media screen and (max-width: 960px) {
  .g-nav {
    display: none
  }
}

.g-nav__sub,
.g-nav__lang {
  display: flex;
}

.g-nav__sub {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #000;
  border-right: 1px solid #000
}

@media screen and (max-width: 960px) {
  .g-nav__sub {
    padding: 0;
    flex-direction: column;
    border: none
  }

  .g-nav__sub li a {
    padding: 25px 20px;
    flex-direction: row;
    align-items: center
  }

  .g-nav__sub li a svg {
    padding-right: 10px
  }

  .g-nav__sub li a span {
    margin-top: 0
  }
}

.g-nav__lang {
  position: relative
}

.g-nav__lang:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #000;
  transform: rotate(15deg);
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -20px
}

.g-nav__lang li a {
  display: block;
  height: 100px;
  line-height: 40px;
  padding: 30px 20px
}

@media screen and (max-width: 960px) {
  .g-nav__lang {
    border-top: 1px solid #dcdcdc
  }

  .g-nav__lang:before {
    display: none
  }
}

.sp--bnav {
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff
}

.sp--bnav ul {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px
}

.sp--bnav ul li {
  width: calc(50% - 10px)
}

.sp--bnav ul li a {
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #000
}

.page-playground.page-park .l-main {
  /* padding-top: 180px */
}

#event .l-pageContents,
.post-type-archive-event .l-pageContents,
.l-pageContents--nopt {
  padding-top: 40px
}

.page-museum .l-pageContents,
.page-park .l-pageContents {
  padding-top: 60px
}

.page-playground.page-park .l-pageContents {
  padding-top: 0
}

#single .l-pageContents,
.single .l-pageContents {
  /* padding-top: 60px */
}

@media screen and (max-width: 960px) {

  #single .l-pageContents,
  .single .l-pageContents {
    padding-top: 40px
  }

  .page-park .l-pageContents {
    padding-top: 100px
  }
}

.l-pageContents__header {
  text-align: center
}

.l-pageContents__header h2 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .l-pageContents__header h2 {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 640px) {
  .page-playground.page-park .l-main {
    /* padding-top: 140px; */
  }
}

svg.arrow-right {
  stroke: #000
}

svg.icon-blank {
  width: 12px;
  height: 12px;
  stroke: #000;
  fill: #fff
}

svg.icon-download {
  width: 13px;
  height: 13px
}

.c-image {
  background-color: #F2F2F2;
  position: relative
}

.c-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: opacity
}

.c-image a:hover {
  opacity: 0.7
}

.c-image:before {
  content: "";
  display: block;
  padding-top: 67%
}

.c-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: contain;
  object-position: 50% 50%
}

.c-cols {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -60px
}

.c-cols>div,
.c-cols>li {
  margin-right: 40px;
  margin-bottom: 60px
}

.c-cols+.c-cols {
  margin-top: 60px
}

.c-cols._minmb {
  margin-bottom: -30px
}

.c-cols._minmb>div,
.c-cols._minmb>li {
  margin-bottom: 30px
}

@media screen and (max-width: 960px) {
  .c-cols {
    margin-right: 0;
    margin-bottom: 0
  }

  .c-cols+.c-cols {
    margin-top: 40px
  }

  .c-cols>div,
  .c-cols>li {
    margin-right: 0;
    margin-bottom: 60px
  }

  .c-cols>div.c-col--1_3,
  .c-cols>li.c-col--1_3 {
    margin-bottom: 40px
  }

  .c-cols>div.c-col--3_2,
  .c-cols>li.c-col--3_2 {
    margin-bottom: 30px;
    margin-right: 20px
  }

  .c-cols>div.c-col--3_2:nth-child(2n),
  .c-cols>li.c-col--3_2:nth-child(2n) {
    margin-right: 0
  }

  .c-cols>div:last-child,
  .c-cols>li:last-child {
    margin-bottom: 0
  }

  .c-cols._minmb {
    margin-bottom: 0
  }

  .c-cols._minmb>div,
  .c-cols._minmb>li {
    margin-bottom: 30px
  }

  .c-cols._minmb>div:last-child,
  .c-cols._minmb>li:last-child {
    margin-bottom: 0
  }
}

.c-col--1 {
  width: 100%
}

.c-col--1 .c-btn {
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 640px) {
  .c-col--1 {
    margin-bottom: 60px
  }
}

.c-col--1_2 {
  width: calc(50% - 40px)
}

@media screen and (max-width: 960px) {
  .c-col--1_2 {
    width: 100%;
    margin-bottom: 60px
  }
}

.c-col--1_3 {
  width: calc((100% - 120px)/3)
}

@media screen and (max-width: 960px) {
  .c-col--1_3 {
    width: 100%
  }
}

.c-col--2_3 {
  width: calc(100% - ((100% - 120px)/3) - 80px)
}

@media screen and (max-width: 960px) {
  .c-col--2_3 {
    width: 100%
  }
}

.c-col--3_2 {
  width: calc((100% - 120px)/3)
}

@media screen and (max-width: 960px) {
  .c-col--3_2 {
    width: calc((100% - 20px)/2);
    margin-right: 20px
  }

  .c-col--3_2:nth-child(2n) {
    margin-right: 0
  }
}

.c-box {
  padding: 40px;
  border: 1px solid #dcdcdc
}

.c-box+.c-box {
  border-top: none
}

.c-box p+p {
  margin-top: 1.8em
}

.c-box a {
  color: #DC503C;
  text-decoration: underline
}

.c-box a:hover {
  text-decoration: none
}

@media screen and (max-width: 640px) {
  .c-box {
    padding: 20px
  }
}

.c-box__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em
}

@media screen and (max-width: 960px) {
  .c-box__title {
    font-size: 1.62rem
  }
}

.c-box__item+.c-box__item {
  margin-top: 30px
}

.c-box2:before,
.c-box2:after,
.c-box2-kaku:before,
.c-box2-kaku:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg)
}

.c-box2 {
  border: 2px solid #141E28;
  padding: 30px 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative
}

.c-box2:before {
  top: -15px;
  left: -15px;
  border-right: 1px solid #141E28
}

.c-box2:after {
  bottom: -15px;
  left: -15px;
  border-top: 1px solid #141E28
}

.c-box2.gray {
  background-color: #ebebeb
}

.c-box2.thin {
  border-width: 1px
}

@media screen and (max-width: 640px) {
  .c-box2 {
    padding: 20px 15px 15px 15px;
    margin-bottom: 20px
  }
}

.c-box2-kaku:before {
  top: -15px;
  right: -15px;
  border-bottom: 1px solid #141E28
}

.c-box2-kaku:after {
  bottom: -15px;
  right: -15px;
  border-left: 1px solid #141E28
}

.c-box2 h2,
.c-box2__title {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center
}

@media screen and (max-width: 960px) {

  .c-box2 h2,
  .c-box2__title {
    font-size: 1.8rem
  }
}

.c-box2 p,
.c-box2__text p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.87
}

@media screen and (max-width: 960px) {

  .c-box2 p,
  .c-box2__text p {
    font-size: 1.2rem
  }
}

.c-box2 .caption,
.c-box2__text .caption {
  margin-top: 15px;
  color: #DC503C
}

.c-box2__link {
  margin-top: 1em;
  text-align: center
}

.c-box2__link a {
  display: inline-block;
  border-bottom: 2px solid #000;
  text-decoration: none;
  transition: all .1s;
  letter-spacing: 0.1em
}

.c-box2__link a:hover {
  color: #DC503C;
  border-bottom: 2px solid #DC503C
}

.c-image-notice {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #fff;
  padding: 20px;
  max-width: 460px;
  box-sizing: border-box;
  z-index: 1;
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .c-image-notice {
    font-size: 1.2rem
  }
}

.c-image-notice p {
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .c-image-notice {
    max-width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.4
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-image-notice {
    font-size: 1.2rem
  }
}

.c-section {
  margin-top: 50px;
  padding-top: 50px
}

.c-section:first-child,
.c-section:first-of-type {
  margin-top: 0;
  padding-top: 0
}

.page-faq .c-section {
  padding-top: 60px
}

.c-section--border {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #000
}

.c-section>section+section {
  margin-top: 40px
}

@media screen and (max-width: 640px) {
  .c-section {
    margin-top: 35px;
    padding-top: 35px
  }
}

.c-section__border {
  padding-top: 60px;
  border-top: 1px solid #dcdcdc
}

.c-section__title {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .c-section__title {
    font-size: 2.16rem
  }
}

.c-section__stitle {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.0;
  font-family: var(--font-family);
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .c-section__stitle {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 640px) {
  .c-section__stitle {
    margin-bottom: 30px
  }
}

.c-section__btn {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center
}

.c-section__btn div {
  margin: 0 20px
}

.c-section__btn div:only-child {
  margin: 0
}

.c-section__btn a {
  margin-left: auto;
  margin-right: auto
}

.c-section__btn a.c-btn {
  width: 400px;
  max-width: inherit
}

.c-section__btn a i {
  font-style: normal
}

.c-section__btn--top {
  margin-top: 60px;
  margin-bottom: 100px
}

.c-section__btn--vertical {
  flex-direction: column
}

.c-section__btn--vertical p {
  margin-bottom: 10px
}

.c-section__btn--vertical p:last-child {
  margin-bottom: 0
}

#Enjoy .c-section__btn {
  margin-top: 40px
}

.wp-block-table .c-section__btn {
  margin-top: 0;
  margin-bottom: 0
}

.c-section__btn.responsive-width a.c-btn {
  width: calc(50% - 20px)
}

.c-section__btn.vertical {
  display: block
}

.c-section__btn.vertical a {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0
}

.c-section__btn.vertical a:last-child {
  margin-bottom: 0
}

.c-section__btn.vertical a.c-btn {
  width: auto
}

@media screen and (max-width: 960px) {
  .c-section__btn {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto
  }

  .c-section__btn div {
    margin: 15px 0
  }

  .c-section__btn div:only-child {
    margin: 0
  }

  .c-section__btn a.c-btn {
    max-width: inherit;
    width: auto
  }

  .c-section__btn a .arrow-right {
    margin-left: 10px
  }

  .c-section__btn a i {
    display: block
  }

  .c-section__btn--top {
    margin-top: 30px;
    margin-bottom: 50px
  }
}

.c-section#Price {
  border-bottom: 1px solid #000
}

.c-section#Price .c-text.c-section,
.c-section#Price .c-section.l-workshopList {
  margin-top: 0;
  padding-top: 0
}

.c-section#Price .c-text.c-section header,
.c-section#Price .c-section.l-workshopList header {
  margin-bottom: 0;
  padding: 20px 0;
  position: relative
}

/* .c-section#Price .c-text.c-section header:before,
.c-section#Price .c-section.l-workshopList header:before,
.c-section#Price .c-text.c-section header:after,
.c-section#Price .c-section.l-workshopList header:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000
}

.c-section#Price .c-text.c-section header:before,
.c-section#Price .c-section.l-workshopList header:before {
  width: 20px;
  height: 1px;
  top: 50%;
  right: 20px
}

.c-section#Price .c-text.c-section header:after,
.c-section#Price .c-section.l-workshopList header:after {
  width: 1px;
  height: 20px;
  top: 50%;
  right: 30px;
  margin-top: -10px
} */

@media screen and (max-width: 960px) {

  .c-section#Price .c-text.c-section header,
  .c-section#Price .c-section.l-workshopList header {
    padding: 20px 40px
  }

  .c-section#Price .c-text.c-section header:before,
  .c-section#Price .c-section.l-workshopList header:before {
    right: 0
  }

  .c-section#Price .c-text.c-section header:after,
  .c-section#Price .c-section.l-workshopList header:after {
    right: 10px
  }
}

.c-section#Price .c-text.c-section.is-open header:after,
.c-section#Price .c-section.is-open.l-workshopList header:after {
  opacity: 0
}

.c-section#Price .c-text.c-section>div,
.c-section#Price .c-section.l-workshopList>div {
  margin-top: 0
}

.c-section#Price .c-text.c-section>div .js-accordion__content__inner,
.c-section#Price .c-section.l-workshopList>div .js-accordion__content__inner {
  padding-top: 20px;
  padding-bottom: 40px
}

.c-section#Price .js-accordion {
  border-top: 1px solid #000
}

.c-section#Price .c-table {
  margin-bottom: 20px
}

.c-infobox {
  word-break: break-all;
  position: relative
}

@media screen and (max-width: 960px) {
  .c-col--1_3 .c-infobox {
    display: flex;
    justify-content: space-between
  }
}

.c-infobox__image {
  margin-bottom: 15px;
  position: relative
}

.c-infobox__image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.c-infobox__image a:hover img {
  transform: scale(1.05)
}

.c-infobox__image:before {
  content: "";
  display: block;
  padding-top: 67%
}

.c-infobox__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (max-width: 960px) {
  .c-col--1_2 .c-infobox__image {
    margin-left: -10px;
    margin-right: -10px
  }

  .c-col--1_3 .c-infobox__image {
    width: 35.2112676%;
    margin-bottom: 0
  }

  .c-infobox__image a {
    position: relative;
    width: auto;
    height: auto
  }

  .c-infobox__image a:before {
    content: "";
    display: block;
    padding-top: 64.28571%
  }

  .c-infobox__image:before {
    display: none
  }

  .l-homeContents .c-col--1_2 .c-infobox__image a:before {
    padding-top: 64.28571%
  }
}

@media screen and (max-width: 960px) {
  .c-col--1_2 .c-infobox__inner {
    padding: 0 10px
  }

  .c-col--1_3 .c-infobox__inner {
    width: 60.5633803%
  }
}

.c-infobox__category {
  margin-top: 8px;
  margin-bottom: -5px
}

.c-infobox__category a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (max-width: 960px) {
  .c-infobox__category {
    margin-top: 0;
  }
  .c-infobox__category a {
    font-size: 1.2rem
  }
  .c-col--1_3 .c-infobox__category + .c-infobox__title {
    margin-top: 8px;
  }
}

.c-infobox__category a:last-child {
  margin-right: 0
}

.c-infobox__category a:hover {
  color: #DC503C;
  border-bottom-color: #DC503C
}

.c-infobox__category .in-progress,
.c-infobox__category .notice {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.0;
  padding: 5px calc(8px - 0.1em) 5px 8px
}

.c-infobox__category .in-progress {
  color: #DC503C;
  border: 2px solid #DC503C
}

.c-infobox__category .notice {
  color: #666666;
  border: 2px solid #666666
}

@media screen and (max-width: 640px) {
  .c-infobox__category {
    line-height: 1.0
  }

  .c-infobox__category a {
    margin-right: 5px;
    font-size: 1.1rem
  }

  .c-infobox__category .in-progress,
  .c-infobox__category .notice {
    font-size: 1.1rem
  }
}

.c-infobox__title {
  margin-top: 12px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word
}
.c-infobox__title a {
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .c-infobox__title {
    font-size: 1.62rem
  }
}

.c-infobox--article .c-infobox__title {
  font-size: 2.4rem
}

@media screen and (max-width: 960px) {
  .c-infobox--article .c-infobox__title {
    font-size: 2.16rem
  }
}

.c-infobox__title+.c-infobox__image {
  margin-top: 15px
}

@media screen and (max-width: 640px) {
  .c-col--1_3 .c-infobox__title {
    margin-top: 0px;
    font-size: 1.3rem
  }

  .c-col--3_2 .c-infobox__title {
    margin-top: 10px;
    font-size: 1.3rem
  }
}

.c-infobox__stitle {
  margin-top: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6875
}

@media screen and (max-width: 960px) {
  .c-infobox__stitle {
    font-size: 1.2rem
  }
}

.c-infobox--article .c-infobox__stitle {
  font-size: 1.6rem
}

@media screen and (max-width: 960px) {
  .c-infobox--article .c-infobox__stitle {
    font-size: 1.44rem
  }
}

@media screen and (max-width: 640px) {
  .c-col--1_3 .c-infobox__stitle {
    font-size: 1.2rem
  }
}

.c-infobox__tag {
  margin-top: 10px
}

.c-infobox__tag a {
  display: inline-block;
  margin-right: 2em;
  line-height: 1.0;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #DC503C;
  text-decoration: none;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (max-width: 960px) {
  .c-infobox__tag a {
    font-size: 1.2rem
  }
}

.c-infobox__tag a:last-child {
  margin-right: 0
}

.c-infobox__tag a:hover {
  text-decoration: underline
}

@media screen and (max-width: 640px) {
  .c-infobox__tag {
    margin-top: 10px
  }

  .c-infobox__tag a {
    margin-right: 1em
  }

  .c-col--1_3 .c-infobox__tag {
    margin-top: 5px
  }

  .c-col--1_3 .c-infobox__tag a {
    font-size: 1.0rem
  }
}

.c-infobox__excerpt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.7
}

@media screen and (max-width: 960px) {
  .c-infobox__excerpt {
    font-size: 1.2rem
  }
}

.c-infobox__excerpt h4 {
  margin-bottom: 5px;
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .c-infobox__excerpt {
    margin-top: 15px
  }
}

.c-infobox__btn {
  margin-top: 30px
}

.c-infobox__btn a {
  display: inline-block;
  font-size: 0
}

.c-infobox__btn a svg {
  width: 40px;
  height: 8px;
  stroke: #000
}

.c-infobox__btn a:hover svg {
  stroke: #DC503C;
  fill: #DC503C
}

@media screen and (max-width: 960px) {
  .c-infobox__btn {
    margin-top: 15px
  }
}

.c-infobox__btnText {
  margin-top: 20px
}

.c-infobox__btnText a {
  display: inline-block;
  /* font-family: europa, sans-serif; */
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.0;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  transition: all .1s;
  font-size: 1.4rem
}

.c-infobox__btnText a svg polyline {
  transition: all .1s
}

.c-infobox__btnText a:hover {
  text-decoration: none;
  color: #DC503C;
  border-color: #DC503C
}

.c-infobox__btnText a:hover svg polyline {
  stroke: #DC503C
}

@media screen and (max-width: 640px) {
  .c-infobox__btnText {
    margin-top: 15px;
    font-size: 0
  }

  .c-infobox__btnText a {
    font-size: 1.2rem
  }
}

.c-infobox__text {
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .c-infobox__text {
    font-size: 1.2rem
  }
}

.c-infobox__date {
  margin-bottom: 30px;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 5px
}

@media screen and (max-width: 960px) {
  .c-infobox__date {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 640px) {
  .c-infobox__date {
    margin-bottom: 20px
  }
}

.c-infobox__eventdate {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  z-index: 20;
  color: #fff;
  padding: 0 20px;
  line-height: 28px;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  pointer-events: none
}

.c-infobox__eventdate.pay {
  background-color: #DC503C
}

.c-infobox__eventdate.forfree {
  background-color: #00A99D
}

@media screen and (max-width: 640px) {
  .c-infobox__eventdate {
    font-size: 1.0rem;
    padding: 0 10px;
    line-height: 20px
  }
}

.c-card a {
  display: block;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-card a:hover {
  border-color: #000
}

.c-card__image {
  position: relative
}

.c-card__image:before {
  content: "";
  display: block;
  padding-top: 54%
}

.c-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.c-card__inner {
  padding: 20px
}

.c-card__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em
}

.c-card__stitle {
  margin-top: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.05em
}

.c-card__btn {
  color: #DC503C;
  margin-top: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.05em
}

.c-bigbox+.c-bigbox {
  margin-top: 40px
}

@media screen and (max-width: 960px) {
  .c-bigbox.c-cols {
    margin-bottom: 0
  }

  .c-bigbox div.c-col--1_2 {
    margin-bottom: 0
  }

  .c-bigbox+.c-bigbox {
    margin-top: 60px
  }
}

.c-bigbox__image {
  position: relative
}

.c-bigbox__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.c-bigbox__image a:hover img {
  transform: scale(1.02)
}

.c-bigbox__image:before {
  content: "";
  display: block;
  padding-top: 67%
}

.c-bigbox__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-bigbox__image .caption {
  margin-top: 15px;
  font-size: 1.0rem;
  color: #646464;
  line-height: 1.6;
  letter-spacing: 0.025em
}

@media screen and (max-width: 960px) {
  .c-bigbox__image {
    margin-left: -10px;
    margin-right: -10px
  }

  .c-bigbox__image .caption {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    font-size: .9rem;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.7)
  }
}

@media screen and (max-width: 960px) {
  .c-bigbox__info {
    width: 100%;
    margin-top: 30px
  }

  .c-bigbox__info .c-infobox__excerpt {
    display: none
  }

  .c-bigbox__info .sp--exhibitionsbox__btn {
    margin-top: 30px;
    width: 175px;
    margin-left: auto;
    margin-right: auto
  }
}

.c-text,
.l-workshopList {
  font-size: 1.4rem;
  line-height: 2.0;
  word-break: break-all;
  line-break: strict;
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.04em;
  word-break: break-all;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word
}

@media screen and (max-width: 960px) {
  .c-text,
  .l-workshopList {
    font-size: 1.4rem
  }
}

.c-text h1,
.l-workshopList h1,
.c-text h2,
.l-workshopList h2,
.c-text h3,
.l-workshopList h3,
.c-text h4,
.l-workshopList h4,
.c-text h5,
.l-workshopList h5,
.c-text h6,
.l-workshopList h6 {
  margin-top: 2em;
  margin-bottom: .5em;
  font-weight: bold
}

.c-text h1:first-child,
.l-workshopList h1:first-child,
.c-text h2:first-child,
.l-workshopList h2:first-child,
.c-text h3:first-child,
.l-workshopList h3:first-child,
.c-text h4:first-child,
.l-workshopList h4:first-child,
.c-text h5:first-child,
.l-workshopList h5:first-child,
.c-text h6:first-child,
.l-workshopList h6:first-child {
  margin-top: 0
}

.c-text h1:last-child,
.l-workshopList h1:last-child,
.c-text h2:last-child,
.l-workshopList h2:last-child,
.c-text h3:last-child,
.l-workshopList h3:last-child,
.c-text h4:last-child,
.l-workshopList h4:last-child,
.c-text h5:last-child,
.l-workshopList h5:last-child,
.c-text h6:last-child,
.l-workshopList h6:last-child {
  margin-bottom: 0
}

.c-text h1,
.l-workshopList h1 {
  font-size: 2.4rem
}

.c-text h2,
.l-workshopList h2 {
  font-size: 2.2rem
}

.c-text h3,
.l-workshopList h3 {
  font-size: 2.0rem
}

.c-text h4,
.l-workshopList h4 {
  font-size: 1.6rem
}

.c-text>div,
.l-workshopList>div,
.c-text>figure,
.l-workshopList>figure,
.c-text>ul,
.l-workshopList>ul {
  margin-top: 1lh;;
  margin-bottom: 1lh;
}

@media screen and (max-width: 640px) {

  .c-text>div,
  .l-workshopList>div,
  .c-text>figure,
  .l-workshopList>figure,
  .c-text>ul,
  .l-workshopList>ul {
    margin-top: 2em;
    margin-bottom: 2em
  }
}

.c-text p,
.l-workshopList p {
  margin: 1.5em 0
}

.c-text p:first-child,
.l-workshopList p:first-child,
.c-text p:first-of-type,
.l-workshopList p:first-of-type {
  margin-top: 0
}

.c-text img,
.l-workshopList img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto
}

.c-text img.aligncenter,
.l-workshopList img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.c-text img.alignleft,
.l-workshopList img.alignleft {
  display: inline;
  float: left
}

.c-text img.alignright,
.l-workshopList img.alignright {
  display: inline;
  float: right
}

.c-text hr,
.l-workshopList hr {
  height: 1px;
  appearance: none;
  margin: 3em 0;
  background-color: #cccccc;
  width: 100%;
  border: none
}

.c-text .wp-block-image+.wp-block-image,
.l-workshopList .wp-block-image+.wp-block-image {
  margin-top: 40px
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-image,
  .l-workshopList .wp-block-image {
    margin-top: 30px
  }
}

.c-text .wp-block-group .wp-block-image:last-of-type,
.l-workshopList .wp-block-group .wp-block-image:last-of-type {
  margin-bottom: 0
}

.c-text .wp-block-embed-youtube,
.l-workshopList .wp-block-embed-youtube,
.c-text iframe,
.l-workshopList iframe {
  max-width: 100%
}

.c-text .wp-block-media-text,
.l-workshopList .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cccccc
}

.c-text .wp-block-media-text.has-media-on-the-right,
.l-workshopList .wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-media-text,
  .l-workshopList .wp-block-media-text {
    flex-direction: column
  }

  .c-text .wp-block-media-text.has-media-on-the-right,
  .l-workshopList .wp-block-media-text.has-media-on-the-right {
    flex-direction: column
  }
}

.c-text .wp-block-media-text__media,
.l-workshopList .wp-block-media-text__media {
  width: 31.57895%
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-media-text__media,
  .l-workshopList .wp-block-media-text__media {
    width: 50%;
    max-width: 240px;
  }
}

.c-text .wp-block-media-text__content,
.l-workshopList .wp-block-media-text__content {
  width: 63.15789%
}

.c-text .wp-block-media-text__content p,
.l-workshopList .wp-block-media-text__content p {
  margin: 1em 0
}

.c-text .wp-block-media-text__content p:first-of-type,
.l-workshopList .wp-block-media-text__content p:first-of-type,
.c-text .wp-block-media-text__content p:first-child,
.l-workshopList .wp-block-media-text__content p:first-child {
  margin-top: 0
}

.c-text .wp-block-media-text__content p:last-of-type,
.l-workshopList .wp-block-media-text__content p:last-of-type,
.c-text .wp-block-media-text__content p:last-child,
.l-workshopList .wp-block-media-text__content p:last-child {
  margin-bottom: 0
}

.c-text .wp-block-media-text__content h1,
.l-workshopList .wp-block-media-text__content h1,
.c-text .wp-block-media-text__content h2,
.l-workshopList .wp-block-media-text__content h2,
.c-text .wp-block-media-text__content h3,
.l-workshopList .wp-block-media-text__content h3,
.c-text .wp-block-media-text__content h4,
.l-workshopList .wp-block-media-text__content h4,
.c-text .wp-block-media-text__content h5,
.l-workshopList .wp-block-media-text__content h5,
.c-text .wp-block-media-text__content h6,
.l-workshopList .wp-block-media-text__content h6 {
  margin: 1em 0
}

.c-text .wp-block-media-text__content h1:first-of-type,
.l-workshopList .wp-block-media-text__content h1:first-of-type,
.c-text .wp-block-media-text__content h1:first-child,
.l-workshopList .wp-block-media-text__content h1:first-child,
.c-text .wp-block-media-text__content h2:first-of-type,
.l-workshopList .wp-block-media-text__content h2:first-of-type,
.c-text .wp-block-media-text__content h2:first-child,
.l-workshopList .wp-block-media-text__content h2:first-child,
.c-text .wp-block-media-text__content h3:first-of-type,
.l-workshopList .wp-block-media-text__content h3:first-of-type,
.c-text .wp-block-media-text__content h3:first-child,
.l-workshopList .wp-block-media-text__content h3:first-child,
.c-text .wp-block-media-text__content h4:first-of-type,
.l-workshopList .wp-block-media-text__content h4:first-of-type,
.c-text .wp-block-media-text__content h4:first-child,
.l-workshopList .wp-block-media-text__content h4:first-child,
.c-text .wp-block-media-text__content h5:first-of-type,
.l-workshopList .wp-block-media-text__content h5:first-of-type,
.c-text .wp-block-media-text__content h5:first-child,
.l-workshopList .wp-block-media-text__content h5:first-child,
.c-text .wp-block-media-text__content h6:first-of-type,
.l-workshopList .wp-block-media-text__content h6:first-of-type,
.c-text .wp-block-media-text__content h6:first-child,
.l-workshopList .wp-block-media-text__content h6:first-child {
  margin-top: 0
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-media-text__content,
  .l-workshopList .wp-block-media-text__content {
    width: auto;
    margin-top: 20px;
    font-size: 1.2rem
  }

  .c-text .wp-block-media-text__content h1,
  .l-workshopList .wp-block-media-text__content h1,
  .c-text .wp-block-media-text__content h2,
  .l-workshopList .wp-block-media-text__content h2,
  .c-text .wp-block-media-text__content h3,
  .l-workshopList .wp-block-media-text__content h3,
  .c-text .wp-block-media-text__content h4,
  .l-workshopList .wp-block-media-text__content h4,
  .c-text .wp-block-media-text__content h5,
  .l-workshopList .wp-block-media-text__content h5,
  .c-text .wp-block-media-text__content h6,
  .l-workshopList .wp-block-media-text__content h6 {
    margin: .5em 0
  }

  .c-text .wp-block-media-text__content h1:first-of-type,
  .l-workshopList .wp-block-media-text__content h1:first-of-type,
  .c-text .wp-block-media-text__content h1:first-child,
  .l-workshopList .wp-block-media-text__content h1:first-child,
  .c-text .wp-block-media-text__content h2:first-of-type,
  .l-workshopList .wp-block-media-text__content h2:first-of-type,
  .c-text .wp-block-media-text__content h2:first-child,
  .l-workshopList .wp-block-media-text__content h2:first-child,
  .c-text .wp-block-media-text__content h3:first-of-type,
  .l-workshopList .wp-block-media-text__content h3:first-of-type,
  .c-text .wp-block-media-text__content h3:first-child,
  .l-workshopList .wp-block-media-text__content h3:first-child,
  .c-text .wp-block-media-text__content h4:first-of-type,
  .l-workshopList .wp-block-media-text__content h4:first-of-type,
  .c-text .wp-block-media-text__content h4:first-child,
  .l-workshopList .wp-block-media-text__content h4:first-child,
  .c-text .wp-block-media-text__content h5:first-of-type,
  .l-workshopList .wp-block-media-text__content h5:first-of-type,
  .c-text .wp-block-media-text__content h5:first-child,
  .l-workshopList .wp-block-media-text__content h5:first-child,
  .c-text .wp-block-media-text__content h6:first-of-type,
  .l-workshopList .wp-block-media-text__content h6:first-of-type,
  .c-text .wp-block-media-text__content h6:first-child,
  .l-workshopList .wp-block-media-text__content h6:first-child {
    margin-top: 0
  }
}

.c-text .wp-block-button.alignright,
.l-workshopList .wp-block-button.alignright {
  text-align: right
}

.c-text .wp-block-button.alignright a,
.l-workshopList .wp-block-button.alignright a {
  margin-left: auto
}

.c-text .wp-block-button.aligncenter,
.l-workshopList .wp-block-button.aligncenter {
  text-align: center
}

.c-text .wp-block-button.aligncenter a,
.l-workshopList .wp-block-button.aligncenter a {
  margin-left: auto;
  margin-right: auto
}

.c-text .wp-block-embed-youtube,
.l-workshopList .wp-block-embed-youtube {
  text-align: center
}

@media screen and (max-width: 640px) {

  .c-text .has-large-font-size,
  .l-workshopList .has-large-font-size {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 960px) {

  .c-text,
  .l-workshopList {
    font-size: 1.44rem
  }
}

.c-text .small,
.l-workshopList .small {
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {

  .c-text .small,
  .l-workshopList .small {
    font-size: 1.2rem
  }
}

.c-text a,
.l-workshopList a {
  color: #DC503C;
  text-decoration: underline
}

.c-text a:hover,
.l-workshopList a:hover {
  text-decoration: none
}

@media screen and (max-width: 640px) {

  .c-text,
  .l-workshopList {
    font-size: 1.4rem;
    line-height: 1.8
  }

  .c-text .small,
  .l-workshopList .small {
    font-size: 1.2rem
  }
}

.c-text header,
.l-workshopList header {
  margin-bottom: 20px;
  text-align: center
}

.page-faq .c-text header,
.page-faq .l-workshopList header {
  margin-bottom: 30px
}

.c-text header h2,
.l-workshopList header h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: var(--font-family);
  font-weight: bold;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {

  .c-text header h2,
  .l-workshopList header h2 {
    font-size: 2.16rem
  }
}

.c-text header h3,
.l-workshopList header h3 {
  margin-bottom: 0;
  font-size: 2rem;
  font-family: var(--font-family);
  font-weight: bold;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {

  .c-text header h3,
  .l-workshopList header h3 {
    font-size: 1.8rem
  }
}

.c-text header p,
.l-workshopList header p {
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {

  .c-text header p,
  .l-workshopList header p {
    font-size: 1.2rem
  }
}

.c-text header p:last-of-type,
.l-workshopList header p:last-of-type,
.c-text header p:last-child,
.l-workshopList header p:last-child {
  margin-bottom: 0
}

.c-text header strong,
.l-workshopList header strong {
  color: #DC503C;
  font-weight: normal
}

.c-text h2,
.l-workshopList h2,
.c-text h3,
.l-workshopList h3 {
  margin-top: 2.5em;
  margin-bottom: 1.2em;
  font-weight: bold;
  line-height: 1.7
}

.c-text h2:first-child,
.l-workshopList h2:first-child,
.c-text h3:first-child,
.l-workshopList h3:first-child {
  margin-top: 0
}

.c-text h2+.wp-block-group,
.l-workshopList h2+.wp-block-group,
.c-text h3+.wp-block-group,
.l-workshopList h3+.wp-block-group {
  margin-top: 0
}

.c-text h2,
.l-workshopList h2,
.c-text h3,
.l-workshopList h3 {
  font-size: 2rem
}

.l-anchor {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {

  .c-text h2,
  .l-workshopList h2,
  .c-text h3,
  .l-workshopList h3 {
    font-size: 1.8rem
  }
}

.l-articleContent .c-text h2,
.l-articleContent .l-workshopList h2,
.l-articleContent .c-text h3,
.l-articleContent .l-workshopList h3 {
  font-size: 1.8rem
}

@media screen and (max-width: 960px) {

  .l-articleContent .c-text h2,
  .l-articleContent .l-workshopList h2,
  .l-articleContent .c-text h3,
  .l-articleContent .l-workshopList h3 {
    font-size: 1.62rem
  }
}

.c-text>p,
.l-workshopList>p,
.c-text>div,
.l-workshopList>div,
.c-text>ul,
.l-workshopList>ul {
  margin-bottom: 1lh
}

.c-text>p.no-mb,
.l-workshopList>p.no-mb,
.c-text>div.no-mb,
.l-workshopList>div.no-mb,
.c-text>ul.no-mb,
.l-workshopList>ul.no-mb {
  margin-bottom: 0
}

.c-text>p:last-child,
.l-workshopList>p:last-child,
.c-text>div:last-child,
.l-workshopList>div:last-child,
.c-text>ul:last-child,
.l-workshopList>ul:last-child {
  margin-bottom: 0
}

.c-text>p .cap,
.l-workshopList>p .cap,
.c-text>div .cap,
.l-workshopList>div .cap,
.c-text>ul .cap,
.l-workshopList>ul .cap {
  display: inline-block;
  margin-bottom: 1lh
}

.c-text>p+div,
.l-workshopList>p+div,
.c-text>div+div,
.l-workshopList>div+div,
.c-text>ul+div,
.l-workshopList>ul+div {
  margin-top: -.8em
}

.c-text>p small,
.l-workshopList>p small,
.c-text>div small,
.l-workshopList>div small,
.c-text>ul small,
.l-workshopList>ul small {
  display: inline-block;
  line-height: 1.8;
  margin-top: .5lh
}

.c-text ol,
.l-workshopList ol {
  margin-left: 40px
}

.c-text ol li,
.l-workshopList ol li {
  list-style: decimal;
  margin-left: -1em;
  line-height: 1.6;
  margin-bottom: .5lh
}

@media screen and (max-width: 960px) {

  .c-text ol,
  .l-workshopList ol {
    margin-left: 35px
  }
}

.c-text>div,
.l-workshopList>div {
  margin-bottom: 1.2em
}

.c-text>div:last-child,
.l-workshopList>div:last-child {
  margin-bottom: 0
}

.c-text .caption,
.l-workshopList .caption {
  margin-top: -1.5em;
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {

  .c-text .caption,
  .l-workshopList .caption {
    font-size: 1.2rem
  }
}

.c-text .has-small-font-size,
.l-workshopList .has-small-font-size {
  font-size: 1rem
}

@media screen and (max-width: 960px) {

  .c-text .has-small-font-size,
  .l-workshopList .has-small-font-size {
    font-size: 1.2rem
  }
}

.c-text div.wp-block-button,
.l-workshopList div.wp-block-button {
  margin-top: 1lh;
  margin-bottom: 1lh
}

.c-text figure.my-image-vertical,
.l-workshopList figure.my-image-vertical {
  /* padding-left: 100px; */
  /* padding-right: 100px; */
  max-width: calc(100% - 200px);
  margin-inline: auto !important;
}

@media screen and (max-width: 640px) {

  .c-text figure.my-image-vertical,
  .l-workshopList figure.my-image-vertical {
    padding-right: 40px;
    padding-left: 40px;
    max-width: calc(100% - 80px)
  }
}

.c-text .wp-block-image,
.l-workshopList .wp-block-image {
  margin: 1.5lh 0
}

.c-text .wp-block-image figcaption,
.l-workshopList .wp-block-image figcaption {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1rem;
  color: #646464
}

@media screen and (max-width: 960px) {

  .c-text .wp-block-image figcaption,
  .l-workshopList .wp-block-image figcaption {
    font-size: 1.2rem
  }
}

.c-text .wp-block-image.is-resized,
.l-workshopList .wp-block-image.is-resized {
  text-align: center
}

.c-text .wp-block-image+.wp-block-image,
.l-workshopList .wp-block-image+.wp-block-image {
  margin-top: 40px
}

@media screen and (max-width: 960px) {

  .c-text .wp-block-image,
  .l-workshopList .wp-block-image {
    margin-left: -40px;
    margin-right: -40px
  }
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-image,
  .l-workshopList .wp-block-image {
    margin: 2em -20px
  }

  .c-text .wp-block-image figcaption,
  .l-workshopList .wp-block-image figcaption {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.4
  }
}

@media screen and (max-width: 640px) and (max-width: 960px) {

  .c-text .wp-block-image figcaption,
  .l-workshopList .wp-block-image figcaption {
    font-size: 1.2rem
  }
}

.c-text .wp-block-group,
.l-workshopList .wp-block-group {
  margin: 3em auto;
  padding: 30px;
  border: 1px solid #dcdcdc
}

.c-text .wp-block-group h2,
.l-workshopList .wp-block-group h2,
.c-text .wp-block-group h3,
.l-workshopList .wp-block-group h3 {
  margin-bottom: .8em
}

.c-text .wp-block-group .wp-block-image,
.l-workshopList .wp-block-group .wp-block-image {
  margin: 2em 0
}

.c-text .wp-block-group .wp-block-image:only-child,
.l-workshopList .wp-block-group .wp-block-image:only-child {
  margin: 0
}

.c-text .wp-block-group .wp-block-image+.wp-block-image,
.l-workshopList .wp-block-group .wp-block-image+.wp-block-image {
  margin-top: 3em
}

.c-text .wp-block-group .wp-block-image+h2,
.l-workshopList .wp-block-group .wp-block-image+h2,
.c-text .wp-block-group .wp-block-image+h3,
.l-workshopList .wp-block-group .wp-block-image+h3 {
  margin-top: 0
}

.c-text .wp-block-group .wp-block-image+h2:first-of-type,
.l-workshopList .wp-block-group .wp-block-image+h2:first-of-type,
.c-text .wp-block-group .wp-block-image+h3:first-of-type,
.l-workshopList .wp-block-group .wp-block-image+h3:first-of-type {
  margin-top: 0
}

.c-text .wp-block-group.play-black-group,
.l-workshopList .wp-block-group.play-black-group {
  padding: 20px 30px;
  border-color: #000
}

.c-text .wp-block-group.play-black-group h4,
.l-workshopList .wp-block-group.play-black-group h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000
}

.c-text .wp-block-group.play-black-group table,
.l-workshopList .wp-block-group.play-black-group table {
  width: 100%
}

.c-text .wp-block-group.play-black-group table th,
.l-workshopList .wp-block-group.play-black-group table th,
.c-text .wp-block-group.play-black-group table td,
.l-workshopList .wp-block-group.play-black-group table td {
  padding: 10px 1em;
  vertical-align: top
}

.c-text .wp-block-group.play-black-group table th:first-child,
.l-workshopList .wp-block-group.play-black-group table th:first-child,
.c-text .wp-block-group.play-black-group table td:first-child,
.l-workshopList .wp-block-group.play-black-group table td:first-child {
  padding-left: 0
}

.c-text .wp-block-group.play-black-group table th:last-child,
.l-workshopList .wp-block-group.play-black-group table th:last-child,
.c-text .wp-block-group.play-black-group table td:last-child,
.l-workshopList .wp-block-group.play-black-group table td:last-child {
  padding-right: 0
}

.c-text .wp-block-group.play-black-group table th em,
.l-workshopList .wp-block-group.play-black-group table th em,
.c-text .wp-block-group.play-black-group table td em,
.l-workshopList .wp-block-group.play-black-group table td em {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6;
  display: inline-block
}

.c-text .wp-block-group.play-black-group table tr:last-child th,
.l-workshopList .wp-block-group.play-black-group table tr:last-child th,
.c-text .wp-block-group.play-black-group table tr:last-child td,
.l-workshopList .wp-block-group.play-black-group table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-group,
  .l-workshopList .wp-block-group {
    margin: 30px auto;
    padding: 15px
  }

  .c-text .wp-block-group h2,
  .l-workshopList .wp-block-group h2,
  .c-text .wp-block-group h3,
  .l-workshopList .wp-block-group h3 {
    margin-bottom: 0.5em
  }

  .c-text .wp-block-group p,
  .l-workshopList .wp-block-group p {
    line-height: 1.6
  }

  .c-text .wp-block-group.play-black-group,
  .l-workshopList .wp-block-group.play-black-group {
    padding: 15px
  }

  .c-text .wp-block-group.play-black-group table th,
  .l-workshopList .wp-block-group.play-black-group table th,
  .c-text .wp-block-group.play-black-group table td,
  .l-workshopList .wp-block-group.play-black-group table td {
    padding: 10px .3em;
    min-width: 5em
  }

  .c-text .wp-block-group.play-black-group table th em,
  .l-workshopList .wp-block-group.play-black-group table th em,
  .c-text .wp-block-group.play-black-group table td em,
  .l-workshopList .wp-block-group.play-black-group table td em {
    font-size: 1.2rem
  }

  .c-text .wp-block-group.play-black-group table tr:last-child th:last-child,
  .l-workshopList .wp-block-group.play-black-group table tr:last-child th:last-child,
  .c-text .wp-block-group.play-black-group table tr:last-child td:last-child,
  .l-workshopList .wp-block-group.play-black-group table tr:last-child td:last-child {
    border-bottom: none
  }
}

.c-text .wp-block-table table th,
.c-text .wp-block-table table td,
.l-workshopList .wp-block-table table th,
.l-workshopList .wp-block-table table td {
  font-weight: 500;
}

.c-text .wp-block-table,
.l-workshopList .wp-block-table {
  border: 1px solid #dcdcdc;
  padding: 20px 30px
}

.c-text .wp-block-table table,
.l-workshopList .wp-block-table table {
  width: 100%
}

.c-text .wp-block-table th,
.l-workshopList .wp-block-table th,
.c-text .wp-block-table td,
.l-workshopList .wp-block-table td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #dcdcdc
}

.c-text .wp-block-table th:first-of-type,
.l-workshopList .wp-block-table th:first-of-type,
.c-text .wp-block-table td:first-of-type,
.l-workshopList .wp-block-table td:first-of-type {
  padding-left: 0
}

.c-text .wp-block-table th:last-of-type,
.l-workshopList .wp-block-table th:last-of-type,
.c-text .wp-block-table td:last-of-type,
.l-workshopList .wp-block-table td:last-of-type {
  padding-right: 0
}

.c-text .wp-block-table tr:first-child th,
.l-workshopList .wp-block-table tr:first-child th,
.c-text .wp-block-table tr:first-child td,
.l-workshopList .wp-block-table tr:first-child td {
  padding-top: 0
}

.c-text .wp-block-table tr:last-child th,
.l-workshopList .wp-block-table tr:last-child th,
.c-text .wp-block-table tr:last-child td,
.l-workshopList .wp-block-table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none
}

.c-text .wp-block-table .wp-block-button,
.l-workshopList .wp-block-table .wp-block-button {
  margin-top: 1em;
  margin-bottom: 1em
}

@media screen and (max-width: 640px) {

  .c-text .wp-block-table,
  .l-workshopList .wp-block-table {
    padding: 0 10px
  }

  .c-text .wp-block-table table,
  .l-workshopList .wp-block-table table,
  .c-text .wp-block-table tbody,
  .l-workshopList .wp-block-table tbody,
  .c-text .wp-block-table tr,
  .l-workshopList .wp-block-table tr,
  .c-text .wp-block-table th,
  .l-workshopList .wp-block-table th,
  .c-text .wp-block-table td,
  .l-workshopList .wp-block-table td {
    display: block
  }

  .c-text .wp-block-table tr,
  .l-workshopList .wp-block-table tr {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc
  }

  .c-text .wp-block-table tr:last-child,
  .l-workshopList .wp-block-table tr:last-child {
    border-bottom: none
  }

  .c-text .wp-block-table th,
  .l-workshopList .wp-block-table th,
  .c-text .wp-block-table td,
  .l-workshopList .wp-block-table td {
    padding: 0;
    border-bottom: none
  }

  .c-text .wp-block-table th:first-of-type,
  .l-workshopList .wp-block-table th:first-of-type,
  .c-text .wp-block-table td:first-of-type,
  .l-workshopList .wp-block-table td:first-of-type {
    padding-left: 0
  }

  .c-text .wp-block-table th:last-of-type,
  .l-workshopList .wp-block-table th:last-of-type,
  .c-text .wp-block-table td:last-of-type,
  .l-workshopList .wp-block-table td:last-of-type {
    padding-right: 0
  }

  .c-text .wp-block-table td,
  .l-workshopList .wp-block-table td {
    margin-top: 10px
  }

  .c-text .wp-block-table td:first-child,
  .l-workshopList .wp-block-table td:first-child {
    margin-top: 0
  }
}

.c-text .has-text-align-right,
.l-workshopList .has-text-align-right {
  text-align: right
}

.c-text .blocks-gallery-grid,
.l-workshopList .blocks-gallery-grid {
  margin-bottom: 3em
}

.c-text .blocks-gallery-grid .slick-dots,
.l-workshopList .blocks-gallery-grid .slick-dots {
  margin-top: 20px
}

.c-text .blocks-gallery-item__caption,
.l-workshopList .blocks-gallery-item__caption {
  margin-top: 1.2em;
  text-align: center;
  font-size: 1rem;
  color: #646464;
  display: block
}

@media screen and (max-width: 960px) {

  .c-text .blocks-gallery-item__caption,
  .l-workshopList .blocks-gallery-item__caption {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 640px) {

  .c-text .blocks-gallery-item__caption,
  .l-workshopList .blocks-gallery-item__caption {
    margin-top: 0.6em
  }
}

.page-en .c-text,
.page-en .l-workshopList,
.page-english .c-text,
.page-english .l-workshopList {
  letter-spacing: 0
}

.page-en .c-text h2,
.page-en .l-workshopList h2,
.page-en .c-text h3,
.page-en .l-workshopList h3,
.page-english .c-text h2,
.page-english .l-workshopList h2,
.page-english .c-text h3,
.page-english .l-workshopList h3 {
  /* font-family: europa, sans-serif */
}

.page-en .c-text h2,
.page-en .l-workshopList h2,
.page-english .c-text h2,
.page-english .l-workshopList h2 {
  margin-top: 3em;
  font-size: 3.2rem
}

@media screen and (max-width: 960px) {

  .page-en .c-text h2,
  .page-en .l-workshopList h2,
  .page-english .c-text h2,
  .page-english .l-workshopList h2 {
    font-size: 2.88rem
  }
}

.page-en .c-text h2+h3,
.page-en .l-workshopList h2+h3,
.page-english .c-text h2+h3,
.page-english .l-workshopList h2+h3 {
  margin-top: 1em
}

.page-en .c-text h2:first-of-type,
.page-en .l-workshopList h2:first-of-type,
.page-english .c-text h2:first-of-type,
.page-english .l-workshopList h2:first-of-type {
  margin-top: 0
}

.page-en .c-text h3,
.page-en .l-workshopList h3,
.page-english .c-text h3,
.page-english .l-workshopList h3 {
  font-size: 2.4rem
}

@media screen and (max-width: 960px) {

  .page-en .c-text h3,
  .page-en .l-workshopList h3,
  .page-english .c-text h3,
  .page-english .l-workshopList h3 {
    font-size: 2.16rem
  }
}

.c-page__title {
  /* padding-top: 60px; */
  margin-bottom: 60px;
  line-height: 1.4;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 3rem
}

@media screen and (max-width: 960px) {
  .c-page__title {
    font-size: 2.7rem
  }
}

.c-page__title--ja {
  font-size: 2.6rem;
  line-height: 1.6
}

.c-page__title--enjoy {
  padding-top: 40px;
  margin-bottom: 40px;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6
}

#event .c-page__title,
.post-type-archive-event .c-page__title {
  padding-top: 90px
}

.page-english .c-page__title,
.page-en .c-page__title {
  line-height: 1.4;
  font-size: 4rem
}

@media screen and (max-width: 960px) {

  .page-english .c-page__title,
  .page-en .c-page__title {
    font-size: 3.6rem
  }
}

@media screen and (max-width: 640px) {
  .c-page__title {
    padding-top: 40px;
    margin-bottom: 40px
  }
  
  .c-page__title--ja {
    font-size: 2rem;
  }

  .c-page__title--enjoy {
    margin-bottom: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.1em
  }
}

.c-waku {
  padding: 20px 30px;
  border: 1px solid #dcdcdc
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-family: europa, sans-serif; */
  letter-spacing: 0.1em;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #000;
  position: relative;
  max-width: 360px;
  font-family: var(--font-family);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  gap: 10px;
}

.c-btn--iconleft,
a.wp-block-button__link--iconleft {
  justify-content: flex-start
}

.c-btn--iconleft svg,
a.wp-block-button__link--iconleft svg {
  margin-right: 15px
}

.c-btn svg,
a.wp-block-button__link svg {
  stroke: #000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-btn svg.arrow-right,
a.wp-block-button__link svg.arrow-right {
  width: 40px;
  height: 8px
}

.c-btn svg.icon-blank,
a.wp-block-button__link svg.icon-blank {
  width: 12px;
  height: 12px
}

.c-btn:hover,
a.wp-block-button__link:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff
}

.c-btn:hover svg,
a.wp-block-button__link:hover svg {
  fill: #fff;
  stroke: #fff
}

.c-btn:hover svg.icon-blank,
a.wp-block-button__link:hover svg.icon-blank {
  stroke: #fff;
  fill: #000
}

.c-btn.off,
a.wp-block-button__link.off {
  color: #a0a0a0;
  border-color: #a0a0a0;
  pointer-events: none
}

.c-btn.off svg,
a.wp-block-button__link.off svg {
  fill: #a0a0a0;
  stroke: #a0a0a0
}

.c-btn.gray,
a.wp-block-button__link.gray {
  background-color: #ebebeb
}

.c-btn.gray:hover,
a.wp-block-button__link.gray:hover {
  color: #666
}

.c-btn.gray:hover svg,
a.wp-block-button__link.gray:hover svg {
  fill: #666;
  stroke: #666
}

.c-btn.flex-height,
a.wp-block-button__link.flex-height {
  height: auto;
  line-height: 1.4;
  padding: 10px 20px
}

@media screen and (max-width: 640px) {

  .c-btn {
    height: 50px;
    line-height: 50px;
    max-width: 240px;
    font-size: 1.4rem
  }

  .c-btn.flex-height,
  .c-btn.sp-flex-height,
  a.wp-block-button__link.flex-height,
  a.wp-block-button__link.sp-flex-height {
    height: auto;
    line-height: 1.4
  }

  .c-btn.sp-flex-height,
  a.wp-block-button__link.sp-flex-height {
    padding: 10px 20px
  }
}

a.c-btn {
  color: #000;
  text-decoration: none
}

.c-linkbtn {
  display: inline-block;
  color: #DC503C;
  line-height: 2.0
}

.c-linkbtn:hover {
  text-decoration: underline
}

.c-linkbtn svg {
  margin-right: 10px
}

.c-linkbtn svg.icon-blank {
  stroke: #DC503C
}

.c-linkbtn svg.icon-download {
  fill: none;
  stroke: #DC503C
}

.c-link {
  display: flex;
  align-items: center
}

.c-link svg {
  margin-left: 10px;
  width: 5px;
  height: 8px
}

.c-link svg polyline {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10
}

.c-tachikawa {
  font-weight: 700;
  /* font-family: europa, sans-serif; */
  font-size: 1.4rem;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .c-tachikawa {
    font-size: 1.2rem
  }
}

.c-tachikawa__item {
  display: flex;
  align-items: center
}

.c-tachikawa__item:last-child {
  margin-bottom: 0
}

.c-tachikawa__item>div {
  margin: 0 5px
}

@media screen and (max-width: 640px) {
  .c-tachikawa__item {
    justify-content: center
  }
}

#Distance,
#Weather,
#Degree {
  display: none
}

.c-tachikawa__weather {
  display: flex;
  align-items: center
}

.c-tachikawa__weather .weather {
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px
}

.c-tachikawa__weather .weather.icon-clear {
  background-image: url("../img/icon-clear.png");
  background-size: 33px auto
}

.c-tachikawa__weather .weather.icon-clouds {
  background-image: url("../img/icon-clouds.png");
  background-size: 38px auto
}

.c-tachikawa__weather .weather.icon-snow {
  background-image: url("../img/icon-snow.png");
  background-size: 35px auto
}

.c-tachikawa__weather .weather.icon-rain,
.c-tachikawa__weather .weather.icon-thunderstorm {
  background-image: url("../img/icon-rain.png");
  background-size: 39px auto
}

.c-tachikawa__weather .weather.icon-drizzle {
  background-image: url("../img/icon-fewclouds.png");
  background-size: 42px auto
}

.c-infoslider {
  border: 1px solid #dcdcdc;
  border-radius: 4px
}

.c-infoslider__item {
  padding: 20px;
  box-sizing: border-box
}

.c-infoslider__item a {
  display: block;
  text-decoration: none;
  color: #000
}

.c-infoslider__item p {
  margin-bottom: 1em;
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .c-infoslider__item p {
    font-size: 1.2rem
  }
}

.c-infoslider__item p.ac {
  margin-left: auto;
  margin-right: auto
}

.c-infoslider__item p:last-child {
  margin-bottom: 0
}

.c-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 101
}

.c-close a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}

.c-close a svg {
  width: 30px;
  height: 30px
}

.c-kakko--left {
  margin-left: -0.5em
}

.slick-slide img {
  max-width: 100%;
  height: auto
}

.c-infoslider .slick-slide img {
  width: 100%
}

.c-imagebox {
  display: flex
}

.c-imagebox a {
  display: flex;
  width: 100%;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  transition: border 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-imagebox a:hover {
  border-color: #000
}

.c-imagebox._noborder a {
  border: none
}

.c-imagebox__image {
  width: 42.85714%;
  background-color: #F2F2F2;
  position: relative
}

.c-imagebox__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.c-imagebox__image a:hover img {
  transform: scale(1.02)
}

.c-imagebox__image:before {
  content: "";
  display: block;
  padding-top: 100%
}

.c-imagebox__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: contain;
  object-position: 50% 50%;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (max-width: 960px) {
  .c-imagebox__image {
    width: 35.21127%;
    height: 100%
  }
}

.c-imagebox__info {
  width: 57.14286%;
  box-sizing: border-box;
  padding: 30px
}

._noborder .c-imagebox__info {
  padding: 15px 0 15px 30px
}

@media screen and (max-width: 960px) {
  .c-imagebox__info {
    width: 64.78873%;
    padding: 15px
  }

  ._noborder .c-imagebox__info {
    padding: 10px
  }
}

.c-imagebox__title {
  margin-bottom: 10px;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.6
}

@media screen and (max-width: 960px) {
  .c-imagebox__title {
    font-size: 1.62rem
  }
}

@media screen and (max-width: 640px) {
  .c-imagebox__title {
    margin-bottom: 10px
  }
}

.c-imagebox__text {
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: 0.05em
}

@media screen and (max-width: 960px) {
  .c-imagebox__text {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 640px) {
  .c-imagebox__text {
    line-height: 1.6
  }
}

.c-imagebox__btn {
  margin-top: 30px
}

.c-imagebox__btn svg {
  width: 40px;
  height: 8px
}

@media screen and (max-width: 640px) {
  .c-imagebox__btn {
    margin-top: 10px
  }

  .c-imagebox__btn svg {
    width: 30px;
    height: 8px
  }
}

.c-verticalbox {
  padding: 40px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

.c-verticalbox__title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center
}

.c-verticalbox__title p {
  margin-bottom: 10px;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.0
}

.c-verticalbox__title p:last-child {
  margin-bottom: 0
}

.c-sns {
  display: flex
}

.c-sns a {
  display: flex;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-sns a:first-child {
  margin-left: 0
}

.c-sns a svg {
  width: 22px;
  height: 22px
}

.c-sns a:hover {
  border-width: 2px
}

@media screen and (max-width: 640px) {
  .c-sns {
    justify-content: center
  }
}

.c-tab {
  margin-bottom: 60px
}

@media screen and (max-width: 960px) {
  .c-tab {
    margin-bottom: 40px
  }
}

.c-tab__list {
  display: flex;
  justify-content: center
}

.c-tab__list li {
  min-width: 160px;
  margin: 0 20px
}

.c-tab__list li a {
  /* display: flex;
  justify-content: center;
  gap: 0 0.5em; */
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-size: 2rem;
  line-height: 1.2;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 4px solid #e6e6e6;
  text-decoration: none;
  transition: border 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-tab__list li a span {
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .c-tab__list li a {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

.c-tab__list li.current a,
.c-tab__list li a:hover {
  border-bottom-color: #000
}

@media screen and (max-width: 960px) {
  .c-tab__list {
    margin-left: -10px;
    margin-right: -10px
  }

  .c-tab__list li {
    width: calc((100% - 40px)/3);
    margin: 0 10px
  }

  .c-tab__list li a {
    font-size: 1.5rem;
    border-bottom-width: 2px
  }
}

.c-table {
  width: 100%;
  display: table;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  box-sizing: border-box
}

.c-table--equal {
  table-layout: fixed
}

.c-table.noborder {
  border: none
}

.c-table__row {
  display: table-row
}

.c-table__th,
.c-table__td {
  display: table-cell;
  border: 1px solid #dcdcdc;
  padding: 15px;
  box-sizing: border-box
}

.c-table__row:last-child .c-table__th,
.c-table__row:last-child .c-table__td {
  border-bottom: none
}

.noborder .c-table__th,
.noborder .c-table__td {
  border: none;
  padding: 0
}

.c-table__th._bg,
.c-table__td._bg {
  background-color: #FAFAFA
}

@media screen and (max-width: 640px) {

  .c-table__th,
  .c-table__td {
    padding: 10px
  }
}

@media screen and (max-width: 640px) {
  .c-table__th {
    border-right: none
  }
}

@media screen and (max-width: 640px) {
  .c-table__td {
    border-left: none
  }
}

.c-pricetable {
  table-layout: fixed;
  font-size: 14px
}

.c-pricetable .c-table__th,
.c-pricetable .c-table__td,
.c-pricetable th,
.c-pricetable td {
  padding: 15px;
  vertical-align: top;
  background-color: #fff;
  line-height: 1.4
}

.c-pricetable .c-table__th small,
.c-pricetable .c-table__td small,
.c-pricetable th small,
.c-pricetable td small {
  margin-top: 0
}

.c-pricetable .c-table__th._bg,
.c-pricetable .c-table__td._bg,
.c-pricetable th._bg,
.c-pricetable td._bg {
  background-color: #FAFAFA
}

.c-pricetable .c-table__th._bold,
.c-pricetable .c-table__td._bold,
.c-pricetable th._bold,
.c-pricetable td._bold {
  font-weight: bold
}

.c-pricetable .c-table__th .caption,
.c-pricetable .c-table__td .caption,
.c-pricetable th .caption,
.c-pricetable td .caption {
  display: inline;
  margin-top: 0;
  font-weight: normal;
  font-size: 12px
}

@media screen and (max-width: 640px) {
  .c-pricetable .c-table__th {
    border: 1px solid #dcdcdc
  }
}

@media screen and (max-width: 640px) {
  .c-pricetable--sp_v {
    display: block
  }

  .c-pricetable--sp_v .c-table__row,
  .c-pricetable--sp_v .c-table__th,
  .c-pricetable--sp_v .c-table__td,
  .c-pricetable--sp_v th,
  .c-pricetable--sp_v td {
    display: block;
    border: none;
    border-top: 1px solid #dcdcdc
  }

  .c-pricetable--sp_v .c-table__row p,
  .c-pricetable--sp_v .c-table__th p,
  .c-pricetable--sp_v .c-table__td p,
  .c-pricetable--sp_v th p,
  .c-pricetable--sp_v td p {
    margin: 0
  }

  .c-pricetable--sp_v .c-table__row._flexbox,
  .c-pricetable--sp_v .c-table__th._flexbox,
  .c-pricetable--sp_v .c-table__td._flexbox,
  .c-pricetable--sp_v th._flexbox,
  .c-pricetable--sp_v td._flexbox {
    display: flex;
    justify-content: space-between
  }

  .c-pricetable--sp_v .c-table__row._flexbox p,
  .c-pricetable--sp_v .c-table__th._flexbox p,
  .c-pricetable--sp_v .c-table__td._flexbox p,
  .c-pricetable--sp_v th._flexbox p,
  .c-pricetable--sp_v td._flexbox p {
    margin: 0
  }

  .c-pricetable--sp_v .c-table__row:first-child,
  .c-pricetable--sp_v .c-table__th:first-child,
  .c-pricetable--sp_v .c-table__td:first-child,
  .c-pricetable--sp_v th:first-child,
  .c-pricetable--sp_v td:first-child {
    border-top: none
  }
}

@media screen and (max-width: 640px) {
  .c-scrollContents {
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    position: relative
  }
}

@media screen and (max-width: 640px) {
  .c-scrollContents__inner {
    overflow: scroll
  }

  .c-scrollContents__inner .c-pricetable--museum {
    width: 420px
  }

  .c-scrollContents__inner .c-pricetable--park1 {
    width: 580px
  }
}

@media screen and (max-width: 640px) {
  .c-scrollContents__inner2 {
    width: max-content;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box
  }
}

.c-scrollContents__btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all .2s;
  display: none
}

._scrolled .c-scrollContents__btn {
  opacity: 0;
  visibility: hidden
}

.c-scrollContents__btn:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -1px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg) translate(0, -50%)
}

@media screen and (max-width: 640px) {
  .c-scrollContents__btn {
    display: block
  }
}

table.c-table {
  width: 100%;
  border-collapse: collapse
}

table.c-table th,
table.c-table td {
  padding: 10px 15px;
  border: 1px solid #dcdcdc
}

table.c-table th._bg,
table.c-table td._bg {
  background-color: #FAFAFA
}

table.c-table th:where {
  text-align: center
}

table.c-table.c-table--price td {
  text-align: right
}

@media screen and (max-width: 640px) {

  table.c-table th,
  table.c-table td {
    padding: 10px
  }
}

.c-discount em {
  font-style: normal;
  color: #DC503C;
  font-weight: bold
}

@media screen and (max-width: 640px) {
  .c-discount {
    font-size: 0
  }

  .c-discount s,
  .c-discount em {
    display: block;
    font-size: 1.44rem
  }

  .c-discount em {
    font-size: 1.6rem
  }
}

.c-table2 {
  border: 1px solid #A0A0A0;
  margin-bottom: 60px;
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .c-table2 {
    font-size: 1.2rem
  }
}

.c-table2__row {
  border-bottom: 1px solid #A0A0A0;
  display: flex;
  padding: 15px 15px 15px 30px
}

.c-table2__row:last-of-type {
  border-bottom: none
}

@media screen and (max-width: 640px) {
  .c-table2__row {
    flex-direction: column
  }
}

.c-table2__th {
  width: 170px;
  font-weight: bold
}

@media screen and (max-width: 640px) {
  .c-table2__th {
    width: auto;
    margin-bottom: 5px;
    font-weight: bold
  }
}

.c-table2__td {
  flex: 1
}

.c-table2__td p,
.c-table2__td div,
.c-table2__td ul,
.c-table2__td table {
  margin-bottom: 1em
}

.c-table2__td p:last-child,
.c-table2__td div:last-child,
.c-table2__td ul:last-child,
.c-table2__td table:last-child {
  margin-bottom: 0
}

.c-table2__td table th,
.c-table2__td table td {
  vertical-align: top
}

.c-table2__td table th {
  font-family: var(--font-family);
  font-weight: bold
}

.js-accordion__btn {
  cursor: pointer
}

.js-accordion__btn .icon-plus {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: 10px;
  right: 10px
}

.js-accordion__btn .icon-plus:before,
.js-accordion__btn .icon-plus:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.js-accordion__btn .icon-plus:before {
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px
}

.js-accordion__btn .icon-plus:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px
}

.is-open .js-accordion__btn .icon-plus:before,
.is-open .js-accordion__btn .icon-plus:after {
  transform: rotate(45deg)
}

@media screen and (max-width: 640px) {
  .js-accordion__btn .icon-plus {
    width: 30px;
    height: 30px
  }
}

.js-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.is-overflow-visible .js-accordion__content {
  overflow: visible
}

.c-selectMenu {
  height: 50px;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  z-index: 10
}

.c-selectMenu .icon-select {
  position: absolute;
  width: 10px;
  height: 15px;
  top: 17px;
  right: 15px;
  z-index: 1
}

.c-selectMenu.is-open {
  height: auto;
  overflow: visible;
  background-color: #fff
}

.c-selectMenu:hover .icon-select {
  fill: #fff
}

@media screen and (max-width: 640px) {
  .c-selectMenu {
    margin-left: 20px;
    margin-right: 20px
  }
}

.c-selectMenu__list {
  width: 100%;
  top: 0
}

.c-selectMenu__list li a {
  display: block;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none
}

.c-selectMenu__list li a:hover {
  background-color: #000;
  color: #fff
}

.c-selectMenu__list li a:hover svg {
  fill: #fff
}

.c-indentList li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.6
}

@media screen and (max-width: 960px) {
  .c-indentList li {
    font-size: 1.2rem
  }
}

.c-indentList.kome li:before {
  content: "※"
}

.c-indentList.maru li:before {
  content: "●"
}

.page-english .c-indentList.kome li:before,
.page-en .c-indentList.kome li:before {
  content: "*"
}

@media screen and (max-width: 640px) {
  .c-indentList li {
    margin-bottom: 3px
  }
}

.c-calendarDate {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2.8rem
}

.c-calendarDate p {
  /* font-family: europa, sans-serif; */
  line-height: 1.0;
  font-weight: bold;
  letter-spacing: 0.1em
}

.c-calendarDate .slash {
  margin: 0 .8em
}

.c-calendarDate .week {
  margin-left: 0.8em;
  font-size: 1.5rem
}

@media screen and (max-width: 640px) {
  .c-calendarDate {
    font-size: 2.0rem
  }

  .c-calendarDate .slash {
    margin: 0 .4em
  }

  .c-calendarDate .week {
    margin-left: 0.4em;
    font-size: 1.3rem
  }
}

.c-pin {
  width: 40px;
  height: 52px;
  text-align: center;
  position: absolute
}

.c-pin svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.c-pin span {
  display: block;
  position: relative;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  line-height: 38px;
  z-index: 1
}

.c-comingsoon {
  /* font-family: europa, sans-serif; */
  text-align: center;
  letter-spacing: 0.1em
}

.c-caption {
  font-size: 1.2rem
}

@media screen and (max-width: 640px) {
  .c-caption {
    font-size: 1.1rem
  }
}

.c-imagetext {
  display: flex;
  justify-content: space-between;
  position: relative
}

.c-imagetext+.c-imagetext {
  margin-top: 60px
}

.c-imagetext.c-col--1_3 {
  justify-content: flex-start;
  flex-direction: column
}

.c-imagetext.c-col--1_3+.c-imagetext {
  margin-top: 0
}

@media screen and (max-width: 960px) {
  .c-imagetext {
    flex-direction: column
  }

  .c-imagetext+.c-imagetext {
    margin-top: 60px
  }
}

.c-imagetext__image {
  width: 50%
}

.c-imagetext__image .slick-dots {
  position: absolute;
  bottom: -18px
}

.c-col--1_3 .c-imagetext__image {
  width: 100%
}

@media screen and (max-width: 960px) {
  .c-imagetext__image {
    width: 100%
  }
}

.c-imagetext__text {
  width: 42.85714%;
  padding-top: 40px;
  letter-spacing: 0.05em
}

.c-col--1_3 .c-imagetext__text {
  width: 100%
}

@media screen and (max-width: 960px) {
  .c-imagetext__text {
    width: 100%;
    padding-top: 20px
  }
}

.c-imagetext__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px
}

@media screen and (max-width: 960px) {
  .c-imagetext__title {
    font-size: 1.62rem
  }
}

.c-col--1_3 .c-imagetext__title {
  font-size: 1.5rem;
  margin-bottom: 10px
}

@media screen and (max-width: 960px) {
  .c-col--1_3 .c-imagetext__title {
    font-size: 1.2rem
  }
}

.c-imagetext__title:only-child {
  padding-top: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.c-imagetext__price {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.0
}

@media screen and (max-width: 960px) {
  .c-imagetext__price {
    font-size: 1.2rem
  }
}

.c-imagetext__description {
  margin-top: 40px;
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .c-imagetext__description {
    font-size: 1.2rem
  }
}

.c-imagetext__description p {
  margin-bottom: 1em
}

.c-imagetext__description p:last-child {
  margin-bottom: 0
}

.c-imagetext__description a {
  color: #DC503C;
  text-decoration: underline
}

.c-imagetext__description a:hover {
  text-decoration: none
}

.c-col--1_3 .c-imagetext__description {
  margin-top: 20px
}

@media screen and (max-width: 960px) {
  .c-imagetext__description {
    margin-top: 20px
  }
}

@media screen and (max-width: 960px) {
  .slick-dotted.slick-slider {
    margin-bottom: 40px
  }
}

.c-imagetext__slider__item {
  position: relative
}

.c-imagetext__slider__item:before {
  content: "";
  display: block;
  padding-top: 67%
}

.c-imagetext__slider__item img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%
}

.c-modalbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden
}

.modal--open .c-modalbg {
  opacity: 1;
  visibility: visible
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden
}

.modal--open .c-modal {
  opacity: 1;
  visibility: visible
}

.c-modalContent {
  background-color: #fff;
  padding: 60px;
  margin: 60px auto;
  max-width: 640px;
  position: relative
}

.c-modalContent div {
  margin-bottom: 1em
}

.c-modalContent div:last-child {
  margin-bottom: 0
}

.c-modalContent div.date {
  /* font-family: europa, sans-serif; */
  letter-spacing: 0.04em;
  font-weight: bold
}

.c-modalContent div.title {
  font-size: 1.8rem;
  font-weight: bold
}

.c-modalContent a {
  text-decoration: underline
}

.c-modalContent a:hover {
  text-decoration: none
}

@media screen and (max-width: 960px) {
  .c-modalContent {
    padding: 20px;
    margin: 20px
  }
}

.c-modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer
}

.c-modalClose:before,
.c-modalClose:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -14px
}

.c-modalClose:before {
  transform: rotate(45deg)
}

.c-modalClose:after {
  transform: rotate(-45deg)
}

.c-infotitle {
  text-align: center;
  font-size: 40px;
  line-height: 1.0;
  /* font-family: europa, sans-serif; */
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.0
}

.c-infotitle+div {
  margin-top: 30px
}

@media screen and (max-width: 640px) {
  .c-infotitle {
    font-size: 32px
  }
}

.c-pageIntro {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: center
}

.c-pageIntro * {
  font-weight: bold
}

.c-pageIntro>*+* {
  margin-top: 1em
}

.c-pageIntro h1 {
  font-size: 2.4rem;
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .c-pageIntro h1 {
    font-size: 2.16rem
  }
}

.c-pageIntro h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6
}

@media screen and (max-width: 960px) {
  .c-pageIntro h2 {
    font-size: 2.16rem
  }
}

.c-pageIntro p {
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .c-pageIntro p {
    font-size: 1.2rem
  }
}

.c-pageIntro a {
  text-decoration: underline
}

.c-pageIntro a:hover {
  text-decoration: none
}

@media screen and (max-width: 960px) {
  .c-pageIntro {
    margin-bottom: 40px
  }

  .c-pageIntro h2 {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-pageIntro h2 {
    font-size: 1.62rem
  }
}

@media screen and (max-width: 960px) {
  .c-pageIntro h2 span {
    display: block
  }

  .c-pageIntro p {
    /* text-align: left */
  }

  .c-pageIntro p br {
    display: none
  }
}

img.c-protector {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate(0, 0) !important
}

.l-homeInfo {
  padding-top: 10px
}

@media screen and (max-width: 640px) {
  .l-homeInfo {
    padding-top: 40px
  }
}

.l-homeInfo__inner {
  max-width: 560px;
  margin-left: auto;
  position: relative
}

.l-homeInfo__inner .date {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.0
}

.l-homeInfo__inner .date span {
  display: inline-block;
  background-color: #fff;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 3px 10px
}

.l-homeInfo__inner .c-box2 {
  padding: 15px 20px;
  margin-bottom: 0
}

.l-homeInfo__inner .c-box2+.c-box2 {
  margin-top: -25px
}

@media screen and (max-width: 960px) {
  .l-homeInfo__inner .c-box2 {
    padding: 0;
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0
  }

  .l-homeInfo__inner .c-box2+.c-box2 {
    margin-top: 0
  }
}

.l-homeInfo__inner .c-box2__title {
  margin-bottom: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: left
}

@media screen and (max-width: 960px) {
  .l-homeInfo__inner .c-box2__title {
    font-size: 1.44rem
  }
}

.l-homeInfo__inner .c-box2__text {
  margin-top: 5px
}

.l-homeInfo__inner .c-box2__text p {
  font-size: 1.4rem;
  font-weight: normal
}

@media screen and (max-width: 960px) {
  .l-homeInfo__inner .c-box2__text p {
    font-size: 1.2rem
  }
}

.l-homeInfo__inner .c-box2__text a {
  text-decoration: underline
}

.l-homeInfo__inner .c-box2__text a:hover {
  text-decoration: none
}

.l-homeInfo__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.0;
  z-index: 10
}

.l-homeInfo__title span {
  display: inline-block;
  background-color: #fff;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 3px 10px
}

@media screen and (max-width: 960px) {
  .l-homeInfo__title {
    margin-bottom: 5px;
    position: relative;
    text-align: left
  }

  .l-homeInfo__title span {
    padding: 0;
    letter-spacing: 0.1em
  }
}

.l-homeInfo__slider {
  padding-top: 10px;
  opacity: 0;
  transition: opacity 1s
}

.l-homeInfo__slider.slick-initialized {
  opacity: 1
}

.l-homeInfo__slider .slick-dots li {
  margin: 0 3px
}

.l-homeInfo__item {
  font-size: 1.4rem;
  border: 1px solid #000;
  padding: 20px;
  box-sizing: border-box
}

@media screen and (max-width: 960px) {
  .l-homeInfo__item {
    font-size: 1.2rem
  }
}

.l-homeInfo__item a {
  text-decoration: underline
}

.l-homeInfo__item a:hover {
  text-decoration: none
}

@media screen and (max-width: 960px) {
  .l-homeInfo__item {
    padding: 0;
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0
  }
}

@media screen and (max-width: 960px) {
  .l-hero {
    margin-top: 90px
  }
}

.l-hero__inner {
  position: relative
}

.l-hero__info {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 440px;
  background-color: #fff;
  padding: 30px 0
}

@media screen and (max-width: 960px) {
  .l-hero__info {
    position: relative;
    bottom: auto;
    width: auto;
    padding: 0 10px;
    margin-top: 25px
  }
}

.l-hero__image {
  margin-left: 300px;
  position: relative;
  opacity: 0;
  transition: opacity 1s
}

.l-hero__image .slick-dots {
  position: absolute;
  bottom: -15px;
  margin-top: 0
}

.is-loaded .l-hero__image {
  opacity: 1
}

@media screen and (max-width: 960px) {
  .l-hero__image {
    margin-left: -10px;
    margin-right: -10px
  }
}

.l-hero__image__item {
  position: relative
}

.l-hero__image__item:before {
  content: "";
  display: block;
  padding-top: 64.30233%
}

.l-hero__image__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.l-hero__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: .9rem;
  color: #808080;
  line-height: 1.7;
  padding: 10px;
  letter-spacing: 0.025em
}

@media screen and (max-width: 960px) {
  .l-hero__caption {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 960px) {
  .l-hero__caption {
    left: 0;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    box-sizing: border-box;
    font-size: .9rem;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.7)
  }
}

.l-homeContents {
  padding: 50px 0
}

@media screen and (max-width: 960px) {
  .l-homeContents {
    margin-top: 40px;
    padding: 0
  }

  .l-homeContents .c-col--1_2 {
    margin-bottom: 40px
  }
}

div.l-homeContents__middle {
  margin-top: 40px
}

@media screen and (max-width: 960px) {
  div.l-homeContents__middle {
    margin-top: 0;
    margin-bottom: 10px
  }

  div.l-homeContents__middle .c-imagebox a {
    flex-direction: column
  }

  div.l-homeContents__middle .c-imagebox__image,
  div.l-homeContents__middle .c-imagebox__info {
    width: 100%
  }

  div.l-homeContents__middle .c-imagebox__image {
    width: calc(100% - 60px);
    margin: auto;
    padding: 0
  }

  div.l-homeContents__middle .c-imagebox__info {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0
  }
}

.l-homeContents__bottom {
  margin-top: 80px
}

.l-homeContents__bottom>div {
  height: 35vw;
  border: 1px solid #dcdcdc;
  box-sizing: border-box
}

@media screen and (max-width: 960px) {
  .l-homeContents__bottom {
    margin-top: 0px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
  }

  .l-homeContents__bottom>div {
    height: 390px
  }

  .l-homeContents__bottom.l-tachikawamap {
    margin-top: 60px
  }
}

.l-twitterbox {
  overflow: scroll
}

.l-instagramList {
  display: flex;
  flex-wrap: wrap
}

.l-instagramList li {
  width: 50%
}

.l-instagramList li a {
  display: block
}

.l-instagram__title a {
  display: flex;
  align-items: center;
  flex-direction: column
}

.l-instagram__title svg {
  width: 20px;
  height: 20px
}

.l-about {
  margin-top: 50px;
  margin-bottom: 80px
}

.l-about:last-child {
  margin-bottom: 0
}

.l-about>section {
  margin-bottom: 60px
}

.l-about>section:last-child {
  margin-bottom: 0
}

.l-aboutMenu {
  margin-bottom: 100px;
  /* margin-top: -30px */
}

@media screen and (max-width: 960px) {
  .l-aboutMenu {
    margin-top: 0;
    margin-bottom: 60px
  }
}

.l-aboutMenu__list {
  display: flex;
  flex-wrap: wrap;
  /* border-bottom: 1px solid #E6E6E6; */
  /* border-right: 1px solid #E6E6E6; */
}

.l-aboutMenu__list li {
  width: calc(100% / 3);
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}

.l-aboutMenu__list li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color .2s
}

.l-aboutMenu__list li a:hover {
  text-decoration: none;
  background-color: #E6E6E6
}

@media screen and (min-width: 641px) {
  .l-aboutMenu__list li:nth-child(3),
  .l-aboutMenu__list li:last-child {
    border-right: 1px solid #E6E6E6;
  }
  .l-aboutMenu__list li:not(:nth-child(3)~*) {
    border-top: 1px solid #E6E6E6;
  }
}

@media screen and (max-width: 640px) {
  .l-aboutMenu__list li {
    width: calc(100% / 2);
    text-align: left
  }

  .l-aboutMenu__list li:nth-child(2),
  .l-aboutMenu__list li:last-child {
    border-right: 1px solid #E6E6E6;
  }
  .l-aboutMenu__list li:not(:nth-child(2)~*) {
    border-top: 1px solid #E6E6E6;
  }

  .l-aboutMenu__list li a {
    box-sizing: border-box;
    padding-left: 30px;
    height: 100%;
    position: relative
  }

  .l-aboutMenu__list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 22px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent
  }
}

.l-about__title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .l-about__title {
    font-size: 2.16rem
  }
}

@media screen and (max-width: 640px) {
  .l-about__title {
    margin-bottom: 30px
  }
}

.l-aboutFastpass {
  margin-top: 30px !important;
  margin-bottom: 40px !important
}

.l-aboutFastpass h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.8rem
}

.l-aboutFastpass p {
  margin-bottom: 15px
}

.l-aboutFastpass .c-btn {
  max-width: 260px;
  color: #000;
  text-decoration: none
}

.l-aboutFastpass .c-btn:hover {
  color: #fff
}

.l-museumIndexIntro {
  margin-bottom: 40px
}

.l-museumIntroduction.c-text h2,
.l-museumIntroduction.l-workshopList h2 {
  letter-spacing: 0.04em;
  margin-left: -.5em;
  font-size: 2.4rem
}

@media screen and (max-width: 960px) {

  .l-museumIntroduction.c-text h2,
  .l-museumIntroduction.l-workshopList h2 {
    font-size: 2.16rem
  }
}

.l-exhibitions {
  margin-top: 100px
}

@media screen and (max-width: 960px) {
  .l-exhibitions {
    margin-top: 40px;
    margin-bottom: 60px
  }
}

@media screen and (max-width: 640px) {
  .l-exhibitionsNotice {
    margin-top: 0
  }
}

.l-exhibitionsNoticebox {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #DCDCDC
}

.l-exhibitionsNoticebox.c-box {
  border-color: #141E28
}

.l-exhibitionsNoticebox+.l-exhibitionsNoticebox {
  margin-top: 40px
}

@media screen and (max-width: 960px) {
  .l-exhibitionsNoticebox .c-cols {
    margin-bottom: 0
  }

  .l-exhibitionsNoticebox+.l-exhibitionsNoticebox {
    margin-top: 20px
  }

  .l-exhibitionsNoticebox div.c-col--1_3 {
    margin-bottom: 20px
  }

  .l-exhibitionsNoticebox div.c-col--2_3 {
    margin-bottom: 0
  }

  .l-exhibitionsNoticebox .sp--exhibitionsbox__btn {
    margin-top: 20px
  }
}

.l-archiveLink {
  margin-top: 80px;
  text-align: right
}

.l-archiveLink div {
  padding-top: 15px;
  border-top: 1px solid #dcdcdc
}

.l-archiveLink a {
  font-size: 1.2rem;
  letter-spacing: 0.1em
}

@media screen and (max-width: 640px) {
  .l-archiveLink {
    margin-top: 40px
  }
}

.l-articles {
  margin-top: 100px
}

@media screen and (max-width: 640px) {
  .l-articles {
    margin-top: 50px
  }
}

.l-articles__border {
  padding-top: 80px;
  border-top: 1px solid #dcdcdc
}

@media screen and (max-width: 640px) {
  .l-articles__border {
    padding-top: 40px
  }
}

.l-article {
  padding-top: 60px;
  padding-bottom: 100px
}

.l-article+.l-articles {
  margin-top: 0
}

@media screen and (max-width: 640px) {
  .l-article {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.l-articleThumbnail {
  margin-top: 50px;
  margin-left: -100px;
  margin-right: -100px
}

@media screen and (max-width: 960px) {
  .l-articleThumbnail {
    margin-left: -40px;
    margin-right: -40px
  }
}

@media screen and (max-width: 640px) {
  .l-articleThumbnail {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px
  }
}

.l-articleContent {
  margin-top: 50px
}

@media screen and (max-width: 640px) {
  .l-articleContent {
    margin-top: 30px
  }
}

.l-articleNav {
  margin-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #000;
  position: relative
}

@media screen and (max-width: 640px) {
  .l-articleNav {
    padding-bottom: 80px
  }
}

.l-articleNav a {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04em
}

@media screen and (max-width: 960px) {
  .l-articleNav a {
    font-size: 1.2rem
  }
}

.l-articleNav a svg {
  width: 15px;
  height: 30px
}

.l-articleNav a.index {
  top: 0;
  padding-top: 45px;
  left: 50%;
  transform: translate(-50%, 0)
}

.l-articleNav a.prev {
  left: 0;
  padding-left: 0
}

.l-articleNav a.prev svg {
  margin-right: 15px
}

.l-articleNav a.next {
  right: 0;
  padding-right: 0
}

.l-articleNav a.next svg {
  margin-left: 15px
}

@media screen and (max-width: 640px) {
  .l-articleNav a {
    padding: 20px
  }

  .l-articleNav a.index {
    padding-top: 25px
  }
}

.c-parkHeroSlider,
.c-parkSlider {
  position: relative;
  opacity: 0;
  transition: opacity 1s
}

.c-parkHeroSlider.slick-initialized,
.c-parkSlider.slick-initialized {
  opacity: 1
}

@media screen and (max-width: 640px) {

  .c-parkHeroSlider,
  .c-parkSlider {
    opacity: 1
  }
}

.c-parkHeroSlider .slick-arrow,
.c-parkSlider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  bottom: auto;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center
}

.c-parkHeroSlider .slick-arrow:before,
.c-parkSlider .slick-arrow:before {
  position: static;
  border-color: #fff
}

.c-parkHeroSlider .slick-prev:before,
.c-parkHeroSlider .slick-next:before,
.c-parkSlider .slick-prev:before,
.c-parkSlider .slick-next:before {
  width: 8px;
  height: 8px
}

.c-parkHeroSlider .slick-prev,
.c-parkSlider .slick-prev {
  left: 40px
}

.c-parkHeroSlider .slick-prev:before,
.c-parkSlider .slick-prev:before {
  margin-left: 4px
}

.c-parkHeroSlider .slick-next,
.c-parkSlider .slick-next {
  right: 40px
}

.c-parkHeroSlider .slick-next:before,
.c-parkSlider .slick-next:before {
  margin-right: 4px
}

.c-parkHeroSlider .slick-dots,
.c-parkSlider .slick-dots {
  position: absolute;
  bottom: -30px;
  margin-top: 0
}

@media screen and (max-width: 960px) {

  .c-parkHeroSlider .slick-arrow,
  .c-parkSlider .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -40px
  }

  .c-parkHeroSlider .slick-arrow:before,
  .c-parkSlider .slick-arrow:before {
    width: 6px;
    height: 6px
  }

  .c-parkHeroSlider .slick-prev,
  .c-parkSlider .slick-prev {
    left: 10px
  }

  .c-parkHeroSlider .slick-next,
  .c-parkSlider .slick-next {
    right: 10px
  }

  .c-parkHeroSlider .slick-dots,
  .c-parkSlider .slick-dots {
    bottom: -15px
  }
}

@media screen and (max-width: 960px) {
  .l-parkHeroSlider.slick-dotted.slick-slider {
    margin-bottom: 0
  }
}

.l-parkHeroSlider__item {
  width: 760px !important;
  padding: 0 10px 40px;
  position: relative;
  box-sizing: border-box
}

.l-parkHeroSlider__item a {
  display: block
}

.l-parkHeroSlider__item a:hover .l-parkHeroSlider__content .title {
  text-decoration: underline
}

@media screen and (max-width: 960px) {
  .l-parkHeroSlider__item {
    width: calc(100vw) !important;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
  }
}

.l-parkHeroSlider__media {
  position: relative
}

.l-parkHeroSlider__media:before {
  content: "";
  display: block;
  padding-top: 67%
}

.l-parkHeroSlider__media>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.l-parkHeroSlider__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.l-parkHeroSlider__content {
  width: 100%;
  max-width: 600px;
  padding: 20px 30px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  box-sizing: border-box
}

.l-parkHeroSlider__content .title {
  font-size: 14px;
  font-weight: bold
}

.l-parkHeroSlider__content .text {
  margin-top: .5em;
  font-size: 12px
}

@media screen and (max-width: 960px) {
  .l-parkHeroSlider__content {
    max-width: calc(100vw - 40px);
    position: relative;
    bottom: auto;
    left: auto;
    top: -40px;
    margin: 0 auto;
    transform: translateX(0);
  }
}

.l-parkHeroContent {
  margin-top: 100px;
  margin-bottom: -20px;
  word-break: break-all
}

.l-parkHeroContent a {
  display: block
}

.l-parkHeroContent figure {
  max-width: 560px;
  margin: auto
}

.l-parkHeroContent h3 {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 1em
}

.l-parkHeroContent h3 a {
  font-weight: bold
}

@media screen and (max-width: 640px) {
  .l-parkHeroContent {
    margin-top: 60px;
    margin-bottom: 0
  }

  .l-parkHeroContent h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5em
  }

  .l-parkHeroContent p {
    font-size: 1.4rem
  }
}

.l-parkEvent {
  padding-bottom: 140px
}

.l-parkEvent#GuestEvent {
  padding-bottom: 0
}

@media screen and (max-width: 640px) {
  .l-parkEvent {
    padding-bottom: 70px
  }

  .l-parkEvent:last-child {
    padding-bottom: 0
  }

  .l-parkEvent .u-wrap--middle {
    padding-right: 0;
    padding-left: 0
  }
}

.l-parkEvent__header {
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  text-align: center
}

@media screen and (max-width: 640px) {
  .l-parkEvent__header {
    padding-top: 30px;
    margin-bottom: 30px
  }
}

.l-parkEvent__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px
}

@media screen and (max-width: 640px) {
  .l-parkEvent__title {
    font-size: 1.7rem
  }
}

.l-parkEvent__description p small {
  font-size: 1.4rem
}

@media screen and (max-width: 640px) {
  .l-parkEvent__description p {
    font-size: 1.4rem
  }

  .l-parkEvent__description p small {
    font-size: 1.2rem
  }
}

.l-parkEvent__tags {
  margin-top: 20px;
  display: flex;
  justify-content: center
}

.l-parkEvent__tags p {
  padding: 0 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 40px;
  margin-right: 20px;
  font-weight: bold
}

.l-parkEvent__tags p:last-child {
  margin-right: 0
}

.l-parkEvent__tags p.pay {
  background-color: #DC503C
}

.l-parkEvent__tags p.forfree {
  background-color: #00A99D
}

@media screen and (max-width: 640px) {
  .l-parkEvent__tags p {
    padding: 10px 15px;
    font-size: 1.3rem;
    line-height: 1.0;
    margin-right: 10px
  }
}

.l-parkEvent__slider .slick-arrow {
  top: 135px
}

@media screen and (max-width: 640px) {
  .l-parkEvent__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media screen and (max-width: 640px) {
  .l-parkEvent__article {
    width: calc((100% - 15px)/2);
    margin-top: 40px
  }

  .l-parkEvent__article:nth-child(-n+2) {
    margin-top: 0
  }
}

.l-parkEvent__article .c-infobox {
  width: 360px;
  padding: 0 20px
}

@media screen and (max-width: 640px) {
  .l-parkEvent__article .c-infobox {
    width: 100%;
    padding: 0
  }
}

.l-parkNotice {
  padding-top: 50px;
  line-height: 2.0;
  letter-spacing: 0.1em
}

.l-parkNotice h2 {
  margin-bottom: 2em;
  font-size: 2.0rem;
  font-weight: bold
}

.l-parkNotice p {
  font-size: 1.6rem;
  margin-bottom: 1.5em
}

.l-parkNotice p:last-child {
  margin-bottom: 0
}

.l-parkNotice a {
  color: #DC503C;
  text-decoration: underline
}

.l-parkNotice a:hover {
  text-decoration: none
}

@media screen and (max-width: 1080px) {
  .l-parkNotice {
    padding-top: 0
  }
}

@media screen and (max-width: 960px) {
  .l-parkNotice {
    margin-bottom: 50px;
    line-height: 1.8
  }

  .l-parkNotice h2 {
    margin-bottom: 1.5em;
    font-size: 1.8rem
  }

  .l-parkNotice p {
    font-size: 1.4rem
  }
}

.l-parkEvents {
  margin-top: 60px
}

@media screen and (max-width: 960px) {
  .l-parkEvents {
    margin-top: 30px
  }
}

.l-parkEvents__image,
.l-parkEvents__images {
  margin-bottom: 20px
}

.l-parkEvents__image a,
.l-parkEvents__images a {
  display: block;
  overflow: hidden
}

.l-parkEvents__image a img,
.l-parkEvents__images a img {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.l-parkEvents__image a:hover img,
.l-parkEvents__images a:hover img {
  transform: scale(1.05)
}

.l-parkEvents__title {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.05em
}

@media screen and (max-width: 960px) {
  .l-parkEvents__title {
    font-size: 1.6rem
  }
}

.l-parkEvents__open {
  margin-top: 10px;
  margin-bottom: 8px
}

.l-parkEvents__open span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1.0;
  padding: 5px 10px;
  font-size: 1.5rem
}

@media screen and (max-width: 960px) {
  .l-parkEvents__open span {
    font-size: 1.4rem
  }
}

.l-parkEvents__text {
  margin-top: 5px;
  letter-spacing: 0.05em
}

.l-parkEvents__text a {
  color: #DC503C
}

@media screen and (max-width: 960px) {
  .l-parkEvents__text {
    font-size: 1.4rem
  }
}

.l-parkEvents__btn {
  margin-top: 15px
}

@media screen and (max-width: 960px) {
  .l-parkEvents__btn .c-btn {
    max-width: 280px
  }
}

.l-parkCalendar {
  margin-top: 70px
}

.l-parkCalendar iframe {
  width: 100%;
  height: 500px;
  border: 0
}

.l-parkCalendar h2 {
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .l-parkCalendar {
    margin-top: 40px
  }

  .l-parkCalendar iframe {
    height: 500px
  }
}

.l-parkCalendar__item {
  margin-top: 40px
}

.l-parkCalendar__item:first-of-type {
  margin-top: 0
}

.l-parkmain {
  margin-top: 80px
}

@media screen and (max-width: 960px) {
  .l-parkmain {
    margin-top: 40px
  }
}

.l-parkintro__box {
  max-width: 760px;
  margin-left: auto;
  position: relative;
  z-index: 1
}

.l-parkmain__image {
  margin-top: 80px;
  position: relative;
  z-index: 0
}

@media screen and (max-width: 960px) {
  .l-parkmain__image {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px
  }
}

.l-parktodays {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 70px 0;
  background-color: #f5f5f5
}

.l-parktodays header {
  margin-bottom: 40px;
  text-align: center
}

.l-parktodays h2 {
  margin-bottom: 20px;
  font-weight: bold
}

#event .l-parktodays,
.post-type-archive-event .l-parktodays {
  margin-top: 60px
}

.l-parktodays .c-section__btn {
  margin-bottom: 0
}

@media screen and (max-width: 640px) {
  .l-parktodays {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 35px 0
  }

  .l-parktodays header {
    margin-bottom: 30px
  }

  .l-parktodays h2 {
    margin-bottom: 10px
  }

  .l-parktodays .c-section__btn {
    margin-top: 15px
  }

  .l-parktodays .c-cols {
    margin-bottom: 0
  }

  .l-parktodays li.c-col--1_3 {
    margin-bottom: 20px
  }
}

.l-faq__title {
  margin-bottom: 50px;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  line-height: 1.0
}

@media screen and (max-width: 960px) {
  .l-faq__title {
    font-size: 2.16rem
  }
}

@media screen and (max-width: 640px) {
  .l-faq__title {
    margin-bottom: 25px
  }
}

.l-faq__stitle {
  margin-bottom: 30px;
  /* font-family: europa, sans-serif; */
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  line-height: 1.0
}

@media screen and (max-width: 960px) {
  .l-faq__stitle {
    font-size: 1.53rem
  }
}

@media screen and (max-width: 640px) {
  .l-faq__stitle {
    margin-bottom: 15px;
    text-align: center
  }
}

.l-faqList {
  margin-bottom: 60px;
  border: 1px solid #000
}

@media screen and (max-width: 640px) {
  .l-faqList {
    margin-bottom: 30px
  }
}

.l-faqList__item {
  border-bottom: 1px solid #000
}

.l-faqList__item:last-child {
  border-bottom: none
}

.l-faqList__q {
  padding: 15px 75px 15px 60px;
  position: relative
}

.l-faqList__q:before {
  content: "Q";
  display: block;
  /* font-family: europa, sans-serif; */
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.0;
  position: absolute;
  left: 20px;
  top: 15px
}

@media screen and (max-width: 960px) {
  .l-faqList__q:before {
    font-size: 2.16rem
  }
}

.l-faqList__q:hover {
  text-decoration: underline
}

@media screen and (max-width: 640px) {
  .l-faqList__q {
    padding: 12px 50px 12px 35px
  }

  .l-faqList__q:before {
    left: 10px;
    top: 14px
  }
}

.l-faqList__a>div {
  padding: 0 75px 15px 60px
}

@media screen and (max-width: 640px) {
  .l-faqList__a>div {
    padding: 0 50px 15px 35px
  }
}

.l-playgroundmain {
  margin-bottom: 100px;
  position: relative
}

@media screen and (max-width: 640px) {
  .l-playgroundmain {
    margin-bottom: 50px
  }
}

.l-playgroundmain__pins a {
  position: absolute
}

.l-playgroundmain__pins a.c-pin--1 {
  top: 35%;
  left: 35%
}

.l-playgroundmain__pins a.c-pin--2 {
  top: 30%;
  right: 14%
}

.l-playgroundmain__pins a.c-pin--3 {
  top: 17%;
  right: 3%
}

.l-playgroundmain__pins a.c-pin--4 {
  top: 16%;
  right: 30%
}

.l-playgroundmain__pins a.c-pin--5 {
  top: 8%;
  right: 46%
}

.l-playgroundmain__pins a.c-pin--6 {
  top: 8%;
  right: 25%
}

.l-playgroundmain__pins a.c-pin--7 {
  bottom: 30%;
  left: 7%
}

.l-playgroundmain__text {
  margin-top: 20px
}

.l-playgroundBox {
  padding-top: 20px
}

.l-playgroundBox a {
  display: block;
  cursor: pointer;
  text-decoration: underline
}

.l-playgroundBox a:hover {
  text-decoration: none
}

.l-playgroundList {
  counter-reset: num
}

.l-playgroundList>div {
  counter-increment: num 1
}

.l-playgroundBox__title {
  font-weight: bold;
  /* padding-left: 39px; */
  position: relative;
}

.l-playgroundBox__title:before {
  /* display: block; */
  display: none;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  color: #DC503C;
  border: 2px solid #DC503C;
  text-align: center;
  border-radius: 50%;
  /* font-family: europa, sans-serif; */
  line-height: 24px;
  font-size: 14px
}

.l-playgroundBox__title button {
  display: inline-block;
  line-height: 24px;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: underline
}

.l-playgroundBox__title button:hover,
.l-playgroundBox__title button:focus {
  color: #000;
  text-decoration: none
}

.l-playgroundBox__title .c-pin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

@media screen and (max-width: 640px) {
  .l-playgroundBox__title {
    padding-top: 0
  }
}

.l-playgroundmain__image {
  background-color: #FAF5E2;
  padding: 40px;
}
.l-playgroundmain__image img {
  mix-blend-mode: multiply;
}

.l-playgroundmain__image,
.l-playgroundBox__image {
  position: relative
}

.l-playgroundmain__image .c-image-notice,
.l-playgroundBox__image .c-image-notice {
  right: 10px;
  bottom: 10px;
  padding: 10px 30px
}

@media screen and (max-width: 640px) {
  .l-playgroundmain__image {
    margin-right: -20px;
    margin-left: -20px;
    aspect-ratio: 1/1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.l-playgroundBox__image {
  margin-bottom: 25px
}

.l-playgroundBox__text {
  font-size: 1.5rem
}

.l-playgroundBox__text p {
  margin-bottom: 1em
}

.l-playgroundBox__text p:last-child {
  margin-bottom: 0
}

.l-playgroundBox__text a {
  color: #DC503C;
  text-decoration: underline
}

.l-playgroundBox__text a:hover {
  text-decoration: none
}

.l-playgroundSubList>div {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.l-playgroundSubList>div>div {
  padding-right: 20px;
  flex: 1
}

.l-playgroundSubList>div figure {
  width: 150px
}

.l-playgroundSubList>div:after {
  content: "";
  display: block;
  clear: both
}

.l-playgroundSubList>div p+p {
  margin-top: 1.6rem
}

@media screen and (max-width: 640px) {
  .l-playgroundSubList>div figure {
    width: 120px
  }
}

@media screen and (max-width: 640px) {
  .l-magazine+.l-magazine {
    margin-top: 0
  }
}

.l-calendar iframe {
  width: 100%;
  height: 600px
}

@media screen and (max-width: 640px) {
  .l-calendar {
    height: 300px
  }
}

.l-cafeCaption {
  margin-bottom: -50px
}

.l-cafeCaption p {
  margin-bottom: 10px
}

.l-cafeCaption p:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 960px) {
  .l-cafeCaption {
    margin-bottom: -25px
  }

  .l-cafeCaption ul {
    flex-direction: column;
    text-align: center
  }

  .l-cafeCaption ul li {
    margin-right: 0
  }
}

.l-cafeSection h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em
}

@media screen and (max-width: 960px) {
  .l-cafeSection h2 {
    font-size: 1.62rem
  }
}

.l-cafeSection h2 span {
  position: relative;
  display: inline-block
}

.l-cafeSection h2 span:before,
.l-cafeSection h2 span:after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%
}

.l-cafeSection h2 span:before {
  left: -62px
}

.l-cafeSection h2 span:after {
  right: -62px
}

@media screen and (max-width: 960px) {
  .l-cafeSection h2 {
    margin-bottom: 30px
  }
}

.l-cafeSection__description {
  font-size: 1.4rem;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px
}

@media screen and (max-width: 960px) {
  .l-cafeSection__description {
    font-size: 1.2rem
  }
}

.l-cafeSection__description+.l-cafeSection__caption {
  margin-top: 0
}

.l-cafeSection__caption {
  margin-top: 30px;
  color: #646464;
  font-size: 1rem
}

@media screen and (max-width: 960px) {
  .l-cafeSection__caption {
    font-size: 1.2rem
  }
}

.l-shopMenu {
  margin-top: 60px;
  margin-bottom: 40px
}

.l-shopDescription {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px
}

.l-omakeContents {
  /* padding-top: 100px */
}

@media screen and (max-width: 640px) {
  .l-omakeContents {
    padding-top: 60px
  }
}

.l-omakeContentsHeader {
  text-align: center
}

.l-omakeContentsHeader__title {
  text-align: center;
  line-height: 1.0
}

.l-omakeContentsHeader__title h1 {
  font-size: 4.0rem;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.1em
}

.l-omakeContentsHeader__title p {
  margin-top: 10px;
  font-size: 1.4rem;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.1em
}

.tax-omake-tag .l-omakeContentsHeader__title h1,
.tag-play-home .l-omakeContentsHeader__title h1 {
  font-size: 6.0rem;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .l-omakeContentsHeader__title h1 {
    font-size: 3.0rem
  }

  .l-omakeContentsHeader__title p {
    font-size: 1.2rem
  }

  .tax-omake-tag .l-omakeContentsHeader__title h1,
  .tag-play-home .l-omakeContentsHeader__title h1 {
    font-size: 3.0rem
  }
}

.l-omakeContentsHeader__text {
  margin-top: 30px;
  letter-spacing: 0.1em
}

.l-omakeContentsHeader__text p {
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .l-omakeContentsHeader__text p {
    font-size: 1.4rem
  }
}

.l-omakeTag {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 10
}

.l-omakeTag a {
  display: inline-block;
  position: relative;
  z-index: 10
}

.l-omakeTag a svg,
.l-omakeTag a span {
  display: inline-block;
  vertical-align: middle
}

.l-omakeTag a svg {
  width: 28px;
  height: 14px;
  margin-right: 10px
}

.l-omakeTag a span {
  font-size: 1.4rem;
  font-weight: bold
}

.l-omakeTag a:hover span {
  text-decoration: underline
}

.l-omakeTagList {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -2em;
  margin-bottom: -5px
}

.l-omakeTagList li {
  margin-right: 2em;
  margin-bottom: 5px
}

.l-omakeTag__title {
  margin-top: 40px;
  font-size: 3.0rem;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.1em
}

.l-omakeArticles {
  margin-top: 50px;
  position: relative
}

.l-omakeArticles .c-loader {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -2em
}

@media screen and (max-width: 640px) {
  .l-omakeArticles .u-wrap {
    padding-right: 4px;
    padding-left: 4px
  }
}

.l-omakeArticlesList {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0
}

.l-omakeArticles__item {
  width: 12%;
  padding: 4px;
  box-sizing: border-box
}

.l-omakeArticles__item.large {
  width: 36%
}

.l-omakeArticles__item.medium {
  width: 24%
}

.l-omakeArticles__item.small {
  width: 12%
}

@media screen and (max-width: 960px) {
  .l-omakeArticles__item {
    width: 50%
  }

  .l-omakeArticles__item.large {
    width: 60%
  }

  .l-omakeArticles__item.medium {
    width: 40%
  }

  .l-omakeArticles__item.small {
    width: 25%
  }
}

.l-omakeArticles__image {
  border-radius: 4px;
  line-height: 1.0;
  font-size: 0;
  overflow: hidden;
  position: relative
}

.l-omakeArticles__image:before {
  content: "";
  display: block;
  padding-top: 100%
}

.l-omakeArticles__image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.l-omakeArticles__image a:hover img {
  transform: scale(1.03)
}

.l-omakeArticles__image a:hover {
  transform: scale(1.03)
}

.l-omakeArticles__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.small .l-omakeArticles__image:before {
  padding-top: 140%
}

.l-omakeArticles__info {
  padding: 15px 20px 60px
}

.large .l-omakeArticles__info {
  padding-bottom: 100px
}

.medium .l-omakeArticles__info {
  padding-bottom: 60px
}

.small .l-omakeArticles__info {
  padding-bottom: 0
}

@media screen and (max-width: 960px) {
  .l-omakeArticles__info {
    padding: 10px 10px 30px
  }

  .large .l-omakeArticles__info {
    padding-bottom: 50px
  }

  .medium .l-omakeArticles__info {
    padding-bottom: 30px
  }

  .small .l-omakeArticles__info {
    padding-bottom: 0
  }
}

@media screen and (max-width: 640px) {
  .l-omakeArticles__info {
    padding: 5px 5px 15px
  }

  .large .l-omakeArticles__info {
    padding-bottom: 25px
  }

  .medium .l-omakeArticles__info {
    padding-bottom: 15px
  }

  .small .l-omakeArticles__info {
    padding-bottom: 0
  }
}

.l-omakeArticles__title {
  margin-top: 5px;
  letter-spacing: 0.1em
}

.l-omakeArticles__title:only-child {
  margin-top: 0
}

.large .l-omakeArticles__title {
  font-size: 1.6rem
}

.medium .l-omakeArticles__title {
  font-size: 1.4rem
}

@media screen and (max-width: 960px) {
  .large .l-omakeArticles__title {
    font-size: 1.4rem
  }

  .medium .l-omakeArticles__title {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 640px) {
  .large .l-omakeArticles__title {
    font-size: 1.2rem
  }

  .medium .l-omakeArticles__title {
    font-size: 1.0rem
  }
}

@media screen and (max-width: 960px) {
  .l-omakeArticles__tag {
    font-size: 1.1rem;
    line-height: 2.2
  }
}

@media screen and (max-width: 640px) {
  .l-omakeArticles__tag {
    font-size: .9rem
  }
}

.page-load-status {
  text-align: center
}

.infinite-scroll-request {
  padding-bottom: 40px;
  text-transform: uppercase;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.0
}

.infinite-scroll-request span {
  display: inline-block
}

.c-loader,
.c-loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em
}

.c-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ccc;
  transform: translateZ(0);
  animation: load8 .6s infinite linear
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.js-mymodal {
  display: none
}

.js-mymodal.show {
  display: block
}

.l-omakeModal,
.js-mymodal__wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden
}

.canscroll .l-omakeModal,
.canscroll .js-mymodal__wrap {
  display: block;
  padding: 40px 0;
  box-sizing: border-box;
  overflow: scroll
}

.modal--open .l-omakeModal,
.modal--open .js-mymodal__wrap {
  opacity: 1;
  visibility: visible
}

@media screen and (max-height: 768px) {

  .l-omakeModal,
  .js-mymodal__wrap {
    align-items: flex-start;
    overflow: scroll
  }
}

@media screen and (max-width: 960px) {

  .l-omakeModal,
  .js-mymodal__wrap {
    align-items: center
  }

  .canscroll .l-omakeModal,
  .canscroll .js-mymodal__wrap {
    padding: 20px 0
  }
}

.canscroll .js-mymodal__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box
}

@media screen and (max-width: 960px) {
  .js-mymodal__inner {
    padding: 20px
  }
}

.l-omakeModal__box,
.js-mymodal__box {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  height: calc(100vh - 80px);
  max-height: 640px
}

.l-omakeModal__box.w760,
.js-mymodal__box.w760 {
  width: 760px
}

@media screen and (max-width: 960px) {

  .l-omakeModal__box,
  .js-mymodal__box {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px
  }

  .l-omakeModal__box.w760,
  .js-mymodal__box.w760 {
    width: auto;
    max-width: 100%;
    margin: 0
  }
}

@media screen and (max-width: 640px) {

  .l-omakeModal__box,
  .js-mymodal__box {
    width: auto;
    max-height: 480px
  }
}

.js-mymodal__box {
  height: auto;
  max-height: inherit
}

@media screen and (max-height: 768px) {
  .js-mymodal__box {
    margin: 60px 0
  }
}

.js-mymodal__contents {
  padding: 40px
}

.js-mymodal__contents>*+* {
  margin-top: 1.6em
}

.js-mymodal__contents>p+figure {
  margin-top: 2.4em
}

.js-mymodal__contents .title {
  font-size: 20px;
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .js-mymodal__contents {
    padding: 20px
  }
}

.l-omakeModal__image {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80%
}

.l-omakeModal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.l-omakeModal__title {
  padding: 30px 30px 60px;
  font-weight: bold
}

@media screen and (max-width: 640px) {
  .l-omakeModal__title {
    padding: 15px 15px 30px;
    font-size: 1.4rem
  }
}

.l-omakeModal__close,
.js-mymodal__close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  border: 2px solid #000;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.l-omakeModal__close:before,
.l-omakeModal__close:after,
.js-mymodal__close:before,
.js-mymodal__close:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.l-omakeModal__close:before,
.js-mymodal__close:before {
  transform: rotate(45deg)
}

.l-omakeModal__close:after,
.js-mymodal__close:after {
  transform: rotate(-45deg)
}

.l-omakeModal__close:hover,
.js-mymodal__close:hover {
  background-color: #000
}

.l-omakeModal__close:hover:before,
.l-omakeModal__close:hover:after,
.js-mymodal__close:hover:before,
.js-mymodal__close:hover:after {
  background-color: #fff
}

.canscroll .l-omakeModal__close,
.canscroll .js-mymodal__close {
  position: fixed;
  top: 20px;
  right: calc((100% - 760px)/2 - 20px)
}

@media screen and (max-width: 960px) {

  .l-omakeModal__close,
  .js-mymodal__close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px
  }

  .canscroll .l-omakeModal__close,
  .canscroll .js-mymodal__close {
    top: 10px;
    right: 10px
  }
}

.l-playhomeEnter.c-box2 {
  padding: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.l-playhomeEnter.c-box2:hover {
  border-color: #DC503C;
  color: #DC503C
}

.l-playhomeEnterBox a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  padding: 10px;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.l-playhomeEnterBox a svg {
  width: 7px;
  height: 12px;
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.05px;
  transition: stroke 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.l-playhomeEnterBox a:hover {
  color: #DC503C
}

.l-playhomeEnterBox a:hover svg {
  stroke: #DC503C
}

@media screen and (max-width: 960px) {
  .l-playhomeEnterBox a {
    display: block;
    padding: 20px
  }

  .l-playhomeEnterBox a svg {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px
  }
}

.l-playhomeEnterBox__title {
  font-size: 2.0rem;
  /* font-family: europa, sans-serif; */
  font-weight: bold;
  letter-spacing: 0.1em
}

.l-playhomeEnterBox__title span {
  display: inline-block;
  text-align: center
}

.l-playhomeEnterBox__title span:nth-child(6) {
  width: .5em
}

@media screen and (max-width: 960px) {
  .l-playhomeEnterBox__title {
    line-height: 1.0;
    font-size: 1.3rem
  }
}

.l-playhomeEnterBox__text {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em
}

@media screen and (max-width: 960px) {
  .l-playhomeEnterBox__text {
    line-height: 1.0;
    margin-top: 10px;
    font-size: 1.6rem
  }
}

.l-enjoyContents {
  margin-top: 100px;
  counter-reset: enjoy
}

.l-enjoyContents img {
  width: 100%
}

@media screen and (max-width: 960px) {
  .l-enjoyContents {
    margin-top: 50px;
    font-size: 1.3rem
  }
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsLead {
    font-size: 1.4rem
  }
}

.l-enjoyContents__section {
  margin-top: 60px
}

@media screen and (max-width: 960px) {
  .l-enjoyContents__section:first-of-type {
    margin-top: 40px
  }
}

.l-enjoyContents__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-color: #e60000;
  padding: 0 50px 0 20px;
  line-height: 40px;
  display: inline-block;
  position: relative
}

.l-enjoyContents__title:after {
  content: "";
  display: block;
  background: url("../img/enjoy-title-arrow.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 40px;
  right: -10px;
  top: 0
}

@media screen and (max-width: 960px) {
  .l-enjoyContents__title {
    font-size: 1.6rem;
    text-align: center
  }
}

.l-enjoyContentsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsList {
    display: block
  }
}

.l-enjoyContentsList__item {
  padding: 20px 0 80px;
  border-top: 2px solid #000;
  box-sizing: border-box;
  position: relative
}

.l-enjoyContentsList__item:before {
  counter-increment: enjoy;
  content: counter(enjoy);
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 3.6rem;
  font-weight: bold;
  /* font-family: europa, sans-serif; */
  line-height: 1.0
}

.l-enjoyContentsList__item h3 {
  margin-bottom: 40px;
  padding-left: 40px;
  line-height: 36px;
  font-size: 1.9rem;
  font-weight: bold
}

.l-enjoyContentsList__item#Enjoy5 {
  grid-column-end: span 2
}

.l-enjoyContentsList__item#Enjoy5 .l-enjoyContentsList__image .text {
  max-width: calc(50% - 40px)
}

.l-enjoyContents--park .l-enjoyContentsList__item#Enjoy5 {
  grid-column-end: auto
}

.l-enjoyContentsList__item#Enjoy6 {
  grid-column-end: span 2
}

.l-enjoyContents--park .l-enjoyContentsList__item#Enjoy6 {
  grid-column-end: auto
}

.l-enjoyContentsList__item#Enjoy8 {
  grid-column-end: span 2
}

.l-enjoyContentsList__item#Enjoy10 {
  grid-column-end: span 2
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsList__item {
    padding-top: 30px;
    padding-bottom: 40px
  }

  .l-enjoyContentsList__item:before {
    font-size: 2.5rem;
    left: 10px
  }

  .l-enjoyContentsList__item#Enjoy5 .l-enjoyContentsList__image .text {
    max-width: inherit;
    text-align: center
  }
}

.l-enjoyContentsList__content {
  padding-top: 30px
}

.l-enjoyContentsList__content a {
  color: #DC503C;
  text-decoration: underline
}

.l-enjoyContentsList__content a:hover {
  text-decoration: none
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsList__content {
    padding-top: 15px
  }
}

.l-enjoyContentsList__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center
}

.l-enjoyContentsList__image .text {
  text-align: left
}

#Enjoy1 .l-enjoyContentsList__image {
  max-width: 240px
}

#Enjoy2 .l-enjoyContentsList__image {
  max-width: 140px
}

#Enjoy3 .l-enjoyContentsList__image {
  max-width: 360px
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsList__image {
    margin-bottom: 20px
  }

  #Enjoy1 .l-enjoyContentsList__image {
    max-width: 190px
  }
}

.l-enjoyContentsList__text {
  font-size: 1.6rem;
  line-height: 1.5
}

.l-enjoyContentsList__text p {
  margin-bottom: 1.5em
}

.l-enjoyContentsList__text p:last-child {
  margin-bottom: 0
}

.l-enjoyContentsList__text p a {
  color: #DC503C
}

.l-enjoyContentsList__text:first-of-type {
  margin-top: 30px
}

.l-enjoyContentsList__text+.l-enjoyContentsList__image {
  margin-top: 60px
}

.l-enjoyContentsList__text+.l-enjoyContentsList__image.nomt {
  margin-top: 30px
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsList__text {
    text-align: center
  }

  .l-enjoyContentsList__text:only-child {
    margin-top: 0
  }

  .l-enjoyContentsList__text p {
    font-size: 1.3rem
  }

  .l-enjoyContentsList__text+.l-enjoyContentsList__image {
    margin-top: 40px
  }

  .l-enjoyContentsList__text+.l-enjoyContentsList__image.nomt {
    margin-top: 20px
  }
}

.l-enjoyContentsList__colbox {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around
}

.l-enjoyContentsList__colbox>div {
  padding: 0 10px
}

.l-enjoyContentsList__colbox.reverse {
  flex-direction: row-reverse
}

.l-enjoyContentsList__colbox.h-start {
  justify-content: flex-start
}

.l-enjoyContentsList__colbox .l-enjoyContentsList__image {
  margin: 0
}

.l-enjoyContentsList__colbox .l-enjoyContentsList__text {
  width: 60.52632%;
  padding: 0
}

.l-enjoyContentsList__colbox--6-1 .l-enjoyContentsList__image {
  width: 22.36842%;
  max-width: 170px
}

.l-enjoyContentsList__colbox--6-1 .l-enjoyContentsList__text {
  width: 60.52632%
}

.l-enjoyContentsList__colbox--6-2 .l-enjoyContentsList__image {
  width: 44.47368%
}

.l-enjoyContentsList__colbox--6-2 .l-enjoyContentsList__image img {
  max-width: 258px
}

.l-enjoyContentsList__colbox--6-2 .l-enjoyContentsList__text {
  width: 55%
}

.l-enjoyContentsList__colbox--6-3 .l-enjoyContentsList__image {
  width: 25.26316%;
  max-width: 192px
}

.l-enjoyContentsList__colbox--6-4 .l-enjoyContentsList__image {
  width: 44.47368%;
  max-width: 338px
}

.l-enjoyContentsList__colbox--6-4 .l-enjoyContentsList__text {
  width: 47.36842%
}

.l-enjoyContentsList__colbox--8-1 .l-enjoyContentsList__image {
  width: 50%;
  margin-right: 20px
}

.l-enjoyContentsList__colbox--8-2 .l-enjoyContentsList__image {
  width: 44.47368%
}

.l-enjoyContentsList__colbox--8-2 .l-enjoyContentsList__image img {
  max-width: 208px
}

.l-enjoyContentsList__colbox--8-2 .l-enjoyContentsList__text {
  width: 45%
}

@media screen and (max-width: 960px) {
  .l-enjoyContentsList__colbox {
    flex-direction: column
  }

  .l-enjoyContentsList__colbox.reverse {
    flex-direction: column
  }

  .l-enjoyContentsList__colbox>div {
    width: auto
  }

  .l-enjoyContentsList__colbox .l-enjoyContentsList__image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
  }

  .l-enjoyContentsList__colbox .l-enjoyContentsList__text {
    width: auto;
    max-width: inherit
  }

  .l-enjoyContentsList__colbox--6-1 .l-enjoyContentsList__image,
  .l-enjoyContentsList__colbox--6-1 .l-enjoyContentsList__text,
  .l-enjoyContentsList__colbox--6-2 .l-enjoyContentsList__image,
  .l-enjoyContentsList__colbox--6-2 .l-enjoyContentsList__text,
  .l-enjoyContentsList__colbox--6-3 .l-enjoyContentsList__image,
  .l-enjoyContentsList__colbox--6-3 .l-enjoyContentsList__text,
  .l-enjoyContentsList__colbox--6-4 .l-enjoyContentsList__image,
  .l-enjoyContentsList__colbox--6-4 .l-enjoyContentsList__text,
  .l-enjoyContentsList__colbox--8-1 .l-enjoyContentsList__image,
  .l-enjoyContentsList__colbox--8-1 .l-enjoyContentsList__text {
    width: auto
  }

  .l-enjoyContentsList__colbox--8-1 .l-enjoyContentsList__image {
    margin-right: 0
  }
}

.l-enjoyContentsList__sns {
  margin-top: 30px;
  display: flex;
  align-items: center
}

.l-enjoyContentsList__sns>div {
  padding: 0 10px
}

.l-liveInfo {
  margin-top: 50px
}

@media screen and (max-width: 960px) {
  .l-liveInfo {
    margin-top: 30px
  }
}

.l-liveInfo__box {
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dcdcdc
}

.l-liveInfo__box:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 960px) {
  .l-liveInfo__box {
    margin-bottom: 10px;
    padding: 10px;
    flex-direction: column
  }
}

.l-liveInfo__image {
  width: 30.55556%
}

.l-liveInfo__image a,
.l-liveInfo__image span {
  display: block;
  position: relative
}

.l-liveInfo__image a:before,
.l-liveInfo__image span:before {
  content: "";
  display: block;
  padding-top: 72%
}

.l-liveInfo__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media screen and (max-width: 960px) {
  .l-liveInfo__image {
    width: 100%;
    margin-bottom: 10px
  }
}

.l-liveInfo__info {
  width: 66.66667%
}

.l-liveInfo__info:only-child {
  width: 100%
}

@media screen and (max-width: 960px) {
  .l-liveInfo__info {
    width: 100%
  }
}

.l-liveInfo__stitle {
  margin-bottom: 10px
}

.l-liveInfo__stitle span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0;
  padding-bottom: 4px;
  /* font-family: europa, sans-serif; */
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000
}

@media screen and (max-width: 960px) {
  .l-liveInfo__stitle {
    margin-bottom: 5px
  }

  .l-liveInfo__stitle span {
    font-size: 1.2rem
  }
}

.l-liveInfo__title {
  font-size: 2.0rem;
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .l-liveInfo__title {
    font-size: 1.5rem
  }
}

.l-liveInfo__text {
  margin-top: 5px;
  font-size: 1.4rem
}

.l-liveInfo__text a {
  color: #DC503C;
  text-decoration: underline
}

.l-liveInfo__text a:hover {
  text-decoration: none
}

@media screen and (max-width: 960px) {
  .l-liveInfo__text {
    font-size: 1.2rem
  }
}

.l-liveInfo__date {
  margin-top: 5px
}

@media screen and (max-width: 960px) {
  .l-liveInfo__date {
    font-size: 1.2rem
  }
}

.l-liveInfo__link {
  margin-top: 20px
}

.l-liveInfo__link a {
  color: #DC503C
}

@media screen and (max-width: 960px) {
  .l-liveInfo__link {
    margin-top: 10px;
    font-size: 1.2rem
  }
}

.l-workshopList {
  margin-top: 100px
}

.l-workshopList h3 {
  margin-bottom: 30px;
  border-left: 2px solid #000;
  padding-left: 20px;
  font-size: 2.0rem;
  font-weight: bold
}

@media screen and (max-width: 960px) {
  .l-workshopList {
    margin-top: 60px
  }

  .l-workshopList h3 {
    margin-bottom: 15px;
    font-size: 1.6rem
  }
}

.l-pager {
  margin-top: 60px
}

.l-pager .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center
}

.l-pager .page-numbers li {
  margin-right: 20px
}

.l-pager .page-numbers li:last-child {
  margin-right: 0
}

.l-pager .page-numbers li a,
.l-pager .page-numbers li span:not(.dots) {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  text-decoration: none;
  /* font-family: europa, sans-serif */
}

.l-pager .page-numbers li a.next,
.l-pager .page-numbers li a.prev,
.l-pager .page-numbers li span.next,
.l-pager .page-numbers li span.prev {
  width: auto;
  border: none;
  font-size: 1.2rem
}

.l-pager .page-numbers span:not(.dots) {
  background-color: #000;
  color: #fff
}

.l-pager .page-numbers a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .l-pager .page-numbers li {
    margin-right: 10px
  }

  .l-pager .page-numbers li a,
  .l-pager .page-numbers li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem
  }

  .l-pager .page-numbers li a:hover {
    width: 28px;
    height: 28px;
    line-height: 28px
  }
}

.l-museumModal__contents {
  padding: 40px;
  overflow: scroll
}

.l-museumModal__contents .images:after {
  content: "";
  display: block;
  clear: both
}

.l-museumModal__contents .images img {
  display: block;
  width: calc(50% - 20px)
}

.l-museumModal__contents .images img:first-child {
  float: left
}

.l-museumModal__contents .images img:last-child {
  float: right
}

.l-museumModal__contents .title {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6
}

.l-museumModal__contents .title span {
  display: inline-block;
  margin: 0 5px;
  border-bottom: 2px solid #000
}

.l-museumModal__contents .btn {
  margin-top: 20px;
  display: flex;
  justify-content: center
}

.l-museumModal__contents .btn a {
  max-width: inherit;
  padding: 15px
}

.l-museumModal__contents .c-text .btn,
.l-museumModal__contents .l-workshopList .btn {
  margin-top: 30px
}

@media screen and (max-width: 960px) {
  .l-museumModal__contents {
    padding: 20px;
    max-height: calc(100svh - 80px);
  }

  .l-museumModal__contents .images img {
    width: calc(50% - 10px)
  }

  .l-museumModal__contents .title {
    font-size: 16px
  }

  .l-museumModal__contents .text {
    font-size: 14px
  }

  .l-museumModal__contents .c-text .btn,
  .l-museumModal__contents .l-workshopList .btn {
    margin-top: 20px
  }
}

.u-wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px
}

@media screen and (max-width: 960px) {
  .u-wrap {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 640px) {
  .u-wrap {
    padding-right: 20px;
    padding-left: 20px
  }
}

.u-wrap--middle {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px
}

@media screen and (max-width: 960px) {
  .u-wrap--middle {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 640px) {
  .u-wrap--middle {
    padding-right: 20px;
    padding-left: 20px
  }
}

.u-wrap--min {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px
}

@media screen and (max-width: 960px) {
  .u-wrap--min {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 640px) {
  .u-wrap--min {
    padding-right: 20px;
    padding-left: 20px
  }
}

.u-wrap--ss {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px
}

@media screen and (max-width: 960px) {
  .u-wrap--ss {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media screen and (max-width: 640px) {
  .u-wrap--ss {
    padding-right: 20px;
    padding-left: 20px
  }
}

.u-pc-only {
  display: block
}

@media screen and (max-width: 960px) {
  .u-pc-only {
    display: none
  }
}

[class^="sp--"],
.u-sp-only {
  display: none
}

@media screen and (max-width: 960px) {

  [class^="sp--"],
  .u-sp-only {
    display: block !important
  }
}

.u-ac,
.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.u-ar {
  text-align: right
}

.u-al {
  text-align: left
}

.u-en {
  font-family: europa, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4
}

.u-line {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: .6em;
  margin-bottom: .6em
}

.u-ls {
  letter-spacing: 0.04em
}

.u-bold {
  font-weight: 700
}

.u-normal {
  font-weight: normal
}

.u-fontsize-12 {
  font-size: 12px
}

.u-fontsize-14 {
  font-size: 14px
}

.u-fontsize-16 {
  font-size: 16px
}

.u-colored {
  color: #DC503C
}

/* style.min.css */
.wp-block-archives {
  box-sizing: border-box
}

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  line-height: 0
}

.wp-block-avatar,.wp-block-avatar img {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
  border-radius: 0!important
}

.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link {
  border: 2px solid;
  padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
  color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
  border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
  border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
  border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
  border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
  border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
  border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
  border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
  border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
  border-left-width: medium
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,.wp-block-calendar {
  text-align: center
}

.wp-block-calendar td,.wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.wp-block-columns {
  align-items: normal!important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap!important
}

@media (min-width: 782px) {
  .wp-block-columns {
      flex-wrap:nowrap!important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis:100%!important
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis:0;
      flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
      flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments {
  box-sizing: border-box
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium,smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-cover,.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
}

.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
  content: "";
  display: block;
  font-size: 0;
  min-height: inherit
}

@supports (position: sticky) {
  .wp-block-cover-image:after,.wp-block-cover:after {
      content:none
  }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1
}

.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
  .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
      background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
      background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
  z-index: 0
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center;
  z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

.wp-block-details {
  box-sizing: border-box;
  overflow: hidden
}

.wp-block-details summary {
  cursor: pointer
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images):not(:has(.slick-slider)),.wp-block-gallery:not(.has-nested-images)):not(:has(.slick-slider)) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}

@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
      margin-right:1em;
      width: calc(33.33333% - .66667em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(25% - .75em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(20% - .8em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(16.66667% - .83333em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(14.28571% - .85714em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
      margin-right: 1em;
      width: calc(12.5% - .875em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%!important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
      width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
      width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
      width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
      width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
      width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
      width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
      width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
      width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
      width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
  padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg
}

.wp-block-image img:not(.c-protector) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright {
  display: table
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
      border-radius:0;
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      mask-mode: alpha;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative
}

.wp-lightbox-container img {
  cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
  opacity: 1
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90,90,90,.25);
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity .2s ease;
  width: 20px;
  z-index: 100
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90,90,90,.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1
}

.wp-lightbox-container button:focus {
  opacity: 1
}

.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90,90,90,.25);
  border: none
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.active {
  animation: turn-on-visibility .25s both;
  visibility: visible
}

.wp-lightbox-overlay.active img {
  animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
  animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
  .wp-lightbox-overlay.zoom.active {
      animation: none;
      opacity: 1;
      visibility: visible
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
      animation: lightbox-zoom-in .4s
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
      animation: none
  }

  .wp-lightbox-overlay.zoom.active .scrim {
      animation: turn-on-visibility .4s forwards
  }

  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
      animation: none
  }

  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
      animation: lightbox-zoom-out .4s
  }

  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
      animation: none
  }

  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
      animation: turn-off-visibility .4s forwards
  }
}

@keyframes turn-on-visibility {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
      opacity: 1;
      visibility: visible
  }

  99% {
      opacity: 0;
      visibility: visible
  }

  to {
      opacity: 0;
      visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
      transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
      transform: translate(-50%,-50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
      transform: translate(-50%,-50%) scale(1);
      visibility: visible
  }

  99% {
      visibility: visible
  }

  to {
      transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
      visibility: hidden
  }
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

.wp-block-latest-posts {
  box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
      width:calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
      margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
      width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
      margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
      width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
      margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
      width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
      margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
      width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
      margin-right: 0
  }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,ul {
  box-sizing: border-box
}

ol.has-background,ul.has-background {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0,0,0,0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
      grid-template-columns:100%!important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 2
  }
  
  .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
    padding: 0;
  }
}

.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0
}

.wp-block-navigation ul,.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: .075em;
  width: inherit
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width: 782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      left:100%;
      top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
      background: transparent;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 100%;
      width: .5em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
      margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
      transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width: 782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      left:100%;
      top: 0
  }
}

.wp-block-navigation-submenu {
  display: flex;
  position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      left:auto;
      right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align,initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction,initial);
  flex-wrap: var(--navigation-layout-wrap,wrap);
  justify-content: var(--navigation-layout-justify,initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
      opacity: 0;
      transform: translateY(.5em)
  }

  to {
      opacity: 1;
      transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align,initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction,initial);
  flex-wrap: var(--navigation-layout-wrap,wrap);
  justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit!important;
  color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
      animation-delay: 0s;
      animation-duration: 1ms
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting,inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting,initial);
  display: flex;
  flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent!important;
  color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      background-color:inherit;
      display: block;
      position: relative;
      width: 100%;
      z-index: auto
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
      display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
      left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display:none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.wp-block-navigation__responsive-close {
  width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size,100%)
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width: 782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
      margin-top:32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align,initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction,initial);
  flex-wrap: var(--navigation-layout-wrap,wrap);
  justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium,smaller);
  margin-left: .5em
}

.wp-block-post-date {
  box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-featured-image:where(.alignleft,.alignright) {
  width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-time-to-read,.wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 3em 0;
  text-align: center
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-post-template.wp-block-post-template {
  background: none
}

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
  margin: 0;
  width: 100%
}

@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
      width:calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
      width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
      width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
      width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
      width: calc(16.66667% - 1.04167em)
  }
}

@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
      grid-template-columns:1fr
  }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright {
  -webkit-margin-start: 2em;
  -webkit-margin-end: 0;
  float: right;
  margin-inline-end:0;margin-inline-start:2em}

.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft {
  -webkit-margin-start: 0;
  -webkit-margin-end: 2em;
  float: left;
  margin-inline-end:2em;margin-inline-start:0}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter {
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end:auto;margin-inline-start:auto}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  -webkit-margin-start: auto;
  margin-inline-start:auto}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  -webkit-margin-end: auto;
  margin-inline-end:auto}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none
}

ul.wp-block-rss {
  list-style: none;
  padding: 0
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
      width:calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
      width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
      width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
      width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
      width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  fill: currentColor;
  min-height: 24px;
  min-width: 24px;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  -webkit-appearance: initial;
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: calc(100% - 100px)
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  min-width: 0!important;
  transition-property: width
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0!important;
  border-right-width: 0!important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
  width: 0!important
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none
}

.wp-block-separator.is-style-dots {
  background: none!important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center
}

.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px
}

.wp-block-site-title a {
  color: inherit
}

.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}

.wp-block-social-links .wp-social-link a {
  padding: .25em
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
      transition-delay: 0s;
      transition-duration: 0s
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset!important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none!important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  vertical-align: middle;
  width: 100%
}

@supports (position: sticky) {
  .wp-block-video [poster] {
      object-fit:cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.editor-styles-wrapper,.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg,#020381,#2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

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

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

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

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal!important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.screen-reader-text:focus {
  clip: auto!important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.wp-block-table td, .wp-block-table th {
  border: none;
}